@syncfusion/ej2-angular-filemanager 20.4.38-ngcc → 20.4.38

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 (112) hide show
  1. package/README.md +26 -105
  2. package/esm2020/public_api.mjs +3 -0
  3. package/esm2020/src/file-manager/filemanager-all.module.mjs +44 -0
  4. package/esm2020/src/file-manager/filemanager.component.mjs +101 -0
  5. package/esm2020/src/file-manager/filemanager.module.mjs +25 -0
  6. package/esm2020/src/index.mjs +5 -0
  7. package/esm2020/syncfusion-ej2-angular-filemanager.mjs +5 -0
  8. package/fesm2015/syncfusion-ej2-angular-filemanager.mjs +171 -0
  9. package/fesm2015/syncfusion-ej2-angular-filemanager.mjs.map +1 -0
  10. package/fesm2020/syncfusion-ej2-angular-filemanager.mjs +171 -0
  11. package/fesm2020/syncfusion-ej2-angular-filemanager.mjs.map +1 -0
  12. package/package.json +32 -21
  13. package/schematics/utils/lib-details.d.ts +2 -2
  14. package/src/file-manager/filemanager-all.module.d.ts +6 -1
  15. package/src/file-manager/filemanager.component.d.ts +3 -0
  16. package/src/file-manager/filemanager.module.d.ts +6 -0
  17. package/src/index.d.ts +1 -1
  18. package/styles/bootstrap-dark.css +12 -2
  19. package/styles/bootstrap.css +12 -2
  20. package/styles/bootstrap4.css +12 -2
  21. package/styles/bootstrap5-dark.css +12 -2
  22. package/styles/bootstrap5.css +12 -2
  23. package/styles/fabric-dark.css +12 -2
  24. package/styles/fabric.css +12 -2
  25. package/styles/file-manager/_all.scss +2 -0
  26. package/styles/file-manager/_bootstrap-dark-definition.scss +240 -0
  27. package/styles/file-manager/_bootstrap-definition.scss +241 -0
  28. package/styles/file-manager/_bootstrap4-definition.scss +242 -0
  29. package/styles/file-manager/_bootstrap5-dark-definition.scss +1 -0
  30. package/styles/file-manager/_bootstrap5-definition.scss +237 -0
  31. package/styles/file-manager/_fabric-dark-definition.scss +238 -0
  32. package/styles/file-manager/_fabric-definition.scss +240 -0
  33. package/styles/file-manager/_fluent-dark-definition.scss +1 -0
  34. package/styles/file-manager/_fluent-definition.scss +245 -0
  35. package/styles/file-manager/_fusionnew-definition.scss +237 -0
  36. package/styles/file-manager/_highcontrast-definition.scss +240 -0
  37. package/styles/file-manager/_highcontrast-light-definition.scss +240 -0
  38. package/styles/file-manager/_layout.scss +1838 -0
  39. package/styles/file-manager/_material-dark-definition.scss +240 -0
  40. package/styles/file-manager/_material-definition.scss +240 -0
  41. package/styles/file-manager/_material3-definition.scss +237 -0
  42. package/styles/file-manager/_tailwind-dark-definition.scss +1 -0
  43. package/styles/file-manager/_tailwind-definition.scss +232 -0
  44. package/styles/file-manager/_theme.scss +416 -0
  45. package/styles/file-manager/bootstrap-dark.css +12 -2
  46. package/styles/file-manager/bootstrap-dark.scss +16 -1
  47. package/styles/file-manager/bootstrap.css +12 -2
  48. package/styles/file-manager/bootstrap.scss +16 -1
  49. package/styles/file-manager/bootstrap4.css +12 -2
  50. package/styles/file-manager/bootstrap4.scss +16 -1
  51. package/styles/file-manager/bootstrap5-dark.css +12 -2
  52. package/styles/file-manager/bootstrap5-dark.scss +16 -1
  53. package/styles/file-manager/bootstrap5.css +12 -2
  54. package/styles/file-manager/bootstrap5.scss +16 -1
  55. package/styles/file-manager/fabric-dark.css +12 -2
  56. package/styles/file-manager/fabric-dark.scss +16 -1
  57. package/styles/file-manager/fabric.css +12 -2
  58. package/styles/file-manager/fabric.scss +16 -1
  59. package/styles/file-manager/fluent-dark.css +12 -8
  60. package/styles/file-manager/fluent-dark.scss +16 -1
  61. package/styles/file-manager/fluent.css +12 -8
  62. package/styles/file-manager/fluent.scss +16 -1
  63. package/styles/file-manager/highcontrast-light.css +12 -2
  64. package/styles/file-manager/highcontrast-light.scss +16 -1
  65. package/styles/file-manager/highcontrast.css +12 -2
  66. package/styles/file-manager/highcontrast.scss +16 -1
  67. package/styles/file-manager/icons/_bootstrap-dark.scss +235 -0
  68. package/styles/file-manager/icons/_bootstrap.scss +235 -0
  69. package/styles/file-manager/icons/_bootstrap4.scss +235 -0
  70. package/styles/file-manager/icons/_bootstrap5-dark.scss +1 -0
  71. package/styles/file-manager/icons/_bootstrap5.scss +235 -0
  72. package/styles/file-manager/icons/_fabric-dark.scss +229 -0
  73. package/styles/file-manager/icons/_fabric.scss +229 -0
  74. package/styles/file-manager/icons/_fluent-dark.scss +1 -0
  75. package/styles/file-manager/icons/_fluent.scss +235 -0
  76. package/styles/file-manager/icons/_fusionnew.scss +235 -0
  77. package/styles/file-manager/icons/_highcontrast-light.scss +235 -0
  78. package/styles/file-manager/icons/_highcontrast.scss +229 -0
  79. package/styles/file-manager/icons/_material-dark.scss +235 -0
  80. package/styles/file-manager/icons/_material.scss +235 -0
  81. package/styles/file-manager/icons/_material3.scss +235 -0
  82. package/styles/file-manager/icons/_tailwind-dark.scss +1 -0
  83. package/styles/file-manager/icons/_tailwind.scss +235 -0
  84. package/styles/file-manager/material-dark.css +12 -2
  85. package/styles/file-manager/material-dark.scss +16 -1
  86. package/styles/file-manager/material.css +15 -2
  87. package/styles/file-manager/material.scss +16 -1
  88. package/styles/file-manager/tailwind-dark.css +12 -2
  89. package/styles/file-manager/tailwind-dark.scss +16 -1
  90. package/styles/file-manager/tailwind.css +12 -2
  91. package/styles/file-manager/tailwind.scss +16 -1
  92. package/styles/fluent-dark.css +12 -8
  93. package/styles/fluent.css +12 -8
  94. package/styles/highcontrast-light.css +12 -2
  95. package/styles/highcontrast.css +12 -2
  96. package/styles/material-dark.css +12 -2
  97. package/styles/material.css +15 -2
  98. package/styles/tailwind-dark.css +12 -2
  99. package/styles/tailwind.css +12 -2
  100. package/syncfusion-ej2-angular-filemanager.d.ts +5 -0
  101. package/@syncfusion/ej2-angular-filemanager.es5.js +0 -225
  102. package/@syncfusion/ej2-angular-filemanager.es5.js.map +0 -1
  103. package/@syncfusion/ej2-angular-filemanager.js +0 -206
  104. package/@syncfusion/ej2-angular-filemanager.js.map +0 -1
  105. package/CHANGELOG.md +0 -413
  106. package/dist/ej2-angular-filemanager.umd.js +0 -446
  107. package/dist/ej2-angular-filemanager.umd.js.map +0 -1
  108. package/dist/ej2-angular-filemanager.umd.min.js +0 -11
  109. package/dist/ej2-angular-filemanager.umd.min.js.map +0 -1
  110. package/ej2-angular-filemanager.d.ts +0 -5
  111. package/ej2-angular-filemanager.metadata.json +0 -1
  112. package/postinstall/tagchange.js +0 -18
