@syncfusion/ej2-vue-filemanager 22.2.12 → 23.1.36
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 +4 -77
- package/dist/ej2-vue-filemanager.umd.min.js +2 -2
- package/dist/ej2-vue-filemanager.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-filemanager.es2015.js +54 -5
- package/dist/es6/ej2-vue-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-filemanager.es5.js +54 -5
- package/dist/es6/ej2-vue-filemanager.es5.js.map +1 -1
- package/dist/global/ej2-vue-filemanager.min.js +2 -2
- package/package.json +9 -9
- package/src/file-manager/filemanager.component.d.ts +3 -1
- package/src/file-manager/filemanager.component.js +7 -4
- package/src/file-manager/index.d.ts +1 -0
- package/src/file-manager/index.js +1 -0
- package/src/file-manager/toolbaritems.directive.d.ts +12 -0
- package/src/file-manager/toolbaritems.directive.js +48 -0
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -0
- package/styles/file-manager/material-dark.css +0 -1
- package/styles/file-manager/material.css +0 -1
- package/styles/file-manager/material3-dark.css +1 -2
- package/styles/file-manager/material3-dark.scss +1 -1
- package/styles/file-manager/material3.css +1 -2
- package/styles/file-manager/material3.scss +1 -1
- package/styles/file-manager/tailwind-dark.css +0 -1
- package/styles/file-manager/tailwind.css +0 -1
- package/styles/material-dark.css +0 -1
- package/styles/material.css +0 -1
- package/styles/material3-dark.css +1 -2
- package/styles/material3.css +1 -2
- package/styles/tailwind-dark.css +0 -1
- package/styles/tailwind.css +0 -1
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@18.26.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-p72fV8GmGCcLQS+OOOqaV3Ojv0cfdLLdtt7HneansHFOzT6SkC8wMPLfdU5tHS/tZdvjgLwyk8uMCP0DQa8gQA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-filemanager/-/ej2-vue-filemanager-18.26.0.tgz",
|
|
23
|
+
"_shasum": "3ed24bdf5c1db680aee2595762e892098ce69ca9",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-filemanager@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -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": "~23.1.36",
|
|
35
|
+
"@syncfusion/ej2-filemanager": "23.1.36",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~23.1.36"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 FileManager Component for Vue",
|
|
@@ -64,6 +64,6 @@
|
|
|
64
64
|
"ci-publish": "gulp ci-publish",
|
|
65
65
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
66
66
|
},
|
|
67
|
-
"version": "
|
|
67
|
+
"version": "23.1.36",
|
|
68
68
|
"sideEffects": false
|
|
69
69
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { FileManagerModel } from '@syncfusion/ej2-filemanager';
|
|
1
3
|
export declare const properties: string[];
|
|
2
4
|
export declare const modelProps: string[];
|
|
3
5
|
export declare const testProp: any;
|
|
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
|
|
|
8
10
|
* <ejs-filemanager showThumbnail='false'></ejs-filemanager>
|
|
9
11
|
* ```
|
|
10
12
|
*/
|
|
11
|
-
export declare let FileManagerComponent:
|
|
13
|
+
export declare let FileManagerComponent: DefineVueComponent<FileManagerModel>;
|
|
12
14
|
export declare type FileManagerComponent = InstanceType<typeof FileManagerComponent>;
|
|
13
15
|
export declare const FileManagerPlugin: {
|
|
14
16
|
name: string;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
|
|
2
2
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
3
3
|
import { FileManager } from '@syncfusion/ej2-filemanager';
|
|
4
|
-
|
|
4
|
+
import { ToolbarItemsDirective, ToolbarItemDirective, ToolbarItemsPlugin, ToolbarItemPlugin } from './toolbaritems.directive';
|
|
5
|
+
export var properties = ['isLazyUpdate', 'plugins', 'ajaxSettings', 'allowDragAndDrop', 'allowMultiSelection', 'contextMenuSettings', 'cssClass', 'detailsViewSettings', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'height', 'locale', 'navigationPaneSettings', 'path', 'popupTarget', 'rootAliasName', 'searchSettings', 'selectedItems', 'showFileExtension', 'showHiddenItems', 'showItemCheckBoxes', 'showThumbnail', 'sortBy', 'sortOrder', 'toolbarItems', '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'];
|
|
5
6
|
export var modelProps = [];
|
|
6
7
|
export var testProp = getProps({ props: properties });
|
|
7
8
|
export var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
|
|
@@ -28,10 +29,10 @@ export var FileManagerComponent = vueDefineComponent({
|
|
|
28
29
|
ej2Instance: new FileManager({}),
|
|
29
30
|
propKeys: properties,
|
|
30
31
|
models: modelProps,
|
|
31
|
-
hasChildDirective:
|
|
32
|
+
hasChildDirective: true,
|
|
32
33
|
hasInjectedModules: true,
|
|
33
|
-
tagMapper: {},
|
|
34
|
-
tagNameMapper: {},
|
|
34
|
+
tagMapper: { "e-toolbaritems": "e-toolbaritem" },
|
|
35
|
+
tagNameMapper: { "e-toolbaritems": "e-toolbarItems" },
|
|
35
36
|
isVue3: !isExecute,
|
|
36
37
|
templateCollection: {},
|
|
37
38
|
};
|
|
@@ -160,5 +161,7 @@ export var FileManagerPlugin = {
|
|
|
160
161
|
name: 'ejs-filemanager',
|
|
161
162
|
install: function (Vue) {
|
|
162
163
|
Vue.component(FileManagerPlugin.name, FileManagerComponent);
|
|
164
|
+
Vue.component(ToolbarItemPlugin.name, ToolbarItemDirective);
|
|
165
|
+
Vue.component(ToolbarItemsPlugin.name, ToolbarItemsDirective);
|
|
163
166
|
}
|
|
164
167
|
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { ToolbarItemModel } from '@syncfusion/ej2-filemanager';
|
|
3
|
+
export declare let ToolbarItemsDirective: any;
|
|
4
|
+
export declare const ToolbarItemsPlugin: {
|
|
5
|
+
name: string;
|
|
6
|
+
install(Vue: any): void;
|
|
7
|
+
};
|
|
8
|
+
export declare let ToolbarItemDirective: DefineVueDirective<ToolbarItemModel>;
|
|
9
|
+
export declare const ToolbarItemPlugin: {
|
|
10
|
+
name: string;
|
|
11
|
+
install(Vue: any): void;
|
|
12
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
3
|
+
export var ToolbarItemsDirective = vueDefineComponent({
|
|
4
|
+
inject: { custom: { default: null } },
|
|
5
|
+
render: function (createElement) {
|
|
6
|
+
if (!isExecute) {
|
|
7
|
+
var h = !isExecute ? gh : createElement;
|
|
8
|
+
var slots = null;
|
|
9
|
+
if (!isNullOrUndefined(this.$slots.default)) {
|
|
10
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
11
|
+
}
|
|
12
|
+
return h('div', { class: 'e-directive' }, slots);
|
|
13
|
+
}
|
|
14
|
+
return;
|
|
15
|
+
},
|
|
16
|
+
updated: function () {
|
|
17
|
+
if (!isExecute && this.custom) {
|
|
18
|
+
this.custom();
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
methods: {
|
|
22
|
+
getTag: function () {
|
|
23
|
+
return 'e-toolbaritems';
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
export var ToolbarItemsPlugin = {
|
|
28
|
+
name: 'e-toolbaritems',
|
|
29
|
+
install: function (Vue) {
|
|
30
|
+
Vue.component(ToolbarItemsPlugin.name, ToolbarItemsDirective);
|
|
31
|
+
}
|
|
32
|
+
};
|
|
33
|
+
export var ToolbarItemDirective = vueDefineComponent({
|
|
34
|
+
render: function () {
|
|
35
|
+
return;
|
|
36
|
+
},
|
|
37
|
+
methods: {
|
|
38
|
+
getTag: function () {
|
|
39
|
+
return 'e-toolbaritem';
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
export var ToolbarItemPlugin = {
|
|
44
|
+
name: 'e-toolbaritem',
|
|
45
|
+
install: function (Vue) {
|
|
46
|
+
Vue.component(ToolbarItemPlugin.name, ToolbarItemDirective);
|
|
47
|
+
}
|
|
48
|
+
};
|
package/src/index.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
export * from '@syncfusion/ej2-filemanager';
|
|
2
|
+
export { ToolbarItemsDirective, ToolbarItemDirective, ToolbarItemsPlugin, ToolbarItemPlugin } from './file-manager/toolbaritems.directive';
|
|
2
3
|
export { FileManagerComponent, FileManagerPlugin } from './file-manager/filemanager.component';
|
package/src/index.js
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
export * from '@syncfusion/ej2-filemanager';
|
|
2
|
+
export { ToolbarItemsDirective, ToolbarItemDirective, ToolbarItemsPlugin, ToolbarItemPlugin } from './file-manager/toolbaritems.directive';
|
|
2
3
|
export { FileManagerComponent, FileManagerPlugin } from './file-manager/filemanager.component';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -1109,7 +1108,7 @@ ejs-filemanager {
|
|
|
1109
1108
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,
|
|
1110
1109
|
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon {
|
|
1111
1110
|
height: 24px;
|
|
1112
|
-
margin: 26px
|
|
1111
|
+
margin: 26px auto 12px;
|
|
1113
1112
|
width: 32px;
|
|
1114
1113
|
}
|
|
1115
1114
|
.e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-filemanager/styles/file-manager/material3-dark.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -1165,7 +1164,7 @@ ejs-filemanager {
|
|
|
1165
1164
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,
|
|
1166
1165
|
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon {
|
|
1167
1166
|
height: 24px;
|
|
1168
|
-
margin: 26px
|
|
1167
|
+
margin: 26px auto 12px;
|
|
1169
1168
|
width: 32px;
|
|
1170
1169
|
}
|
|
1171
1170
|
.e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-filemanager/styles/file-manager/material3.scss';
|
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -1109,7 +1108,7 @@ ejs-filemanager {
|
|
|
1109
1108
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,
|
|
1110
1109
|
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon {
|
|
1111
1110
|
height: 24px;
|
|
1112
|
-
margin: 26px
|
|
1111
|
+
margin: 26px auto 12px;
|
|
1113
1112
|
width: 32px;
|
|
1114
1113
|
}
|
|
1115
1114
|
.e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
|
package/styles/material3.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -1165,7 +1164,7 @@ ejs-filemanager {
|
|
|
1165
1164
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,
|
|
1166
1165
|
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon {
|
|
1167
1166
|
height: 24px;
|
|
1168
|
-
margin: 26px
|
|
1167
|
+
margin: 26px auto 12px;
|
|
1169
1168
|
width: 32px;
|
|
1170
1169
|
}
|
|
1171
1170
|
.e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
|
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED