@docsvision/webclient 5.17.0-beta.17 → 5.17.0-beta.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Account/AddBackgroundMovementEffect.d.ts +2 -0
- package/Account/AuthBox.d.ts +12 -0
- package/Account/Authentication.d.ts +1 -0
- package/Account/Box.d.ts +7 -0
- package/Account/Button.d.ts +10 -0
- package/Account/ChangeMethodButton.d.ts +6 -0
- package/Account/ContactBox.d.ts +7 -0
- package/Account/ErrorBlock.d.ts +7 -0
- package/Account/Form.d.ts +11 -0
- package/Account/Greeting.d.ts +7 -0
- package/Account/Input.d.ts +15 -0
- package/Account/Login.stories.d.ts +12 -0
- package/Account/LoginContainer.d.ts +46 -0
- package/Account/LoginError.d.ts +11 -0
- package/Account/LoginExtensionManager.d.ts +2 -0
- package/Account/LoginInputsDivider.d.ts +5 -0
- package/Account/LoginLogic.d.ts +61 -0
- package/Account/LoginPage.d.ts +3 -0
- package/Account/LoginTypes.d.ts +97 -0
- package/Account/Logo.d.ts +3 -0
- package/Account/ProviderButton.d.ts +9 -0
- package/Account/Providers.d.ts +8 -0
- package/Approval/AgreementStage.d.ts +1 -0
- package/BackOffice/AuthenticationKinds.d.ts +23 -0
- package/BackOffice/AuthenticationKinds.stories.d.ts +10 -0
- package/BackOffice/AuthenticationKindsConstants.d.ts +1 -0
- package/BackOffice/AuthenticationKindsContainer.d.ts +8 -0
- package/BackOffice/AuthenticationKindsFrame.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetHeader.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetLabel.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetUseExtensionState.d.ts +7 -0
- package/BackOffice/AuthenticationKindsItem.d.ts +6 -0
- package/BackOffice/AuthenticationKindsList.d.ts +6 -0
- package/BackOffice/AuthenticationKindsLogic.d.ts +56 -0
- package/BackOffice/AuthenticationKindsModalDialog.d.ts +6 -0
- package/BackOffice/AuthenticationKindsNotEqualLogins.d.ts +8 -0
- package/BackOffice/AuthenticationKindsOptions.d.ts +30 -0
- package/BackOffice/AuthenticationKindsTextBox.d.ts +7 -0
- package/BackOffice/AuthenticationKindsUpdateLogin.d.ts +8 -0
- package/BackOffice/AuthenticationKindsUpdateUseExtension.d.ts +8 -0
- package/BackOffice/AuthenticationKindsView.d.ts +19 -0
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/CommandMenuComponent.d.ts +1 -1
- package/BackOffice/CreateWindow.d.ts +1 -1
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +3 -2
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/DisplayPerformersImpl.d.ts +1 -1
- package/BackOffice/EditWindow.d.ts +1 -1
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListBuiltInOperations.d.ts +1 -0
- package/BackOffice/FileListControl.d.ts +2 -3
- package/BackOffice/FileListControlImpl.d.ts +0 -1
- package/BackOffice/FileListControlLogic.d.ts +0 -3
- package/BackOffice/FileListItemComponent.d.ts +0 -1
- package/BackOffice/IExtraFileAddedArgs.d.ts +0 -2
- package/BackOffice/IExtraFileDeletedArgs.d.ts +0 -2
- package/BackOffice/IFileMenuOpeningArgs.d.ts +0 -2
- package/BackOffice/IFileOpenedArgs.d.ts +0 -2
- package/BackOffice/IFileOpeningArgs.d.ts +0 -2
- package/BackOffice/IFilePreviewedArgs.d.ts +0 -2
- package/BackOffice/IFilePreviewingArgs.d.ts +0 -2
- package/BackOffice/IFileSignInteractionModel.d.ts +1 -0
- package/BackOffice/IFileSignUploadingArgs.d.ts +0 -2
- package/BackOffice/IFileVersionDownloadedArgs.d.ts +0 -2
- package/BackOffice/IFileVersionUploadedArgs.d.ts +0 -2
- package/BackOffice/IFileVersionUploadingArgs.d.ts +0 -2
- package/BackOffice/IFileVisualizedArgs.d.ts +0 -2
- package/BackOffice/IFileVisualizingArgs.d.ts +0 -2
- package/BackOffice/ILinkEventArgs.d.ts +0 -2
- package/BackOffice/IMainFileAddedArgs.d.ts +0 -2
- package/BackOffice/IMainFileDeletedArgs.d.ts +0 -2
- package/BackOffice/ITaskListItemProps.d.ts +0 -1
- package/BackOffice/ITaskListProps.d.ts +0 -3
- package/BackOffice/Links.d.ts +0 -2
- package/BackOffice/LinksImpl.d.ts +1 -4
- package/BackOffice/NumeratorImpl.d.ts +1 -1
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PartnerSelectDialog.d.ts +1 -0
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +2 -1
- package/BackOffice/TaskListComponent.d.ts +0 -3
- package/BackOffice/TaskListItemComponent.d.ts +1 -1
- package/BackOffice/Tasks.d.ts +0 -3
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/Generated/DocsVision.WebClient.Controllers.d.ts +18 -0
- package/Generated/DocsVision.WebClient.Models.d.ts +90 -5
- package/Helpers/ComboBox/ComboBoxElement.d.ts +1 -1
- package/Helpers/ComboBox/ComboBoxTitle.d.ts +1 -1
- package/Helpers/ControlSelector/ControlSelector.d.ts +1 -1
- package/Helpers/CustomTree/CustomTreeNode.d.ts +1 -1
- package/Helpers/DVWebToolConnection/DVWebToolConnection.d.ts +7 -2
- package/Helpers/MainMenu/{Item.d.ts → MainMenuItem.d.ts} +4 -4
- package/Helpers/SliderCheckBox/SliderCheckBox.d.ts +1 -1
- package/Helpers/Table/TableHelperRow.d.ts +0 -1
- package/Helpers/WithMemo.d.ts +2 -0
- package/Legacy/ApprovalFilePanel.d.ts +4 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Libs/CryptoPro/Crypto.d.ts +102 -0
- package/Libs/FileDrop/FileDrop.d.ts +49 -0
- package/MainBundle.d.ts +1 -0
- package/Platform/ApprovalVisualizationOptions.d.ts +1 -4
- package/Platform/ApprovalVisualizationView.d.ts +1 -1
- package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
- package/Platform/BaseMainMenuItem.d.ts +1 -0
- package/Platform/BaseMainMenuItemImpl.d.ts +5 -2
- package/Platform/ButtonPositionsSelection.d.ts +1 -1
- package/Platform/CardEditRouteTypeMapper.d.ts +1 -1
- package/Platform/CardLinkImpl.d.ts +1 -1
- package/Platform/CertificateSettingsView.d.ts +1 -1
- package/Platform/CommentFileImpl.d.ts +4 -1
- package/Platform/CryptoProInfo.d.ts +4 -4
- package/Platform/DVWebToolInfo.d.ts +4 -4
- package/Platform/DateTimePickerImpl.d.ts +0 -1
- package/Platform/DepartmentRowEditRouteTypeMapper.d.ts +1 -4
- package/Platform/DepartmentRowViewRouteTypeMapper.d.ts +1 -4
- package/Platform/ExistingRowRouteNames.d.ts +2 -2
- package/Platform/FilePreviewImpl.d.ts +3 -1
- package/Platform/FilterBoolean.d.ts +6 -0
- package/Platform/FolderMainMenuItemImpl.d.ts +1 -0
- package/Platform/FolderViewItemsImpl.d.ts +4 -4
- package/Platform/GroupMainMenuItemImpl.d.ts +1 -0
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/MasterGroupMainMenuItemImpl.d.ts +1 -0
- package/Platform/NewCardRouteTypeMapper.d.ts +5 -5
- package/Platform/NewDepartmentRowRouteTypeMapper.d.ts +1 -7
- package/Platform/NewOrganizationRowRouteTypeMapper.d.ts +1 -7
- package/Platform/NewRowRouteTypeMapper.d.ts +4 -4
- package/Platform/OrganizationRowEditRouteTypeMapper.d.ts +1 -4
- package/Platform/OrganizationRowViewRouteTypeMapper.d.ts +1 -4
- package/Platform/ResetSettings.d.ts +4 -4
- package/Platform/RotateDirection.d.ts +3 -1
- package/Platform/RowEditRouteTypeMapper.d.ts +2 -2
- package/Platform/RowViewRouteTypeMapper.d.ts +0 -3
- package/Platform/ScanDialogService.d.ts +1 -1
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/TextAreaImpl.d.ts +1 -0
- package/Platform/TextListInputView.d.ts +3 -3
- package/Platform/UnreadCounter.d.ts +3 -1
- package/Platform/UserCulture.d.ts +4 -4
- package/Platform/UserFoldersMainMenuItemImpl.d.ts +1 -0
- package/Platform/UserProfileDialog.d.ts +2 -1
- package/System/BaseControlImpl.d.ts +1 -1
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/IWebServicesRequest.d.ts +2 -0
- package/System/InputBasedControlImpl.d.ts +1 -1
- package/System/PageLeaveConfirmation.d.ts +1 -0
- package/System/StringUtils.d.ts +1 -1
- package/package.json +1 -1
- package/BackOffice/IFileListRow.d.ts +0 -4
- package/BackOffice/ILinkRow.d.ts +0 -3
- package/BackOffice/IRowClickArgs.d.ts +0 -6
- package/BackOffice/ITaskRowClickEventArgs.d.ts +0 -5
|
@@ -2,8 +2,8 @@ import { IExistingRowRouteData } from '@docsvision/webclient/Platform/IExistingR
|
|
|
2
2
|
import { IRouteInfo } from "@docsvision/webclient/System/IRouteInfo";
|
|
3
3
|
import { IRouteTypeMapper } from "@docsvision/webclient/System/IRouteTypeMapper";
|
|
4
4
|
export declare const CardID = "CardID";
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
5
|
+
export declare const RowEditRouteSectionID = "SectionID";
|
|
6
|
+
export declare const RowEditRouteRowID = "RowID";
|
|
7
7
|
export declare const RowEditRouteName = "RowEdit";
|
|
8
8
|
export declare class RowEditRouteTypeMapper implements IRouteTypeMapper<IExistingRowRouteData> {
|
|
9
9
|
hashPattern: string;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { IRouteInfo } from "@docsvision/webclient/System/IRouteInfo";
|
|
2
2
|
import { IRouteTypeMapper } from "@docsvision/webclient/System/IRouteTypeMapper";
|
|
3
3
|
import { IExistingRowRouteData } from '@docsvision/webclient/Platform/IExistingRowRouteData';
|
|
4
|
-
export declare const CardID = "CardID";
|
|
5
|
-
export declare const SectionID = "SectionID";
|
|
6
|
-
export declare const RowID = "RowID";
|
|
7
4
|
export declare class RowViewRouteTypeMapper implements IRouteTypeMapper<IExistingRowRouteData> {
|
|
8
5
|
hashPattern: string;
|
|
9
6
|
resolve(path: string, parameters: {
|
|
@@ -37,7 +37,7 @@ export declare class ScanDialogService implements IScanDialog {
|
|
|
37
37
|
get isOpen(): boolean;
|
|
38
38
|
private onClose;
|
|
39
39
|
private onSave;
|
|
40
|
-
protected getTabIndex():
|
|
40
|
+
protected getTabIndex(): -1 | 0;
|
|
41
41
|
onScannerChange: (selectedElement: IComboBoxElement) => void;
|
|
42
42
|
onResolutionChange: (selectedElement: IComboBoxElement) => void;
|
|
43
43
|
onColorChange: (changeEvent: React.FormEvent<any>) => void;
|
|
@@ -3,4 +3,4 @@ import React from 'react';
|
|
|
3
3
|
import './SearchTextInput.css';
|
|
4
4
|
export interface ISearchTextInputProps extends HtmlProps.input {
|
|
5
5
|
}
|
|
6
|
-
export declare const SearchTextInput: React.ForwardRefExoticComponent<Pick<ISearchTextInputProps, "
|
|
6
|
+
export declare const SearchTextInput: React.ForwardRefExoticComponent<Pick<ISearchTextInputProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "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" | "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" | "autoFocus" | "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:/
|
|
31
|
+
import("C:/Git/WC/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;
|
|
@@ -21,6 +21,7 @@ export declare class TextAreaImpl extends TextControlBaseImpl<TextAreaParams, IT
|
|
|
21
21
|
constructor(props: TextAreaParams, state: ITextAreaState);
|
|
22
22
|
componentDidMount(): void;
|
|
23
23
|
componentWillUnmount(): void;
|
|
24
|
+
protected get useHTML(): boolean;
|
|
24
25
|
private removeElements;
|
|
25
26
|
protected init(): Promise<void>;
|
|
26
27
|
protected loadAsync(bindingInfo: GenModels.SimpleBindingInfo): Promise<void>;
|
|
@@ -13,19 +13,19 @@ import { TextListInputWrapper } from "@docsvision/webclient/Platform/TextListInp
|
|
|
13
13
|
export declare class TextListInputView {
|
|
14
14
|
listInput:
|
|
15
15
|
import("react").ForwardRefExoticComponent<Pick<
|
|
16
|
-
import("./components/ListInput").IListInputProps, "
|
|
16
|
+
import("./components/ListInput").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" | "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"> &
|
|
17
17
|
import("react").RefAttributes<HTMLDivElement>>;
|
|
18
18
|
clearButton: typeof ClearButton;
|
|
19
19
|
textInput:
|
|
20
20
|
import("react").ForwardRefExoticComponent<Pick<
|
|
21
|
-
import("./components/SearchTextInput").ISearchTextInputProps, "
|
|
21
|
+
import("./components/SearchTextInput").ISearchTextInputProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "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" | "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" | "autoFocus" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> &
|
|
22
22
|
import("react").RefAttributes<HTMLInputElement>>;
|
|
23
23
|
wrapper: typeof TextListInputWrapper;
|
|
24
24
|
content: typeof ListContent;
|
|
25
25
|
item: typeof ListItem;
|
|
26
26
|
checkbox:
|
|
27
27
|
import("react").ForwardRefExoticComponent<Pick<
|
|
28
|
-
import("./components/ListCheckbox").IListCheckboxProps, "
|
|
28
|
+
import("./components/ListCheckbox").IListCheckboxProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "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" | "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" | "autoFocus" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> &
|
|
29
29
|
import("react").RefAttributes<HTMLInputElement>>;
|
|
30
30
|
empty: typeof ListEmpty;
|
|
31
31
|
icon: typeof ListEmptySearchIcon;
|
|
@@ -7,8 +7,10 @@ import { IBasicEvent } from "@docsvision/webclient/System/IBasicEvent";
|
|
|
7
7
|
import { $RealtimeCommunicationService } from "@docsvision/webclient/System/$RealtimeCommunicationService";
|
|
8
8
|
import { IRealtimeCommunicationHub } from "@docsvision/webclient/System/IRealtimeCommunicationHub";
|
|
9
9
|
import { IRealTimeCommunicationMessage } from "@docsvision/webclient/System/IRealTimeCommunicationMessage";
|
|
10
|
+
import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
|
|
10
11
|
/** @internal */
|
|
11
12
|
export declare class UnreadCounter implements IUnreadCounter {
|
|
13
|
+
private services;
|
|
12
14
|
private updateTimeout;
|
|
13
15
|
private realtimeCommunicationService;
|
|
14
16
|
private globalTabsFolders;
|
|
@@ -21,7 +23,7 @@ export declare class UnreadCounter implements IUnreadCounter {
|
|
|
21
23
|
private static CurrentUnreadCountersMessage;
|
|
22
24
|
private static RequestCurrentCountersMessage;
|
|
23
25
|
static SendLocalCountsMessage: string;
|
|
24
|
-
constructor(services: $RealtimeCommunicationService);
|
|
26
|
+
constructor(services: $RealtimeCommunicationService & $ApplicationSettings);
|
|
25
27
|
get foldersToCount(): IFoldersToCountData;
|
|
26
28
|
set foldersToCount(data: IFoldersToCountData);
|
|
27
29
|
get foldersToCountChanged(): IBasicEvent<IFoldersToCountData>;
|
|
@@ -6,7 +6,7 @@ import { ControlImpl } from "@docsvision/webclient/System/ControlImpl";
|
|
|
6
6
|
/**
|
|
7
7
|
* Содержит публичные свойства [EmptyControlStub]{@link EmptyControlStub}.
|
|
8
8
|
*/
|
|
9
|
-
export declare class
|
|
9
|
+
export declare class UserCultureParams extends BaseControlParams {
|
|
10
10
|
/** Стандартный CSS класс со стилями элемента управления. */
|
|
11
11
|
standardCssClass?: string;
|
|
12
12
|
/** Значение контрола - код культуры вида ru, en и т.д. */
|
|
@@ -15,7 +15,7 @@ export declare class Params extends BaseControlParams {
|
|
|
15
15
|
tabStop?: boolean;
|
|
16
16
|
services?: $LocalizationController & $Locale & $ApplicationSettings;
|
|
17
17
|
}
|
|
18
|
-
export interface IState extends
|
|
18
|
+
export interface IState extends UserCultureParams, BaseControlState {
|
|
19
19
|
saved: boolean;
|
|
20
20
|
}
|
|
21
21
|
export interface State extends IState {
|
|
@@ -23,9 +23,9 @@ export interface State extends IState {
|
|
|
23
23
|
/**
|
|
24
24
|
* Элемент управления для смены текущей локали пользователя
|
|
25
25
|
*/
|
|
26
|
-
export declare class UserCulture extends BaseControl<
|
|
26
|
+
export declare class UserCulture extends BaseControl<UserCultureParams, IState> {
|
|
27
27
|
/** @internal */
|
|
28
|
-
protected createParams():
|
|
28
|
+
protected createParams(): UserCultureParams;
|
|
29
29
|
init(): void;
|
|
30
30
|
/** @internal */
|
|
31
31
|
protected createImpl(): ControlImpl;
|
|
@@ -24,5 +24,6 @@ export declare class UserFoldersMainMenuItemImpl extends BaseMainMenuItemImpl<Us
|
|
|
24
24
|
protected canAutoExpand: () => boolean;
|
|
25
25
|
renderProxyChildren(): React.ReactNode[];
|
|
26
26
|
protected getCssClass(): string;
|
|
27
|
+
getChildLevel(): number;
|
|
27
28
|
renderControl(): JSX.Element;
|
|
28
29
|
}
|
|
@@ -19,13 +19,14 @@ export declare class UserProfileDialog extends React.Component<Props, State> imp
|
|
|
19
19
|
constructor(props: any);
|
|
20
20
|
static show(services: $LayoutController & $LayoutManager): Promise<void>;
|
|
21
21
|
componentDidMount(): void;
|
|
22
|
+
componentWillUnmount(): void;
|
|
22
23
|
loadLayout(): Promise<void>;
|
|
23
24
|
private onSave;
|
|
24
25
|
private onCancel;
|
|
25
26
|
private attachRoot;
|
|
26
27
|
DialogBox:
|
|
27
28
|
import("styled-components").StyledComponent<(props:
|
|
28
|
-
import("C:/
|
|
29
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
|
|
29
30
|
close(): void;
|
|
30
31
|
render(): JSX.Element;
|
|
31
32
|
}
|
|
@@ -120,7 +120,7 @@ export declare abstract class BaseControlImpl<P extends BaseControlParams, S ext
|
|
|
120
120
|
* Возвращает 0 если {@link BaseControlParams.tabStop} == true, и -1 в противном случае. По умолчанию данный метод не используется,
|
|
121
121
|
* он может быть использован производным классом при отрисовке интерактивных элементов.
|
|
122
122
|
*/
|
|
123
|
-
getTabIndex():
|
|
123
|
+
getTabIndex(): -1 | 0;
|
|
124
124
|
/**
|
|
125
125
|
* Возвращает полное наименование внутреннего контрола, которое следует передать
|
|
126
126
|
* при его отрисовке в функции Render.
|
|
@@ -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:/
|
|
80
|
+
import("C:/Git/WC/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
|
|
81
81
|
static SimpleItemViewCompact:
|
|
82
82
|
import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
|
|
83
|
-
import("C:/
|
|
83
|
+
import("C:/Git/WC/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
|
|
84
84
|
/** @internal */
|
|
85
85
|
state: StateT;
|
|
86
86
|
searchInput: HTMLInputElement;
|
|
@@ -45,7 +45,7 @@ export declare abstract class InputBasedControlImpl<ModelT, PropsT extends Input
|
|
|
45
45
|
protected onInPlaceEditClosed(): void;
|
|
46
46
|
validate(params: any): IValidationResult;
|
|
47
47
|
protected get editAvailable(): boolean;
|
|
48
|
-
getTabIndex():
|
|
48
|
+
getTabIndex(): -1 | 0;
|
|
49
49
|
protected attachInput(elem: HTMLElement): void;
|
|
50
50
|
protected getInputElem(): HTMLElement;
|
|
51
51
|
protected attachText(textElem: any): void;
|
|
@@ -3,6 +3,7 @@ export declare class PageLeaveConfirmation {
|
|
|
3
3
|
message: string;
|
|
4
4
|
constructor(condition?: () => boolean, message?: string);
|
|
5
5
|
static Setup(condition?: () => boolean): PageLeaveConfirmation;
|
|
6
|
+
static suppressLeaveConfirmation: boolean;
|
|
6
7
|
static isWebDAV: boolean;
|
|
7
8
|
dispose(): void;
|
|
8
9
|
start(): void;
|
package/System/StringUtils.d.ts
CHANGED
|
@@ -24,4 +24,4 @@ export declare function toCamelCase(key: any, value: any, exceptions?: IToCamelC
|
|
|
24
24
|
/** Возвращает true, если переданная строка оканчивается на двоеточие. */
|
|
25
25
|
export declare function endsWithColon(str: string): boolean;
|
|
26
26
|
/** Функция предназначенная для сортировки в алфавитном порядке при помощи Array.sort. */
|
|
27
|
-
export declare function compareAlphabetically(a: any, b: any):
|
|
27
|
+
export declare function compareAlphabetically(a: any, b: any): 1 | -1 | 0;
|
package/package.json
CHANGED
package/BackOffice/ILinkRow.d.ts
DELETED