@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.
Files changed (34) hide show
  1. package/@syncfusion/ej2-angular-filemanager.es5.js +307 -0
  2. package/@syncfusion/ej2-angular-filemanager.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-filemanager.js +279 -0
  4. package/@syncfusion/ej2-angular-filemanager.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/dist/ej2-angular-filemanager.umd.js +614 -0
  7. package/dist/ej2-angular-filemanager.umd.js.map +1 -0
  8. package/dist/ej2-angular-filemanager.umd.min.js +11 -0
  9. package/dist/ej2-angular-filemanager.umd.min.js.map +1 -0
  10. package/ej2-angular-filemanager.d.ts +5 -0
  11. package/ej2-angular-filemanager.metadata.json +1 -0
  12. package/package.json +10 -23
  13. package/public_api.d.ts +1 -1
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/file-manager/filemanager-all.module.d.ts +13 -19
  18. package/src/file-manager/filemanager.component.d.ts +64 -67
  19. package/src/file-manager/filemanager.module.d.ts +5 -12
  20. package/src/file-manager/toolbaritems.directive.d.ts +144 -149
  21. package/src/index.d.ts +5 -5
  22. package/CHANGELOG.md +0 -711
  23. package/esm2020/public_api.mjs +0 -2
  24. package/esm2020/src/file-manager/filemanager-all.module.mjs +0 -47
  25. package/esm2020/src/file-manager/filemanager.component.mjs +0 -113
  26. package/esm2020/src/file-manager/filemanager.module.mjs +0 -34
  27. package/esm2020/src/file-manager/toolbaritems.directive.mjs +0 -54
  28. package/esm2020/src/index.mjs +0 -6
  29. package/esm2020/syncfusion-ej2-angular-filemanager.mjs +0 -5
  30. package/fesm2015/syncfusion-ej2-angular-filemanager.mjs +0 -240
  31. package/fesm2015/syncfusion-ej2-angular-filemanager.mjs.map +0 -1
  32. package/fesm2020/syncfusion-ej2-angular-filemanager.mjs +0 -240
  33. package/fesm2020/syncfusion-ej2-angular-filemanager.mjs.map +0 -1
  34. 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
