@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
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { DiagramParams, DiagramServices } from "@docsvision/webclient/Platform/DiagramOptions";
|
|
3
|
+
import { ITransformOptions } from "@docsvision/webclient/Platform/TransformToChartData";
|
|
4
|
+
export interface IDiagramLogic extends DiagramParams {
|
|
5
|
+
children?: Array<unknown>;
|
|
6
|
+
services: DiagramServices;
|
|
7
|
+
}
|
|
8
|
+
export interface IChartData {
|
|
9
|
+
labels?: string[];
|
|
10
|
+
series?: number[] | Array<{
|
|
11
|
+
data: number[];
|
|
12
|
+
name?: string;
|
|
13
|
+
}>;
|
|
14
|
+
options: {
|
|
15
|
+
[key: string]: unknown;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
export declare enum QueryKind {
|
|
19
|
+
FolderQuery = 0,
|
|
20
|
+
SearchQuery = 1
|
|
21
|
+
}
|
|
22
|
+
export interface IChartDataElement {
|
|
23
|
+
value: number;
|
|
24
|
+
label: string;
|
|
25
|
+
}
|
|
26
|
+
export interface IChartColumn {
|
|
27
|
+
name: string;
|
|
28
|
+
id: string;
|
|
29
|
+
type: DiagramColumnType;
|
|
30
|
+
}
|
|
31
|
+
export interface IColValue {
|
|
32
|
+
value: string;
|
|
33
|
+
count: number;
|
|
34
|
+
primaryValue?: string;
|
|
35
|
+
}
|
|
36
|
+
export interface IChartColumns {
|
|
37
|
+
primary: IChartColumn;
|
|
38
|
+
secondary: IChartColumn;
|
|
39
|
+
}
|
|
40
|
+
export interface IParsedColumns {
|
|
41
|
+
primary: IColValue[];
|
|
42
|
+
secondary: IColValue[];
|
|
43
|
+
}
|
|
44
|
+
export interface IParsedModel {
|
|
45
|
+
data?: IParsedColumns;
|
|
46
|
+
chartColumns?: IChartColumns;
|
|
47
|
+
}
|
|
48
|
+
export interface ISeriesAccumulation {
|
|
49
|
+
name: string;
|
|
50
|
+
primaryCount: {
|
|
51
|
+
[key: string]: number | null;
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
export interface IDiagramChosenQueryParams {
|
|
55
|
+
items: Array<{
|
|
56
|
+
parameterName: string;
|
|
57
|
+
selected: unknown;
|
|
58
|
+
}>;
|
|
59
|
+
}
|
|
60
|
+
export interface IDiagramQueryParameter {
|
|
61
|
+
enabled?: boolean;
|
|
62
|
+
name: string;
|
|
63
|
+
valueContainer: string;
|
|
64
|
+
controlTypeName: string;
|
|
65
|
+
}
|
|
66
|
+
export interface IChartConfigModel {
|
|
67
|
+
representation: any;
|
|
68
|
+
series: any;
|
|
69
|
+
xaxis: any;
|
|
70
|
+
type: any;
|
|
71
|
+
labels: any;
|
|
72
|
+
legend: any;
|
|
73
|
+
title: any;
|
|
74
|
+
colorNum: any;
|
|
75
|
+
colorMode: any;
|
|
76
|
+
}
|
|
77
|
+
export interface IPointConfig {
|
|
78
|
+
dataPointIndex: number;
|
|
79
|
+
selectedDataPoints: {
|
|
80
|
+
[p: number]: number[];
|
|
81
|
+
};
|
|
82
|
+
seriesIndex: number;
|
|
83
|
+
}
|
|
84
|
+
export interface IApexChart {
|
|
85
|
+
updateOptions: (...args: any[]) => void;
|
|
86
|
+
updateSeries: (series: number[] | Array<{
|
|
87
|
+
data: number[];
|
|
88
|
+
name?: string;
|
|
89
|
+
}>) => void;
|
|
90
|
+
render: () => void;
|
|
91
|
+
}
|
|
92
|
+
export declare type DiagramRequestModel = GenModels.CardListRequestModel | GenModels.SearchRequestModelDiagram;
|
|
93
|
+
export interface IDiagramRequestStrategy {
|
|
94
|
+
options: DiagramParams;
|
|
95
|
+
createRequest: (options: DiagramParams) => DiagramRequestModel | GenModels.DistinctValuesDiagramRequestModel;
|
|
96
|
+
requestData: (request: DiagramRequestModel) => Promise<ParseDiagramModel>;
|
|
97
|
+
parseModel: (model: ParseDiagramModel, options: IParseDiagramOptions) => IParsedModel;
|
|
98
|
+
transformToChartData: (model: IParsedModel, options: ITransformOptions) => IChartData;
|
|
99
|
+
}
|
|
100
|
+
export interface IDiagramLoaderRectParams {
|
|
101
|
+
x: number;
|
|
102
|
+
y: number;
|
|
103
|
+
rectHeight?: number;
|
|
104
|
+
numberOfElements?: number;
|
|
105
|
+
wrapHeight?: number;
|
|
106
|
+
contentWidth?: number;
|
|
107
|
+
legendX?: number;
|
|
108
|
+
legendY?: number;
|
|
109
|
+
isHorizontal?: boolean;
|
|
110
|
+
}
|
|
111
|
+
export interface IDiagramLoaderLegendParams {
|
|
112
|
+
x: number;
|
|
113
|
+
y: number;
|
|
114
|
+
isHorizontal?: boolean;
|
|
115
|
+
isCircleBullets?: boolean;
|
|
116
|
+
}
|
|
117
|
+
export interface IParseDiagramOptions {
|
|
118
|
+
queryKind: QueryKind;
|
|
119
|
+
params: Partial<DiagramParams>;
|
|
120
|
+
}
|
|
121
|
+
export declare type ParseDiagramModel = GenModels.SearchResponseModelDiagram | GenModels.DistinctDiagramValuesModel;
|
|
122
|
+
export declare type ChartClass = new (root: HTMLElement, options: unknown) => IApexChart;
|
|
123
|
+
export declare type ChartModule = {
|
|
124
|
+
default: ChartClass;
|
|
125
|
+
};
|
|
126
|
+
export declare enum DiagramColumnType {
|
|
127
|
+
Common = 0,
|
|
128
|
+
Date = 1
|
|
129
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { FocusEvent, RefObject } from 'react';
|
|
2
2
|
import { ReactInputMask } from 'react-input-mask';
|
|
3
3
|
import { IDateFormatPluginData } from '@docsvision/web/components/table/plugins/filter/elements/filter-panel/FilterPanelLogic';
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
import { Moment } from 'moment';
|
|
6
6
|
export interface IInputWithMaskProps {
|
|
7
7
|
value: string[];
|
|
@@ -2,7 +2,7 @@ import { LayoutIconButtonParams } from "@docsvision/webclient/Platform/LayoutIco
|
|
|
2
2
|
import { BaseControlState } from "@docsvision/webclient/System/BaseControl";
|
|
3
3
|
import { BaseControlImpl } from "@docsvision/webclient/System/BaseControlImpl";
|
|
4
4
|
import React from "react";
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
/** @internal */
|
|
7
7
|
export interface ILayoutIconButtonState extends LayoutIconButtonParams, BaseControlState {
|
|
8
8
|
loading: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IListCheckboxProps extends HtmlProps.input {
|
|
5
5
|
}
|
|
6
|
-
export declare const ListCheckbox: React.ForwardRefExoticComponent<Pick<IListCheckboxProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "dir" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "width" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "alt" | "autoFocus" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> & React.RefAttributes<HTMLInputElement>>;
|
|
6
|
+
export declare const ListCheckbox: React.ForwardRefExoticComponent<Pick<IListCheckboxProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "dir" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "width" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "alt" | "autoFocus" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> & React.RefAttributes<HTMLInputElement>>;
|
package/Platform/ListEmpty.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IListEmptySearchIconProps extends HtmlProps.svg {
|
|
5
5
|
}
|
|
6
6
|
export declare function ListEmptySearchIcon(props: IListEmptySearchIconProps): JSX.Element;
|
package/Platform/ListInput.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
2
|
+
|
|
3
3
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
4
4
|
export interface IListInputProps extends HtmlProps.div {
|
|
5
5
|
onScroll: (e: React.UIEvent<HTMLDivElement>) => void;
|
|
6
6
|
isScrollable: boolean;
|
|
7
7
|
isDate: boolean;
|
|
8
8
|
}
|
|
9
|
-
export declare const ListInput: React.ForwardRefExoticComponent<Pick<IListInputProps, "slot" | "style" | "title" | "children" | "onSubmit" | "placeholder" | "dir" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "isScrollable" | "isDate"> & React.RefAttributes<HTMLDivElement>>;
|
|
9
|
+
export declare const ListInput: React.ForwardRefExoticComponent<Pick<IListInputProps, "slot" | "style" | "title" | "children" | "onSubmit" | "placeholder" | "dir" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "isScrollable" | "isDate"> & React.RefAttributes<HTMLDivElement>>;
|
package/Platform/ListItem.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IListSearchIconProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function ListSearchIcon(props: IListSearchIconProps): JSX.Element;
|
package/Platform/ListSlot.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const loadApexLibrary: () => Promise<any>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
2
|
+
import { IParseDiagramOptions, IParsedModel } from '@docsvision/webclient/Platform/IDiagramModels';
|
|
3
|
+
export declare const parseSearchModel: (model: GenModels.SearchResponseModelDiagram, { queryKind, params }: IParseDiagramOptions) => IParsedModel;
|
|
4
|
+
export declare const parseFolderModel: (model: GenModels.DistinctDiagramValuesModel, { queryKind, params }: IParseDiagramOptions) => IParsedModel;
|
package/Platform/Quotes.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { IComposition } from '@docsvision/web/core/composition';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
5
5
|
import { $LayoutFileController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
6
6
|
import { IComponentProps } from '@docsvision/web/core/component';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from "@docsvision/web/core/component";
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IQuotesButtonMoreProps extends HtmlProps.button {
|
|
5
5
|
}
|
|
6
6
|
export declare function QuotesButtonMore(props: IQuotesButtonMoreProps): JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
3
3
|
import { HtmlProps } from "@docsvision/web/core/component";
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
export interface IQuotesHighlightProps extends HtmlProps.span {
|
|
6
6
|
quotesParts: GenModels.QuotePart[];
|
|
7
7
|
}
|
package/Platform/QuotesItem.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
import { QuotesLogic } from '@docsvision/webclient/Platform/QuotesLogic';
|
|
5
5
|
export interface IQuotesItem {
|
|
6
6
|
file: GenModels.FileQuotes;
|
|
@@ -3,7 +3,7 @@ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.
|
|
|
3
3
|
import { QuotesLogic } from '@docsvision/webclient/Platform/QuotesLogic';
|
|
4
4
|
import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
|
|
5
5
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
export interface IQuotesModalProps extends HtmlProps.div {
|
|
8
8
|
services: $LocalStorage;
|
|
9
9
|
file: GenModels.FileQuotes;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IQuotesModalQuoteProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function QuotesModalQuote(props: IQuotesModalQuoteProps): 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 IFileListWrapperProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function QuotesWrapper(props: IFileListWrapperProps): JSX.Element;
|
|
@@ -5,13 +5,14 @@ import { $CurrentDialog } from "@docsvision/webclient/System/$CurrentDialog";
|
|
|
5
5
|
import { Optional } from "@docsvision/web/core/services";
|
|
6
6
|
import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
|
|
7
7
|
import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
|
|
8
|
+
import { $LocalizationController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
8
9
|
/**
|
|
9
10
|
* Содержит публичные свойства [EmptyControlStub]{@link EmptyControlStub}.
|
|
10
11
|
*/
|
|
11
12
|
export declare class ResetSettingsParams extends BaseControlParams {
|
|
12
13
|
/** Стандартный CSS класс со стилями элемента управления. */
|
|
13
14
|
standardCssClass?: string;
|
|
14
|
-
services?: Optional<$CurrentDialog> & $LocalStorage & $ApplicationSettings;
|
|
15
|
+
services?: Optional<$CurrentDialog> & $LocalStorage & $ApplicationSettings & $LocalizationController;
|
|
15
16
|
}
|
|
16
17
|
export interface IState extends ResetSettingsParams, BaseControlState {
|
|
17
18
|
}
|
|
@@ -25,7 +26,7 @@ export declare class ResetSettings extends BaseControl<ResetSettingsParams, ISta
|
|
|
25
26
|
protected createParams(): ResetSettingsParams;
|
|
26
27
|
/** @internal */
|
|
27
28
|
protected createImpl(): ControlImpl;
|
|
28
|
-
onResetClick: () => void
|
|
29
|
+
onResetClick: () => Promise<void>;
|
|
29
30
|
link:
|
|
30
31
|
import("styled-components").StyledComponent<"button", any, {}, never>;
|
|
31
32
|
icon:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface ISearchTextInputProps extends HtmlProps.input {
|
|
5
5
|
}
|
|
6
|
-
export declare const SearchTextInput: React.ForwardRefExoticComponent<Pick<ISearchTextInputProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "dir" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "width" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "alt" | "autoFocus" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> & React.RefAttributes<HTMLInputElement>>;
|
|
6
|
+
export declare const SearchTextInput: React.ForwardRefExoticComponent<Pick<ISearchTextInputProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "dir" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "width" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "alt" | "autoFocus" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> & React.RefAttributes<HTMLInputElement>>;
|
|
@@ -14,7 +14,7 @@ import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
|
|
|
14
14
|
import { $MessageBox } from '@docsvision/webclient/System/$MessageBox';
|
|
15
15
|
import { IComponentProps } from '@docsvision/web/core/component';
|
|
16
16
|
import React from 'react';
|
|
17
|
-
|
|
17
|
+
|
|
18
18
|
export declare type $SecurityDescriptorDialogServices = $SecurityController & $LocalStorage & $CurrentEmployeeId & $StaffDirectoryItemsServices & $MessageBox & $DeviceType;
|
|
19
19
|
export interface SecurityDescriptorDialogProps extends IComponentProps<SecurityDescriptorDialogLogic, SecurityDescriptorDialogView> {
|
|
20
20
|
target: GenModels.SecurityTarget;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
2
2
|
import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
|
|
3
3
|
import React from 'react';
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
export interface SecurityDialogFrameProps {
|
|
6
6
|
header: string;
|
|
7
7
|
children: React.ReactNode;
|
|
@@ -7,7 +7,7 @@ import { $LastSearchResponse } from '@docsvision/webclient/System/$LastSearchRes
|
|
|
7
7
|
import { ITableData } from '@docsvision/web/components/table/interfaces';
|
|
8
8
|
import { IComponentProps } from '@docsvision/web/core/component';
|
|
9
9
|
import { Store } from 'effector';
|
|
10
|
-
|
|
10
|
+
|
|
11
11
|
export interface ISettingsPopupProps extends IComponentProps<SettingsPopupLogic, SettingsPopupView> {
|
|
12
12
|
closePopup: () => void;
|
|
13
13
|
isOpen: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ITableData, TableCompositionNames } from '@docsvision/web/components/table/interfaces';
|
|
3
3
|
import { IComposition } from '@docsvision/web/core/composition';
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
import { $TableFilterService } from '@docsvision/web/components/table/plugins/filter';
|
|
6
6
|
import { $Grouping } from '@docsvision/web/components/table/plugins/grouping';
|
|
7
7
|
import { $Resources } from '@docsvision/web/core/localization/$Resources';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { DiagramParams } from "@docsvision/webclient/Platform/DiagramOptions";
|
|
3
|
+
import { ITransformOptions } from "@docsvision/webclient/Platform/TransformToChartData";
|
|
4
|
+
import { IDiagramRequestStrategy, IParseDiagramOptions, IParsedModel, QueryKind } from "@docsvision/webclient/Platform/IDiagramModels";
|
|
5
|
+
export declare class DiagramRequestFolderStrategy implements IDiagramRequestStrategy {
|
|
6
|
+
options: DiagramParams;
|
|
7
|
+
queryKind: QueryKind;
|
|
8
|
+
constructor(options: DiagramParams);
|
|
9
|
+
createRequest(): GenModels.DistinctValuesDiagramRequestModel;
|
|
10
|
+
requestData(): Promise<GenModels.DistinctDiagramValuesModel>;
|
|
11
|
+
parseModel(model: GenModels.DistinctDiagramValuesModel, options: IParseDiagramOptions): IParsedModel;
|
|
12
|
+
transformToChartData(model: IParsedModel, options: ITransformOptions):
|
|
13
|
+
import("@docsvision/webclient/Models/IDiagramModels").IChartData;
|
|
14
|
+
}
|
|
15
|
+
export declare class DiagramRequestSearchStrategy implements IDiagramRequestStrategy {
|
|
16
|
+
options: DiagramParams;
|
|
17
|
+
constructor(options: DiagramParams);
|
|
18
|
+
createRequest(): GenModels.SearchRequestModelDiagram;
|
|
19
|
+
requestData(): Promise<GenModels.SearchResponseModelDiagram>;
|
|
20
|
+
parseModel(model: GenModels.SearchResponseModelDiagram, options: IParseDiagramOptions): IParsedModel;
|
|
21
|
+
transformToChartData(model: IParsedModel, options: ITransformOptions):
|
|
22
|
+
import("@docsvision/webclient/Models/IDiagramModels").IChartData;
|
|
23
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ITablePlugins, TablePlugins } from '@docsvision/web/components/table/interfaces';
|
|
2
|
-
|
|
2
|
+
|
|
3
3
|
export declare const TableCellNumberRightAlignPlugin: TablePlugins.Cell.Decorator;
|
|
4
4
|
export declare const TableCellNumberRightAlignPlugins: ITablePlugins;
|