@syncfusion/ej2-vue-filemanager 20.2.44 → 20.3.47

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 (40) hide show
  1. package/CHANGELOG.md +5 -10
  2. package/dist/ej2-vue-filemanager.umd.min.js +1 -1
  3. package/dist/es6/ej2-vue-filemanager.es2015.js +3 -4
  4. package/dist/es6/ej2-vue-filemanager.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-filemanager.es5.js +3 -4
  6. package/dist/es6/ej2-vue-filemanager.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-filemanager.min.js +2 -2
  8. package/package.json +11 -8
  9. package/src/file-manager/filemanager.component.d.ts +0 -1
  10. package/src/file-manager/filemanager.component.js +3 -4
  11. package/styles/bootstrap-dark.css +20 -5
  12. package/styles/bootstrap.css +22 -6
  13. package/styles/bootstrap4.css +20 -5
  14. package/styles/bootstrap5-dark.css +24 -6
  15. package/styles/bootstrap5.css +24 -6
  16. package/styles/fabric-dark.css +20 -5
  17. package/styles/fabric.css +22 -6
  18. package/styles/file-manager/bootstrap-dark.css +20 -5
  19. package/styles/file-manager/bootstrap.css +22 -6
  20. package/styles/file-manager/bootstrap4.css +20 -5
  21. package/styles/file-manager/bootstrap5-dark.css +24 -6
  22. package/styles/file-manager/bootstrap5.css +24 -6
  23. package/styles/file-manager/fabric-dark.css +20 -5
  24. package/styles/file-manager/fabric.css +22 -6
  25. package/styles/file-manager/fluent-dark.css +22 -6
  26. package/styles/file-manager/fluent.css +22 -6
  27. package/styles/file-manager/highcontrast-light.css +20 -5
  28. package/styles/file-manager/highcontrast.css +41 -6
  29. package/styles/file-manager/material-dark.css +20 -5
  30. package/styles/file-manager/material.css +25 -6
  31. package/styles/file-manager/tailwind-dark.css +22 -6
  32. package/styles/file-manager/tailwind.css +22 -6
  33. package/styles/fluent-dark.css +22 -6
  34. package/styles/fluent.css +22 -6
  35. package/styles/highcontrast-light.css +20 -5
  36. package/styles/highcontrast.css +41 -6
  37. package/styles/material-dark.css +20 -5
  38. package/styles/material.css +25 -6
  39. package/styles/tailwind-dark.css +22 -6
  40. package/styles/tailwind.css +22 -6
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-filemanager@*",
3
- "_id": "@syncfusion/ej2-vue-filemanager@20.2.43",
3
+ "_id": "@syncfusion/ej2-vue-filemanager@18.11.1",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-wgZ2kzdwlXtmo+1slR28k7chg6bPlSz7Ai/y7laLnXLJttcqwE3RubmgrSMt8E3L/rCW75mfcJQgeKNmRFY6Jw==",
5
+ "_integrity": "sha512-v5U/l0Qpt3pNpidqOdiDbc5EVjtAkGSadkAio00r9IBCE/zSJy8+qNj4o0cbzo6hgBZcIQfTl/dlj5+dqaXNZw==",
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-20.2.43.tgz",
23
- "_shasum": "a9d0eb7e8e1d80979f2e323cdafff74de061a503",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-filemanager/-/ej2-vue-filemanager-18.11.1.tgz",
23
+ "_shasum": "281a4fd6abfd3bac74da635b4266c001343e9548",
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": "~20.2.43",
35
- "@syncfusion/ej2-filemanager": "20.2.44",
36
- "@syncfusion/ej2-vue-base": "~20.2.44"
34
+ "@syncfusion/ej2-base": "~20.3.47",
35
+ "@syncfusion/ej2-filemanager": "20.3.47",
36
+ "@syncfusion/ej2-vue-base": "~20.3.47"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 FileManager Component for Vue",
@@ -64,6 +64,9 @@
64
64
  "type": "git",
65
65
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
66
66
  },
67
- "version": "20.2.44",
67
+ "scripts": {
68
+ "postinstall": "node ../ej2-vue-base/postinstall.js"
69
+ },
70
+ "version": "20.3.47",
68
71
  "sideEffects": false
69
72
  }
@@ -5,7 +5,6 @@ export declare const testProp: any;
5
5
  export declare const props: any;
6
6
  export declare const watch: any;
7
7
  export declare const emitProbs: any;