package/styles/fluent.css CHANGED
@@ -235,6 +235,16 @@ ejs-filemanager {
235
235
  border-bottom-style: solid;
236
236
  border-width: 0 0 1px;
237
237
  }
238
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
239
+ height: 30px;
240
+ }
241
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
242
+ border: 0;
243
+ }
244
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
245
+ padding-left: 1px;
246
+ padding-right: 1px;
247
+ }
238
248
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
239
249
  border: 0;
240
250
  box-shadow: none;
@@ -1393,24 +1403,18 @@ ejs-filemanager {
1393
1403
 
1394
1404
  @media (max-width: 469px) {
1395
1405
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1396
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1406
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1397
1407
  min-width: 140px;
1398
1408
  width: calc(50% - 17px);
1399
1409
  }
1400
1410
  }
1401
1411
  @media (min-width: 470px) and (max-width: 625px) {
1402
1412
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1403
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1413
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1404
1414
  min-width: 140px;
1405
1415
  width: calc(33.33% - 17px);
1406
1416
  }
1407
1417
  }
1408
- @media (min-width: 360px) and (max-width: 500px) {
1409
- .e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame {
1410
- position: relative;
1411
- right: 10px;
1412
- }
1413
- }
1414
1418
  .e-content-placeholder.e-filemanager.e-placeholder-filemanager {
1415
1419
  height: 100%;
1416
1420
  width: 100%;
@@ -228,6 +228,16 @@ ejs-filemanager {
228
228
  border-bottom-style: solid;
229
229
  border-width: 0 0 1px;
230
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
+ }
231
241
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
232
242
  border: 0;
233
243
  box-shadow: none;
@@ -1384,14 +1394,14 @@ ejs-filemanager {
1384
1394
 
1385
1395
  @media (max-width: 469px) {
1386
1396
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1387
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1397
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1388
1398
  min-width: 140px;
1389
1399
  width: calc(50% - 17px);
1390
1400
  }
1391
1401
  }
1392
1402
  @media (min-width: 470px) and (max-width: 625px) {
1393
1403
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1394
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1404
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1395
1405
  min-width: 140px;
1396
1406
  width: calc(33.33% - 17px);
1397
1407
  }
@@ -225,6 +225,16 @@ ejs-filemanager {
225
225
  border-bottom-style: solid;
226
226
  border-width: 0 0 1px;
227
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
+ }
228
238
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
229
239
  border: 0;
230
240
  box-shadow: none;
@@ -1381,14 +1391,14 @@ ejs-filemanager {
1381
1391
 
1382
1392
  @media (max-width: 469px) {
1383
1393
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1384
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1394
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1385
1395
  min-width: 140px;
1386
1396
  width: calc(50% - 17px);
1387
1397
  }
1388
1398
  }
1389
1399
  @media (min-width: 470px) and (max-width: 625px) {
1390
1400
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1391
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1401
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1392
1402
  min-width: 140px;
1393
1403
  width: calc(33.33% - 17px);
1394
1404
  }
@@ -244,6 +244,16 @@ ejs-filemanager {
244
244
  border-bottom-style: solid;
245
245
  border-width: 0 0 1px;
246
246
  }
247
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
248
+ height: 30px;
249
+ }
250
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
251
+ border: 0;
252
+ }
253
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
254
+ padding-left: 1px;
255
+ padding-right: 1px;
256
+ }
247
257
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
248
258
  border: 0;
