@syncfusion/ej2-angular-filemanager 30.1.39 → 30.2.4-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 +307 -0
- package/@syncfusion/ej2-angular-filemanager.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-filemanager.js +279 -0
- package/@syncfusion/ej2-angular-filemanager.js.map +1 -0
- package/LICENSE +10 -0
- package/dist/ej2-angular-filemanager.umd.js +614 -0
- package/dist/ej2-angular-filemanager.umd.js.map +1 -0
- package/dist/ej2-angular-filemanager.umd.min.js +11 -0
- package/dist/ej2-angular-filemanager.umd.min.js.map +1 -0
- package/ej2-angular-filemanager.d.ts +5 -0
- package/ej2-angular-filemanager.metadata.json +1 -0
- package/package.json +10 -23
- 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 +2 -2
- package/src/file-manager/filemanager-all.module.d.ts +13 -19
- package/src/file-manager/filemanager.component.d.ts +64 -67
- package/src/file-manager/filemanager.module.d.ts +5 -12
- package/src/file-manager/toolbaritems.directive.d.ts +144 -149
- package/src/index.d.ts +5 -5
- package/CHANGELOG.md +0 -711
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/file-manager/filemanager-all.module.mjs +0 -47
- package/esm2020/src/file-manager/filemanager.component.mjs +0 -113
- package/esm2020/src/file-manager/filemanager.module.mjs +0 -34
- package/esm2020/src/file-manager/toolbaritems.directive.mjs +0 -54
- package/esm2020/src/index.mjs +0 -6
- package/esm2020/syncfusion-ej2-angular-filemanager.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-filemanager.mjs +0 -240
- package/fesm2015/syncfusion-ej2-angular-filemanager.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-filemanager.mjs +0 -240
- package/fesm2020/syncfusion-ej2-angular-filemanager.mjs.map +0 -1
- package/syncfusion-ej2-angular-filemanager.d.ts +0 -5
@@ -1,149 +1,144 @@
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
*
|
9
|
-
*
|
10
|
-
* * `
|
11
|
-
* * `
|
12
|
-
*
|
13
|
-
*
|
14
|
-
* @
|
15
|
-
* @
|
16
|
-
* @
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
*
|
22
|
-
*
|
23
|
-
* * `
|
24
|
-
* * `
|
25
|
-
*
|
26
|
-
* @
|
27
|
-
* @
|
28
|
-
* @
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
*
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
*
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
*
|
44
|
-
*
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
*
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
*
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
*
|
60
|
-
*
|
61
|
-
* * `
|
62
|
-
* * `
|
63
|
-
*
|
64
|
-
* @
|
65
|
-
* @
|
66
|
-
* @
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
*
|
72
|
-
*
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
*
|
78
|
-
*
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
*
|
84
|
-
*
|
85
|
-
* * `
|
86
|
-
* * `
|
87
|
-
*
|
88
|
-
* @
|
89
|
-
* @
|
90
|
-
* @
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
*
|
96
|
-
*
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
*
|
102
|
-
*
|
103
|
-
*
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
*
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
*
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
*
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
*
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
*
|
129
|
-
*
|
130
|
-
* @
|
131
|
-
* @
|
132
|
-
* @
|
133
|
-
* @
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
export declare class ToolbarItemsDirective extends ArrayBase<ToolbarItemsDirective> {
|
146
|
-
constructor();
|
147
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarItemsDirective, never>;
|
148
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarItemsDirective, "ejs-filemanager>e-toolbaritems", never, {}, {}, ["children"]>;
|
149
|
-
}
|
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';
|