8
- export declare const isExecute: any;
9
8
  /**
10
9
  * Represents the Essential JS 2 VueJS FileManager Component.
11
10
  * ```vue
@@ -17,7 +17,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
- import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
20
+ import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
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';
@@ -32,7 +32,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
32
32
  var props_1 = modelProps_1[_i];
33
33
  emitProbs.push('update:' + props_1);
34
34
  }
35
- export var isExecute = gh ? false : true;
36
35
  /**
37
36
  * Represents the Essential JS 2 VueJS FileManager Component.
38
37
  * ```vue
@@ -107,10 +106,10 @@ var FileManagerComponent = /** @class */ (function (_super) {
107
106
  }
108
107
  };
109
108
  FileManagerComponent.prototype.render = function (createElement) {
110
- var h = gh || createElement;
109
+ var h = !isExecute ? gh : createElement;
111
110
  var slots = null;
112
111
  if (!isNullOrUndefined(this.$slots.default)) {
113
- slots = gh ? this.$slots.default() : this.$slots.default;
112
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
114
113
  }
115
114
  return h('div', slots);
116
115
  };
@@ -1,3 +1,6 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */
3
+ /* stylelint-disable property-no-vendor-prefix */
1
4
  @keyframes material-spinner-rotate {
2
5
  0% {
3
6
  transform: rotate(0);
@@ -14,6 +17,7 @@
14
17
  transform: rotate(360deg);
15
18
  }
16
19
  }
20
+ /* stylelint-disable */
17
21
  /*! FileManager's bootstrap theme wise override definitions and variables */
18
22
  .e-filemanager .e-fe-icon,
19
23
  .e-filemanager .e-list-icon {
@@ -196,6 +200,7 @@
196
200
  content: "\e614";
197
201
  }
198
202
 
203
+ /* stylelint-disable property-no-vendor-prefix */
199
204
  ejs-filemanager {
200
205
  display: block;
201
206
  }
@@ -223,10 +228,20 @@ ejs-filemanager {
223
228
  border-bottom-style: solid;
224
229
  border-width: 1px;
225
230
  }
231
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
232
+ height: 30px;
233
+ }
234
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
235
+ border: 0;
236
+ }
237
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
238
+ padding-left: 1px;
239
+ padding-right: 1px;
240
+ }
226
241
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
227
242
  border: 0;
228
243
  box-shadow: none;
229
- font-weight: 400;
244
+ font-weight: normal;
230
245
  height: calc(100% - 2px);
231
246
  padding: 1px 2.5px;
232
247
  }
@@ -430,7 +445,7 @@ ejs-filemanager {
430
445
  visibility: visible;
431
446
  }
432
447
  .e-filemanager .e-grid .e-content {
433
- overflow-y: auto !important;
448
+ overflow-y: auto !important; /* stylelint-disable-line declaration-no-important */
434
449
  }
435
450
  .e-filemanager .e-grid .e-content .e-table {
436
451
  border-spacing: 0;
@@ -473,7 +488,7 @@ ejs-filemanager {
473
488
  text-align: center;
474
489
  }
475
490
  .e-filemanager .e-grid .e-gridpopup {
476
- display: none !important;
491
+ display: none !important; /* stylelint-disable-line declaration-no-important */
477
492
  }
478
493
  .e-filemanager .e-grid .e-gridheader .e-emptyrow,
479
494
  .e-filemanager .e-grid .e-gridcontent .e-emptyrow {
@@ -539,10 +554,10 @@ ejs-filemanager {
539
554
  width: 18px;
540
555
  }
541
556
  .e-filemanager .e-view-container .e-grid .e-gridheader {
542
- padding-right: 0 !important;
557
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
543
558
  }
544
559
  .e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
545
- padding-left: 0 !important;
560
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
546
561
  }
547
562
  .e-filemanager .e-large-icons {
548
563
  float: left;
@@ -1,3 +1,6 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */
3
+ /* stylelint-disable property-no-vendor-prefix */
1
4
  @keyframes material-spinner-rotate {
2
5
  0% {
3
6
  transform: rotate(0);
@@ -14,7 +17,9 @@
14
17
  transform: rotate(360deg);
15
18
  }
16
19
  }
17
- /*! TreeView's bootstrap theme wise override definitions and variables */ /*! component's theme wise override definitions and variables */ /*! FileManager's bootstrap theme wise override definitions and variables */
20
+ /*! TreeView's bootstrap theme wise override definitions and variables */
21
+ /* stylelint-disable */
22
+ /*! component's theme wise override definitions and variables */ /*! FileManager's bootstrap theme wise override definitions and variables */
18
23
  .e-filemanager .e-fe-icon,
19
24
  .e-filemanager .e-list-icon {
20
25
  background-repeat: no-repeat;
@@ -196,6 +201,7 @@
196
201
  content: "\e614";
197
202
  }
198
203
 
204
+ /* stylelint-disable property-no-vendor-prefix */
199
205
  ejs-filemanager {
200
206
  display: block;
201
207
  }
@@ -223,10 +229,20 @@ ejs-filemanager {
223
229
  border-bottom-style: solid;
224
230
  border-width: 0 0 1px;
225
231
  }
232
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
233
+ height: 30px;
234
+ }
235
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
236
+ border: 0;
237
+ }
238
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
239
+ padding-left: 1px;
240
+ padding-right: 1px;
241
+ }
226
242
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
227
243
  border: 0;