249
259
  box-shadow: none;
@@ -1410,14 +1420,14 @@ ejs-filemanager {
1410
1420
 
1411
1421
  @media (max-width: 469px) {
1412
1422
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1413
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1423
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1414
1424
  min-width: 140px;
1415
1425
  width: calc(50% - 17px);
1416
1426
  }
1417
1427
  }
1418
1428
  @media (min-width: 470px) and (max-width: 625px) {
1419
1429
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1420
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1430
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1421
1431
  min-width: 140px;
1422
1432
  width: calc(33.33% - 17px);
1423
1433
  }
@@ -254,6 +254,19 @@ ejs-filemanager {
254
254
  border-bottom-style: solid;
255
255
  border-width: 0 0 1px;
256
256
  }
257
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
258
+ height: 30px;
259
+ }
260
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
261
+ border: 0;
262
+ }
263
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
264
+ padding-left: 1px;
265
+ padding-right: 1px;
266
+ }
267
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap .e-css.e-btn:hover {
268
+ box-shadow: none;
269
+ }
257
270
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
258
271
  border: 0;
259
272
  box-shadow: none;
@@ -1415,14 +1428,14 @@ ejs-filemanager {
1415
1428
 
1416
1429
  @media (max-width: 469px) {
1417
1430
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1418
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1431
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1419
1432
  min-width: 140px;
1420
1433
  width: calc(50% - 17px);
1421
1434
  }
1422
1435
  }
1423
1436
  @media (min-width: 470px) and (max-width: 625px) {
1424
1437
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1425
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1438
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1426
1439
  min-width: 140px;
1427
1440
  width: calc(33.33% - 17px);
1428
1441
  }
@@ -236,6 +236,16 @@ ejs-filemanager {
236
236
  border-bottom-style: solid;
237
237
  border-width: 0 0 1px;
238
238
  }
239
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
240
+ height: 30px;
241
+ }
242
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
243
+ border: 0;
244
+ }
245
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
246
+ padding-left: 1px;
247
+ padding-right: 1px;
248
+ }
239
249
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
240
250
  border: 0;
241
251
  box-shadow: none;
@@ -1438,14 +1448,14 @@ ejs-filemanager {
1438
1448
 
1439
1449
  @media (max-width: 469px) {
1440
1450
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1441
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1451
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1442
1452
  min-width: 140px;
1443
1453
  width: calc(50% - 17px);
1444
1454
  }
1445
1455
  }
1446
1456
  @media (min-width: 470px) and (max-width: 625px) {
1447
1457
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1448
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1458
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1449
1459
  min-width: 140px;
1450
1460
  width: calc(33.33% - 17px);
1451
1461
  }
@@ -236,6 +236,16 @@ ejs-filemanager {
236
236
  border-bottom-style: solid;
237
237
  border-width: 0 0 1px;
238
238
  }
239
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
240
+ height: 30px;
241
+ }
242
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
243
+ border: 0;
244
+ }
245
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
246
+ padding-left: 1px;
247
+ padding-right: 1px;
248
+ }
239
249
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
240
250
  border: 0;
