@pepperi-addons/ngx-composite-lib 0.0.13-beta.3 → 0.0.13-beta.4

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 (109) hide show
  1. package/bundles/pepperi-addons-ngx-composite-lib-color-settings.umd.js +123 -123
  2. package/bundles/pepperi-addons-ngx-composite-lib-dimx-export.umd.js +806 -715
  3. package/bundles/pepperi-addons-ngx-composite-lib-dimx-export.umd.js.map +1 -1
  4. package/bundles/pepperi-addons-ngx-composite-lib-file-status-panel.umd.js +75 -75
  5. package/bundles/pepperi-addons-ngx-composite-lib-generic-list.umd.js +919 -919
  6. package/bundles/pepperi-addons-ngx-composite-lib-group-buttons-settings.umd.js +176 -176
  7. package/bundles/pepperi-addons-ngx-composite-lib-shadow-settings.umd.js +117 -117
  8. package/bundles/pepperi-addons-ngx-composite-lib.umd.js +538 -538
  9. package/color-settings/color-settings.component.d.ts +22 -22
  10. package/color-settings/color-settings.model.d.ts +5 -5
  11. package/color-settings/color-settings.module.d.ts +12 -12
  12. package/color-settings/pepperi-addons-ngx-composite-lib-color-settings.d.ts +5 -5
  13. package/color-settings/public-api.d.ts +3 -3
  14. package/core/common/directives/index.d.ts +1 -1
  15. package/core/common/directives/public-api.d.ts +1 -1
  16. package/core/common/directives/reset-configuration-field.directive.d.ts +38 -38
  17. package/core/common/index.d.ts +1 -1
  18. package/core/common/public-api.d.ts +2 -2
  19. package/core/common/services/index.d.ts +1 -1
  20. package/core/common/services/public-api.d.ts +1 -1
  21. package/core/common/services/utilities.service.d.ts +6 -6
  22. package/core/index.d.ts +1 -1
  23. package/core/public-api.d.ts +1 -1
  24. package/dimx-export/dimx.component.d.ts +82 -73
  25. package/dimx-export/dimx.model.d.ts +13 -7
  26. package/dimx-export/dimx.module.d.ts +15 -15
  27. package/dimx-export/dimx.service.d.ts +20 -20
  28. package/dimx-export/index.d.ts +1 -0
  29. package/dimx-export/pepperi-addons-ngx-composite-lib-dimx-export.d.ts +5 -5
  30. package/dimx-export/public-api.d.ts +3 -3
  31. package/esm2015/color-settings/color-settings.component.js +81 -81
  32. package/esm2015/color-settings/color-settings.model.js +8 -8
  33. package/esm2015/color-settings/color-settings.module.js +39 -39
  34. package/esm2015/color-settings/pepperi-addons-ngx-composite-lib-color-settings.js +4 -4
  35. package/esm2015/color-settings/public-api.js +6 -6
  36. package/esm2015/core/common/directives/index.js +4 -4
  37. package/esm2015/core/common/directives/public-api.js +4 -4
  38. package/esm2015/core/common/directives/reset-configuration-field.directive.js +135 -135
  39. package/esm2015/core/common/index.js +4 -4
  40. package/esm2015/core/common/public-api.js +5 -5
  41. package/esm2015/core/common/services/index.js +4 -4
  42. package/esm2015/core/common/services/public-api.js +4 -4
  43. package/esm2015/core/common/services/utilities.service.js +18 -18
  44. package/esm2015/core/index.js +4 -4
  45. package/esm2015/core/public-api.js +4 -4
  46. package/esm2015/dimx-export/dimx.component.js +302 -241
  47. package/esm2015/dimx-export/dimx.model.js +15 -8
  48. package/esm2015/dimx-export/dimx.module.js +48 -48
  49. package/esm2015/dimx-export/dimx.service.js +49 -49
  50. package/esm2015/dimx-export/index.js +5 -0
  51. package/esm2015/dimx-export/pepperi-addons-ngx-composite-lib-dimx-export.js +4 -4
  52. package/esm2015/dimx-export/public-api.js +6 -6
  53. package/esm2015/file-status-panel/file-status-panel.component.js +34 -34
  54. package/esm2015/file-status-panel/file-status-panel.model.js +7 -7
  55. package/esm2015/file-status-panel/file-status-panel.module.js +43 -43
  56. package/esm2015/file-status-panel/pepperi-addons-ngx-composite-lib-file-status-panel.js +4 -4
  57. package/esm2015/file-status-panel/public-api.js +6 -6
  58. package/esm2015/generic-list/generic-list.component.js +420 -420
  59. package/esm2015/generic-list/generic-list.model.js +1 -1
  60. package/esm2015/generic-list/generic-list.module.js +63 -63
  61. package/esm2015/generic-list/generic-list.service.js +41 -41
  62. package/esm2015/generic-list/pepperi-addons-ngx-composite-lib-generic-list.js +4 -4
  63. package/esm2015/generic-list/public-api.js +7 -7
  64. package/esm2015/group-buttons-settings/group-buttons-settings.component.js +134 -134
  65. package/esm2015/group-buttons-settings/group-buttons-settings.model.js +1 -1
  66. package/esm2015/group-buttons-settings/group-buttons-settings.module.js +46 -46
  67. package/esm2015/group-buttons-settings/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +4 -4
  68. package/esm2015/group-buttons-settings/public-api.js +6 -6
  69. package/esm2015/ngx-composite-lib.module.js +44 -44
  70. package/esm2015/pepperi-addons-ngx-composite-lib.js +4 -4
  71. package/esm2015/public-api.js +5 -5
  72. package/esm2015/shadow-settings/pepperi-addons-ngx-composite-lib-shadow-settings.js +4 -4
  73. package/esm2015/shadow-settings/public-api.js +6 -6
  74. package/esm2015/shadow-settings/shadow-settings.component.js +72 -72
  75. package/esm2015/shadow-settings/shadow-settings.model.js +7 -7
  76. package/esm2015/shadow-settings/shadow-settings.module.js +43 -43
  77. package/fesm2015/pepperi-addons-ngx-composite-lib-color-settings.js +113 -113
  78. package/fesm2015/pepperi-addons-ngx-composite-lib-dimx-export.js +389 -321
  79. package/fesm2015/pepperi-addons-ngx-composite-lib-dimx-export.js.map +1 -1
  80. package/fesm2015/pepperi-addons-ngx-composite-lib-file-status-panel.js +70 -70
  81. package/fesm2015/pepperi-addons-ngx-composite-lib-generic-list.js +492 -492
  82. package/fesm2015/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +167 -167
  83. package/fesm2015/pepperi-addons-ngx-composite-lib-shadow-settings.js +107 -107
  84. package/fesm2015/pepperi-addons-ngx-composite-lib.js +197 -197
  85. package/file-status-panel/file-status-panel.component.d.ts +14 -14
  86. package/file-status-panel/file-status-panel.model.d.ts +6 -6
  87. package/file-status-panel/file-status-panel.module.d.ts +13 -13
  88. package/file-status-panel/pepperi-addons-ngx-composite-lib-file-status-panel.d.ts +5 -5
  89. package/file-status-panel/public-api.d.ts +3 -3
  90. package/generic-list/generic-list.component.d.ts +91 -91
  91. package/generic-list/generic-list.model.d.ts +41 -41
  92. package/generic-list/generic-list.module.d.ts +16 -16
  93. package/generic-list/generic-list.service.d.ts +13 -13
  94. package/generic-list/pepperi-addons-ngx-composite-lib-generic-list.d.ts +5 -5
  95. package/generic-list/public-api.d.ts +4 -4
  96. package/group-buttons-settings/group-buttons-settings.component.d.ts +33 -33
  97. package/group-buttons-settings/group-buttons-settings.model.d.ts +1 -1
  98. package/group-buttons-settings/group-buttons-settings.module.d.ts +14 -14
  99. package/group-buttons-settings/pepperi-addons-ngx-composite-lib-group-buttons-settings.d.ts +5 -5
  100. package/group-buttons-settings/public-api.d.ts +3 -3
  101. package/ngx-composite-lib.module.d.ts +11 -11
  102. package/package.json +1 -1
  103. package/pepperi-addons-ngx-composite-lib.d.ts +5 -5
  104. package/public-api.d.ts +2 -2
  105. package/shadow-settings/pepperi-addons-ngx-composite-lib-shadow-settings.d.ts +5 -5
  106. package/shadow-settings/public-api.d.ts +3 -3
  107. package/shadow-settings/shadow-settings.component.d.ts +23 -23
  108. package/shadow-settings/shadow-settings.model.d.ts +7 -7
  109. package/shadow-settings/shadow-settings.module.d.ts +13 -13
