@syncfusion/ej2-vue-filemanager 19.4.56 → 20.1.55
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/CHANGELOG.md +3 -53
- package/dist/ej2-vue-filemanager.umd.min.js +11 -2
- package/dist/es6/ej2-vue-filemanager.es2015.js +17 -3
- package/dist/es6/ej2-vue-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-filemanager.es5.js +11 -2
- package/dist/es6/ej2-vue-filemanager.es5.js.map +1 -1
- package/dist/global/ej2-vue-filemanager.min.js +2 -2
- package/package.json +8 -8
- package/src/file-manager/filemanager.component.d.ts +1 -0
- package/src/file-manager/filemanager.component.js +11 -2
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/file-manager/bootstrap5-dark.css +1 -1
- package/styles/file-manager/bootstrap5.css +1 -1
- package/styles/file-manager/fluent-dark.css +1901 -0
- package/styles/file-manager/fluent-dark.scss +1 -0
- package/styles/file-manager/fluent.css +1900 -0
- package/styles/file-manager/fluent.scss +1 -0
- package/styles/file-manager/tailwind-dark.css +49 -49
- package/styles/file-manager/tailwind.css +49 -49
- package/styles/fluent-dark.css +1901 -0
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +1900 -0
- package/styles/fluent.scss +1 -0
- package/styles/tailwind-dark.css +49 -49
- package/styles/tailwind.css +49 -49
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-filemanager@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-filemanager@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-filemanager@20.1.52",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-Yi05Se3tSTyvGw0TK8lvjURLyQfivE6Pv40PFMAEp2B3cKexgVk5xFNbO+93g5dEaMUJlNJ+dnWBW/ZzE/MGKQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-filemanager",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-filemanager/-/ej2-vue-filemanager-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-filemanager/-/ej2-vue-filemanager-20.1.52.tgz",
|
|
23
|
+
"_shasum": "45012a6e9e3bc0c462e55e503448387c62837d07",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-filemanager@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-filemanager": "
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~20.1.55",
|
|
35
|
+
"@syncfusion/ej2-filemanager": "20.1.55",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.1.55"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 FileManager Component for Vue",
|
|
@@ -64,6 +64,6 @@
|
|
|
64
64
|
"type": "git",
|
|
65
65
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
66
66
|
},
|
|
67
|
-
"version": "
|
|
67
|
+
"version": "20.1.55",
|
|
68
68
|
"sideEffects": false
|
|
69
69
|
}
|
|
@@ -28,6 +28,7 @@ export declare class FileManagerComponent extends ComponentBase {
|
|
|
28
28
|
clearTemplate(templateNames?: string[]): any;
|
|
29
29
|
setProperties(prop: any, muteOnChange: boolean): void;
|
|
30
30
|
render(createElement: any): any;
|
|
31
|
+
custom(): void;
|
|
31
32
|
clearSelection(): void;
|
|
32
33
|
createFolder(name?: string): void;
|
|
33
34
|
deleteFiles(ids?: string[]): void;
|
|
@@ -21,7 +21,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
|
|
|
21
21
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
22
22
|
import { FileManager } from '@syncfusion/ej2-filemanager';
|
|
23
23
|
import { Options } from 'vue-class-component';
|
|
24
|
-
export var properties = ['isLazyUpdate', 'ajaxSettings', 'allowDragAndDrop', 'allowMultiSelection', 'contextMenuSettings', 'cssClass', 'detailsViewSettings', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'height', 'locale', 'navigationPaneSettings', 'path', 'popupTarget', 'rootAliasName', 'searchSettings', 'selectedItems', 'showFileExtension', 'showHiddenItems', 'showThumbnail', 'sortOrder', 'toolbarSettings', 'uploadSettings', 'view', 'width', 'beforeDownload', 'beforeImageLoad', 'beforePopupClose', 'beforePopupOpen', 'beforeSend', 'created', 'destroyed', 'failure', 'fileDragStart', 'fileDragStop', 'fileDragging', 'fileDropped', 'fileLoad', 'fileOpen', 'fileSelect', 'fileSelection', 'menuClick', 'menuOpen', 'popupClose', 'popupOpen', 'success', 'toolbarClick', 'toolbarCreate', 'uploadListCreate'];
|
|
24
|
+
export var properties = ['isLazyUpdate', 'ajaxSettings', 'allowDragAndDrop', 'allowMultiSelection', 'contextMenuSettings', 'cssClass', 'detailsViewSettings', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'height', 'locale', 'navigationPaneSettings', 'path', 'popupTarget', 'rootAliasName', 'searchSettings', 'selectedItems', 'showFileExtension', 'showHiddenItems', 'showThumbnail', 'sortBy', 'sortOrder', 'toolbarSettings', 'uploadSettings', 'view', 'width', 'beforeDownload', 'beforeImageLoad', 'beforePopupClose', 'beforePopupOpen', 'beforeSend', 'created', 'destroyed', 'failure', 'fileDragStart', 'fileDragStop', 'fileDragging', 'fileDropped', 'fileLoad', 'fileOpen', 'fileSelect', 'fileSelection', 'menuClick', 'menuOpen', 'popupClose', 'popupOpen', 'success', 'toolbarClick', 'toolbarCreate', 'uploadListCreate'];
|
|
25
25
|
export var modelProps = [];
|
|
26
26
|
export var testProp = getProps({ props: properties });
|
|
27
27
|
export var props = testProp[0];
|
|
@@ -55,6 +55,7 @@ var FileManagerComponent = /** @class */ (function (_super) {
|
|
|
55
55
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
56
56
|
_this.ej2Instances.setProperties = _this.setProperties;
|
|
57
57
|
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
58
|
+
_this.updated = _this.updated;
|
|
58
59
|
return _this;
|
|
59
60
|
}
|
|
60
61
|
FileManagerComponent.prototype.clearTemplate = function (templateNames) {
|
|
@@ -113,6 +114,9 @@ var FileManagerComponent = /** @class */ (function (_super) {
|
|
|
113
114
|
}
|
|
114
115
|
return h('div', slots);
|
|
115
116
|
};
|
|
117
|
+
FileManagerComponent.prototype.custom = function () {
|
|
118
|
+
this.updated();
|
|
119
|
+
};
|
|
116
120
|
FileManagerComponent.prototype.clearSelection = function () {
|
|
117
121
|
return this.ej2Instances.clearSelection();
|
|
118
122
|
};
|
|
@@ -171,7 +175,12 @@ var FileManagerComponent = /** @class */ (function (_super) {
|
|
|
171
175
|
,Options({
|
|
172
176
|
props: props,
|
|
173
177
|
watch: watch,
|
|
174
|
-
emits: emitProbs
|
|
178
|
+
emits: emitProbs,
|
|
179
|
+
provide: function provide() {
|
|
180
|
+
return {
|
|
181
|
+
custom: this.custom
|
|
182
|
+
};
|
|
183
|
+
}
|
|
175
184
|
})
|
|
176
185
|
], FileManagerComponent);
|
|
177
186
|
return FileManagerComponent;
|
package/styles/bootstrap5.css
CHANGED