@pepperi-addons/ngx-composite-lib 0.0.14-beta.6 → 0.0.14-beta.9

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 (152) hide show
  1. package/addon-block-loader/addon-block-loader-model.d.ts +4 -0
  2. package/addon-block-loader/addon-block-loader-service.d.ts +14 -21
  3. package/addon-block-loader/addon-block-loader.component.d.ts +27 -26
  4. package/addon-block-loader/addon-block-loader.module.d.ts +15 -16
  5. package/addon-block-loader/pepperi-addons-ngx-composite-lib-addon-block-loader.d.ts +5 -5
  6. package/addon-block-loader/public-api.d.ts +2 -2
  7. package/assets-manager/assets-manager.component.d.ts +25 -25
  8. package/assets-manager/assets-manager.module.d.ts +13 -13
  9. package/assets-manager/pepperi-addons-ngx-composite-lib-assets-manager.d.ts +5 -5
  10. package/assets-manager/public-api.d.ts +2 -2
  11. package/bundles/pepperi-addons-ngx-composite-lib-addon-block-loader.umd.js +512 -602
  12. package/bundles/pepperi-addons-ngx-composite-lib-addon-block-loader.umd.js.map +1 -1
  13. package/bundles/pepperi-addons-ngx-composite-lib-assets-manager.umd.js +423 -423
  14. package/bundles/pepperi-addons-ngx-composite-lib-color-settings.umd.js +123 -123
  15. package/bundles/pepperi-addons-ngx-composite-lib-dimx-export.umd.js +835 -835
  16. package/bundles/pepperi-addons-ngx-composite-lib-file-status-panel.umd.js +84 -84
  17. package/bundles/pepperi-addons-ngx-composite-lib-generic-form.umd.js +671 -671
  18. package/bundles/pepperi-addons-ngx-composite-lib-generic-list.umd.js +918 -918
  19. package/bundles/pepperi-addons-ngx-composite-lib-group-buttons-settings.umd.js +176 -176
  20. package/bundles/pepperi-addons-ngx-composite-lib-shadow-settings.umd.js +117 -117
  21. package/bundles/pepperi-addons-ngx-composite-lib.umd.js +538 -538
  22. package/color-settings/color-settings.component.d.ts +22 -22
  23. package/color-settings/color-settings.model.d.ts +5 -5
  24. package/color-settings/color-settings.module.d.ts +12 -12
  25. package/color-settings/pepperi-addons-ngx-composite-lib-color-settings.d.ts +5 -5
  26. package/color-settings/public-api.d.ts +3 -3
  27. package/core/common/directives/index.d.ts +1 -1
  28. package/core/common/directives/public-api.d.ts +1 -1
  29. package/core/common/directives/reset-configuration-field.directive.d.ts +38 -38
  30. package/core/common/index.d.ts +1 -1
  31. package/core/common/public-api.d.ts +2 -2
  32. package/core/common/services/index.d.ts +1 -1
  33. package/core/common/services/public-api.d.ts +1 -1
  34. package/core/common/services/utilities.service.d.ts +6 -6
  35. package/core/index.d.ts +1 -1
  36. package/core/public-api.d.ts +1 -1
  37. package/dimx-export/dimx.component.d.ts +86 -86
  38. package/dimx-export/dimx.model.d.ts +5 -5
  39. package/dimx-export/dimx.module.d.ts +16 -16
  40. package/dimx-export/dimx.service.d.ts +21 -21
  41. package/dimx-export/index.d.ts +1 -1
  42. package/dimx-export/pepperi-addons-ngx-composite-lib-dimx-export.d.ts +5 -5
  43. package/dimx-export/public-api.d.ts +3 -3
  44. package/esm2015/addon-block-loader/addon-block-loader-model.js +4 -0
  45. package/esm2015/addon-block-loader/addon-block-loader-service.js +56 -68
  46. package/esm2015/addon-block-loader/addon-block-loader.component.js +80 -80
  47. package/esm2015/addon-block-loader/addon-block-loader.module.js +51 -55
  48. package/esm2015/addon-block-loader/pepperi-addons-ngx-composite-lib-addon-block-loader.js +4 -4
  49. package/esm2015/addon-block-loader/public-api.js +5 -5
  50. package/esm2015/assets-manager/assets-manager.component.js +70 -70
  51. package/esm2015/assets-manager/assets-manager.module.js +42 -42
  52. package/esm2015/assets-manager/pepperi-addons-ngx-composite-lib-assets-manager.js +4 -4
  53. package/esm2015/assets-manager/public-api.js +5 -5
  54. package/esm2015/color-settings/color-settings.component.js +81 -81
  55. package/esm2015/color-settings/color-settings.model.js +8 -8
  56. package/esm2015/color-settings/color-settings.module.js +39 -39
  57. package/esm2015/color-settings/pepperi-addons-ngx-composite-lib-color-settings.js +4 -4
  58. package/esm2015/color-settings/public-api.js +6 -6
  59. package/esm2015/core/common/directives/index.js +4 -4
  60. package/esm2015/core/common/directives/public-api.js +4 -4
  61. package/esm2015/core/common/directives/reset-configuration-field.directive.js +135 -135
  62. package/esm2015/core/common/index.js +4 -4
  63. package/esm2015/core/common/public-api.js +5 -5
  64. package/esm2015/core/common/services/index.js +4 -4
  65. package/esm2015/core/common/services/public-api.js +4 -4
  66. package/esm2015/core/common/services/utilities.service.js +18 -18
  67. package/esm2015/core/index.js +4 -4
  68. package/esm2015/core/public-api.js +4 -4
  69. package/esm2015/dimx-export/dimx.component.js +334 -334
  70. package/esm2015/dimx-export/dimx.model.js +7 -7
  71. package/esm2015/dimx-export/dimx.module.js +52 -52
  72. package/esm2015/dimx-export/dimx.service.js +49 -49
  73. package/esm2015/dimx-export/index.js +4 -4
  74. package/esm2015/dimx-export/pepperi-addons-ngx-composite-lib-dimx-export.js +4 -4
  75. package/esm2015/dimx-export/public-api.js +6 -6
  76. package/esm2015/file-status-panel/file-status-panel.component.js +38 -38
  77. package/esm2015/file-status-panel/file-status-panel.model.js +8 -8
  78. package/esm2015/file-status-panel/file-status-panel.module.js +47 -47
  79. package/esm2015/file-status-panel/pepperi-addons-ngx-composite-lib-file-status-panel.js +4 -4
  80. package/esm2015/file-status-panel/public-api.js +6 -6
  81. package/esm2015/generic-form/generic-form.component.js +93 -93
  82. package/esm2015/generic-form/generic-form.model.js +1 -1
  83. package/esm2015/generic-form/generic-form.module.js +73 -73
  84. package/esm2015/generic-form/generic-form.service.js +164 -164
  85. package/esm2015/generic-form/pepperi-addons-ngx-composite-lib-generic-form.js +4 -4
  86. package/esm2015/generic-form/public-api.js +7 -7
  87. package/esm2015/generic-list/generic-list.component.js +420 -420
  88. package/esm2015/generic-list/generic-list.model.js +1 -1
  89. package/esm2015/generic-list/generic-list.module.js +63 -63
  90. package/esm2015/generic-list/generic-list.service.js +40 -40
  91. package/esm2015/generic-list/pepperi-addons-ngx-composite-lib-generic-list.js +4 -4
  92. package/esm2015/generic-list/public-api.js +7 -7
  93. package/esm2015/group-buttons-settings/group-buttons-settings.component.js +134 -134
  94. package/esm2015/group-buttons-settings/group-buttons-settings.model.js +1 -1
  95. package/esm2015/group-buttons-settings/group-buttons-settings.module.js +46 -46
  96. package/esm2015/group-buttons-settings/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +4 -4
  97. package/esm2015/group-buttons-settings/public-api.js +6 -6
  98. package/esm2015/ngx-composite-lib.module.js +44 -44
  99. package/esm2015/pepperi-addons-ngx-composite-lib.js +4 -4
  100. package/esm2015/public-api.js +5 -5
  101. package/esm2015/shadow-settings/pepperi-addons-ngx-composite-lib-shadow-settings.js +4 -4
  102. package/esm2015/shadow-settings/public-api.js +6 -6
  103. package/esm2015/shadow-settings/shadow-settings.component.js +72 -72
  104. package/esm2015/shadow-settings/shadow-settings.model.js +7 -7
  105. package/esm2015/shadow-settings/shadow-settings.module.js +43 -43
  106. package/fesm2015/pepperi-addons-ngx-composite-lib-addon-block-loader.js +166 -251
  107. package/fesm2015/pepperi-addons-ngx-composite-lib-addon-block-loader.js.map +1 -1
  108. package/fesm2015/pepperi-addons-ngx-composite-lib-assets-manager.js +101 -101
  109. package/fesm2015/pepperi-addons-ngx-composite-lib-color-settings.js +113 -113
  110. package/fesm2015/pepperi-addons-ngx-composite-lib-dimx-export.js +415 -415
  111. package/fesm2015/pepperi-addons-ngx-composite-lib-file-status-panel.js +77 -77
  112. package/fesm2015/pepperi-addons-ngx-composite-lib-generic-form.js +304 -304
  113. package/fesm2015/pepperi-addons-ngx-composite-lib-generic-list.js +491 -491
  114. package/fesm2015/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +167 -167
  115. package/fesm2015/pepperi-addons-ngx-composite-lib-shadow-settings.js +107 -107
  116. package/fesm2015/pepperi-addons-ngx-composite-lib.js +197 -197
  117. package/file-status-panel/file-status-panel.component.d.ts +14 -14
  118. package/file-status-panel/file-status-panel.model.d.ts +7 -7
  119. package/file-status-panel/file-status-panel.module.d.ts +14 -14
  120. package/file-status-panel/pepperi-addons-ngx-composite-lib-file-status-panel.d.ts +5 -5
  121. package/file-status-panel/public-api.d.ts +3 -3
  122. package/generic-form/generic-form.component.d.ts +28 -28
  123. package/generic-form/generic-form.model.d.ts +35 -35
  124. package/generic-form/generic-form.module.d.ts +13 -13
  125. package/generic-form/generic-form.service.d.ts +44 -44
  126. package/generic-form/pepperi-addons-ngx-composite-lib-generic-form.d.ts +5 -5
  127. package/generic-form/public-api.d.ts +4 -4
  128. package/generic-list/generic-list.component.d.ts +91 -91
  129. package/generic-list/generic-list.model.d.ts +41 -41
  130. package/generic-list/generic-list.module.d.ts +16 -16
  131. package/generic-list/generic-list.service.d.ts +13 -13
  132. package/generic-list/pepperi-addons-ngx-composite-lib-generic-list.d.ts +5 -5
  133. package/generic-list/public-api.d.ts +4 -4
  134. package/group-buttons-settings/group-buttons-settings.component.d.ts +33 -33
  135. package/group-buttons-settings/group-buttons-settings.model.d.ts +1 -1
  136. package/group-buttons-settings/group-buttons-settings.module.d.ts +14 -14
  137. package/group-buttons-settings/pepperi-addons-ngx-composite-lib-group-buttons-settings.d.ts +5 -5
  138. package/group-buttons-settings/public-api.d.ts +3 -3
  139. package/ngx-composite-lib.module.d.ts +11 -11
  140. package/package.json +1 -1
  141. package/pepperi-addons-ngx-composite-lib.d.ts +5 -5
  142. package/public-api.d.ts +2 -2
  143. package/shadow-settings/pepperi-addons-ngx-composite-lib-shadow-settings.d.ts +5 -5
  144. package/shadow-settings/public-api.d.ts +3 -3
  145. package/shadow-settings/shadow-settings.component.d.ts +23 -23
  146. package/shadow-settings/shadow-settings.model.d.ts +7 -7
  147. package/shadow-settings/shadow-settings.module.d.ts +13 -13
  148. package/src/assets/i18n/en.ngx-composite-lib.json +2 -1
  149. package/addon-block-loader/remote-loader/remote-loader.component.d.ts +0 -18
  150. package/addon-block-loader/remote-loader/remote-loader.module.d.ts +0 -13
  151. package/esm2015/addon-block-loader/remote-loader/remote-loader.component.js +0 -42
  152. package/esm2015/addon-block-loader/remote-loader/remote-loader.module.js +0 -43
