@vitrosoftware/common-ui-ts 1.1.83 → 1.1.85
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/css/{common.css → std/common.css} +0 -10
- package/css/std/controls/bim-viewer/bim-viewer-index.css +6 -0
- package/css/std/controls/bim-viewer/bim-viewer.css +6 -0
- package/css/std/controls/file-version-select/file-version-select.css +11 -0
- package/css/std/controls/pdf-viewer/pdf-viewer-index.css +10 -3
- package/css/std/controls/pdf-viewer/pdf-viewer.css +10 -3
- package/css/std/controls/scrollbar/scrollbar.css +2 -0
- package/css/std/controls/sidebar/sidebar-item.css +214 -40
- package/css/std/controls/sidebar/sidebar.css +20 -7
- package/css/std/controls/table-view/treegrid.css +42 -27
- package/css/std/controls/tree-view/tree-view.css +2 -0
- package/css/white/common.css +21 -0
- package/dist/index.css +251 -58
- package/dist/index.js +291 -59
- package/dist/index.js.map +1 -1
- package/dist/src/constants/MobileView.d.ts +3 -0
- package/dist/src/controls/ScrollBar/ScrollBar.d.ts +1 -0
- package/dist/src/controls/Sidebar/GroupItem.d.ts +16 -0
- package/dist/src/controls/Sidebar/Item.d.ts +4 -2
- package/dist/src/controls/Sidebar/LinkItem.d.ts +5 -3
- package/dist/src/controls/Sidebar/Section.d.ts +7 -2
- package/dist/src/controls/Sidebar/SectionList.d.ts +3 -0
- package/dist/src/controls/Sidebar/SidebarItem.d.ts +6 -4
- package/dist/src/index.d.ts +1 -1
- package/package.json +2 -3
- package/src/controls/BimViewer/js/bim-viewer.js +620 -4
- package/src/controls/PdfViewer/js/pdf-viewer.js +2 -2
- package/dist/constants/Control.d.ts +0 -11
- package/dist/constants/Ctrl.d.ts +0 -30
- package/dist/constants/Event.d.ts +0 -13
- package/dist/constants/Factory.d.ts +0 -3
- package/dist/constants/KeyCode.d.ts +0 -3
- package/dist/constants/Placement.d.ts +0 -7
- package/dist/constants/Unit.d.ts +0 -3
- package/dist/controls/ActionHandler/ActionHandler.d.ts +0 -31
- package/dist/controls/ActionHandler/ActionHandlerConstants.d.ts +0 -32
- package/dist/controls/ActionHandler/ActionInfo.d.ts +0 -12
- package/dist/controls/ActionHandler/ActionInfoItem.d.ts +0 -13
- package/dist/controls/ActionHandler/UpdatingPopover.d.ts +0 -2
- package/dist/controls/Activity/Activity.d.ts +0 -9
- package/dist/controls/ActivityItem/ActivityItem.d.ts +0 -16
- package/dist/controls/ActivityItem/ActivityMessage.d.ts +0 -6
- package/dist/controls/ActivityItem/ChangedValue.d.ts +0 -6
- package/dist/controls/Alert/Alert.d.ts +0 -19
- package/dist/controls/Alert/AlertConstants.d.ts +0 -5
- package/dist/controls/Avatar/Avatar.d.ts +0 -8
- package/dist/controls/Breadcrumbs/Breadcrumbs.d.ts +0 -13
- package/dist/controls/Breadcrumbs/BreadcrumbsItem.d.ts +0 -4
- package/dist/controls/Breadcrumbs/Item.d.ts +0 -10
- package/dist/controls/Button/Button.d.ts +0 -14
- package/dist/controls/Checkbox/Checkbox.d.ts +0 -11
- package/dist/controls/CommandMenu/CommandMenu.d.ts +0 -6
- package/dist/controls/CommandMenu/CommandMenuButton.d.ts +0 -13
- package/dist/controls/CommandMenu/CommandMenuDropdownButton.d.ts +0 -18
- package/dist/controls/CommandMenu/CommandMenuItemHeader.d.ts +0 -11
- package/dist/controls/CommandMenu/CommandMenuLookupPicker.d.ts +0 -32
- package/dist/controls/CommandMenu/CommandMenuSubItem.d.ts +0 -13
- package/dist/controls/ComponentLoader/ComponentLoader.d.ts +0 -8
- package/dist/controls/ComponentLoader/ComponentLoaderContext.d.ts +0 -6
- package/dist/controls/ComponentLoader/ComponentLoaderContextImpl.d.ts +0 -11
- package/dist/controls/ControlGroup/ControlGroup.d.ts +0 -7
- package/dist/controls/Criterion/Condition.d.ts +0 -6
- package/dist/controls/Criterion/ConditionSelect.d.ts +0 -9
- package/dist/controls/Criterion/Criterion.d.ts +0 -23
- package/dist/controls/Criterion/Operator.d.ts +0 -4
- package/dist/controls/DatePicker/DatePicker.d.ts +0 -29
- package/dist/controls/DatePicker/DatePickerConstants.d.ts +0 -12
- package/dist/controls/Dialog/Dialog.d.ts +0 -23
- package/dist/controls/Dialog/DialogButton.d.ts +0 -8
- package/dist/controls/Dialog/DialogCloseButton.d.ts +0 -8
- package/dist/controls/Dialog/DialogComponent.d.ts +0 -8
- package/dist/controls/Dialog/DialogConstants.d.ts +0 -5
- package/dist/controls/Dialog/DialogContent.d.ts +0 -7
- package/dist/controls/Dialog/DialogFooter.d.ts +0 -11
- package/dist/controls/Dialog/DialogHeader.d.ts +0 -8
- package/dist/controls/DropdownButton/DropdownButton.d.ts +0 -13
- package/dist/controls/DropdownButton/DropdownItem.d.ts +0 -11
- package/dist/controls/FieldIterator/FieldIterator.d.ts +0 -24
- package/dist/controls/Icon/Icon.d.ts +0 -11
- package/dist/controls/ImagePicker/ImagePicker.d.ts +0 -16
- package/dist/controls/ImagePicker/ImagePickerConstants.d.ts +0 -8
- package/dist/controls/Input/Input.d.ts +0 -32
- package/dist/controls/Input/InputConstants.d.ts +0 -4
- package/dist/controls/IssueTile/IssueTile.d.ts +0 -26
- package/dist/controls/IssueTile/IssueTileConstants.d.ts +0 -3
- package/dist/controls/IssueTile/IssueTileFooter.d.ts +0 -8
- package/dist/controls/IssueTile/IssueTileHeader.d.ts +0 -18
- package/dist/controls/Label/Label.d.ts +0 -9
- package/dist/controls/Label/LabelConstants.d.ts +0 -3
- package/dist/controls/Login/Login.d.ts +0 -16
- package/dist/controls/Login/LoginConstants.d.ts +0 -17
- package/dist/controls/Login/LoginFooter.d.ts +0 -10
- package/dist/controls/Login/LoginInput.d.ts +0 -17
- package/dist/controls/LookupPicker/LookupPicker.d.ts +0 -39
- package/dist/controls/LookupPicker/LookupPickerConstants.d.ts +0 -3
- package/dist/controls/LookupPicker/SelectedValueList.d.ts +0 -14
- package/dist/controls/LookupPicker/ValueList.d.ts +0 -22
- package/dist/controls/LookupPicker/ValueListItem.d.ts +0 -11
- package/dist/controls/MessageInput/MessageInput.d.ts +0 -12
- package/dist/controls/MessageInput/MessageInputConstants.d.ts +0 -3
- package/dist/controls/MicroFrontend/MicroFrontend.d.ts +0 -8
- package/dist/controls/MicroFrontend/MicroFrontendState.d.ts +0 -8
- package/dist/controls/MicroFrontend/renderMicrofrontend.d.ts +0 -2
- package/dist/controls/NumberInput/NumberInput.d.ts +0 -30
- package/dist/controls/NumberInput/NumberInputConstants.d.ts +0 -12
- package/dist/controls/PasswordInput/PasswordInput.d.ts +0 -31
- package/dist/controls/PasswordInput/PasswordInputConstants.d.ts +0 -4
- package/dist/controls/PdfViewer/PdfViewer.d.ts +0 -6
- package/dist/controls/PdfViewer/PdfViewerContext.d.ts +0 -12
- package/dist/controls/PdfViewer/Viewer.d.ts +0 -6
- package/dist/controls/RouteItem/RouteItem.d.ts +0 -17
- package/dist/controls/ScrollBar/ScrollBar.d.ts +0 -9
- package/dist/controls/Search/CheckboxList.d.ts +0 -12
- package/dist/controls/Search/Filter.d.ts +0 -21
- package/dist/controls/Search/Input.d.ts +0 -21
- package/dist/controls/Search/Search.d.ts +0 -29
- package/dist/controls/Search/SearchConstants.d.ts +0 -4
- package/dist/controls/Search/SearchCriterion.d.ts +0 -7
- package/dist/controls/Sidebar/Item.d.ts +0 -9
- package/dist/controls/Sidebar/LinkItem.d.ts +0 -17
- package/dist/controls/Sidebar/Section.d.ts +0 -11
- package/dist/controls/Sidebar/SectionList.d.ts +0 -10
- package/dist/controls/Sidebar/Sidebar.d.ts +0 -14
- package/dist/controls/Sidebar/SidebarConstants.d.ts +0 -4
- package/dist/controls/Sidebar/SidebarItem.d.ts +0 -10
- package/dist/controls/Sidebar/SidebarSection.d.ts +0 -7
- package/dist/controls/Splitter/Splitter.d.ts +0 -18
- package/dist/controls/Splitter/SplitterConstants.d.ts +0 -9
- package/dist/controls/TabGroup/OverflowButton.d.ts +0 -8
- package/dist/controls/TabGroup/Tab.d.ts +0 -10
- package/dist/controls/TabGroup/TabGroup.d.ts +0 -10
- package/dist/controls/TabGroup/TabGroupComponent.d.ts +0 -9
- package/dist/controls/TabGroup/TabGroupConstants.d.ts +0 -4
- package/dist/controls/TabGroup/TabGroupHeader.d.ts +0 -10
- package/dist/controls/TabGroup/TabItem.d.ts +0 -13
- package/dist/controls/TableView/TableView.d.ts +0 -26
- package/dist/controls/TableView/TableViewCol.d.ts +0 -3
- package/dist/controls/TableView/TableViewConstants.d.ts +0 -152
- package/dist/controls/TableView/TableViewContext.d.ts +0 -81
- package/dist/controls/TableView/TableViewEventHandler.d.ts +0 -4
- package/dist/controls/TableView/TableViewRow.d.ts +0 -3
- package/dist/controls/TableView/TreeGrid.d.ts +0 -17
- package/dist/controls/TableView/TreeGridTableViewContextImpl.d.ts +0 -91
- package/dist/controls/TaskTile/TaskTile.d.ts +0 -18
- package/dist/controls/TelerikUploader/TelerikUploader.d.ts +0 -11
- package/dist/controls/TelerikUploader/TelerikUploaderConstants.d.ts +0 -16
- package/dist/controls/TelerikUploader/TelerikUploaderContext.d.ts +0 -6
- package/dist/controls/TelerikUploader/TelerikUploaderContextImpl.d.ts +0 -39
- package/dist/controls/TelerikUploader/TelerikUploaderSettings.d.ts +0 -15
- package/dist/controls/TimePicker/TimePicker.d.ts +0 -23
- package/dist/controls/TimePicker/TimePickerConstants.d.ts +0 -12
- package/dist/controls/Tooltip/Tooltip.d.ts +0 -10
- package/dist/controls/Tooltip/TooltipConstants.d.ts +0 -6
- package/dist/controls/TopLevelMenu/LinkItem.d.ts +0 -9
- package/dist/controls/TopLevelMenu/TopLevelMenu.d.ts +0 -9
- package/dist/controls/TopLevelMenu/TopLevelMenuItem.d.ts +0 -7
- package/dist/controls/TreeView/JsTreeViewContextImpl.d.ts +0 -35
- package/dist/controls/TreeView/TreeView.d.ts +0 -13
- package/dist/controls/TreeView/TreeViewConfig.d.ts +0 -34
- package/dist/controls/TreeView/TreeViewConstants.d.ts +0 -52
- package/dist/controls/TreeView/TreeViewContext.d.ts +0 -32
- package/dist/controls/TreeView/TreeViewEventHandler.d.ts +0 -4
- package/dist/controls/UserLookupPicker/UserLookupPicker.d.ts +0 -40
- package/dist/controls/UserProfile/UserProfile.d.ts +0 -12
- package/dist/controls/UserProfile/UserProfileMenuItem.d.ts +0 -11
- package/dist/controls/View/View.d.ts +0 -7
- package/dist/controls/ViewPart/ViewPart.d.ts +0 -10
- package/dist/exceptions/AbortException.d.ts +0 -2
- package/dist/exceptions/impl/AbortExceptionImpl.d.ts +0 -3
- package/dist/services/LocaleService.d.ts +0 -3
- package/lib/xeokit/VitroTreeViewPlugin.js +0 -620
- package/src/controls/BimViewer/js/init-viewer-page.js +0 -24
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { SidebarItem } from './SidebarItem';
|
|
3
|
-
interface SectionProps {
|
|
4
|
-
text?: string;
|
|
5
|
-
itemList: SidebarItem[];
|
|
6
|
-
activeItem?: string;
|
|
7
|
-
currentUrl: string;
|
|
8
|
-
linkItemWidth?: number;
|
|
9
|
-
}
|
|
10
|
-
export declare const Section: (props: SectionProps) => JSX.Element;
|
|
11
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SidebarSection } from './SidebarSection';
|
|
3
|
-
interface SectionListProps {
|
|
4
|
-
itemList: SidebarSection[];
|
|
5
|
-
currentUrl: string;
|
|
6
|
-
activeItem?: string;
|
|
7
|
-
linkItemWidth?: number;
|
|
8
|
-
}
|
|
9
|
-
export declare const SectionList: React.ForwardRefExoticComponent<SectionListProps & React.RefAttributes<unknown>>;
|
|
10
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { SidebarSection } from './SidebarSection';
|
|
3
|
-
interface SidebarProps {
|
|
4
|
-
history: any;
|
|
5
|
-
theme?: string;
|
|
6
|
-
sidebar: number;
|
|
7
|
-
topItemList: SidebarSection[];
|
|
8
|
-
bottomItemList?: SidebarSection[];
|
|
9
|
-
overflowItemList?: SidebarSection[];
|
|
10
|
-
activeItem?: any;
|
|
11
|
-
isDifferentOnMobileView?: boolean;
|
|
12
|
-
}
|
|
13
|
-
export declare const Sidebar: (props: SidebarProps) => JSX.Element;
|
|
14
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import * as SPLITTER from './SplitterConstants';
|
|
3
|
-
import '../../../css/std/controls/splitter/splitter.css';
|
|
4
|
-
interface SplitterProps {
|
|
5
|
-
position?: SPLITTER.POSITION;
|
|
6
|
-
width?: number;
|
|
7
|
-
minWidth?: number;
|
|
8
|
-
maxWidth?: number;
|
|
9
|
-
isPostPoned?: boolean;
|
|
10
|
-
isDispatchResize?: boolean;
|
|
11
|
-
isMaximizedPrimaryPane?: boolean;
|
|
12
|
-
isMinimalizedPrimaryPane?: boolean;
|
|
13
|
-
onDragFinished?: () => any;
|
|
14
|
-
className?: string;
|
|
15
|
-
children: React.ReactNode;
|
|
16
|
-
}
|
|
17
|
-
export declare const Splitter: (props: SplitterProps) => JSX.Element;
|
|
18
|
-
export {};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { TabItem } from './TabItem';
|
|
3
|
-
export interface OverflowButtonProps {
|
|
4
|
-
list: TabItem[];
|
|
5
|
-
offset: number;
|
|
6
|
-
onSelect: (offset: number) => void;
|
|
7
|
-
}
|
|
8
|
-
export declare const OverflowButton: (props: OverflowButtonProps) => JSX.Element | null;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { TabItem } from './TabItem';
|
|
3
|
-
export interface TabGroupProps {
|
|
4
|
-
wrap?: boolean;
|
|
5
|
-
placeholder?: string;
|
|
6
|
-
onChange?: (index: number) => void;
|
|
7
|
-
itemList: TabItem[];
|
|
8
|
-
className?: string;
|
|
9
|
-
}
|
|
10
|
-
export declare const TabGroup: (props: TabGroupProps) => JSX.Element;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { TabItem } from './TabItem';
|
|
3
|
-
export interface TabGroupComponentProps {
|
|
4
|
-
onChange?: (index: number) => void;
|
|
5
|
-
wrap?: boolean;
|
|
6
|
-
itemList: TabItem[];
|
|
7
|
-
className?: string;
|
|
8
|
-
}
|
|
9
|
-
export declare const TabGroupComponent: (props: TabGroupComponentProps) => JSX.Element;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { TabItem } from './TabItem';
|
|
3
|
-
export interface TabGroupHeaderProps {
|
|
4
|
-
width: number;
|
|
5
|
-
itemList: TabItem[];
|
|
6
|
-
wrap?: boolean;
|
|
7
|
-
currentTab: number;
|
|
8
|
-
changeTab: (index: number) => void;
|
|
9
|
-
}
|
|
10
|
-
export declare let TabGroupHeader: (props: TabGroupHeaderProps) => JSX.Element;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { TableViewContext } from './TableViewContext';
|
|
3
|
-
import { TableViewRow } from './TableViewRow';
|
|
4
|
-
import { TableViewEventHandler } from './TableViewEventHandler';
|
|
5
|
-
import { SearchCriterion } from '../Search/SearchCriterion';
|
|
6
|
-
export declare const TableView: (props: TableViewProps) => JSX.Element;
|
|
7
|
-
export interface TableViewProps {
|
|
8
|
-
id: string;
|
|
9
|
-
textUrl?: string;
|
|
10
|
-
debug?: string;
|
|
11
|
-
createGridUrl?: ((...params: any[]) => any) | undefined;
|
|
12
|
-
controller?: string | undefined;
|
|
13
|
-
listCode?: string | undefined;
|
|
14
|
-
eventHandlerList?: TableViewEventHandler[];
|
|
15
|
-
onCustomAjax?: (grid: any, source: any, data: string, func: (code: any, result: any) => any) => any;
|
|
16
|
-
onInit?: ((grid: TableViewContext, next?: () => any) => any) | undefined;
|
|
17
|
-
onSelect?: ((grid: TableViewContext, row: TableViewRow, deselect: boolean, columnList: string[], test: boolean) => any) | undefined;
|
|
18
|
-
layout?: any;
|
|
19
|
-
data?: any;
|
|
20
|
-
filterOneLevel?: boolean;
|
|
21
|
-
cache?: number;
|
|
22
|
-
cacheVersion?: number | string;
|
|
23
|
-
scope?: string;
|
|
24
|
-
searchCriterionList?: SearchCriterion[];
|
|
25
|
-
readOnly?: boolean;
|
|
26
|
-
}
|
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
export declare enum EVENT {
|
|
2
|
-
ON_SELECT = "OnSelect",
|
|
3
|
-
ON_DATA_SEND = "OnDataSend",
|
|
4
|
-
ON_LOADED = "OnLoaded",
|
|
5
|
-
ON_CLICK = "OnClick",
|
|
6
|
-
ON_CLICK_PANEL = "OnClickPanel",
|
|
7
|
-
ON_CLICK_CELL = "OnClickCell",
|
|
8
|
-
ON_BLUR = "OnBlur",
|
|
9
|
-
ON_DBL_CLICK = "OnDblClick",
|
|
10
|
-
ON_CONTEXT_MENU = "OnContextMenu",
|
|
11
|
-
ON_DEL = "OnDel",
|
|
12
|
-
ON_AFTER_VALUE_CHANGED = "OnAfterValueChanged",
|
|
13
|
-
ON_CAN_DROP = "OnCanDrop",
|
|
14
|
-
ON_CAN_EDIT = "OnCanEdit",
|
|
15
|
-
ON_CUSTOM_END_EDIT = "OnCustomEndEdit",
|
|
16
|
-
ON_CUSTOM_START_EDIT = "OnCustomStartEdit",
|
|
17
|
-
ON_ENDED_DRAG = "OnEndedDrag",
|
|
18
|
-
ON_END_DRAG = "OnEndDrag",
|
|
19
|
-
ON_FILTER_OPERATOR = "OnFilterOperator",
|
|
20
|
-
ON_FILTER = "OnFilter",
|
|
21
|
-
ON_GANTT_CHANGED = "OnGanttChanged",
|
|
22
|
-
ON_GET_CLASS = "OnGetClass",
|
|
23
|
-
ON_GET_DEFAULTS = "OnGetDefaults",
|
|
24
|
-
ON_GET_HTML_VALUE = "OnGetHtmlValue",
|
|
25
|
-
ON_GET_INPUT_VALUE = "OnGetInputValue",
|
|
26
|
-
ON_GET_MENU = "OnGetMenu",
|
|
27
|
-
ON_READY = "OnReady",
|
|
28
|
-
ON_RENDER_PAGE_FINISH = "OnRenderPageFinish",
|
|
29
|
-
ON_RENDER_START = "OnRenderStart",
|
|
30
|
-
ON_ROW_UNDELETE = "OnRowUndelete",
|
|
31
|
-
ON_SET_INPUT_VALUE = "OnSetInputValue",
|
|
32
|
-
ON_SORT = "OnSort",
|
|
33
|
-
ON_START_DRAG = "OnStartDrag",
|
|
34
|
-
ON_SUGGEST = "OnSuggest",
|
|
35
|
-
ON_VALUE_CHANGED = "OnValueChanged",
|
|
36
|
-
ON_DRAG_OVER = "OnDragOver",
|
|
37
|
-
ON_DROP = "OnDrop",
|
|
38
|
-
ON_INIT = "OnInit",
|
|
39
|
-
ON_CUSTOM_AJAX = "OnCustomAjax"
|
|
40
|
-
}
|
|
41
|
-
export declare enum URL {
|
|
42
|
-
LAYOUT = "Layout",
|
|
43
|
-
DATA = "Data",
|
|
44
|
-
PAGE = "Page",
|
|
45
|
-
TREEGRID_TEXT = "treegrid/Text_ru-RU.xml"
|
|
46
|
-
}
|
|
47
|
-
export declare enum CONTROLLER {
|
|
48
|
-
REQUEST = "TableViewRequest"
|
|
49
|
-
}
|
|
50
|
-
export declare enum CACHE {
|
|
51
|
-
DEFAULT = 2
|
|
52
|
-
}
|
|
53
|
-
export declare enum COLUMN {
|
|
54
|
-
GANTT = "gantt",
|
|
55
|
-
GANTT_CLASS = "GanttGanttClass",
|
|
56
|
-
GANTT_ICONS = "GanttGanttIcons"
|
|
57
|
-
}
|
|
58
|
-
export declare enum ROW_TYPE {
|
|
59
|
-
HEADER = "Header",
|
|
60
|
-
DATA = "Data",
|
|
61
|
-
FILTER = "Filter",
|
|
62
|
-
GROUP = "Group"
|
|
63
|
-
}
|
|
64
|
-
export declare enum CELL_TYPE {
|
|
65
|
-
DATE = "Date",
|
|
66
|
-
TEXT = "Text",
|
|
67
|
-
LINES = "Lines",
|
|
68
|
-
PASS = "Pass",
|
|
69
|
-
INT = "Int",
|
|
70
|
-
FLOAT = "Float",
|
|
71
|
-
ENUM = "Enum",
|
|
72
|
-
RADIO = "Radio",
|
|
73
|
-
SELECT = "Select",
|
|
74
|
-
HTML = "Html",
|
|
75
|
-
ICON = "Icon",
|
|
76
|
-
LIST = "List"
|
|
77
|
-
}
|
|
78
|
-
export declare enum ATTRIBUTE {
|
|
79
|
-
BUTTON = "Button",
|
|
80
|
-
ON_CLICK_SIDE_BUTTON = "OnClickSideButton",
|
|
81
|
-
ICON = "Icon",
|
|
82
|
-
ICON_ALIGN = "IconAlign",
|
|
83
|
-
DEFAULT_FILTER = "DefaultFilter",
|
|
84
|
-
MENU_ITEMS = "MenuItems",
|
|
85
|
-
RANGE = "Range",
|
|
86
|
-
FULL_VALUE = "FullValue",
|
|
87
|
-
ORIG_NAME = "Orig",
|
|
88
|
-
ALIGN = "Align",
|
|
89
|
-
TIP = "Tip",
|
|
90
|
-
TIP_POSITION = "TipPosition"
|
|
91
|
-
}
|
|
92
|
-
export declare enum DRAG_ITEM_TYPE {
|
|
93
|
-
CANNOT_DROP = 0,
|
|
94
|
-
ABOVE_TOROW = 1,
|
|
95
|
-
TO_THE_END_OF_CHILDREN = 2,
|
|
96
|
-
BELOW_TOROW = 3
|
|
97
|
-
}
|
|
98
|
-
export declare enum FILTER_TYPE {
|
|
99
|
-
NONE = 0,
|
|
100
|
-
EQUAL = 1,
|
|
101
|
-
NOT_EQUAL = 2,
|
|
102
|
-
LESS_THAN = 3,
|
|
103
|
-
LESS_THAN_OR_EQUAL = 4,
|
|
104
|
-
GREATER_THAN = 5,
|
|
105
|
-
GREATER_THAN_OR_EQUAL = 6,
|
|
106
|
-
BEGINS_WITH = 7,
|
|
107
|
-
DOES_NOT_BEGIN_WITH = 8,
|
|
108
|
-
ENDS_WITH = 9,
|
|
109
|
-
DOES_NOT_END_WITH = 10,
|
|
110
|
-
CONTAINS = 11,
|
|
111
|
-
DOES_NOT_CONTAIN = 12
|
|
112
|
-
}
|
|
113
|
-
export declare enum REFRESH_MODE {
|
|
114
|
-
ROW = "row",
|
|
115
|
-
PAGE = "page",
|
|
116
|
-
NONE = "none"
|
|
117
|
-
}
|
|
118
|
-
export declare enum DEFAULT {
|
|
119
|
-
SUGGEST_DELAY = 200,
|
|
120
|
-
PAGE_LENGTH = 50,
|
|
121
|
-
PAGE = "2",
|
|
122
|
-
DEFAULTS = "Defaults",
|
|
123
|
-
TIP = "*Value*"
|
|
124
|
-
}
|
|
125
|
-
export declare enum ALIGN {
|
|
126
|
-
CENTER = "Center",
|
|
127
|
-
RIGHT = "Right"
|
|
128
|
-
}
|
|
129
|
-
export declare enum ROW_ID {
|
|
130
|
-
TOTAL = "totalRow"
|
|
131
|
-
}
|
|
132
|
-
export declare enum NUMBER_FORMAT {
|
|
133
|
-
GENERAL = "g",
|
|
134
|
-
FIXED = "f",
|
|
135
|
-
CURRENCY = "c",
|
|
136
|
-
PERCENT = "p",
|
|
137
|
-
ROUNDED = "r",
|
|
138
|
-
SCIENTIFIC = "e"
|
|
139
|
-
}
|
|
140
|
-
export declare enum ACTION {
|
|
141
|
-
SHOW_POPUP_MENU = "ShowPopupMenu",
|
|
142
|
-
SHOW_MENU = "ShowMenu",
|
|
143
|
-
CLEAR_FILTER = "ClearFilter"
|
|
144
|
-
}
|
|
145
|
-
export declare enum SECTION {
|
|
146
|
-
HEADER = "Header",
|
|
147
|
-
SPACE = "Space"
|
|
148
|
-
}
|
|
149
|
-
export declare enum OPERATOR {
|
|
150
|
-
AND = 0,
|
|
151
|
-
OR = 1
|
|
152
|
-
}
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import { TableViewRow } from './TableViewRow';
|
|
2
|
-
import { TableViewCol } from './TableViewCol';
|
|
3
|
-
import { TableViewEventHandler } from './TableViewEventHandler';
|
|
4
|
-
import { SearchCriterion } from '../Search/SearchCriterion';
|
|
5
|
-
export interface TableViewContext {
|
|
6
|
-
readonly columnList: any;
|
|
7
|
-
readonly columnNameList: any;
|
|
8
|
-
readonly filter: any;
|
|
9
|
-
readonly sort: any;
|
|
10
|
-
readonly pageLength: number;
|
|
11
|
-
readonly id: string;
|
|
12
|
-
readonly gantt: string;
|
|
13
|
-
readonly rowCount: number;
|
|
14
|
-
readonly header: TableViewRow;
|
|
15
|
-
readonly readOnly: boolean;
|
|
16
|
-
dragging: boolean;
|
|
17
|
-
filterOneLevel: boolean;
|
|
18
|
-
scope: string;
|
|
19
|
-
setSearchCriterionList(searchCriterionList: SearchCriterion[], searchId: string): void;
|
|
20
|
-
clearSearchCriterionList(searchId: string): void;
|
|
21
|
-
getSearchCriterionList(searchId?: string): SearchCriterion[];
|
|
22
|
-
acceptChanges(row?: TableViewRow): void;
|
|
23
|
-
hasGantt(): boolean;
|
|
24
|
-
getRowById(id: string, attr?: string, nofixed?: boolean): TableViewRow;
|
|
25
|
-
getSelectedRowList(): TableViewRow[];
|
|
26
|
-
refreshRow(row: TableViewRow): void;
|
|
27
|
-
refreshCell(row: TableViewRow, col: string): void;
|
|
28
|
-
setValue(row: TableViewRow, col: string, value: any, refresh?: boolean): void;
|
|
29
|
-
addRow(parent: TableViewRow | null, next?: TableViewRow | null, show?: number, id?: string, def?: string): TableViewRow;
|
|
30
|
-
addPage(name: string, xml: string | null, count: number): TableViewRow;
|
|
31
|
-
setEventHandler(eventHandler: TableViewEventHandler): void;
|
|
32
|
-
showDefaults(row: TableViewRow, col: string): boolean;
|
|
33
|
-
clearSelection(type?: number): void;
|
|
34
|
-
selectRow(row: TableViewRow, select?: boolean, test?: boolean): boolean;
|
|
35
|
-
changeFilter(cols: string[], values: any[], operators: number[], nofilter?: boolean, noclear?: boolean, filter?: TableViewRow): void;
|
|
36
|
-
removeRow(row: TableViewRow): void;
|
|
37
|
-
showMessageTime(message: string, time?: number, func?: (...params: any[]) => any, buttons?: string[], importance?: number): void;
|
|
38
|
-
reRender(scroll: boolean, sync: boolean): void;
|
|
39
|
-
changeSort(sortCols: string): void;
|
|
40
|
-
deselectAll(): void;
|
|
41
|
-
hideMessage(): void;
|
|
42
|
-
blur(): void;
|
|
43
|
-
focus(): void;
|
|
44
|
-
dispose(): void;
|
|
45
|
-
showCol(col: string): void;
|
|
46
|
-
hideCol(col: string): void;
|
|
47
|
-
addCol(col: string, sec: number, pos: number, param?: any, show?: boolean, type?: string, caption?: string): TableViewCol;
|
|
48
|
-
reloadBody(): void;
|
|
49
|
-
getCols(): string[];
|
|
50
|
-
hasChangeList(): number;
|
|
51
|
-
getChangeList(): any;
|
|
52
|
-
moveRow(row: TableViewRow, parent: TableViewRow | null, next: TableViewRow | null, show: boolean): any;
|
|
53
|
-
deleteRowList(rowList: TableViewRow[]): void;
|
|
54
|
-
setRowCanExpand(row: TableViewRow, canExpand: boolean): void;
|
|
55
|
-
getFirst(row?: TableViewRow, type?: number): TableViewRow;
|
|
56
|
-
endEdit(editResult: boolean): any;
|
|
57
|
-
expandRow(row: TableViewRow): void;
|
|
58
|
-
collapseRow(row: TableViewRow): void;
|
|
59
|
-
expandParents(row: TableViewRow): void;
|
|
60
|
-
getCell(row: TableViewRow, col: TableViewCol | string): any;
|
|
61
|
-
getFRow(): TableViewRow;
|
|
62
|
-
getFCol(): TableViewCol;
|
|
63
|
-
startEdit(): void;
|
|
64
|
-
export(): void;
|
|
65
|
-
print(): void;
|
|
66
|
-
isVisibleGantt(): boolean;
|
|
67
|
-
setAttribute(row: TableViewRow, col: string, attribute: string, value: any, refresh: boolean, undo?: boolean): void;
|
|
68
|
-
getRows(): {
|
|
69
|
-
[key: string]: TableViewRow;
|
|
70
|
-
};
|
|
71
|
-
getMainTag(): any;
|
|
72
|
-
focusCell(row: TableViewRow, col: string): void;
|
|
73
|
-
getType(row: TableViewRow, col: string): string;
|
|
74
|
-
setStringEdit(row: TableViewRow, col: string, value: string, timeout?: boolean): void;
|
|
75
|
-
getValue(row: TableViewRow, col: string): any;
|
|
76
|
-
getFocusedCols(): any[];
|
|
77
|
-
getFocusedRows(): any[];
|
|
78
|
-
getFilter(spec: boolean): any[];
|
|
79
|
-
selectRange(row1: any, col1: any, row2: any, col2: any, select: boolean): any;
|
|
80
|
-
showColumns(): any;
|
|
81
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { TableViewProps } from './TableView';
|
|
3
|
-
export declare const TreeGrid: (props: TableViewProps) => JSX.Element;
|
|
4
|
-
declare global {
|
|
5
|
-
namespace JSX {
|
|
6
|
-
interface IntrinsicElements {
|
|
7
|
-
tableview: {
|
|
8
|
-
layout_url: string;
|
|
9
|
-
data_url: string;
|
|
10
|
-
page_url: string;
|
|
11
|
-
text_url: string;
|
|
12
|
-
debug: string;
|
|
13
|
-
id: string;
|
|
14
|
-
};
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
import { TableViewContext } from './TableViewContext';
|
|
2
|
-
import { TableViewRow } from './TableViewRow';
|
|
3
|
-
import { TableViewCol } from './TableViewCol';
|
|
4
|
-
import { TableViewEventHandler } from './TableViewEventHandler';
|
|
5
|
-
import { SearchCriterion } from '../Search/SearchCriterion';
|
|
6
|
-
export declare const tableViewList: Map<string, TableViewContext>;
|
|
7
|
-
export declare function getTableViewById(id: string): TableViewContext | undefined;
|
|
8
|
-
export declare class TreeGridTableViewContextImpl implements TableViewContext {
|
|
9
|
-
private grid;
|
|
10
|
-
readonly id: string;
|
|
11
|
-
suggestValue: string;
|
|
12
|
-
filterOneLevel: boolean;
|
|
13
|
-
private readonly gridChangesFormat;
|
|
14
|
-
private readonly searchCriterionMap;
|
|
15
|
-
constructor(grid: any);
|
|
16
|
-
get columnList(): any;
|
|
17
|
-
get columnNameList(): any;
|
|
18
|
-
get readOnly(): any;
|
|
19
|
-
get gantt(): any;
|
|
20
|
-
get sort(): any;
|
|
21
|
-
get rowCount(): any;
|
|
22
|
-
get filter(): any;
|
|
23
|
-
get dragging(): boolean;
|
|
24
|
-
set dragging(value: boolean);
|
|
25
|
-
get scope(): string;
|
|
26
|
-
set scope(value: string);
|
|
27
|
-
get pageLength(): any;
|
|
28
|
-
get header(): TableViewRow;
|
|
29
|
-
setSearchCriterionList(searchCriterionList: SearchCriterion[], searchId: string): void;
|
|
30
|
-
clearSearchCriterionList(searchId: string): void;
|
|
31
|
-
getSearchCriterionList(searchId?: string): SearchCriterion[];
|
|
32
|
-
acceptChanges(row?: TableViewRow): void;
|
|
33
|
-
addRow(parent: TableViewRow | null, next?: TableViewRow | null, show?: number, id?: string, def?: string): TableViewRow;
|
|
34
|
-
addPage(name: string, xml: string | null, count: number): TableViewRow;
|
|
35
|
-
getRowById(id: string, attr?: string, nofixed?: boolean): TableViewRow;
|
|
36
|
-
getSelectedRowList(): TableViewRow[];
|
|
37
|
-
refreshRow(row: TableViewRow): void;
|
|
38
|
-
refreshCell(row: TableViewRow, col: string): void;
|
|
39
|
-
hasGantt(): boolean;
|
|
40
|
-
setValue(row: TableViewRow, col: string, value: any, refresh?: boolean): void;
|
|
41
|
-
showDefaults(row: TableViewRow, col: string): boolean;
|
|
42
|
-
clearSelection(type?: number): void;
|
|
43
|
-
selectRow(row: TableViewRow, select?: boolean, test?: boolean): boolean;
|
|
44
|
-
changeFilter(cols: string[], values: any[], operators: number[], nofilter?: boolean, noclear?: boolean, filter?: TableViewRow): void;
|
|
45
|
-
removeRow(row: TableViewRow): void;
|
|
46
|
-
showMessageTime(message: string, time?: number, func?: (...params: any[]) => any, buttons?: string[], importance?: number): void;
|
|
47
|
-
reRender(scroll: boolean, sync: boolean): void;
|
|
48
|
-
changeSort(sortCols: string): void;
|
|
49
|
-
deselectAll(): void;
|
|
50
|
-
hideMessage(): void;
|
|
51
|
-
blur(): void;
|
|
52
|
-
focus(): void;
|
|
53
|
-
dispose(): void;
|
|
54
|
-
addCol(col: string, sec: number, pos: number, param?: any, show?: boolean, type?: string, caption?: string): TableViewCol;
|
|
55
|
-
showCol(col: string): void;
|
|
56
|
-
hideCol(col: string): void;
|
|
57
|
-
reloadBody(): void;
|
|
58
|
-
setRowCanExpand(row: TableViewRow, canExpand: boolean): void;
|
|
59
|
-
getCols(): string[];
|
|
60
|
-
hasChangeList(): number;
|
|
61
|
-
getChangeList(): any;
|
|
62
|
-
moveRow(row: TableViewRow, parent: TableViewRow | null, next: TableViewRow | null, show: boolean): any;
|
|
63
|
-
deleteRowList(rowList: TableViewRow[]): void;
|
|
64
|
-
getFirst(row?: TableViewRow, type?: number): TableViewRow;
|
|
65
|
-
setEventHandler(eventHandler: TableViewEventHandler): void;
|
|
66
|
-
endEdit(success: boolean): any;
|
|
67
|
-
expandRow(row: TableViewRow): void;
|
|
68
|
-
collapseRow(row: TableViewRow): void;
|
|
69
|
-
expandParents(row: TableViewRow): void;
|
|
70
|
-
getCell(row: TableViewRow, col: TableViewCol | string): any;
|
|
71
|
-
getFRow(): TableViewRow;
|
|
72
|
-
getFCol(): TableViewCol;
|
|
73
|
-
startEdit(): void;
|
|
74
|
-
export(): void;
|
|
75
|
-
print(): void;
|
|
76
|
-
isVisibleGantt(): boolean;
|
|
77
|
-
setAttribute(row: TableViewRow, col: string, attribute: string, value: any, refresh: boolean, undo?: boolean): void;
|
|
78
|
-
getRows(): {
|
|
79
|
-
[key: string]: TableViewRow;
|
|
80
|
-
};
|
|
81
|
-
getMainTag(): any;
|
|
82
|
-
focusCell(row: TableViewRow, col: string): void;
|
|
83
|
-
getType(row: TableViewRow, col: string): string;
|
|
84
|
-
setStringEdit(row: TableViewRow, col: string, value: string, timeout?: boolean): void;
|
|
85
|
-
getValue(row: TableViewRow, col: string): any;
|
|
86
|
-
getFocusedCols(): any[];
|
|
87
|
-
getFocusedRows(): any[];
|
|
88
|
-
getFilter(spec: boolean): any[];
|
|
89
|
-
selectRange(row1: any, col1: any, row2: any, col2: any, select: boolean): any;
|
|
90
|
-
showColumns(): any;
|
|
91
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface TaskTileProps {
|
|
3
|
-
id?: string;
|
|
4
|
-
title: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
comment?: string;
|
|
7
|
-
dateComment?: string;
|
|
8
|
-
date?: any;
|
|
9
|
-
isActive?: boolean;
|
|
10
|
-
isShowDeleteButton?: boolean;
|
|
11
|
-
onDeleteClick?: (value?: any, e?: any) => any;
|
|
12
|
-
onClick?: (e: any) => any;
|
|
13
|
-
dropdownItemList?: any[];
|
|
14
|
-
userList?: any[];
|
|
15
|
-
children?: React.ReactNode;
|
|
16
|
-
}
|
|
17
|
-
export declare const TaskTile: (props: TaskTileProps) => JSX.Element;
|
|
18
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { TelerikUploaderContext } from './TelerikUploaderContext';
|
|
3
|
-
import { TelerikUploaderSettings } from './TelerikUploaderSettings';
|
|
4
|
-
export interface TelerikUploaderProps {
|
|
5
|
-
onInit: (uploder: TelerikUploaderContext) => void;
|
|
6
|
-
settings: TelerikUploaderSettings;
|
|
7
|
-
id: string;
|
|
8
|
-
isAutoClose?: boolean;
|
|
9
|
-
durationMs?: number;
|
|
10
|
-
}
|
|
11
|
-
export declare const TelerikUploader: (props: TelerikUploaderProps) => JSX.Element;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export declare enum EVENT {
|
|
2
|
-
ADD_FILE = "vitro.file.add",
|
|
3
|
-
READY_STATE_CHANGE = "readystatechange"
|
|
4
|
-
}
|
|
5
|
-
export declare enum LOCALE {
|
|
6
|
-
DROPZONE_TEXT = "app.common.uploader.dropZoneText",
|
|
7
|
-
TITLE = "app.common.uploader.title",
|
|
8
|
-
SUCCESS = "app.common.uploader.action.success",
|
|
9
|
-
ERROR = "app.common.uploader.action.error",
|
|
10
|
-
PROGRESS_PERCENT = "app.common.uploader.action.progress.percent",
|
|
11
|
-
PROGRESS_COUNT = "app.common.uploader.action.progress.count",
|
|
12
|
-
FILE_SUCCESS = "app.common.uploader.file.action.success",
|
|
13
|
-
FILE_ERROR = "app.common.uploader.file.action.error",
|
|
14
|
-
UPLOAD = "app.common.uploader.action.upload",
|
|
15
|
-
CANCEL = "app.common.uploader.action.cancel"
|
|
16
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { LocaleService } from '../../services/LocaleService';
|
|
2
|
-
import { TelerikUploaderContext } from './TelerikUploaderContext';
|
|
3
|
-
import { TelerikUploaderSettings } from './TelerikUploaderSettings';
|
|
4
|
-
export declare class TelerikUploaderContextImpl implements TelerikUploaderContext {
|
|
5
|
-
readonly id: string;
|
|
6
|
-
private uploader;
|
|
7
|
-
private container;
|
|
8
|
-
private token;
|
|
9
|
-
private settings;
|
|
10
|
-
private localeService;
|
|
11
|
-
private toggleButtons;
|
|
12
|
-
private successCount;
|
|
13
|
-
private errorCount;
|
|
14
|
-
private fileList;
|
|
15
|
-
private progressInfo;
|
|
16
|
-
private progressBar;
|
|
17
|
-
private title;
|
|
18
|
-
private subtitle;
|
|
19
|
-
constructor(uploader: HTMLInputElement, container: HTMLDivElement, dropZone: HTMLDivElement, settings: TelerikUploaderSettings, localeService: LocaleService, toggleButtons: (show: boolean) => any);
|
|
20
|
-
clearAllFiles(): void;
|
|
21
|
-
private resetUploader;
|
|
22
|
-
private initAuthorization;
|
|
23
|
-
private upload;
|
|
24
|
-
private success;
|
|
25
|
-
private error;
|
|
26
|
-
private progress;
|
|
27
|
-
private complete;
|
|
28
|
-
private select;
|
|
29
|
-
private clear;
|
|
30
|
-
private cancel;
|
|
31
|
-
private getProgressInfo;
|
|
32
|
-
addFile(): void;
|
|
33
|
-
setAthorizationToken(token: string): void;
|
|
34
|
-
private setErrorMessage;
|
|
35
|
-
private setFileImage;
|
|
36
|
-
private setProgressBar;
|
|
37
|
-
private setFileProgress;
|
|
38
|
-
private initOnDrop;
|
|
39
|
-
}
|