@pepperi-addons/ngx-composite-lib 0.0.16-beta.35 → 0.0.16-beta.36

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 (127) hide show
  1. package/bundles/pepperi-addons-ngx-composite-lib-color-settings.umd.js +126 -126
  2. package/bundles/pepperi-addons-ngx-composite-lib-data-view-builder.umd.js +338 -338
  3. package/bundles/pepperi-addons-ngx-composite-lib-file-status-panel.umd.js +89 -89
  4. package/bundles/pepperi-addons-ngx-composite-lib-generic-form.umd.js +647 -647
  5. package/bundles/pepperi-addons-ngx-composite-lib-generic-list.umd.js +1005 -998
  6. package/bundles/pepperi-addons-ngx-composite-lib-generic-list.umd.js.map +1 -1
  7. package/bundles/pepperi-addons-ngx-composite-lib-group-buttons-settings.umd.js +179 -179
  8. package/bundles/pepperi-addons-ngx-composite-lib-shadow-settings.umd.js +117 -117
  9. package/bundles/pepperi-addons-ngx-composite-lib.umd.js +598 -598
  10. package/color-settings/color-settings.component.d.ts +23 -23
  11. package/color-settings/color-settings.model.d.ts +5 -5
  12. package/color-settings/color-settings.module.d.ts +12 -12
  13. package/color-settings/pepperi-addons-ngx-composite-lib-color-settings.d.ts +5 -5
  14. package/color-settings/public-api.d.ts +3 -3
  15. package/core/common/directives/index.d.ts +1 -1
  16. package/core/common/directives/public-api.d.ts +1 -1
  17. package/core/common/directives/reset-configuration-field.directive.d.ts +39 -39
  18. package/core/common/index.d.ts +1 -1
  19. package/core/common/public-api.d.ts +2 -2
  20. package/core/common/services/dimx.service.d.ts +32 -32
  21. package/core/common/services/index.d.ts +1 -1
  22. package/core/common/services/public-api.d.ts +2 -2
  23. package/core/common/services/utilities.service.d.ts +6 -6
  24. package/core/index.d.ts +1 -1
  25. package/core/public-api.d.ts +1 -1
  26. package/data-view-builder/data-view-builder.component.d.ts +35 -35
  27. package/data-view-builder/data-view-builder.model.d.ts +1 -1
  28. package/data-view-builder/data-view-builder.module.d.ts +23 -23
  29. package/data-view-builder/data-view-builder.service.d.ts +14 -14
  30. package/data-view-builder/menu-data-view/menu-data-view.component.d.ts +36 -36
  31. package/data-view-builder/pepperi-addons-ngx-composite-lib-data-view-builder.d.ts +5 -5
  32. package/data-view-builder/public-api.d.ts +3 -3
  33. package/esm2015/color-settings/color-settings.component.js +84 -84
  34. package/esm2015/color-settings/color-settings.model.js +8 -8
  35. package/esm2015/color-settings/color-settings.module.js +39 -39
  36. package/esm2015/color-settings/pepperi-addons-ngx-composite-lib-color-settings.js +4 -4
  37. package/esm2015/color-settings/public-api.js +6 -6
  38. package/esm2015/core/common/directives/index.js +4 -4
  39. package/esm2015/core/common/directives/public-api.js +4 -4
  40. package/esm2015/core/common/directives/reset-configuration-field.directive.js +139 -139
  41. package/esm2015/core/common/index.js +4 -4
  42. package/esm2015/core/common/public-api.js +5 -5
  43. package/esm2015/core/common/services/dimx.service.js +49 -49
  44. package/esm2015/core/common/services/index.js +4 -4
  45. package/esm2015/core/common/services/public-api.js +5 -5
  46. package/esm2015/core/common/services/utilities.service.js +18 -18
  47. package/esm2015/core/index.js +4 -4
  48. package/esm2015/core/public-api.js +4 -4
  49. package/esm2015/data-view-builder/data-view-builder.component.js +121 -121
  50. package/esm2015/data-view-builder/data-view-builder.model.js +1 -1
  51. package/esm2015/data-view-builder/data-view-builder.module.js +81 -81
  52. package/esm2015/data-view-builder/data-view-builder.service.js +38 -38
  53. package/esm2015/data-view-builder/menu-data-view/menu-data-view.component.js +121 -121
  54. package/esm2015/data-view-builder/pepperi-addons-ngx-composite-lib-data-view-builder.js +4 -4
  55. package/esm2015/data-view-builder/public-api.js +6 -6
  56. package/esm2015/file-status-panel/file-status-panel.component.js +38 -38
  57. package/esm2015/file-status-panel/file-status-panel.model.js +8 -8
  58. package/esm2015/file-status-panel/file-status-panel.module.js +55 -55
  59. package/esm2015/file-status-panel/pepperi-addons-ngx-composite-lib-file-status-panel.js +4 -4
  60. package/esm2015/file-status-panel/public-api.js +6 -6
  61. package/esm2015/generic-form/generic-form.component.js +189 -189
  62. package/esm2015/generic-form/generic-form.model.js +1 -1
  63. package/esm2015/generic-form/generic-form.module.js +73 -73
  64. package/esm2015/generic-form/generic-form.service.js +67 -67
  65. package/esm2015/generic-form/index.js +4 -4
  66. package/esm2015/generic-form/pepperi-addons-ngx-composite-lib-generic-form.js +4 -4
  67. package/esm2015/generic-form/public-api.js +7 -7
  68. package/esm2015/generic-list/generic-list.component.js +445 -438
  69. package/esm2015/generic-list/generic-list.model.js +1 -1
  70. package/esm2015/generic-list/generic-list.module.js +71 -71
  71. package/esm2015/generic-list/generic-list.service.js +126 -126
  72. package/esm2015/generic-list/pepperi-addons-ngx-composite-lib-generic-list.js +4 -4
  73. package/esm2015/generic-list/public-api.js +7 -7
  74. package/esm2015/group-buttons-settings/group-buttons-settings.component.js +134 -134
  75. package/esm2015/group-buttons-settings/group-buttons-settings.model.js +1 -1
  76. package/esm2015/group-buttons-settings/group-buttons-settings.module.js +49 -49
  77. package/esm2015/group-buttons-settings/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +4 -4
  78. package/esm2015/group-buttons-settings/public-api.js +6 -6
  79. package/esm2015/ngx-composite-lib.module.js +55 -55
  80. package/esm2015/pepperi-addons-ngx-composite-lib.js +4 -4
  81. package/esm2015/public-api.js +5 -5
  82. package/esm2015/shadow-settings/pepperi-addons-ngx-composite-lib-shadow-settings.js +4 -4
  83. package/esm2015/shadow-settings/public-api.js +6 -6
  84. package/esm2015/shadow-settings/shadow-settings.component.js +72 -72
  85. package/esm2015/shadow-settings/shadow-settings.model.js +7 -7
  86. package/esm2015/shadow-settings/shadow-settings.module.js +43 -43
  87. package/fesm2015/pepperi-addons-ngx-composite-lib-color-settings.js +116 -116
  88. package/fesm2015/pepperi-addons-ngx-composite-lib-data-view-builder.js +319 -319
  89. package/fesm2015/pepperi-addons-ngx-composite-lib-file-status-panel.js +84 -84
  90. package/fesm2015/pepperi-addons-ngx-composite-lib-generic-form.js +301 -301
  91. package/fesm2015/pepperi-addons-ngx-composite-lib-generic-list.js +602 -595
  92. package/fesm2015/pepperi-addons-ngx-composite-lib-generic-list.js.map +1 -1
  93. package/fesm2015/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +170 -170
  94. package/fesm2015/pepperi-addons-ngx-composite-lib-shadow-settings.js +107 -107
  95. package/fesm2015/pepperi-addons-ngx-composite-lib.js +255 -255
  96. package/file-status-panel/file-status-panel.component.d.ts +14 -14
  97. package/file-status-panel/file-status-panel.model.d.ts +7 -7
  98. package/file-status-panel/file-status-panel.module.d.ts +17 -17
  99. package/file-status-panel/pepperi-addons-ngx-composite-lib-file-status-panel.d.ts +5 -5
  100. package/file-status-panel/public-api.d.ts +3 -3
  101. package/generic-form/generic-form.component.d.ts +46 -46
  102. package/generic-form/generic-form.model.d.ts +34 -34
  103. package/generic-form/generic-form.module.d.ts +13 -13
  104. package/generic-form/generic-form.service.d.ts +16 -16
  105. package/generic-form/index.d.ts +1 -1
  106. package/generic-form/pepperi-addons-ngx-composite-lib-generic-form.d.ts +5 -5
  107. package/generic-form/public-api.d.ts +4 -4
  108. package/generic-list/generic-list.component.d.ts +101 -100
  109. package/generic-list/generic-list.model.d.ts +51 -51
  110. package/generic-list/generic-list.module.d.ts +18 -18
  111. package/generic-list/generic-list.service.d.ts +43 -43
  112. package/generic-list/pepperi-addons-ngx-composite-lib-generic-list.d.ts +5 -5
  113. package/generic-list/public-api.d.ts +4 -4
  114. package/group-buttons-settings/group-buttons-settings.component.d.ts +33 -33
  115. package/group-buttons-settings/group-buttons-settings.model.d.ts +1 -1
  116. package/group-buttons-settings/group-buttons-settings.module.d.ts +15 -15
  117. package/group-buttons-settings/pepperi-addons-ngx-composite-lib-group-buttons-settings.d.ts +5 -5
  118. package/group-buttons-settings/public-api.d.ts +3 -3
  119. package/ngx-composite-lib.module.d.ts +13 -13
  120. package/package.json +1 -1
  121. package/pepperi-addons-ngx-composite-lib.d.ts +5 -5
  122. package/public-api.d.ts +2 -2
  123. package/shadow-settings/pepperi-addons-ngx-composite-lib-shadow-settings.d.ts +5 -5
  124. package/shadow-settings/public-api.d.ts +3 -3
  125. package/shadow-settings/shadow-settings.component.d.ts +23 -23
  126. package/shadow-settings/shadow-settings.model.d.ts +7 -7
  127. package/shadow-settings/shadow-settings.module.d.ts +13 -13