228
244
  box-shadow: none;
229
- font-weight: 400;
245
+ font-weight: normal;
230
246
  height: calc(100% - 2px);
231
247
  padding: 1px 2.5px;
232
248
  }
@@ -430,7 +446,7 @@ ejs-filemanager {
430
446
  visibility: visible;
431
447
  }
432
448
  .e-filemanager .e-grid .e-content {
433
- overflow-y: auto !important;
449
+ overflow-y: auto !important; /* stylelint-disable-line declaration-no-important */
434
450
  }
435
451
  .e-filemanager .e-grid .e-content .e-table {
436
452
  border-spacing: 0;
@@ -473,7 +489,7 @@ ejs-filemanager {
473
489
  text-align: center;
474
490
  }
475
491
  .e-filemanager .e-grid .e-gridpopup {
476
- display: none !important;
492
+ display: none !important; /* stylelint-disable-line declaration-no-important */
477
493
  }
478
494
  .e-filemanager .e-grid .e-gridheader .e-emptyrow,
479
495
  .e-filemanager .e-grid .e-gridcontent .e-emptyrow {
@@ -539,10 +555,10 @@ ejs-filemanager {
539
555
  width: 18px;
540
556
  }
541
557
  .e-filemanager .e-view-container .e-grid .e-gridheader {
542
- padding-right: 0 !important;
558
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
543
559
  }
544
560
  .e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
545
- padding-left: 0 !important;
561
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
546
562
  }
547
563
  .e-filemanager .e-large-icons {
548
564
  float: left;
@@ -1,3 +1,6 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */
3
+ /* stylelint-disable property-no-vendor-prefix */
1
4
  @keyframes material-spinner-rotate {
2
5
  0% {
3
6
  transform: rotate(0);
@@ -14,6 +17,7 @@
14
17
  transform: rotate(360deg);
15
18
  }
16
19
  }
20
+ /* stylelint-disable */
17
21
  /*! FileManager's bootstrap theme wise override definitions and variables */
18
22
  .e-filemanager .e-fe-icon,
19
23
  .e-filemanager .e-list-icon {
@@ -196,6 +200,7 @@
196
200
  content: "\e718";
197
201
  }
198
202
 
203
+ /* stylelint-disable property-no-vendor-prefix */
199
204
  ejs-filemanager {
200
205
  display: block;
201
206
  }
@@ -223,10 +228,20 @@ ejs-filemanager {
223
228
  border-bottom-style: solid;
224
229
  border-width: 0 0 1px;
225
230
  }
231
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
232
+ height: 30px;
233
+ }
234
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
235
+ border: 0;
236
+ }
237
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
238
+ padding-left: 1px;
239
+ padding-right: 1px;
240
+ }
226
241
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
227
242
  border: 0;
228
243
  box-shadow: none;
229
- font-weight: 400;
244
+ font-weight: normal;
230
245
  height: calc(100% - 2px);
231
246
  padding: 1px 2.5px;
232
247
  }
@@ -430,7 +445,7 @@ ejs-filemanager {
430
445
  visibility: visible;
431
446
  }
432
447
  .e-filemanager .e-grid .e-content {
433
- overflow-y: auto !important;
448
+ overflow-y: auto !important; /* stylelint-disable-line declaration-no-important */
434
449
  }
