@docsvision/webclient 5.17.0-beta.12 → 5.17.0-beta.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Approval/AgreementManagement.d.ts +4 -2
- package/Approval/AgreementStageProps.d.ts +4 -2
- package/BackOffice/$CloudSignature.d.ts +34 -0
- package/BackOffice/$CryptoPro.d.ts +10 -0
- package/BackOffice/$DigitalSignature.d.ts +75 -0
- package/BackOffice/ActualizeProfileCertificateSource.d.ts +13 -0
- package/BackOffice/{BackOfficeLayoutContextContstants.d.ts → BackOfficeLayoutContextConstants.d.ts} +0 -0
- package/BackOffice/CardKindImpl.d.ts +2 -1
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/ConvertCloudToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertLocalToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertSignLabelsToComboBoxItems.d.ts +15 -0
- package/BackOffice/CryptoProDssService.d.ts +65 -0
- package/BackOffice/CryptoProService.d.ts +10 -0
- package/BackOffice/{BatchDelegateOperation.d.ts → DelegateBatchOperation.d.ts} +5 -5
- package/BackOffice/{BatchDelegateOperationImpl.d.ts → DelegateBatchOperationImpl.d.ts} +3 -3
- package/BackOffice/DelegationParamsPanel.d.ts +1 -1
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DepartmentImpl.d.ts +1 -0
- package/BackOffice/DigitalSignatureService.d.ts +38 -0
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +78 -0
- package/BackOffice/DirectoryDesignerActionButton.d.ts +7 -0
- package/BackOffice/DirectoryDesignerItemCreateWindow.d.ts +4 -0
- package/BackOffice/DirectoryDesignerItemEditWindow.d.ts +4 -0
- package/BackOffice/DirectoryDesignerItemViewWindow.d.ts +8 -0
- package/BackOffice/DirectoryDesignerRow.d.ts +30 -15
- package/BackOffice/DirectoryDesignerRowConstants.d.ts +3 -0
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +46 -21
- package/BackOffice/DirectoryDesignerRowItemVisualiser.d.ts +9 -0
- package/BackOffice/DirectoryDesignerTypeaheadVariant.d.ts +6 -2
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/DssAuthorizationModels.d.ts +6 -0
- package/BackOffice/DssCertificateModels.d.ts +30 -0
- package/BackOffice/DssPolicyModels.d.ts +51 -0
- package/BackOffice/DssSignRequestModels.d.ts +133 -0
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListControl.d.ts +10 -3
- package/BackOffice/FileListControlImpl.d.ts +5 -0
- package/BackOffice/FileListControlLogic.d.ts +2 -1
- package/BackOffice/FileListItemComponent.d.ts +1 -1
- package/BackOffice/FileListItemProps.d.ts +2 -1
- package/BackOffice/FileSign.d.ts +12 -39
- package/BackOffice/FileSignListDialog.d.ts +7 -2
- package/BackOffice/GetSignatureMethodName.d.ts +4 -0
- package/BackOffice/HistoryView.d.ts +1 -1
- package/BackOffice/ICertificateStatus.d.ts +6 -0
- package/BackOffice/IDocumentInfoAdditionalInfoResult.d.ts +4 -0
- package/BackOffice/IDssCertificateInfoEx.d.ts +4 -0
- package/BackOffice/IFileSignInteractionModel.d.ts +8 -3
- package/BackOffice/IGetCertificateResult.d.ts +33 -0
- package/BackOffice/IGetDocumentInfoResult.d.ts +14 -0
- package/BackOffice/ISignOptions.d.ts +8 -0
- package/BackOffice/ISignRequest.d.ts +9 -0
- package/BackOffice/ISignResult.d.ts +5 -0
- package/BackOffice/ISignatureVerificationResult.d.ts +4 -0
- package/BackOffice/InfoPopover.d.ts +2 -0
- package/BackOffice/LoadCertificatesThumberprints.d.ts +9 -0
- package/BackOffice/LoadCloudCertificates.d.ts +4 -0
- package/BackOffice/LoadSignatureMethods.d.ts +2 -0
- package/BackOffice/LoadSystemCertificates.d.ts +4 -0
- package/BackOffice/Numerator.d.ts +1 -0
- package/BackOffice/NumeratorImpl.d.ts +7 -1
- package/BackOffice/PartnerBase.d.ts +4 -2
- package/BackOffice/PartnerBaseImpl.d.ts +20 -0
- package/BackOffice/PartnerDepartmentImpl.d.ts +3 -0
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PartnerImpl.d.ts +3 -0
- package/BackOffice/PrepareSignatureMethodsComboBox.d.ts +7 -0
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/ProcessSettingsChanged.d.ts +11 -0
- package/BackOffice/SignatureButton.d.ts +36 -0
- package/BackOffice/SignatureButton.stories.d.ts +10 -0
- package/BackOffice/SignatureButtonComponent.d.ts +7 -0
- package/BackOffice/SignatureButtonContainer.d.ts +7 -0
- package/BackOffice/SignatureButtonLogic.d.ts +27 -0
- package/BackOffice/SignatureButtonMenu.d.ts +6 -0
- package/BackOffice/SignatureButtonMenuItem.d.ts +6 -0
- package/BackOffice/SignatureButtonOptions.d.ts +51 -0
- package/BackOffice/SignatureButtonView.d.ts +10 -0
- package/BackOffice/SignatureConstants.d.ts +1 -0
- package/BackOffice/SignatureDialog.d.ts +50 -0
- package/BackOffice/SignatureDialog.stories.d.ts +12 -0
- package/BackOffice/SignatureDialogFrame.d.ts +13 -0
- package/BackOffice/SignatureDialogLabels.d.ts +9 -0
- package/BackOffice/SignatureDialogLoader.d.ts +3 -0
- package/BackOffice/SignatureDialogLogic.d.ts +60 -0
- package/BackOffice/SignatureDialogMethods.d.ts +10 -0
- package/BackOffice/SignatureDialogNoPluginMessage.d.ts +6 -0
- package/BackOffice/SignatureDialogSettings.d.ts +20 -0
- package/BackOffice/SignatureMethodsSetup.d.ts +40 -0
- package/BackOffice/SignatureMethodsSetup.stories.d.ts +14 -0
- package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +14 -0
- package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +12 -0
- package/BackOffice/SignatureMethodsSetupCertificatesTableLoader.d.ts +3 -0
- package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +13 -0
- package/BackOffice/SignatureMethodsSetupFrame.d.ts +9 -0
- package/BackOffice/SignatureMethodsSetupLogic.d.ts +77 -0
- package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +7 -0
- package/BackOffice/SignatureMethodsSetupSelectedMethodsLoader.d.ts +3 -0
- package/BackOffice/SignatureMethodsSetupTabType.d.ts +4 -0
- package/BackOffice/StaffDirectoryConstants.d.ts +2 -0
- package/BackOffice/StaffDirectoryInfoPopover.d.ts +28 -0
- package/BackOffice/StaffDirectoryItems.d.ts +7 -3
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +28 -4
- package/BackOffice/StaffDirectorySelectDialog.d.ts +4 -1
- package/BackOffice/SvsVerifyModels.d.ts +20 -0
- package/BackOffice/TasksTable.d.ts +3 -2
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/{TasksUtills.d.ts → TasksUtils.d.ts} +0 -0
- package/BackOffice/ToggleCertificateSelection.d.ts +2 -0
- package/BackOffice/UpdateMethodComment.d.ts +2 -0
- package/BackOffice/UserProfile.d.ts +1 -0
- package/BackOffice/Utils.d.ts +3 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
- package/Generated/DocsVision.WebClient.Controllers.d.ts +179 -5
- package/Generated/DocsVision.WebClient.Models.d.ts +1140 -212
- package/Helpers/ArtPlayer/ArtPlayer.d.ts +26 -0
- package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +10 -0
- package/Helpers/ArtPlayer/ArtPlayerLogic.d.ts +31 -0
- package/Helpers/ArtPlayer/ArtPlayerView.d.ts +13 -0
- package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +5 -0
- package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +10 -0
- package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/LoadArtPlayer.d.ts +5 -0
- package/Helpers/ArtPlayer/functions/SetCurrentTimeCode.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/SetPlayerLocalization.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/SortingTimeCodes.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/UpdatePlayerTime.d.ts +8 -0
- package/Helpers/ArtPlayer/models/IArtPlayer.d.ts +597 -0
- package/Helpers/ArtPlayer/models/IArtPlayerTImeCode.d.ts +6 -0
- package/Helpers/BoxWithButtons.d.ts +7 -1
- package/Helpers/LabeledText.d.ts +8 -0
- package/Helpers/ModalDialog/CommonModalDialog.d.ts +2 -1
- package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +3 -3
- package/Helpers/ModalDialog/KeyHandler.d.ts +12 -0
- package/Helpers/ReactList/ReactListDynamic.d.ts +1 -0
- package/Helpers/Sortable/Data/ClientModels/ISortableItem.d.ts +7 -1
- package/Helpers/Sortable/Sortable.d.ts +13 -3
- package/Helpers/TextInput.d.ts +2 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +8 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +10 -0
- package/Helpers/TextInputDialog/TextInputDialog.d.ts +25 -0
- package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +8 -0
- package/Helpers/TextInputDialog/TextInputDialogHost.d.ts +14 -0
- package/Helpers/Typeahead/ITypeaheadProps.d.ts +6 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/FolderViews.d.ts +2 -0
- package/Legacy/ILabelTextareaControl.d.ts +1 -1
- package/Legacy/ISignatureDataModel.d.ts +2 -0
- package/Legacy/ISignatureListDataModel.d.ts +1 -1
- package/Legacy/ISignatureListItemDataModel.d.ts +6 -15
- package/Legacy/ISignatureListItemDetailDataModel.d.ts +8 -19
- package/Legacy/ISignatureVerificationDataModel.d.ts +4 -4
- package/Legacy/{ITextareaConrtol.d.ts → ITextareaControl.d.ts} +0 -0
- package/Legacy/LabelTextareaControl.d.ts +1 -1
- package/Legacy/NativeFunctions.d.ts +1 -20
- package/Legacy/SearchPanelRouteHandler.d.ts +19 -0
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +1 -0
- package/Legacy/TextareaControl.d.ts +1 -1
- package/Legacy/Utils.d.ts +7 -0
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +3 -2
- package/MainBundle.d.ts +1 -0
- package/Platform/$AggregatesCheckbox.d.ts +1 -0
- package/Platform/$CompanyLogo.d.ts +0 -1
- package/Platform/$EmployeeStatus.d.ts +6 -2
- package/Platform/$FolderHelp.d.ts +13 -0
- package/Platform/{AcesssInheritanceButtons.d.ts → AccessInheritanceButtons.d.ts} +2 -2
- package/Platform/AggregatesApplyButtonPanel.d.ts +9 -0
- package/Platform/AggregatesCheckbox.d.ts +7 -3
- package/Platform/AggregatesCheckboxPlugins.d.ts +1 -0
- package/Platform/AggregatesCheckboxService.d.ts +17 -6
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/BatchOperationsPlugin.d.ts +1 -1
- package/Platform/BottomEdge.d.ts +10 -0
- package/Platform/BottomEdgeBody.d.ts +4 -0
- package/Platform/BottomEdgePlugin.d.ts +4 -0
- package/Platform/CardLink.d.ts +2 -1
- package/Platform/CardManagement.d.ts +5 -1
- package/Platform/CardManagementImpl.d.ts +5 -3
- package/Platform/CardQuotesDataStub.d.ts +19 -0
- package/Platform/CertificateSettings.d.ts +40 -0
- package/Platform/CertificateSettingsContainer.d.ts +10 -0
- package/Platform/CertificateSettingsLogic.d.ts +24 -0
- package/Platform/CertificateSettingsView.d.ts +5 -0
- package/Platform/CompanyLogoService.d.ts +0 -1
- package/Platform/ContextMenu.d.ts +4 -6
- package/Platform/DateTimePicker.d.ts +1 -0
- package/Platform/DateTimePickerImpl.d.ts +5 -1
- package/Platform/DefaultFolderTablePluginFactory.d.ts +2 -1
- package/Platform/DownloadFilesBatchOperation.d.ts +2 -1
- package/Platform/DropdownImpl.d.ts +3 -1
- package/Platform/EmployeeStatusService.d.ts +4 -4
- package/Platform/Favorite.d.ts +1 -0
- package/Platform/FilePicker.d.ts +2 -2
- package/Platform/FilePreview.d.ts +2 -2
- package/Platform/FilePreviewImpl.d.ts +1 -0
- package/Platform/FolderGrid.d.ts +4 -3
- package/Platform/FolderGridImpl.d.ts +1 -0
- package/Platform/FolderHelpButton.d.ts +7 -0
- package/Platform/FolderHelpDialog.d.ts +9 -0
- package/Platform/FolderHelpPaths.d.ts +2 -0
- package/Platform/FolderHelpPlugins.d.ts +9 -0
- package/Platform/FolderHelpService.d.ts +10 -0
- package/Platform/FolderHelpTimeCodes.d.ts +2 -0
- package/Platform/FolderMainMenuItemImpl.d.ts +1 -1
- package/Platform/FolderManagementAdaptiveMenu.d.ts +1 -1
- package/Platform/{FolderManagmentData.d.ts → FolderManagementData.d.ts} +0 -0
- package/Platform/FolderManagementDialog.d.ts +1 -1
- package/Platform/FolderName.d.ts +2 -1
- package/Platform/FolderNameImpl.d.ts +1 -0
- package/Platform/FolderOperationManager.d.ts +1 -1
- package/Platform/FolderRouteTypeMapper.d.ts +2 -3
- package/Platform/FolderViewItemsImpl.d.ts +5 -5
- package/Platform/FolderWebFrameRouteHandler.d.ts +2 -1
- package/Platform/IAggregates.d.ts +10 -4
- package/Platform/IUnreadRowData.d.ts +1 -1
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/Number.d.ts +2 -0
- package/Platform/NumberImpl.d.ts +5 -1
- package/Platform/Quotes.d.ts +18 -0
- package/Platform/Quotes.stories.d.ts +8 -0
- package/Platform/QuotesButtonMore.d.ts +6 -0
- package/Platform/QuotesHighlight.d.ts +8 -0
- package/Platform/QuotesInner.d.ts +6 -0
- package/Platform/QuotesItem.d.ts +15 -0
- package/Platform/QuotesLogic.d.ts +40 -0
- package/Platform/QuotesModal.d.ts +14 -0
- package/Platform/QuotesModalButtonBlock.d.ts +6 -0
- package/Platform/QuotesModalQuote.d.ts +6 -0
- package/Platform/QuotesPlugins.d.ts +4 -0
- package/Platform/QuotesView.d.ts +16 -0
- package/Platform/QuotesWrapper.d.ts +6 -0
- package/Platform/ReadBatchOperation.d.ts +1 -1
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +3 -1
- package/Platform/RecentCardsRouteHandler.d.ts +2 -1
- package/Platform/ScrollTopBottomButtons.d.ts +1 -0
- package/Platform/ScrollTopBottomLogic.d.ts +2 -0
- package/Platform/SearchResultsFolderTablePluginFactory.d.ts +5 -5
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +8 -5
- package/Platform/SettingsPlugin.d.ts +7 -3
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +1 -0
- package/Platform/SettingsPopupLogic.d.ts +13 -4
- package/Platform/SettingsPopupView.d.ts +2 -0
- package/Platform/Tab.d.ts +2 -1
- package/Platform/Tab.stories.d.ts +9 -0
- package/Platform/Table.d.ts +1 -1
- package/Platform/TableColumnResponseResolver.d.ts +10 -0
- package/Platform/TablePresentationTogglePlugins.d.ts +1 -2
- package/Platform/TestUtils.d.ts +2 -1
- package/Platform/TextAreaImpl.d.ts +8 -4
- package/Platform/TextBoxImpl.d.ts +5 -0
- package/Platform/TextControlBaseImpl.d.ts +2 -0
- package/Platform/TextListInputView.d.ts +4 -4
- package/Platform/{ToggleRowAcess.d.ts → ToggleRowAccess.d.ts} +0 -0
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/UtilsQuotes.d.ts +10 -0
- package/Platform/WebFrameBodyContainer.stories.d.ts +8 -0
- package/Platform/WebFrameCompanyLogo.d.ts +3 -1
- package/Platform/WebFrameCompanyLogo.stories.d.ts +10 -0
- package/Platform/WebFrameContent.d.ts +3 -2
- package/Platform/WebFrameContentImpl.d.ts +2 -0
- package/Platform/WebFrameCurrentPageName.stories.d.ts +8 -0
- package/Platform/WebFrameHeaderContainer.d.ts +2 -1
- package/Platform/WebFrameHeaderContainer.stories.d.ts +17 -0
- package/Platform/WebFrameHeaderContainerImpl.d.ts +1 -1
- package/Platform/WebFrameHelpButton.stories.d.ts +10 -0
- package/Platform/WebFrameMainMenuButton.stories.d.ts +8 -0
- package/Platform/WebFrameMainMenuContainer.d.ts +2 -1
- package/Platform/WebFrameMainMenuContainer.stories.d.ts +10 -0
- package/Platform/WebFrameMainMenuContainerImpl.d.ts +3 -1
- package/Platform/WebFrameNavigationBar.d.ts +2 -1
- package/Platform/WebFrameNavigationBar.stories.d.ts +19 -0
- package/Platform/WebFrameNavigationBarImpl.d.ts +2 -0
- package/Platform/WebFrameSearchPanel.d.ts +2 -2
- package/Platform/WebFrameSearchPanel.stories.d.ts +14 -0
- package/Platform/index.d.ts +1 -7
- package/Platform/toLocaleStringPolyfill.d.ts +2 -0
- package/StandardServices.d.ts +5 -1
- package/System/$FileService.d.ts +16 -9
- package/System/$Layout.d.ts +1 -1
- package/System/$PollService.d.ts +0 -3
- package/System/$Router.d.ts +1 -0
- package/System/$WebFrameContentHeight.d.ts +14 -0
- package/System/BlobToBase64.d.ts +1 -0
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/FileService.d.ts +14 -15
- package/System/FilterLogic.d.ts +6 -0
- package/System/GenerateTestData.d.ts +2 -0
- package/System/IAsyncControlInfo.d.ts +1 -1
- package/System/ILayoutParams.d.ts +2 -0
- package/System/InputBasedControl.d.ts +5 -0
- package/System/InputBasedControlImpl.d.ts +5 -3
- package/System/Layout.d.ts +1 -0
- package/System/LayoutManager.d.ts +1 -1
- package/System/LayoutUtils.d.ts +1 -0
- package/System/NavigationBarStub.d.ts +31 -0
- package/System/OperationUtils.d.ts +2 -0
- package/System/PageLeaveConfirmation.d.ts +1 -0
- package/System/Poll.d.ts +2 -2
- package/System/PollService.d.ts +7 -6
- package/System/{PreventPropogation.d.ts → PreventPropagation.d.ts} +0 -0
- package/System/Router.d.ts +1 -1
- package/System/StringUtils.d.ts +5 -1
- package/System/TabStub.d.ts +13 -0
- package/System/WebFrameContentHeightService.d.ts +14 -0
- package/System/WebFrameNavigationBarStub.d.ts +283 -0
- package/package.json +1 -1
- package/BackOffice/FileSignCreateDialog.d.ts +0 -83
- package/BackOffice/FileSignSelectCertificateDialog.d.ts +0 -57
- package/Globals/DVPromise.d.ts +0 -19
- package/Platform/FilterPlugin.d.ts +0 -3
- package/Platform/GropingPlugin.d.ts +0 -3
- package/Platform/ResetSettingsPlugin.d.ts +0 -18
- package/Platform/SearchPlugin.d.ts +0 -3
- package/Platform/toLocaleStringPolifill.d.ts +0 -1
|
@@ -51,12 +51,21 @@ import("effector").Event<GenModels.ViewColumnModel[]>;
|
|
|
51
51
|
import("effector").Store<GenModels.ViewColumnModel[]>;
|
|
52
52
|
updateCheckedColumn:
|
|
53
53
|
import("effector").Event<IColumnVisibility>;
|
|
54
|
-
|
|
55
|
-
import("effector").
|
|
54
|
+
$isHelp:
|
|
55
|
+
import("effector").Store<boolean>;
|
|
56
|
+
setIsHelp:
|
|
57
|
+
import("effector").Event<boolean>;
|
|
56
58
|
getGridUserDataFx:
|
|
57
|
-
import("effector").Effect<
|
|
59
|
+
import("effector").Effect<string, {
|
|
60
|
+
settings: GenModels.GridUserSettingsData;
|
|
61
|
+
columns: GenModels.ViewColumnModel[];
|
|
62
|
+
}, Error>;
|
|
58
63
|
saveGridUserSettingsFx:
|
|
59
64
|
import("effector").Effect<void, void, Error>;
|
|
60
|
-
|
|
65
|
+
resetSettingsFx:
|
|
66
|
+
import("effector").Effect<void, void, Error>;
|
|
67
|
+
$isLoadingSettings:
|
|
68
|
+
import("effector").Store<boolean>;
|
|
69
|
+
getHeader: () => string;
|
|
61
70
|
init(): void;
|
|
62
71
|
}
|
|
@@ -20,4 +20,6 @@ import("./components/SettingsPopupItemView").ISettingsPopupItemView) => JSX.Elem
|
|
|
20
20
|
import("./components/SettingsPopupCheckBoxContainer").ISettingsPopupCheckBoxContainer) => JSX.Element;
|
|
21
21
|
checkBox: typeof CheckBox;
|
|
22
22
|
radioGroup: typeof RadioGroup;
|
|
23
|
+
button: (props:
|
|
24
|
+
import("@docsvision/web/components/form/button").ButtonProps) => JSX.Element;
|
|
23
25
|
}
|
package/Platform/Tab.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import { Panel, PanelParams } from "@docsvision/webclient/Platform/Panel";
|
|
|
3
3
|
import { TabPageInfo } from "@docsvision/webclient/Platform/TabPageInfo";
|
|
4
4
|
import { IActiveTabChangeEventArgs } from "@docsvision/webclient/Platform/IActiveTabChangeEventArgs";
|
|
5
5
|
import { TabImpl, TabState } from "@docsvision/webclient/Platform/TabImpl";
|
|
6
|
+
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
6
7
|
import { $Layout } from "@docsvision/webclient/System/$Layout";
|
|
7
8
|
import { $CardId, $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
8
9
|
import { BasicApiEvent, CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
|
|
@@ -27,7 +28,7 @@ export declare class TabParams extends PanelParams {
|
|
|
27
28
|
activeTabChanging: CancelableApiEvent<IActiveTabChangeEventArgs>;
|
|
28
29
|
/** Событие, возникающее после завершения асинхронной подгрузки контролов. */
|
|
29
30
|
allControlsLoaded: BasicApiEvent<IEventArgs>;
|
|
30
|
-
services?: $LayoutController & $Layout & $CardId & $LayoutInfo & $EditOperationStore;
|
|
31
|
+
services?: $LayoutController & $Layout & $CardId & $LayoutInfo & $EditOperationStore & $DeviceType;
|
|
31
32
|
}
|
|
32
33
|
/**
|
|
33
34
|
* Класс элемента управления Вкладки
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Tab } from "@docsvision/webclient/Platform/Tab";
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof Tab;
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const FirstTab: () => JSX.Element;
|
|
9
|
+
export declare const SecondTab: () => JSX.Element;
|
package/Platform/Table.d.ts
CHANGED
|
@@ -134,7 +134,7 @@ export declare class Table extends Panel<TableParams, TableState> {
|
|
|
134
134
|
/**
|
|
135
135
|
* Добавить новую строку.
|
|
136
136
|
*/
|
|
137
|
-
addRow(): Promise<any>;
|
|
137
|
+
addRow(scrollIntoView?: boolean): Promise<any>;
|
|
138
138
|
/** Добавить новую строку через открытие диалогового окна используя разметку создания строки. */
|
|
139
139
|
showAddRowWindow(): Promise<void>;
|
|
140
140
|
/** Редактировать строку через открытие диалогового окна используя разметку редактирования строки. */
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { IFolderDataLoadingPlugin, ResponseResolveResult } from "@docsvision/webclient/Platform/IFolderDataLoadingPlugin";
|
|
3
|
+
import { PluginOrder } from "@docsvision/webclient/System/PluginOrder";
|
|
4
|
+
import { ITableData } from "@docsvision/web/components/table/interfaces";
|
|
5
|
+
export declare class TableColumnResponseResolver implements IFolderDataLoadingPlugin {
|
|
6
|
+
id: string;
|
|
7
|
+
description: string;
|
|
8
|
+
order: PluginOrder;
|
|
9
|
+
resolveResponse(data: ITableData, response: GenModels.GridViewModel): Promise<void | ResponseResolveResult>;
|
|
10
|
+
}
|
|
@@ -5,5 +5,4 @@ import { $TableData } from '@docsvision/web/components/table/plugins/table-data'
|
|
|
5
5
|
import { $TableUpdate } from '@docsvision/web/components/table/plugins/table-update';
|
|
6
6
|
import { $TablePresentationToggle } from '@docsvision/webclient/Platform/$TablePresentationToggle';
|
|
7
7
|
export declare const TablePresentationToggleServiceProvider: TablePlugins.ServiceProvider<$TablePresentationToggle & $FolderDataLoading & $ListView & $TableData & $TableUpdate>;
|
|
8
|
-
|
|
9
|
-
export declare const PluginTemplatePlugins: ITablePlugins;
|
|
8
|
+
export declare const TablePresentationPlugins: ITablePlugins;
|
package/Platform/TestUtils.d.ts
CHANGED
|
@@ -18,10 +18,11 @@ import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
|
|
|
18
18
|
import { $ToolbarDaughterControls } from '@docsvision/webclient/Platform/$ToolbarDaughterControls';
|
|
19
19
|
import { $HoverPanel } from '@docsvision/webclient/Platform/$HoverPanel';
|
|
20
20
|
import { $LastSearchParameters } from '@docsvision/webclient/Platform/$LastSearchParameters';
|
|
21
|
+
import { $EmployeeStatus } from '@docsvision/webclient/Platform/$EmployeeStatus';
|
|
21
22
|
export declare let ScrollContainer:
|
|
22
23
|
import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
23
24
|
export declare let ScrollContainerWrapper:
|
|
24
25
|
import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
25
26
|
export declare function common(): FolderGridParams;
|
|
26
27
|
export declare let gridStory: (name: string, render: (services: any) => JSX.Element, params?: StoryParameters) => () => JSX.Element;
|
|
27
|
-
export declare function services(): $GridOptions & $Router & $GridController & $DeviceType & $ExperimentalFeature & $ApplicationSettings & $Resources & $ToolbarActionContainer & $FolderPluginProvider & $CurrentLocation & $CurrentFolder & $WebFrameSearchPanel & $LastSearchResponse & $Domain & $LocalStorage & $ToolbarDaughterControls & $HoverPanel & $LastSearchParameters;
|
|
28
|
+
export declare function services(): $GridOptions & $Router & $GridController & $DeviceType & $ExperimentalFeature & $ApplicationSettings & $Resources & $ToolbarActionContainer & $FolderPluginProvider & $CurrentLocation & $CurrentFolder & $WebFrameSearchPanel & $LastSearchResponse & $Domain & $LocalStorage & $ToolbarDaughterControls & $HoverPanel & $LastSearchParameters & $EmployeeStatus;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
3
2
|
import { IEditPopoverProps } from "@docsvision/webclient/Helpers/PopoverHelpers/EditPopover/IEditPopoverProps";
|
|
4
3
|
import { TextArea, TextAreaParams } from "@docsvision/webclient/Platform/TextArea";
|
|
5
4
|
import { TextControlBaseImpl, TextControlBaseState } from "@docsvision/webclient/Platform/TextControlBaseImpl";
|
|
6
5
|
import { RequestHelper } from '@docsvision/webclient/System/RequestHelper';
|
|
6
|
+
import React from "react";
|
|
7
7
|
/** @internal */
|
|
8
8
|
export interface TextAreaState extends TextAreaParams, TextControlBaseState {
|
|
9
9
|
asyncLoader: RequestHelper;
|
|
@@ -23,17 +23,21 @@ export declare class TextAreaImpl extends TextControlBaseImpl<TextAreaParams, Te
|
|
|
23
23
|
protected init(): Promise<void>;
|
|
24
24
|
protected loadAsync(bindingInfo: GenModels.SimpleBindingInfo): Promise<void>;
|
|
25
25
|
setValue(value: string, redraw: boolean): void;
|
|
26
|
+
protected onInputBlur(event: React.FocusEvent<any>): void;
|
|
27
|
+
private saveCard;
|
|
28
|
+
private shouldSaveCardWithEditInPlaceValue;
|
|
29
|
+
private isLayoutViewMode;
|
|
26
30
|
private updateSizeAndPositions;
|
|
27
31
|
/** Тоже что и {@link InputBasedControlParams.value} */
|
|
28
32
|
set value(val: string);
|
|
29
33
|
get value(): string;
|
|
30
|
-
protected onValueClick(
|
|
34
|
+
protected onValueClick(): void;
|
|
31
35
|
protected valueIsMultiline(): boolean;
|
|
32
36
|
renderPlaceholder(): JSX.Element;
|
|
33
37
|
protected getCssClass(): string;
|
|
34
38
|
protected renderInput(): JSX.Element;
|
|
35
39
|
viewModeRender(): JSX.Element;
|
|
36
|
-
editInPlaceModeRender():
|
|
40
|
+
editInPlaceModeRender(): {};
|
|
37
41
|
renderValueAsHtml(): JSX.Element;
|
|
38
42
|
protected renderInto(props: TextAreaParams, container: HTMLElement): void;
|
|
39
43
|
protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<TextArea>;
|
|
@@ -45,5 +49,5 @@ export declare class TextAreaImpl extends TextControlBaseImpl<TextAreaParams, Te
|
|
|
45
49
|
checkImageClick: (we: JQuery.Event, event: MouseEvent) => void;
|
|
46
50
|
onTextChange: (value: string) => void;
|
|
47
51
|
protected onSummernoteImageUpload(files: FileList): void;
|
|
48
|
-
renderControl():
|
|
52
|
+
renderControl(): {};
|
|
49
53
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { IEditPopoverProps } from "@docsvision/webclient/Helpers/PopoverHelpers/EditPopover/IEditPopoverProps";
|
|
2
2
|
import { TextBox, TextBoxParams } from "@docsvision/webclient/Platform/TextBox";
|
|
3
3
|
import { TextControlBaseImpl, TextControlBaseState } from "@docsvision/webclient/Platform/TextControlBaseImpl";
|
|
4
|
+
import React from "react";
|
|
4
5
|
/** @internal */
|
|
5
6
|
export interface TextBoxState extends TextBoxParams, TextControlBaseState {
|
|
6
7
|
}
|
|
@@ -11,4 +12,8 @@ export declare class TextBoxImpl extends TextControlBaseImpl<TextBoxParams, Text
|
|
|
11
12
|
constructor(props: TextBoxParams, state: TextBoxState);
|
|
12
13
|
protected renderInto(props: TextBoxParams, container: HTMLElement): void;
|
|
13
14
|
protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<TextBox>;
|
|
15
|
+
protected onInputBlur(event: React.FocusEvent<any>): void;
|
|
16
|
+
private saveCard;
|
|
17
|
+
private shouldSaveCardWithEditInPlaceValue;
|
|
18
|
+
private isLayoutViewMode;
|
|
14
19
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { TextControlBaseParams } from "@docsvision/webclient/Platform/TextControlBase";
|
|
2
2
|
import { InputBasedControlImpl, InputBasedControlState } from "@docsvision/webclient/System/InputBasedControlImpl";
|
|
3
3
|
import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
|
|
4
|
+
import React from 'react';
|
|
4
5
|
/** @internal */
|
|
5
6
|
export interface TextControlBaseState extends TextControlBaseParams, InputBasedControlState<string> {
|
|
6
7
|
binding: IBindingResult<string>;
|
|
@@ -10,6 +11,7 @@ export declare abstract class TextControlBaseImpl<PropsT extends TextControlBase
|
|
|
10
11
|
constructor(props: PropsT, state: StateT);
|
|
11
12
|
protected abstract renderInto(props: TextControlBaseParams, container: HTMLElement): void;
|
|
12
13
|
protected onInputChange(event: any): void;
|
|
14
|
+
protected renderInputWithPlaceholder(): React.ReactNode;
|
|
13
15
|
/** @internal */
|
|
14
16
|
protected set binding(binding: IBindingResult<string>);
|
|
15
17
|
protected getTextValue(): string;
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
export declare class TextListInputView {
|
|
3
3
|
listInput:
|
|
4
4
|
import("react").ForwardRefExoticComponent<Pick<
|
|
5
|
-
import("./components/ListInput").IListInputProps, "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "hidden" | "
|
|
5
|
+
import("./components/ListInput").IListInputProps, "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "hidden" | "id" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "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" | "placeholder" | "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"> &
|
|
6
6
|
import("react").RefAttributes<HTMLDivElement>>;
|
|
7
7
|
clearButton:
|
|
8
8
|
import("react").FC<
|
|
9
|
-
import("C:/
|
|
9
|
+
import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/@docsvision/ClearButton").IFilteringClearButtonProps>;
|
|
10
10
|
textInput:
|
|
11
11
|
import("react").ForwardRefExoticComponent<Pick<
|
|
12
|
-
import("./components/SearchTextInput").ISearchTextInputProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "pattern" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "width" | "hidden" | "
|
|
12
|
+
import("./components/SearchTextInput").ISearchTextInputProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "pattern" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "width" | "hidden" | "height" | "id" | "lang" | "max" | "min" | "type" | "role" | "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" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "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" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "enterKeyHint" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step"> &
|
|
13
13
|
import("react").RefAttributes<HTMLInputElement>>;
|
|
14
14
|
wrapper: (props:
|
|
15
15
|
import("./components/TextListInputWrapper").ITextListInputWrapperProps) => JSX.Element;
|
|
@@ -19,7 +19,7 @@ import("./components/ListContent").IListContentProps) => JSX.Element;
|
|
|
19
19
|
import("./components/ListItem").IListItemProps) => JSX.Element;
|
|
20
20
|
checkbox:
|
|
21
21
|
import("react").ForwardRefExoticComponent<Pick<
|
|
22
|
-
import("./components/ListCheckbox").IListCheckboxProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "pattern" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "width" | "hidden" | "
|
|
22
|
+
import("./components/ListCheckbox").IListCheckboxProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "pattern" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "width" | "hidden" | "height" | "id" | "lang" | "max" | "min" | "type" | "role" | "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" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "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" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "enterKeyHint" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step"> &
|
|
23
23
|
import("react").RefAttributes<HTMLInputElement>>;
|
|
24
24
|
empty: (props:
|
|
25
25
|
import("./components/ListEmpty").IListEmptyProps) => JSX.Element;
|
|
File without changes
|
|
@@ -25,7 +25,7 @@ export declare class UserProfileDialog extends React.Component<Props, State> imp
|
|
|
25
25
|
private attachRoot;
|
|
26
26
|
DialogBox:
|
|
27
27
|
import("styled-components").StyledComponent<(props:
|
|
28
|
-
import("C:/
|
|
28
|
+
import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
|
|
29
29
|
close(): void;
|
|
30
30
|
render(): JSX.Element;
|
|
31
31
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare function getFileListViewResources(resources?: Record<string, unknown>): {
|
|
2
|
+
moreQuotes: unknown;
|
|
3
|
+
moreFiles: unknown;
|
|
4
|
+
closeModal: unknown;
|
|
5
|
+
showFile: unknown;
|
|
6
|
+
openFile: unknown;
|
|
7
|
+
downloadFile: unknown;
|
|
8
|
+
};
|
|
9
|
+
export declare function isOfficeFile(extension: string): boolean;
|
|
10
|
+
export declare const getDocumentIconClass: (extension: string) => "" | " docx" | " xls" | " ppt";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { WebFrameBodyContainer } from '@docsvision/webclient/Platform/WebFrameBodyContainer';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof WebFrameBodyContainer;
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Default: () => JSX.Element;
|
|
@@ -3,6 +3,7 @@ import { BaseControl, BaseControlParams, BaseControlState } from "@docsvision/we
|
|
|
3
3
|
import { ControlImpl } from '@docsvision/webclient/System/ControlImpl';
|
|
4
4
|
import { $CompanyLogo, LogoType } from '@docsvision/webclient/Platform/$CompanyLogo';
|
|
5
5
|
import { $Layout } from '@docsvision/webclient/System/$Layout';
|
|
6
|
+
import { $Router } from "@docsvision/webclient/System/$Router";
|
|
6
7
|
/**
|
|
7
8
|
* Содержит публичные свойства элемента управления [Метка]{@link WebFrameCompanyLogo}.
|
|
8
9
|
*/
|
|
@@ -19,7 +20,7 @@ export declare class WebFrameCompanyLogoParams extends BaseControlParams {
|
|
|
19
20
|
alwaysShow?: boolean;
|
|
20
21
|
/** Путь к логотипу */
|
|
21
22
|
filePath?: string;
|
|
22
|
-
services?: $CompanyLogo & $Layout;
|
|
23
|
+
services?: $CompanyLogo & $Layout & $Router;
|
|
23
24
|
}
|
|
24
25
|
export interface WebFrameCompanyLogoState extends WebFrameCompanyLogoParams, BaseControlState {
|
|
25
26
|
}
|
|
@@ -40,6 +41,7 @@ export declare class WebFrameCompanyLogo extends BaseControl<WebFrameCompanyLogo
|
|
|
40
41
|
componentDidMount(): void;
|
|
41
42
|
updateLogoVisibility: () => void;
|
|
42
43
|
getTypeOfLogo: () => void;
|
|
44
|
+
get isImageAllowed(): boolean;
|
|
43
45
|
/** ID"company-logo" only for Backward compatibility */
|
|
44
46
|
/** "company-logo-active/company-logo-hidden" only for Backward compatibility */
|
|
45
47
|
renderControl(): JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { WebFrameCompanyLogo } from '@docsvision/webclient/Platform/WebFrameCompanyLogo';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof WebFrameCompanyLogo;
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Text: () => JSX.Element;
|
|
9
|
+
export declare const Hidden: () => JSX.Element;
|
|
10
|
+
export declare const Image: () => JSX.Element;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { WebFrameContentImpl } from '@docsvision/webclient/Platform/WebFrameContentImpl';
|
|
2
|
-
import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
|
|
2
|
+
import { $ApplicationSettings, $DeviceType, $IsIE } from '@docsvision/webclient/StandardServices';
|
|
3
3
|
import { BaseControl, BaseControlParams, BaseControlState } from "@docsvision/webclient/System/BaseControl";
|
|
4
4
|
import { $ContentElementProvider } from '@docsvision/webclient/Platform/$ContentElementProvider';
|
|
5
5
|
import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
|
|
6
6
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
7
7
|
import { $LayoutBackground } from '@docsvision/webclient/System/$LayoutBackground';
|
|
8
|
+
import { $WebFrameContentHeight } from '@docsvision/webclient/System/$WebFrameContentHeight';
|
|
8
9
|
/**
|
|
9
10
|
* Содержит публичные свойства элемента управления [Метка]{@link WebFrameContent}.
|
|
10
11
|
*/
|
|
@@ -17,7 +18,7 @@ export declare class WebFrameContentParams extends BaseControlParams {
|
|
|
17
18
|
backgroundType?: GenModels.BackgroundType;
|
|
18
19
|
/** Стиль отображения фона */
|
|
19
20
|
backgroundStyle?: GenModels.BackgroundStyle;
|
|
20
|
-
services?: $ApplicationSettings & $ContentElementProvider & $LocalStorage & $LayoutBackground;
|
|
21
|
+
services?: $ApplicationSettings & $ContentElementProvider & $LocalStorage & $LayoutBackground & $WebFrameContentHeight & $DeviceType & $IsIE;
|
|
21
22
|
}
|
|
22
23
|
export interface WebFrameContentState extends WebFrameContentParams, BaseControlState {
|
|
23
24
|
}
|
|
@@ -7,11 +7,13 @@ import React from 'react';
|
|
|
7
7
|
export declare class WebFrameContentImpl extends BaseControlImpl<WebFrameContentParams, WebFrameContentState> {
|
|
8
8
|
private content;
|
|
9
9
|
private backgroundUnsubscribe;
|
|
10
|
+
private heightUnsubscribe;
|
|
10
11
|
componentDidMount(): void;
|
|
11
12
|
componentWillUnmount(): void;
|
|
12
13
|
private setBackgroundStyle;
|
|
13
14
|
protected getCssStyle(): React.CSSProperties;
|
|
14
15
|
protected handleClick(event: React.MouseEvent<any>): void;
|
|
15
16
|
hideMainMenu: () => void;
|
|
17
|
+
private get webFrameContentStyle();
|
|
16
18
|
protected renderControl(): JSX.Element;
|
|
17
19
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { WebFrameCurrentPageName } from '@docsvision/webclient/Platform/WebFrameCurrentPageName';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof WebFrameCurrentPageName;
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const DocumentTitle: () => JSX.Element;
|
|
@@ -5,6 +5,7 @@ import { WebFrameHeaderContainerImpl } from '@docsvision/webclient/Platform/WebF
|
|
|
5
5
|
import { $WebFrameSearchPanel } from '@docsvision/webclient/Platform/$WebFrameSearchPanel';
|
|
6
6
|
import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
|
|
7
7
|
import { $Layout } from '@docsvision/webclient/System/$Layout';
|
|
8
|
+
import { $WebFrameContentHeight } from '@docsvision/webclient/System/$WebFrameContentHeight';
|
|
8
9
|
/**
|
|
9
10
|
* Содержит публичные свойства элемента управления [Метка]{@link WebFrameHeaderContainer}.
|
|
10
11
|
*/
|
|
@@ -12,7 +13,7 @@ export declare class WebFrameHeaderContainerParams extends PanelParams {
|
|
|
12
13
|
/** Стандартный CSS класс со стилями элемента управления */
|
|
13
14
|
standardCssClass?: string;
|
|
14
15
|
height?: number;
|
|
15
|
-
services: $ApplicationSettings & $WebFrameSearchPanel & $WebFrameDirectorySearchPanelService & $Layout;
|
|
16
|
+
services: $ApplicationSettings & $WebFrameSearchPanel & $WebFrameDirectorySearchPanelService & $Layout & $WebFrameContentHeight;
|
|
16
17
|
}
|
|
17
18
|
export interface WebFrameHeaderContainerState extends WebFrameHeaderContainerParams, PanelState {
|
|
18
19
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { WebFrameHeaderContainer } from '@docsvision/webclient/Platform/WebFrameHeaderContainer';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof WebFrameHeaderContainer;
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Appearance: () => JSX.Element;
|
|
9
|
+
export declare const CustomHeight: () => JSX.Element;
|
|
10
|
+
export declare const WithLogo: () => JSX.Element;
|
|
11
|
+
export declare const WithTextBox: () => JSX.Element;
|
|
12
|
+
export declare const WithNumber: () => JSX.Element;
|
|
13
|
+
export declare const WithButton: () => JSX.Element;
|
|
14
|
+
export declare const WithUrl: () => JSX.Element;
|
|
15
|
+
export declare const WithRadioGroup: () => JSX.Element;
|
|
16
|
+
export declare const WithLabel: () => JSX.Element;
|
|
17
|
+
export declare const WithDropdown: () => JSX.Element;
|
|
@@ -7,8 +7,8 @@ import { Subscription } from 'effector';
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class WebFrameHeaderContainerImpl extends PanelImpl<WebFrameHeaderContainerParams, WebFrameHeaderContainerState> {
|
|
9
9
|
visibilityControlsUnsubscribe: Subscription;
|
|
10
|
-
constructor(props: WebFrameHeaderContainerParams, state: WebFrameHeaderContainerState);
|
|
11
10
|
componentDidMount(): void;
|
|
11
|
+
componentDidUpdate(): void;
|
|
12
12
|
componentWillUnmount(): void;
|
|
13
13
|
private visibilityControls;
|
|
14
14
|
hideUserMenu: (e: any) => void;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { WebFrameHelpButton } from '@docsvision/webclient/Platform/WebFrameHelpButton';
|
|
3
|
+
import "./WebFrameHelpButton.stories.css";
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: typeof WebFrameHelpButton;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare const InsideMenu: () => JSX.Element;
|
|
10
|
+
export declare const InsideFrame: () => JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { WebFrameMainMenuButton } from '@docsvision/webclient/Platform/WebFrameMainMenuButton';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof WebFrameMainMenuButton;
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Default: () => JSX.Element;
|
|
@@ -4,6 +4,7 @@ import { WebFrameMainMenuContainerImpl } from '@docsvision/webclient/Platform/We
|
|
|
4
4
|
import { $ApplicationSettings, $DeviceType, $IsIE } from '@docsvision/webclient/StandardServices';
|
|
5
5
|
import { $ContentElementProvider } from '@docsvision/webclient/Platform/$ContentElementProvider';
|
|
6
6
|
import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
|
|
7
|
+
import { $WebFrameContentHeight } from '@docsvision/webclient/System/$WebFrameContentHeight';
|
|
7
8
|
/**
|
|
8
9
|
* Содержит публичные свойства элемента управления [Метка]{@link WebFrameMainMenuContainer}.
|
|
9
10
|
*/
|
|
@@ -16,7 +17,7 @@ export declare class WebFrameMainMenuContainerParams extends PanelParams {
|
|
|
16
17
|
isClosed?: boolean;
|
|
17
18
|
/** Скрыт ли ползунок для ресайза */
|
|
18
19
|
isHandleHidden?: boolean;
|
|
19
|
-
services: $ApplicationSettings & $DeviceType & $ContentElementProvider & $LocalStorage & $IsIE;
|
|
20
|
+
services: $ApplicationSettings & $DeviceType & $ContentElementProvider & $LocalStorage & $IsIE & $WebFrameContentHeight;
|
|
20
21
|
}
|
|
21
22
|
export interface WebFrameMainMenuContainerState extends WebFrameMainMenuContainerParams, PanelState {
|
|
22
23
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { WebFrameMainMenuContainer } from '@docsvision/webclient/Platform/WebFrameMainMenuContainer';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof WebFrameMainMenuContainer;
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const LeftOpenPosition: () => JSX.Element;
|
|
9
|
+
export declare const RightOpenPosition: () => JSX.Element;
|
|
10
|
+
export declare const PinedPosition: () => JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { PanelImpl } from '@docsvision/webclient/Platform/PanelImpl';
|
|
3
2
|
import { WebFrameMainMenuContainerParams, WebFrameMainMenuContainerState } from '@docsvision/webclient/Platform/WebFrameMainMenuContainer';
|
|
3
|
+
import React from 'react';
|
|
4
4
|
/**
|
|
5
5
|
* Класс элемента управления WebFrameMainMenuContainer.
|
|
6
6
|
*/
|
|
@@ -13,6 +13,8 @@ export declare class WebFrameMainMenuContainerImpl extends PanelImpl<WebFrameMai
|
|
|
13
13
|
private showOnRightSide;
|
|
14
14
|
UNSAFE_componentWillMount(): void;
|
|
15
15
|
componentDidMount(): void;
|
|
16
|
+
protected getCssStyle(): React.CSSProperties;
|
|
17
|
+
private get minHeightSidebar();
|
|
16
18
|
get getElement(): HTMLElement;
|
|
17
19
|
preventClick: (e: any) => void;
|
|
18
20
|
switchView: (e: any) => void;
|
|
@@ -4,6 +4,7 @@ import { WebFrameNavigationBarImpl } from '@docsvision/webclient/Platform/WebFra
|
|
|
4
4
|
import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
|
|
5
5
|
import { NavBarMode } from '@docsvision/webclient/Legacy/NavBarMode';
|
|
6
6
|
import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
|
|
7
|
+
import { $WebFrameContentHeight } from '@docsvision/webclient/System/$WebFrameContentHeight';
|
|
7
8
|
/**
|
|
8
9
|
* Содержит публичные свойства элемента управления [Метка]{@link WebFrameNavigationBar}.
|
|
9
10
|
*/
|
|
@@ -12,7 +13,7 @@ export declare class WebFrameNavigationBarParams extends PanelParams {
|
|
|
12
13
|
standardCssClass?: string;
|
|
13
14
|
mode?: NavBarMode;
|
|
14
15
|
modeLock?: string;
|
|
15
|
-
services?: $ApplicationSettings & $LocalStorage;
|
|
16
|
+
services?: $ApplicationSettings & $LocalStorage & $WebFrameContentHeight;
|
|
16
17
|
}
|
|
17
18
|
export interface WebFrameNavigationBarState extends WebFrameNavigationBarParams, PanelState {
|
|
18
19
|
mode: NavBarMode;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { WebFrameNavigationBar } from '@docsvision/webclient/Platform/WebFrameNavigationBar';
|
|
3
|
+
import './WebFrameNavigationBar.stories.css';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: typeof WebFrameNavigationBar;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare const NavButtons: () => JSX.Element;
|
|
10
|
+
export declare const SelectView: () => JSX.Element;
|
|
11
|
+
export declare const SelectViewList: () => JSX.Element;
|
|
12
|
+
export declare const NavPanelInMobileTabs: () => JSX.Element;
|
|
13
|
+
export declare const WithTextBox: () => JSX.Element;
|
|
14
|
+
export declare const WithNumber: () => JSX.Element;
|
|
15
|
+
export declare const WithButton: () => JSX.Element;
|
|
16
|
+
export declare const WithUrl: () => JSX.Element;
|
|
17
|
+
export declare const WithRadioGroup: () => JSX.Element;
|
|
18
|
+
export declare const WithLabel: () => JSX.Element;
|
|
19
|
+
export declare const WithDropdown: () => JSX.Element;
|
|
@@ -7,6 +7,8 @@ import React from 'react';
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class WebFrameNavigationBarImpl extends PanelImpl<WebFrameNavigationBarParams, WebFrameNavigationBarState> {
|
|
9
9
|
mobileContainer: HTMLElement;
|
|
10
|
+
componentDidMount(): void;
|
|
11
|
+
componentDidUpdate(): void;
|
|
10
12
|
protected renderChildren(children?: GenModels.ControlModel[]): React.ReactNode[];
|
|
11
13
|
hideMainMenu: () => void;
|
|
12
14
|
unsetContent: () => void;
|