@@ -29,137 +29,137 @@
29
29
  var i4__namespace = /*#__PURE__*/_interopNamespace(i4);
30
30
  var i5__namespace = /*#__PURE__*/_interopNamespace(i5);
31
31
 
32
- var PepColorSettings = /** @class */ (function () {
33
- function PepColorSettings() {
34
- this.use = false;
35
- this.value = 'hsl(0, 0%, 57%)';
36
- this.opacity = 50;
37
- // useGradientOverlay?: boolean = true;
38
- }
39
- return PepColorSettings;
32
+ var PepColorSettings = /** @class */ (function () {
33
+ function PepColorSettings() {
34
+ this.use = false;
35
+ this.value = 'hsl(0, 0%, 57%)';
36
+ this.opacity = 50;
37
+ // useGradientOverlay?: boolean = true;
38
+ }
39
+ return PepColorSettings;
40
40
  }());
41
41
 
42
- var ColorSettingsComponent = /** @class */ (function () {
43
- function ColorSettingsComponent(pepColorService) {
44
- this.pepColorService = pepColorService;
45
- this.title = '';
46
- this._color = new PepColorSettings();
47
- this.colorChange = new i0.EventEmitter();
48
- }
49
- Object.defineProperty(ColorSettingsComponent.prototype, "color", {
50
- get: function () {
51
- return this._color;
52
- },
53
- set: function (value) {
54
- if (!value) {
55
- this._color = new PepColorSettings();
56
- }
57
- else {
58
- this._color = value;
59
- }
60
- },
61
- enumerable: false,
62
- configurable: true
63
- });
64
- ColorSettingsComponent.prototype.ngOnInit = function () {
65
- //
66
- };
67
- ColorSettingsComponent.prototype.getRGBAcolor = function (colorObj, opac) {
68
- if (opac === void 0) { opac = null; }
69
- var rgba = 'rgba(255,255,255,0)';
70
- if (colorObj) {
71
- var color = colorObj.value;
72
- var opacity = opac != null ? opac : colorObj.opacity;
73
- opacity = opacity > 0 ? opacity / 100 : 0;
74
- var hsl = this.pepColorService.hslString2hsl(color);
75
- var rgb = this.pepColorService.hsl2rgb(hsl);
76
- rgba = 'rgba(' + rgb.r + ',' + rgb.g + ',' + rgb.b + ',' + opacity + ')';
77
- }
78
- return rgba;
79
- };
80
- ColorSettingsComponent.prototype.raiseColorChange = function () {
81
- this.colorChange.emit(this.color);
82
- };
83
- ColorSettingsComponent.prototype.getSliderBackground = function () {
84
- var alignTo = 'right';
85
- var colorObj = new PepColorSettings();
86
- colorObj.value = this.color.value;
87
- colorObj.opacity = 100;
88
- var gradStr = this.getRGBAcolor(colorObj, 0) + ' , ' + this.getRGBAcolor(colorObj);
89
- return 'linear-gradient(to ' + alignTo + ', ' + gradStr + ')';
90
- };
91
- ColorSettingsComponent.prototype.onUseChanged = function (value) {
92
- this.color.use = value;
93
- this.raiseColorChange();
94
- };
95
- ColorSettingsComponent.prototype.onColorChanged = function (value) {
96
- this.color.value = value;
97
- this.raiseColorChange();
98
- };
99
- ColorSettingsComponent.prototype.onSliderValueChanged = function (value) {
100
- this.color.opacity = value;
101
- this.raiseColorChange();
102
- };
103
- return ColorSettingsComponent;
104
- }());
105
- ColorSettingsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: ColorSettingsComponent, deps: [{ token: i1__namespace.PepColorService }], target: i0__namespace.ɵɵFactoryTarget.Component });
106
- ColorSettingsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.0.5", type: ColorSettingsComponent, selector: "pep-color-settings", inputs: { title: "title", color: "color" }, outputs: { colorChange: "colorChange" }, ngImport: i0__namespace, template: "<pep-checkbox class=\"checkbox-as-title\" [label]=\"title\" [renderTitle]=\"false\" [value]=\"color.use\" (valueChange)=\"onUseChanged($event)\"></pep-checkbox>\n<pep-color [value]=\"color.value\" [label]=\"title + ' ' + ('COLOR_SETTINGS.COLOR' | translate)\" [disabled]=\"!color.use\" (valueChange)=\"onColorChanged($event)\">\n</pep-color>\n<pep-slider [label]=\"title + ' ' + ('COLOR_SETTINGS.OPACITY' | translate)\" [hint]=\"color.opacity.toString() || ''\" [minValue]=\"0\" [maxValue]=\"100\" [disabled]=\"!color.use\" [value]=\"color.opacity\" \n [background]=\"getSliderBackground()\" (inputChange)=\"onSliderValueChanged($event)\">\n</pep-slider>\n", styles: [":host{width:100%}\n"], components: [{ type: i2__namespace.PepCheckboxComponent, selector: "pep-checkbox", inputs: ["key", "value", "label", "mandatory", "disabled", "readonly", "xAlignment", "rowSpan", "form", "isActive", "showTitle", "renderTitle", "layoutType", "type", "additionalValue", "visible"], outputs: ["valueChange"] }, { type: i3__namespace.PepColorComponent, selector: "pep-color", inputs: ["key", "value", "label", "disabled", "xAlignment", "rowSpan", "type", "showTitle", "renderTitle", "showAAComplient", "layoutType"], outputs: ["valueChange"] }, { type: i4__namespace.PepSliderComponent, selector: "pep-slider", inputs: ["label", "disabled", "hint", "step", "minValue", "maxValue", "background", "value"], outputs: ["valueChange", "inputChange"] }], pipes: { "translate": i5__namespace.TranslatePipe } });
107
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: ColorSettingsComponent, decorators: [{
108
- type: i0.Component,
109
- args: [{
110
- selector: 'pep-color-settings',
111
- templateUrl: './color-settings.component.html',
112
- styleUrls: ['./color-settings.component.scss']
113
- }]
114
- }], ctorParameters: function () { return [{ type: i1__namespace.PepColorService }]; }, propDecorators: { title: [{
115
- type: i0.Input
116
- }], color: [{
117
- type: i0.Input
118
- }], colorChange: [{
119
- type: i0.Output
42
+ var ColorSettingsComponent = /** @class */ (function () {
43
+ function ColorSettingsComponent(pepColorService) {
44
+ this.pepColorService = pepColorService;
45
+ this.title = '';
46
+ this._color = new PepColorSettings();
47
+ this.colorChange = new i0.EventEmitter();
48
+ }
49
+ Object.defineProperty(ColorSettingsComponent.prototype, "color", {
50
+ get: function () {
51
+ return this._color;
52
+ },
53
+ set: function (value) {
54
+ if (!value) {
55
+ this._color = new PepColorSettings();
56
+ }
57
+ else {
58
+ this._color = value;
59
+ }
60
+ },
61
+ enumerable: false,
62
+ configurable: true
63
+ });
64
+ ColorSettingsComponent.prototype.ngOnInit = function () {
65
+ //
66
+ };
67
+ ColorSettingsComponent.prototype.getRGBAcolor = function (colorObj, opac) {
68
+ if (opac === void 0) { opac = null; }
69
+ var rgba = 'rgba(255,255,255,0)';
70
+ if (colorObj) {
71
+ var color = colorObj.value;
72
+ var opacity = opac != null ? opac : colorObj.opacity;
73
+ opacity = opacity > 0 ? opacity / 100 : 0;
74
+ var hsl = this.pepColorService.hslString2hsl(color);
75
+ var rgb = this.pepColorService.hsl2rgb(hsl);
76
+ rgba = 'rgba(' + rgb.r + ',' + rgb.g + ',' + rgb.b + ',' + opacity + ')';
77
+ }
78
+ return rgba;
79
+ };
80
+ ColorSettingsComponent.prototype.raiseColorChange = function () {
81
+ this.colorChange.emit(this.color);
82
+ };
83
+ ColorSettingsComponent.prototype.getSliderBackground = function () {
84
+ var alignTo = 'right';
85
+ var colorObj = new PepColorSettings();
86
+ colorObj.value = this.color.value;
87
+ colorObj.opacity = 100;
88
+ var gradStr = this.getRGBAcolor(colorObj, 0) + ' , ' + this.getRGBAcolor(colorObj);
89
+ return 'linear-gradient(to ' + alignTo + ', ' + gradStr + ')';
90
+ };
91
+ ColorSettingsComponent.prototype.onUseChanged = function (value) {
92
+ this.color.use = value;
93
+ this.raiseColorChange();
94
+ };
95
+ ColorSettingsComponent.prototype.onColorChanged = function (value) {
96
+ this.color.value = value;
97
+ this.raiseColorChange();
98
+ };
99
+ ColorSettingsComponent.prototype.onSliderValueChanged = function (value) {
100
+ this.color.opacity = value;
101
+ this.raiseColorChange();
102
+ };
103
+ return ColorSettingsComponent;
104
+ }());
105
+ ColorSettingsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: ColorSettingsComponent, deps: [{ token: i1__namespace.PepColorService }], target: i0__namespace.ɵɵFactoryTarget.Component });
106
+ ColorSettingsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.0.5", type: ColorSettingsComponent, selector: "pep-color-settings", inputs: { title: "title", color: "color" }, outputs: { colorChange: "colorChange" }, ngImport: i0__namespace, template: "<pep-checkbox class=\"checkbox-as-title\" [label]=\"title\" [renderTitle]=\"false\" [value]=\"color.use\" (valueChange)=\"onUseChanged($event)\"></pep-checkbox>\n<pep-color [value]=\"color.value\" [label]=\"title + ' ' + ('COLOR_SETTINGS.COLOR' | translate)\" [disabled]=\"!color.use\" (valueChange)=\"onColorChanged($event)\">\n</pep-color>\n<pep-slider [label]=\"title + ' ' + ('COLOR_SETTINGS.OPACITY' | translate)\" [hint]=\"color.opacity.toString() || ''\" [minValue]=\"0\" [maxValue]=\"100\" [disabled]=\"!color.use\" [value]=\"color.opacity\" \n [background]=\"getSliderBackground()\" (inputChange)=\"onSliderValueChanged($event)\">\n</pep-slider>\n", styles: [":host{width:100%}\n"], components: [{ type: i2__namespace.PepCheckboxComponent, selector: "pep-checkbox", inputs: ["key", "value", "label", "mandatory", "disabled", "readonly", "xAlignment", "rowSpan", "form", "isActive", "showTitle", "renderTitle", "layoutType", "type", "additionalValue", "visible"], outputs: ["valueChange"] }, { type: i3__namespace.PepColorComponent, selector: "pep-color", inputs: ["key", "value", "label", "disabled", "xAlignment", "rowSpan", "type", "showTitle", "renderTitle", "showAAComplient", "layoutType"], outputs: ["valueChange"] }, { type: i4__namespace.PepSliderComponent, selector: "pep-slider", inputs: ["label", "disabled", "hint", "step", "minValue", "maxValue", "background", "value"], outputs: ["valueChange", "inputChange"] }], pipes: { "translate": i5__namespace.TranslatePipe } });
107
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: ColorSettingsComponent, decorators: [{
108
+ type: i0.Component,
109
+ args: [{
110
+ selector: 'pep-color-settings',
111
+ templateUrl: './color-settings.component.html',
112
+ styleUrls: ['./color-settings.component.scss']
113
+ }]
114
+ }], ctorParameters: function () { return [{ type: i1__namespace.PepColorService }]; }, propDecorators: { title: [{
115
+ type: i0.Input
116
+ }], color: [{
117
+ type: i0.Input
118
+ }], colorChange: [{
119
+ type: i0.Output
120
120
  }] } });
