@pepperi-addons/ngx-composite-lib 0.0.16-beta.43 → 0.0.16-beta.44
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/bundles/pepperi-addons-ngx-composite-lib-color-settings.umd.js +132 -132
- package/bundles/pepperi-addons-ngx-composite-lib-data-view-builder.umd.js +338 -338
- package/bundles/pepperi-addons-ngx-composite-lib-file-status-panel.umd.js +89 -89
- package/bundles/pepperi-addons-ngx-composite-lib-generic-form.umd.js +635 -647
- package/bundles/pepperi-addons-ngx-composite-lib-generic-form.umd.js.map +1 -1
- package/bundles/pepperi-addons-ngx-composite-lib-generic-list.umd.js +998 -1006
- 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 +179 -179
- package/bundles/pepperi-addons-ngx-composite-lib-shadow-settings.umd.js +117 -117
- package/bundles/pepperi-addons-ngx-composite-lib.umd.js +598 -598
- package/color-settings/color-settings.component.d.ts +25 -25
- 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 +39 -39
- package/core/common/index.d.ts +1 -1
- package/core/common/public-api.d.ts +2 -2
- package/core/common/services/dimx.service.d.ts +32 -32
- package/core/common/services/index.d.ts +1 -1
- package/core/common/services/public-api.d.ts +2 -2
- 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/data-view-builder/data-view-builder.component.d.ts +35 -35
- package/data-view-builder/data-view-builder.model.d.ts +1 -1
- package/data-view-builder/data-view-builder.module.d.ts +23 -23
- package/data-view-builder/data-view-builder.service.d.ts +14 -14
- package/data-view-builder/menu-data-view/menu-data-view.component.d.ts +36 -36
- package/data-view-builder/pepperi-addons-ngx-composite-lib-data-view-builder.d.ts +5 -5
- package/data-view-builder/public-api.d.ts +3 -3
- package/esm2015/color-settings/color-settings.component.js +90 -90
- 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 +139 -139
- package/esm2015/core/common/index.js +4 -4
- package/esm2015/core/common/public-api.js +5 -5
- package/esm2015/core/common/services/dimx.service.js +49 -49
- package/esm2015/core/common/services/index.js +4 -4
- package/esm2015/core/common/services/public-api.js +5 -5
- 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/data-view-builder/data-view-builder.component.js +121 -121
- package/esm2015/data-view-builder/data-view-builder.model.js +1 -1
- package/esm2015/data-view-builder/data-view-builder.module.js +81 -81
- package/esm2015/data-view-builder/data-view-builder.service.js +38 -38
- package/esm2015/data-view-builder/menu-data-view/menu-data-view.component.js +121 -121
- package/esm2015/data-view-builder/pepperi-addons-ngx-composite-lib-data-view-builder.js +4 -4
- package/esm2015/data-view-builder/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 +55 -55
- 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 +187 -190
- package/esm2015/generic-form/generic-form.model.js +2 -2
- package/esm2015/generic-form/generic-form.module.js +73 -73
- package/esm2015/generic-form/generic-form.service.js +58 -68
- 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 +438 -446
- package/esm2015/generic-list/generic-list.model.js +1 -1
- package/esm2015/generic-list/generic-list.module.js +71 -71
- package/esm2015/generic-list/generic-list.service.js +126 -126
- 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 +49 -49
- 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 +55 -55
- 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-color-settings.js +122 -122
- package/fesm2015/pepperi-addons-ngx-composite-lib-data-view-builder.js +319 -319
- package/fesm2015/pepperi-addons-ngx-composite-lib-file-status-panel.js +84 -84
- package/fesm2015/pepperi-addons-ngx-composite-lib-generic-form.js +290 -302
- package/fesm2015/pepperi-addons-ngx-composite-lib-generic-form.js.map +1 -1
- package/fesm2015/pepperi-addons-ngx-composite-lib-generic-list.js +595 -603
- package/fesm2015/pepperi-addons-ngx-composite-lib-generic-list.js.map +1 -1
- package/fesm2015/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +170 -170
- package/fesm2015/pepperi-addons-ngx-composite-lib-shadow-settings.js +107 -107
- package/fesm2015/pepperi-addons-ngx-composite-lib.js +255 -255
- 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 +17 -17
- 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 +44 -46
- package/generic-form/generic-form.model.d.ts +34 -34
- package/generic-form/generic-form.module.d.ts +13 -13
- package/generic-form/generic-form.service.d.ts +15 -16
- 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 +101 -101
- package/generic-list/generic-list.model.d.ts +54 -54
- package/generic-list/generic-list.module.d.ts +18 -18
- package/generic-list/generic-list.service.d.ts +43 -43
- 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 +15 -15
- 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 +13 -13
- package/package.json +2 -2
- 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/esm2015/generic-form/index.js +0 -5
- package/generic-form/index.d.ts +0 -1
|
@@ -11,121 +11,121 @@ import { PepGroupButtonsModule } from '@pepperi-addons/ngx-lib/group-buttons';
|
|
|
11
11
|
import { PepNgxLibModule } from '@pepperi-addons/ngx-lib';
|
|
12
12
|
import { PepSliderModule } from '@pepperi-addons/ngx-lib/slider';
|
|
13
13
|
|
|
14
|
-
class PepShadowSettings {
|
|
15
|
-
constructor() {
|
|
16
|
-
this.use = false;
|
|
17
|
-
this.size = 'md';
|
|
18
|
-
this.intensity = 'regular';
|
|
19
|
-
}
|
|
14
|
+
class PepShadowSettings {
|
|
15
|
+
constructor() {
|
|
16
|
+
this.use = false;
|
|
17
|
+
this.size = 'md';
|
|
18
|
+
this.intensity = 'regular';
|
|
19
|
+
}
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
class ShadowSettingsComponent {
|
|
23
|
-
constructor(translate) {
|
|
24
|
-
this.translate = translate;
|
|
25
|
-
this._shadow = new PepShadowSettings();
|
|
26
|
-
this.shadowChange = new EventEmitter();
|
|
27
|
-
this.shadowSizes = [];
|
|
28
|
-
this.shadowIntensities = [];
|
|
29
|
-
}
|
|
30
|
-
set shadow(value) {
|
|
31
|
-
if (!value) {
|
|
32
|
-
this._shadow = new PepShadowSettings();
|
|
33
|
-
}
|
|
34
|
-
else {
|
|
35
|
-
this._shadow = value;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
get shadow() {
|
|
39
|
-
return this._shadow;
|
|
40
|
-
}
|
|
41
|
-
ngOnInit() {
|
|
42
|
-
// Get the first translation for load all translations.
|
|
43
|
-
this.translate.get('SHADOW_SETTINGS.INTENSITY_SOFT').toPromise().then((typeSoft) => {
|
|
44
|
-
this.shadowSizes = [
|
|
45
|
-
{ key: 'sm', value: this.translate.instant('GENERAL.SM'), callback: () => this.onSizeChange('sm') },
|
|
46
|
-
{ key: 'md', value: this.translate.instant('GENERAL.MD'), callback: () => this.onSizeChange('md') },
|
|
47
|
-
{ key: 'lg', value: this.translate.instant('GENERAL.LG'), callback: () => this.onSizeChange('lg') },
|
|
48
|
-
{ key: 'xl', value: this.translate.instant('GENERAL.XL'), callback: () => this.onSizeChange('xl') }
|
|
49
|
-
];
|
|
50
|
-
this.shadowIntensities = [
|
|
51
|
-
{ key: 'soft', value: typeSoft, callback: () => this.onIntensityChange('soft') },
|
|
52
|
-
{ key: 'regular', value: this.translate.instant('SHADOW_SETTINGS.INTENSITY_REGULAR'), callback: () => this.onIntensityChange('regular') },
|
|
53
|
-
{ key: 'hard', value: this.translate.instant('SHADOW_SETTINGS.INTENSITY_HARD'), callback: () => this.onIntensityChange('hard') }
|
|
54
|
-
];
|
|
55
|
-
});
|
|
56
|
-
}
|
|
57
|
-
raiseShadowChange() {
|
|
58
|
-
this.shadowChange.emit(this.shadow);
|
|
59
|
-
}
|
|
60
|
-
onUseChanged(value) {
|
|
61
|
-
this.shadow.use = value;
|
|
62
|
-
this.raiseShadowChange();
|
|
63
|
-
}
|
|
64
|
-
onSizeChange(value) {
|
|
65
|
-
this.shadow.size = value;
|
|
66
|
-
this.raiseShadowChange();
|
|
67
|
-
}
|
|
68
|
-
onIntensityChange(value) {
|
|
69
|
-
this.shadow.intensity = value;
|
|
70
|
-
this.raiseShadowChange();
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
ShadowSettingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: ShadowSettingsComponent, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
74
|
-
ShadowSettingsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.0.5", type: ShadowSettingsComponent, selector: "pep-shadow-settings", inputs: { shadow: "shadow" }, outputs: { shadowChange: "shadowChange" }, ngImport: i0, template: "<pep-checkbox class=\"checkbox-as-title\" [label]=\"'SHADOW_SETTINGS.TITLE' | translate\" [renderTitle]=\"false\" [value]=\"shadow.use\" (valueChange)=\"onUseChanged($event)\"></pep-checkbox>\n<pep-field-title [label]=\"'SHADOW_SETTINGS.SIZE' | translate\" [disabled]=\"!shadow.use\"></pep-field-title>\n<pep-group-buttons class=\"shadow-size-group\" [buttons]=\"shadowSizes\" [selectedButtonKey]=\"shadow.size\" [stretch]=\"true\" buttonsClass=\"md regular\" [buttonsDisabled]=\"!shadow.use\" viewType=\"toggle\">\n</pep-group-buttons>\n<pep-field-title [label]=\"'SHADOW_SETTINGS.INTENSITY' | translate\" [disabled]=\"!shadow.use\"></pep-field-title>\n<pep-group-buttons class=\"shadow-intensity-group\" [buttons]=\"shadowIntensities\" [selectedButtonKey]=\"shadow.intensity\" [stretch]=\"true\" buttonsClass=\"md regular\" [buttonsDisabled]=\"!shadow.use\" viewType=\"toggle\">\n</pep-group-buttons>", styles: [":host{width:100%}:host .shadow-size-group,:host .shadow-type-group{display:block;margin-bottom:var(--pep-form-spacing, 1rem)}\n"], components: [{ type: i2.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.PepFieldTitleComponent, selector: "pep-field-title", inputs: ["label", "mandatory", "disabled", "maxFieldCharacters", "hint", "xAlignment", "showTitle", "inputLength"] }, { type: i4.PepGroupButtonsComponent, selector: "pep-group-buttons", inputs: ["viewType", "styleType", "sizeType", "buttons", "buttonsDisabled", "selectedButtonKey", "stretch"], outputs: ["buttonClick"] }], pipes: { "translate": i1.TranslatePipe } });
|
|
75
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: ShadowSettingsComponent, decorators: [{
|
|
76
|
-
type: Component,
|
|
77
|
-
args: [{
|
|
78
|
-
selector: 'pep-shadow-settings',
|
|
79
|
-
templateUrl: './shadow-settings.component.html',
|
|
80
|
-
styleUrls: ['./shadow-settings.component.scss']
|
|
81
|
-
}]
|
|
82
|
-
}], ctorParameters: function () { return [{ type: i1.TranslateService }]; }, propDecorators: { shadow: [{
|
|
83
|
-
type: Input
|
|
84
|
-
}], shadowChange: [{
|
|
85
|
-
type: Output
|
|
22
|
+
class ShadowSettingsComponent {
|
|
23
|
+
constructor(translate) {
|
|
24
|
+
this.translate = translate;
|
|
25
|
+
this._shadow = new PepShadowSettings();
|
|
26
|
+
this.shadowChange = new EventEmitter();
|
|
27
|
+
this.shadowSizes = [];
|
|
28
|
+
this.shadowIntensities = [];
|
|
29
|
+
}
|
|
30
|
+
set shadow(value) {
|
|
31
|
+
if (!value) {
|
|
32
|
+
this._shadow = new PepShadowSettings();
|
|
33
|
+
}
|
|
34
|
+
else {
|
|
35
|
+
this._shadow = value;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
get shadow() {
|
|
39
|
+
return this._shadow;
|
|
40
|
+
}
|
|
41
|
+
ngOnInit() {
|
|
42
|
+
// Get the first translation for load all translations.
|
|
43
|
+
this.translate.get('SHADOW_SETTINGS.INTENSITY_SOFT').toPromise().then((typeSoft) => {
|
|
44
|
+
this.shadowSizes = [
|
|
45
|
+
{ key: 'sm', value: this.translate.instant('GENERAL.SM'), callback: () => this.onSizeChange('sm') },
|
|
46
|
+
{ key: 'md', value: this.translate.instant('GENERAL.MD'), callback: () => this.onSizeChange('md') },
|
|
47
|
+
{ key: 'lg', value: this.translate.instant('GENERAL.LG'), callback: () => this.onSizeChange('lg') },
|
|
48
|
+
{ key: 'xl', value: this.translate.instant('GENERAL.XL'), callback: () => this.onSizeChange('xl') }
|
|
49
|
+
];
|
|
50
|
+
this.shadowIntensities = [
|
|
51
|
+
{ key: 'soft', value: typeSoft, callback: () => this.onIntensityChange('soft') },
|
|
52
|
+
{ key: 'regular', value: this.translate.instant('SHADOW_SETTINGS.INTENSITY_REGULAR'), callback: () => this.onIntensityChange('regular') },
|
|
53
|
+
{ key: 'hard', value: this.translate.instant('SHADOW_SETTINGS.INTENSITY_HARD'), callback: () => this.onIntensityChange('hard') }
|
|
54
|
+
];
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
raiseShadowChange() {
|
|
58
|
+
this.shadowChange.emit(this.shadow);
|
|
59
|
+
}
|
|
60
|
+
onUseChanged(value) {
|
|
61
|
+
this.shadow.use = value;
|
|
62
|
+
this.raiseShadowChange();
|
|
63
|
+
}
|
|
64
|
+
onSizeChange(value) {
|
|
65
|
+
this.shadow.size = value;
|
|
66
|
+
this.raiseShadowChange();
|
|
67
|
+
}
|
|
68
|
+
onIntensityChange(value) {
|
|
69
|
+
this.shadow.intensity = value;
|
|
70
|
+
this.raiseShadowChange();
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
ShadowSettingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: ShadowSettingsComponent, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
74
|
+
ShadowSettingsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.0.5", type: ShadowSettingsComponent, selector: "pep-shadow-settings", inputs: { shadow: "shadow" }, outputs: { shadowChange: "shadowChange" }, ngImport: i0, template: "<pep-checkbox class=\"checkbox-as-title\" [label]=\"'SHADOW_SETTINGS.TITLE' | translate\" [renderTitle]=\"false\" [value]=\"shadow.use\" (valueChange)=\"onUseChanged($event)\"></pep-checkbox>\n<pep-field-title [label]=\"'SHADOW_SETTINGS.SIZE' | translate\" [disabled]=\"!shadow.use\"></pep-field-title>\n<pep-group-buttons class=\"shadow-size-group\" [buttons]=\"shadowSizes\" [selectedButtonKey]=\"shadow.size\" [stretch]=\"true\" buttonsClass=\"md regular\" [buttonsDisabled]=\"!shadow.use\" viewType=\"toggle\">\n</pep-group-buttons>\n<pep-field-title [label]=\"'SHADOW_SETTINGS.INTENSITY' | translate\" [disabled]=\"!shadow.use\"></pep-field-title>\n<pep-group-buttons class=\"shadow-intensity-group\" [buttons]=\"shadowIntensities\" [selectedButtonKey]=\"shadow.intensity\" [stretch]=\"true\" buttonsClass=\"md regular\" [buttonsDisabled]=\"!shadow.use\" viewType=\"toggle\">\n</pep-group-buttons>", styles: [":host{width:100%}:host .shadow-size-group,:host .shadow-type-group{display:block;margin-bottom:var(--pep-form-spacing, 1rem)}\n"], components: [{ type: i2.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.PepFieldTitleComponent, selector: "pep-field-title", inputs: ["label", "mandatory", "disabled", "maxFieldCharacters", "hint", "xAlignment", "showTitle", "inputLength"] }, { type: i4.PepGroupButtonsComponent, selector: "pep-group-buttons", inputs: ["viewType", "styleType", "sizeType", "buttons", "buttonsDisabled", "selectedButtonKey", "stretch"], outputs: ["buttonClick"] }], pipes: { "translate": i1.TranslatePipe } });
|
|
75
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: ShadowSettingsComponent, decorators: [{
|
|
76
|
+
type: Component,
|
|
77
|
+
args: [{
|
|
78
|
+
selector: 'pep-shadow-settings',
|
|
79
|
+
templateUrl: './shadow-settings.component.html',
|
|
80
|
+
styleUrls: ['./shadow-settings.component.scss']
|
|
81
|
+
}]
|
|
82
|
+
}], ctorParameters: function () { return [{ type: i1.TranslateService }]; }, propDecorators: { shadow: [{
|
|
83
|
+
type: Input
|
|
84
|
+
}], shadowChange: [{
|
|
85
|
+
type: Output
|
|
86
86
|
}] } });
|
|
87
87
|
|
|
88
|
-
class PepShadowSettingsModule {
|
|
89
|
-
}
|
|
90
|
-
PepShadowSettingsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepShadowSettingsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
91
|
-
PepShadowSettingsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepShadowSettingsModule, declarations: [ShadowSettingsComponent], imports: [CommonModule,
|
|
92
|
-
PepNgxLibModule,
|
|
93
|
-
PepCheckboxModule,
|
|
94
|
-
PepFieldTitleModule,
|
|
95
|
-
PepGroupButtonsModule,
|
|
96
|
-
PepSliderModule], exports: [ShadowSettingsComponent] });
|
|
97
|
-
PepShadowSettingsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepShadowSettingsModule, imports: [[
|
|
98
|
-
CommonModule,
|
|
99
|
-
PepNgxLibModule,
|
|
100
|
-
PepCheckboxModule,
|
|
101
|
-
PepFieldTitleModule,
|
|
102
|
-
PepGroupButtonsModule,
|
|
103
|
-
PepSliderModule
|
|
104
|
-
]] });
|
|
105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepShadowSettingsModule, decorators: [{
|
|
106
|
-
type: NgModule,
|
|
107
|
-
args: [{
|
|
108
|
-
declarations: [
|
|
109
|
-
ShadowSettingsComponent
|
|
110
|
-
],
|
|
111
|
-
imports: [
|
|
112
|
-
CommonModule,
|
|
113
|
-
PepNgxLibModule,
|
|
114
|
-
PepCheckboxModule,
|
|
115
|
-
PepFieldTitleModule,
|
|
116
|
-
PepGroupButtonsModule,
|
|
117
|
-
PepSliderModule
|
|
118
|
-
],
|
|
119
|
-
exports: [ShadowSettingsComponent],
|
|
120
|
-
}]
|
|
88
|
+
class PepShadowSettingsModule {
|
|
89
|
+
}
|
|
90
|
+
PepShadowSettingsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepShadowSettingsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
91
|
+
PepShadowSettingsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepShadowSettingsModule, declarations: [ShadowSettingsComponent], imports: [CommonModule,
|
|
92
|
+
PepNgxLibModule,
|
|
93
|
+
PepCheckboxModule,
|
|
94
|
+
PepFieldTitleModule,
|
|
95
|
+
PepGroupButtonsModule,
|
|
96
|
+
PepSliderModule], exports: [ShadowSettingsComponent] });
|
|
97
|
+
PepShadowSettingsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepShadowSettingsModule, imports: [[
|
|
98
|
+
CommonModule,
|
|
99
|
+
PepNgxLibModule,
|
|
100
|
+
PepCheckboxModule,
|
|
101
|
+
PepFieldTitleModule,
|
|
102
|
+
PepGroupButtonsModule,
|
|
103
|
+
PepSliderModule
|
|
104
|
+
]] });
|
|
105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepShadowSettingsModule, decorators: [{
|
|
106
|
+
type: NgModule,
|
|
107
|
+
args: [{
|
|
108
|
+
declarations: [
|
|
109
|
+
ShadowSettingsComponent
|
|
110
|
+
],
|
|
111
|
+
imports: [
|
|
112
|
+
CommonModule,
|
|
113
|
+
PepNgxLibModule,
|
|
114
|
+
PepCheckboxModule,
|
|
115
|
+
PepFieldTitleModule,
|
|
116
|
+
PepGroupButtonsModule,
|
|
117
|
+
PepSliderModule
|
|
118
|
+
],
|
|
119
|
+
exports: [ShadowSettingsComponent],
|
|
120
|
+
}]
|
|
121
121
|
}] });
|
|
122
122
|
|
|
123
|
-
/*
|
|
124
|
-
* Public API Surface of ngx-composite-lib/shadow-settings
|
|
123
|
+
/*
|
|
124
|
+
* Public API Surface of ngx-composite-lib/shadow-settings
|
|
125
125
|
*/
|
|
126
126
|
|
|
127
|
-
/**
|
|
128
|
-
* Generated bundle index. Do not edit.
|
|
127
|
+
/**
|
|
128
|
+
* Generated bundle index. Do not edit.
|
|
129
129
|
*/
|
|
130
130
|
|
|
131
131
|
export { PepShadowSettings, PepShadowSettingsModule, ShadowSettingsComponent };
|