- import * as i0 from "@angular/core";
4
- export declare class ToolbarItemDirective extends ComplexBase<ToolbarItemDirective> {
5
- private viewContainerRef;
6
- directivePropList: any;
7
- /**
8
- * Specifies the types of command to be rendered in the Toolbar.
9
- * Supported types are:
10
- * * `Button`: Creates the Button control with its given properties like text, prefixIcon, etc.
11
- * * `Separator`: Adds a horizontal line that separates the Toolbar commands.
12
- * * `Input`: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,
13
- * AutoComplete, etc.
14
- * @default 'Button'
15
- * @aspdefaultvalue Syncfusion.EJ2.Navigations.ItemType.Button
16
- * @isenumeration true
17
- * @asptype Syncfusion.EJ2.Navigations.ItemType
18
- */
19
- type: any;
20
- /**
21
- * Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `align` property.
22
- * The possible values for this property as follows
23
- * * `Left`: To align commands to the left side of the Toolbar.
24
- * * `Center`: To align commands at the center of the Toolbar.
25
- * * `Right`: To align commands to the right side of the Toolbar.
26
- * @default 'Left'
27
- * @aspdefaultvalue Syncfusion.EJ2.Navigations.ItemAlign.Left
28
- * @isenumeration true
29
- * @asptype Syncfusion.EJ2.Navigations.ItemAlign
30
- */
31
- align: any;
32
- /**
33
- * Defines single/multiple classes (separated by space) to be used for customization of commands.
34
- * @default ""
35
- */
36
- cssClass: any;
37
- /**
38
- * Specifies whether an item should be disabled or not.
39
- * @default false
40
- */
41
- disabled: any;
42
- /**
43
- * Defines htmlAttributes used to add custom attributes to Toolbar command.
44
- * Supports HTML attributes such as style, class, etc.
45
- * @default null
46
- */
47
- htmlAttributes: any;
48
- /**
49
- * Specifies the unique ID to be used with button or input element of Toolbar items.
50
- * @default ""
51
- */
52
- id: any;
53
- /**
54
- * 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.
55
- * @default null
56
- */
57
- name: any;
58
- /**
59
- * Specifies the Toolbar command display area when an element's content is too large to fit available space.
60
- * This is applicable only to `popup` mode. The possible values for this property as follows
61
- * * `Show`: Always shows the item as the primary priority on the *Toolbar*.
62
- * * `Hide`: Always shows the item as the secondary priority on the *popup*.
63
- * * `None`: No priority for display, and as per normal order moves to popup when content exceeds.
64
- * @default 'None'
65
- * @aspdefaultvalue Syncfusion.EJ2.Navigations.OverflowOption.None
66
- * @isenumeration true
67
- * @asptype Syncfusion.EJ2.Navigations.OverflowOption
68
- */
69
- overflow: any;
70
- /**
71
- * Defines single/multiple classes separated by space used to specify an icon for the button.
72
- * The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.
73
- * @default ""
74
- */
75
- prefixIcon: any;
76
- /**
77
- * Defines the priority of items to display it in popup always.
78
- * It allows to maintain toolbar item on popup always but it does not work for toolbar priority items.
79
- * @default false
80
- */
81
- showAlwaysInPopup: any;
82
- /**
83
- * Specifies where the button text will be displayed on *popup mode* of the Toolbar.
84
- * The possible values for this property as follows
85
- * * `Toolbar`: Text will be displayed on *Toolbar* only.
86
- * * `Overflow`: Text will be displayed only when content overflows to *popup*.
87
- * * `Both`: Text will be displayed on *popup* and *Toolbar*.
88
- * @default 'Both'
89
- * @aspdefaultvalue Syncfusion.EJ2.Navigations.DisplayMode.Both
90
- * @isenumeration true
91
- * @asptype Syncfusion.EJ2.Navigations.DisplayMode
92
- */
93
- showTextOn: any;
94
- /**
95
- * Defines single/multiple classes separated by space used to specify an icon for the button.
96
- * The icon will be positioned after the text content if text is available.
97
- * @default ""
98
- */
99
- suffixIcon: any;
100
- /**
101
- * 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.
102
- * By default, user can able to switch between items only via arrow keys.
103
- * If the value is set to 0 for all tool bar items, then tab switches based on element order.
104
- * @default -1
105
- */
106
- tabIndex: any;
107
- /**
108
- * Specifies the text to be displayed on the Toolbar button.
109
- * @default ""
110
- */
111
- text: any;
112
- /**
113
- * Specifies the text to be displayed on hovering the Toolbar button.
114
- * @default ""
115
- */
116
- tooltipText: any;
117
- /**
118
- * Specifies whether an item should be hidden or not.
119
- * @default true
120
- */
121
- visible: any;
122
- /**
123
- * Specifies the width of the Toolbar button commands.
124
- * @default 'auto'
125
- */
126
- width: any;
127
- /**
128
- * Specifies the HTML element/element ID as a string that can be added as a Toolbar command.
129
- *
130
- * @default ""
131
- * @angulartype string | object
132
- * @reacttype string | function | JSX.Element
133
- * @vuetype string | function
134
- * @asptype string
135
- */
136
- template: any;
137
- constructor(viewContainerRef: ViewContainerRef);
138
- static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarItemDirective, never>;
139
- static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarItemDirective, "e-toolbaritems>e-toolbaritem", never, { "align": "align"; "cssClass": "cssClass"; "disabled": "disabled"; "htmlAttributes": "htmlAttributes"; "id": "id"; "name": "name"; "overflow": "overflow"; "prefixIcon": "prefixIcon"; "showAlwaysInPopup": "showAlwaysInPopup"; "showTextOn": "showTextOn"; "suffixIcon": "suffixIcon"; "tabIndex": "tabIndex"; "template": "template"; "text": "text"; "tooltipText": "tooltipText"; "type": "type"; "visible": "visible"; "width": "width"; }, {}, ["template"]>;
140
- }
141
- /**
142
- * ToolbarItem Array Directive
143
- * @private
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';