121
121
 
122
- var PepColorSettingsModule = /** @class */ (function () {
123
- function PepColorSettingsModule() {
124
- }
125
- return PepColorSettingsModule;
126
- }());
127
- PepColorSettingsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepColorSettingsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
128
- PepColorSettingsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepColorSettingsModule, declarations: [ColorSettingsComponent], imports: [common.CommonModule,
129
- i1.PepNgxLibModule,
130
- i2.PepCheckboxModule,
131
- i3.PepColorModule,
132
- i4.PepSliderModule], exports: [ColorSettingsComponent] });
133
- PepColorSettingsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepColorSettingsModule, imports: [[
134
- common.CommonModule,
135
- i1.PepNgxLibModule,
136
- i2.PepCheckboxModule,
137
- i3.PepColorModule,
138
- i4.PepSliderModule
139
- ]] });
140
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepColorSettingsModule, decorators: [{
141
- type: i0.NgModule,
142
- args: [{
143
- declarations: [
144
- ColorSettingsComponent
145
- ],
146
- imports: [
147
- common.CommonModule,
148
- i1.PepNgxLibModule,
149
- i2.PepCheckboxModule,
150
- i3.PepColorModule,
151
- i4.PepSliderModule
152
- ],
153
- exports: [ColorSettingsComponent],
154
- }]
122
+ var PepColorSettingsModule = /** @class */ (function () {
123
+ function PepColorSettingsModule() {
124
+ }
125
+ return PepColorSettingsModule;
126
+ }());
127
+ PepColorSettingsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepColorSettingsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
128
+ PepColorSettingsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepColorSettingsModule, declarations: [ColorSettingsComponent], imports: [common.CommonModule,
129
+ i1.PepNgxLibModule,
130
+ i2.PepCheckboxModule,
131
+ i3.PepColorModule,
132
+ i4.PepSliderModule], exports: [ColorSettingsComponent] });
133
+ PepColorSettingsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepColorSettingsModule, imports: [[
134
+ common.CommonModule,
135
+ i1.PepNgxLibModule,
136
+ i2.PepCheckboxModule,
137
+ i3.PepColorModule,
138
+ i4.PepSliderModule
139
+ ]] });
140
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepColorSettingsModule, decorators: [{
141
+ type: i0.NgModule,
142
+ args: [{
143
+ declarations: [
144
+ ColorSettingsComponent
145
+ ],
146
+ imports: [
147
+ common.CommonModule,
148
+ i1.PepNgxLibModule,
149
+ i2.PepCheckboxModule,
150
+ i3.PepColorModule,
151
+ i4.PepSliderModule
152
+ ],
153
+ exports: [ColorSettingsComponent],
154
+ }]
155
155
  }] });
156
156
 
157
- /*
158
- * Public API Surface of ngx-composite-lib/color-settings
157
+ /*
158
+ * Public API Surface of ngx-composite-lib/color-settings
159
159
  */
160
160
 
161
- /**
162
- * Generated bundle index. Do not edit.
161
+ /**
162
+ * Generated bundle index. Do not edit.
163
163
  */
164
164
 
165
165
  exports.ColorSettingsComponent = ColorSettingsComponent;