@@ -28,103 +28,103 @@
28
28
  var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
29
29
  var i1__namespace$1 = /*#__PURE__*/_interopNamespace(i1$1);
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: i1__namespace$1.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: i1__namespace$1.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 pepIcons = [
67
- i1$1.pepIconArrowRightAlt,
68
- ];
69
- var PepFileStatusPanelModule = /** @class */ (function () {
70
- function PepFileStatusPanelModule(pepIconRegistry) {
71
- this.pepIconRegistry = pepIconRegistry;
72
- this.pepIconRegistry.registerIcons(pepIcons);
73
- }
74
- return PepFileStatusPanelModule;
75
- }());
76
- PepFileStatusPanelModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepFileStatusPanelModule, deps: [{ token: i1__namespace$1.PepIconRegistry }], target: i0__namespace.ɵɵFactoryTarget.NgModule });
77
- PepFileStatusPanelModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepFileStatusPanelModule, declarations: [FileStatusPanelComponent], imports: [i4.CommonModule,
78
- topBar.PepTopBarModule,
79
- textbox.PepTextboxModule,
80
- button.PepButtonModule,
81
- i1$1.PepIconModule,
82
- dialog.PepDialogModule,
83
- i2.PepSnackBarModule], exports: [FileStatusPanelComponent] });
84
- PepFileStatusPanelModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepFileStatusPanelModule, imports: [[
85
- i4.CommonModule,
86
- topBar.PepTopBarModule,
87
- textbox.PepTextboxModule,
88
- button.PepButtonModule,
89
- i1$1.PepIconModule,
90
- dialog.PepDialogModule,
91
- i2.PepSnackBarModule
92
- ]] });
93
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepFileStatusPanelModule, decorators: [{
94
- type: i0.NgModule,
95
- args: [{
96
- declarations: [
97
- FileStatusPanelComponent
98
- ],
99
- imports: [
100
- i4.CommonModule,
101
- topBar.PepTopBarModule,
102
- textbox.PepTextboxModule,
103
- button.PepButtonModule,
104
- i1$1.PepIconModule,
105
- dialog.PepDialogModule,
106
- i2.PepSnackBarModule
107
- ],
108
- exports: [FileStatusPanelComponent]
109
- }]
66
+ var pepIcons = [
67
+ i1$1.pepIconArrowRightAlt,
68
+ ];
69
+ var PepFileStatusPanelModule = /** @class */ (function () {
70
+ function PepFileStatusPanelModule(pepIconRegistry) {
71
+ this.pepIconRegistry = pepIconRegistry;
72
+ this.pepIconRegistry.registerIcons(pepIcons);
73
+ }
74
+ return PepFileStatusPanelModule;
75
+ }());
76
+ PepFileStatusPanelModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepFileStatusPanelModule, deps: [{ token: i1__namespace$1.PepIconRegistry }], target: i0__namespace.ɵɵFactoryTarget.NgModule });
77
+ PepFileStatusPanelModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepFileStatusPanelModule, declarations: [FileStatusPanelComponent], imports: [i4.CommonModule,
78
+ topBar.PepTopBarModule,
79
+ textbox.PepTextboxModule,
80
+ button.PepButtonModule,
81
+ i1$1.PepIconModule,
82
+ dialog.PepDialogModule,
83
+ i2.PepSnackBarModule], exports: [FileStatusPanelComponent] });
84
+ PepFileStatusPanelModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepFileStatusPanelModule, imports: [[
85
+ i4.CommonModule,
86
+ topBar.PepTopBarModule,
87
+ textbox.PepTextboxModule,
88
+ button.PepButtonModule,
89
+ i1$1.PepIconModule,
90
+ dialog.PepDialogModule,
91
+ i2.PepSnackBarModule
92
+ ]] });
93
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepFileStatusPanelModule, decorators: [{
94
+ type: i0.NgModule,
95
+ args: [{
96
+ declarations: [
97
+ FileStatusPanelComponent
98
+ ],
99
+ imports: [
100
+ i4.CommonModule,
101
+ topBar.PepTopBarModule,
102
+ textbox.PepTextboxModule,
103
+ button.PepButtonModule,
104
+ i1$1.PepIconModule,
105
+ dialog.PepDialogModule,
106
+ i2.PepSnackBarModule
107
+ ],
108
+ exports: [FileStatusPanelComponent]
109
+ }]
110
110
  }], ctorParameters: function () { return [{ type: i1__namespace$1.PepIconRegistry }]; } });
111
111
 
112
- var FileStatus = /** @class */ (function () {
113
- function FileStatus() {
114
- this.key = 0;
115
- this.name = '';
116
- this.status = 'uploading';
117
- this.statusMessage = '';
118
- }
119
- return FileStatus;
112
+ var FileStatus = /** @class */ (function () {
113
+ function FileStatus() {
114
+ this.key = 0;
115
+ this.name = '';
116
+ this.status = 'uploading';
117
+ this.statusMessage = '';
118
+ }
119
+ return FileStatus;
120
120
  }());
121
121
 
122
- /*
123
- * Public API Surface of ngx-composite-lib/file-status-panel
122
+ /*
123
+ * Public API Surface of ngx-composite-lib/file-status-panel
124
124
  */
125
125
 
126
- /**
127
- * Generated bundle index. Do not edit.
126
+ /**
127
+ * Generated bundle index. Do not edit.
128
128
  */
129
129
 
130
130
  exports.FileStatus = FileStatus;