@pepperi-addons/ngx-composite-lib 0.0.10-beta.2 → 0.0.10-beta.21
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/README.md +24 -24
- package/bundles/pepperi-addons-ngx-composite-lib-color-settings.umd.js +123 -122
- package/bundles/pepperi-addons-ngx-composite-lib-color-settings.umd.js.map +1 -1
- package/bundles/pepperi-addons-ngx-composite-lib-draggable-item.umd.js +72 -70
- package/bundles/pepperi-addons-ngx-composite-lib-draggable-item.umd.js.map +1 -1
- package/bundles/pepperi-addons-ngx-composite-lib-file-status-panel.umd.js +119 -0
- package/bundles/pepperi-addons-ngx-composite-lib-file-status-panel.umd.js.map +1 -0
- package/bundles/pepperi-addons-ngx-composite-lib-generic-list.umd.js +644 -540
- package/bundles/pepperi-addons-ngx-composite-lib-generic-list.umd.js.map +1 -1
- package/bundles/pepperi-addons-ngx-composite-lib-group-buttons-settings.umd.js +173 -173
- package/bundles/pepperi-addons-ngx-composite-lib-group-buttons-settings.umd.js.map +1 -1
- package/bundles/pepperi-addons-ngx-composite-lib-shadow-settings.umd.js +117 -117
- package/bundles/pepperi-addons-ngx-composite-lib-shadow-settings.umd.js.map +1 -1
- package/bundles/pepperi-addons-ngx-composite-lib.umd.js +72 -29
- package/bundles/pepperi-addons-ngx-composite-lib.umd.js.map +1 -1
- 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/package.json +1 -1
- 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/index.d.ts +1 -0
- package/core/common/public-api.d.ts +1 -0
- package/core/common/services/index.d.ts +1 -0
- package/core/common/services/public-api.d.ts +1 -0
- package/core/common/services/utilities.service.d.ts +6 -0
- package/core/index.d.ts +1 -0
- package/core/public-api.d.ts +1 -0
- package/draggable-item/draggable-item.component.d.ts +11 -11
- package/draggable-item/draggable-item.module.d.ts +11 -11
- package/draggable-item/package.json +1 -1
- package/draggable-item/pepperi-addons-ngx-composite-lib-draggable-item.d.ts +5 -5
- package/draggable-item/public-api.d.ts +2 -2
- package/esm2015/color-settings/color-settings.component.js +82 -81
- package/esm2015/color-settings/color-settings.model.js +9 -9
- package/esm2015/color-settings/color-settings.module.js +40 -40
- package/esm2015/color-settings/pepperi-addons-ngx-composite-lib-color-settings.js +4 -4
- package/esm2015/color-settings/public-api.js +7 -7
- package/esm2015/core/common/index.js +5 -0
- package/esm2015/core/common/public-api.js +5 -0
- package/esm2015/core/common/services/index.js +5 -0
- package/esm2015/core/common/services/public-api.js +5 -0
- package/esm2015/core/common/services/utilities.service.js +19 -0
- package/esm2015/core/index.js +5 -0
- package/esm2015/core/public-api.js +5 -0
- package/esm2015/draggable-item/draggable-item.component.js +42 -40
- package/esm2015/draggable-item/draggable-item.module.js +36 -36
- package/esm2015/draggable-item/pepperi-addons-ngx-composite-lib-draggable-item.js +4 -4
- package/esm2015/draggable-item/public-api.js +6 -6
- package/esm2015/file-status-panel/file-status-panel.component.js +34 -0
- package/esm2015/file-status-panel/file-status-panel.model.js +8 -0
- package/esm2015/file-status-panel/file-status-panel.module.js +40 -0
- package/esm2015/file-status-panel/pepperi-addons-ngx-composite-lib-file-status-panel.js +5 -0
- package/esm2015/file-status-panel/public-api.js +7 -0
- package/esm2015/generic-list/generic-list.component.js +240 -164
- package/esm2015/generic-list/generic-list.model.js +2 -2
- package/esm2015/generic-list/generic-list.module.js +56 -52
- 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 +132 -132
- package/esm2015/group-buttons-settings/group-buttons-settings.model.js +1 -1
- package/esm2015/group-buttons-settings/group-buttons-settings.module.js +47 -47
- package/esm2015/group-buttons-settings/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +4 -4
- package/esm2015/group-buttons-settings/public-api.js +7 -7
- package/esm2015/ngx-composite-lib.module.js +26 -26
- package/esm2015/pepperi-addons-ngx-composite-lib.js +4 -4
- package/esm2015/public-api.js +6 -5
- package/esm2015/shadow-settings/pepperi-addons-ngx-composite-lib-shadow-settings.js +4 -4
- package/esm2015/shadow-settings/public-api.js +7 -7
- package/esm2015/shadow-settings/shadow-settings.component.js +73 -73
- package/esm2015/shadow-settings/shadow-settings.model.js +8 -8
- package/esm2015/shadow-settings/shadow-settings.module.js +44 -44
- package/fesm2015/pepperi-addons-ngx-composite-lib-color-settings.js +113 -112
- package/fesm2015/pepperi-addons-ngx-composite-lib-color-settings.js.map +1 -1
- package/fesm2015/pepperi-addons-ngx-composite-lib-draggable-item.js +68 -66
- package/fesm2015/pepperi-addons-ngx-composite-lib-draggable-item.js.map +1 -1
- package/fesm2015/pepperi-addons-ngx-composite-lib-file-status-panel.js +90 -0
- package/fesm2015/pepperi-addons-ngx-composite-lib-file-status-panel.js.map +1 -0
- package/fesm2015/pepperi-addons-ngx-composite-lib-generic-list.js +274 -194
- package/fesm2015/pepperi-addons-ngx-composite-lib-generic-list.js.map +1 -1
- package/fesm2015/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +164 -164
- package/fesm2015/pepperi-addons-ngx-composite-lib-group-buttons-settings.js.map +1 -1
- package/fesm2015/pepperi-addons-ngx-composite-lib-shadow-settings.js +107 -107
- package/fesm2015/pepperi-addons-ngx-composite-lib-shadow-settings.js.map +1 -1
- package/fesm2015/pepperi-addons-ngx-composite-lib.js +70 -29
- package/fesm2015/pepperi-addons-ngx-composite-lib.js.map +1 -1
- package/file-status-panel/file-status-panel.component.d.ts +14 -0
- package/file-status-panel/file-status-panel.model.d.ts +6 -0
- package/file-status-panel/file-status-panel.module.d.ts +12 -0
- package/file-status-panel/package.json +13 -0
- package/file-status-panel/pepperi-addons-ngx-composite-lib-file-status-panel.d.ts +5 -0
- package/file-status-panel/public-api.d.ts +3 -0
- package/generic-list/generic-list.component.d.ts +60 -45
- package/generic-list/generic-list.model.d.ts +22 -11
- package/generic-list/generic-list.module.d.ts +16 -15
- package/generic-list/package.json +1 -1
- package/generic-list/pepperi-addons-ngx-composite-lib-generic-list.d.ts +5 -5
- package/generic-list/public-api.d.ts +3 -3
- package/group-buttons-settings/group-buttons-settings.component.d.ts +32 -32
- 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/package.json +1 -1
- 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 +6 -6
- package/package.json +2 -2
- package/pepperi-addons-ngx-composite-lib.d.ts +5 -5
- package/public-api.d.ts +2 -1
- package/shadow-settings/package.json +1 -1
- 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/de.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/en.ngx-composite-lib.json +42 -42
- package/src/assets/i18n/es.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/fr.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/he.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/hu.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/it.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/ja.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/nl.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/pl.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/pt.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/ru.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/zh.ngx-lib.json +1 -1
- package/src/core/style/abstracts/functions.scss +0 -0
- package/src/core/style/abstracts/mixins.scss +0 -0
- package/src/core/style/abstracts/variables.scss +1 -0
- package/src/core/style/base/helpers.scss +0 -0
- package/{styles.scss → src/core/style/components/general.scss} +6 -4
- package/styling.scss +14 -0
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
(function (global, factory) {
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@ngx-translate/core'), require('@pepperi-addons/ngx-lib/button'), require('@pepperi-addons/ngx-lib/textbox'), require('@pepperi-addons/ngx-lib/top-bar'), require('@pepperi-addons/ngx-lib/dialog')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@pepperi-addons/ngx-composite-lib/file-status-panel', ['exports', '@angular/core', '@angular/common', '@ngx-translate/core', '@pepperi-addons/ngx-lib/button', '@pepperi-addons/ngx-lib/textbox', '@pepperi-addons/ngx-lib/top-bar', '@pepperi-addons/ngx-lib/dialog'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["pepperi-addons"] = global["pepperi-addons"] || {}, global["pepperi-addons"]["ngx-composite-lib"] = global["pepperi-addons"]["ngx-composite-lib"] || {}, global["pepperi-addons"]["ngx-composite-lib"]["file-status-panel"] = {}), global.ng.core, global.ng.common, global.translate, global["ngx-lib/button"], global["ngx-lib/textbox"], global["ngx-lib/top-bar"], global["ngx-lib/dialog"]));
|
|
5
|
+
})(this, (function (exports, i0, i3, i1, i2, textbox, topBar, dialog) { 'use strict';
|
|
6
|
+
|
|
7
|
+
function _interopNamespace(e) {
|
|
8
|
+
if (e && e.__esModule) return e;
|
|
9
|
+
var n = Object.create(null);
|
|
10
|
+
if (e) {
|
|
11
|
+
Object.keys(e).forEach(function (k) {
|
|
12
|
+
if (k !== 'default') {
|
|
13
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: function () { return e[k]; }
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
n["default"] = e;
|
|
22
|
+
return Object.freeze(n);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
|
26
|
+
var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
|
|
27
|
+
var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
|
|
28
|
+
var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
|
|
29
|
+
|
|
30
|
+
var FileStatusPanelComponent = /** @class */ (function () {
|
|
31
|
+
function FileStatusPanelComponent(translate) {
|
|
32
|
+
this.translate = translate;
|
|
33
|
+
this.title = '';
|
|
34
|
+
this.filesList = [];
|
|
35
|
+
//
|
|
36
|
+
}
|
|
37
|
+
FileStatusPanelComponent.prototype.ngOnInit = function () {
|
|
38
|
+
//
|
|
39
|
+
};
|
|
40
|
+
FileStatusPanelComponent.prototype.closeClick = function (event) {
|
|
41
|
+
//
|
|
42
|
+
};
|
|
43
|
+
return FileStatusPanelComponent;
|
|
44
|
+
}());
|
|
45
|
+
FileStatusPanelComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: FileStatusPanelComponent, deps: [{ token: i1__namespace.TranslateService }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
46
|
+
FileStatusPanelComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.0.5", type: FileStatusPanelComponent, selector: "pep-file-status-panel", inputs: { title: "title", filesList: "filesList" }, ngImport: i0__namespace, template: "<div *ngIf=\"filesList.length\" id=\"uploadPanelCont\">\r\n <div class=\"panel-header pep-border-bottom\">\r\n <label class=\"body-md ellipsis\">{{title}}</label>\r\n <pep-button\r\n styleType=\"weak\"\r\n styleStateType=\"system\"\r\n sizeType=\"xs\"\r\n classNames=\"roundCorners\"\r\n [disabled]=\"false\"\r\n iconName=\"system_close\"\r\n iconPosition=\"end\"\r\n [visible]=\"true\"\r\n (buttonClick)=\"closeClick($event)\">\r\n </pep-button>\r\n </div>\r\n <div class=\"panel-content\">\r\n <ul>\r\n <ng-container *ngFor=\"let file of filesList\">\r\n <li *ngIf=\"file?.status !== 'hidden'\">\r\n \r\n <span class=\"color-dimmed body-sm ellipsis\">{{file.name}}</span>\r\n <pep-button\r\n styleType=\"weak-invert\"\r\n styleStateType=\"system\"\r\n classNames=\"xxs-btn\"\r\n [disabled]=\"false\"\r\n iconName=\"arrow_right_alt\">\r\n </pep-button>\r\n <span class=\"body-sm\">{{file.status}}</span>\r\n \r\n </li>\r\n </ng-container>\r\n </ul>\r\n </div>\r\n</div>\r\n", styles: ["#uploadPanelCont{position:absolute;bottom:10px;right:2.5rem;width:22rem;padding:1rem;min-height:7rem;background:white;border:1px solid #595959;box-shadow:0 0 16px #0000003d;border-radius:.25rem;z-index:9999}#uploadPanelCont .panel-header{display:flex;flex-direction:row;justify-content:space-between;height:2.5rem}#uploadPanelCont .panel-header ::ng-deep .roundCorners{border-radius:1.5rem}.panel-content{max-height:50vh;overflow:auto}.panel-content ul{list-style-type:none;padding:0}.panel-content ul li{height:1.25rem;margin-top:.5rem;display:flex;flex-direction:row}.panel-content ul li .done{color:green!important}.panel-content ul li ::ng-deep .xxs-btn{min-width:1rem!important;height:1.3rem}.panel-content ul li ::ng-deep .xxs-btn pep-icon{width:.75rem!important}\n"], components: [{ type: i2__namespace.PepButtonComponent, selector: "pep-button", inputs: ["styleType", "styleStateType", "sizeType", "classNames", "disabled", "iconPosition", "visible", "key", "value", "iconName"], outputs: ["buttonClick"] }], directives: [{ type: i3__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
47
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: FileStatusPanelComponent, decorators: [{
|
|
48
|
+
type: i0.Component,
|
|
49
|
+
args: [{
|
|
50
|
+
selector: 'pep-file-status-panel',
|
|
51
|
+
templateUrl: './file-status-panel.component.html',
|
|
52
|
+
styleUrls: ['./file-status-panel.component.scss']
|
|
53
|
+
}]
|
|
54
|
+
}], ctorParameters: function () { return [{ type: i1__namespace.TranslateService }]; }, propDecorators: { title: [{
|
|
55
|
+
type: i0.Input
|
|
56
|
+
}], filesList: [{
|
|
57
|
+
type: i0.Input
|
|
58
|
+
}] } });
|
|
59
|
+
|
|
60
|
+
var PepFileStatusPanelModule = /** @class */ (function () {
|
|
61
|
+
function PepFileStatusPanelModule() {
|
|
62
|
+
}
|
|
63
|
+
return PepFileStatusPanelModule;
|
|
64
|
+
}());
|
|
65
|
+
PepFileStatusPanelModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepFileStatusPanelModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
66
|
+
PepFileStatusPanelModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepFileStatusPanelModule, declarations: [FileStatusPanelComponent], imports: [i3.CommonModule,
|
|
67
|
+
topBar.PepTopBarModule,
|
|
68
|
+
textbox.PepTextboxModule,
|
|
69
|
+
i2.PepButtonModule,
|
|
70
|
+
dialog.PepDialogModule], exports: [FileStatusPanelComponent] });
|
|
71
|
+
PepFileStatusPanelModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepFileStatusPanelModule, imports: [[
|
|
72
|
+
i3.CommonModule,
|
|
73
|
+
topBar.PepTopBarModule,
|
|
74
|
+
textbox.PepTextboxModule,
|
|
75
|
+
i2.PepButtonModule,
|
|
76
|
+
dialog.PepDialogModule,
|
|
77
|
+
]] });
|
|
78
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepFileStatusPanelModule, decorators: [{
|
|
79
|
+
type: i0.NgModule,
|
|
80
|
+
args: [{
|
|
81
|
+
declarations: [
|
|
82
|
+
FileStatusPanelComponent
|
|
83
|
+
],
|
|
84
|
+
imports: [
|
|
85
|
+
i3.CommonModule,
|
|
86
|
+
topBar.PepTopBarModule,
|
|
87
|
+
textbox.PepTextboxModule,
|
|
88
|
+
i2.PepButtonModule,
|
|
89
|
+
dialog.PepDialogModule,
|
|
90
|
+
],
|
|
91
|
+
exports: [FileStatusPanelComponent]
|
|
92
|
+
}]
|
|
93
|
+
}] });
|
|
94
|
+
|
|
95
|
+
var IFile = /** @class */ (function () {
|
|
96
|
+
function IFile() {
|
|
97
|
+
this.key = 0;
|
|
98
|
+
this.name = '';
|
|
99
|
+
this.status = 'uploading';
|
|
100
|
+
}
|
|
101
|
+
return IFile;
|
|
102
|
+
}());
|
|
103
|
+
|
|
104
|
+
/*
|
|
105
|
+
* Public API Surface of ngx-composite-lib/file-status-panel
|
|
106
|
+
*/
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* Generated bundle index. Do not edit.
|
|
110
|
+
*/
|
|
111
|
+
|
|
112
|
+
exports.FileStatusPanelComponent = FileStatusPanelComponent;
|
|
113
|
+
exports.IFile = IFile;
|
|
114
|
+
exports.PepFileStatusPanelModule = PepFileStatusPanelModule;
|
|
115
|
+
|
|
116
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
117
|
+
|
|
118
|
+
}));
|
|
119
|
+
//# sourceMappingURL=pepperi-addons-ngx-composite-lib-file-status-panel.umd.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pepperi-addons-ngx-composite-lib-file-status-panel.umd.js","sources":["../../../projects/ngx-composite-lib/file-status-panel/file-status-panel.component.ts","../../../projects/ngx-composite-lib/file-status-panel/file-status-panel.component.html","../../../projects/ngx-composite-lib/file-status-panel/file-status-panel.module.ts","../../../projects/ngx-composite-lib/file-status-panel/file-status-panel.model.ts","../../../projects/ngx-composite-lib/file-status-panel/public-api.ts","../../../projects/ngx-composite-lib/file-status-panel/pepperi-addons-ngx-composite-lib-file-status-panel.ts"],"sourcesContent":["import { Component, OnInit, Injectable, Input, Output, EventEmitter, Optional, Inject } from '@angular/core';\r\nimport { TranslateService } from '@ngx-translate/core';\r\nimport { IFile } from './file-status-panel.model';\r\n\r\n@Component({\r\n selector: 'pep-file-status-panel',\r\n templateUrl: './file-status-panel.component.html',\r\n styleUrls: ['./file-status-panel.component.scss']\r\n})\r\n\r\nexport class FileStatusPanelComponent implements OnInit {\r\n \r\n @Input() title = '';\r\n @Input() filesList: Array<IFile> = [];\r\n \r\n constructor( public translate: TranslateService) {\r\n //\r\n }\r\n\r\n ngOnInit() {\r\n //\r\n }\r\n\r\n closeClick(event: any): void {\r\n //\r\n }\r\n\r\n\r\n}","<div *ngIf=\"filesList.length\" id=\"uploadPanelCont\">\r\n <div class=\"panel-header pep-border-bottom\">\r\n <label class=\"body-md ellipsis\">{{title}}</label>\r\n <pep-button\r\n styleType=\"weak\"\r\n styleStateType=\"system\"\r\n sizeType=\"xs\"\r\n classNames=\"roundCorners\"\r\n [disabled]=\"false\"\r\n iconName=\"system_close\"\r\n iconPosition=\"end\"\r\n [visible]=\"true\"\r\n (buttonClick)=\"closeClick($event)\">\r\n </pep-button>\r\n </div>\r\n <div class=\"panel-content\">\r\n <ul>\r\n <ng-container *ngFor=\"let file of filesList\">\r\n <li *ngIf=\"file?.status !== 'hidden'\">\r\n \r\n <span class=\"color-dimmed body-sm ellipsis\">{{file.name}}</span>\r\n <pep-button\r\n styleType=\"weak-invert\"\r\n styleStateType=\"system\"\r\n classNames=\"xxs-btn\"\r\n [disabled]=\"false\"\r\n iconName=\"arrow_right_alt\">\r\n </pep-button>\r\n <span class=\"body-sm\">{{file.status}}</span>\r\n \r\n </li>\r\n </ng-container>\r\n </ul>\r\n </div>\r\n</div>\r\n","import { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { PepFileService, PepAddonService, PepNgxLibModule } from '@pepperi-addons/ngx-lib';\r\nimport { FileStatusPanelComponent } from './file-status-panel.component';\r\nimport { PepTextboxModule } from '@pepperi-addons/ngx-lib/textbox';\r\nimport { PepTopBarModule } from '@pepperi-addons/ngx-lib/top-bar';\r\nimport { PepDialogModule } from '@pepperi-addons/ngx-lib/dialog';\r\nimport { PepButtonModule } from '@pepperi-addons/ngx-lib/button';\r\n\r\n\r\n@NgModule({\r\n declarations: [\r\n FileStatusPanelComponent\r\n ],\r\n imports: [\r\n CommonModule,\r\n PepTopBarModule,\r\n PepTextboxModule,\r\n PepButtonModule,\r\n PepDialogModule,\r\n ],\r\n exports: [FileStatusPanelComponent]\r\n})\r\n\r\nexport class PepFileStatusPanelModule { \r\n \r\n}","export type fileStatus = 'uploading' | 'downloading' | 'done' | 'failed' | 'hidden';\r\n\r\nexport class IFile {\r\n key = 0;\r\n name = '';\r\n status: fileStatus = 'uploading';\r\n}","/*\r\n * Public API Surface of ngx-composite-lib/file-status-panel\r\n */\r\nexport * from './file-status-panel.module';\r\nexport * from './file-status-panel.component';\r\nexport * from './file-status-panel.model';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["Component","Input","CommonModule","PepTopBarModule","PepTextboxModule","PepButtonModule","PepDialogModule","NgModule"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAeI,kCAAoB,SAA2B;YAA3B,cAAS,GAAT,SAAS,CAAkB;YAHtC,UAAK,GAAG,EAAE,CAAC;YACX,cAAS,GAAiB,EAAE,CAAC;;SAIrC;QAED,2CAAQ,GAAR;;SAEC;QAED,6CAAU,GAAV,UAAW,KAAU;;SAEpB;;;+IAfQ,wBAAwB;wHAAxB,wBAAwB,4HCVrC,8zCAmCA;qHDzBa,wBAAwB;sBANpCA,YAAS;uBAAC;wBACP,QAAQ,EAAE,uBAAuB;wBACjC,WAAW,EAAE,oCAAoC;wBACjD,SAAS,EAAE,CAAC,oCAAoC,CAAC;qBACpD;sHAIY,KAAK;0BAAbC,QAAK;oBACG,SAAS;0BAAjBA,QAAK;;;;QEWV;;;;+IAAa,wBAAwB;gJAAxB,wBAAwB,iBAZ7B,wBAAwB,aAGxBC,eAAY;YACZC,sBAAe;YACfC,wBAAgB;YAChBC,kBAAe;YACfC,sBAAe,aAET,wBAAwB;gJAGzB,wBAAwB,YAVxB;gBACLJ,eAAY;gBACZC,sBAAe;gBACfC,wBAAgB;gBAChBC,kBAAe;gBACfC,sBAAe;aAClB;qHAIQ,wBAAwB;sBAdpCC,WAAQ;uBAAC;wBACN,YAAY,EAAE;4BACV,wBAAwB;yBAC3B;wBACD,OAAO,EAAE;4BACLL,eAAY;4BACZC,sBAAe;4BACfC,wBAAgB;4BAChBC,kBAAe;4BACfC,sBAAe;yBAClB;wBACD,OAAO,EAAE,CAAC,wBAAwB,CAAC;qBACtC;;;;QCpBD;YACI,QAAG,GAAG,CAAC,CAAC;YACR,SAAI,GAAG,EAAE,CAAC;YACV,WAAM,GAAe,WAAW,CAAC;SACpC;oBAAA;KAAA;;ICND;;;;ICAA;;;;;;;;;;;;;;"}
|