241
251
  box-shadow: none;
@@ -1438,14 +1448,14 @@ ejs-filemanager {
1438
1448
 
1439
1449
  @media (max-width: 469px) {
1440
1450
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1441
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1451
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1442
1452
  min-width: 140px;
1443
1453
  width: calc(50% - 17px);
1444
1454
  }
1445
1455
  }
1446
1456
  @media (min-width: 470px) and (max-width: 625px) {
1447
1457
  .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1448
- .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1458
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1449
1459
  min-width: 140px;
1450
1460
  width: calc(33.33% - 17px);
1451
1461
  }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@syncfusion/ej2-angular-filemanager" />
5
+ export * from './public_api';
@@ -1,225 +0,0 @@
1
- var __extends = (this && this.__extends) || (function () {
2
- var extendStatics = Object.setPrototypeOf ||
3
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
4
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
5
- return function (d, b) {
6
- extendStatics(d, b);
7
- function __() { this.constructor = d; }
8
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
9
- };
10
- })();
11
- import { ChangeDetectionStrategy, Component, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
12
- import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base';
13
- import { BreadCrumbBar, ContextMenu, DetailsView, FileManager, LargeIconsView, NavigationPane, Toolbar, Virtualization } from '@syncfusion/ej2-filemanager';
14
- import { CommonModule } from '@angular/common';
15
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
16
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
17
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
18
- r = Reflect.decorate(decorators, target, key, desc);
19
- else
20
- for (var i = decorators.length - 1; i >= 0; i--)
21
- if (d = decorators[i])
22
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
23
- return c > 3 && r && Object.defineProperty(target, key, r), r;
24
- };
25
- var __metadata = (this && this.__metadata) || function (k, v) {
26
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
27
- return Reflect.metadata(k, v);
28
- };
29
- var inputs = ['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', 'virtualizationSettings', 'width'];
30
- var 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'];
31
- var twoWays = [''];
32
- /**
33
- * Represents the Essential JS 2 Angular FileManager Component.
34
- * ```html
35
- * <ejs-filemanager showThumbnail='false'></ejs-filemanager>
36
- * ```
37
- */
38
- var FileManagerComponent = /** @class */ (function (_super) {
39
- __extends(FileManagerComponent, _super);
40
- /**
41
- * @param {?} ngEle
42
- * @param {?} srenderer
43
- * @param {?} viewContainerRef
44
- * @param {?} injector
45
- */
46
- function FileManagerComponent(ngEle, srenderer, viewContainerRef, injector) {
47
- var _this = _super.call(this) || this;
48
- _this.ngEle = ngEle;
49
- _this.srenderer = srenderer;
50
- _this.viewContainerRef = viewContainerRef;
51
- _this.injector = injector;
52
- _this.element = _this.ngEle.nativeElement;
53
- _this.injectedModules = _this.injectedModules || [];
54
- try {
55
- var mod = _this.injector.get('FileManagerDetailsView');
56
- if (_this.injectedModules.indexOf(mod) === -1) {
57
- _this.injectedModules.push(mod);
58
- }
59
- }
60
- catch (_a) { }
61
- try {
62
- var mod = _this.injector.get('FileManagerNavigationPane');
63
- if (_this.injectedModules.indexOf(mod) === -1) {
64
- _this.injectedModules.push(mod);
65
- }
66
- }
67
- catch (_b) { }
68
- try {
69
- var mod = _this.injector.get('FileManagerLargeIconsView');
70
- if (_this.injectedModules.indexOf(mod) === -1) {
71
- _this.injectedModules.push(mod);
72
- }
73
- }
74
- catch (_c) { }
75
- try {
76
- var mod = _this.injector.get('FileManagerToolbar');
77
- if (_this.injectedModules.indexOf(mod) === -1) {
78
- _this.injectedModules.push(mod);
79
- }
80
- }
81
- catch (_d) { }
82
- try {
83
- var mod = _this.injector.get('FileManagerContextMenu');
84
- if (_this.injectedModules.indexOf(mod) === -1) {
85
- _this.injectedModules.push(mod);
86
- }
87
- }
88
- catch (_e) { }
89
- try {
90
- var mod = _this.injector.get('FileManagerBreadCrumbBar');
91
- if (_this.injectedModules.indexOf(mod) === -1) {
92
- _this.injectedModules.push(mod);
93
- }
94
- }
95
- catch (_f) { }
96
- try {
97
- var mod = _this.injector.get('FileManagerVirtualization');
98
- if (_this.injectedModules.indexOf(mod) === -1) {
99
- _this.injectedModules.push(mod);
100
- }
101
- }
102
- catch (_g) { }
103
- _this.registerEvents(outputs);
104
- _this.addTwoWay.call(_this, twoWays);
105
- setValue('currentInstance', _this, _this.viewContainerRef);
106
- _this.context = new ComponentBase();
107
- return _this;
108
- }
109
- /**
110
- * @return {?}
111
- */
112
- FileManagerComponent.prototype.ngOnInit = function () {
113
- this.context.ngOnInit(this);
114
- };
115
- /**
116
- * @return {?}
117
- */
118
- FileManagerComponent.prototype.ngAfterViewInit = function () {
119
- this.context.ngAfterViewInit(this);
120
- };
121
- /**
122
- * @return {?}
123
- */
124
- FileManagerComponent.prototype.ngOnDestroy = function () {
125
- this.context.ngOnDestroy(this);
126
- };
127
- /**
128
- * @return {?}
129
- */
130
- FileManagerComponent.prototype.ngAfterContentChecked = function () {
131
- this.context.ngAfterContentChecked(this);
132
- };
133
- return FileManagerComponent;
134
- }(FileManager));
135
- FileManagerComponent.decorators = [
136
- { type: Component, args: [{
137
- selector: 'ejs-filemanager',
138
- inputs: inputs,
139
- outputs: outputs,
140
- template: '',
141
- changeDetection: ChangeDetectionStrategy.OnPush,
142
- queries: {}
143
- },] },
144
- ];
145
- /**
146
- * @nocollapse
147
- */
148
- FileManagerComponent.ctorParameters = function () { return [
149
- { type: ElementRef, },
150
- { type: Renderer2, },
151
- { type: ViewContainerRef, },
152
- { type: Injector, },
153
- ]; };
154
- FileManagerComponent = __decorate([
155
- ComponentMixins([ComponentBase]),
156
- __metadata("design:paramtypes", [ElementRef,
157
- Renderer2,
158
- ViewContainerRef,
159
- Injector])
160
- ], FileManagerComponent);
161
- /**
162
- * NgModule definition for the FileManager component.
163
- */
164
- var FileManagerModule = /** @class */ (function () {
165
- function FileManagerModule() {
166
- }
167
- return FileManagerModule;
168
- }());
169
- FileManagerModule.decorators = [
170
- { type: NgModule, args: [{
171
- imports: [CommonModule],
172
- declarations: [
173
- FileManagerComponent
174
- ],
175
- exports: [
176
- FileManagerComponent
177
- ]
178
- },] },
179
- ];
180
- /**
181
- * @nocollapse
182
- */
183
- FileManagerModule.ctorParameters = function () { return []; };
184
- var DetailsViewService = { provide: 'FileManagerDetailsView', useValue: DetailsView };
185
- var NavigationPaneService = { provide: 'FileManagerNavigationPane', useValue: NavigationPane };
186
- var LargeIconsViewService = { provide: 'FileManagerLargeIconsView', useValue: LargeIconsView };
187
- var ToolbarService = { provide: 'FileManagerToolbar', useValue: Toolbar };
188
- var ContextMenuService = { provide: 'FileManagerContextMenu', useValue: ContextMenu };
189
- var BreadCrumbBarService = { provide: 'FileManagerBreadCrumbBar', useValue: BreadCrumbBar };
190
- var VirtualizationService = { provide: 'FileManagerVirtualization', useValue: Virtualization };
191
- /**
192
- * NgModule definition for the FileManager component with providers.
193
- */
194
- var FileManagerAllModule = /** @class */ (function () {
195
- function FileManagerAllModule() {
196
- }
197
- return FileManagerAllModule;
198
- }());
199
- FileManagerAllModule.decorators = [
200
- { type: NgModule, args: [{
201
- imports: [CommonModule, FileManagerModule],
202
- exports: [
203
- FileManagerModule
204
- ],
205
- providers: [
206
- DetailsViewService,
207
- NavigationPaneService,
208
- LargeIconsViewService,
209
- ToolbarService,
210
- ContextMenuService,
211
- BreadCrumbBarService,
212
- VirtualizationService
213
- ]
214
- },] },
215
- ];
216
- /**
217
- * @nocollapse
218
- */
219
- FileManagerAllModule.ctorParameters = function () { return []; };
220
- /**
221
- * Generated bundle index. Do not edit.
222
- */
223
- export { FileManagerComponent, FileManagerModule, FileManagerAllModule, DetailsViewService, NavigationPaneService, LargeIconsViewService, ToolbarService, ContextMenuService, BreadCrumbBarService, VirtualizationService, inputs as ɵa, outputs as ɵb };
224
- export { AjaxSettings, toolbarItems, ToolbarSettings, SearchSettings, columnArray, DetailsViewSettings, VirtualizationSettings, fileItems, folderItems, layoutItems, ContextMenuSettings, NavigationPaneSettings, UploadSettings, Column, TOOLBAR_ID, LAYOUT_ID, NAVIGATION_ID, TREE_ID, GRID_ID, LARGEICON_ID, DIALOG_ID, ALT_DIALOG_ID, IMG_DIALOG_ID, EXTN_DIALOG_ID, UPLOAD_DIALOG_ID, RETRY_DIALOG_ID, CONTEXT_MENU_ID, SORTBY_ID, VIEW_ID, SPLITTER_ID, CONTENT_ID, BREADCRUMBBAR_ID, UPLOAD_ID, RETRY_ID, SEARCH_ID, ROOT, CONTROL, CHECK_SELECT, ROOT_POPUP, MOBILE, MOB_POPUP, MULTI_SELECT, FILTER, LAYOUT, NAVIGATION, LAYOUT_CONTENT, LARGE_ICONS, TB_ITEM, LIST_ITEM, LIST_TEXT, LIST_PARENT, TB_OPTION_TICK, TB_OPTION_DOT, BLUR, ACTIVE, HOVER, FOCUS, FOCUSED, CHECK, FRAME, CB_WRAP, ROW, ROWCELL, EMPTY, EMPTY_CONTENT, EMPTY_INNER_CONTENT, CLONE, DROP_FOLDER, DROP_FILE, FOLDER, ICON_IMAGE, ICON_MUSIC, ICON_VIDEO, LARGE_ICON, LARGE_EMPTY_FOLDER, LARGE_EMPTY_FOLDER_TWO, LARGE_ICON_FOLDER, SELECTED_ITEMS, TEXT_CONTENT, GRID_HEADER, TEMPLATE_CELL, TREE_VIEW, MENU_ITEM, MENU_ICON, SUBMENU_ICON, GRID_VIEW, GRID_CONTENT, ICON_VIEW, ICON_OPEN, ICON_UPLOAD, ICON_CUT, ICON_COPY, ICON_PASTE, ICON_DELETE, ICON_RENAME, ICON_NEWFOLDER, ICON_DETAILS, ICON_SHORTBY, ICON_REFRESH, ICON_SELECTALL, ICON_DOWNLOAD, ICON_OPTIONS, ICON_GRID, ICON_LARGE, ICON_BREADCRUMB, ICON_CLEAR, ICON_DROP_IN, ICON_DROP_OUT, ICON_NO_DROP, ICONS, DETAILS_LABEL, ERROR_CONTENT, STATUS, BREADCRUMBS, RTL, DISPLAY_NONE, COLLAPSED, FULLROW, ICON_COLLAPSIBLE, SPLIT_BAR, HEADER_CHECK, OVERLAY, VALUE, isFile, modelChanged, initialEnd, finalizeEnd, createEnd, filterEnd, beforeDelete, pathDrag, deleteInit, deleteEnd, refreshEnd, resizeEnd, splitterResize, pathChanged, destroy, beforeRequest, upload, skipUpload, afterRequest, download, layoutRefresh, actionFailure, search, openInit, openEnd, selectionChanged, selectAllInit, clearAllInit, clearPathInit, layoutChange, sortByChange, nodeExpand, detailsInit, menuItemData, renameInit, renameEndParent, renameEnd, showPaste, hidePaste, selectedData, cutCopyInit, pasteInit, pasteEnd, cutEnd, hideLayout, updateTreeSelection, treeSelect, sortColumn, pathColumn, searchTextChange, beforeDownload, downloadInit, dropInit, dragEnd, dropPath, dragHelper, dragging, updateSelectionData, methodCall, permissionRead, permissionEdit, permissionEditContents, permissionCopy, permissionUpload, permissionDownload, FileManager, Toolbar, BreadCrumbBar, Virtualization, NavigationPane, DetailsView, LargeIconsView, createDialog, createExtDialog, createImageDialog, ContextMenu } from '@syncfusion/ej2-filemanager';
225
- //# sourceMappingURL=ej2-angular-filemanager.es5.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ej2-angular-filemanager.es5.js","sources":["~/@syncfusion/ej2-angular-filemanager/ej2-angular-filemanager.ts","~/@syncfusion/ej2-angular-filemanager/src/file-manager/filemanager-all.module.ts","~/@syncfusion/ej2-angular-filemanager/src/file-manager/filemanager.module.ts","~/@syncfusion/ej2-angular-filemanager/src/file-manager/filemanager.component.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {FileManagerComponent,FileManagerModule,FileManagerAllModule,DetailsViewService,NavigationPaneService,LargeIconsViewService,ToolbarService,ContextMenuService,BreadCrumbBarService,VirtualizationService,AjaxSettings,AjaxSettingsModel,toolbarItems,ToolbarSettings,ToolbarSettingsModel,FilterType,SearchSettings,SearchSettingsModel,DetailsViewSettingsModel,columnArray,DetailsViewSettings,VirtualizationSettingsModel,VirtualizationSettings,fileItems,folderItems,layoutItems,ContextMenuSettings,ContextMenuSettingsModel,NavigationPaneSettingsModel,NavigationPaneSettings,UploadSettings,UploadSettingsModel,TextAlign,ClipMode,Column,ColumnModel,TOOLBAR_ID,LAYOUT_ID,NAVIGATION_ID,TREE_ID,GRID_ID,LARGEICON_ID,DIALOG_ID,ALT_DIALOG_ID,IMG_DIALOG_ID,EXTN_DIALOG_ID,UPLOAD_DIALOG_ID,RETRY_DIALOG_ID,CONTEXT_MENU_ID,SORTBY_ID,VIEW_ID,SPLITTER_ID,CONTENT_ID,BREADCRUMBBAR_ID,UPLOAD_ID,RETRY_ID,SEARCH_ID,ROOT,CONTROL,CHECK_SELECT,ROOT_POPUP,MOBILE,MOB_POPUP,MULTI_SELECT,FILTER,LAYOUT,NAVIGATION,LAYOUT_CONTENT,LARGE_ICONS,TB_ITEM,LIST_ITEM,LIST_TEXT,LIST_PARENT,TB_OPTION_TICK,TB_OPTION_DOT,BLUR,ACTIVE,HOVER,FOCUS,FOCUSED,CHECK,FRAME,CB_WRAP,ROW,ROWCELL,EMPTY,EMPTY_CONTENT,EMPTY_INNER_CONTENT,CLONE,DROP_FOLDER,DROP_FILE,FOLDER,ICON_IMAGE,ICON_MUSIC,ICON_VIDEO,LARGE_ICON,LARGE_EMPTY_FOLDER,LARGE_EMPTY_FOLDER_TWO,LARGE_ICON_FOLDER,SELECTED_ITEMS,TEXT_CONTENT,GRID_HEADER,TEMPLATE_CELL,TREE_VIEW,MENU_ITEM,MENU_ICON,SUBMENU_ICON,GRID_VIEW,GRID_CONTENT,ICON_VIEW,ICON_OPEN,ICON_UPLOAD,ICON_CUT,ICON_COPY,ICON_PASTE,ICON_DELETE,ICON_RENAME,ICON_NEWFOLDER,ICON_DETAILS,ICON_SHORTBY,ICON_REFRESH,ICON_SELECTALL,ICON_DOWNLOAD,ICON_OPTIONS,ICON_GRID,ICON_LARGE,ICON_BREADCRUMB,ICON_CLEAR,ICON_DROP_IN,ICON_DROP_OUT,ICON_NO_DROP,ICONS,DETAILS_LABEL,ERROR_CONTENT,STATUS,BREADCRUMBS,RTL,DISPLAY_NONE,COLLAPSED,FULLROW,ICON_COLLAPSIBLE,SPLIT_BAR,HEADER_CHECK,OVERLAY,VALUE,isFile,modelChanged,initialEnd,finalizeEnd,createEnd,filterEnd,beforeDelete,pathDrag,deleteInit,deleteEnd,refreshEnd,resizeEnd,splitterResize,pathChanged,destroy,beforeRequest,upload,skipUpload,afterRequest,download,layoutRefresh,actionFailure,search,openInit,openEnd,selectionChanged,selectAllInit,clearAllInit,clearPathInit,layoutChange,sortByChange,nodeExpand,detailsInit,menuItemData,renameInit,renameEndParent,renameEnd,showPaste,hidePaste,selectedData,cutCopyInit,pasteInit,pasteEnd,cutEnd,hideLayout,updateTreeSelection,treeSelect,sortColumn,pathColumn,searchTextChange,beforeDownload,downloadInit,dropInit,dragEnd,dropPath,dragHelper,dragging,updateSelectionData,methodCall,permissionRead,permissionEdit,permissionEditContents,permissionCopy,permissionUpload,permissionDownload,FileManager,FileManagerModel,ViewType,SortOrder,ToolBarItems,MenuItems,IToolBarItems,NotifyArgs,ReadArgs,MouseArgs,UploadArgs,RetryArgs,ErrorArgs,DialogOptions,SearchArgs,FileDetails,DownloadArgs,FileDragEventArgs,BeforeSendEventArgs,BeforeDownloadEventArgs,BeforeImageLoadEventArgs,SuccessEventArgs,FailureEventArgs,FileLoadEventArgs,FileOpenEventArgs,PopupOpenCloseEventArgs,BeforePopupOpenCloseEventArgs,FileSelectEventArgs,FileSelectionEventArgs,ToolbarCreateEventArgs,ToolbarClickEventArgs,MenuClickEventArgs,MenuOpenEventArgs,UploadListCreateArgs,FileInfo,ValidationMessages,IFileManager,ITreeView,IContextMenu,Toolbar,BreadCrumbBar,Virtualization,NavigationPane,DetailsView,LargeIconsView,createDialog,createExtDialog,createImageDialog,ContextMenu} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/file-manager/filemanager.component';","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 /** @type {?} */ DetailsViewService: ValueProvider = { provide: 'FileManagerDetailsView', useValue: DetailsView};\nexport const /** @type {?} */ NavigationPaneService: ValueProvider = { provide: 'FileManagerNavigationPane', useValue: NavigationPane};\nexport const /** @type {?} */ LargeIconsViewService: ValueProvider = { provide: 'FileManagerLargeIconsView', useValue: LargeIconsView};\nexport const /** @type {?} */ ToolbarService: ValueProvider = { provide: 'FileManagerToolbar', useValue: Toolbar};\nexport const /** @type {?} */ ContextMenuService: ValueProvider = { provide: 'FileManagerContextMenu', useValue: ContextMenu};\nexport const /** @type {?} */ BreadCrumbBarService: ValueProvider = { provide: 'FileManagerBreadCrumbBar', useValue: BreadCrumbBar};\nexport const /** @type {?} */ VirtualizationService: ValueProvider = { provide: 'FileManagerVirtualization', useValue: Virtualization};\n/**\n * NgModule definition for the FileManager component with providers.\n */\nexport class FileManagerAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\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}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction FileManagerAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nFileManagerAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nFileManagerAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FileManagerComponent } from './filemanager.component';\n/**\n * NgModule definition for the FileManager component.\n */\nexport class FileManagerModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n FileManagerComponent\n ],\n exports: [\n FileManagerComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction FileManagerModule_tsickle_Closure_declarations() {\n/** @type {?} */\nFileManagerModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nFileManagerModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","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 /** @type {?} */ inputs: string[] = ['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','virtualizationSettings','width'];\nexport const /** @type {?} */ 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 /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the Essential JS 2 Angular FileManager Component.\n * ```html\n * <ejs-filemanager showThumbnail='false'></ejs-filemanager>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class FileManagerComponent extends FileManager implements IComponentBase {\npublic context : any;\npublic 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;\npublic uploadListCreate: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate 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 try {\n let mod = this.injector.get('FileManagerNavigationPane');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('FileManagerLargeIconsView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('FileManagerToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('FileManagerContextMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('FileManagerBreadCrumbBar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('FileManagerVirtualization');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-filemanager',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction FileManagerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nFileManagerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nFileManagerComponent.ctorParameters;\n/** @type {?} */\nFileManagerComponent.prototype.context;\n/** @type {?} */\nFileManagerComponent.prototype.tagObjects;\n/** @type {?} */\nFileManagerComponent.prototype.beforeDownload;\n/** @type {?} */\nFileManagerComponent.prototype.beforeImageLoad;\n/** @type {?} */\nFileManagerComponent.prototype.beforePopupClose;\n/** @type {?} */\nFileManagerComponent.prototype.beforePopupOpen;\n/** @type {?} */\nFileManagerComponent.prototype.beforeSend;\n/** @type {?} */\nFileManagerComponent.prototype.created;\n/** @type {?} */\nFileManagerComponent.prototype.destroyed;\n/** @type {?} */\nFileManagerComponent.prototype.failure;\n/** @type {?} */\nFileManagerComponent.prototype.fileDragStart;\n/** @type {?} */\nFileManagerComponent.prototype.fileDragStop;\n/** @type {?} */\nFileManagerComponent.prototype.fileDragging;\n/** @type {?} */\nFileManagerComponent.prototype.fileDropped;\n/** @type {?} */\nFileManagerComponent.prototype.fileLoad;\n/** @type {?} */\nFileManagerComponent.prototype.fileOpen;\n/** @type {?} */\nFileManagerComponent.prototype.fileSelect;\n/** @type {?} */\nFileManagerComponent.prototype.fileSelection;\n/** @type {?} */\nFileManagerComponent.prototype.menuClick;\n/** @type {?} */\nFileManagerComponent.prototype.menuOpen;\n/** @type {?} */\nFileManagerComponent.prototype.popupClose;\n/** @type {?} */\nFileManagerComponent.prototype.popupOpen;\n/** @type {?} */\nFileManagerComponent.prototype.success;\n/** @type {?} */\nFileManagerComponent.prototype.toolbarClick;\n/** @type {?} */\nFileManagerComponent.prototype.toolbarCreate;\n/** @type {?} */\nFileManagerComponent.prototype.uploadListCreate;\n/** @type {?} */\nFileManagerComponent.prototype.registerEvents;\n/** @type {?} */\nFileManagerComponent.prototype.addTwoWay;\n/** @type {?} */\nFileManagerComponent.prototype.ngEle;\n/** @type {?} */\nFileManagerComponent.prototype.srenderer;\n/** @type {?} */\nFileManagerComponent.prototype.viewContainerRef;\n/** @type {?} */\nFileManagerComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":[],"mappings":"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"}