@syncfusion/ej2-angular-filemanager 30.1.37-ngcc → 30.1.38-ngcc
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/@syncfusion/ej2-angular-filemanager.es5.js +306 -306
- package/@syncfusion/ej2-angular-filemanager.js +261 -261
- package/dist/ej2-angular-filemanager.umd.js +297 -297
- package/dist/ej2-angular-filemanager.umd.min.js +1 -1
- package/ej2-angular-filemanager.d.ts +5 -5
- package/{LICENSE → license} +10 -10
- package/package.json +45 -14
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +4 -4
- package/src/file-manager/filemanager-all.module.d.ts +13 -13
- package/src/file-manager/filemanager.component.d.ts +64 -64
- package/src/file-manager/filemanager.module.d.ts +5 -5
- package/src/file-manager/toolbaritems.directive.d.ts +144 -144
- package/src/index.d.ts +5 -5
package/package.json
CHANGED
@@ -1,16 +1,45 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
"
|
4
|
-
"
|
5
|
-
"
|
6
|
-
"
|
7
|
-
"
|
2
|
+
"_from": "@syncfusion/ej2-angular-filemanager@*",
|
3
|
+
"_id": "@syncfusion/ej2-angular-filemanager@18.29.0",
|
4
|
+
"_inBundle": false,
|
5
|
+
"_integrity": "sha512-nelVOTG9ZnaNHUhVnxCbOvHr66+052riXwCyaQ70FEgdMMvuR2am70bT0+mBLUS+57suwiZvlhMjNkPytu6EQg==",
|
6
|
+
"_location": "/@syncfusion/ej2-angular-filemanager",
|
7
|
+
"_phantomChildren": {},
|
8
|
+
"_requested": {
|
9
|
+
"type": "range",
|
10
|
+
"registry": true,
|
11
|
+
"raw": "@syncfusion/ej2-angular-filemanager@*",
|
12
|
+
"name": "@syncfusion/ej2-angular-filemanager",
|
13
|
+
"escapedName": "@syncfusion%2fej2-angular-filemanager",
|
14
|
+
"scope": "@syncfusion",
|
15
|
+
"rawSpec": "*",
|
16
|
+
"saveSpec": null,
|
17
|
+
"fetchSpec": "*"
|
18
|
+
},
|
19
|
+
"_requiredBy": [
|
20
|
+
"/"
|
21
|
+
],
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-development/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-18.29.0.tgz",
|
23
|
+
"_shasum": "201f0b908d3700d876b2c1d8bb932db4e619937b",
|
24
|
+
"_spec": "@syncfusion/ej2-angular-filemanager@*",
|
25
|
+
"_where": "D:\\SF3992\\WFH\\Nexus\\ej2-nexus-branch-switching-dev\\release",
|
26
|
+
"author": {
|
27
|
+
"name": "Syncfusion Inc."
|
28
|
+
},
|
29
|
+
"bugs": {
|
30
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
31
|
+
},
|
32
|
+
"bundleDependencies": false,
|
8
33
|
"dependencies": {
|
9
|
-
"@syncfusion/ej2-base": "~30.1.37",
|
10
34
|
"@syncfusion/ej2-angular-base": "~30.1.37",
|
11
|
-
"@syncfusion/ej2-
|
35
|
+
"@syncfusion/ej2-base": "~30.1.38",
|
36
|
+
"@syncfusion/ej2-filemanager": "30.1.38"
|
12
37
|
},
|
38
|
+
"deprecated": false,
|
39
|
+
"description": "Essential JS 2 FileManager Component for Angular",
|
13
40
|
"devDependencies": {},
|
41
|
+
"es2015": "@syncfusion/ej2-angular-filemanager.js",
|
42
|
+
"homepage": "https://www.syncfusion.com/angular-components",
|
14
43
|
"keywords": [
|
15
44
|
"angular",
|
16
45
|
"angular-filemanager",
|
@@ -22,15 +51,17 @@
|
|
22
51
|
"angular-file selector",
|
23
52
|
"angular-directory viewer"
|
24
53
|
],
|
54
|
+
"license": "SEE LICENSE IN license",
|
55
|
+
"main": "dist/ej2-angular-filemanager.umd.js",
|
56
|
+
"metadata": "ej2-angular-filemanager.metadata.json",
|
57
|
+
"module": "@syncfusion/ej2-angular-filemanager.es5.js",
|
58
|
+
"name": "@syncfusion/ej2-angular-filemanager",
|
25
59
|
"repository": {
|
26
60
|
"type": "git",
|
27
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
61
|
+
"url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
|
28
62
|
},
|
63
|
+
"schematics": "./schematics/collection.json",
|
29
64
|
"sideEffects": false,
|
30
|
-
"main": "dist/ej2-angular-filemanager.umd.js",
|
31
|
-
"module": "@syncfusion/ej2-angular-filemanager.es5.js",
|
32
|
-
"es2015": "@syncfusion/ej2-angular-filemanager.js",
|
33
65
|
"typings": "ej2-angular-filemanager.d.ts",
|
34
|
-
"
|
35
|
-
"homepage": "https://www.syncfusion.com/angular-components"
|
66
|
+
"version": "30.1.38-ngcc"
|
36
67
|
}
|
package/public_api.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from './src/index';
|
1
|
+
export * from './src/index';
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-filemanager";
|
2
|
-
export declare const pkgVer = "^29.
|
2
|
+
export declare const pkgVer = "^18.29.0";
|
3
3
|
export declare const moduleName = "FileManagerModule";
|
4
|
-
export declare const themeVer = "~29.
|
4
|
+
export declare const themeVer = "~18.29.0";
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-filemanager';
|
4
|
-
exports.pkgVer = '^30.1.
|
4
|
+
exports.pkgVer = '^30.1.38';
|
5
5
|
exports.moduleName = 'FileManagerModule';
|
6
|
-
exports.themeVer = '~30.1.
|
6
|
+
exports.themeVer = '~30.1.38';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export const pkgName = '@syncfusion/ej2-angular-filemanager';
|
2
|
-
export const pkgVer = '^30.1.
|
3
|
-
export const moduleName = 'FileManagerModule';
|
4
|
-
export const themeVer = '~30.1.
|
1
|
+
export const pkgName = '@syncfusion/ej2-angular-filemanager';
|
2
|
+
export const pkgVer = '^30.1.38';
|
3
|
+
export const moduleName = 'FileManagerModule';
|
4
|
+
export const themeVer = '~30.1.38';
|
@@ -1,13 +1,13 @@
|
|
1
|
-
import { ValueProvider } from '@angular/core';
|
2
|
-
export declare const DetailsViewService: ValueProvider;
|
3
|
-
export declare const NavigationPaneService: ValueProvider;
|
4
|
-
export declare const LargeIconsViewService: ValueProvider;
|
5
|
-
export declare const ToolbarService: ValueProvider;
|
6
|
-
export declare const ContextMenuService: ValueProvider;
|
7
|
-
export declare const BreadCrumbBarService: ValueProvider;
|
8
|
-
export declare const VirtualizationService: ValueProvider;
|
9
|
-
/**
|
10
|
-
* NgModule definition for the FileManager component with providers.
|
11
|
-
*/
|
12
|
-
export declare class FileManagerAllModule {
|
13
|
-
}
|
1
|
+
import { ValueProvider } from '@angular/core';
|
2
|
+
export declare const DetailsViewService: ValueProvider;
|
3
|
+
export declare const NavigationPaneService: ValueProvider;
|
4
|
+
export declare const LargeIconsViewService: ValueProvider;
|
5
|
+
export declare const ToolbarService: ValueProvider;
|
6
|
+
export declare const ContextMenuService: ValueProvider;
|
7
|
+
export declare const BreadCrumbBarService: ValueProvider;
|
8
|
+
export declare const VirtualizationService: ValueProvider;
|
9
|
+
/**
|
10
|
+
* NgModule definition for the FileManager component with providers.
|
11
|
+
*/
|
12
|
+
export declare class FileManagerAllModule {
|
13
|
+
}
|
@@ -1,64 +1,64 @@
|
|
1
|
-
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
3
|
-
import { FileManager } from '@syncfusion/ej2-filemanager';
|
4
|
-
import { ToolbarItemsDirective } from './toolbaritems.directive';
|
5
|
-
export declare const inputs: string[];
|
6
|
-
export declare const outputs: string[];
|
7
|
-
export declare const twoWays: string[];
|
8
|
-
/**
|
9
|
-
* Represents the Essential JS 2 Angular FileManager Component.
|
10
|
-
* ```html
|
11
|
-
* <ejs-filemanager showThumbnail='false'></ejs-filemanager>
|
12
|
-
* ```
|
13
|
-
*/
|
14
|
-
export declare class FileManagerComponent extends FileManager implements IComponentBase {
|
15
|
-
private ngEle;
|
16
|
-
private srenderer;
|
17
|
-
private viewContainerRef;
|
18
|
-
private injector;
|
19
|
-
context: any;
|
20
|
-
tagObjects: any;
|
21
|
-
beforeDelete: any;
|
22
|
-
beforeDownload: any;
|
23
|
-
beforeFolderCreate: any;
|
24
|
-
beforeImageLoad: any;
|
25
|
-
beforeMove: any;
|
26
|
-
beforePopupClose: any;
|
27
|
-
beforePopupOpen: any;
|
28
|
-
beforeRename: any;
|
29
|
-
beforeSend: any;
|
30
|
-
created: any;
|
31
|
-
delete: any;
|
32
|
-
destroyed: any;
|
33
|
-
failure: any;
|
34
|
-
fileDragStart: any;
|
35
|
-
fileDragStop: any;
|
36
|
-
fileDragging: any;
|
37
|
-
fileDropped: any;
|
38
|
-
fileLoad: any;
|
39
|
-
fileOpen: any;
|
40
|
-
fileSelect: any;
|
41
|
-
fileSelection: any;
|
42
|
-
folderCreate: any;
|
43
|
-
menuClick: any;
|
44
|
-
menuClose: any;
|
45
|
-
menuOpen: any;
|
46
|
-
move: any;
|
47
|
-
popupClose: any;
|
48
|
-
popupOpen: any;
|
49
|
-
rename: any;
|
50
|
-
search: any;
|
51
|
-
success: any;
|
52
|
-
toolbarClick: any;
|
53
|
-
toolbarCreate: any;
|
54
|
-
uploadListCreate: any;
|
55
|
-
childToolbarItems: QueryList<ToolbarItemsDirective>;
|
56
|
-
tags: string[];
|
57
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
58
|
-
ngOnInit(): void;
|
59
|
-
ngAfterViewInit(): void;
|
60
|
-
ngOnDestroy(): void;
|
61
|
-
ngAfterContentChecked(): void;
|
62
|
-
registerEvents: (eventList: string[]) => void;
|
63
|
-
addTwoWay: (propList: string[]) => void;
|
64
|
-
}
|
1
|
+
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
3
|
+
import { FileManager } from '@syncfusion/ej2-filemanager';
|
4
|
+
import { ToolbarItemsDirective } from './toolbaritems.directive';
|
5
|
+
export declare const inputs: string[];
|
6
|
+
export declare const outputs: string[];
|
7
|
+
export declare const twoWays: string[];
|
8
|
+
/**
|
9
|
+
* Represents the Essential JS 2 Angular FileManager Component.
|
10
|
+
* ```html
|
11
|
+
* <ejs-filemanager showThumbnail='false'></ejs-filemanager>
|
12
|
+
* ```
|
13
|
+
*/
|
14
|
+
export declare class FileManagerComponent extends FileManager implements IComponentBase {
|
15
|
+
private ngEle;
|
16
|
+
private srenderer;
|
17
|
+
private viewContainerRef;
|
18
|
+
private injector;
|
19
|
+
context: any;
|
20
|
+
tagObjects: any;
|
21
|
+
beforeDelete: any;
|
22
|
+
beforeDownload: any;
|
23
|
+
beforeFolderCreate: any;
|
24
|
+
beforeImageLoad: any;
|
25
|
+
beforeMove: any;
|
26
|
+
beforePopupClose: any;
|
27
|
+
beforePopupOpen: any;
|
28
|
+
beforeRename: any;
|
29
|
+
beforeSend: any;
|
30
|
+
created: any;
|
31
|
+
delete: any;
|
32
|
+
destroyed: any;
|
33
|
+
failure: any;
|
34
|
+
fileDragStart: any;
|
35
|
+
fileDragStop: any;
|
36
|
+
fileDragging: any;
|
37
|
+
fileDropped: any;
|
38
|
+
fileLoad: any;
|
39
|
+
fileOpen: any;
|
40
|
+
fileSelect: any;
|
41
|
+
fileSelection: any;
|
42
|
+
folderCreate: any;
|
43
|
+
menuClick: any;
|
44
|
+
menuClose: any;
|
45
|
+
menuOpen: any;
|
46
|
+
move: any;
|
47
|
+
popupClose: any;
|
48
|
+
popupOpen: any;
|
49
|
+
rename: any;
|
50
|
+
search: any;
|
51
|
+
success: any;
|
52
|
+
toolbarClick: any;
|
53
|
+
toolbarCreate: any;
|
54
|
+
uploadListCreate: any;
|
55
|
+
childToolbarItems: QueryList<ToolbarItemsDirective>;
|
56
|
+
tags: string[];
|
57
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
58
|
+
ngOnInit(): void;
|
59
|
+
ngAfterViewInit(): void;
|
60
|
+
ngOnDestroy(): void;
|
61
|
+
ngAfterContentChecked(): void;
|
62
|
+
registerEvents: (eventList: string[]) => void;
|
63
|
+
addTwoWay: (propList: string[]) => void;
|
64
|
+
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
/**
|
2
|
-
* NgModule definition for the FileManager component.
|
3
|
-
*/
|
4
|
-
export declare class FileManagerModule {
|
5
|
-
}
|
1
|
+
/**
|
2
|
+
* NgModule definition for the FileManager component.
|
3
|
+
*/
|
4
|
+
export declare class FileManagerModule {
|
5
|
+
}
|
@@ -1,144 +1,144 @@
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
-
export declare class ToolbarItemDirective extends ComplexBase<ToolbarItemDirective> {
|
4
|
-
private viewContainerRef;
|
5
|
-
directivePropList: any;
|
6
|
-
/**
|
7
|
-
* Specifies the types of command to be rendered in the Toolbar.
|
8
|
-
* Supported types are:
|
9
|
-
* * `Button`: Creates the Button control with its given properties like text, prefixIcon, etc.
|
10
|
-
* * `Separator`: Adds a horizontal line that separates the Toolbar commands.
|
11
|
-
* * `Input`: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,
|
12
|
-
* AutoComplete, etc.
|
13
|
-
* @default 'Button'
|
14
|
-
* @aspdefaultvalue Syncfusion.EJ2.Navigations.ItemType.Button
|
15
|
-
* @isenumeration true
|
16
|
-
* @asptype Syncfusion.EJ2.Navigations.ItemType
|
17
|
-
*/
|
18
|
-
type: any;
|
19
|
-
/**
|
20
|
-
* Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `align` property.
|
21
|
-
* The possible values for this property as follows
|
22
|
-
* * `Left`: To align commands to the left side of the Toolbar.
|
23
|
-
* * `Center`: To align commands at the center of the Toolbar.
|
24
|
-
* * `Right`: To align commands to the right side of the Toolbar.
|
25
|
-
* @default 'Left'
|
26
|
-
* @aspdefaultvalue Syncfusion.EJ2.Navigations.ItemAlign.Left
|
27
|
-
* @isenumeration true
|
28
|
-
* @asptype Syncfusion.EJ2.Navigations.ItemAlign
|
29
|
-
*/
|
30
|
-
align: any;
|
31
|
-
/**
|
32
|
-
* Defines single/multiple classes (separated by space) to be used for customization of commands.
|
33
|
-
* @default ""
|
34
|
-
*/
|
35
|
-
cssClass: any;
|
36
|
-
/**
|
37
|
-
* Specifies whether an item should be disabled or not.
|
38
|
-
* @default false
|
39
|
-
*/
|
40
|
-
disabled: any;
|
41
|
-
/**
|
42
|
-
* Defines htmlAttributes used to add custom attributes to Toolbar command.
|
43
|
-
* Supports HTML attributes such as style, class, etc.
|
44
|
-
* @default null
|
45
|
-
*/
|
46
|
-
htmlAttributes: any;
|
47
|
-
/**
|
48
|
-
* Specifies the unique ID to be used with button or input element of Toolbar items.
|
49
|
-
* @default ""
|
50
|
-
*/
|
51
|
-
id: any;
|
52
|
-
/**
|
53
|
-
* Specifies the unique name for each toolbar item rendered in File Manager. This name is used to map the toolbar items in the File Manager component.
|
54
|
-
* @default null
|
55
|
-
*/
|
56
|
-
name: any;
|
57
|
-
/**
|
58
|
-
* Specifies the Toolbar command display area when an element's content is too large to fit available space.
|
59
|
-
* This is applicable only to `popup` mode. The possible values for this property as follows
|
60
|
-
* * `Show`: Always shows the item as the primary priority on the *Toolbar*.
|
61
|
-
* * `Hide`: Always shows the item as the secondary priority on the *popup*.
|
62
|
-
* * `None`: No priority for display, and as per normal order moves to popup when content exceeds.
|
63
|
-
* @default 'None'
|
64
|
-
* @aspdefaultvalue Syncfusion.EJ2.Navigations.OverflowOption.None
|
65
|
-
* @isenumeration true
|
66
|
-
* @asptype Syncfusion.EJ2.Navigations.OverflowOption
|
67
|
-
*/
|
68
|
-
overflow: any;
|
69
|
-
/**
|
70
|
-
* Defines single/multiple classes separated by space used to specify an icon for the button.
|
71
|
-
* The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.
|
72
|
-
* @default ""
|
73
|
-
*/
|
74
|
-
prefixIcon: any;
|
75
|
-
/**
|
76
|
-
* Defines the priority of items to display it in popup always.
|
77
|
-
* It allows to maintain toolbar item on popup always but it does not work for toolbar priority items.
|
78
|
-
* @default false
|
79
|
-
*/
|
80
|
-
showAlwaysInPopup: any;
|
81
|
-
/**
|
82
|
-
* Specifies where the button text will be displayed on *popup mode* of the Toolbar.
|
83
|
-
* The possible values for this property as follows
|
84
|
-
* * `Toolbar`: Text will be displayed on *Toolbar* only.
|
85
|
-
* * `Overflow`: Text will be displayed only when content overflows to *popup*.
|
86
|
-
* * `Both`: Text will be displayed on *popup* and *Toolbar*.
|
87
|
-
* @default 'Both'
|
88
|
-
* @aspdefaultvalue Syncfusion.EJ2.Navigations.DisplayMode.Both
|
89
|
-
* @isenumeration true
|
90
|
-
* @asptype Syncfusion.EJ2.Navigations.DisplayMode
|
91
|
-
*/
|
92
|
-
showTextOn: any;
|
93
|
-
/**
|
94
|
-
* Defines single/multiple classes separated by space used to specify an icon for the button.
|
95
|
-
* The icon will be positioned after the text content if text is available.
|
96
|
-
* @default ""
|
97
|
-
*/
|
98
|
-
suffixIcon: any;
|
99
|
-
/**
|
100
|
-
* Specifies the tab order of the Toolbar items. When positive values assigned, it allows to switch focus to the next/previous toolbar items with Tab/ShiftTab keys.
|
101
|
-
* By default, user can able to switch between items only via arrow keys.
|
102
|
-
* If the value is set to 0 for all tool bar items, then tab switches based on element order.
|
103
|
-
* @default -1
|
104
|
-
*/
|
105
|
-
tabIndex: any;
|
106
|
-
/**
|
107
|
-
* Specifies the text to be displayed on the Toolbar button.
|
108
|
-
* @default ""
|
109
|
-
*/
|
110
|
-
text: any;
|
111
|
-
/**
|
112
|
-
* Specifies the text to be displayed on hovering the Toolbar button.
|
113
|
-
* @default ""
|
114
|
-
*/
|
115
|
-
tooltipText: any;
|
116
|
-
/**
|
117
|
-
* Specifies whether an item should be hidden or not.
|
118
|
-
* @default true
|
119
|
-
*/
|
120
|
-
visible: any;
|
121
|
-
/**
|
122
|
-
* Specifies the width of the Toolbar button commands.
|
123
|
-
* @default 'auto'
|
124
|
-
*/
|
125
|
-
width: any;
|
126
|
-
/**
|
127
|
-
* Specifies the HTML element/element ID as a string that can be added as a Toolbar command.
|
128
|
-
*
|
129
|
-
* @default ""
|
130
|
-
* @angulartype string | object
|
131
|
-
* @reacttype string | function | JSX.Element
|
132
|
-
* @vuetype string | function
|
133
|
-
* @asptype string
|
134
|
-
*/
|
135
|
-
template: any;
|
136
|
-
constructor(viewContainerRef: ViewContainerRef);
|
137
|
-
}
|
138
|
-
/**
|
139
|
-
* ToolbarItem Array Directive
|
140
|
-
* @private
|
141
|
-
*/
|
142
|
-
export declare class ToolbarItemsDirective extends ArrayBase<ToolbarItemsDirective> {
|
143
|
-
constructor();
|
144
|
-
}
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
+
export declare class ToolbarItemDirective extends ComplexBase<ToolbarItemDirective> {
|
4
|
+
private viewContainerRef;
|
5
|
+
directivePropList: any;
|
6
|
+
/**
|
7
|
+
* Specifies the types of command to be rendered in the Toolbar.
|
8
|
+
* Supported types are:
|
9
|
+
* * `Button`: Creates the Button control with its given properties like text, prefixIcon, etc.
|
10
|
+
* * `Separator`: Adds a horizontal line that separates the Toolbar commands.
|
11
|
+
* * `Input`: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,
|
12
|
+
* AutoComplete, etc.
|
13
|
+
* @default 'Button'
|
14
|
+
* @aspdefaultvalue Syncfusion.EJ2.Navigations.ItemType.Button
|
15
|
+
* @isenumeration true
|
16
|
+
* @asptype Syncfusion.EJ2.Navigations.ItemType
|
17
|
+
*/
|
18
|
+
type: any;
|
19
|
+
/**
|
20
|
+
* Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `align` property.
|
21
|
+
* The possible values for this property as follows
|
22
|
+
* * `Left`: To align commands to the left side of the Toolbar.
|
23
|
+
* * `Center`: To align commands at the center of the Toolbar.
|
24
|
+
* * `Right`: To align commands to the right side of the Toolbar.
|
25
|
+
* @default 'Left'
|
26
|
+
* @aspdefaultvalue Syncfusion.EJ2.Navigations.ItemAlign.Left
|
27
|
+
* @isenumeration true
|
28
|
+
* @asptype Syncfusion.EJ2.Navigations.ItemAlign
|
29
|
+
*/
|
30
|
+
align: any;
|
31
|
+
/**
|
32
|
+
* Defines single/multiple classes (separated by space) to be used for customization of commands.
|
33
|
+
* @default ""
|
34
|
+
*/
|
35
|
+
cssClass: any;
|
36
|
+
/**
|
37
|
+
* Specifies whether an item should be disabled or not.
|
38
|
+
* @default false
|
39
|
+
*/
|
40
|
+
disabled: any;
|
41
|
+
/**
|
42
|
+
* Defines htmlAttributes used to add custom attributes to Toolbar command.
|
43
|
+
* Supports HTML attributes such as style, class, etc.
|
44
|
+
* @default null
|
45
|
+
*/
|
46
|
+
htmlAttributes: any;
|
47
|
+
/**
|
48
|
+
* Specifies the unique ID to be used with button or input element of Toolbar items.
|
49
|
+
* @default ""
|
50
|
+
*/
|
51
|
+
id: any;
|
52
|
+
/**
|
53
|
+
* Specifies the unique name for each toolbar item rendered in File Manager. This name is used to map the toolbar items in the File Manager component.
|
54
|
+
* @default null
|
55
|
+
*/
|
56
|
+
name: any;
|
57
|
+
/**
|
58
|
+
* Specifies the Toolbar command display area when an element's content is too large to fit available space.
|
59
|
+
* This is applicable only to `popup` mode. The possible values for this property as follows
|
60
|
+
* * `Show`: Always shows the item as the primary priority on the *Toolbar*.
|
61
|
+
* * `Hide`: Always shows the item as the secondary priority on the *popup*.
|
62
|
+
* * `None`: No priority for display, and as per normal order moves to popup when content exceeds.
|
63
|
+
* @default 'None'
|
64
|
+
* @aspdefaultvalue Syncfusion.EJ2.Navigations.OverflowOption.None
|
65
|
+
* @isenumeration true
|
66
|
+
* @asptype Syncfusion.EJ2.Navigations.OverflowOption
|
67
|
+
*/
|
68
|
+
overflow: any;
|
69
|
+
/**
|
70
|
+
* Defines single/multiple classes separated by space used to specify an icon for the button.
|
71
|
+
* The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.
|
72
|
+
* @default ""
|
73
|
+
*/
|
74
|
+
prefixIcon: any;
|
75
|
+
/**
|
76
|
+
* Defines the priority of items to display it in popup always.
|
77
|
+
* It allows to maintain toolbar item on popup always but it does not work for toolbar priority items.
|
78
|
+
* @default false
|
79
|
+
*/
|
80
|
+
showAlwaysInPopup: any;
|
81
|
+
/**
|
82
|
+
* Specifies where the button text will be displayed on *popup mode* of the Toolbar.
|
83
|
+
* The possible values for this property as follows
|
84
|
+
* * `Toolbar`: Text will be displayed on *Toolbar* only.
|
85
|
+
* * `Overflow`: Text will be displayed only when content overflows to *popup*.
|
86
|
+
* * `Both`: Text will be displayed on *popup* and *Toolbar*.
|
87
|
+
* @default 'Both'
|
88
|
+
* @aspdefaultvalue Syncfusion.EJ2.Navigations.DisplayMode.Both
|
89
|
+
* @isenumeration true
|
90
|
+
* @asptype Syncfusion.EJ2.Navigations.DisplayMode
|
91
|
+
*/
|
92
|
+
showTextOn: any;
|
93
|
+
/**
|
94
|
+
* Defines single/multiple classes separated by space used to specify an icon for the button.
|
95
|
+
* The icon will be positioned after the text content if text is available.
|
96
|
+
* @default ""
|
97
|
+
*/
|
98
|
+
suffixIcon: any;
|
99
|
+
/**
|
100
|
+
* Specifies the tab order of the Toolbar items. When positive values assigned, it allows to switch focus to the next/previous toolbar items with Tab/ShiftTab keys.
|
101
|
+
* By default, user can able to switch between items only via arrow keys.
|
102
|
+
* If the value is set to 0 for all tool bar items, then tab switches based on element order.
|
103
|
+
* @default -1
|
104
|
+
*/
|
105
|
+
tabIndex: any;
|
106
|
+
/**
|
107
|
+
* Specifies the text to be displayed on the Toolbar button.
|
108
|
+
* @default ""
|
109
|
+
*/
|
110
|
+
text: any;
|
111
|
+
/**
|
112
|
+
* Specifies the text to be displayed on hovering the Toolbar button.
|
113
|
+
* @default ""
|
114
|
+
*/
|
115
|
+
tooltipText: any;
|
116
|
+
/**
|
117
|
+
* Specifies whether an item should be hidden or not.
|
118
|
+
* @default true
|
119
|
+
*/
|
120
|
+
visible: any;
|
121
|
+
/**
|
122
|
+
* Specifies the width of the Toolbar button commands.
|
123
|
+
* @default 'auto'
|
124
|
+
*/
|
125
|
+
width: any;
|
126
|
+
/**
|
127
|
+
* Specifies the HTML element/element ID as a string that can be added as a Toolbar command.
|
128
|
+
*
|
129
|
+
* @default ""
|
130
|
+
* @angulartype string | object
|
131
|
+
* @reacttype string | function | JSX.Element
|
132
|
+
* @vuetype string | function
|
133
|
+
* @asptype string
|
134
|
+
*/
|
135
|
+
template: any;
|
136
|
+
constructor(viewContainerRef: ViewContainerRef);
|
137
|
+
}
|
138
|
+
/**
|
139
|
+
* ToolbarItem Array Directive
|
140
|
+
* @private
|
141
|
+
*/
|
142
|
+
export declare class ToolbarItemsDirective extends ArrayBase<ToolbarItemsDirective> {
|
143
|
+
constructor();
|
144
|
+
}
|
package/src/index.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
export { ToolbarItemDirective, ToolbarItemsDirective } from './file-manager/toolbaritems.directive';
|
2
|
-
export { FileManagerComponent } from './file-manager/filemanager.component';
|
3
|
-
export { FileManagerModule } from './file-manager/filemanager.module';
|
4
|
-
export { FileManagerAllModule, DetailsViewService, NavigationPaneService, LargeIconsViewService, ToolbarService, ContextMenuService, BreadCrumbBarService, VirtualizationService } from './file-manager/filemanager-all.module';
|
5
|
-
export * from '@syncfusion/ej2-filemanager';
|
1
|
+
export { ToolbarItemDirective, ToolbarItemsDirective } from './file-manager/toolbaritems.directive';
|
2
|
+
export { FileManagerComponent } from './file-manager/filemanager.component';
|
3
|
+
export { FileManagerModule } from './file-manager/filemanager.module';
|
4
|
+
export { FileManagerAllModule, DetailsViewService, NavigationPaneService, LargeIconsViewService, ToolbarService, ContextMenuService, BreadCrumbBarService, VirtualizationService } from './file-manager/filemanager-all.module';
|
5
|
+
export * from '@syncfusion/ej2-filemanager';
|