@docsvision/webclient 5.17.0-beta.18 → 5.17.0-beta.19
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/AuthBox.d.ts +8 -9
- package/Account/Box.d.ts +1 -1
- package/Account/Button.d.ts +1 -1
- package/Account/ChangeMethodButton.d.ts +1 -1
- package/Account/ContactBox.d.ts +1 -1
- package/Account/ErrorBlock.d.ts +1 -1
- package/Account/Form.d.ts +1 -1
- package/Account/Greeting.d.ts +1 -1
- package/Account/Input.d.ts +1 -1
- package/Account/LoginContainer.d.ts +9 -9
- package/Account/LoginError.d.ts +1 -1
- package/Account/LoginExtensionManager.d.ts +3 -2
- package/Account/LoginInputsDivider.d.ts +1 -1
- package/Account/LoginLogic.d.ts +3 -3
- package/Account/LoginPage.d.ts +1 -1
- package/Account/Logo.d.ts +1 -1
- package/Account/ProviderButton.d.ts +1 -1
- package/Account/Providers.d.ts +1 -1
- package/Account/{LoginTypes.d.ts → index.d.ts} +15 -12
- package/BackOffice/AcknowledgementListButton.d.ts +2 -2
- package/BackOffice/AcknowledgementListContainer.d.ts +1 -1
- package/BackOffice/AuthenticationKinds.stories.d.ts +1 -1
- package/BackOffice/AuthenticationKindsContainer.d.ts +1 -1
- package/BackOffice/AuthenticationKindsFrame.d.ts +1 -1
- package/BackOffice/AuthenticationKindsItem.d.ts +1 -1
- package/BackOffice/AuthenticationKindsList.d.ts +1 -1
- package/BackOffice/AuthenticationKindsModalDialog.d.ts +1 -1
- package/BackOffice/AuthenticationKindsTextBox.d.ts +1 -1
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/DirectoryDesignerTreeNode.d.ts +1 -1
- package/BackOffice/DirectoryFrame.d.ts +1 -1
- package/BackOffice/DirectoryRowCutSelection.d.ts +1 -1
- package/BackOffice/DirectoryRowIcon.d.ts +1 -1
- package/BackOffice/DirectoryRowSelection.d.ts +1 -1
- package/BackOffice/DirectorySearchBreadcrumbs.d.ts +1 -1
- package/BackOffice/DirectorySearchContainer.d.ts +1 -1
- package/BackOffice/DirectorySearchContent.d.ts +2 -2
- package/BackOffice/DirectorySearchCounter.d.ts +1 -1
- package/BackOffice/DirectorySearchInfo.d.ts +1 -1
- package/BackOffice/DirectorySearchResult.d.ts +1 -1
- package/BackOffice/DirectorySearchResultList.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +1 -1
- package/BackOffice/DirectorySplitter.d.ts +1 -1
- package/BackOffice/DirectoryTabContents.d.ts +1 -1
- package/BackOffice/DirectoryTabItem.d.ts +1 -1
- package/BackOffice/DirectoryTabPanel.d.ts +1 -1
- package/BackOffice/DirectoryTabsRoot.d.ts +1 -1
- package/BackOffice/DirectoryTreeAddButton.d.ts +1 -1
- package/BackOffice/DirectoryTreeContainer.d.ts +1 -1
- package/BackOffice/DirectoryTreeHScrollContainer.d.ts +1 -1
- package/BackOffice/DirectoryTreeIcon.d.ts +1 -1
- package/BackOffice/DirectoryTreeRow.d.ts +1 -1
- package/BackOffice/DirectoryTreeRowCancelButton.d.ts +1 -1
- package/BackOffice/DirectoryTreeRowName.d.ts +1 -1
- package/BackOffice/DirectoryTreeToggle.d.ts +1 -1
- package/BackOffice/DirectoryTreeWrapper.d.ts +1 -1
- package/BackOffice/DirectoryValuesAddButton.d.ts +1 -1
- package/BackOffice/DirectoryValuesContainer.d.ts +1 -1
- package/BackOffice/DirectoryValuesIcon.d.ts +1 -1
- package/BackOffice/DirectoryValuesLoading.d.ts +1 -1
- package/BackOffice/DirectoryValuesWrapper.d.ts +1 -1
- package/BackOffice/EmailButton.stories.d.ts +1 -1
- package/BackOffice/EmailButtonContainer.d.ts +1 -1
- package/BackOffice/EmailButtonFiles.d.ts +1 -1
- package/BackOffice/EmailButtonItem.d.ts +1 -1
- package/BackOffice/EmailButtonSelectedSize.d.ts +1 -1
- package/BackOffice/EmailButtonView.d.ts +1 -1
- package/BackOffice/EmployeesTabFrame.d.ts +1 -1
- package/BackOffice/FileListConstants.d.ts +3 -0
- package/BackOffice/FileListControl.d.ts +15 -0
- package/BackOffice/FileListControlImpl.d.ts +1 -0
- package/BackOffice/FileListControlLogic.d.ts +6 -3
- package/BackOffice/FileListItem.d.ts +1 -0
- package/BackOffice/FileListItemComponent.d.ts +3 -1
- package/BackOffice/FileListItemProps.d.ts +1 -0
- package/BackOffice/IFileClickingArgs.d.ts +4 -0
- package/BackOffice/IFileVersionExpandingArgs.d.ts +4 -0
- package/BackOffice/ILinkEventArgs.d.ts +2 -2
- package/BackOffice/IRowClickArgs.d.ts +4 -0
- package/BackOffice/ITaskDataModel.d.ts +4 -0
- package/BackOffice/ITaskListItemProps.d.ts +4 -2
- package/BackOffice/ITaskListProps.d.ts +4 -0
- package/BackOffice/ITaskRowClickEventArgs.d.ts +4 -0
- package/BackOffice/ITasksTableRow.d.ts +1 -0
- package/BackOffice/LinkItem.d.ts +1 -0
- package/BackOffice/Links.d.ts +14 -0
- package/BackOffice/LinksImpl.d.ts +3 -0
- package/BackOffice/OpenTaskInNewWindow.d.ts +1 -1
- package/BackOffice/PrintButtonContainer.d.ts +1 -1
- package/BackOffice/RemoveFromGroupIconGridPlugin.d.ts +1 -1
- package/BackOffice/SignatureButton.stories.d.ts +1 -1
- package/BackOffice/SignatureButtonComponent.d.ts +1 -1
- package/BackOffice/SignatureButtonMenu.d.ts +1 -1
- package/BackOffice/SignatureButtonMenuItem.d.ts +1 -1
- package/BackOffice/SignatureDialogFrame.d.ts +1 -1
- package/BackOffice/SignatureDialogMethods.d.ts +1 -1
- package/BackOffice/SignatureDialogNoPluginMessage.d.ts +1 -1
- package/BackOffice/SignatureDialogSettings.d.ts +1 -1
- package/BackOffice/SignatureMethodsSetup.stories.d.ts +1 -1
- package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +1 -1
- package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +1 -1
- package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +1 -1
- package/BackOffice/SignatureMethodsSetupFrame.d.ts +1 -1
- package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +1 -1
- package/BackOffice/StaffDirectory.d.ts +1 -1
- package/BackOffice/StaffDirectoryHead.d.ts +1 -1
- package/BackOffice/StaffDirectoryInfo.d.ts +1 -1
- package/BackOffice/StaffDirectoryTreeAddButton.d.ts +1 -1
- package/BackOffice/TaskListComponent.d.ts +4 -0
- package/BackOffice/Tasks.d.ts +13 -1
- package/BackOffice/TasksImpl.d.ts +2 -0
- package/BackOffice/TasksTable.d.ts +22 -0
- package/BackOffice/TasksTableContainer.d.ts +1 -1
- package/BackOffice/TasksTableLink.d.ts +0 -1
- package/BackOffice/TasksTableLogic.d.ts +17 -1
- package/BackOffice/TasksTableRow.d.ts +1 -0
- package/Generated/DocsVision.WebClient.Controllers.d.ts +15 -0
- package/Generated/DocsVision.WebClient.Models.d.ts +212 -0
- package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +1 -1
- package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +1 -1
- package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +1 -1
- package/Helpers/DropdownButton/components/DropdownMenu.d.ts +1 -1
- package/Helpers/DropdownButton/components/DropdownMenuItem.d.ts +1 -1
- package/Helpers/DropdownButton/components/DropdownMenuItemContent.d.ts +1 -1
- package/Helpers/Sortable/Sortable.d.ts +1 -1
- package/Helpers/Table/TableHelperRow.d.ts +1 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +1 -1
- package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +1 -1
- package/Platform/AccessListEntryRow.d.ts +1 -1
- package/Platform/AggregateItemCheckbox.d.ts +2 -2
- package/Platform/AggregatesApplyButtonPanel.d.ts +1 -1
- package/Platform/AggregatesGroup.d.ts +1 -1
- package/Platform/AggregatesListItem.d.ts +1 -1
- package/Platform/AggregatesNotAvailable.d.ts +1 -1
- package/Platform/AggregatesPanelHeader.d.ts +1 -1
- package/Platform/AggregatesTree.d.ts +1 -1
- package/Platform/ApprovalVisualizationArrows.d.ts +1 -1
- package/Platform/ApprovalVisualizationConditionList.d.ts +1 -1
- package/Platform/ApprovalVisualizationConditionOption.d.ts +1 -1
- package/Platform/ApprovalVisualizationContainer.d.ts +1 -1
- package/Platform/ApprovalVisualizationView.d.ts +1 -1
- package/Platform/ApprovalVisualizationVisBlock.d.ts +2 -2
- package/Platform/ArchivedCardsPlugin.d.ts +1 -1
- package/Platform/ClearButton.d.ts +1 -1
- package/Platform/ColorModeHandle.d.ts +5 -0
- package/Platform/ConvertSearchValue.d.ts +1 -0
- package/Platform/CreateApexChartInstance.d.ts +7 -0
- package/Platform/CreateDiagramParams.d.ts +21 -0
- package/Platform/CreateFolderRequestModel.d.ts +3 -0
- package/Platform/CreateSearchRequestModel.d.ts +3 -0
- package/Platform/DateInput.d.ts +1 -1
- package/Platform/DateTimePickerImpl.d.ts +1 -0
- package/Platform/DeleteBatchOperationImpl.d.ts +1 -1
- package/Platform/Diagram.d.ts +19 -0
- package/Platform/Diagram.stories.d.ts +11 -0
- package/Platform/DiagramChart.d.ts +7 -0
- package/Platform/DiagramConstants.d.ts +12 -0
- package/Platform/DiagramContainer.d.ts +7 -0
- package/Platform/DiagramLoader.d.ts +8 -0
- package/Platform/DiagramLogic.d.ts +74 -0
- package/Platform/DiagramOptions.d.ts +54 -0
- package/Platform/DiagramQueryParams.d.ts +10 -0
- package/Platform/DiagramUtils.d.ts +12 -0
- package/Platform/DiagramView.d.ts +10 -0
- package/Platform/DiagramWrapper.d.ts +5 -0
- package/Platform/DownloadFilesBatchOperationImpl.d.ts +1 -1
- package/Platform/Dropdown.stories.d.ts +1 -1
- package/Platform/FilterBoolean.d.ts +1 -1
- package/Platform/FilterDate.d.ts +2 -2
- package/Platform/FilterDateRangePicker.d.ts +1 -1
- package/Platform/FocusableTextInput.d.ts +1 -1
- package/Platform/FolderGrid.d.ts +1 -1
- package/Platform/FolderHelpDialog.d.ts +1 -1
- package/Platform/FolderMainMenuItem.d.ts +2 -1
- package/Platform/FolderOperationManager.d.ts +1 -1
- package/Platform/FolderSizePlugin.d.ts +1 -1
- package/Platform/FolderTypeDialog.d.ts +1 -1
- package/Platform/FolderViewItemsImpl.d.ts +2 -0
- package/Platform/FormatSearchQueryParams.d.ts +2 -0
- package/Platform/GetDiagramType.d.ts +6 -0
- package/Platform/IDiagramModels.d.ts +129 -0
- package/Platform/InputWithMask.d.ts +1 -1
- package/Platform/LayoutIconButtonImpl.d.ts +1 -1
- package/Platform/ListCheckbox.d.ts +2 -2
- package/Platform/ListContent.d.ts +1 -1
- package/Platform/ListContentHightlight.d.ts +1 -1
- package/Platform/ListEmpty.d.ts +1 -1
- package/Platform/ListEmptySearchIcon.d.ts +1 -1
- package/Platform/ListInput.d.ts +2 -2
- package/Platform/ListItem.d.ts +1 -1
- package/Platform/ListLoading.d.ts +1 -1
- package/Platform/ListSearchIcon.d.ts +1 -1
- package/Platform/ListSlot.d.ts +1 -1
- package/Platform/ListTotalItem.d.ts +1 -1
- package/Platform/LoadApexLibrary.d.ts +1 -0
- package/Platform/ParseModel.d.ts +4 -0
- package/Platform/QueryCondition.stories.d.ts +5 -0
- package/Platform/Quotes.d.ts +1 -1
- package/Platform/QuotesButtonMore.d.ts +1 -1
- package/Platform/QuotesHighlight.d.ts +1 -1
- package/Platform/QuotesItem.d.ts +1 -1
- package/Platform/QuotesModal.d.ts +1 -1
- package/Platform/QuotesModalButtonBlock.d.ts +1 -1
- package/Platform/QuotesModalQuote.d.ts +1 -1
- package/Platform/QuotesWrapper.d.ts +1 -1
- package/Platform/ResetSettings.d.ts +3 -2
- package/Platform/SearchTextInput.d.ts +2 -2
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/SecurityDialogFrame.d.ts +1 -1
- package/Platform/SettingsPopup.d.ts +1 -1
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +1 -1
- package/Platform/SettingsPopupColumn.d.ts +1 -1
- package/Platform/SettingsPopupItemView.d.ts +1 -1
- package/Platform/SettingsPopupRow.d.ts +1 -1
- package/Platform/ShowAllButton.d.ts +1 -1
- package/Platform/Strategies.d.ts +23 -0
- package/Platform/TableCellNumberRightAlignPlugin.d.ts +1 -1
- package/Platform/TableRowColorPlugin.d.ts +1 -1
- package/Platform/TextListInputView.d.ts +3 -3
- package/Platform/TextListInputWrapper.d.ts +1 -1
- package/Platform/ToolbarDaughterControlImpl.d.ts +1 -1
- package/Platform/TransformToChartData.d.ts +6 -0
- package/Platform/UnreadBarTablePlugins.d.ts +1 -1
- package/Platform/WebFrameHelpButton.stories.d.ts +1 -1
- package/Platform/WebFrameNavigationBar.stories.d.ts +1 -1
- package/Platform/WebFrameSearchPanel.stories.d.ts +1 -1
- package/Platform/WebFrameUserPanel.stories.d.ts +1 -1
- package/StandardServices.d.ts +2 -1
- package/System/$FolderColors.d.ts +25 -0
- package/System/DataGridControl.d.ts +1 -1
- package/System/FolderColorsService.d.ts +11 -0
- package/System/GridModelStub.d.ts +26 -0
- package/System/Poll.d.ts +1 -1
- package/System/PollService.d.ts +1 -1
- package/System/ResourcesStub.d.ts +3 -0
- package/package.json +1 -1
package/Account/AuthBox.d.ts
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
export interface
|
|
2
|
+
|
|
3
|
+
export interface IAuthBox {
|
|
4
4
|
renderContent(): JSX.Element;
|
|
5
|
-
logo: React.
|
|
6
|
-
box: React.
|
|
5
|
+
logo: React.JSXElementConstructor<unknown>;
|
|
6
|
+
box: React.JSXElementConstructor<{
|
|
7
|
+
error: boolean;
|
|
8
|
+
children: React.ReactElement;
|
|
9
|
+
}>;
|
|
7
10
|
}
|
|
8
|
-
export declare function AuthBox({ renderContent, logo: Logo, box: Box }:
|
|
9
|
-
renderContent: any;
|
|
10
|
-
logo: any;
|
|
11
|
-
box: any;
|
|
12
|
-
}): JSX.Element;
|
|
11
|
+
export declare function AuthBox({ renderContent, logo: Logo, box: Box }: IAuthBox): JSX.Element;
|
package/Account/Box.d.ts
CHANGED
package/Account/Button.d.ts
CHANGED
package/Account/ContactBox.d.ts
CHANGED
package/Account/ErrorBlock.d.ts
CHANGED
package/Account/Form.d.ts
CHANGED
package/Account/Greeting.d.ts
CHANGED
package/Account/Input.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { AuthBox } from 'Account/
|
|
2
|
-
import { LoginError } from 'Account/
|
|
3
|
-
import { LoginLogic } from 'Account/
|
|
1
|
+
import { AuthBox } from '@docsvision/webclient/Account/Components/AuthBox';
|
|
2
|
+
import { LoginError } from '@docsvision/webclient/Account/Components/LoginError';
|
|
3
|
+
import { LoginLogic } from '@docsvision/webclient/Account/LoginLogic';
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import { AutoCompleteOptions, ILoginExtensionManager } from 'Account/
|
|
6
|
-
import { ErrorBlock } from 'Account/
|
|
7
|
-
import { Form } from 'Account/
|
|
8
|
-
import { LoginInputsDivider } from 'Account/
|
|
9
|
-
import { ChangeMethodButton } from 'Account/
|
|
5
|
+
import { AutoCompleteOptions, ILoginExtensionManager } from '@docsvision/webclient/Account/';
|
|
6
|
+
import { ErrorBlock } from '@docsvision/webclient/Account/Components/ErrorBlock';
|
|
7
|
+
import { Form } from '@docsvision/webclient/Account/Components/Form';
|
|
8
|
+
import { LoginInputsDivider } from '@docsvision/webclient/Account/Components/LoginInputsDivider';
|
|
9
|
+
import { ChangeMethodButton } from '@docsvision/webclient/Account/Components/ChangeMethodButton';
|
|
10
10
|
import { IComponentProps } from '@docsvision/web/core/component';
|
|
11
|
-
import { Box } from 'Account/
|
|
11
|
+
import { Box } from '@docsvision/webclient/Account/Components/Box';
|
|
12
12
|
export declare class LoginView {
|
|
13
13
|
form: typeof Form;
|
|
14
14
|
changeMethodButton: typeof ChangeMethodButton;
|
package/Account/LoginError.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export declare
|
|
1
|
+
import { ILoginExtensionManager } from "@docsvision/webclient/Account/";
|
|
2
|
+
export declare let loginExtensionManager: ILoginExtensionManager;
|
|
3
|
+
export declare function prepareExtensionManager(): ILoginExtensionManager;
|
package/Account/LoginLogic.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FormType, ILoginProvider } from "Account/
|
|
1
|
+
import { FormType, ILoginProvider } from "@docsvision/webclient/Account/";
|
|
2
2
|
import { ComponentLogic } from "@docsvision/web/core/component";
|
|
3
3
|
export declare const defaultNumberOfProviders = 1;
|
|
4
4
|
export declare class LoginLogic extends ComponentLogic {
|
|
@@ -25,9 +25,9 @@ import("effector").Store<string>;
|
|
|
25
25
|
import("effector").Store<ILoginProvider[]>;
|
|
26
26
|
$userProviders:
|
|
27
27
|
import("effector").Store<ILoginProvider[]>;
|
|
28
|
-
|
|
28
|
+
setError:
|
|
29
29
|
import("effector").Event<string>;
|
|
30
|
-
$
|
|
30
|
+
$error:
|
|
31
31
|
import("effector").Store<string>;
|
|
32
32
|
setFormType:
|
|
33
33
|
import("effector").Event<FormType>;
|
package/Account/LoginPage.d.ts
CHANGED
package/Account/Logo.d.ts
CHANGED
package/Account/Providers.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { LoginView } from "Account/
|
|
3
|
-
import { LoginLogic } from "Account/
|
|
2
|
+
import { LoginView } from "@docsvision/webclient/Account/LoginContainer";
|
|
3
|
+
import { LoginLogic } from "@docsvision/webclient/Account/LoginLogic";
|
|
4
4
|
export declare enum FormType {
|
|
5
5
|
FormAndProviders = 0,
|
|
6
6
|
Form = 1,
|
|
@@ -36,8 +36,8 @@ export declare type EventParameters = {
|
|
|
36
36
|
export interface ILoginPlugin {
|
|
37
37
|
name?: string;
|
|
38
38
|
order?: number;
|
|
39
|
-
fn: (data: EventParameters) => void
|
|
40
|
-
eventName:
|
|
39
|
+
fn: (data: EventParameters) => boolean | void | Promise<boolean | void>;
|
|
40
|
+
eventName: LoginEvents;
|
|
41
41
|
}
|
|
42
42
|
export declare type AutoCompleteOptions = Partial<{
|
|
43
43
|
login: string;
|
|
@@ -67,29 +67,32 @@ export interface ILoginExtensionManager {
|
|
|
67
67
|
onSetupView: (view: LoginView) => void;
|
|
68
68
|
logicEventConstructor: (data: {
|
|
69
69
|
logic: LoginLogic;
|
|
70
|
-
}) => void;
|
|
70
|
+
}) => boolean | void;
|
|
71
71
|
logicEventBeforeFormSubmit: (data: {
|
|
72
72
|
logic: LoginLogic;
|
|
73
73
|
data: FormData;
|
|
74
|
-
}) => void
|
|
74
|
+
}) => Promise<boolean | void>;
|
|
75
75
|
logicEventAfterFormSubmit: (data: {
|
|
76
76
|
logic: LoginLogic;
|
|
77
77
|
data: object;
|
|
78
|
-
}) => void
|
|
78
|
+
}) => Promise<boolean | void>;
|
|
79
79
|
eventContainerUseEffect: (data: {
|
|
80
80
|
logic: LoginLogic;
|
|
81
81
|
view: LoginView;
|
|
82
|
-
}) => void
|
|
82
|
+
}) => Promise<boolean | void>;
|
|
83
83
|
logicEventBeforeGetProviders: (data: {
|
|
84
|
-
|
|
85
|
-
|
|
84
|
+
logic: LoginLogic;
|
|
85
|
+
data: {
|
|
86
|
+
body: string;
|
|
87
|
+
};
|
|
88
|
+
}) => Promise<boolean | void>;
|
|
86
89
|
logicEventAfterGetProviders: (data: {
|
|
87
90
|
logic: LoginLogic;
|
|
88
91
|
data: object;
|
|
89
|
-
}) => void
|
|
92
|
+
}) => Promise<boolean | void>;
|
|
90
93
|
eventLoginPageUseEffect: (data: {
|
|
91
94
|
loginPageRef: React.RefObject<HTMLDivElement>;
|
|
92
|
-
}) => void
|
|
95
|
+
}) => Promise<boolean | void>;
|
|
93
96
|
}
|
|
94
97
|
export declare type LoginExtensionManager = {
|
|
95
98
|
loginExtensionManager: ILoginExtensionManager;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ButtonProps } from '@docsvision/web/components/form/button';
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
|
|
4
|
+
|
|
5
5
|
export declare function AcknowledgementListButton(props: ButtonProps): JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { AcknowledgementListLogic } from '@docsvision/webclient/BackOffice/AcknowledgementListLogic';
|
|
3
3
|
import { AcknowledgementListView } from '@docsvision/webclient/BackOffice/AcknowledgementListView';
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
export declare function AcknowledgementListContainer(props: {
|
|
6
6
|
logic: AcknowledgementListLogic;
|
|
7
7
|
view: AcknowledgementListView;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { AuthenticationKindsLogic } from "@docsvision/webclient/BackOffice/AuthenticationKindsLogic";
|
|
3
3
|
import { AuthenticationKindsView } from "@docsvision/webclient/BackOffice/AuthenticationKindsView";
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
export declare function AuthenticationKindsContainer(props: {
|
|
6
6
|
logic: AuthenticationKindsLogic;
|
|
7
7
|
view: AuthenticationKindsView;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from "@docsvision/web/core/component";
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IAuthenticationKindsFrameProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function AuthenticationKindsFrame(props: IAuthenticationKindsFrameProps): JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from "@docsvision/web/core/component";
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IAuthenticationKindsItemProps extends HtmlProps.li {
|
|
5
5
|
}
|
|
6
6
|
export declare function AuthenticationKindsItem(props: IAuthenticationKindsItemProps): JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from "@docsvision/web/core/component";
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IAuthenticationKindsListProps extends HtmlProps.ul {
|
|
5
5
|
}
|
|
6
6
|
export declare function AuthenticationKindsList(props: IAuthenticationKindsListProps): JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ModalDialogProps } from "@docsvision/web/components/modals/modal-dialog";
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IAuthenticationKindsModalDialogProps extends ModalDialogProps {
|
|
5
5
|
}
|
|
6
6
|
export declare function AuthenticationKindsModalDialog(props: IAuthenticationKindsModalDialogProps): JSX.Element;
|
|
@@ -7,7 +7,7 @@ export interface ICardKindTreeNodeProps {
|
|
|
7
7
|
export declare const CardKindTreeNode:
|
|
8
8
|
import("styled-components").StyledComponent<"a", any, Partial<Pick<
|
|
9
9
|
import("react").DetailedHTMLProps<
|
|
10
|
-
|
|
10
|
+
| "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" | "download" | "hrefLang" | "ping" | "rel" | "referrerPolicy"> & {
|
|
11
11
|
ref?: ((instance: HTMLAnchorElement) => void) |
|
|
12
12
|
import("react").RefObject<HTMLAnchorElement>;
|
|
13
13
|
}> & {
|
|
@@ -2,7 +2,7 @@ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.
|
|
|
2
2
|
import { IDynamicTreeNodeData } from "@docsvision/webclient/Helpers/DynamicTree/IDynamicTreeNodeData";
|
|
3
3
|
import { ITreeNodeData } from "@docsvision/webclient/Helpers/Tree/Data/ClientModels/ITreeNodeData";
|
|
4
4
|
import React from 'react';
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
/** @internal */
|
|
7
7
|
export declare class DirectoryDesignerTreeNode implements IDynamicTreeNodeData {
|
|
8
8
|
mData: GenModels.DirectoryDesignerTreeNode & {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { $SelectionRow } from "@docsvision/webclient/BackOffice/$SelectionRow";
|
|
2
2
|
import { ITablePlugins, TablePlugins } from "@docsvision/web/components/table/interfaces";
|
|
3
3
|
import { $Domain } from "@docsvision/web/core/state-management";
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
export declare const CANCEL_BUTTON_ID = "_CANCEL_BUTTON";
|
|
6
6
|
export declare const DirectoryRowCutSelectionFeature = "DirectoryRowCutSelectionFeature";
|
|
7
7
|
export declare const DirectoryRowCutSelectionPluginMountEffect: TablePlugins.Row.MountEffect;
|
|
@@ -2,7 +2,7 @@ import { IDirectoryValuesIconProps } from "@docsvision/webclient/BackOffice/Dire
|
|
|
2
2
|
import { IRow, ITableData, ITablePlugins, TablePlugins } from "@docsvision/web/components/table/interfaces";
|
|
3
3
|
import { ISimplePluginData } from "@docsvision/web/core/extensibility/plugins";
|
|
4
4
|
import React from "react";
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
export declare const IconColumnId = "icon";
|
|
7
7
|
export declare const LOADING_ROWS_PLUGIN_ID = "loadingRows";
|
|
8
8
|
export declare function getLoadingRows(row: ITableData): ISimplePluginData<IRow[]>;
|
|
@@ -5,7 +5,7 @@ import { $TableData } from "@docsvision/web/components/table/plugins/table-data"
|
|
|
5
5
|
import { ISimplePluginData } from "@docsvision/web/core/extensibility/plugins";
|
|
6
6
|
import { $Domain } from "@docsvision/web/core/state-management";
|
|
7
7
|
import { Store, Event } from "effector";
|
|
8
|
-
|
|
8
|
+
|
|
9
9
|
export declare function getSelectedEntityId(table: ITableData): ISimplePluginData<string>;
|
|
10
10
|
export declare function getRowSelectionProcessId(table: ITableData): ISimplePluginData<any>;
|
|
11
11
|
export interface IDirectoryRowSelectionService {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
5
5
|
export interface IDirectorySearchBreadcrumbsProps extends HtmlProps.div {
|
|
6
6
|
parentItem: GenModels.SearchItemModel;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IDirectorySearchContainerProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function DirectorySearchContainer(props: IDirectorySearchContainerProps): JSX.Element;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
import { DirectorySearchResponse } from '@docsvision/webclient/BackOffice/DirectorySearchResult';
|
|
5
5
|
export interface IDirectorySearchContentProps extends HtmlProps.div {
|
|
6
6
|
data?: DirectorySearchResponse;
|
|
7
7
|
renderContent?: () => JSX.Element;
|
|
8
8
|
opened?: boolean;
|
|
9
9
|
}
|
|
10
|
-
export declare const DirectorySearchContent: React.ForwardRefExoticComponent<Pick<IDirectorySearchContentProps, "renderContent" | "data" | "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" | "opened"> & React.RefAttributes<unknown>>;
|
|
10
|
+
export declare const DirectorySearchContent: React.ForwardRefExoticComponent<Pick<IDirectorySearchContentProps, "renderContent" | "data" | "slot" | "style" | "title" | "children" | "onSubmit" | "placeholder" | "dir" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "opened"> & React.RefAttributes<unknown>>;
|
|
@@ -4,7 +4,7 @@ import { DirectorySearchResultView } from '@docsvision/webclient/BackOffice/Dire
|
|
|
4
4
|
import { $WebFrameDirectorySearchPanelService } from '@docsvision/webclient/BackOffice/$WebFrameDirectorySearchPanelService';
|
|
5
5
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
6
6
|
import { HtmlProps, IComponentProps } from '@docsvision/web/core/component';
|
|
7
|
-
|
|
7
|
+
|
|
8
8
|
import { LoadingStatus } from '@docsvision/webclient/System/LoadingState';
|
|
9
9
|
import { StaffDirectorySearchResponseT } from '@docsvision/webclient/BackOffice/StaffDirectoryLogic';
|
|
10
10
|
export declare type SearchCommonResponseT = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
3
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
import { DirectorySearchResponse } from '@docsvision/webclient/BackOffice/DirectorySearchResult';
|
|
6
6
|
export interface IDirectorySearchResultListProps extends HtmlProps.ul {
|
|
7
7
|
data: DirectorySearchResponse;
|
|
@@ -10,7 +10,7 @@ export declare class DirectorySearchResultView {
|
|
|
10
10
|
container: typeof DirectorySearchContainer;
|
|
11
11
|
content:
|
|
12
12
|
import("react").ForwardRefExoticComponent<Pick<
|
|
13
|
-
|
|
13
|
+
| "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" | "opened"> &
|
|
14
14
|
import("react").RefAttributes<unknown>>;
|
|
15
15
|
iconButton: (props:
|
|
16
16
|
import("C:/Git/WC/Helpers/IconButton").IIconButtonProps) => JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IDirectoryTabContentsProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function DirectoryTabContents(props: IDirectoryTabContentsProps): JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IDirectoryTabsRootProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function DirectoryTabsRoot(props: IDirectoryTabsRootProps): JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IDirectoryTreeContainerProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function DirectoryTreeContainer(props: IDirectoryTreeContainerProps): JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IDirectoryTreeHScrollContainerProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function DirectoryTreeHScrollContainer(props: IDirectoryTreeHScrollContainerProps): JSX.Element;
|