435
450
  .e-filemanager .e-grid .e-content .e-table {
436
451
  border-spacing: 0;
@@ -473,7 +488,7 @@ ejs-filemanager {
473
488
  text-align: center;
474
489
  }
475
490
  .e-filemanager .e-grid .e-gridpopup {
476
- display: none !important;
491
+ display: none !important; /* stylelint-disable-line declaration-no-important */
477
492
  }
478
493
  .e-filemanager .e-grid .e-gridheader .e-emptyrow,
479
494
  .e-filemanager .e-grid .e-gridcontent .e-emptyrow {
@@ -539,10 +554,10 @@ ejs-filemanager {
539
554
  width: 18px;
540
555
  }
541
556
  .e-filemanager .e-view-container .e-grid .e-gridheader {
542
- padding-right: 0 !important;
557
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
543
558
  }
544
559
  .e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
545
- padding-left: 0 !important;
560
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
546
561
  }
547
562
  .e-filemanager .e-large-icons {
548
563
  float: left;
@@ -1,9 +1,12 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */
1
3
  .e-upload .e-upload-actions,
2
4
  .e-bigger.e-small .e-upload .e-upload-actions {
3
5
  background-color: #282d31;
4
6
  border-radius: 0 0 6px 6px;
5
7
  }
6
8
 
9
+ /* stylelint-disable property-no-vendor-prefix */
7
10
  @keyframes material-spinner-rotate {
8
11
  0% {
9
12
  transform: rotate(0);
@@ -20,7 +23,11 @@
20
23
  transform: rotate(360deg);
21
24
  }
22
25
  }
23
- /*! TreeView's bootstrap5 theme wise override definitions and variables */ /*! Toolbar's bootstrap5 theme wise override definitions and variables */ /*! FileManager's tailwind theme wise override definitions and variables */
26
+ /*! TreeView's bootstrap5 theme wise override definitions and variables */
27
+ /* stylelint-disable */
28
+ /*! Toolbar's bootstrap5 theme wise override definitions and variables */
29
+ /* stylelint-disable */
30
+ /*! FileManager's tailwind theme wise override definitions and variables */
24
31
  .e-filemanager .e-fe-icon,
25
32
  .e-filemanager .e-list-icon {
26
33
  background-repeat: no-repeat;
@@ -202,6 +209,7 @@
202
209
  content: "\e774";
203
210
  }
204
211
 
212
+ /* stylelint-disable property-no-vendor-prefix */
205
213
  ejs-filemanager {
206
214
  display: block;
207
215
  }
@@ -229,10 +237,20 @@ ejs-filemanager {
229
237
  border-bottom-style: solid;
230
238
  border-width: 0 0 1px;
231
239
  }
240
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
241
+ height: 30px;
242
+ }
243
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
244
+ border: 0;
245
+ }
246
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
247
+ padding-left: 1px;
248
+ padding-right: 1px;
249
+ }
232
250
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
233
251
  border: 0;
234
252
  box-shadow: none;
235
- font-weight: 400;
253
+ font-weight: normal;
236
254
  height: calc(100% - 10px);
237
255
  padding: 0;
238
256
  }
@@ -442,7 +460,7 @@ ejs-filemanager {
442
460
  visibility: visible;
443
461
  }
444
462
  .e-filemanager .e-grid .e-content {
445
- overflow-y: auto !important;
463
+ overflow-y: auto !important; /* stylelint-disable-line declaration-no-important */
446
464
  }
