iszolea-ui 1.0.19 → 1.0.21
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/dist/css/index.css +1 -5548
- package/dist/css/index.legacy.css +1 -1056
- package/dist/css/theme.classic.css +1 -4770
- package/dist/css/theme.dark.css +1 -4770
- package/dist/fonts/iconfont16.woff2 +0 -0
- package/dist/fonts/iconfont24.woff2 +0 -0
- package/dist/fonts/iconfont32.woff2 +0 -0
- package/dist/js/index.development.js +12304 -17377
- package/dist/js/index.js +14 -1
- package/dist/types/Business/Licence.d.ts +14 -14
- package/dist/types/Business/MenuItemType.d.ts +8 -8
- package/dist/types/Business/index.d.ts +4 -4
- package/dist/types/Components/Core.d.ts +20 -20
- package/dist/types/Components/FileImporter/IFileImporterTableMetadata.d.ts +11 -11
- package/dist/types/Components/FileImporter/Index.d.ts +59 -59
- package/dist/types/Components/FileUploader/Index.d.ts +26 -26
- package/dist/types/Components/Menu/BootstrapCollapsingMenu.d.ts +72 -72
- package/dist/types/Components/Menu/Menu.d.ts +33 -33
- package/dist/types/Components/Menu/index.d.ts +2 -2
- package/dist/types/Components/SessionNotifier.d.ts +39 -39
- package/dist/types/Config/Index.d.ts +4 -4
- package/dist/types/Constants/CacheKeys.d.ts +1 -1
- package/dist/types/Constants/Sizes.d.ts +1 -1
- package/dist/types/Constants/index.d.ts +3 -3
- package/dist/types/Data/ApiResponse.d.ts +14 -14
- package/dist/types/Data/DxDataSource.d.ts +7 -7
- package/dist/types/Data/ExceptionType.d.ts +5 -5
- package/dist/types/Data/ILogoSettings.d.ts +7 -7
- package/dist/types/Data/LoadWithMultipleProtection.d.ts +1 -1
- package/dist/types/Data/Request.d.ts +18 -18
- package/dist/types/Data/RequestState.d.ts +4 -4
- package/dist/types/Data/index.d.ts +19 -19
- package/dist/types/Footer/Index.d.ts +55 -55
- package/dist/types/Header/Header.d.ts +80 -80
- package/dist/types/Header/IAppMenuModel.d.ts +8 -8
- package/dist/types/Header/IMenuSettings.d.ts +16 -16
- package/dist/types/Header/INavigationMenuItemModel.d.ts +21 -21
- package/dist/types/Header/IUserMenuItem.d.ts +12 -12
- package/dist/types/Header/Logo.d.ts +14 -14
- package/dist/types/Header/MenuSwitcher.d.ts +32 -32
- package/dist/types/Header/NavigationMenu.d.ts +26 -26
- package/dist/types/Header/Search.d.ts +39 -39
- package/dist/types/Header/UserMenu.d.ts +57 -57
- package/dist/types/Header/index.d.ts +9 -9
- package/dist/types/Helpers/Grid.d.ts +6 -6
- package/dist/types/Helpers/Index.d.ts +5 -5
- package/dist/types/Helpers/Theme.d.ts +13 -13
- package/dist/types/Helpers/Toolbar.d.ts +6 -6
- package/dist/types/Helpers/WindowResizeListener.d.ts +56 -56
- package/dist/types/Reports/Business/GridColumnTypes.d.ts +2 -2
- package/dist/types/Reports/Business/IAppMenuItemBaseModel.d.ts +10 -10
- package/dist/types/Reports/Business/IHierarchical.d.ts +4 -4
- package/dist/types/Reports/Business/IReportBase.d.ts +7 -7
- package/dist/types/Reports/Business/cdmImportFileMode.d.ts +5 -5
- package/dist/types/Reports/Business/index.d.ts +6 -6
- package/dist/types/Reports/ColumnMetaData.d.ts +4 -4
- package/dist/types/Reports/Components/ReportDetailsPopover.d.ts +1 -1
- package/dist/types/Reports/Data/Index.d.ts +13 -13
- package/dist/types/Reports/IReportParams.d.ts +28 -28
- package/dist/types/Reports/Pages/CDM/CDMReportPage.d.ts +35 -35
- package/dist/types/Reports/Pages/CDM/ControlConfigurator.d.ts +51 -51
- package/dist/types/Reports/Pages/CDM/ControlDisplay.d.ts +55 -55
- package/dist/types/Reports/Pages/CDM/ControlDisplayUserSettingsManager.d.ts +48 -48
- package/dist/types/Reports/Pages/CDM/DisplayManager.d.ts +16 -16
- package/dist/types/Reports/Pages/CDM/GridDisplaysManager.d.ts +36 -36
- package/dist/types/Reports/Pages/CDM/GridDisplaysToolbarComponent.d.ts +49 -49
- package/dist/types/Reports/Pages/CDM/GridFiltersManager.d.ts +38 -38
- package/dist/types/Reports/Pages/CDM/GridFiltersToolbarComponent.d.ts +69 -69
- package/dist/types/Reports/Pages/CDM/GridState.d.ts +9 -9
- package/dist/types/Reports/Pages/CDM/GridStateManager.d.ts +16 -16
- package/dist/types/Reports/Pages/CDM/GridSummaryHelper.d.ts +5 -5
- package/dist/types/Reports/Pages/CDM/GridViewsManager.d.ts +40 -40
- package/dist/types/Reports/Pages/CDM/GridViewsToolbarComponent.d.ts +56 -56
- package/dist/types/Reports/Pages/CDM/Index.d.ts +6 -6
- package/dist/types/Reports/Pages/CDM/MultipleEditingDataGridPlugin.d.ts +17 -17
- package/dist/types/Reports/Pages/Dashboard/Extensions/ChartAxisMaxValueExtension.d.ts +1 -1
- package/dist/types/Reports/Pages/Dashboard/Extensions/ChartConstantLinesExtension.d.ts +1 -1
- package/dist/types/Reports/Pages/Dashboard/Extensions/ChartLineOptionsExtension.d.ts +1 -1
- package/dist/types/Reports/Pages/Dashboard/Extensions/GaugeSubvaluesExtension.d.ts +1 -1
- package/dist/types/Reports/Pages/Dashboard/Index.d.ts +3 -3
- package/dist/types/Reports/Pages/Diagram/DiagramPage.d.ts +28 -28
- package/dist/types/Reports/Pages/Diagram/Index.d.ts +3 -3
- package/dist/types/Reports/Pages/Grid/CreateDefaultGrid.d.ts +8 -8
- package/dist/types/Reports/Pages/Grid/GridIndicatorState.d.ts +6 -6
- package/dist/types/Reports/Pages/Grid/GridStateManager.d.ts +30 -30
- package/dist/types/Reports/Pages/Grid/IGridData.d.ts +14 -14
- package/dist/types/Reports/Pages/Grid/Index.d.ts +3 -3
- package/dist/types/Reports/Pages/Grid/Mode.d.ts +5 -5
- package/dist/types/Reports/Pages/Report/Index.d.ts +3 -3
- package/dist/types/Styling/Index.d.ts +5 -5
- package/dist/types/Utils/DevExpressEventArgs.d.ts +1 -1
- package/dist/types/Utils/EventEmitter.d.ts +9 -9
- package/dist/types/Utils/GeneralUserFriendlyErrorMessage.d.ts +2 -2
- package/dist/types/Utils/Index.d.ts +3 -3
- package/dist/types/Utils/Memoize.d.ts +1 -1
- package/dist/types/Widgets/AccessDeniedToReport.d.ts +1 -1
- package/dist/types/Widgets/AutoResize.d.ts +1 -1
- package/dist/types/Widgets/Confirm.d.ts +2 -2
- package/dist/types/Widgets/DefaultToolbar.d.ts +6 -6
- package/dist/types/Widgets/ErrorInfoPopup.d.ts +2 -2
- package/dist/types/Widgets/FullScreen.d.ts +1 -1
- package/dist/types/Widgets/Grid/CreateFullScreenGrid.d.ts +10 -10
- package/dist/types/Widgets/Grid/DefaultGrid.d.ts +2 -2
- package/dist/types/Widgets/Grid/DefaultGridBase.d.ts +23 -23
- package/dist/types/Widgets/Grid/DefaultGridObsolete.d.ts +2 -2
- package/dist/types/Widgets/Grid/DefaultTreeList.d.ts +2 -2
- package/dist/types/Widgets/IGridState.d.ts +28 -28
- package/dist/types/Widgets/Landing.d.ts +2 -2
- package/dist/types/Widgets/Notify.d.ts +1 -1
- package/dist/types/Widgets/PanelHeight.d.ts +1 -1
- package/dist/types/Widgets/Popup.d.ts +15 -15
- package/dist/types/index.d.ts +97 -97
- package/package.json +41 -32
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { INavigationMenuItemModel } from './INavigationMenuItemModel';
|
|
2
|
-
import { ILayoutBreakpoint } from '../Helpers/Index';
|
|
3
|
-
import { IExtendedNavigationMenuItemModel } from './Search';
|
|
4
|
-
export declare const isItemActive: (itemData: INavigationMenuItemModel) => boolean;
|
|
5
|
-
export interface NavigationMenuItemClickEvent {
|
|
6
|
-
readonly item: IExtendedNavigationMenuItemModel;
|
|
7
|
-
readonly originalEvent: UIEvent;
|
|
8
|
-
cancel?: boolean;
|
|
9
|
-
}
|
|
10
|
-
export declare class NavigationMenu {
|
|
11
|
-
private readonly container;
|
|
12
|
-
private readonly onNavigationMenuItemClick;
|
|
13
|
-
private readonly onMenuItemClickHandler;
|
|
14
|
-
private readonly menu;
|
|
15
|
-
private isGlobalMenu;
|
|
16
|
-
private items;
|
|
17
|
-
constructor(container: HTMLElement, items: INavigationMenuItemModel[], isGlobalMenu: boolean, collapseBreakpoint: ILayoutBreakpoint, onNavigationMenuItemClick: (e: NavigationMenuItemClickEvent) => void);
|
|
18
|
-
updateData(items: INavigationMenuItemModel[], isGlobalMenu: boolean): void;
|
|
19
|
-
render(): void;
|
|
20
|
-
applyAdaptivityCollapsing(): void;
|
|
21
|
-
updateActiveItemsState(): void;
|
|
22
|
-
private onMenuItemClick;
|
|
23
|
-
private emitNavigationMenuItemClick;
|
|
24
|
-
private mapNavigationMenuItemModelToMenuItems;
|
|
25
|
-
private mapMenuItemClickEventArgsToNavigationMenuItemClickEventArgs;
|
|
26
|
-
}
|
|
1
|
+
import { INavigationMenuItemModel } from './INavigationMenuItemModel';
|
|
2
|
+
import { ILayoutBreakpoint } from '../Helpers/Index';
|
|
3
|
+
import { IExtendedNavigationMenuItemModel } from './Search';
|
|
4
|
+
export declare const isItemActive: (itemData: INavigationMenuItemModel) => boolean;
|
|
5
|
+
export interface NavigationMenuItemClickEvent {
|
|
6
|
+
readonly item: IExtendedNavigationMenuItemModel;
|
|
7
|
+
readonly originalEvent: UIEvent;
|
|
8
|
+
cancel?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare class NavigationMenu {
|
|
11
|
+
private readonly container;
|
|
12
|
+
private readonly onNavigationMenuItemClick;
|
|
13
|
+
private readonly onMenuItemClickHandler;
|
|
14
|
+
private readonly menu;
|
|
15
|
+
private isGlobalMenu;
|
|
16
|
+
private items;
|
|
17
|
+
constructor(container: HTMLElement, items: INavigationMenuItemModel[], isGlobalMenu: boolean, collapseBreakpoint: ILayoutBreakpoint, onNavigationMenuItemClick: (e: NavigationMenuItemClickEvent) => void);
|
|
18
|
+
updateData(items: INavigationMenuItemModel[], isGlobalMenu: boolean): void;
|
|
19
|
+
render(): void;
|
|
20
|
+
applyAdaptivityCollapsing(): void;
|
|
21
|
+
updateActiveItemsState(): void;
|
|
22
|
+
private onMenuItemClick;
|
|
23
|
+
private emitNavigationMenuItemClick;
|
|
24
|
+
private mapNavigationMenuItemModelToMenuItems;
|
|
25
|
+
private mapMenuItemClickEventArgsToNavigationMenuItemClickEventArgs;
|
|
26
|
+
}
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import { NavigationMenuItemClickEvent } from '.';
|
|
2
|
-
import { INavigationMenuItemModel } from './INavigationMenuItemModel';
|
|
3
|
-
export interface ISearchOptions {
|
|
4
|
-
$container: JQuery;
|
|
5
|
-
getMenuDataSource: () => ISearchDataSource;
|
|
6
|
-
getIsGlobalMenuShown: () => boolean;
|
|
7
|
-
onDimensionsChanged?: () => void;
|
|
8
|
-
onMenuItemClick?: (e: NavigationMenuItemClickEvent) => void;
|
|
9
|
-
onMenuItemOpened?: (e: IOpenReportEventArgs) => void;
|
|
10
|
-
}
|
|
11
|
-
export interface ISearchDataSource {
|
|
12
|
-
gloabalItems: INavigationMenuItemModel[];
|
|
13
|
-
personalItems: INavigationMenuItemModel[] | undefined;
|
|
14
|
-
}
|
|
15
|
-
export interface IOpenReportEventArgs {
|
|
16
|
-
menuItem: IExtendedNavigationMenuItemModel;
|
|
17
|
-
}
|
|
18
|
-
export declare type IExtendedNavigationMenuItemModel = INavigationMenuItemModel & {
|
|
19
|
-
isGlobal: boolean;
|
|
20
|
-
};
|
|
21
|
-
export default class Search {
|
|
22
|
-
private readonly $container;
|
|
23
|
-
private readonly getMenuDataSource;
|
|
24
|
-
private readonly getIsGlobalMenuShown;
|
|
25
|
-
private readonly onDimensionsChanged;
|
|
26
|
-
private readonly onMenuItemClick;
|
|
27
|
-
private readonly onMenuItemOpened;
|
|
28
|
-
private searchDropDown;
|
|
29
|
-
private searchResultsTreeList;
|
|
30
|
-
constructor(options: ISearchOptions);
|
|
31
|
-
setVisible(isVisible: boolean): void;
|
|
32
|
-
setSearchText(text: string): void;
|
|
33
|
-
reloadMenuItems(): void;
|
|
34
|
-
render(): void;
|
|
35
|
-
private navigateToMenuItem;
|
|
36
|
-
private closeSearchDropDown;
|
|
37
|
-
private checkSearchResutPopupVisibility;
|
|
38
|
-
private getDataSourceForSearch;
|
|
39
|
-
}
|
|
1
|
+
import { NavigationMenuItemClickEvent } from '.';
|
|
2
|
+
import { INavigationMenuItemModel } from './INavigationMenuItemModel';
|
|
3
|
+
export interface ISearchOptions {
|
|
4
|
+
$container: JQuery;
|
|
5
|
+
getMenuDataSource: () => ISearchDataSource;
|
|
6
|
+
getIsGlobalMenuShown: () => boolean;
|
|
7
|
+
onDimensionsChanged?: () => void;
|
|
8
|
+
onMenuItemClick?: (e: NavigationMenuItemClickEvent) => void;
|
|
9
|
+
onMenuItemOpened?: (e: IOpenReportEventArgs) => void;
|
|
10
|
+
}
|
|
11
|
+
export interface ISearchDataSource {
|
|
12
|
+
gloabalItems: INavigationMenuItemModel[];
|
|
13
|
+
personalItems: INavigationMenuItemModel[] | undefined;
|
|
14
|
+
}
|
|
15
|
+
export interface IOpenReportEventArgs {
|
|
16
|
+
menuItem: IExtendedNavigationMenuItemModel;
|
|
17
|
+
}
|
|
18
|
+
export declare type IExtendedNavigationMenuItemModel = INavigationMenuItemModel & {
|
|
19
|
+
isGlobal: boolean;
|
|
20
|
+
};
|
|
21
|
+
export default class Search {
|
|
22
|
+
private readonly $container;
|
|
23
|
+
private readonly getMenuDataSource;
|
|
24
|
+
private readonly getIsGlobalMenuShown;
|
|
25
|
+
private readonly onDimensionsChanged;
|
|
26
|
+
private readonly onMenuItemClick;
|
|
27
|
+
private readonly onMenuItemOpened;
|
|
28
|
+
private searchDropDown;
|
|
29
|
+
private searchResultsTreeList;
|
|
30
|
+
constructor(options: ISearchOptions);
|
|
31
|
+
setVisible(isVisible: boolean): void;
|
|
32
|
+
setSearchText(text: string): void;
|
|
33
|
+
reloadMenuItems(): void;
|
|
34
|
+
render(): void;
|
|
35
|
+
private navigateToMenuItem;
|
|
36
|
+
private closeSearchDropDown;
|
|
37
|
+
private checkSearchResutPopupVisibility;
|
|
38
|
+
private getDataSourceForSearch;
|
|
39
|
+
}
|
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
import { IUserMenuItemModel } from './IUserMenuItem';
|
|
2
|
-
import { DeepReadonly } from '../Components/Core';
|
|
3
|
-
import { ILayoutBreakpoint } from '../Helpers/Index';
|
|
4
|
-
export interface UserMenuItemClickEvent {
|
|
5
|
-
readonly item: DeepReadonly<IUserMenuItemModel>;
|
|
6
|
-
readonly originalEvent: UIEvent;
|
|
7
|
-
cancel?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export interface IUserMenuOptions {
|
|
10
|
-
container: HTMLElement;
|
|
11
|
-
userName: string;
|
|
12
|
-
items: IUserMenuItemModel[];
|
|
13
|
-
collapseBreakpoint?: ILayoutBreakpoint;
|
|
14
|
-
getDisplayedUserInfo?: (userName: string) => string;
|
|
15
|
-
onItemClick?: (e: UserMenuItemClickEvent) => void;
|
|
16
|
-
}
|
|
17
|
-
export declare class UserMenu {
|
|
18
|
-
protected static defaultGetDisplayedUserInfo: (userName: string) => string;
|
|
19
|
-
private readonly container;
|
|
20
|
-
private readonly userName;
|
|
21
|
-
private readonly getDisplayedUserInfo;
|
|
22
|
-
private readonly collapseBreakpoint;
|
|
23
|
-
private readonly windowResizeListener;
|
|
24
|
-
private readonly onLayoutBreakpointChangedListener;
|
|
25
|
-
private readonly onItemClick;
|
|
26
|
-
private items;
|
|
27
|
-
private _root;
|
|
28
|
-
private mobileContentContainer;
|
|
29
|
-
private desktopRootDropdown;
|
|
30
|
-
private desktopContentContainer;
|
|
31
|
-
private desktopContentTrigger;
|
|
32
|
-
private userInfoContainer;
|
|
33
|
-
private userInfoDivider;
|
|
34
|
-
private itemsContainer;
|
|
35
|
-
get root(): HTMLElement;
|
|
36
|
-
constructor(options: IUserMenuOptions);
|
|
37
|
-
render(): never;
|
|
38
|
-
addItems(items: IUserMenuItemModel[]): void;
|
|
39
|
-
insertItems(items: IUserMenuItemModel[], position: number): void;
|
|
40
|
-
updateItems(items: IUserMenuItemModel[]): void;
|
|
41
|
-
protected get isMobileView(): boolean;
|
|
42
|
-
protected renderMainElements(): void;
|
|
43
|
-
protected renderUserInfo(): never;
|
|
44
|
-
protected renderItems(): never;
|
|
45
|
-
protected createItemElement(item: IUserMenuItemModel, isMobile: boolean): HTMLLIElement;
|
|
46
|
-
protected createItemElementBase(item: IUserMenuItemModel): HTMLLIElement;
|
|
47
|
-
protected attachEventsToItem(itemElement: HTMLElement, item: IUserMenuItemModel): void;
|
|
48
|
-
protected switchView(isMobile: boolean): void;
|
|
49
|
-
protected applyMobileViewForUserInfo(): void;
|
|
50
|
-
protected applyDesktopViewForUserInfo(): void;
|
|
51
|
-
protected applyMobileViewForItems(): void;
|
|
52
|
-
protected applyDesktopViewForItems(): void;
|
|
53
|
-
protected clearItemsContainer(): void;
|
|
54
|
-
protected emitItemClick(e: UserMenuItemClickEvent): void;
|
|
55
|
-
private onLayoutBreakpointChanged;
|
|
56
|
-
private onMenuItemClick;
|
|
57
|
-
}
|
|
1
|
+
import { IUserMenuItemModel } from './IUserMenuItem';
|
|
2
|
+
import { DeepReadonly } from '../Components/Core';
|
|
3
|
+
import { ILayoutBreakpoint } from '../Helpers/Index';
|
|
4
|
+
export interface UserMenuItemClickEvent {
|
|
5
|
+
readonly item: DeepReadonly<IUserMenuItemModel>;
|
|
6
|
+
readonly originalEvent: UIEvent;
|
|
7
|
+
cancel?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export interface IUserMenuOptions {
|
|
10
|
+
container: HTMLElement;
|
|
11
|
+
userName: string;
|
|
12
|
+
items: IUserMenuItemModel[];
|
|
13
|
+
collapseBreakpoint?: ILayoutBreakpoint;
|
|
14
|
+
getDisplayedUserInfo?: (userName: string) => string;
|
|
15
|
+
onItemClick?: (e: UserMenuItemClickEvent) => void;
|
|
16
|
+
}
|
|
17
|
+
export declare class UserMenu {
|
|
18
|
+
protected static defaultGetDisplayedUserInfo: (userName: string) => string;
|
|
19
|
+
private readonly container;
|
|
20
|
+
private readonly userName;
|
|
21
|
+
private readonly getDisplayedUserInfo;
|
|
22
|
+
private readonly collapseBreakpoint;
|
|
23
|
+
private readonly windowResizeListener;
|
|
24
|
+
private readonly onLayoutBreakpointChangedListener;
|
|
25
|
+
private readonly onItemClick;
|
|
26
|
+
private items;
|
|
27
|
+
private _root;
|
|
28
|
+
private mobileContentContainer;
|
|
29
|
+
private desktopRootDropdown;
|
|
30
|
+
private desktopContentContainer;
|
|
31
|
+
private desktopContentTrigger;
|
|
32
|
+
private userInfoContainer;
|
|
33
|
+
private userInfoDivider;
|
|
34
|
+
private itemsContainer;
|
|
35
|
+
get root(): HTMLElement;
|
|
36
|
+
constructor(options: IUserMenuOptions);
|
|
37
|
+
render(): never;
|
|
38
|
+
addItems(items: IUserMenuItemModel[]): void;
|
|
39
|
+
insertItems(items: IUserMenuItemModel[], position: number): void;
|
|
40
|
+
updateItems(items: IUserMenuItemModel[]): void;
|
|
41
|
+
protected get isMobileView(): boolean;
|
|
42
|
+
protected renderMainElements(): void;
|
|
43
|
+
protected renderUserInfo(): never;
|
|
44
|
+
protected renderItems(): never;
|
|
45
|
+
protected createItemElement(item: IUserMenuItemModel, isMobile: boolean): HTMLLIElement;
|
|
46
|
+
protected createItemElementBase(item: IUserMenuItemModel): HTMLLIElement;
|
|
47
|
+
protected attachEventsToItem(itemElement: HTMLElement, item: IUserMenuItemModel): void;
|
|
48
|
+
protected switchView(isMobile: boolean): void;
|
|
49
|
+
protected applyMobileViewForUserInfo(): void;
|
|
50
|
+
protected applyDesktopViewForUserInfo(): void;
|
|
51
|
+
protected applyMobileViewForItems(): void;
|
|
52
|
+
protected applyDesktopViewForItems(): void;
|
|
53
|
+
protected clearItemsContainer(): void;
|
|
54
|
+
protected emitItemClick(e: UserMenuItemClickEvent): void;
|
|
55
|
+
private onLayoutBreakpointChanged;
|
|
56
|
+
private onMenuItemClick;
|
|
57
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from './Header';
|
|
2
|
-
export * from './Logo';
|
|
3
|
-
export * from './NavigationMenu';
|
|
4
|
-
export * from './UserMenu';
|
|
5
|
-
export * from './MenuSwitcher';
|
|
6
|
-
export * from './IAppMenuModel';
|
|
7
|
-
export * from './IMenuSettings';
|
|
8
|
-
export * from './INavigationMenuItemModel';
|
|
9
|
-
export * from './IUserMenuItem';
|
|
1
|
+
export * from './Header';
|
|
2
|
+
export * from './Logo';
|
|
3
|
+
export * from './NavigationMenu';
|
|
4
|
+
export * from './UserMenu';
|
|
5
|
+
export * from './MenuSwitcher';
|
|
6
|
+
export * from './IAppMenuModel';
|
|
7
|
+
export * from './IMenuSettings';
|
|
8
|
+
export * from './INavigationMenuItemModel';
|
|
9
|
+
export * from './IUserMenuItem';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare class GridHelper {
|
|
2
|
-
static getToolbarTitleTemplateItem(title: string | undefined): {
|
|
3
|
-
location: string;
|
|
4
|
-
template: () => string;
|
|
5
|
-
};
|
|
6
|
-
}
|
|
1
|
+
export declare class GridHelper {
|
|
2
|
+
static getToolbarTitleTemplateItem(title: string | undefined): {
|
|
3
|
+
location: string;
|
|
4
|
+
template: () => string;
|
|
5
|
+
};
|
|
6
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DeepReadonly } from '../Components/Core';
|
|
2
|
-
import { INavigationMenuItemModel } from '../Header/INavigationMenuItemModel';
|
|
3
|
-
export declare function getUrlByMenuItemData(itemData: INavigationMenuItemModel | DeepReadonly<INavigationMenuItemModel>): string;
|
|
4
|
-
export { WindowResizeListener, bootstrapLayoutBreakpoints } from './WindowResizeListener';
|
|
5
|
-
export { ILayoutBreakpoint, LayoutBreakpointChangedEvent } from './WindowResizeListener';
|
|
1
|
+
import { DeepReadonly } from '../Components/Core';
|
|
2
|
+
import { INavigationMenuItemModel } from '../Header/INavigationMenuItemModel';
|
|
3
|
+
export declare function getUrlByMenuItemData(itemData: INavigationMenuItemModel | DeepReadonly<INavigationMenuItemModel>): string;
|
|
4
|
+
export { WindowResizeListener, bootstrapLayoutBreakpoints } from './WindowResizeListener';
|
|
5
|
+
export { ILayoutBreakpoint, LayoutBreakpointChangedEvent } from './WindowResizeListener';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export declare const THEME_CLASSES: {
|
|
2
|
-
lg: string;
|
|
3
|
-
md: string;
|
|
4
|
-
sm: string;
|
|
5
|
-
};
|
|
6
|
-
export declare class ThemeHelper {
|
|
7
|
-
static setElementMiddleSize(element: JQuery<HTMLElement>): void;
|
|
8
|
-
static setElementSmallSize(element: JQuery<HTMLElement>): void;
|
|
9
|
-
static setWidgetMiddleSize(instance: any): void;
|
|
10
|
-
static setWidgetSmallSize(instance: any): void;
|
|
11
|
-
static getIconClass(icon: string, disabled?: boolean, size?: 16 | 24): string;
|
|
12
|
-
private static setWidgetSize;
|
|
13
|
-
}
|
|
1
|
+
export declare const THEME_CLASSES: {
|
|
2
|
+
lg: string;
|
|
3
|
+
md: string;
|
|
4
|
+
sm: string;
|
|
5
|
+
};
|
|
6
|
+
export declare class ThemeHelper {
|
|
7
|
+
static setElementMiddleSize(element: JQuery<HTMLElement>): void;
|
|
8
|
+
static setElementSmallSize(element: JQuery<HTMLElement>): void;
|
|
9
|
+
static setWidgetMiddleSize(instance: any): void;
|
|
10
|
+
static setWidgetSmallSize(instance: any): void;
|
|
11
|
+
static getIconClass(icon: string, disabled?: boolean, size?: 16 | 24): string;
|
|
12
|
+
private static setWidgetSize;
|
|
13
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare class ToolbarHelper {
|
|
2
|
-
static getToolbarTitleTemplateItem(title: string | undefined, description: string | undefined): {
|
|
3
|
-
location: string;
|
|
4
|
-
template: () => JQuery<HTMLElement>;
|
|
5
|
-
};
|
|
6
|
-
}
|
|
1
|
+
export declare class ToolbarHelper {
|
|
2
|
+
static getToolbarTitleTemplateItem(title: string | undefined, description: string | undefined): {
|
|
3
|
+
location: string;
|
|
4
|
+
template: () => JQuery<HTMLElement>;
|
|
5
|
+
};
|
|
6
|
+
}
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
import { IDestroyable } from '../Components/Core';
|
|
2
|
-
export interface ILayoutBreakpoint {
|
|
3
|
-
readonly name: string;
|
|
4
|
-
readonly minWidth: number;
|
|
5
|
-
readonly maxWidth: number;
|
|
6
|
-
}
|
|
7
|
-
export interface LayoutBreakpointChangedEvent {
|
|
8
|
-
readonly previousBreakpoint: ILayoutBreakpoint;
|
|
9
|
-
readonly currentBreakpoint: ILayoutBreakpoint;
|
|
10
|
-
readonly originalEvent: UIEvent;
|
|
11
|
-
}
|
|
12
|
-
export declare const bootstrapLayoutBreakpoints: {
|
|
13
|
-
readonly xs: {
|
|
14
|
-
readonly name: "xs";
|
|
15
|
-
readonly minWidth: 0;
|
|
16
|
-
readonly maxWidth: 575;
|
|
17
|
-
};
|
|
18
|
-
readonly sm: {
|
|
19
|
-
readonly name: "sm";
|
|
20
|
-
readonly minWidth: 576;
|
|
21
|
-
readonly maxWidth: 767;
|
|
22
|
-
};
|
|
23
|
-
readonly md: {
|
|
24
|
-
readonly name: "md";
|
|
25
|
-
readonly minWidth: 768;
|
|
26
|
-
readonly maxWidth: 991;
|
|
27
|
-
};
|
|
28
|
-
readonly lg: {
|
|
29
|
-
readonly name: "lg";
|
|
30
|
-
readonly minWidth: 992;
|
|
31
|
-
readonly maxWidth: 1199;
|
|
32
|
-
};
|
|
33
|
-
readonly xl: {
|
|
34
|
-
readonly name: "xl";
|
|
35
|
-
readonly minWidth: 1200;
|
|
36
|
-
readonly maxWidth: number;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
export declare class WindowResizeListener implements IDestroyable {
|
|
40
|
-
currentLayoutBreakpoint: ILayoutBreakpoint | undefined;
|
|
41
|
-
protected readonly onWindowResizeListener: (e: UIEvent) => void;
|
|
42
|
-
protected readonly layoutBreakpoints: readonly ILayoutBreakpoint[];
|
|
43
|
-
protected readonly resizeDelay: number;
|
|
44
|
-
protected readonly onResize: ((e: UIEvent) => void) | undefined;
|
|
45
|
-
protected readonly onLayoutBreakpointChanged: ((e: LayoutBreakpointChangedEvent) => void) | undefined;
|
|
46
|
-
protected lastWindowResizeTimeoutId: number | undefined;
|
|
47
|
-
constructor(onResize?: (e: UIEvent) => void, onLayoutBreakpointChanged?: (e: LayoutBreakpointChangedEvent) => void, resizeDelay?: number, layoutBreakpoints?: readonly ILayoutBreakpoint[]);
|
|
48
|
-
destroy(): void;
|
|
49
|
-
protected attachEvents(): void;
|
|
50
|
-
protected detachEvents(): void;
|
|
51
|
-
protected getLayoutBreakpointByWindowWidth(windowWidth: number): ILayoutBreakpoint;
|
|
52
|
-
protected onWindowResize(e: UIEvent): void;
|
|
53
|
-
protected onWindowResizeInternal(e: UIEvent): void;
|
|
54
|
-
protected emitResizeEvent(e: UIEvent): void;
|
|
55
|
-
protected emitBreakpointChanged(e: LayoutBreakpointChangedEvent): void;
|
|
56
|
-
}
|
|
1
|
+
import { IDestroyable } from '../Components/Core';
|
|
2
|
+
export interface ILayoutBreakpoint {
|
|
3
|
+
readonly name: string;
|
|
4
|
+
readonly minWidth: number;
|
|
5
|
+
readonly maxWidth: number;
|
|
6
|
+
}
|
|
7
|
+
export interface LayoutBreakpointChangedEvent {
|
|
8
|
+
readonly previousBreakpoint: ILayoutBreakpoint;
|
|
9
|
+
readonly currentBreakpoint: ILayoutBreakpoint;
|
|
10
|
+
readonly originalEvent: UIEvent;
|
|
11
|
+
}
|
|
12
|
+
export declare const bootstrapLayoutBreakpoints: {
|
|
13
|
+
readonly xs: {
|
|
14
|
+
readonly name: "xs";
|
|
15
|
+
readonly minWidth: 0;
|
|
16
|
+
readonly maxWidth: 575;
|
|
17
|
+
};
|
|
18
|
+
readonly sm: {
|
|
19
|
+
readonly name: "sm";
|
|
20
|
+
readonly minWidth: 576;
|
|
21
|
+
readonly maxWidth: 767;
|
|
22
|
+
};
|
|
23
|
+
readonly md: {
|
|
24
|
+
readonly name: "md";
|
|
25
|
+
readonly minWidth: 768;
|
|
26
|
+
readonly maxWidth: 991;
|
|
27
|
+
};
|
|
28
|
+
readonly lg: {
|
|
29
|
+
readonly name: "lg";
|
|
30
|
+
readonly minWidth: 992;
|
|
31
|
+
readonly maxWidth: 1199;
|
|
32
|
+
};
|
|
33
|
+
readonly xl: {
|
|
34
|
+
readonly name: "xl";
|
|
35
|
+
readonly minWidth: 1200;
|
|
36
|
+
readonly maxWidth: number;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
export declare class WindowResizeListener implements IDestroyable {
|
|
40
|
+
currentLayoutBreakpoint: ILayoutBreakpoint | undefined;
|
|
41
|
+
protected readonly onWindowResizeListener: (e: UIEvent) => void;
|
|
42
|
+
protected readonly layoutBreakpoints: readonly ILayoutBreakpoint[];
|
|
43
|
+
protected readonly resizeDelay: number;
|
|
44
|
+
protected readonly onResize: ((e: UIEvent) => void) | undefined;
|
|
45
|
+
protected readonly onLayoutBreakpointChanged: ((e: LayoutBreakpointChangedEvent) => void) | undefined;
|
|
46
|
+
protected lastWindowResizeTimeoutId: number | undefined;
|
|
47
|
+
constructor(onResize?: (e: UIEvent) => void, onLayoutBreakpointChanged?: (e: LayoutBreakpointChangedEvent) => void, resizeDelay?: number, layoutBreakpoints?: readonly ILayoutBreakpoint[]);
|
|
48
|
+
destroy(): void;
|
|
49
|
+
protected attachEvents(): void;
|
|
50
|
+
protected detachEvents(): void;
|
|
51
|
+
protected getLayoutBreakpointByWindowWidth(windowWidth: number): ILayoutBreakpoint;
|
|
52
|
+
protected onWindowResize(e: UIEvent): void;
|
|
53
|
+
protected onWindowResizeInternal(e: UIEvent): void;
|
|
54
|
+
protected emitResizeEvent(e: UIEvent): void;
|
|
55
|
+
protected emitBreakpointChanged(e: LayoutBreakpointChangedEvent): void;
|
|
56
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const gridColumnTypes: string[];
|
|
2
|
-
export default gridColumnTypes;
|
|
1
|
+
declare const gridColumnTypes: string[];
|
|
2
|
+
export default gridColumnTypes;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { MenuItemType } from '../../Business';
|
|
2
|
-
export interface IAppMenuItemBaseModel {
|
|
3
|
-
Description: string;
|
|
4
|
-
Id: number;
|
|
5
|
-
IsSplashScreen: boolean;
|
|
6
|
-
Name: string;
|
|
7
|
-
Order: number;
|
|
8
|
-
Type: MenuItemType;
|
|
9
|
-
ParentItemId?: number;
|
|
10
|
-
}
|
|
1
|
+
import { MenuItemType } from '../../Business';
|
|
2
|
+
export interface IAppMenuItemBaseModel {
|
|
3
|
+
Description: string;
|
|
4
|
+
Id: number;
|
|
5
|
+
IsSplashScreen: boolean;
|
|
6
|
+
Name: string;
|
|
7
|
+
Order: number;
|
|
8
|
+
Type: MenuItemType;
|
|
9
|
+
ParentItemId?: number;
|
|
10
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface IHierarchical {
|
|
2
|
-
ParentItemId: number;
|
|
3
|
-
Order: number;
|
|
4
|
-
}
|
|
1
|
+
export interface IHierarchical {
|
|
2
|
+
ParentItemId: number;
|
|
3
|
+
Order: number;
|
|
4
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IHierarchical } from './IHierarchical';
|
|
2
|
-
export interface IReportBase extends IHierarchical {
|
|
3
|
-
Type: number;
|
|
4
|
-
Name: string;
|
|
5
|
-
Description: string;
|
|
6
|
-
Id: number;
|
|
7
|
-
}
|
|
1
|
+
import { IHierarchical } from './IHierarchical';
|
|
2
|
+
export interface IReportBase extends IHierarchical {
|
|
3
|
+
Type: number;
|
|
4
|
+
Name: string;
|
|
5
|
+
Description: string;
|
|
6
|
+
Id: number;
|
|
7
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum CdmImportFileMode {
|
|
2
|
-
None = 0,
|
|
3
|
-
AddNewRows = 1,
|
|
4
|
-
ReplaceAllRows = 2
|
|
5
|
-
}
|
|
1
|
+
export declare enum CdmImportFileMode {
|
|
2
|
+
None = 0,
|
|
3
|
+
AddNewRows = 1,
|
|
4
|
+
ReplaceAllRows = 2
|
|
5
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './IHierarchical';
|
|
2
|
-
export * from './IReportBase';
|
|
3
|
-
export * from './IAppMenuItemBaseModel';
|
|
4
|
-
import gridColumnTypes from './GridColumnTypes';
|
|
5
|
-
export { CdmImportFileMode } from './cdmImportFileMode';
|
|
6
|
-
export { gridColumnTypes, };
|
|
1
|
+
export * from './IHierarchical';
|
|
2
|
+
export * from './IReportBase';
|
|
3
|
+
export * from './IAppMenuItemBaseModel';
|
|
4
|
+
import gridColumnTypes from './GridColumnTypes';
|
|
5
|
+
export { CdmImportFileMode } from './cdmImportFileMode';
|
|
6
|
+
export { gridColumnTypes, };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface IColumnMetaData {
|
|
2
|
-
Name: string;
|
|
3
|
-
Type: string;
|
|
4
|
-
}
|
|
1
|
+
export interface IColumnMetaData {
|
|
2
|
+
Name: string;
|
|
3
|
+
Type: string;
|
|
4
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function initPopover(link: string, details: string): DevExpress.ui.dxPopover;
|
|
1
|
+
export declare function initPopover(link: string, details: string): DevExpress.ui.dxPopover;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
/// <reference types="jquery" />
|
|
2
|
-
import GridMode from '../Pages/Grid/Mode';
|
|
3
|
-
import { IReportParams } from '../IReportParams';
|
|
4
|
-
import { IGridState } from '../../Widgets/IGridState';
|
|
5
|
-
import { IColumnMetaData } from '../ColumnMetaData';
|
|
6
|
-
export interface IGridDataLayer {
|
|
7
|
-
getColumnsByReportId(reportId: number): JQueryDeferred<IColumnMetaData[]>;
|
|
8
|
-
getGridDataSource(reportParams: IReportParams, gridMode: GridMode, showAllDataInEdit: boolean): DevExpress.data.Store;
|
|
9
|
-
resetSettings(reportId: number): JQueryDeferred<IGridState>;
|
|
10
|
-
updateGridViewSettings(reportId: number, state: IGridState): JQueryDeferred<any>;
|
|
11
|
-
getGridViewSettings(reportId: number): JQueryDeferred<IGridState>;
|
|
12
|
-
}
|
|
13
|
-
export declare const createGridDataLayer: (gridReportControllerUrl: string) => IGridDataLayer;
|
|
1
|
+
/// <reference types="jquery" />
|
|
2
|
+
import GridMode from '../Pages/Grid/Mode';
|
|
3
|
+
import { IReportParams } from '../IReportParams';
|
|
4
|
+
import { IGridState } from '../../Widgets/IGridState';
|
|
5
|
+
import { IColumnMetaData } from '../ColumnMetaData';
|
|
6
|
+
export interface IGridDataLayer {
|
|
7
|
+
getColumnsByReportId(reportId: number): JQueryDeferred<IColumnMetaData[]>;
|
|
8
|
+
getGridDataSource(reportParams: IReportParams, gridMode: GridMode, showAllDataInEdit: boolean): DevExpress.data.Store;
|
|
9
|
+
resetSettings(reportId: number): JQueryDeferred<IGridState>;
|
|
10
|
+
updateGridViewSettings(reportId: number, state: IGridState): JQueryDeferred<any>;
|
|
11
|
+
getGridViewSettings(reportId: number): JQueryDeferred<IGridState>;
|
|
12
|
+
}
|
|
13
|
+
export declare const createGridDataLayer: (gridReportControllerUrl: string) => IGridDataLayer;
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { IFileImporterTableInfo } from '../Components/FileImporter/Index';
|
|
2
|
-
import { CdmImportFileMode } from './Business';
|
|
3
|
-
export interface IReportParams {
|
|
4
|
-
ReportId: number;
|
|
5
|
-
AppName: string;
|
|
6
|
-
Details: string;
|
|
7
|
-
Name: string;
|
|
8
|
-
Token?: string;
|
|
9
|
-
}
|
|
10
|
-
export interface IGridReportParams extends IReportParams {
|
|
11
|
-
TotalSummaryColumn: string;
|
|
12
|
-
}
|
|
13
|
-
export interface ICdmReportParams extends IReportParams {
|
|
14
|
-
ImportFileMode: CdmImportFileMode;
|
|
15
|
-
FileImporterTableInfo: IFileImporterTableInfo;
|
|
16
|
-
AllowImporting: boolean;
|
|
17
|
-
}
|
|
18
|
-
export declare enum Mode {
|
|
19
|
-
Viewer = "Viewer",
|
|
20
|
-
Designer = "Designer"
|
|
21
|
-
}
|
|
22
|
-
export interface IDashboardPermissions {
|
|
23
|
-
AllowEditing: boolean;
|
|
24
|
-
}
|
|
25
|
-
export interface IDashboardUrls {
|
|
26
|
-
EndPoint: string;
|
|
27
|
-
PreviewUrl: string;
|
|
28
|
-
}
|
|
1
|
+
import { IFileImporterTableInfo } from '../Components/FileImporter/Index';
|
|
2
|
+
import { CdmImportFileMode } from './Business';
|
|
3
|
+
export interface IReportParams {
|
|
4
|
+
ReportId: number;
|
|
5
|
+
AppName: string;
|
|
6
|
+
Details: string;
|
|
7
|
+
Name: string;
|
|
8
|
+
Token?: string;
|
|
9
|
+
}
|
|
10
|
+
export interface IGridReportParams extends IReportParams {
|
|
11
|
+
TotalSummaryColumn: string;
|
|
12
|
+
}
|
|
13
|
+
export interface ICdmReportParams extends IReportParams {
|
|
14
|
+
ImportFileMode: CdmImportFileMode;
|
|
15
|
+
FileImporterTableInfo: IFileImporterTableInfo;
|
|
16
|
+
AllowImporting: boolean;
|
|
17
|
+
}
|
|
18
|
+
export declare enum Mode {
|
|
19
|
+
Viewer = "Viewer",
|
|
20
|
+
Designer = "Designer"
|
|
21
|
+
}
|
|
22
|
+
export interface IDashboardPermissions {
|
|
23
|
+
AllowEditing: boolean;
|
|
24
|
+
}
|
|
25
|
+
export interface IDashboardUrls {
|
|
26
|
+
EndPoint: string;
|
|
27
|
+
PreviewUrl: string;
|
|
28
|
+
}
|