@syncfusion/ej2-angular-filemanager 22.2.12-ngcc → 22.2.12
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/file-manager/filemanager-all.module.mjs +47 -0
- package/esm2020/src/file-manager/filemanager.component.mjs +108 -0
- package/esm2020/src/file-manager/filemanager.module.mjs +25 -0
- package/esm2020/src/index.mjs +5 -0
- package/esm2020/syncfusion-ej2-angular-filemanager.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-filemanager.mjs +181 -0
- package/fesm2015/syncfusion-ej2-angular-filemanager.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-filemanager.mjs +181 -0
- package/fesm2020/syncfusion-ej2-angular-filemanager.mjs.map +1 -0
- package/package.json +26 -12
- package/src/file-manager/filemanager-all.module.d.ts +6 -0
- package/src/file-manager/filemanager.component.d.ts +3 -0
- package/src/file-manager/filemanager.module.d.ts +6 -0
- package/styles/file-manager/_all.scss +2 -0
- package/styles/file-manager/_bootstrap-dark-definition.scss +242 -0
- package/styles/file-manager/_bootstrap-definition.scss +243 -0
- package/styles/file-manager/_bootstrap4-definition.scss +244 -0
- package/styles/file-manager/_bootstrap5-dark-definition.scss +1 -0
- package/styles/file-manager/_bootstrap5-definition.scss +239 -0
- package/styles/file-manager/_fabric-dark-definition.scss +240 -0
- package/styles/file-manager/_fabric-definition.scss +242 -0
- package/styles/file-manager/_fluent-dark-definition.scss +1 -0
- package/styles/file-manager/_fluent-definition.scss +247 -0
- package/styles/file-manager/_fusionnew-definition.scss +239 -0
- package/styles/file-manager/_highcontrast-definition.scss +242 -0
- package/styles/file-manager/_highcontrast-light-definition.scss +242 -0
- package/styles/file-manager/_layout.scss +1993 -0
- package/styles/file-manager/_material-dark-definition.scss +242 -0
- package/styles/file-manager/_material-definition.scss +242 -0
- package/styles/file-manager/_material3-dark-definition.scss +1 -0
- package/styles/file-manager/_material3-definition.scss +259 -0
- package/styles/file-manager/_tailwind-dark-definition.scss +1 -0
- package/styles/file-manager/_tailwind-definition.scss +234 -0
- package/styles/file-manager/_theme.scss +431 -0
- package/styles/file-manager/bootstrap-dark.scss +16 -1
- package/styles/file-manager/bootstrap.scss +16 -1
- package/styles/file-manager/bootstrap4.scss +16 -1
- package/styles/file-manager/bootstrap5-dark.scss +16 -1
- package/styles/file-manager/bootstrap5.scss +16 -1
- package/styles/file-manager/fabric-dark.scss +16 -1
- package/styles/file-manager/fabric.scss +16 -1
- package/styles/file-manager/fluent-dark.scss +16 -1
- package/styles/file-manager/fluent.scss +16 -1
- package/styles/file-manager/highcontrast-light.scss +16 -1
- package/styles/file-manager/highcontrast.scss +16 -1
- package/styles/file-manager/icons/_bootstrap-dark.scss +235 -0
- package/styles/file-manager/icons/_bootstrap.scss +235 -0
- package/styles/file-manager/icons/_bootstrap4.scss +235 -0
- package/styles/file-manager/icons/_bootstrap5-dark.scss +1 -0
- package/styles/file-manager/icons/_bootstrap5.scss +235 -0
- package/styles/file-manager/icons/_fabric-dark.scss +229 -0
- package/styles/file-manager/icons/_fabric.scss +229 -0
- package/styles/file-manager/icons/_fluent-dark.scss +1 -0
- package/styles/file-manager/icons/_fluent.scss +235 -0
- package/styles/file-manager/icons/_fusionnew.scss +235 -0
- package/styles/file-manager/icons/_highcontrast-light.scss +235 -0
- package/styles/file-manager/icons/_highcontrast.scss +229 -0
- package/styles/file-manager/icons/_material-dark.scss +235 -0
- package/styles/file-manager/icons/_material.scss +235 -0
- package/styles/file-manager/icons/_material3-dark.scss +1 -0
- package/styles/file-manager/icons/_material3.scss +235 -0
- package/styles/file-manager/icons/_tailwind-dark.scss +1 -0
- package/styles/file-manager/icons/_tailwind.scss +235 -0
- package/styles/file-manager/material-dark.scss +16 -1
- package/styles/file-manager/material.scss +16 -1
- package/styles/file-manager/material3-dark.scss +16 -1
- package/styles/file-manager/material3.scss +16 -1
- package/styles/file-manager/tailwind-dark.scss +16 -1
- package/styles/file-manager/tailwind.scss +16 -1
- package/styles/material3-dark.scss +1 -0
- package/styles/material3.scss +1 -0
- package/syncfusion-ej2-angular-filemanager.d.ts +5 -0
- package/@syncfusion/ej2-angular-filemanager.es5.js +0 -225
- package/@syncfusion/ej2-angular-filemanager.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-filemanager.js +0 -206
- package/@syncfusion/ej2-angular-filemanager.js.map +0 -1
- package/CHANGELOG.md +0 -487
- package/dist/ej2-angular-filemanager.umd.js +0 -445
- package/dist/ej2-angular-filemanager.umd.js.map +0 -1
- package/dist/ej2-angular-filemanager.umd.min.js +0 -11
- package/dist/ej2-angular-filemanager.umd.min.js.map +0 -1
- package/ej2-angular-filemanager.d.ts +0 -5
- package/ej2-angular-filemanager.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,181 @@
|
|
1
|
+
import { __decorate } from 'tslib';
|
2
|
+
import * as i0 from '@angular/core';
|
3
|
+
import { Component, ChangeDetectionStrategy, NgModule } from '@angular/core';
|
4
|
+
import { setValue, ComponentBase, ComponentMixins } from '@syncfusion/ej2-angular-base';
|
5
|
+
import { FileManager, DetailsView, NavigationPane, LargeIconsView, Toolbar, ContextMenu, BreadCrumbBar, Virtualization } from '@syncfusion/ej2-filemanager';
|
6
|
+
export * from '@syncfusion/ej2-filemanager';
|
7
|
+
import { CommonModule } from '@angular/common';
|
8
|
+
|
9
|
+
const inputs = ['ajaxSettings', 'allowDragAndDrop', 'allowMultiSelection', 'contextMenuSettings', 'cssClass', 'detailsViewSettings', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'height', 'locale', 'navigationPaneSettings', 'path', 'popupTarget', 'rootAliasName', 'searchSettings', 'selectedItems', 'showFileExtension', 'showHiddenItems', 'showItemCheckBoxes', 'showThumbnail', 'sortBy', 'sortOrder', 'toolbarSettings', 'uploadSettings', 'view', 'width'];
|
10
|
+
const outputs = ['beforeDownload', 'beforeImageLoad', 'beforePopupClose', 'beforePopupOpen', 'beforeSend', 'created', 'destroyed', 'failure', 'fileDragStart', 'fileDragStop', 'fileDragging', 'fileDropped', 'fileLoad', 'fileOpen', 'fileSelect', 'fileSelection', 'menuClick', 'menuOpen', 'popupClose', 'popupOpen', 'success', 'toolbarClick', 'toolbarCreate', 'uploadListCreate'];
|
11
|
+
const twoWays = [''];
|
12
|
+
/**
|
13
|
+
* Represents the Essential JS 2 Angular FileManager Component.
|
14
|
+
* ```html
|
15
|
+
* <ejs-filemanager showThumbnail='false'></ejs-filemanager>
|
16
|
+
* ```
|
17
|
+
*/
|
18
|
+
let FileManagerComponent = class FileManagerComponent extends FileManager {
|
19
|
+
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
20
|
+
super();
|
21
|
+
this.ngEle = ngEle;
|
22
|
+
this.srenderer = srenderer;
|
23
|
+
this.viewContainerRef = viewContainerRef;
|
24
|
+
this.injector = injector;
|
25
|
+
this.element = this.ngEle.nativeElement;
|
26
|
+
this.injectedModules = this.injectedModules || [];
|
27
|
+
try {
|
28
|
+
let mod = this.injector.get('FileManagerDetailsView');
|
29
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
30
|
+
this.injectedModules.push(mod);
|
31
|
+
}
|
32
|
+
}
|
33
|
+
catch { }
|
34
|
+
try {
|
35
|
+
let mod = this.injector.get('FileManagerNavigationPane');
|
36
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
37
|
+
this.injectedModules.push(mod);
|
38
|
+
}
|
39
|
+
}
|
40
|
+
catch { }
|
41
|
+
try {
|
42
|
+
let mod = this.injector.get('FileManagerLargeIconsView');
|
43
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
44
|
+
this.injectedModules.push(mod);
|
45
|
+
}
|
46
|
+
}
|
47
|
+
catch { }
|
48
|
+
try {
|
49
|
+
let mod = this.injector.get('FileManagerToolbar');
|
50
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
51
|
+
this.injectedModules.push(mod);
|
52
|
+
}
|
53
|
+
}
|
54
|
+
catch { }
|
55
|
+
try {
|
56
|
+
let mod = this.injector.get('FileManagerContextMenu');
|
57
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
58
|
+
this.injectedModules.push(mod);
|
59
|
+
}
|
60
|
+
}
|
61
|
+
catch { }
|
62
|
+
try {
|
63
|
+
let mod = this.injector.get('FileManagerBreadCrumbBar');
|
64
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
65
|
+
this.injectedModules.push(mod);
|
66
|
+
}
|
67
|
+
}
|
68
|
+
catch { }
|
69
|
+
try {
|
70
|
+
let mod = this.injector.get('FileManagerVirtualization');
|
71
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
72
|
+
this.injectedModules.push(mod);
|
73
|
+
}
|
74
|
+
}
|
75
|
+
catch { }
|
76
|
+
this.registerEvents(outputs);
|
77
|
+
this.addTwoWay.call(this, twoWays);
|
78
|
+
setValue('currentInstance', this, this.viewContainerRef);
|
79
|
+
this.context = new ComponentBase();
|
80
|
+
}
|
81
|
+
ngOnInit() {
|
82
|
+
this.context.ngOnInit(this);
|
83
|
+
}
|
84
|
+
ngAfterViewInit() {
|
85
|
+
this.context.ngAfterViewInit(this);
|
86
|
+
}
|
87
|
+
ngOnDestroy() {
|
88
|
+
this.context.ngOnDestroy(this);
|
89
|
+
}
|
90
|
+
ngAfterContentChecked() {
|
91
|
+
this.context.ngAfterContentChecked(this);
|
92
|
+
}
|
93
|
+
};
|
94
|
+
FileManagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FileManagerComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
95
|
+
FileManagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: FileManagerComponent, selector: "ejs-filemanager", inputs: { ajaxSettings: "ajaxSettings", allowDragAndDrop: "allowDragAndDrop", allowMultiSelection: "allowMultiSelection", contextMenuSettings: "contextMenuSettings", cssClass: "cssClass", detailsViewSettings: "detailsViewSettings", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", enableVirtualization: "enableVirtualization", height: "height", locale: "locale", navigationPaneSettings: "navigationPaneSettings", path: "path", popupTarget: "popupTarget", rootAliasName: "rootAliasName", searchSettings: "searchSettings", selectedItems: "selectedItems", showFileExtension: "showFileExtension", showHiddenItems: "showHiddenItems", showItemCheckBoxes: "showItemCheckBoxes", showThumbnail: "showThumbnail", sortBy: "sortBy", sortOrder: "sortOrder", toolbarSettings: "toolbarSettings", uploadSettings: "uploadSettings", view: "view", width: "width" }, outputs: { beforeDownload: "beforeDownload", beforeImageLoad: "beforeImageLoad", beforePopupClose: "beforePopupClose", beforePopupOpen: "beforePopupOpen", beforeSend: "beforeSend", created: "created", destroyed: "destroyed", failure: "failure", fileDragStart: "fileDragStart", fileDragStop: "fileDragStop", fileDragging: "fileDragging", fileDropped: "fileDropped", fileLoad: "fileLoad", fileOpen: "fileOpen", fileSelect: "fileSelect", fileSelection: "fileSelection", menuClick: "menuClick", menuOpen: "menuOpen", popupClose: "popupClose", popupOpen: "popupOpen", success: "success", toolbarClick: "toolbarClick", toolbarCreate: "toolbarCreate", uploadListCreate: "uploadListCreate" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
96
|
+
FileManagerComponent = __decorate([
|
97
|
+
ComponentMixins([ComponentBase])
|
98
|
+
], FileManagerComponent);
|
99
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FileManagerComponent, decorators: [{
|
100
|
+
type: Component,
|
101
|
+
args: [{
|
102
|
+
selector: 'ejs-filemanager',
|
103
|
+
inputs: inputs,
|
104
|
+
outputs: outputs,
|
105
|
+
template: '',
|
106
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
107
|
+
queries: {}
|
108
|
+
}]
|
109
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
|
110
|
+
|
111
|
+
/**
|
112
|
+
* NgModule definition for the FileManager component.
|
113
|
+
*/
|
114
|
+
class FileManagerModule {
|
115
|
+
}
|
116
|
+
FileManagerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FileManagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
117
|
+
FileManagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FileManagerModule, declarations: [FileManagerComponent], imports: [CommonModule], exports: [FileManagerComponent] });
|
118
|
+
FileManagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FileManagerModule, imports: [[CommonModule]] });
|
119
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FileManagerModule, decorators: [{
|
120
|
+
type: NgModule,
|
121
|
+
args: [{
|
122
|
+
imports: [CommonModule],
|
123
|
+
declarations: [
|
124
|
+
FileManagerComponent
|
125
|
+
],
|
126
|
+
exports: [
|
127
|
+
FileManagerComponent
|
128
|
+
]
|
129
|
+
}]
|
130
|
+
}] });
|
131
|
+
|
132
|
+
const DetailsViewService = { provide: 'FileManagerDetailsView', useValue: DetailsView };
|
133
|
+
const NavigationPaneService = { provide: 'FileManagerNavigationPane', useValue: NavigationPane };
|
134
|
+
const LargeIconsViewService = { provide: 'FileManagerLargeIconsView', useValue: LargeIconsView };
|
135
|
+
const ToolbarService = { provide: 'FileManagerToolbar', useValue: Toolbar };
|
136
|
+
const ContextMenuService = { provide: 'FileManagerContextMenu', useValue: ContextMenu };
|
137
|
+
const BreadCrumbBarService = { provide: 'FileManagerBreadCrumbBar', useValue: BreadCrumbBar };
|
138
|
+
const VirtualizationService = { provide: 'FileManagerVirtualization', useValue: Virtualization };
|
139
|
+
/**
|
140
|
+
* NgModule definition for the FileManager component with providers.
|
141
|
+
*/
|
142
|
+
class FileManagerAllModule {
|
143
|
+
}
|
144
|
+
FileManagerAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FileManagerAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
145
|
+
FileManagerAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FileManagerAllModule, imports: [CommonModule, FileManagerModule], exports: [FileManagerModule] });
|
146
|
+
FileManagerAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FileManagerAllModule, providers: [
|
147
|
+
DetailsViewService,
|
148
|
+
NavigationPaneService,
|
149
|
+
LargeIconsViewService,
|
150
|
+
ToolbarService,
|
151
|
+
ContextMenuService,
|
152
|
+
BreadCrumbBarService,
|
153
|
+
VirtualizationService
|
154
|
+
], imports: [[CommonModule, FileManagerModule], FileManagerModule] });
|
155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: FileManagerAllModule, decorators: [{
|
156
|
+
type: NgModule,
|
157
|
+
args: [{
|
158
|
+
imports: [CommonModule, FileManagerModule],
|
159
|
+
exports: [
|
160
|
+
FileManagerModule
|
161
|
+
],
|
162
|
+
providers: [
|
163
|
+
DetailsViewService,
|
164
|
+
NavigationPaneService,
|
165
|
+
LargeIconsViewService,
|
166
|
+
ToolbarService,
|
167
|
+
ContextMenuService,
|
168
|
+
BreadCrumbBarService,
|
169
|
+
VirtualizationService
|
170
|
+
]
|
171
|
+
}]
|
172
|
+
}] });
|
173
|
+
|
174
|
+
// Mapping root file for package generation
|
175
|
+
|
176
|
+
/**
|
177
|
+
* Generated bundle index. Do not edit.
|
178
|
+
*/
|
179
|
+
|
180
|
+
export { BreadCrumbBarService, ContextMenuService, DetailsViewService, FileManagerAllModule, FileManagerComponent, FileManagerModule, LargeIconsViewService, NavigationPaneService, ToolbarService, VirtualizationService };
|
181
|
+
//# sourceMappingURL=syncfusion-ej2-angular-filemanager.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"syncfusion-ej2-angular-filemanager.mjs","sources":["../../src/file-manager/filemanager.component.ts","../../src/file-manager/filemanager.module.ts","../../src/file-manager/filemanager-all.module.ts","../../public_api.ts","../../syncfusion-ej2-angular-filemanager.ts"],"sourcesContent":["import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { FileManager } from '@syncfusion/ej2-filemanager';\n\n\n\nexport const inputs: string[] = ['ajaxSettings','allowDragAndDrop','allowMultiSelection','contextMenuSettings','cssClass','detailsViewSettings','enableHtmlSanitizer','enablePersistence','enableRtl','enableVirtualization','height','locale','navigationPaneSettings','path','popupTarget','rootAliasName','searchSettings','selectedItems','showFileExtension','showHiddenItems','showItemCheckBoxes','showThumbnail','sortBy','sortOrder','toolbarSettings','uploadSettings','view','width'];\nexport const outputs: string[] = ['beforeDownload','beforeImageLoad','beforePopupClose','beforePopupOpen','beforeSend','created','destroyed','failure','fileDragStart','fileDragStop','fileDragging','fileDropped','fileLoad','fileOpen','fileSelect','fileSelection','menuClick','menuOpen','popupClose','popupOpen','success','toolbarClick','toolbarCreate','uploadListCreate'];\nexport const twoWays: string[] = [''];\n\n/**\n * Represents the Essential JS 2 Angular FileManager Component.\n * ```html\n * <ejs-filemanager showThumbnail='false'></ejs-filemanager>\n * ```\n */\n@Component({\n selector: 'ejs-filemanager',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n})\n@ComponentMixins([ComponentBase])\nexport class FileManagerComponent extends FileManager implements IComponentBase {\n public context : any;\n public tagObjects: any;\n\tbeforeDownload: any;\n\tbeforeImageLoad: any;\n\tbeforePopupClose: any;\n\tbeforePopupOpen: any;\n\tbeforeSend: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfailure: any;\n\tfileDragStart: any;\n\tfileDragStop: any;\n\tfileDragging: any;\n\tfileDropped: any;\n\tfileLoad: any;\n\tfileOpen: any;\n\tfileSelect: any;\n\tfileSelection: any;\n\tmenuClick: any;\n\tmenuOpen: any;\n\tpopupClose: any;\n\tpopupOpen: any;\n\tsuccess: any;\n\ttoolbarClick: any;\n\ttoolbarCreate: any;\n\tpublic uploadListCreate: any;\n\n\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('FileManagerDetailsView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('FileManagerNavigationPane');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('FileManagerLargeIconsView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('FileManagerToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('FileManagerContextMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('FileManagerBreadCrumbBar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('FileManagerVirtualization');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n\n public ngOnInit() {\n this.context.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FileManagerComponent } from './filemanager.component';\n\n/**\n * NgModule definition for the FileManager component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n FileManagerComponent\n ],\n exports: [\n FileManagerComponent\n ]\n})\nexport class FileManagerModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FileManagerComponent } from './filemanager.component';\nimport { FileManagerModule } from './filemanager.module';\nimport {DetailsView, NavigationPane, LargeIconsView, Toolbar, ContextMenu, BreadCrumbBar, Virtualization} from '@syncfusion/ej2-filemanager'\n\n\nexport const DetailsViewService: ValueProvider = { provide: 'FileManagerDetailsView', useValue: DetailsView};\nexport const NavigationPaneService: ValueProvider = { provide: 'FileManagerNavigationPane', useValue: NavigationPane};\nexport const LargeIconsViewService: ValueProvider = { provide: 'FileManagerLargeIconsView', useValue: LargeIconsView};\nexport const ToolbarService: ValueProvider = { provide: 'FileManagerToolbar', useValue: Toolbar};\nexport const ContextMenuService: ValueProvider = { provide: 'FileManagerContextMenu', useValue: ContextMenu};\nexport const BreadCrumbBarService: ValueProvider = { provide: 'FileManagerBreadCrumbBar', useValue: BreadCrumbBar};\nexport const VirtualizationService: ValueProvider = { provide: 'FileManagerVirtualization', useValue: Virtualization};\n\n/**\n * NgModule definition for the FileManager component with providers.\n */\n@NgModule({\n imports: [CommonModule, FileManagerModule],\n exports: [\n FileManagerModule\n ],\n providers:[\n DetailsViewService,\n NavigationPaneService,\n LargeIconsViewService,\n ToolbarService,\n ContextMenuService,\n BreadCrumbBarService,\n VirtualizationService\n ]\n})\nexport class FileManagerAllModule { }","// Mapping root file for package generation\nexport * from './src/index';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-filemanager@*",
|
3
3
|
"_id": "@syncfusion/ej2-angular-filemanager@22.2.10",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-2eiVmLm4ARlnYgOuoyqrwWLx9nJXy3rZa0UCr64MICalVyvhm5JYR0jaVa/IN6xFvcoYxyhjGgHaI681gCM3/Q==",
|
6
6
|
"_location": "/@syncfusion/ej2-angular-filemanager",
|
7
7
|
"_phantomChildren": {},
|
8
8
|
"_requested": {
|
@@ -19,10 +19,10 @@
|
|
19
19
|
"_requiredBy": [
|
20
20
|
"/"
|
21
21
|
],
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix
|
23
|
-
"_shasum": "
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-22.2.10.tgz",
|
23
|
+
"_shasum": "bea732e112c807f6046bd03123db47718cae648e",
|
24
24
|
"_spec": "@syncfusion/ej2-angular-filemanager@*",
|
25
|
-
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
|
26
26
|
"author": {
|
27
27
|
"name": "Syncfusion Inc."
|
28
28
|
},
|
@@ -33,12 +33,28 @@
|
|
33
33
|
"dependencies": {
|
34
34
|
"@syncfusion/ej2-angular-base": "~22.2.5",
|
35
35
|
"@syncfusion/ej2-base": "~22.2.12",
|
36
|
-
"@syncfusion/ej2-filemanager": "22.2.12"
|
36
|
+
"@syncfusion/ej2-filemanager": "22.2.12",
|
37
|
+
"tslib": "^2.3.0"
|
37
38
|
},
|
38
39
|
"deprecated": false,
|
39
40
|
"description": "Essential JS 2 FileManager Component for Angular",
|
40
|
-
"
|
41
|
-
"
|
41
|
+
"es2020": "fesm2020/syncfusion-ej2-angular-filemanager.mjs",
|
42
|
+
"esm2020": "esm2020/syncfusion-ej2-angular-filemanager.mjs",
|
43
|
+
"exports": {
|
44
|
+
"./package.json": {
|
45
|
+
"default": "./package.json"
|
46
|
+
},
|
47
|
+
".": {
|
48
|
+
"types": "./syncfusion-ej2-angular-filemanager.d.ts",
|
49
|
+
"esm2020": "./esm2020/syncfusion-ej2-angular-filemanager.mjs",
|
50
|
+
"es2020": "./fesm2020/syncfusion-ej2-angular-filemanager.mjs",
|
51
|
+
"es2015": "./fesm2015/syncfusion-ej2-angular-filemanager.mjs",
|
52
|
+
"node": "./fesm2015/syncfusion-ej2-angular-filemanager.mjs",
|
53
|
+
"default": "./fesm2020/syncfusion-ej2-angular-filemanager.mjs"
|
54
|
+
}
|
55
|
+
},
|
56
|
+
"fesm2015": "fesm2015/syncfusion-ej2-angular-filemanager.mjs",
|
57
|
+
"fesm2020": "fesm2020/syncfusion-ej2-angular-filemanager.mjs",
|
42
58
|
"homepage": "https://www.syncfusion.com/angular-components",
|
43
59
|
"keywords": [
|
44
60
|
"angular",
|
@@ -52,9 +68,7 @@
|
|
52
68
|
"angular-directory viewer"
|
53
69
|
],
|
54
70
|
"license": "SEE LICENSE IN license",
|
55
|
-
"
|
56
|
-
"metadata": "ej2-angular-filemanager.metadata.json",
|
57
|
-
"module": "@syncfusion/ej2-angular-filemanager.es5.js",
|
71
|
+
"module": "fesm2015/syncfusion-ej2-angular-filemanager.mjs",
|
58
72
|
"name": "@syncfusion/ej2-angular-filemanager",
|
59
73
|
"repository": {
|
60
74
|
"type": "git",
|
@@ -62,6 +76,6 @@
|
|
62
76
|
},
|
63
77
|
"schematics": "./schematics/collection.json",
|
64
78
|
"sideEffects": false,
|
65
|
-
"typings": "ej2-angular-filemanager.d.ts",
|
66
|
-
"version": "22.2.12
|
79
|
+
"typings": "syncfusion-ej2-angular-filemanager.d.ts",
|
80
|
+
"version": "22.2.12"
|
67
81
|
}
|
@@ -1,4 +1,7 @@
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
import * as i1 from "@angular/common";
|
4
|
+
import * as i2 from "./filemanager.module";
|
2
5
|
export declare const DetailsViewService: ValueProvider;
|
3
6
|
export declare const NavigationPaneService: ValueProvider;
|
4
7
|
export declare const LargeIconsViewService: ValueProvider;
|
@@ -10,4 +13,7 @@ export declare const VirtualizationService: ValueProvider;
|
|
10
13
|
* NgModule definition for the FileManager component with providers.
|
11
14
|
*/
|
12
15
|
export declare class FileManagerAllModule {
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerAllModule, never>;
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FileManagerAllModule, never, [typeof i1.CommonModule, typeof i2.FileManagerModule], [typeof i2.FileManagerModule]>;
|
18
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FileManagerAllModule>;
|
13
19
|
}
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
3
3
|
import { FileManager } from '@syncfusion/ej2-filemanager';
|
4
|
+
import * as i0 from "@angular/core";
|
4
5
|
export declare const inputs: string[];
|
5
6
|
export declare const outputs: string[];
|
6
7
|
export declare const twoWays: string[];
|
@@ -48,4 +49,6 @@ export declare class FileManagerComponent extends FileManager implements ICompon
|
|
48
49
|
ngAfterContentChecked(): void;
|
49
50
|
registerEvents: (eventList: string[]) => void;
|
50
51
|
addTwoWay: (propList: string[]) => void;
|
52
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerComponent, never>;
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileManagerComponent, "ejs-filemanager", never, { "ajaxSettings": "ajaxSettings"; "allowDragAndDrop": "allowDragAndDrop"; "allowMultiSelection": "allowMultiSelection"; "contextMenuSettings": "contextMenuSettings"; "cssClass": "cssClass"; "detailsViewSettings": "detailsViewSettings"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "height": "height"; "locale": "locale"; "navigationPaneSettings": "navigationPaneSettings"; "path": "path"; "popupTarget": "popupTarget"; "rootAliasName": "rootAliasName"; "searchSettings": "searchSettings"; "selectedItems": "selectedItems"; "showFileExtension": "showFileExtension"; "showHiddenItems": "showHiddenItems"; "showItemCheckBoxes": "showItemCheckBoxes"; "showThumbnail": "showThumbnail"; "sortBy": "sortBy"; "sortOrder": "sortOrder"; "toolbarSettings": "toolbarSettings"; "uploadSettings": "uploadSettings"; "view": "view"; "width": "width"; }, { "beforeDownload": "beforeDownload"; "beforeImageLoad": "beforeImageLoad"; "beforePopupClose": "beforePopupClose"; "beforePopupOpen": "beforePopupOpen"; "beforeSend": "beforeSend"; "created": "created"; "destroyed": "destroyed"; "failure": "failure"; "fileDragStart": "fileDragStart"; "fileDragStop": "fileDragStop"; "fileDragging": "fileDragging"; "fileDropped": "fileDropped"; "fileLoad": "fileLoad"; "fileOpen": "fileOpen"; "fileSelect": "fileSelect"; "fileSelection": "fileSelection"; "menuClick": "menuClick"; "menuOpen": "menuOpen"; "popupClose": "popupClose"; "popupOpen": "popupOpen"; "success": "success"; "toolbarClick": "toolbarClick"; "toolbarCreate": "toolbarCreate"; "uploadListCreate": "uploadListCreate"; }, never, never>;
|
51
54
|
}
|
@@ -1,5 +1,11 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "./filemanager.component";
|
3
|
+
import * as i2 from "@angular/common";
|
1
4
|
/**
|
2
5
|
* NgModule definition for the FileManager component.
|
3
6
|
*/
|
4
7
|
export declare class FileManagerModule {
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerModule, never>;
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FileManagerModule, [typeof i1.FileManagerComponent], [typeof i2.CommonModule], [typeof i1.FileManagerComponent]>;
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FileManagerModule>;
|
5
11
|
}
|
@@ -0,0 +1,242 @@
|
|
1
|
+
/*! FileManager's bootstrap theme wise override definitions and variables */
|
2
|
+
$fm-skin-name: 'bootstrap-dark' !default;
|
3
|
+
$fe-bc-font-size: 14px !default;
|
4
|
+
$fe-bc-icon-font-size: 10px !default;
|
5
|
+
$fe-dg-td-font-size: 14px !default;
|
6
|
+
$fe-lg-text-font-size: 13px !default;
|
7
|
+
$fe-ddl-icon-font-size: 14px !default;
|
8
|
+
|
9
|
+
$fe-big-bc-font-size: 15px !default;
|
10
|
+
$fe-big-bc-icon-font-size: 12px !default;
|
11
|
+
$fe-big-lg-text-font-size: 14px !default;
|
12
|
+
$fe-big-dg-header-font-size: 21px !default;
|
13
|
+
$fe-big-dg-td-font-size: 15px !default;
|
14
|
+
|
15
|
+
$fe-border-color: $grey-99 !default;
|
16
|
+
$fe-background: $gray-base !default;
|
17
|
+
$fe-icon-color: $grey-dark-font !default;
|
18
|
+
$fe-label-color: $grey-dark-font !default;
|
19
|
+
$fe-text-color: $grey-dark-font !default;
|
20
|
+
$fe-active-border-color: $brand-primary !default;
|
21
|
+
$fe-active-bg-color: $brand-primary !default;
|
22
|
+
$fe-active-font-color: $grey-dark-font !default;
|
23
|
+
$fe-hover-border-color: $gray-light !default;
|
24
|
+
$fe-hover-bg-color: $gray-light !default;
|
25
|
+
$fe-ah-border-color: $brand-primary !default;
|
26
|
+
$fe-ah-bg-color: $brand-primary !default;
|
27
|
+
$fe-focus-border-color: $gray-light !default;
|
28
|
+
$fe-bc-color: $grey-dark-font !default;
|
29
|
+
$fe-bc-link-color: $brand-primary-lighten-10 !default;
|
30
|
+
$fe-bc-hover-bg-color: $gray-base !default;
|
31
|
+
$fe-bc-hover-font-color: $brand-primary-lighten-20 !default;
|
32
|
+
$fe-grid-header-bg-color: $gray-base !default;
|
33
|
+
$fe-grid-type-color: $grey-cc !default;
|
34
|
+
$fe-grid-text-color: $grey-dark-font !default;
|
35
|
+
$fe-ddl-icon-color: $brand-primary !default;
|
36
|
+
$fe-error-color: $brand-danger !default;
|
37
|
+
$fe-img-border-color: $grey-dark-font !default;
|
38
|
+
$fe-search-bg-color: $gray-base !default;
|
39
|
+
$fe-tb-hover-border-color: $grey-white !default;
|
40
|
+
$fe-tb-focus-border-color: $grey-white !default;
|
41
|
+
$fe-tb-focus-bg: $gray !default;
|
42
|
+
$fe-checkbox-color: $grey-dark-font !default;
|
43
|
+
$fe-checkbox-bg-color: $gray-base !default;
|
44
|
+
$fe-drop-border-color: $brand-primary !default;
|
45
|
+
$fe-up-list-border-color: $brand-primary !default;
|
46
|
+
$fe-clone-bg-color: $gray-light !default;
|
47
|
+
$fe-clone-border-color: $grey-99 !default;
|
48
|
+
$fe-clone-count-border-color: $grey-base !default;
|
49
|
+
$fe-clone-count-font-color: $brand-primary-font !default;
|
50
|
+
$fe-clone-count-bg-color: $brand-primary !default;
|
51
|
+
$fe-drop-folder-bg-color: $brand-primary !default;
|
52
|
+
|
53
|
+
$fe-clone-box-shadow: none !default;
|
54
|
+
$fe-clone-border: 1px solid !default;
|
55
|
+
$fe-img-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .05) !default;
|
56
|
+
$fe-tb-ddb-icon-padding: 0 !default;
|
57
|
+
$fe-tb-ddb-height: calc(100% - 2px) !default;
|
58
|
+
$fe-tb-ddb-btn-hvr-padding: 0 1.5px !default;
|
59
|
+
$fe-tb-ddb-btn-padding: 1px 2.5px !default;
|
60
|
+
$fe-tb-ddb-border: 0 !default;
|
61
|
+
$fe-tb-ddb-caret-size: 8px !default;
|
62
|
+
$fe-upload-overlay-border: 2px !default;
|
63
|
+
$fe-search-padding: 1.5px 8px 0 1px !default;
|
64
|
+
$fe-search-height: 30px !default;
|
65
|
+
$fe-search-icon-margin: 3px 0 !default;
|
66
|
+
$fe-search-icon-font-size : 14px !default;
|
67
|
+
$fe-search-clear-icon-padding: 0 !default;
|
68
|
+
$fe-search-input-margin: -1px 0 0 24px !default;
|
69
|
+
$fe-bc-margin: 0 !default;
|
70
|
+
$fe-bc-padding: 2px 8px !default;
|
71
|
+
$fe-bc-text-padding: 4px 4px 5px !default;
|
72
|
+
$fe-bc-text-size: 30px !default;
|
73
|
+
$fe-bc-icon-margin: 0 4px !default;
|
74
|
+
$fe-bc-icon-padding: 5px !default;
|
75
|
+
$fe-bc-search-border-bottom: 1px !default;
|
76
|
+
$fe-bc-li-item-height: 29px !default;
|
77
|
+
$fe-bc-submenu-height: 26px !default;
|
78
|
+
$fe-bc-li-text-decoration: none;
|
79
|
+
$fe-grid-icon-size: 18px !default;
|
80
|
+
$fe-grid-icon-margin: 0 8px 0 0 !default;
|
81
|
+
$fe-dg-td-padding: 8px 24px 8px 0 !default;
|
82
|
+
$fe-dg-rtl-td-padding: 8px 0 8px 24px !default;
|
83
|
+
$fe-grid-header-height: 32px !default;
|
84
|
+
$fe-grid-header-font-size: 14px !default;
|
85
|
+
$fe-grid-header-cb-padding-left: 8px !default;
|
86
|
+
$fe-grid-content-font-size: 12px !default;
|
87
|
+
$fe-grid-content-name-font-size: 13px !default;
|
88
|
+
$fe-grid-icon-sort-margin: 0 !default;
|
89
|
+
$fe-grid-row-ie-box-shadow: inset 0 1px 0 0 lighten($brand-primary, 10%), inset 0 -1px 0 0 lighten($brand-primary, 10%) !default;
|
90
|
+
$fe-grid-row-fc-ie-box-shadow: inset 1px 1px 0 0 lighten($brand-primary, 10%), inset 1px -1px 0 0 lighten($brand-primary, 10%) !default;
|
91
|
+
$fe-grid-row-lc-ie-box-shadow: inset -1px 1px 0 0 lighten($brand-primary, 10%), inset -1px -1px 0 0 lighten($brand-primary, 10%) !default;
|
92
|
+
$fe-lg-margin: 0 !default;
|
93
|
+
$fe-lg-padding: 0 4px !default;
|
94
|
+
$fe-lg-item-height: 85px !default;
|
95
|
+
$fe-lg-item-width: 80px !default;
|
96
|
+
$fe-lg-item-margin: 8px 4px !default;
|
97
|
+
$fe-lg-item-padding: 2px !default;
|
98
|
+
$fe-lg-item-border: 1px !default;
|
99
|
+
$fe-lg-item-inner-height: 79px !default;
|
100
|
+
$fe-lg-item-inner-width: 74px !default;
|
101
|
+
$fe-lg-icon-height: 40px !default;
|
102
|
+
$fe-lg-icon-width: 40px !default;
|
103
|
+
$fe-lg-icon-margin: 10px auto !default;
|
104
|
+
$fe-lg-img-height: 62px !default;
|
105
|
+
$fe-lg-text-padding: 2px 0 0 0 !default;
|
106
|
+
$fe-cb-line-height: 12px !default;
|
107
|
+
$fe-cm-separator-margin: 0 0 !default;
|
108
|
+
$fe-dd-popup-blank-icon-padding-left: 40px !default;
|
109
|
+
$fe-tv-fullrow-height: 34px !default;
|
110
|
+
$fe-address-height: 34px !default;
|
111
|
+
$fe-tv-node-height: 32px !default;
|
112
|
+
|
113
|
+
$fe-big-tv-fullrow-height: 40px !default;
|
114
|
+
$fe-big-address-height: 40px !default;
|
115
|
+
$fe-big-tv-node-height: 38px !default;
|
116
|
+
$fe-big-tb-ddb-btn-hvr-padding: 0 6px !default;
|
117
|
+
$fe-big-tb-ddb-btn-padding: 1px 7px !default;
|
118
|
+
$fe-big-search-padding: 1.5px 12px 0 1px !default;
|
119
|
+
$fe-big-search-height: 36px !default;
|
120
|
+
$fe-big-bc-padding: 3px 12px !default;
|
121
|
+
$fe-big-bc-text-size: 32px !default;
|
122
|
+
$fe-big-bc-text-padding: 5px 4px !default;
|
123
|
+
$fe-big-bc-li-item-height: 34px !default;
|
124
|
+
$fe-big-bc-submenu-height: 33px !default;
|
125
|
+
$fe-big-grid-icon-margin: 0 12px 0 0 !default;
|
126
|
+
$fe-big-grid-header-height: 36px !default;
|
127
|
+
$fe-big-dg-td-padding: 8px 30px 8px 0 !default;
|
128
|
+
$fe-big-lg-padding: 0 6px !default;
|
129
|
+
$fe-big-lg-item-height: 106px !default;
|
130
|
+
$fe-big-lg-item-width: 100px !default;
|
131
|
+
$fe-big-lg-item-margin: 12px 6px !default;
|
132
|
+
$fe-big-lg-item-inner-height: 100px !default;
|
133
|
+
$fe-big-lg-item-inner-width: 94px !default;
|
134
|
+
$fe-big-lg-icon-height: 52px !default;
|
135
|
+
$fe-big-lg-icon-width: 52px !default;
|
136
|
+
$fe-big-lg-icon-margin: 11px auto !default;
|
137
|
+
$fe-big-lg-img-height: 79px !default;
|
138
|
+
$fe-big-lg-text-padding: 4px 2px 2px !default;
|
139
|
+
$fe-big-cb-line-height: 17px !default;
|
140
|
+
$fe-big-grid-header-font-size: 15px !default;
|
141
|
+
$fe-big-grid-content-font-size: 13px !default;
|
142
|
+
$fe-big-grid-content-name-font-size: 14px !default;
|
143
|
+
|
144
|
+
$fe-rtl-grid-icon-margin: 0 0 0 8px !default;
|
145
|
+
|
146
|
+
$fe-mobile-lg-item-height: 155px !default;
|
147
|
+
$fe-mobile-lg-item-width: 155px !default;
|
148
|
+
$fe-mobile-lg-item-margin: 12px 8px !default;
|
149
|
+
$fe-mobile-lg-item-inner-width: 110px !default;
|
150
|
+
$fe-mobile-lg-icon-height: 110px !default;
|
151
|
+
$fe-mobile-lg-icon-width: 110px !default;
|
152
|
+
$fe-mobile-lg-icon-margin: 11px auto 0 !default;
|
153
|
+
$fe-mobile-lg-img-height: 110px !default;
|
154
|
+
$fe-mobile-grid-icon-size: 35px !default;
|
155
|
+
$fe-mobile-icon-font-size: 20px !default;
|
156
|
+
$fe-mobile-newfolder-padding-top: 0 !default;
|
157
|
+
$fe-mobile-upload-padding-left: 0 !default;
|
158
|
+
$fe-mobile-sort-padding-top: 3px !default;
|
159
|
+
$fe-mobile-refresh-padding-top: 3px !default;
|
160
|
+
$fe-mobile-select-padding-top: 2px !default;
|
161
|
+
$fe-mobile-large-padding: 4px 0 0 2px !default;
|
162
|
+
$fe-mobile-grid-padding: 4px 2px 0 2px !default;
|
163
|
+
$fe-mobile-details-padding-top: 3px !default;
|
164
|
+
$fe-mobile-delete-padding-left: 4px !default;
|
165
|
+
$fe-mobile-rename-padding-left: 2px !default;
|
166
|
+
$fe-mobile-rename-padding-top: 3px !default;
|
167
|
+
$fe-mobile-download-padding-left: 4px !default;
|
168
|
+
$fe-mobile-cut-padding-left: 2px !default;
|
169
|
+
$fe-mobile-cut-padding-top: 1px !default;
|
170
|
+
$fe-mobile-copy-padding-left: 4px !default;
|
171
|
+
$fe-mobile-search-height: 40px !default;
|
172
|
+
$fe-mobile-lg-item-minwidth: 140px !default;
|
173
|
+
$fe-mobile-lg-item-width-two: calc(50% - 17px) !default;
|
174
|
+
$fe-mobile-lg-item-width-three: calc(33.33% - 17px) !default;
|
175
|
+
|
176
|
+
$fe-big-lg-icon-empty-min-width: 300px !default;
|
177
|
+
|
178
|
+
$fe-big-lg-icon-empty-content-font-size: 24px !default;
|
179
|
+
$fe-big-lg-icon-empty-content-margin: 0 auto !default;
|
180
|
+
$fe-big-lg-icon-empty-content-padding: 12px !default;
|
181
|
+
$fe-big-lg-icon-empty-content-text-align: center !default;
|
182
|
+
|
183
|
+
$fe-big-lg-icon-empty-icon-height: 64px !default;
|
184
|
+
$fe-big-lg-icon-empty-icon-margin: 0 auto !default;
|
185
|
+
$fe-big-lg-icon-empty-icon-width: 64px !default;
|
186
|
+
|
187
|
+
$fe-big-lg-icon-empty-inner-content-font-size: 16px !default;
|
188
|
+
$fe-big-lg-icon-empty-inner-content-margin: 0 auto !default;
|
189
|
+
$fe-big-lg-icon-empty-inner-content-opacity: .5 !default;
|
190
|
+
$fe-big-lg-icon-empty-inner-content-padding: 6px !default;
|
191
|
+
$fe-big-lg-icon-empty-inner-content-text-align: center !default;
|
192
|
+
|
193
|
+
$fe-big-grid-empty-min-width: 300px !default;
|
194
|
+
|
195
|
+
$fe-big-grid-empty-content-font-size: 24px !default;
|
196
|
+
$fe-big-grid-empty-content-margin: 0 auto !default;
|
197
|
+
$fe-big-grid-empty-content-padding: 12px !default;
|
198
|
+
$fe-big-grid-empty-content-text-align: center !default;
|
199
|
+
|
200
|
+
$fe-big-grid-empty-icon-height: 64px !default;
|
201
|
+
$fe-big-grid-empty-icon-margin: 0 auto !default;
|
202
|
+
$fe-big-grid-empty-icon-width: 64px !default;
|
203
|
+
|
204
|
+
$fe-big-grid-empty-inner-content-font-size: 16px !default;
|
205
|
+
$fe-big-grid-empty-inner-content-margin: 0 auto !default;
|
206
|
+
$fe-big-grid-empty-inner-content-opacity: .5 !default;
|
207
|
+
$fe-big-grid-empty-inner-content-padding: 6px !default;
|
208
|
+
$fe-big-grid-empty-inner-content-text-align: center !default;
|
209
|
+
|
210
|
+
$fe-grid-empty-min-width: 200px !default;
|
211
|
+
|
212
|
+
$fe-grid-empty-content-font-size: 20px !default;
|
213
|
+
$fe-grid-empty-content-margin: 0 auto !default;
|
214
|
+
$fe-grid-empty-content-padding: 8px !default;
|
215
|
+
$fe-grid-empty-content-text-align: center !default;
|
216
|
+
|
217
|
+
$fe-grid-empty-icon-height: 52px !default;
|
218
|
+
$fe-grid-empty-icon-margin: 0 auto !default;
|
219
|
+
$fe-grid-empty-icon-width: 52px !default;
|
220
|
+
|
221
|
+
$fe-grid-empty-inner-content-font-size: 14px !default;
|
222
|
+
$fe-grid-empty-inner-content-margin: 0 auto !default;
|
223
|
+
$fe-grid-empty-inner-content-opacity: .5 !default;
|
224
|
+
$fe-grid-empty-inner-content-padding: 6px !default;
|
225
|
+
$fe-grid-empty-inner-content-text-align: center !default;
|
226
|
+
|
227
|
+
$fe-lg-icon-empty-min-width: 200px !default;
|
228
|
+
|
229
|
+
$fe-lg-icon-empty-content-font-size: 20px !default;
|
230
|
+
$fe-lg-icon-empty-content-margin: 0 auto !default;
|
231
|
+
$fe-lg-icon-empty-content-padding: 8px !default;
|
232
|
+
$fe-lg-icon-empty-content-text-align: center !default;
|
233
|
+
|
234
|
+
$fe-lg-icon-empty-icon-height: 52px !default;
|
235
|
+
$fe-lg-icon-empty-icon-margin: 0 auto !default;
|
236
|
+
$fe-lg-icon-empty-icon-width: 52px !default;
|
237
|
+
|
238
|
+
$fe-lg-icon-empty-inner-content-font-size: 14px !default;
|
239
|
+
$fe-lg-icon-empty-inner-content-margin: 0 auto !default;
|
240
|
+
$fe-lg-icon-empty-inner-content-opacity: .5 !default;
|
241
|
+
$fe-lg-icon-empty-inner-content-padding: 6px !default;
|
242
|
+
$fe-lg-icon-empty-inner-content-text-align: center !default;
|