447
465
  .e-filemanager .e-grid .e-content .e-table {
448
466
  border-spacing: 0;
@@ -486,7 +504,7 @@ ejs-filemanager {
486
504
  text-align: center;
487
505
  }
488
506
  .e-filemanager .e-grid .e-gridpopup {
489
- display: none !important;
507
+ display: none !important; /* stylelint-disable-line declaration-no-important */
490
508
  }
491
509
  .e-filemanager .e-grid .e-gridheader .e-emptyrow,
492
510
  .e-filemanager .e-grid .e-gridcontent .e-emptyrow {
@@ -543,10 +561,10 @@ ejs-filemanager {
543
561
  width: 20px;
544
562
  }
545
563
  .e-filemanager .e-view-container .e-grid .e-gridheader {
546
- padding-right: 0 !important;
564
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
547
565
  }
548
566
  .e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
549
- padding-left: 0 !important;
567
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
550
568
  }
551
569
  .e-filemanager .e-large-icons {
552
570
  float: left;
@@ -1,9 +1,12 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */
1
3
  .e-upload .e-upload-actions,
2
4
  .e-bigger.e-small .e-upload .e-upload-actions {
3
5
  background-color: #f8f9fa;
4
6
  border-radius: 0 0 6px 6px;
5
7
  }
6
8
 
9
+ /* stylelint-disable property-no-vendor-prefix */
7
10
  @keyframes material-spinner-rotate {
8
11
  0% {
9
12
  transform: rotate(0);
@@ -20,7 +23,11 @@
20
23
  transform: rotate(360deg);
21
24
  }
22
25
  }
23
- /*! TreeView's bootstrap5 theme wise override definitions and variables */ /*! Toolbar's bootstrap5 theme wise override definitions and variables */ /*! FileManager's tailwind theme wise override definitions and variables */
26
+ /*! TreeView's bootstrap5 theme wise override definitions and variables */
27
+ /* stylelint-disable */
28
+ /*! Toolbar's bootstrap5 theme wise override definitions and variables */
29
+ /* stylelint-disable */
30
+ /*! FileManager's tailwind theme wise override definitions and variables */
24
31
  .e-filemanager .e-fe-icon,
25
32
  .e-filemanager .e-list-icon {
26
33
  background-repeat: no-repeat;
@@ -202,6 +209,7 @@
202
209
  content: "\e774";
203
210
  }
204
211
 
212
+ /* stylelint-disable property-no-vendor-prefix */
205
213
  ejs-filemanager {
206
214
  display: block;
207
215
  }
@@ -229,10 +237,20 @@ ejs-filemanager {
229
237
  border-bottom-style: solid;
230
238
  border-width: 0 0 1px;
231
239
  }
240
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
241
+ height: 30px;
242
+ }
243
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
244
+ border: 0;
245
+ }
246
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
247
+ padding-left: 1px;
248
+ padding-right: 1px;
249
+ }
232
250
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
233
251
  border: 0;
234
252
  box-shadow: none;
235
- font-weight: 400;
253
+ font-weight: normal;
236
254
  height: calc(100% - 10px);
237
255
  padding: 0;
238
256
  }
@@ -442,7 +460,7 @@ ejs-filemanager {
442
460
  visibility: visible;
443
461
  }
444
462
  .e-filemanager .e-grid .e-content {
445
- overflow-y: auto !important;
463
+ overflow-y: auto !important; /* stylelint-disable-line declaration-no-important */
446
464
  }
447
465
  .e-filemanager .e-grid .e-content .e-table {
448
466
  border-spacing: 0;
@@ -486,7 +504,7 @@ ejs-filemanager {
486
504
  text-align: center;
487
505
  }
488
506
  .e-filemanager .e-grid .e-gridpopup {
489
- display: none !important;
507
+ display: none !important; /* stylelint-disable-line declaration-no-important */
490
508
  }
491
509
  .e-filemanager .e-grid .e-gridheader .e-emptyrow,
492
510
  .e-filemanager .e-grid .e-gridcontent .e-emptyrow {
@@ -543,10 +561,10 @@ ejs-filemanager {
543
561
  width: 20px;
544
562
  }
545
563
  .e-filemanager .e-view-container .e-grid .e-gridheader {
546
- padding-right: 0 !important;
564
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
547
565
  }
548
566
  .e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
549
- padding-left: 0 !important;
567
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
550
568
  }
551
569
  .e-filemanager .e-large-icons {
552
570
  float: left;
@@ -1,3 +1,6 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */
3
+ /* stylelint-disable property-no-vendor-prefix */
1
4
  @keyframes material-spinner-rotate {
2
5
  0% {
3
6
  transform: rotate(0);
@@ -14,6 +17,7 @@
14
17
  transform: rotate(360deg);
15
18
  }
16
19
  }
20
+ /* stylelint-disable */
17
21
  /*! FileManager's fabric theme wise override definitions and variables */
18
22
  .e-filemanager .e-fe-icon,
19
23
  .e-filemanager .e-list-icon {
@@ -192,6 +196,7 @@
192
196
  content: "\e614";
193
197
  }
194
198
 
199
+ /* stylelint-disable property-no-vendor-prefix */
195
200
  ejs-filemanager {
196
201
  display: block;
197
202
  }
@@ -219,10 +224,20 @@ ejs-filemanager {
219
224
  border-bottom-style: solid;
220
225
  border-width: 0 0 1px;
221
226
  }
227
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
228
+ height: 30px;
229
+ }
230
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
231
+ border: 0;
232
+ }
233
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
234
+ padding-left: 1px;
235
+ padding-right: 1px;
236
+ }
222
237
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
223
238
  border: 0;
224
239
  box-shadow: none;