@@ -28,98 +28,98 @@
28
28
  var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
29
29
  var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
30
30
 
31
- var FileStatusPanelComponent = /** @class */ (function () {
32
- function FileStatusPanelComponent(data, snackBarRef) {
33
- this.data = data;
34
- this.snackBarRef = snackBarRef;
35
- // @Input() title = '';
36
- // @Input() filesList: Array<FileStatus> = [];
37
- this.closeClick = new i0.EventEmitter();
38
- //
39
- }
40
- FileStatusPanelComponent.prototype.ngOnInit = function () {
41
- //
42
- };
43
- FileStatusPanelComponent.prototype.onCloseClicked = function (event) {
44
- this.closeClick.emit();
45
- };
46
- return FileStatusPanelComponent;
47
- }());
48
- FileStatusPanelComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: FileStatusPanelComponent, deps: [{ token: i1.MAT_SNACK_BAR_DATA }, { token: i1__namespace.MatSnackBarRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
49
- FileStatusPanelComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.0.5", type: FileStatusPanelComponent, selector: "pep-file-status-panel", outputs: { closeClick: "closeClick" }, ngImport: i0__namespace, template: "<pep-snack-bar class=\"upload-panel-contnainer\" [snackBarRef]=\"snackBarRef\" [title]=\"data.title\" (closeClick)=\"onCloseClicked($event)\" >\n <div pep-snack-bar-content class=\"panel-content\">\n <ul *ngIf=\"data.content.length\">\n <li *ngFor=\"let file of data.content\">\n <ng-container *ngIf=\"file?.status !== 'hidden'\">\n <span class=\"color-dimmed body-sm ellipsis\">{{file.name}}</span>\n <pep-icon class=\"pep-spacing-element\" name=\"arrow_right_alt\"></pep-icon>\n <span class=\"body-sm\" title=\"{{file.statusMessage}}\">{{file.status}}</span>\n </ng-container>\n </li>\n </ul>\n </div>\n</pep-snack-bar>", styles: [".upload-panel-contnainer .panel-content{max-height:50vh;overflow:auto}.upload-panel-contnainer .panel-content ul{list-style-type:none;padding:0}.upload-panel-contnainer .panel-content ul li{height:1.25rem;margin-top:.5rem;display:flex;flex-direction:row;align-items:center}.upload-panel-contnainer .panel-content ul li pep-icon{height:1rem}\n"], components: [{ type: i2__namespace.PepSnackBarComponent, selector: "pep-snack-bar", inputs: ["snackBarRef", "title"], outputs: ["closeClick"] }, { type: i3__namespace.PepIconComponent, selector: "pep-icon", inputs: ["spin", "name", "fill"] }], directives: [{ type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
50
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: FileStatusPanelComponent, decorators: [{
51
- type: i0.Component,
52
- args: [{
53
- selector: 'pep-file-status-panel',
54
- templateUrl: './file-status-panel.component.html',
55
- styleUrls: ['./file-status-panel.component.scss']
56
- }]
57
- }], ctorParameters: function () {
58
- return [{ type: i2__namespace.PepSnackBarData, decorators: [{
59
- type: i0.Inject,
60
- args: [i1.MAT_SNACK_BAR_DATA]
61
- }] }, { type: i1__namespace.MatSnackBarRef }];
62
- }, propDecorators: { closeClick: [{
63
- type: i0.Output
31
+ var FileStatusPanelComponent = /** @class */ (function () {
32
+ function FileStatusPanelComponent(data, snackBarRef) {
33
+ this.data = data;
34
+ this.snackBarRef = snackBarRef;
35
+ // @Input() title = '';
36
+ // @Input() filesList: Array<FileStatus> = [];
37
+ this.closeClick = new i0.EventEmitter();
38
+ //
39
+ }
40
+ FileStatusPanelComponent.prototype.ngOnInit = function () {
41
+ //
42
+ };
43
+ FileStatusPanelComponent.prototype.onCloseClicked = function (event) {
44
+ this.closeClick.emit();
45
+ };
46
+ return FileStatusPanelComponent;
47
+ }());
48
+ FileStatusPanelComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: FileStatusPanelComponent, deps: [{ token: i1.MAT_SNACK_BAR_DATA }, { token: i1__namespace.MatSnackBarRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
49
+ FileStatusPanelComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.0.5", type: FileStatusPanelComponent, selector: "pep-file-status-panel", outputs: { closeClick: "closeClick" }, ngImport: i0__namespace, template: "<pep-snack-bar class=\"upload-panel-contnainer\" [snackBarRef]=\"snackBarRef\" [title]=\"data.title\" (closeClick)=\"onCloseClicked($event)\" >\n <div pep-snack-bar-content class=\"panel-content\">\n <ul *ngIf=\"data.content.length\">\n <li *ngFor=\"let file of data.content\">\n <ng-container *ngIf=\"file?.status !== 'hidden'\">\n <span class=\"color-dimmed body-sm ellipsis\">{{file.name}}</span>\n <pep-icon class=\"pep-spacing-element\" name=\"arrow_right_alt\"></pep-icon>\n <span class=\"body-sm\" title=\"{{file.statusMessage}}\">{{file.status}}</span>\n </ng-container>\n </li>\n </ul>\n </div>\n</pep-snack-bar>", styles: [".upload-panel-contnainer .panel-content{max-height:50vh;overflow:auto}.upload-panel-contnainer .panel-content ul{list-style-type:none;padding:0}.upload-panel-contnainer .panel-content ul li{height:1.25rem;margin-top:.5rem;display:flex;flex-direction:row;align-items:center}.upload-panel-contnainer .panel-content ul li pep-icon{height:1rem}\n"], components: [{ type: i2__namespace.PepSnackBarComponent, selector: "pep-snack-bar", inputs: ["snackBarRef", "title"], outputs: ["closeClick"] }, { type: i3__namespace.PepIconComponent, selector: "pep-icon", inputs: ["spin", "name", "fill"] }], directives: [{ type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
50
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: FileStatusPanelComponent, decorators: [{
51
+ type: i0.Component,
52
+ args: [{
53
+ selector: 'pep-file-status-panel',
54
+ templateUrl: './file-status-panel.component.html',
55
+ styleUrls: ['./file-status-panel.component.scss']
56
+ }]
57
+ }], ctorParameters: function () {
58
+ return [{ type: i2__namespace.PepSnackBarData, decorators: [{
59
+ type: i0.Inject,
60
+ args: [i1.MAT_SNACK_BAR_DATA]
61
+ }] }, { type: i1__namespace.MatSnackBarRef }];
62
+ }, propDecorators: { closeClick: [{
63
+ type: i0.Output
64
64
  }] } });
65
65
 
66
- var PepFileStatusPanelModule = /** @class */ (function () {
67
- function PepFileStatusPanelModule() {
68
- }
69
- return PepFileStatusPanelModule;
70
- }());
71
- PepFileStatusPanelModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepFileStatusPanelModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
72
- PepFileStatusPanelModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepFileStatusPanelModule, declarations: [FileStatusPanelComponent], imports: [i4.CommonModule,
73
- topBar.PepTopBarModule,
74
- textbox.PepTextboxModule,
75
- button.PepButtonModule,
76
- i3.PepIconModule,
77
- dialog.PepDialogModule,
78
- i2.PepSnackBarModule], exports: [FileStatusPanelComponent] });
79
- PepFileStatusPanelModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepFileStatusPanelModule, imports: [[
80
- i4.CommonModule,
81
- topBar.PepTopBarModule,
82
- textbox.PepTextboxModule,
83
- button.PepButtonModule,
84
- i3.PepIconModule,
85
- dialog.PepDialogModule,
86
- i2.PepSnackBarModule
87
- ]] });
88
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepFileStatusPanelModule, decorators: [{
89
- type: i0.NgModule,
90
- args: [{
91
- declarations: [
92
- FileStatusPanelComponent
93
- ],
94
- imports: [
95
- i4.CommonModule,
96
- topBar.PepTopBarModule,
97
- textbox.PepTextboxModule,
98
- button.PepButtonModule,
99
- i3.PepIconModule,
100
- dialog.PepDialogModule,
101
- i2.PepSnackBarModule
102
- ],
103
- exports: [FileStatusPanelComponent]
104
- }]
66
+ var PepFileStatusPanelModule = /** @class */ (function () {
67
+ function PepFileStatusPanelModule() {
68
+ }
69
+ return PepFileStatusPanelModule;
70
+ }());
71
+ PepFileStatusPanelModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepFileStatusPanelModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
72
+ PepFileStatusPanelModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepFileStatusPanelModule, declarations: [FileStatusPanelComponent], imports: [i4.CommonModule,
73
+ topBar.PepTopBarModule,
74
+ textbox.PepTextboxModule,
75
+ button.PepButtonModule,
76
+ i3.PepIconModule,
77
+ dialog.PepDialogModule,
78
+ i2.PepSnackBarModule], exports: [FileStatusPanelComponent] });
79
+ PepFileStatusPanelModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepFileStatusPanelModule, imports: [[
80
+ i4.CommonModule,
81
+ topBar.PepTopBarModule,
82
+ textbox.PepTextboxModule,
83
+ button.PepButtonModule,
84
+ i3.PepIconModule,
85
+ dialog.PepDialogModule,
86
+ i2.PepSnackBarModule
87
+ ]] });
88
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepFileStatusPanelModule, decorators: [{
89
+ type: i0.NgModule,
90
+ args: [{
91
+ declarations: [
92
+ FileStatusPanelComponent
93
+ ],
94
+ imports: [
95
+ i4.CommonModule,
96
+ topBar.PepTopBarModule,
97
+ textbox.PepTextboxModule,
98
+ button.PepButtonModule,
99
+ i3.PepIconModule,
100
+ dialog.PepDialogModule,
101
+ i2.PepSnackBarModule
102
+ ],
103
+ exports: [FileStatusPanelComponent]
104
+ }]
105
105
  }] });
106
106
 
107
- var FileStatus = /** @class */ (function () {
108
- function FileStatus() {
109
- this.key = 0;
110
- this.name = '';
111
- this.status = 'uploading';
112
- this.statusMessage = '';
113
- }
114
- return FileStatus;
107
+ var FileStatus = /** @class */ (function () {
108
+ function FileStatus() {
109
+ this.key = 0;
110
+ this.name = '';
111
+ this.status = 'uploading';
112
+ this.statusMessage = '';
113
+ }
114
+ return FileStatus;
115
115
  }());
116
116
 
117
- /*
118
- * Public API Surface of ngx-composite-lib/file-status-panel
117
+ /*
118
+ * Public API Surface of ngx-composite-lib/file-status-panel
119
119
  */
120
120
 
121
- /**
122
- * Generated bundle index. Do not edit.
121
+ /**
122
+ * Generated bundle index. Do not edit.
123
123
  */
124
124
 
125
125
  exports.FileStatus = FileStatus;