@docsvision/webclient 6.1.6-beta.1 → 6.1.8
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/Altcha.d.ts +10 -0
- package/Account/LoginContainer.d.ts +2 -0
- package/Account/LoginLogic.d.ts +18 -1
- package/Application.d.ts +3 -3
- package/BackOffice/AddressStoriesData.d.ts +21 -0
- package/BackOffice/AuthenticationKindsView.d.ts +1 -1
- package/BackOffice/BackofficeConstants.d.ts +1 -0
- package/BackOffice/CardKindStoriesData.d.ts +44 -0
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/CommentsStoriesData.d.ts +8 -0
- package/BackOffice/CreateRelatedCardButtonStoriesData.d.ts +22 -0
- package/BackOffice/DelegateBatchOperationStoriesData.d.ts +15 -0
- package/BackOffice/DeleteShortcutBatchOperationStoriesData.d.ts +12 -0
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DepartmentStoriesData.d.ts +88 -0
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +3 -1
- package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +6 -4
- package/BackOffice/DirectoryDesignerRowStoriesData.d.ts +14 -0
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/DisplayInitiatorStoriesData.d.ts +34 -0
- package/BackOffice/DisplayPerformersStoriesData.d.ts +71 -0
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/EmployeeStoriesData.d.ts +16 -0
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListControlStoriesData.d.ts +162 -0
- package/BackOffice/GetSearchItemsType.d.ts +2 -0
- package/BackOffice/GroupTaskCardSelectPerformersStoriesData.d.ts +13 -0
- package/BackOffice/HistoryStoriesData.d.ts +45 -0
- package/BackOffice/HistoryStoriesHelpers.d.ts +4 -0
- package/BackOffice/LinksStoriesData.d.ts +60 -0
- package/BackOffice/MultipleEmployeesStoriesData.d.ts +31 -0
- package/BackOffice/NumeratorStoriesData.d.ts +24 -0
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/Powers.d.ts +1 -1
- package/BackOffice/PowersImpl.d.ts +1 -1
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/StateButtonsStoriesData.d.ts +22 -0
- package/BackOffice/TasksStoriesData.d.ts +36 -0
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/ToSearchArea.d.ts +3 -0
- package/Generated/DocsVision.WebClient.Controllers.d.ts +77 -15
- package/Generated/DocsVision.WebClient.Models.d.ts +2591 -95
- package/Helpers/ComboBox/ComboBoxTitle.d.ts +2 -0
- package/Helpers/InputMask/InputMaskView.d.ts +1 -1
- package/Helpers/InputMask/components/InputMaskField.d.ts +1 -1
- package/Helpers/LoadingIcon/LoadingIcon.d.ts +1 -0
- package/Legacy/ILegacyRouter.d.ts +1 -0
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/Utils.d.ts +2 -0
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +2 -2
- package/Platform/ApprovalVisualizationView.d.ts +1 -1
- package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/CardLink.d.ts +7 -7
- package/Platform/CertificateSettingsView.d.ts +1 -1
- package/Platform/CheckFileAllowed.d.ts +2 -0
- package/Platform/CheckFilesAllowed.d.ts +1 -0
- package/Platform/CompleteTaskConditionsTableModelStub.d.ts +53 -0
- package/Platform/DeleteBatchOperationStoriesData.d.ts +13 -0
- package/Platform/DownloadFilesBatchOperationStoriesData.d.ts +16 -0
- package/Platform/FavoritesPageRouteHandler.d.ts +5 -5
- package/Platform/FavoritesRouteHandler.d.ts +3 -3
- package/Platform/FolderCardsDashboardStoriesData.d.ts +2 -0
- package/Platform/FolderGridService.d.ts +4 -4
- package/Platform/FolderNameImpl.d.ts +0 -1
- package/Platform/FolderRouteHelpers.d.ts +1 -4
- package/Platform/FolderViewItemsImpl.d.ts +26 -28
- package/Platform/FolderWebFrameRouteHandler.d.ts +2 -3
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/MoveShortcutBatchOperationStoriesData.d.ts +12 -0
- package/Platform/ReadBatchBatchOperationStoriesData.d.ts +13 -0
- package/Platform/RecentCardsPageRouteHandler.d.ts +5 -5
- package/Platform/RecentCardsRouteHandler.d.ts +4 -4
- package/Platform/ScanDialogServiceStoriesData.d.ts +2 -0
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/TextBoxInputField.d.ts +1 -1
- package/Platform/TextBoxInputMaskView.d.ts +1 -1
- package/Platform/TextListInputView.d.ts +3 -3
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/WebFrameSearchPanel.d.ts +15 -15
- package/StandardServices.d.ts +1 -2
- package/System/DirectoryBaseImpl.d.ts +1 -0
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/DownloadsTab.d.ts +578 -0
- package/System/FileControllerStub.d.ts +14 -0
- package/System/FilePreviewStub.d.ts +4 -0
- package/System/GroupMenuChildrenModelStub.d.ts +64 -0
- package/System/LinkMainMenuModelStub.d.ts +22 -0
- package/System/PagesControllerStub.d.ts +9 -0
- package/System/ProfileTab.d.ts +1349 -0
- package/System/RealtimeCommunicationService.d.ts +17 -2
- package/System/ResourcesStub.d.ts +8 -0
- package/System/Router.d.ts +2 -1
- package/System/SearchingResultsStub.d.ts +48 -0
- package/System/SettingsTab.d.ts +716 -0
- package/System/StatusTab.d.ts +1135 -0
- package/System/StorybookStory.d.ts +8 -4
- package/System/TableStub.d.ts +617 -0
- package/package.json +1 -1
- package/Account/Login.stories.d.ts +0 -12
- package/BackOffice/AuthenticationKinds.stories.d.ts +0 -10
- package/BackOffice/DirectoryTabs.stories.d.ts +0 -8
- package/BackOffice/DirectoryTree.stories.d.ts +0 -9
- package/BackOffice/DirectoryValues.stories.d.ts +0 -8
- package/BackOffice/EmailButton.stories.d.ts +0 -10
- package/BackOffice/FileListControl.stories.d.ts +0 -10
- package/BackOffice/FileSignListDialog.stories.d.ts +0 -13
- package/BackOffice/Numerator.stories.d.ts +0 -8
- package/BackOffice/Powers.stories.d.ts +0 -20
- package/BackOffice/PowersDirectory.stories.d.ts +0 -20
- package/BackOffice/SignatureButton.stories.d.ts +0 -10
- package/BackOffice/SignatureDialog.stories.d.ts +0 -25
- package/BackOffice/SignatureMethodsSetup.stories.d.ts +0 -14
- package/BackOffice/StaffDirectory.stories.d.ts +0 -24
- package/BackOffice/TasksTable.stories.d.ts +0 -21
- package/BackOffice/WebFrameDirectorySearchPanel.stories.d.ts +0 -8
- package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +0 -10
- package/Helpers/Button.stories.d.ts +0 -8
- package/Helpers/DropdownButton/DropdownButton.stories.d.ts +0 -10
- package/Helpers/EmployeeName.stories.d.ts +0 -8
- package/Helpers/InputMask/InputMask.stories.d.ts +0 -11
- package/Helpers/SearchBar.stories.d.ts +0 -8
- package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +0 -8
- package/Legacy/$FolderViews.d.ts +0 -8
- package/Legacy/BasicGridHtmlBuilder.d.ts +0 -133
- package/Legacy/DesktopGridHtmlBuilder.d.ts +0 -30
- package/Legacy/FilterSidePanel.d.ts +0 -4
- package/Legacy/FolderViewHandler.d.ts +0 -9
- package/Legacy/FolderViews.d.ts +0 -26
- package/Legacy/FormFactor.d.ts +0 -5
- package/Legacy/Grid.d.ts +0 -50
- package/Legacy/GridModeService.d.ts +0 -10
- package/Legacy/GridRowSelectionService.d.ts +0 -12
- package/Legacy/GridRowsSelectionLogic.d.ts +0 -30
- package/Legacy/IGridHtmlBuilder.d.ts +0 -25
- package/Legacy/ISortingColumn.d.ts +0 -5
- package/Legacy/MobileGridHtmlBuilder.d.ts +0 -31
- package/Platform/Aggregates.stories.d.ts +0 -8
- package/Platform/Diagram.stories.d.ts +0 -11
- package/Platform/Dropdown.stories.d.ts +0 -12
- package/Platform/FilePicker.stories.d.ts +0 -11
- package/Platform/FolderCountersRouteHandler.d.ts +0 -29
- package/Platform/FolderGrid.stories.d.ts +0 -17
- package/Platform/FolderTypeItems.stories.d.ts +0 -9
- package/Platform/FolderViewItems.stories.d.ts +0 -9
- package/Platform/GridManagement.d.ts +0 -8
- package/Platform/OpenedDialogFixture.d.ts +0 -2
- package/Platform/QueryCondition.stories.d.ts +0 -5
- package/Platform/Quotes.stories.d.ts +0 -8
- package/Platform/ScanDialogService.stories.d.ts +0 -22
- package/Platform/SecurityDescriptorDialog.stories.d.ts +0 -10
- package/Platform/SettingsPopup.stories.d.ts +0 -1
- package/Platform/Tab.stories.d.ts +0 -9
- package/Platform/TextBox.stories.d.ts +0 -18
- package/Platform/Toolbar.stories.d.ts +0 -12
- package/Platform/WebFrameBodyContainer.stories.d.ts +0 -8
- package/Platform/WebFrameCompanyLogo.stories.d.ts +0 -10
- package/Platform/WebFrameCurrentPageName.stories.d.ts +0 -8
- package/Platform/WebFrameHeaderContainer.stories.d.ts +0 -17
- package/Platform/WebFrameHelpButton.stories.d.ts +0 -10
- package/Platform/WebFrameMainMenuButton.stories.d.ts +0 -8
- package/Platform/WebFrameMainMenuContainer.stories.d.ts +0 -10
- package/Platform/WebFrameNavigationBar.stories.d.ts +0 -19
- package/Platform/WebFrameSearchPanel.stories.d.ts +0 -14
- package/Platform/WebFrameUserPanel.stories.d.ts +0 -12
- package/System/LocationContainerControl.stories.d.ts +0 -18
- package/System/LocationContainerControlRealoadLayoutApi.stories.d.ts +0 -20
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { FileListControl } from "@docsvision/webclient/BackOffice/FileListControl";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof FileListControl;
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const Default: () => JSX.Element;
|
|
9
|
-
export declare const SortingMenu: () => JSX.Element;
|
|
10
|
-
export declare const SortingMenuNotAvailable: () => JSX.Element;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { FileSignListDialog } from '@docsvision/webclient/BackOffice/FileSignListDialog';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof FileSignListDialog;
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const Loading: () => JSX.Element;
|
|
9
|
-
export declare const WithoutPowerOfAttorney: () => JSX.Element;
|
|
10
|
-
export declare const WithValidPowerOfAttorney: () => JSX.Element;
|
|
11
|
-
export declare const WithInvalidPowerOfAttorney: () => JSX.Element;
|
|
12
|
-
export declare const InformationAboutPowerOfAttorney: () => JSX.Element;
|
|
13
|
-
export declare const InformationAboutInconsistencies: () => JSX.Element;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { Powers } from '@docsvision/webclient/BackOffice/Powers';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof Powers;
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const Edit: () => JSX.Element;
|
|
9
|
-
export declare const EditDisabled: () => JSX.Element;
|
|
10
|
-
export declare const EditSingleSelection: () => JSX.Element;
|
|
11
|
-
export declare const EditMultiSelection: () => JSX.Element;
|
|
12
|
-
export declare const EditInPlace: () => JSX.Element;
|
|
13
|
-
export declare const EditInPlaceDisabled: () => JSX.Element;
|
|
14
|
-
export declare const EditInPlaceSingleSelection: () => JSX.Element;
|
|
15
|
-
export declare const EditInPlaceMultiSelection: () => JSX.Element;
|
|
16
|
-
export declare const ViewSingleSelection: () => JSX.Element;
|
|
17
|
-
export declare const ViewMultiSelection: () => JSX.Element;
|
|
18
|
-
export declare const SelectDialogWithGroups: () => JSX.Element;
|
|
19
|
-
export declare const SelectDialogWithSingleSelectionCodes: () => JSX.Element;
|
|
20
|
-
export declare const SelectDialogWithMultiSelectionCodes: () => JSX.Element;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { PowersDirectory } from "@docsvision/webclient/BackOffice/PowersDirectory";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof PowersDirectory;
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const Default: () => JSX.Element;
|
|
9
|
-
export declare const ExpandedNode: () => JSX.Element;
|
|
10
|
-
export declare const TreeAddButton: () => JSX.Element;
|
|
11
|
-
export declare const SecuritySettingsButton: () => JSX.Element;
|
|
12
|
-
export declare const GroupContextMenu: () => JSX.Element;
|
|
13
|
-
export declare const CodeContextMenu: () => JSX.Element;
|
|
14
|
-
export declare const RootContextMenu: () => JSX.Element;
|
|
15
|
-
export declare const EditDialog: () => JSX.Element;
|
|
16
|
-
export declare const CreateCodeDialog: () => JSX.Element;
|
|
17
|
-
export declare const CreateGroupDialog: () => JSX.Element;
|
|
18
|
-
export declare const DeleteGroupConfirmation: () => JSX.Element;
|
|
19
|
-
export declare const DeleteCodeConfirmation: () => JSX.Element;
|
|
20
|
-
export declare const SecuritySettingsRow: () => JSX.Element;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
|
|
3
|
-
import { SignatureButton } from '@docsvision/webclient/BackOffice/SignatureButton';
|
|
4
|
-
declare const _default: {
|
|
5
|
-
title: string;
|
|
6
|
-
component: typeof SignatureButton;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare const Default: () => JSX.Element;
|
|
10
|
-
export declare const OpenMenu: () => JSX.Element;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { SignatureDialog } from '@docsvision/webclient/BackOffice/SignatureDialog';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof SignatureDialog;
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const Default: () => JSX.Element;
|
|
9
|
-
export declare const WithoutLabelSelection: () => JSX.Element;
|
|
10
|
-
export declare const WithoutSignatureMethodsSelect: () => JSX.Element;
|
|
11
|
-
export declare const WithoutSignatureMethodsSetup: () => JSX.Element;
|
|
12
|
-
export declare const WithMessageInFooter: () => JSX.Element;
|
|
13
|
-
export declare const WithMessageInHeader: () => JSX.Element;
|
|
14
|
-
export declare const CustomSignButtonText: () => JSX.Element;
|
|
15
|
-
export declare const CustomCancelButtonText: () => JSX.Element;
|
|
16
|
-
export declare const CustomDialogHeaderText: () => JSX.Element;
|
|
17
|
-
export declare const Loading: () => JSX.Element;
|
|
18
|
-
export declare const NoPlugin: () => JSX.Element;
|
|
19
|
-
export declare const NoCloud: () => JSX.Element;
|
|
20
|
-
export declare const WithoutRequiredPowerOfAttorney: () => JSX.Element;
|
|
21
|
-
export declare const WithoutNotRequiredPowerOfAttorney: () => JSX.Element;
|
|
22
|
-
export declare const WithPowerOfAttorney: () => JSX.Element;
|
|
23
|
-
export declare const WithHiddenRequiredPowerOfAttorney: () => JSX.Element;
|
|
24
|
-
export declare const InformationAboutPowerOfAttorney: () => JSX.Element;
|
|
25
|
-
export declare const SettingsDialogOpen: () => JSX.Element;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
|
|
3
|
-
import { ISignatureMethodsSetupProps } from './SignatureMethodsSetup';
|
|
4
|
-
declare const _default: {
|
|
5
|
-
title: string;
|
|
6
|
-
component: (props: ISignatureMethodsSetupProps) => JSX.Element;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare const Local: () => JSX.Element;
|
|
10
|
-
export declare const LocalLongList: () => JSX.Element;
|
|
11
|
-
export declare const Loading: () => JSX.Element;
|
|
12
|
-
export declare const CloudUnauthorized: () => JSX.Element;
|
|
13
|
-
export declare const CloudAuthorized: () => JSX.Element;
|
|
14
|
-
export declare const CloudLongList: () => JSX.Element;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { StaffDirectory } from '@docsvision/webclient/BackOffice/StaffDirectory';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof StaffDirectory;
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const Default: () => JSX.Element;
|
|
9
|
-
export declare const ExpandOrganization: () => JSX.Element;
|
|
10
|
-
export declare const OrganizationEmployees: () => JSX.Element;
|
|
11
|
-
export declare const ScrollEmployees: () => JSX.Element;
|
|
12
|
-
export declare const GroupsTab: () => JSX.Element;
|
|
13
|
-
export declare const PositionsTab: () => JSX.Element;
|
|
14
|
-
export declare const OrganizationContextMenu: () => JSX.Element;
|
|
15
|
-
export declare const OrganizationsRootContextMenu: () => JSX.Element;
|
|
16
|
-
export declare const GroupsContextMenu: () => JSX.Element;
|
|
17
|
-
export declare const GroupsRootContextMenu: () => JSX.Element;
|
|
18
|
-
export declare const PositionsContextMenu: () => JSX.Element;
|
|
19
|
-
export declare const PositionsRootContextMenu: () => JSX.Element;
|
|
20
|
-
export declare const EmployeeContextMenu: () => JSX.Element;
|
|
21
|
-
export declare const AddOrganizationsButton: () => JSX.Element;
|
|
22
|
-
export declare const Splitter: () => JSX.Element;
|
|
23
|
-
export declare const SplitterMovedLeft: () => JSX.Element;
|
|
24
|
-
export declare const SplitterMovedRight: () => JSX.Element;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { TasksTable } from '@docsvision/webclient/BackOffice/TasksTable';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof TasksTable;
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const Button: () => JSX.Element;
|
|
9
|
-
export declare const Empty: () => JSX.Element;
|
|
10
|
-
export declare const Loading: () => JSX.Element;
|
|
11
|
-
export declare const WithRows: () => JSX.Element;
|
|
12
|
-
export declare const DialogWithRows: () => JSX.Element;
|
|
13
|
-
export declare const DialogLoading: () => JSX.Element;
|
|
14
|
-
export declare const FilterFinished: () => JSX.Element;
|
|
15
|
-
export declare const FilterUnfinished: () => JSX.Element;
|
|
16
|
-
export declare const FilterOverdue: () => JSX.Element;
|
|
17
|
-
export declare const FilterEmployee: () => JSX.Element;
|
|
18
|
-
export declare const TaskHelpBox: () => JSX.Element;
|
|
19
|
-
export declare const TaskGroupHelpBox: () => JSX.Element;
|
|
20
|
-
export declare const HelpBoxLoading: () => JSX.Element;
|
|
21
|
-
export declare const CollapsedGroup: () => JSX.Element;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { WebFrameDirectorySearchPanel } from '@docsvision/webclient/BackOffice/WebFrameDirectorySearchPanel';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof WebFrameDirectorySearchPanel;
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const Default: () => JSX.Element;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ArtPlayer } from '@docsvision/webclient/Helpers/ArtPlayer/ArtPlayer';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof ArtPlayer;
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const Default: () => JSX.Element;
|
|
9
|
-
export declare const WithTimeCodes: () => JSX.Element;
|
|
10
|
-
export declare const WithOptionalOptions: () => JSX.Element;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: (props:
|
|
5
|
-
import("./DropdownButton").DropdownButtonProps) => JSX.Element;
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const Close: () => JSX.Element;
|
|
9
|
-
export declare const Open: () => JSX.Element;
|
|
10
|
-
export declare const InAction: () => JSX.Element;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { EmployeeName } from '@docsvision/webclient/Helpers/EmployeeName';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof EmployeeName;
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const Default: () => JSX.Element;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { InputMask } from '@docsvision/webclient/Helpers/InputMask/InputMask';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof InputMask;
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const Default: () => JSX.Element;
|
|
9
|
-
export declare const Focus: () => JSX.Element;
|
|
10
|
-
export declare const InvalidValue: () => JSX.Element;
|
|
11
|
-
export declare const Completed: () => JSX.Element;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { TextInputDialog } from '@docsvision/webclient/Helpers/TextInputDialog/TextInputDialog';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof TextInputDialog;
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const Default: () => JSX.Element;
|
package/Legacy/$FolderViews.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export interface IFolderViews {
|
|
2
|
-
Build(folderId: string, viewSourceId: string, searchId: string, currentViewId: string, currentViewName: string): void;
|
|
3
|
-
Destroy(): void;
|
|
4
|
-
}
|
|
5
|
-
export declare type $FolderViews = {
|
|
6
|
-
folderViews: IFolderViews;
|
|
7
|
-
};
|
|
8
|
-
export declare const $FolderViews: string | ((model?: $FolderViews) => IFolderViews);
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
import { $GridController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
|
-
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
3
|
-
import { GridOptions } from "@docsvision/webclient/Legacy/GridOptions";
|
|
4
|
-
import { IGridHtmlBuilder } from "@docsvision/webclient/Legacy/IGridHtmlBuilder";
|
|
5
|
-
import { SimpleEvent } from "@docsvision/webclient/System/SimpleEvent";
|
|
6
|
-
import { GridRowsSelectionLogic } from '@docsvision/webclient/Legacy/GridRowsSelectionLogic';
|
|
7
|
-
import { $WebFrameContext } from '@docsvision/webclient/Platform/$WebFrameContext';
|
|
8
|
-
import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
9
|
-
import { $CurrentFolder } from "@docsvision/webclient/Platform/$CurrentFolder";
|
|
10
|
-
import { $RefreshUnreadCounters } from "@docsvision/webclient/Platform/$RefreshUnreadCounters";
|
|
11
|
-
export declare const RESIZEABLE_STORAGE_ID = "Storage";
|
|
12
|
-
export declare const WIDTH_STORE = ".widths";
|
|
13
|
-
/** @internal */
|
|
14
|
-
export declare abstract class BasicGridHtmlBuilder implements IGridHtmlBuilder {
|
|
15
|
-
protected folderId: any;
|
|
16
|
-
private viewId;
|
|
17
|
-
protected allowRowResize: boolean;
|
|
18
|
-
private pageSize;
|
|
19
|
-
private dateMinWidth;
|
|
20
|
-
protected tableHeaderContainer: HTMLElement;
|
|
21
|
-
protected tableBodyContainer: HTMLElement;
|
|
22
|
-
protected gridFooterContainer: HTMLElement;
|
|
23
|
-
private refreshButton;
|
|
24
|
-
private resetButton;
|
|
25
|
-
private loader;
|
|
26
|
-
private filterLoader;
|
|
27
|
-
protected rootElement: HTMLElement;
|
|
28
|
-
protected targetElement: HTMLElement;
|
|
29
|
-
protected options: GridOptions;
|
|
30
|
-
private selectedCards;
|
|
31
|
-
private colspanValue;
|
|
32
|
-
private groupColumnList;
|
|
33
|
-
private popupNotification;
|
|
34
|
-
private colRowResizableStorage;
|
|
35
|
-
private isRequestAllowed;
|
|
36
|
-
protected selectionLogic: GridRowsSelectionLogic;
|
|
37
|
-
/** getModel property is getting overrided by parent grid class */
|
|
38
|
-
getModel: () => GenModels.GridViewModel;
|
|
39
|
-
refreshed: SimpleEvent<void>;
|
|
40
|
-
modelChanged: SimpleEvent<any>;
|
|
41
|
-
rowsSelectionModeChanged: SimpleEvent<boolean>;
|
|
42
|
-
filterLayout: GenModels.LayoutViewModel;
|
|
43
|
-
static RowDefaultHeight: string;
|
|
44
|
-
static DefaultForeColor: string;
|
|
45
|
-
static DefaultBackColor: string;
|
|
46
|
-
static FilterSettingsName: string;
|
|
47
|
-
private traceProvider;
|
|
48
|
-
protected services: $GridController & $WebFrameContext & $MessageBox & $CurrentFolder & $RefreshUnreadCounters;
|
|
49
|
-
constructor(options: GridOptions);
|
|
50
|
-
abstract rowsSelectionMode: boolean;
|
|
51
|
-
abstract buildGrid(model: GenModels.GridViewModel, targetElement: HTMLElement, rootElement: HTMLElement): any;
|
|
52
|
-
abstract rebuildIfNeeded(isBuild: boolean, model?: GenModels.GridViewModel): any;
|
|
53
|
-
protected abstract onRefreshButtonClick(): any;
|
|
54
|
-
protected abstract buildRowSwitcher(options: GridOptions, model: GenModels.GridViewModel, rowSwitcher: HTMLDivElement, rootElement: HTMLElement): HTMLDivElement;
|
|
55
|
-
abstract getChanges(): Promise<GenModels.GridViewModel>;
|
|
56
|
-
getSelection():
|
|
57
|
-
import("D:/BuildAgent/work/43698d70d905217f/Bin/TypeScriptDefinitions/@docsvision/Platform/Services/Table/TableRowsSelectionModel").TableRowsSelectionModel;
|
|
58
|
-
clearSelection(cardIds?: string[]): void;
|
|
59
|
-
selectionChanged: SimpleEvent<any>;
|
|
60
|
-
protected addActionButtons(header: HTMLElement): void;
|
|
61
|
-
protected buildExportExcelButton(): HTMLSpanElement;
|
|
62
|
-
protected downloadExcelReport(e: any): void;
|
|
63
|
-
getCurrentPage(): number | null;
|
|
64
|
-
protected destroyGrid(): void;
|
|
65
|
-
buildTableHeader(options: GridOptions, tableHeaderContainer: HTMLElement, modelGrid?: GenModels.GridViewModel): void;
|
|
66
|
-
protected shouldBuildHeader(columns: GenModels.GridColumn[], headerElements: NodeListOf<Element>): boolean;
|
|
67
|
-
private getColumnMinWidth;
|
|
68
|
-
private getColumnWidth;
|
|
69
|
-
/**
|
|
70
|
-
* Равномерна ли ширина столбцов
|
|
71
|
-
*/
|
|
72
|
-
private areColumnsEven;
|
|
73
|
-
private removeLoader;
|
|
74
|
-
private addLoader;
|
|
75
|
-
private removeFilterLoader;
|
|
76
|
-
private addFilterLoader;
|
|
77
|
-
buildTableBody(options: GridOptions, tableBodyContainer: HTMLElement): void;
|
|
78
|
-
protected initColRowResizable(model: GenModels.GridViewModel, hideRowResizeGrips: boolean): void;
|
|
79
|
-
protected initColRowResizablePlugin(options: any): void;
|
|
80
|
-
protected onRowWidthResize(ev: any): void;
|
|
81
|
-
protected applyGridFilters(model: GenModels.GridViewModel, targetElement: HTMLElement, rootElement: HTMLElement): void;
|
|
82
|
-
buildHeader(options: GridOptions, targetElement: HTMLElement, rootElement: HTMLElement): void;
|
|
83
|
-
protected saveFolderSettings(saveForView?: boolean): Promise<void>;
|
|
84
|
-
protected resetFolderSettings(): Promise<void>;
|
|
85
|
-
protected buildRow(model: GenModels.GridViewModel, i: number): HTMLTableRowElement;
|
|
86
|
-
private buildColumn;
|
|
87
|
-
private isGroupColumn;
|
|
88
|
-
private createEmptyTableRow;
|
|
89
|
-
protected buildSwitcher(compact: HTMLElement, wrap: HTMLElement, model: GenModels.GridViewModel, rootElement: HTMLElement): void;
|
|
90
|
-
buildGridFooter(options: GridOptions, gridFooterContainer: HTMLElement): void;
|
|
91
|
-
protected buildInOrder(): void;
|
|
92
|
-
applyGridFilter(): Promise<void>;
|
|
93
|
-
private getDateMinWidth;
|
|
94
|
-
private initHeaderCell;
|
|
95
|
-
reload(): Promise<GenModels.GridViewModel>;
|
|
96
|
-
protected getDataFromServer(queryRequest: GenModels.QueryViewRequest, instanceId: string, isMobile?: boolean, silent?: boolean): Promise<GenModels.GridViewModel>;
|
|
97
|
-
private syncRouteData;
|
|
98
|
-
protected getValueByKey(gridItem: GenModels.GridRow, key: string, itemType?: number): any;
|
|
99
|
-
private divide;
|
|
100
|
-
private getGroups;
|
|
101
|
-
private buildGroupingBody;
|
|
102
|
-
private buildGroupingColumns;
|
|
103
|
-
private updateGroupCSS;
|
|
104
|
-
protected createGroupRow(model: GenModels.GridViewModel, groups: GenModels.GridRow[], body: HTMLElement, isOpen: boolean, groupId: string, i: number): HTMLTableRowElement;
|
|
105
|
-
private initGroupingElement;
|
|
106
|
-
private chainesEqual;
|
|
107
|
-
private toggleGroup;
|
|
108
|
-
private addChain;
|
|
109
|
-
private removeChain;
|
|
110
|
-
private saveGroupSettings;
|
|
111
|
-
private loadGroupSettings;
|
|
112
|
-
protected updateHtmlRowReadStatus(itemID: string, setRead: boolean): void;
|
|
113
|
-
protected iniItemSelector(element: HTMLElement, itemID: any): void;
|
|
114
|
-
private buildPageNavigator;
|
|
115
|
-
private initPageLink;
|
|
116
|
-
private activateOneStep;
|
|
117
|
-
private activateCounter;
|
|
118
|
-
protected getPageData(pageNumber: any, instanceId: any, model: GenModels.GridViewModel, silent?: boolean): Promise<GenModels.GridViewModel>;
|
|
119
|
-
protected getPage(pageNumber: any, refresh?: boolean): Promise<GenModels.GridViewModel>;
|
|
120
|
-
private desktopCallback;
|
|
121
|
-
protected rebuildGrid(): void;
|
|
122
|
-
private getSortingColumn;
|
|
123
|
-
private saveGridState;
|
|
124
|
-
private onRefresh;
|
|
125
|
-
private onReset;
|
|
126
|
-
/**
|
|
127
|
-
* Визуальное уведомление о необходимости обновить грид
|
|
128
|
-
*/
|
|
129
|
-
showUpdateRequest(show?: boolean): void;
|
|
130
|
-
closeUpdateRequest(): void;
|
|
131
|
-
protected initRowClick(cardID: string, element: HTMLElement): void;
|
|
132
|
-
showErrorMessage(serverResponse: string): void;
|
|
133
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { BasicGridHtmlBuilder } from '@docsvision/webclient/Legacy/BasicGridHtmlBuilder';
|
|
2
|
-
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
3
|
-
import { GridOptions } from '@docsvision/webclient/Legacy/GridOptions';
|
|
4
|
-
export declare class DesktopGridHtmlBuilder extends BasicGridHtmlBuilder {
|
|
5
|
-
private tableHeader;
|
|
6
|
-
private tableBody;
|
|
7
|
-
private gridFooter;
|
|
8
|
-
private rowsSelectionModeEnabled;
|
|
9
|
-
buildGrid(model: GenModels.GridViewModel, targetElement: HTMLElement, rootElement: HTMLElement): void;
|
|
10
|
-
rebuildTable: () => void;
|
|
11
|
-
private debouncer;
|
|
12
|
-
updateTableSize: () => void;
|
|
13
|
-
applyGridFilter(): Promise<void>;
|
|
14
|
-
protected destroyGrid(): void;
|
|
15
|
-
rebuildIfNeeded(isBuild: boolean, model?: GenModels.GridViewModel): void;
|
|
16
|
-
get rowsSelectionMode(): boolean;
|
|
17
|
-
set rowsSelectionMode(val: boolean);
|
|
18
|
-
private updateHeadVisibility;
|
|
19
|
-
buildTableHeader(options: GridOptions, tableHeaderContainer: HTMLElement, modelGrid?: GenModels.GridViewModel): void;
|
|
20
|
-
protected shouldBuildHeader(columns: GenModels.GridColumn[], headerElements: NodeListOf<Element>): boolean;
|
|
21
|
-
protected buildRow(model: GenModels.GridViewModel, rowIndex: number): HTMLTableRowElement;
|
|
22
|
-
protected createGroupRow(model: GenModels.GridViewModel, groups: GenModels.GridRow[], body: HTMLElement, isOpen: boolean, groupId: string, rowIndex: number): HTMLTableRowElement;
|
|
23
|
-
protected initRowClick(cardID: string, element: HTMLElement): void;
|
|
24
|
-
protected applyGridFilters(model: GenModels.GridViewModel, targetElement: HTMLElement, rootElement: HTMLElement): void;
|
|
25
|
-
getChanges(): Promise<GenModels.GridViewModel>;
|
|
26
|
-
protected buildInOrder(): void;
|
|
27
|
-
protected onRefreshButtonClick(): void;
|
|
28
|
-
protected buildRowSwitcher(options: GridOptions, model: GenModels.GridViewModel, rowSwitcher: HTMLDivElement, rootElement: HTMLElement): HTMLDivElement;
|
|
29
|
-
private refreshLayoutToMakeIEBugsRunAway;
|
|
30
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { IRouteHandler } from "@docsvision/webclient/System/IRouteHandler";
|
|
2
|
-
import { RouteHandleResult } from "@docsvision/webclient/System/RouteHandleResult";
|
|
3
|
-
import { RouteType } from "@docsvision/webclient/System/RouteType";
|
|
4
|
-
/** @internal */
|
|
5
|
-
export declare class FolderViewHandler implements IRouteHandler<any> {
|
|
6
|
-
name: string;
|
|
7
|
-
mountRoute(data: any, routeType: RouteType): Promise<RouteHandleResult>;
|
|
8
|
-
unmountRoute(data: any, routeType: RouteType): Promise<void>;
|
|
9
|
-
}
|
package/Legacy/FolderViews.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { IFolderViews } from "@docsvision/webclient/Legacy/$FolderViews";
|
|
2
|
-
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
3
|
-
/** @internal */
|
|
4
|
-
export declare class FolderViews implements IFolderViews {
|
|
5
|
-
private selectViewBtnId;
|
|
6
|
-
private viewsContainerId;
|
|
7
|
-
private selectViewListId;
|
|
8
|
-
private folderId;
|
|
9
|
-
private views;
|
|
10
|
-
private viewFolderId;
|
|
11
|
-
private currentViewId;
|
|
12
|
-
private traceProvider;
|
|
13
|
-
static viewsProvider: (folderId: string) => GenModels.FolderViewInfo[];
|
|
14
|
-
private get SelectViewBtn();
|
|
15
|
-
private get SelectViewList();
|
|
16
|
-
private get SelectViewContainer();
|
|
17
|
-
constructor(viewsContainerId: string, selectViewsBtnId: string, selectViewListId: string);
|
|
18
|
-
get HasViews(): boolean;
|
|
19
|
-
Build(folderId: string, viewSourceId: string, searchId: string, currentViewId?: string, currentViewName?: string): void;
|
|
20
|
-
Destroy(): void;
|
|
21
|
-
private Initialize;
|
|
22
|
-
private BuildViewsList;
|
|
23
|
-
private static GetViewsListForFolder;
|
|
24
|
-
private selectView;
|
|
25
|
-
private checkExternalClick;
|
|
26
|
-
}
|
package/Legacy/FormFactor.d.ts
DELETED
package/Legacy/Grid.d.ts
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
-
import { GridOptions } from "@docsvision/webclient/Legacy/GridOptions";
|
|
3
|
-
import { IGridHtmlBuilder } from "@docsvision/webclient/Legacy/IGridHtmlBuilder";
|
|
4
|
-
import { SimpleEvent } from "@docsvision/webclient/System/SimpleEvent";
|
|
5
|
-
import { BasicEvent } from '@docsvision/webclient/System/BasicEvent';
|
|
6
|
-
import { IEventArgs } from '@docsvision/webclient/System/IEventArgs';
|
|
7
|
-
/** @internal */
|
|
8
|
-
export declare class Grid {
|
|
9
|
-
private targetElement;
|
|
10
|
-
private rootElement;
|
|
11
|
-
private htmlBuilder;
|
|
12
|
-
private gridModel;
|
|
13
|
-
get model(): GenModels.GridViewModel;
|
|
14
|
-
update(m: GenModels.GridViewModel): void;
|
|
15
|
-
readonly modelChanged: BasicEvent<IEventArgs>;
|
|
16
|
-
readonly selectionChanged: BasicEvent<IEventArgs>;
|
|
17
|
-
readonly rowsSelectionModeChanged: BasicEvent<IEventArgs>;
|
|
18
|
-
getSelection(): any;
|
|
19
|
-
clearSelection(cardIds?: string[]): any;
|
|
20
|
-
options: GridOptions;
|
|
21
|
-
constructor(element: HTMLElement, model: GenModels.GridViewModel, options: GridOptions, htmlBuilder: IGridHtmlBuilder);
|
|
22
|
-
reload(): Promise<GenModels.GridViewModel>;
|
|
23
|
-
private onModelChange;
|
|
24
|
-
private onSelectionChange;
|
|
25
|
-
private onSelectionModeChange;
|
|
26
|
-
private initialize;
|
|
27
|
-
applyFilters(): void;
|
|
28
|
-
/**
|
|
29
|
-
* Возвращает загруженные с сервера новые данные грида
|
|
30
|
-
*/
|
|
31
|
-
getChanges(): Promise<GenModels.GridViewModel>;
|
|
32
|
-
/**
|
|
33
|
-
* Визуальное уведомление о необходимости обновить грид
|
|
34
|
-
*/
|
|
35
|
-
showUpdateRequest(show?: boolean): void;
|
|
36
|
-
closeUpdateRequest(): void;
|
|
37
|
-
get refreshed(): SimpleEvent<void>;
|
|
38
|
-
isSearching(): any;
|
|
39
|
-
get rowsSelectionMode(): boolean;
|
|
40
|
-
set rowsSelectionMode(val: boolean);
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
* Is two grid models equal
|
|
44
|
-
* @param model1 First grid model
|
|
45
|
-
* @param model2 Second grid model
|
|
46
|
-
* @param ignoreMeta Ignore meta data differences or not
|
|
47
|
-
* @param ignoreReadStatus Ignore read status or not
|
|
48
|
-
* @param paramsToCheck Row params to check on differences
|
|
49
|
-
*/
|
|
50
|
-
export declare function isEqual(model1: GenModels.GridViewModel, model2: GenModels.GridViewModel, ignoreMeta?: boolean, ignoreReadStatus?: boolean, paramsToCheck?: string[]): boolean;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Grid } from '@docsvision/webclient/Legacy/Grid';
|
|
2
|
-
import { ITableModeService } from '@docsvision/webclient/Platform/$TableMode';
|
|
3
|
-
import { IBasicEvent } from '@docsvision/webclient/System/IBasicEvent';
|
|
4
|
-
export declare class GridModeService implements ITableModeService {
|
|
5
|
-
private grid;
|
|
6
|
-
constructor(grid: Grid);
|
|
7
|
-
get rowsSelectionMode(): boolean;
|
|
8
|
-
set rowsSelectionMode(val: boolean);
|
|
9
|
-
rowsSelectionModeChanged: IBasicEvent<boolean>;
|
|
10
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Grid } from '@docsvision/webclient/Legacy/Grid';
|
|
2
|
-
import { ITableRowSelection } from "@docsvision/webclient/Platform/$TableRowSelection";
|
|
3
|
-
import { SimpleEvent } from '@docsvision/webclient/System/SimpleEvent';
|
|
4
|
-
import { TableRowsSelectionModel } from '@docsvision/webclient/Platform/TableRowsSelectionModel';
|
|
5
|
-
export declare class GridRowSelectionService implements ITableRowSelection {
|
|
6
|
-
private grid;
|
|
7
|
-
constructor(grid: Grid);
|
|
8
|
-
get selection(): TableRowsSelectionModel;
|
|
9
|
-
/** Снимает выделение с указанных карточек. Если параметр не задан - то со всех карточек. */
|
|
10
|
-
clearSelection(cardIds?: string[]): void;
|
|
11
|
-
readonly selectionChanged: SimpleEvent<unknown>;
|
|
12
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
2
|
-
import { TableRowsSelectionModel } from '@docsvision/webclient/Platform/TableRowsSelectionModel';
|
|
3
|
-
import { SimpleEvent } from '@docsvision/webclient/System/SimpleEvent';
|
|
4
|
-
import { $GridController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
5
|
-
export declare class GridRowsSelectionLogic {
|
|
6
|
-
private tableHeaderContainer;
|
|
7
|
-
private tableBodyContainer;
|
|
8
|
-
private mobileRootElement;
|
|
9
|
-
private getModel;
|
|
10
|
-
private services;
|
|
11
|
-
private selectedRowColor;
|
|
12
|
-
private selection;
|
|
13
|
-
readonly selectionChanged: SimpleEvent<TableRowsSelectionModel>;
|
|
14
|
-
initialize(tableHeaderContainer: HTMLElement, tableBodyContainer: HTMLElement, getModel: () => GenModels.GridViewModel, services: $GridController): void;
|
|
15
|
-
initializeMobile(rootElement: HTMLElement, getModel: () => GenModels.GridViewModel, services: $GridController): void;
|
|
16
|
-
createRowSelectionToggleColumn(model: GenModels.GridViewModel, rowIndex: number): HTMLTableDataCellElement;
|
|
17
|
-
createHeaderSelectionToggleColumn(model: GenModels.GridViewModel): HTMLTableHeaderCellElement;
|
|
18
|
-
private applySelection;
|
|
19
|
-
private applyHeaderInputSelection;
|
|
20
|
-
private rowSelected;
|
|
21
|
-
private onHeaderSelectionCheckBoxChecked;
|
|
22
|
-
private onRowSelectionCheckBoxChecked;
|
|
23
|
-
onForceSelectRowCLick(e: MouseEvent): void;
|
|
24
|
-
onMobileRowSelection(rowItem: HTMLElement, model: GenModels.GridViewModel): void;
|
|
25
|
-
checkMobileRowSelected(rowId: string): boolean;
|
|
26
|
-
onMobileRowCancelSelection(): void;
|
|
27
|
-
private loadAllRows;
|
|
28
|
-
getSelection(model?: GenModels.GridViewModel): TableRowsSelectionModel;
|
|
29
|
-
clearSelection(cardIds?: string[]): void;
|
|
30
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { GridOptions } from "@docsvision/webclient/Legacy/GridOptions";
|
|
2
|
-
import { SimpleEvent } from "@docsvision/webclient/System/SimpleEvent";
|
|
3
|
-
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
4
|
-
/** @internal */
|
|
5
|
-
export interface IGridHtmlBuilder {
|
|
6
|
-
getModel: () => any;
|
|
7
|
-
refreshed: SimpleEvent<void>;
|
|
8
|
-
modelChanged: SimpleEvent<any>;
|
|
9
|
-
selectionChanged: SimpleEvent<any>;
|
|
10
|
-
rowsSelectionModeChanged: SimpleEvent<boolean>;
|
|
11
|
-
buildGrid(model: GenModels.GridViewModel, targetElement: HTMLElement, rootElement: HTMLElement): void;
|
|
12
|
-
rebuildIfNeeded(isBuild: boolean, model?: GenModels.GridViewModel): void;
|
|
13
|
-
buildTableBody(options: GridOptions, tableBodyContainer: HTMLElement): void;
|
|
14
|
-
buildTableHeader(options: GridOptions, tableHeaderContainer: HTMLElement, modelGrid?: GenModels.GridViewModel): void;
|
|
15
|
-
buildGridFooter(options: GridOptions, gridFooterContainer: HTMLElement): void;
|
|
16
|
-
applyGridFilter(): void;
|
|
17
|
-
buildHeader(options: GridOptions, targetElement: HTMLElement, rootElement: HTMLElement): any;
|
|
18
|
-
getChanges(): Promise<any>;
|
|
19
|
-
showUpdateRequest(show: boolean): any;
|
|
20
|
-
closeUpdateRequest(): any;
|
|
21
|
-
rowsSelectionMode: boolean;
|
|
22
|
-
getSelection(): any;
|
|
23
|
-
clearSelection(cardIds?: string[]): any;
|
|
24
|
-
reload(): Promise<GenModels.GridViewModel>;
|
|
25
|
-
}
|