225
- font-weight: 400;
240
+ font-weight: normal;
226
241
  height: inherit;
227
242
  padding: 0;
228
243
  }
@@ -426,7 +441,7 @@ ejs-filemanager {
426
441
  visibility: visible;
427
442
  }
428
443
  .e-filemanager .e-grid .e-content {
429
- overflow-y: auto !important;
444
+ overflow-y: auto !important; /* stylelint-disable-line declaration-no-important */
430
445
  }
431
446
  .e-filemanager .e-grid .e-content .e-table {
432
447
  border-spacing: 0;
@@ -469,7 +484,7 @@ ejs-filemanager {
469
484
  text-align: center;
470
485
  }
471
486
  .e-filemanager .e-grid .e-gridpopup {
472
- display: none !important;
487
+ display: none !important; /* stylelint-disable-line declaration-no-important */
473
488
  }
474
489
  .e-filemanager .e-grid .e-gridheader .e-emptyrow,
475
490
  .e-filemanager .e-grid .e-gridcontent .e-emptyrow {
@@ -535,10 +550,10 @@ ejs-filemanager {
535
550
  width: 18px;
536
551
  }
537
552
  .e-filemanager .e-view-container .e-grid .e-gridheader {
538
- padding-right: 0 !important;
553
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
539
554
  }
540
555
  .e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
541
- padding-left: 0 !important;
556
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
542
557
  }
543
558
  .e-filemanager .e-large-icons {
544
559
  float: left;
package/styles/fabric.css CHANGED
@@ -1,3 +1,6 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */
3
+ /* stylelint-disable property-no-vendor-prefix */
1
4
  @keyframes material-spinner-rotate {
2
5
  0% {
3
6
  transform: rotate(0);
@@ -14,7 +17,9 @@
14
17
  transform: rotate(360deg);
15
18
  }
16
19
  }
17
- /*! TreeView's fabric theme wise override definitions and variables */ /*! FileManager's fabric theme wise override definitions and variables */
20
+ /*! TreeView's fabric theme wise override definitions and variables */
21
+ /* stylelint-disable */
22
+ /*! FileManager's fabric theme wise override definitions and variables */
18
23
  .e-filemanager .e-fe-icon,
19
24
  .e-filemanager .e-list-icon {
20
25
  background-repeat: no-repeat;
@@ -192,6 +197,7 @@
192
197
  content: "\e614";
193
198
  }
194
199
 
200
+ /* stylelint-disable property-no-vendor-prefix */
195
201
  ejs-filemanager {
196
202
  display: block;
197
203
  }
@@ -219,10 +225,20 @@ ejs-filemanager {
219
225
  border-bottom-style: solid;
220
226
  border-width: 0 0 1px;
221
227
  }
228
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
229
+ height: 30px;
230
+ }
231
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
232
+ border: 0;
233
+ }
234
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
235
+ padding-left: 1px;
236
+ padding-right: 1px;
237
+ }
222
238
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
223
239
  border: 0;
224
240
  box-shadow: none;
225
- font-weight: 400;
241
+ font-weight: normal;
226
242
  height: inherit;
227
243
  padding: 0;
228
244
  }
@@ -426,7 +442,7 @@ ejs-filemanager {
426
442
  visibility: visible;
427
443
  }
428
444
  .e-filemanager .e-grid .e-content {
429
- overflow-y: auto !important;
445
+ overflow-y: auto !important; /* stylelint-disable-line declaration-no-important */
430
446
  }
431
447
  .e-filemanager .e-grid .e-content .e-table {
432
448
  border-spacing: 0;
@@ -469,7 +485,7 @@ ejs-filemanager {
469
485
  text-align: center;
470
486
  }
471
487
  .e-filemanager .e-grid .e-gridpopup {
472
- display: none !important;
488
+ display: none !important; /* stylelint-disable-line declaration-no-important */
473
489
  }
474
490
  .e-filemanager .e-grid .e-gridheader .e-emptyrow,
475
491
  .e-filemanager .e-grid .e-gridcontent .e-emptyrow {
@@ -535,10 +551,10 @@ ejs-filemanager {
535
551
  width: 18px;
536
552
  }
537
553
  .e-filemanager .e-view-container .e-grid .e-gridheader {
538
- padding-right: 0 !important;
554
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
539
555
  }
540
556
  .e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
541
- padding-left: 0 !important;
557
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
542
558
  }
543
559
  .e-filemanager .e-large-icons {
544
560
  float: left;