@vitrosoftware/common-ui-ts 1.1.177 → 1.1.179
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/std/controls/criterion/criterion.css +1 -0
- package/css/std/controls/date-picker/date-picker.css +0 -1
- package/css/std/controls/input/input.css +0 -7
- package/css/std/controls/lookup-picker/lookup-picker-selected-item.css +2 -0
- package/css/std/controls/lookup-picker/lookup-picker.css +7 -7
- package/css/std/controls/time-picker/time-picker.css +0 -1
- package/css/std/controls/tooltip/tooltip.css +1 -1
- package/dist/index.css +11 -35
- package/dist/index.js +428 -216
- package/dist/index.js.map +1 -1
- package/dist/src/constants/CssProperty.d.ts +5 -0
- package/dist/src/constants/Event.d.ts +2 -2
- package/dist/src/controls/ActionHandler/ActionHandler.d.ts +8 -9
- package/dist/src/controls/ActionHandler/ActionResultList.d.ts +4 -4
- package/dist/src/controls/ActionHandler/ResultDialog.d.ts +6 -7
- package/dist/src/controls/ActionHandler/models/ActionHandlerItem.d.ts +6 -0
- package/dist/src/controls/ActionHandler/models/ActionHandlerResult.d.ts +3 -0
- package/dist/src/controls/Activity/Activity.d.ts +2 -2
- package/dist/src/controls/ActivityItem/ActivityItem.d.ts +2 -2
- package/dist/src/controls/ActivityItem/ActivityMessage.d.ts +2 -2
- package/dist/src/controls/ActivityItem/models/ChangedValue.d.ts +6 -0
- package/dist/src/controls/BimViewer/BimViewer.d.ts +2 -2
- package/dist/src/controls/BimViewer/Viewer.d.ts +2 -2
- package/dist/src/controls/BimViewer/services/BimViewerService.d.ts +17 -0
- package/dist/src/controls/Breadcrumbs/Breadcrumbs.d.ts +3 -3
- package/dist/src/controls/Breadcrumbs/models/BreadcrumbsItem.d.ts +4 -0
- package/dist/src/controls/CenterAlignControlGroup/CenterAlignControlGroup.d.ts +1 -1
- package/dist/src/controls/Checkbox/Checkbox.d.ts +2 -2
- package/dist/src/controls/Checkbox/services/CheckboxService.d.ts +4 -0
- package/dist/src/controls/CheckboxReorderableList/CheckboxReorderableList.d.ts +2 -2
- package/dist/src/controls/CheckboxReorderableList/models/CheckboxReorderableListItem.d.ts +6 -0
- package/dist/src/controls/ComponentLoader/services/ComponentLoaderService.d.ts +6 -0
- package/dist/src/controls/ComponentLoader/services/impl/ComponentLoaderServiceImpl.d.ts +11 -0
- package/dist/src/controls/Criterion/ConditionSelect.d.ts +3 -3
- package/dist/src/controls/Criterion/Criterion.d.ts +4 -6
- package/dist/src/controls/Criterion/models/Condition.d.ts +6 -0
- package/dist/src/controls/Criterion/models/Criterion.d.ts +8 -0
- package/dist/src/controls/Criterion/models/Operator.d.ts +4 -0
- package/dist/src/controls/CriterionFieldIterator/CriterionFieldIterator.d.ts +3 -4
- package/dist/src/controls/Dialog/Dialog.d.ts +2 -2
- package/dist/src/controls/Dialog/DialogHeader.d.ts +1 -1
- package/dist/src/controls/DropdownButton/DropdownButton.d.ts +2 -2
- package/dist/src/controls/DropdownButton/models/DropdownItem.d.ts +11 -0
- package/dist/src/controls/DxfViewer/DxfViewer.d.ts +2 -2
- package/dist/src/controls/DxfViewer/Viewer.d.ts +2 -2
- package/dist/src/controls/DxfViewer/services/DxfViewerService.d.ts +31 -0
- package/dist/src/controls/EditableList/EditableItem.d.ts +3 -3
- package/dist/src/controls/EditableList/EditableList.d.ts +4 -5
- package/dist/src/controls/EditableList/models/EditableListItem.d.ts +7 -0
- package/dist/src/controls/FieldIterator/FieldIterator.d.ts +1 -0
- package/dist/src/controls/FieldIterator/services/FieldIteratorService.d.ts +4 -0
- package/dist/src/controls/File/File.d.ts +3 -3
- package/dist/src/controls/FileVersionSelect/FileVersionSelect.d.ts +3 -3
- package/dist/src/controls/FileVersionSelect/Item.d.ts +3 -3
- package/dist/src/controls/FileVersionSelect/models/FileVersion.d.ts +6 -0
- package/dist/src/controls/Image/Image.d.ts +1 -1
- package/dist/src/controls/ImagePicker/ImagePicker.d.ts +2 -2
- package/dist/src/controls/ImageViewer/ImageViewer.d.ts +4 -4
- package/dist/src/controls/ImageViewer/models/Image.d.ts +5 -0
- package/dist/src/controls/ImageViewer/services/ImageViewerService.d.ts +5 -0
- package/dist/src/controls/Input/Input.d.ts +2 -2
- package/dist/src/controls/Input/models/QuillRichEditorSettings.d.ts +15 -0
- package/dist/src/controls/Input/services/InputService.d.ts +5 -0
- package/dist/src/controls/Input/services/QuillRichEditorService.d.ts +8 -0
- package/dist/src/controls/Input/services/impl/QuillRichEditorServiceImpl.d.ts +46 -0
- package/dist/src/controls/IssueTile/IssueTile.d.ts +5 -5
- package/dist/src/controls/IssueTile/IssueTileHeader.d.ts +1 -1
- package/dist/src/controls/LinkInput/LinkInput.d.ts +7 -8
- package/dist/src/controls/LinkInput/services/LinkInputService.d.ts +11 -0
- package/dist/src/controls/Login/LoginForm.d.ts +3 -3
- package/dist/src/controls/Login/LoginKerberosForm.d.ts +2 -2
- package/dist/src/controls/Login/TwoFactorAuthenticationForm.d.ts +2 -2
- package/dist/src/controls/Login/services/FormService.d.ts +3 -0
- package/dist/src/controls/Login/services/LoginFormService.d.ts +5 -0
- package/dist/src/controls/Login/services/TwoFactorAuthenticationFormService.d.ts +4 -0
- package/dist/src/controls/LookupPicker/SelectedValueList.d.ts +1 -0
- package/dist/src/controls/LookupPicker/SelectedValueListItem.d.ts +1 -0
- package/dist/src/controls/MessageInput/AttachedFile.d.ts +1 -1
- package/dist/src/controls/MessageInput/MessageInput.d.ts +2 -2
- package/dist/src/controls/MessageInput/services/MessageInputService.d.ts +3 -0
- package/dist/src/controls/MicroFrontend/MicroFrontend.d.ts +1 -1
- package/dist/src/controls/MicroFrontend/renderMicrofrontend.d.ts +1 -2
- package/dist/src/controls/MicroFrontend/services/MicroFrontendService.d.ts +8 -0
- package/dist/src/controls/MicroFrontend/services/impl/MicroFrontendServiceImpl.d.ts +10 -0
- package/dist/src/controls/Overlay/Overlay.d.ts +3 -3
- package/dist/src/controls/Overlay/services/OverlayService.d.ts +5 -0
- package/dist/src/controls/PdfViewer/PdfViewer.d.ts +2 -2
- package/dist/src/controls/PdfViewer/Viewer.d.ts +2 -2
- package/dist/src/controls/PdfViewer/services/PdfViewerService.d.ts +17 -0
- package/dist/src/controls/ScrollBar/ScrollBar.d.ts +1 -1
- package/dist/src/controls/ScrollView/models/ScrollViewItem.d.ts +7 -0
- package/dist/src/controls/Search/Search.d.ts +6 -8
- package/dist/src/controls/SearchInput/SearchInput.d.ts +3 -3
- package/dist/src/controls/Sidebar/GroupItem.d.ts +2 -2
- package/dist/src/controls/Sidebar/Section.d.ts +2 -2
- package/dist/src/controls/Sidebar/SectionList.d.ts +2 -2
- package/dist/src/controls/Sidebar/Sidebar.d.ts +5 -5
- package/dist/src/controls/Sidebar/models/SidebarItem.d.ts +15 -0
- package/dist/src/controls/Sidebar/models/SidebarSection.d.ts +7 -0
- package/dist/src/controls/SiteSelect/SiteSelect.d.ts +7 -7
- package/dist/src/controls/SiteSelect/SiteSelectItem.d.ts +15 -0
- package/dist/src/controls/SiteSelect/models/SiteSelectItem.d.ts +7 -0
- package/dist/src/controls/SystemExceptionDialog/SystemExceptionDialog.d.ts +2 -2
- package/dist/src/controls/SystemExceptionDialog/models/SystemExceptionDialogData.d.ts +7 -0
- package/dist/src/controls/TabGroup/TabGroup.d.ts +3 -3
- package/dist/src/controls/TabGroup/TabGroupComponent.d.ts +3 -3
- package/dist/src/controls/TabGroup/models/Tab.d.ts +13 -0
- package/dist/src/controls/TableView/TableView.d.ts +6 -8
- package/dist/src/controls/TableView/TableViewConstants.d.ts +15 -0
- package/dist/src/controls/TableView/models/TableViewCol.d.ts +3 -0
- package/dist/src/controls/TableView/models/TableViewMenuItem.d.ts +10 -0
- package/dist/src/controls/TableView/models/TableViewRow.d.ts +3 -0
- package/dist/src/controls/TableView/services/TableViewEventHandler.d.ts +4 -0
- package/dist/src/controls/TableView/services/TableViewService.d.ts +134 -0
- package/dist/src/controls/TableView/services/impl/TableViewServiceImpl.d.ts +144 -0
- package/dist/src/controls/TelerikUploader/TelerikUploader.d.ts +4 -4
- package/dist/src/controls/TelerikUploader/models/TelerikUploaderSettings.d.ts +20 -0
- package/dist/src/controls/TelerikUploader/services/TelerikUploaderService.d.ts +6 -0
- package/dist/src/controls/TelerikUploader/services/impl/TelerikUploaderServiceImpl.d.ts +45 -0
- package/dist/src/controls/Tooltip/Tooltip.d.ts +1 -2
- package/dist/src/controls/TopLevelMenu/TopLevelMenu.d.ts +3 -3
- package/dist/src/controls/TopLevelMenu/models/TopLevelMenuItem.d.ts +7 -0
- package/dist/src/controls/TreeView/TreeView.d.ts +7 -5
- package/dist/src/controls/TreeView/models/JsTreeViewNode.d.ts +20 -0
- package/dist/src/controls/TreeView/services/TreeViewEventHandler.d.ts +4 -0
- package/dist/src/controls/TreeView/services/TreeViewService.d.ts +34 -0
- package/dist/src/controls/TreeView/services/impl/TreeViewConfigServiceImpl.d.ts +37 -0
- package/dist/src/controls/TreeView/services/impl/TreeViewServiceImpl.d.ts +36 -0
- package/dist/src/controls/UserLookupPicker/UserLookupPicker.d.ts +2 -3
- package/dist/src/controls/ValueTooltip/ValueTooltip.d.ts +8 -0
- package/dist/src/controls/ValueTooltip/services/ValueTooltipService.d.ts +5 -0
- package/dist/src/controls/VideoViewer/VideoViewer.d.ts +4 -4
- package/dist/src/controls/VideoViewer/models/TelerikMediaPlayerSettings.d.ts +13 -0
- package/dist/src/controls/VideoViewer/models/Video.d.ts +5 -0
- package/dist/src/controls/VideoViewer/services/TelerikMediaPlayerService.d.ts +19 -0
- package/dist/src/controls/VideoViewer/services/VideoViewerService.d.ts +4 -0
- package/dist/src/controls/VideoViewer/services/impl/TelerikMediaPlayerServiceImpl.d.ts +50 -0
- package/dist/src/index.d.ts +35 -64
- package/dist/src/models.d.ts +83 -0
- package/dist/src/services.d.ts +74 -0
- package/package.json +2 -1
- package/src/controls/BimViewer/js/bim-viewer.js +2 -2
- package/src/controls/DxfViewer/js/dxf-viewer.js +14 -14
- package/src/controls/PdfViewer/js/pdf-viewer.js +1 -1
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { services } from '../../../../services';
|
|
2
|
+
export declare class TreeViewServiceImpl implements services.TreeViewService {
|
|
3
|
+
private jsTree;
|
|
4
|
+
constructor(jsTree: any);
|
|
5
|
+
setEventHandler(eventHandler: services.TreeViewEventHandler): void;
|
|
6
|
+
setContextMenu(func: any): void;
|
|
7
|
+
getFullPath(node: any): {
|
|
8
|
+
id: string;
|
|
9
|
+
text: string;
|
|
10
|
+
}[];
|
|
11
|
+
dispose(): void;
|
|
12
|
+
openAll(): void;
|
|
13
|
+
closeAll(node: any): void;
|
|
14
|
+
deselectAll(): void;
|
|
15
|
+
getSelected(): any;
|
|
16
|
+
getNode(nodeId: string): any;
|
|
17
|
+
createNewNode(parent: any, node: any): void;
|
|
18
|
+
renameNode(node: any, newName: string): void;
|
|
19
|
+
redrawNode(node: any, deep?: boolean): void;
|
|
20
|
+
refreshNode(node: any): void;
|
|
21
|
+
refresh(): void;
|
|
22
|
+
deleteNode(node: any): void;
|
|
23
|
+
selectNode(node: any): void;
|
|
24
|
+
openNode(node: any, callback?: any, durationMs?: number): void;
|
|
25
|
+
editNode(): void;
|
|
26
|
+
getParent(node: any): any;
|
|
27
|
+
getChecked(full: boolean): any[];
|
|
28
|
+
getUndetermined(full: boolean): any[];
|
|
29
|
+
getCheckedChildList(id: string): string[];
|
|
30
|
+
getTopChecked(full: boolean): any[];
|
|
31
|
+
getBottomChecked(full: boolean): any[];
|
|
32
|
+
isChecked(node: any): boolean;
|
|
33
|
+
isUndetermined(node: any): boolean;
|
|
34
|
+
clearState(): boolean;
|
|
35
|
+
setIcon(obj: any, icon: string): void;
|
|
36
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
interface UserLookupPickerProps {
|
|
2
|
+
export interface UserLookupPickerProps {
|
|
3
3
|
name?: string;
|
|
4
4
|
valueList?: {
|
|
5
5
|
id: string;
|
|
@@ -13,7 +13,7 @@ interface UserLookupPickerProps {
|
|
|
13
13
|
charCount?: number;
|
|
14
14
|
filterValueTemplate?: any;
|
|
15
15
|
selectedValueTemplate?: any;
|
|
16
|
-
getHtmlValueTemplateProps
|
|
16
|
+
getHtmlValueTemplateProps?: (item: {
|
|
17
17
|
id: string;
|
|
18
18
|
}) => {
|
|
19
19
|
userName: string;
|
|
@@ -37,4 +37,3 @@ interface UserLookupPickerProps {
|
|
|
37
37
|
className?: string;
|
|
38
38
|
}
|
|
39
39
|
export declare const UserLookupPicker: React.ForwardRefExoticComponent<UserLookupPickerProps & React.RefAttributes<unknown>>;
|
|
40
|
-
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React, { RefObject } from 'react';
|
|
2
|
+
import { TooltipProps } from '../Tooltip/Tooltip';
|
|
3
|
+
import { services } from '../../services';
|
|
4
|
+
interface ValueTooltipProps extends TooltipProps {
|
|
5
|
+
containerRef: RefObject<HTMLElement>;
|
|
6
|
+
}
|
|
7
|
+
export declare const ValueTooltip: React.ForwardRefExoticComponent<ValueTooltipProps & React.RefAttributes<services.ValueTooltipService>>;
|
|
8
|
+
export {};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { models } from '../../models';
|
|
3
|
+
import { services } from '../../services';
|
|
4
4
|
interface VideoViewerProps {
|
|
5
5
|
isAutoPlay?: boolean;
|
|
6
6
|
isAutoRepeat?: boolean;
|
|
7
7
|
isFullScreen?: boolean;
|
|
8
8
|
isMute?: boolean;
|
|
9
|
-
item:
|
|
9
|
+
item: models.Video;
|
|
10
10
|
volume?: number;
|
|
11
11
|
onCloseClick: () => void;
|
|
12
12
|
onReady?: () => void;
|
|
@@ -14,5 +14,5 @@ interface VideoViewerProps {
|
|
|
14
14
|
onPause?: () => void;
|
|
15
15
|
onEnd?: () => void;
|
|
16
16
|
}
|
|
17
|
-
export declare const VideoViewer: React.ForwardRefExoticComponent<VideoViewerProps & React.RefAttributes<
|
|
17
|
+
export declare const VideoViewer: React.ForwardRefExoticComponent<VideoViewerProps & React.RefAttributes<services.VideoViewerService>>;
|
|
18
18
|
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { models } from '../../../models';
|
|
2
|
+
export interface TelerikMediaPlayerSettings {
|
|
3
|
+
isAutoPlay?: boolean;
|
|
4
|
+
isAutoRepeat?: boolean;
|
|
5
|
+
isFullScreen?: boolean;
|
|
6
|
+
media: models.Video;
|
|
7
|
+
isMute?: boolean;
|
|
8
|
+
volume?: number;
|
|
9
|
+
onReady?: () => void;
|
|
10
|
+
onPlay?: () => void;
|
|
11
|
+
onPause?: () => void;
|
|
12
|
+
onEnd?: () => void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export interface TelerikMediaPlayerService {
|
|
2
|
+
setFullScreen(isFullScreen?: boolean): void;
|
|
3
|
+
setMedia(media: {
|
|
4
|
+
title?: string;
|
|
5
|
+
source: string;
|
|
6
|
+
poster?: string;
|
|
7
|
+
}): void;
|
|
8
|
+
setVolume(volume: number): void;
|
|
9
|
+
play(): void;
|
|
10
|
+
stop(): void;
|
|
11
|
+
pause(): void;
|
|
12
|
+
seek(seekTime: number): void;
|
|
13
|
+
getToolbar(): any;
|
|
14
|
+
getTitlebar(): any;
|
|
15
|
+
getIsPaused(): boolean;
|
|
16
|
+
getIsPlaying(): boolean;
|
|
17
|
+
getIsEnded(): boolean;
|
|
18
|
+
getIsFullScreen(): boolean;
|
|
19
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { LocaleService } from '../../../../services/LocaleService';
|
|
2
|
+
import { services } from '../../../../services';
|
|
3
|
+
import { models } from '../../../../models';
|
|
4
|
+
export declare class TelerikMediaPlayerServiceImpl implements services.TelerikMediaPlayerService {
|
|
5
|
+
private playerContainer;
|
|
6
|
+
private player;
|
|
7
|
+
private localeService;
|
|
8
|
+
constructor(playerContainer: any, settings: models.TelerikMediaPlayerSettings, localeService: LocaleService);
|
|
9
|
+
getPlayerConfig(settings: models.TelerikMediaPlayerSettings): {
|
|
10
|
+
media: {
|
|
11
|
+
title: string;
|
|
12
|
+
source: string;
|
|
13
|
+
poster: string | boolean;
|
|
14
|
+
};
|
|
15
|
+
autoPlay: boolean;
|
|
16
|
+
autoRepeat: boolean;
|
|
17
|
+
fullScreen: boolean;
|
|
18
|
+
mute: boolean;
|
|
19
|
+
volume: number;
|
|
20
|
+
ready: boolean | (() => void);
|
|
21
|
+
play: boolean | (() => void);
|
|
22
|
+
pause: boolean | (() => void);
|
|
23
|
+
onEnd: boolean | (() => void);
|
|
24
|
+
messages: {
|
|
25
|
+
play: string;
|
|
26
|
+
pause: string;
|
|
27
|
+
mute: string;
|
|
28
|
+
unmute: string;
|
|
29
|
+
fullscreen: string;
|
|
30
|
+
quality: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
setFullScreen(isFullScreen?: boolean): void;
|
|
34
|
+
setMedia(media: {
|
|
35
|
+
title?: string;
|
|
36
|
+
source: string;
|
|
37
|
+
poster?: string;
|
|
38
|
+
}): void;
|
|
39
|
+
setVolume(volume: number): void;
|
|
40
|
+
play(): void;
|
|
41
|
+
stop(): void;
|
|
42
|
+
pause(): void;
|
|
43
|
+
seek(seekTime: number): void;
|
|
44
|
+
getToolbar(): any;
|
|
45
|
+
getTitlebar(): any;
|
|
46
|
+
getIsPaused(): any;
|
|
47
|
+
getIsPlaying(): any;
|
|
48
|
+
getIsEnded(): any;
|
|
49
|
+
getIsFullScreen(): any;
|
|
50
|
+
}
|
package/dist/src/index.d.ts
CHANGED
|
@@ -1,47 +1,33 @@
|
|
|
1
1
|
import '../css/std/common.css';
|
|
2
|
+
import { models } from './models';
|
|
3
|
+
export { models };
|
|
4
|
+
import { services } from './services';
|
|
5
|
+
export { services };
|
|
2
6
|
import commonEn from './locale/common-en.json';
|
|
3
7
|
import commonRu from './locale/common-ru.json';
|
|
4
8
|
export { commonRu, commonEn };
|
|
5
9
|
import { Breadcrumbs } from './controls/Breadcrumbs/Breadcrumbs';
|
|
6
10
|
import { TopLevelMenu } from './controls/TopLevelMenu/TopLevelMenu';
|
|
7
11
|
import { TreeView, TreeViewProps } from './controls/TreeView/TreeView';
|
|
8
|
-
import { TreeViewContext } from './controls/TreeView/TreeViewContext';
|
|
9
|
-
import { JsTreeViewNode } from './controls/TreeView/JsTreeViewNode';
|
|
10
12
|
import * as TREE_VIEW from './controls/TreeView/TreeViewConstants';
|
|
11
13
|
import { TableView } from './controls/TableView/TableView';
|
|
12
|
-
import { TableViewContext } from './controls/TableView/TableViewContext';
|
|
13
|
-
import { TableViewRow } from './controls/TableView/TableViewRow';
|
|
14
|
-
import { TableViewCol } from './controls/TableView/TableViewCol';
|
|
15
|
-
import { TableViewMenuItem } from './controls/TableView/TableViewMenuItem';
|
|
16
14
|
import * as TABLE_VIEW from './controls/TableView/TableViewConstants';
|
|
17
15
|
import { MicroFrontend } from './controls/MicroFrontend/MicroFrontend';
|
|
18
16
|
import { TelerikUploader } from './controls/TelerikUploader/TelerikUploader';
|
|
19
|
-
import { TelerikUploaderContext } from './controls/TelerikUploader/TelerikUploaderContext';
|
|
20
|
-
import { TelerikUploaderContextImpl } from './controls/TelerikUploader/TelerikUploaderContextImpl';
|
|
21
|
-
import { TelerikUploaderSettings } from './controls/TelerikUploader/TelerikUploaderSettings';
|
|
22
17
|
import { ComponentLoader } from './controls/ComponentLoader/ComponentLoader';
|
|
23
|
-
import {
|
|
24
|
-
import { ComponentLoaderContext } from './controls/ComponentLoader/ComponentLoaderContext';
|
|
18
|
+
import { ComponentLoaderServiceImpl } from './controls/ComponentLoader/services/impl/ComponentLoaderServiceImpl';
|
|
25
19
|
import { ActionHandler } from './controls/ActionHandler/ActionHandler';
|
|
26
|
-
import { ActionHandlerResult } from './controls/ActionHandler/ActionHandlerResult';
|
|
27
|
-
import { ActionHandlerItem } from './controls/ActionHandler/ActionHandlerItem';
|
|
28
20
|
import * as ACTION_HANDLER from './controls/ActionHandler/ActionHandlerConstants';
|
|
29
21
|
import { View } from './controls/View/View';
|
|
30
22
|
import { TabButtonGroup } from './controls/TabButtonGroup/TabButtonGroup';
|
|
31
23
|
import { TabGroup } from './controls/TabGroup/TabGroup';
|
|
32
|
-
import { TabItem } from './controls/TabGroup/TabItem';
|
|
33
24
|
import { ControlGroup } from './controls/ControlGroup/ControlGroup';
|
|
34
25
|
import { PdfViewer } from './controls/PdfViewer/PdfViewer';
|
|
35
|
-
import { PdfViewerContext } from './controls/PdfViewer/PdfViewerContext';
|
|
36
26
|
import { Login } from './controls/Login/Login';
|
|
37
27
|
import { LoginForm } from './controls/Login/LoginForm';
|
|
38
|
-
import { LoginFormRef } from './controls/Login/LoginFormRef';
|
|
39
|
-
import { FormRef } from './controls/Login/FormRef';
|
|
40
28
|
import { TwoFactorAuthenticationForm } from './controls/Login/TwoFactorAuthenticationForm';
|
|
41
|
-
import { TwoFactorAuthenticationFormRef } from './controls/Login/TwoFactorAuthenticationFormRef';
|
|
42
29
|
import { LoginKerberosForm } from './controls/Login/LoginKerberosForm';
|
|
43
30
|
import { Input, InputProps } from './controls/Input/Input';
|
|
44
|
-
import { InputRef } from './controls/Input/InputRef';
|
|
45
31
|
import { NumberInput } from './controls/NumberInput/NumberInput';
|
|
46
32
|
import * as NUMBER_INPUT from './controls/NumberInput/NumberInputConstants';
|
|
47
33
|
import { PasswordInput } from './controls/PasswordInput/PasswordInput';
|
|
@@ -56,8 +42,6 @@ import { CommandMenuLookupPicker } from './controls/CommandMenu/CommandMenuLooku
|
|
|
56
42
|
import { CommandMenuDropdownButton } from './controls/CommandMenu/CommandMenuDropdownButton';
|
|
57
43
|
import { CommandMenuSubItem } from './controls/CommandMenu/CommandMenuSubItem';
|
|
58
44
|
import { Sidebar } from './controls/Sidebar/Sidebar';
|
|
59
|
-
import { SidebarItem } from './controls/Sidebar/SidebarItem';
|
|
60
|
-
import { SidebarSection } from './controls/Sidebar/SidebarSection';
|
|
61
45
|
import * as SIDEBAR from './controls/Sidebar/SidebarConstants';
|
|
62
46
|
import { TaskTile } from './controls/TaskTile/TaskTile';
|
|
63
47
|
import { Alert } from './controls/Alert/Alert';
|
|
@@ -67,11 +51,10 @@ import { DialogContent } from './controls/Dialog/DialogContent';
|
|
|
67
51
|
import { DialogFooter } from './controls/Dialog/DialogFooter';
|
|
68
52
|
import { Avatar } from './controls/Avatar/Avatar';
|
|
69
53
|
import { UserProfile } from './controls/UserProfile/UserProfile';
|
|
70
|
-
import { UserLookupPicker } from './controls/UserLookupPicker/UserLookupPicker';
|
|
54
|
+
import { UserLookupPicker, UserLookupPickerProps } from './controls/UserLookupPicker/UserLookupPicker';
|
|
71
55
|
import { Checkbox, CheckboxProps } from './controls/Checkbox/Checkbox';
|
|
72
56
|
import { IssueTile, IssueTileProps } from './controls/IssueTile/IssueTile';
|
|
73
57
|
import { DropdownButton } from './controls/DropdownButton/DropdownButton';
|
|
74
|
-
import { DropdownItem } from './controls/DropdownButton/DropdownItem';
|
|
75
58
|
import { Activity } from './controls/Activity/Activity';
|
|
76
59
|
import { ActivityItem, ActivityItemProps } from './controls/ActivityItem/ActivityItem';
|
|
77
60
|
import { ActivityMessage } from './controls/ActivityItem/ActivityMessage';
|
|
@@ -82,30 +65,22 @@ import { CONTROL } from './constants/Control';
|
|
|
82
65
|
import { UNIT } from './constants/Unit';
|
|
83
66
|
import { ScrollBar } from './controls/ScrollBar/ScrollBar';
|
|
84
67
|
import { MessageInput } from './controls/MessageInput/MessageInput';
|
|
85
|
-
import { MessageInputRef } from './controls/MessageInput/MessageInputRef';
|
|
86
68
|
import { ImagePicker } from './controls/ImagePicker/ImagePicker';
|
|
87
69
|
import { Criterion } from './controls/Criterion/Criterion';
|
|
88
70
|
import { EditableFieldIterator } from './controls/EditableFieldIterator/EditableFieldIterator';
|
|
89
71
|
import { CriterionFieldIterator } from './controls/CriterionFieldIterator/CriterionFieldIterator';
|
|
90
72
|
import { AddFieldButton } from './controls/AddFieldButton/AddFieldButton';
|
|
91
|
-
import { SearchCriterion } from './controls/Search/SearchCriterion';
|
|
92
73
|
import { Search } from './controls/Search/Search';
|
|
93
74
|
import { FieldIterator } from './controls/FieldIterator/FieldIterator';
|
|
94
|
-
import { FieldIteratorRef } from './controls/FieldIterator/FieldIteratorRef';
|
|
95
75
|
import { Tooltip } from './controls/Tooltip/Tooltip';
|
|
96
76
|
import * as TOOLTIP from './controls/Tooltip/TooltipConstants';
|
|
97
77
|
import { Splitter } from './controls/Splitter/Splitter';
|
|
98
78
|
import * as SPLITTER from './controls/Splitter/SplitterConstants';
|
|
99
79
|
import { FileVersionSelect } from './controls/FileVersionSelect/FileVersionSelect';
|
|
100
|
-
import { FileVersionItem } from './controls/FileVersionSelect/FileVersionItem';
|
|
101
80
|
import { RouteItem } from './controls/RouteItem/RouteItem';
|
|
102
81
|
import { BimViewer } from './controls/BimViewer/BimViewer';
|
|
103
|
-
import { BimViewerContext } from './controls/BimViewer/BimViewerContext';
|
|
104
82
|
import { ScrollView } from './controls/ScrollView/ScrollView';
|
|
105
|
-
import { ScrollViewItem } from './controls/ScrollView/ScrollViewItem';
|
|
106
83
|
import { ImageViewer } from './controls/ImageViewer/ImageViewer';
|
|
107
|
-
import { ImageViewerRef } from './controls/ImageViewer/ImageViewerRef';
|
|
108
|
-
import { ImageItem } from './controls/ImageViewer/ImageItem';
|
|
109
84
|
import { File } from './controls/File/File';
|
|
110
85
|
import { TaskUserList } from './controls/TaskUserList/TaskUserList';
|
|
111
86
|
import { PageLayout } from './controls/PageLayout/PageLayout';
|
|
@@ -127,9 +102,9 @@ import { ButtonGroup } from './controls/ButtonGroup/ButtonGroup';
|
|
|
127
102
|
import { Radio } from './controls/Radio/Radio';
|
|
128
103
|
import { ImageButton } from './controls/ImageButton/ImageButton';
|
|
129
104
|
import { LinkInput } from './controls/LinkInput/LinkInput';
|
|
105
|
+
import { LinkInputProps } from './controls/LinkInput/LinkInput';
|
|
130
106
|
import { Link } from './controls/Link/Link';
|
|
131
107
|
import { Overlay } from './controls/Overlay/Overlay';
|
|
132
|
-
import { OverlayRef } from './controls/Overlay/OverlayRef';
|
|
133
108
|
import { PLACEMENT } from './constants/Placement';
|
|
134
109
|
import { MOBILE_VIEW } from './constants/MobileView';
|
|
135
110
|
import { ProgressBar } from './controls/ProgressBar/ProgressBar';
|
|
@@ -139,7 +114,6 @@ import { SystemExceptionDialog } from './controls/SystemExceptionDialog/SystemEx
|
|
|
139
114
|
import { Heading } from './controls/Heading/Heading';
|
|
140
115
|
import * as HEADING from './controls/Heading/HeadingConstants';
|
|
141
116
|
import { SiteSelect } from './controls/SiteSelect/SiteSelect';
|
|
142
|
-
import { SiteItemProps } from './controls/SiteSelect/SiteItem';
|
|
143
117
|
import { StarButton } from './controls/StarButton/StarButton';
|
|
144
118
|
import { FlexBox } from './controls/FlexBox/FlexBox';
|
|
145
119
|
import { SlideUpPanel } from './controls/SlideUpPanel/SlideUpPanel';
|
|
@@ -147,39 +121,35 @@ import { BottomAlignControlGroup } from './controls/BottomAlignControlGroup/Bott
|
|
|
147
121
|
import { LinearProgress } from './controls/LinearProgress/LinearProgress';
|
|
148
122
|
import { List } from './controls/List/List';
|
|
149
123
|
import { DxfViewer } from './controls/DxfViewer/DxfViewer';
|
|
150
|
-
import { DxfViewerContext } from './controls/DxfViewer/DxfViewerContext';
|
|
151
124
|
import { ErrorMessage } from './controls/ErrorMessage/ErrorMessage';
|
|
152
125
|
import { Select } from './controls/Select/Select';
|
|
153
126
|
import { CopyButton } from './controls/CopyButton/CopyButton';
|
|
154
127
|
import { Switch } from './controls/Switch/Switch';
|
|
155
128
|
import { EditableList } from './controls/EditableList/EditableList';
|
|
156
|
-
import { EditableListItem } from './controls/EditableList/EditableListItem';
|
|
157
129
|
import { ReorderableList } from './controls/ReorderableList/ReorderableList';
|
|
158
130
|
import { CheckboxReorderableList } from './controls/CheckboxReorderableList/CheckboxReorderableList';
|
|
159
|
-
import { CheckboxReorderableListItem } from './controls/CheckboxReorderableList/CheckboxReorderableListItem';
|
|
160
131
|
import { PinButton } from './controls/PinButton/PinButton';
|
|
161
132
|
import { DropZone } from './controls/DropZone/DropZone';
|
|
162
133
|
import { FileList } from './controls/FileList/FileList';
|
|
163
134
|
import { FilePicker } from './controls/FilePicker/FilePicker';
|
|
164
135
|
import { FilePickerProps } from './controls/FilePicker/FilePicker';
|
|
165
136
|
import { VideoViewer } from './controls/VideoViewer/VideoViewer';
|
|
166
|
-
import {
|
|
167
|
-
import { VideoItem } from './controls/VideoViewer/VideoItem';
|
|
137
|
+
import { ValueTooltip } from './controls/ValueTooltip/ValueTooltip';
|
|
168
138
|
export { Breadcrumbs };
|
|
169
139
|
export { TopLevelMenu };
|
|
170
|
-
export { TreeView,
|
|
171
|
-
export { TableView,
|
|
140
|
+
export { TreeView, TREE_VIEW, TreeViewProps };
|
|
141
|
+
export { TableView, TABLE_VIEW };
|
|
172
142
|
export { MicroFrontend };
|
|
173
|
-
export { TelerikUploader
|
|
174
|
-
export { ComponentLoader,
|
|
175
|
-
export { ActionHandler,
|
|
143
|
+
export { TelerikUploader };
|
|
144
|
+
export { ComponentLoader, ComponentLoaderServiceImpl };
|
|
145
|
+
export { ActionHandler, ACTION_HANDLER };
|
|
176
146
|
export { View };
|
|
177
147
|
export { TabButtonGroup };
|
|
178
148
|
export { TabGroup };
|
|
179
|
-
export { ControlGroup
|
|
180
|
-
export { PdfViewer
|
|
181
|
-
export { Login, LoginForm, TwoFactorAuthenticationForm,
|
|
182
|
-
export { Input, InputProps
|
|
149
|
+
export { ControlGroup };
|
|
150
|
+
export { PdfViewer };
|
|
151
|
+
export { Login, LoginForm, TwoFactorAuthenticationForm, LoginKerberosForm };
|
|
152
|
+
export { Input, InputProps };
|
|
183
153
|
export { NumberInput, NUMBER_INPUT };
|
|
184
154
|
export { DatePicker, DatePickerProps };
|
|
185
155
|
export { TimePicker };
|
|
@@ -187,37 +157,37 @@ export { Button, ButtonProps };
|
|
|
187
157
|
export { Label };
|
|
188
158
|
export { LookupPicker, LookupPickerProps };
|
|
189
159
|
export { CommandMenu, CommandMenuButton, CommandMenuLookupPicker, CommandMenuDropdownButton, CommandMenuSubItem };
|
|
190
|
-
export { Sidebar,
|
|
160
|
+
export { Sidebar, SIDEBAR };
|
|
191
161
|
export { TaskTile };
|
|
192
162
|
export { Alert, ALERT };
|
|
193
163
|
export { Dialog, DialogProps, DialogContent, DialogFooter };
|
|
194
164
|
export { Avatar };
|
|
195
165
|
export { UserProfile };
|
|
196
|
-
export { UserLookupPicker };
|
|
166
|
+
export { UserLookupPicker, UserLookupPickerProps };
|
|
197
167
|
export { Checkbox, CheckboxProps };
|
|
198
168
|
export { IssueTile, IssueTileProps };
|
|
199
|
-
export { DropdownButton
|
|
169
|
+
export { DropdownButton };
|
|
200
170
|
export { Activity };
|
|
201
171
|
export { ActivityItem, ActivityItemProps, ActivityMessage };
|
|
202
172
|
export { Image };
|
|
203
173
|
export { EVENT };
|
|
204
174
|
export { KEY_CODE };
|
|
205
175
|
export { ScrollBar };
|
|
206
|
-
export { MessageInput
|
|
176
|
+
export { MessageInput };
|
|
207
177
|
export { ImagePicker };
|
|
208
178
|
export { Criterion };
|
|
209
179
|
export { EditableFieldIterator };
|
|
210
180
|
export { CriterionFieldIterator };
|
|
211
181
|
export { AddFieldButton };
|
|
212
|
-
export { Search
|
|
213
|
-
export { FieldIterator
|
|
182
|
+
export { Search };
|
|
183
|
+
export { FieldIterator };
|
|
214
184
|
export { Tooltip, TOOLTIP };
|
|
215
185
|
export { CONTROL };
|
|
216
186
|
export { PasswordInput };
|
|
217
187
|
export { RouteItem };
|
|
218
188
|
export { Splitter, SPLITTER };
|
|
219
|
-
export { FileVersionSelect
|
|
220
|
-
export { BimViewer
|
|
189
|
+
export { FileVersionSelect };
|
|
190
|
+
export { BimViewer };
|
|
221
191
|
export { UNIT };
|
|
222
192
|
export { TaskUserList };
|
|
223
193
|
export { PageLayout };
|
|
@@ -234,9 +204,9 @@ export { ExpandControlGroup };
|
|
|
234
204
|
export { ButtonGroup };
|
|
235
205
|
export { Radio };
|
|
236
206
|
export { ImageButton };
|
|
237
|
-
export { LinkInput };
|
|
207
|
+
export { LinkInput, LinkInputProps };
|
|
238
208
|
export { Link };
|
|
239
|
-
export { Overlay
|
|
209
|
+
export { Overlay };
|
|
240
210
|
export { PLACEMENT };
|
|
241
211
|
export { ProgressBar };
|
|
242
212
|
export { ExpandCollapseButton };
|
|
@@ -244,26 +214,27 @@ export { ButtonCancel };
|
|
|
244
214
|
export { SystemExceptionDialog };
|
|
245
215
|
export { Heading, HEADING };
|
|
246
216
|
export { MOBILE_VIEW };
|
|
247
|
-
export { SiteSelect
|
|
217
|
+
export { SiteSelect };
|
|
248
218
|
export { StarButton };
|
|
249
219
|
export { FlexBox };
|
|
250
220
|
export { SlideUpPanel };
|
|
251
221
|
export { BottomAlignControlGroup };
|
|
252
|
-
export { ScrollView
|
|
253
|
-
export { ImageViewer
|
|
222
|
+
export { ScrollView };
|
|
223
|
+
export { ImageViewer };
|
|
254
224
|
export { File };
|
|
255
225
|
export { LinearProgress };
|
|
256
226
|
export { List };
|
|
257
|
-
export { DxfViewer
|
|
227
|
+
export { DxfViewer };
|
|
258
228
|
export { ErrorMessage };
|
|
259
229
|
export { Select };
|
|
260
230
|
export { CopyButton };
|
|
261
231
|
export { Switch };
|
|
262
|
-
export { EditableList
|
|
232
|
+
export { EditableList };
|
|
263
233
|
export { ReorderableList };
|
|
264
|
-
export { CheckboxReorderableList
|
|
234
|
+
export { CheckboxReorderableList };
|
|
265
235
|
export { PinButton };
|
|
266
236
|
export { DropZone };
|
|
267
237
|
export { FilePicker, FilePickerProps };
|
|
268
238
|
export { FileList };
|
|
269
|
-
export { VideoViewer
|
|
239
|
+
export { VideoViewer };
|
|
240
|
+
export { ValueTooltip };
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { JsTreeViewNode as _JsTreeViewNode } from './controls/TreeView/models/JsTreeViewNode';
|
|
2
|
+
import { TableViewRow as _TableViewRow } from './controls/TableView/models/TableViewRow';
|
|
3
|
+
import { TableViewCol as _TableViewCol } from './controls/TableView/models/TableViewCol';
|
|
4
|
+
import { TableViewMenuItem as _TableViewMenuItem } from './controls/TableView/models/TableViewMenuItem';
|
|
5
|
+
import { TelerikUploaderSettings as _TelerikUploaderSettings } from './controls/TelerikUploader/models/TelerikUploaderSettings';
|
|
6
|
+
import { ActionHandlerResult as _ActionHandlerResult } from './controls/ActionHandler/models/ActionHandlerResult';
|
|
7
|
+
import { ActionHandlerItem as _ActionHandlerItem } from './controls/ActionHandler/models/ActionHandlerItem';
|
|
8
|
+
import { Tab as _Tab } from './controls/TabGroup/models/Tab';
|
|
9
|
+
import { SidebarItem as _SidebarItem } from './controls/Sidebar/models/SidebarItem';
|
|
10
|
+
import { SidebarSection as _SidebarSection } from './controls/Sidebar/models/SidebarSection';
|
|
11
|
+
import { DropdownItem as _DropdownItem } from './controls/DropdownButton/models/DropdownItem';
|
|
12
|
+
import { Criterion as _Criterion } from './controls/Criterion/models/Criterion';
|
|
13
|
+
import { Condition as _Condition } from './controls/Criterion/models/Condition';
|
|
14
|
+
import { Operator as _Operator } from './controls/Criterion/models/Operator';
|
|
15
|
+
import { FileVersion as _FileVersion } from './controls/FileVersionSelect/models/FileVersion';
|
|
16
|
+
import { ScrollViewItem as _ScrollViewItem } from './controls/ScrollView/models/ScrollViewItem';
|
|
17
|
+
import { Image as _Image } from './controls/ImageViewer/models/Image';
|
|
18
|
+
import { EditableListItem as _EditableListItem } from './controls/EditableList/models/EditableListItem';
|
|
19
|
+
import { CheckboxReorderableListItem as _CheckboxReorderableListItem } from './controls/CheckboxReorderableList/models/CheckboxReorderableListItem';
|
|
20
|
+
import { Video as _Video } from './controls/VideoViewer/models/Video';
|
|
21
|
+
import { ChangedValue as _ChangedValue } from './controls/ActivityItem/models/ChangedValue';
|
|
22
|
+
import { BreadcrumbsItem as _BreadcrumbsItem } from './controls/Breadcrumbs/models/BreadcrumbsItem';
|
|
23
|
+
import { SystemExceptionDialogData as _SystemExceptionDialogData } from './controls/SystemExceptionDialog/models/SystemExceptionDialogData';
|
|
24
|
+
import { TopLevelMenuItem as _TopLevelMenuItem } from './controls/TopLevelMenu/models/TopLevelMenuItem';
|
|
25
|
+
import { SiteSelectItem as _SiteSelectItem } from './controls/SiteSelect/models/SiteSelectItem';
|
|
26
|
+
import { QuillRichEditorSettings as _QuillRichEditorSettings } from './controls/Input/models/QuillRichEditorSettings';
|
|
27
|
+
import { TelerikMediaPlayerSettings as _TelerikMediaPlayerSettings } from './controls/VideoViewer/models/TelerikMediaPlayerSettings';
|
|
28
|
+
export declare namespace models {
|
|
29
|
+
interface JsTreeViewNode extends _JsTreeViewNode {
|
|
30
|
+
}
|
|
31
|
+
interface TableViewRow extends _TableViewRow {
|
|
32
|
+
}
|
|
33
|
+
interface TableViewCol extends _TableViewCol {
|
|
34
|
+
}
|
|
35
|
+
interface TableViewMenuItem extends _TableViewMenuItem {
|
|
36
|
+
}
|
|
37
|
+
interface TelerikUploaderSettings extends _TelerikUploaderSettings {
|
|
38
|
+
}
|
|
39
|
+
interface ActionHandlerResult extends _ActionHandlerResult {
|
|
40
|
+
}
|
|
41
|
+
interface ActionHandlerItem extends _ActionHandlerItem {
|
|
42
|
+
}
|
|
43
|
+
interface Tab extends _Tab {
|
|
44
|
+
}
|
|
45
|
+
interface SidebarItem extends _SidebarItem {
|
|
46
|
+
}
|
|
47
|
+
interface SidebarSection extends _SidebarSection {
|
|
48
|
+
}
|
|
49
|
+
interface DropdownItem extends _DropdownItem {
|
|
50
|
+
}
|
|
51
|
+
interface Criterion extends _Criterion {
|
|
52
|
+
}
|
|
53
|
+
interface Condition extends _Condition {
|
|
54
|
+
}
|
|
55
|
+
interface Operator extends _Operator {
|
|
56
|
+
}
|
|
57
|
+
interface FileVersion extends _FileVersion {
|
|
58
|
+
}
|
|
59
|
+
interface ScrollViewItem extends _ScrollViewItem {
|
|
60
|
+
}
|
|
61
|
+
interface Image extends _Image {
|
|
62
|
+
}
|
|
63
|
+
interface EditableListItem extends _EditableListItem {
|
|
64
|
+
}
|
|
65
|
+
interface CheckboxReorderableListItem extends _CheckboxReorderableListItem {
|
|
66
|
+
}
|
|
67
|
+
interface Video extends _Video {
|
|
68
|
+
}
|
|
69
|
+
interface ChangedValue extends _ChangedValue {
|
|
70
|
+
}
|
|
71
|
+
interface BreadcrumbsItem extends _BreadcrumbsItem {
|
|
72
|
+
}
|
|
73
|
+
interface SystemExceptionDialogData extends _SystemExceptionDialogData {
|
|
74
|
+
}
|
|
75
|
+
interface TopLevelMenuItem extends _TopLevelMenuItem {
|
|
76
|
+
}
|
|
77
|
+
interface SiteSelectItem extends _SiteSelectItem {
|
|
78
|
+
}
|
|
79
|
+
interface QuillRichEditorSettings extends _QuillRichEditorSettings {
|
|
80
|
+
}
|
|
81
|
+
interface TelerikMediaPlayerSettings extends _TelerikMediaPlayerSettings {
|
|
82
|
+
}
|
|
83
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { BimViewerService as _BimViewerService } from './controls/BimViewer/services/BimViewerService';
|
|
2
|
+
import { CheckboxService as _CheckboxService } from './controls/Checkbox/services/CheckboxService';
|
|
3
|
+
import { ComponentLoaderService as _ComponentLoaderService } from './controls/ComponentLoader/services/ComponentLoaderService';
|
|
4
|
+
import { DxfViewerService as _DxfViewerService } from './controls/DxfViewer/services/DxfViewerService';
|
|
5
|
+
import { FieldIteratorService as _FieldIteratorService } from './controls/FieldIterator/services/FieldIteratorService';
|
|
6
|
+
import { ImageViewerService as _ImageViewerService } from './controls/ImageViewer/services/ImageViewerService';
|
|
7
|
+
import { InputService as _InputService } from './controls/Input/services/InputService';
|
|
8
|
+
import { QuillRichEditorService as _QuillRichEditorService } from './controls/Input/services/QuillRichEditorService';
|
|
9
|
+
import { LinkInputService as _LinkInputService } from './controls/LinkInput/services/LinkInputService';
|
|
10
|
+
import { FormService as _FormService } from './controls/Login/services/FormService';
|
|
11
|
+
import { LoginFormService as _LoginFormService } from './controls/Login/services/LoginFormService';
|
|
12
|
+
import { TwoFactorAuthenticationFormService as _TwoFactorAuthenticationFormService } from './controls/Login/services/TwoFactorAuthenticationFormService';
|
|
13
|
+
import { MessageInputService as _MessageInputService } from './controls/MessageInput/services/MessageInputService';
|
|
14
|
+
import { MicroFrontendService as _MicroFrontendService } from './controls/MicroFrontend/services/MicroFrontendService';
|
|
15
|
+
import { OverlayService as _OverlayService } from './controls/Overlay/services/OverlayService';
|
|
16
|
+
import { PdfViewerService as _PdfViewerService } from './controls/PdfViewer/services/PdfViewerService';
|
|
17
|
+
import { TableViewEventHandler as _TableViewEventHandler } from './controls/TableView/services/TableViewEventHandler';
|
|
18
|
+
import { TableViewService as _TableViewService } from './controls/TableView/services/TableViewService';
|
|
19
|
+
import { TelerikUploaderService as _TelerikUploaderService } from './controls/TelerikUploader/services/TelerikUploaderService';
|
|
20
|
+
import { ValueTooltipService as _ValueTooltipService } from './controls/ValueTooltip/services/ValueTooltipService';
|
|
21
|
+
import { TelerikMediaPlayerService as _TelerikMediaPlayerService } from './controls/VideoViewer/services/TelerikMediaPlayerService';
|
|
22
|
+
import { VideoViewerService as _VideoViewerService } from './controls/VideoViewer/services/VideoViewerService';
|
|
23
|
+
import { TreeViewService as _TreeViewService } from './controls/TreeView/services/TreeViewService';
|
|
24
|
+
import { TreeViewEventHandler as _TreeViewEventHandler } from './controls/TreeView/services/TreeViewEventHandler';
|
|
25
|
+
export declare namespace services {
|
|
26
|
+
interface BimViewerService extends _BimViewerService {
|
|
27
|
+
}
|
|
28
|
+
interface CheckboxService extends _CheckboxService {
|
|
29
|
+
}
|
|
30
|
+
interface ComponentLoaderService extends _ComponentLoaderService {
|
|
31
|
+
}
|
|
32
|
+
interface DxfViewerService extends _DxfViewerService {
|
|
33
|
+
}
|
|
34
|
+
interface FieldIteratorService extends _FieldIteratorService {
|
|
35
|
+
}
|
|
36
|
+
interface ImageViewerService extends _ImageViewerService {
|
|
37
|
+
}
|
|
38
|
+
interface InputService extends _InputService {
|
|
39
|
+
}
|
|
40
|
+
interface QuillRichEditorService extends _QuillRichEditorService {
|
|
41
|
+
}
|
|
42
|
+
interface LinkInputService extends _LinkInputService {
|
|
43
|
+
}
|
|
44
|
+
interface FormService extends _FormService {
|
|
45
|
+
}
|
|
46
|
+
interface LoginFormService extends _LoginFormService {
|
|
47
|
+
}
|
|
48
|
+
interface TwoFactorAuthenticationFormService extends _TwoFactorAuthenticationFormService {
|
|
49
|
+
}
|
|
50
|
+
interface MessageInputService extends _MessageInputService {
|
|
51
|
+
}
|
|
52
|
+
interface MicroFrontendService extends _MicroFrontendService {
|
|
53
|
+
}
|
|
54
|
+
interface OverlayService extends _OverlayService {
|
|
55
|
+
}
|
|
56
|
+
interface PdfViewerService extends _PdfViewerService {
|
|
57
|
+
}
|
|
58
|
+
interface TableViewEventHandler extends _TableViewEventHandler {
|
|
59
|
+
}
|
|
60
|
+
interface TableViewService extends _TableViewService {
|
|
61
|
+
}
|
|
62
|
+
interface TelerikUploaderService extends _TelerikUploaderService {
|
|
63
|
+
}
|
|
64
|
+
interface ValueTooltipService extends _ValueTooltipService {
|
|
65
|
+
}
|
|
66
|
+
interface TelerikMediaPlayerService extends _TelerikMediaPlayerService {
|
|
67
|
+
}
|
|
68
|
+
interface VideoViewerService extends _VideoViewerService {
|
|
69
|
+
}
|
|
70
|
+
interface TreeViewService extends _TreeViewService {
|
|
71
|
+
}
|
|
72
|
+
interface TreeViewEventHandler extends _TreeViewEventHandler {
|
|
73
|
+
}
|
|
74
|
+
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitrosoftware/common-ui-ts",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.179",
|
|
4
4
|
"description": "vitro software common ui ts",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": "/common-ui-ts",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"source": "src/index.tsx",
|
|
10
|
+
"types": "dist/src/index.d.ts",
|
|
10
11
|
"engines": {
|
|
11
12
|
"node": ">=10"
|
|
12
13
|
},
|