@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.
- package/addon-block-loader/addon-block-loader-model.d.ts +4 -0
- package/addon-block-loader/addon-block-loader-service.d.ts +14 -21
- package/addon-block-loader/addon-block-loader.component.d.ts +27 -26
- package/addon-block-loader/addon-block-loader.module.d.ts +15 -16
- package/addon-block-loader/pepperi-addons-ngx-composite-lib-addon-block-loader.d.ts +5 -5
- package/addon-block-loader/public-api.d.ts +2 -2
- package/assets-manager/assets-manager.component.d.ts +25 -25
- package/assets-manager/assets-manager.module.d.ts +13 -13
- package/assets-manager/pepperi-addons-ngx-composite-lib-assets-manager.d.ts +5 -5
- package/assets-manager/public-api.d.ts +2 -2
- package/bundles/pepperi-addons-ngx-composite-lib-addon-block-loader.umd.js +512 -602
- package/bundles/pepperi-addons-ngx-composite-lib-addon-block-loader.umd.js.map +1 -1
- package/bundles/pepperi-addons-ngx-composite-lib-assets-manager.umd.js +423 -423
- package/bundles/pepperi-addons-ngx-composite-lib-color-settings.umd.js +123 -123
- package/bundles/pepperi-addons-ngx-composite-lib-dimx-export.umd.js +835 -835
- package/bundles/pepperi-addons-ngx-composite-lib-file-status-panel.umd.js +84 -84
- package/bundles/pepperi-addons-ngx-composite-lib-generic-form.umd.js +671 -671
- package/bundles/pepperi-addons-ngx-composite-lib-generic-list.umd.js +918 -918
- package/bundles/pepperi-addons-ngx-composite-lib-group-buttons-settings.umd.js +176 -176
- package/bundles/pepperi-addons-ngx-composite-lib-shadow-settings.umd.js +117 -117
- package/bundles/pepperi-addons-ngx-composite-lib.umd.js +538 -538
- package/color-settings/color-settings.component.d.ts +22 -22
- package/color-settings/color-settings.model.d.ts +5 -5
- package/color-settings/color-settings.module.d.ts +12 -12
- package/color-settings/pepperi-addons-ngx-composite-lib-color-settings.d.ts +5 -5
- package/color-settings/public-api.d.ts +3 -3
- package/core/common/directives/index.d.ts +1 -1
- package/core/common/directives/public-api.d.ts +1 -1
- package/core/common/directives/reset-configuration-field.directive.d.ts +38 -38
- package/core/common/index.d.ts +1 -1
- package/core/common/public-api.d.ts +2 -2
- package/core/common/services/index.d.ts +1 -1
- package/core/common/services/public-api.d.ts +1 -1
- package/core/common/services/utilities.service.d.ts +6 -6
- package/core/index.d.ts +1 -1
- package/core/public-api.d.ts +1 -1
- package/dimx-export/dimx.component.d.ts +86 -86
- package/dimx-export/dimx.model.d.ts +5 -5
- package/dimx-export/dimx.module.d.ts +16 -16
- package/dimx-export/dimx.service.d.ts +21 -21
- package/dimx-export/index.d.ts +1 -1
- package/dimx-export/pepperi-addons-ngx-composite-lib-dimx-export.d.ts +5 -5
- package/dimx-export/public-api.d.ts +3 -3
- package/esm2015/addon-block-loader/addon-block-loader-model.js +4 -0
- package/esm2015/addon-block-loader/addon-block-loader-service.js +56 -68
- package/esm2015/addon-block-loader/addon-block-loader.component.js +80 -80
- package/esm2015/addon-block-loader/addon-block-loader.module.js +51 -55
- package/esm2015/addon-block-loader/pepperi-addons-ngx-composite-lib-addon-block-loader.js +4 -4
- package/esm2015/addon-block-loader/public-api.js +5 -5
- package/esm2015/assets-manager/assets-manager.component.js +70 -70
- package/esm2015/assets-manager/assets-manager.module.js +42 -42
- package/esm2015/assets-manager/pepperi-addons-ngx-composite-lib-assets-manager.js +4 -4
- package/esm2015/assets-manager/public-api.js +5 -5
- package/esm2015/color-settings/color-settings.component.js +81 -81
- package/esm2015/color-settings/color-settings.model.js +8 -8
- package/esm2015/color-settings/color-settings.module.js +39 -39
- package/esm2015/color-settings/pepperi-addons-ngx-composite-lib-color-settings.js +4 -4
- package/esm2015/color-settings/public-api.js +6 -6
- package/esm2015/core/common/directives/index.js +4 -4
- package/esm2015/core/common/directives/public-api.js +4 -4
- package/esm2015/core/common/directives/reset-configuration-field.directive.js +135 -135
- package/esm2015/core/common/index.js +4 -4
- package/esm2015/core/common/public-api.js +5 -5
- package/esm2015/core/common/services/index.js +4 -4
- package/esm2015/core/common/services/public-api.js +4 -4
- package/esm2015/core/common/services/utilities.service.js +18 -18
- package/esm2015/core/index.js +4 -4
- package/esm2015/core/public-api.js +4 -4
- package/esm2015/dimx-export/dimx.component.js +334 -334
- package/esm2015/dimx-export/dimx.model.js +7 -7
- package/esm2015/dimx-export/dimx.module.js +52 -52
- package/esm2015/dimx-export/dimx.service.js +49 -49
- package/esm2015/dimx-export/index.js +4 -4
- package/esm2015/dimx-export/pepperi-addons-ngx-composite-lib-dimx-export.js +4 -4
- package/esm2015/dimx-export/public-api.js +6 -6
- package/esm2015/file-status-panel/file-status-panel.component.js +38 -38
- package/esm2015/file-status-panel/file-status-panel.model.js +8 -8
- package/esm2015/file-status-panel/file-status-panel.module.js +47 -47
- package/esm2015/file-status-panel/pepperi-addons-ngx-composite-lib-file-status-panel.js +4 -4
- package/esm2015/file-status-panel/public-api.js +6 -6
- package/esm2015/generic-form/generic-form.component.js +93 -93
- package/esm2015/generic-form/generic-form.model.js +1 -1
- package/esm2015/generic-form/generic-form.module.js +73 -73
- package/esm2015/generic-form/generic-form.service.js +164 -164
- package/esm2015/generic-form/pepperi-addons-ngx-composite-lib-generic-form.js +4 -4
- package/esm2015/generic-form/public-api.js +7 -7
- package/esm2015/generic-list/generic-list.component.js +420 -420
- package/esm2015/generic-list/generic-list.model.js +1 -1
- package/esm2015/generic-list/generic-list.module.js +63 -63
- package/esm2015/generic-list/generic-list.service.js +40 -40
- package/esm2015/generic-list/pepperi-addons-ngx-composite-lib-generic-list.js +4 -4
- package/esm2015/generic-list/public-api.js +7 -7
- package/esm2015/group-buttons-settings/group-buttons-settings.component.js +134 -134
- package/esm2015/group-buttons-settings/group-buttons-settings.model.js +1 -1
- package/esm2015/group-buttons-settings/group-buttons-settings.module.js +46 -46
- package/esm2015/group-buttons-settings/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +4 -4
- package/esm2015/group-buttons-settings/public-api.js +6 -6
- package/esm2015/ngx-composite-lib.module.js +44 -44
- package/esm2015/pepperi-addons-ngx-composite-lib.js +4 -4
- package/esm2015/public-api.js +5 -5
- package/esm2015/shadow-settings/pepperi-addons-ngx-composite-lib-shadow-settings.js +4 -4
- package/esm2015/shadow-settings/public-api.js +6 -6
- package/esm2015/shadow-settings/shadow-settings.component.js +72 -72
- package/esm2015/shadow-settings/shadow-settings.model.js +7 -7
- package/esm2015/shadow-settings/shadow-settings.module.js +43 -43
- package/fesm2015/pepperi-addons-ngx-composite-lib-addon-block-loader.js +166 -251
- package/fesm2015/pepperi-addons-ngx-composite-lib-addon-block-loader.js.map +1 -1
- package/fesm2015/pepperi-addons-ngx-composite-lib-assets-manager.js +101 -101
- package/fesm2015/pepperi-addons-ngx-composite-lib-color-settings.js +113 -113
- package/fesm2015/pepperi-addons-ngx-composite-lib-dimx-export.js +415 -415
- package/fesm2015/pepperi-addons-ngx-composite-lib-file-status-panel.js +77 -77
- package/fesm2015/pepperi-addons-ngx-composite-lib-generic-form.js +304 -304
- package/fesm2015/pepperi-addons-ngx-composite-lib-generic-list.js +491 -491
- package/fesm2015/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +167 -167
- package/fesm2015/pepperi-addons-ngx-composite-lib-shadow-settings.js +107 -107
- package/fesm2015/pepperi-addons-ngx-composite-lib.js +197 -197
- package/file-status-panel/file-status-panel.component.d.ts +14 -14
- package/file-status-panel/file-status-panel.model.d.ts +7 -7
- package/file-status-panel/file-status-panel.module.d.ts +14 -14
- package/file-status-panel/pepperi-addons-ngx-composite-lib-file-status-panel.d.ts +5 -5
- package/file-status-panel/public-api.d.ts +3 -3
- package/generic-form/generic-form.component.d.ts +28 -28
- package/generic-form/generic-form.model.d.ts +35 -35
- package/generic-form/generic-form.module.d.ts +13 -13
- package/generic-form/generic-form.service.d.ts +44 -44
- package/generic-form/pepperi-addons-ngx-composite-lib-generic-form.d.ts +5 -5
- package/generic-form/public-api.d.ts +4 -4
- package/generic-list/generic-list.component.d.ts +91 -91
- package/generic-list/generic-list.model.d.ts +41 -41
- package/generic-list/generic-list.module.d.ts +16 -16
- package/generic-list/generic-list.service.d.ts +13 -13
- package/generic-list/pepperi-addons-ngx-composite-lib-generic-list.d.ts +5 -5
- package/generic-list/public-api.d.ts +4 -4
- package/group-buttons-settings/group-buttons-settings.component.d.ts +33 -33
- package/group-buttons-settings/group-buttons-settings.model.d.ts +1 -1
- package/group-buttons-settings/group-buttons-settings.module.d.ts +14 -14
- package/group-buttons-settings/pepperi-addons-ngx-composite-lib-group-buttons-settings.d.ts +5 -5
- package/group-buttons-settings/public-api.d.ts +3 -3
- package/ngx-composite-lib.module.d.ts +11 -11
- package/package.json +1 -1
- package/pepperi-addons-ngx-composite-lib.d.ts +5 -5
- package/public-api.d.ts +2 -2
- package/shadow-settings/pepperi-addons-ngx-composite-lib-shadow-settings.d.ts +5 -5
- package/shadow-settings/public-api.d.ts +3 -3
- package/shadow-settings/shadow-settings.component.d.ts +23 -23
- package/shadow-settings/shadow-settings.model.d.ts +7 -7
- package/shadow-settings/shadow-settings.module.d.ts +13 -13
- package/src/assets/i18n/en.ngx-composite-lib.json +2 -1
- package/addon-block-loader/remote-loader/remote-loader.component.d.ts +0 -18
- package/addon-block-loader/remote-loader/remote-loader.module.d.ts +0 -13
- package/esm2015/addon-block-loader/remote-loader/remote-loader.component.js +0 -42
- 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;
|