@pepperi-addons/ngx-composite-lib 0.0.16-beta.5 → 0.0.16-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/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-dimx-export.umd.js.map +1 -1
- 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 +647 -647
- package/bundles/pepperi-addons-ngx-composite-lib-generic-list.umd.js +961 -961
- 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 +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 +20 -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/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 +335 -335
- 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 +50 -50
- 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 +189 -189
- 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 +67 -67
- package/esm2015/generic-form/index.js +4 -4
- 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 +417 -417
- package/esm2015/generic-list/generic-list.model.js +1 -1
- package/esm2015/generic-list/generic-list.module.js +68 -68
- package/esm2015/generic-list/generic-list.service.js +113 -113
- 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-color-settings.js +113 -113
- package/fesm2015/pepperi-addons-ngx-composite-lib-dimx-export.js +415 -415
- package/fesm2015/pepperi-addons-ngx-composite-lib-dimx-export.js.map +1 -1
- package/fesm2015/pepperi-addons-ngx-composite-lib-file-status-panel.js +77 -77
- package/fesm2015/pepperi-addons-ngx-composite-lib-generic-form.js +301 -301
- package/fesm2015/pepperi-addons-ngx-composite-lib-generic-list.js +559 -559
- package/fesm2015/pepperi-addons-ngx-composite-lib-generic-list.js.map +1 -1
- 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 +49 -49
- package/generic-form/generic-form.model.d.ts +39 -39
- package/generic-form/generic-form.module.d.ts +13 -13
- package/generic-form/generic-form.service.d.ts +16 -16
- package/generic-form/index.d.ts +1 -1
- 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 +99 -99
- package/generic-list/generic-list.model.d.ts +50 -50
- package/generic-list/generic-list.module.d.ts +18 -18
- package/generic-list/generic-list.service.d.ts +42 -42
- 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
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
-
import { IPepButtonClickEvent, PepButton } from '@pepperi-addons/ngx-lib/button';
|
|
4
|
-
import { PepGroupbuttonsTypes } from './group-buttons-settings.model';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class GroupButtonsSettingsComponent implements OnInit {
|
|
7
|
-
private translate;
|
|
8
|
-
header: string;
|
|
9
|
-
subHeader: string;
|
|
10
|
-
groupType: PepGroupbuttonsTypes;
|
|
11
|
-
btnsArray: Array<PepButton>;
|
|
12
|
-
excludeKeys: Array<string>;
|
|
13
|
-
useNone: boolean;
|
|
14
|
-
disabled: boolean;
|
|
15
|
-
dir: 'rtl' | 'ltr';
|
|
16
|
-
private _btnKey;
|
|
17
|
-
set btnKey(value: any);
|
|
18
|
-
get btnKey(): any;
|
|
19
|
-
btnkeyChange: EventEmitter<IPepButtonClickEvent>;
|
|
20
|
-
none: PepButton;
|
|
21
|
-
sizes: Array<PepButton>;
|
|
22
|
-
constructor(translate: TranslateService);
|
|
23
|
-
ngOnInit(): void;
|
|
24
|
-
arrayMerge(): void;
|
|
25
|
-
onKeyChange(event: IPepButtonClickEvent | null): void;
|
|
26
|
-
getButtonsArray(): PepButton[] | {
|
|
27
|
-
key: string;
|
|
28
|
-
value: any;
|
|
29
|
-
callback: (event: IPepButtonClickEvent) => void;
|
|
30
|
-
}[];
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GroupButtonsSettingsComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GroupButtonsSettingsComponent, "pep-group-buttons-settings", never, { "header": "header"; "subHeader": "subHeader"; "groupType": "groupType"; "btnsArray": "btnsArray"; "excludeKeys": "excludeKeys"; "useNone": "useNone"; "disabled": "disabled"; "dir": "dir"; "btnKey": "btnKey"; }, { "btnkeyChange": "btnkeyChange"; }, never, never>;
|
|
33
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import { IPepButtonClickEvent, PepButton } from '@pepperi-addons/ngx-lib/button';
|
|
4
|
+
import { PepGroupbuttonsTypes } from './group-buttons-settings.model';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class GroupButtonsSettingsComponent implements OnInit {
|
|
7
|
+
private translate;
|
|
8
|
+
header: string;
|
|
9
|
+
subHeader: string;
|
|
10
|
+
groupType: PepGroupbuttonsTypes;
|
|
11
|
+
btnsArray: Array<PepButton>;
|
|
12
|
+
excludeKeys: Array<string>;
|
|
13
|
+
useNone: boolean;
|
|
14
|
+
disabled: boolean;
|
|
15
|
+
dir: 'rtl' | 'ltr';
|
|
16
|
+
private _btnKey;
|
|
17
|
+
set btnKey(value: any);
|
|
18
|
+
get btnKey(): any;
|
|
19
|
+
btnkeyChange: EventEmitter<IPepButtonClickEvent>;
|
|
20
|
+
none: PepButton;
|
|
21
|
+
sizes: Array<PepButton>;
|
|
22
|
+
constructor(translate: TranslateService);
|
|
23
|
+
ngOnInit(): void;
|
|
24
|
+
arrayMerge(): void;
|
|
25
|
+
onKeyChange(event: IPepButtonClickEvent | null): void;
|
|
26
|
+
getButtonsArray(): PepButton[] | {
|
|
27
|
+
key: string;
|
|
28
|
+
value: any;
|
|
29
|
+
callback: (event: IPepButtonClickEvent) => void;
|
|
30
|
+
}[];
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GroupButtonsSettingsComponent, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GroupButtonsSettingsComponent, "pep-group-buttons-settings", never, { "header": "header"; "subHeader": "subHeader"; "groupType": "groupType"; "btnsArray": "btnsArray"; "excludeKeys": "excludeKeys"; "useNone": "useNone"; "disabled": "disabled"; "dir": "dir"; "btnKey": "btnKey"; }, { "btnkeyChange": "btnkeyChange"; }, never, never>;
|
|
33
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare type PepGroupbuttonsTypes = 'sizes' | 'font-weight' | 'width-sizes' | 'vertical-align' | 'horizontal-align' | 'custom';
|
|
1
|
+
export declare type PepGroupbuttonsTypes = 'sizes' | 'font-weight' | 'width-sizes' | 'vertical-align' | 'horizontal-align' | 'custom';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { PepIconRegistry } from '@pepperi-addons/ngx-lib/icon';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./group-buttons-settings.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
import * as i3 from "@pepperi-addons/ngx-lib";
|
|
6
|
-
import * as i4 from "@pepperi-addons/ngx-lib/field-title";
|
|
7
|
-
import * as i5 from "@pepperi-addons/ngx-lib/group-buttons";
|
|
8
|
-
export declare class PepGroupButtonsSettingsModule {
|
|
9
|
-
private pepIconRegistry;
|
|
10
|
-
constructor(pepIconRegistry: PepIconRegistry);
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PepGroupButtonsSettingsModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PepGroupButtonsSettingsModule, [typeof i1.GroupButtonsSettingsComponent], [typeof i2.CommonModule, typeof i3.PepNgxLibModule, typeof i4.PepFieldTitleModule, typeof i5.PepGroupButtonsModule], [typeof i1.GroupButtonsSettingsComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PepGroupButtonsSettingsModule>;
|
|
14
|
-
}
|
|
1
|
+
import { PepIconRegistry } from '@pepperi-addons/ngx-lib/icon';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./group-buttons-settings.component";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
import * as i3 from "@pepperi-addons/ngx-lib";
|
|
6
|
+
import * as i4 from "@pepperi-addons/ngx-lib/field-title";
|
|
7
|
+
import * as i5 from "@pepperi-addons/ngx-lib/group-buttons";
|
|
8
|
+
export declare class PepGroupButtonsSettingsModule {
|
|
9
|
+
private pepIconRegistry;
|
|
10
|
+
constructor(pepIconRegistry: PepIconRegistry);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PepGroupButtonsSettingsModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PepGroupButtonsSettingsModule, [typeof i1.GroupButtonsSettingsComponent], [typeof i2.CommonModule, typeof i3.PepNgxLibModule, typeof i4.PepFieldTitleModule, typeof i5.PepGroupButtonsModule], [typeof i1.GroupButtonsSettingsComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PepGroupButtonsSettingsModule>;
|
|
14
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@pepperi-addons/ngx-composite-lib/group-buttons-settings" />
|
|
5
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@pepperi-addons/ngx-composite-lib/group-buttons-settings" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './group-buttons-settings.module';
|
|
2
|
-
export * from './group-buttons-settings.component';
|
|
3
|
-
export * from './group-buttons-settings.model';
|
|
1
|
+
export * from './group-buttons-settings.module';
|
|
2
|
+
export * from './group-buttons-settings.component';
|
|
3
|
+
export * from './group-buttons-settings.model';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { PepIconRegistry } from '@pepperi-addons/ngx-lib/icon';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./core/common/directives/reset-configuration-field.directive";
|
|
4
|
-
import * as i2 from "@pepperi-addons/ngx-lib/icon";
|
|
5
|
-
export declare class PepNgxCompositeLibModule {
|
|
6
|
-
private pepIconRegistry;
|
|
7
|
-
constructor(pepIconRegistry: PepIconRegistry);
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PepNgxCompositeLibModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PepNgxCompositeLibModule, [typeof i1.PepResetConfigurationFieldDirective], [typeof i2.PepIconModule], [typeof i1.PepResetConfigurationFieldDirective]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PepNgxCompositeLibModule>;
|
|
11
|
-
}
|
|
1
|
+
import { PepIconRegistry } from '@pepperi-addons/ngx-lib/icon';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./core/common/directives/reset-configuration-field.directive";
|
|
4
|
+
import * as i2 from "@pepperi-addons/ngx-lib/icon";
|
|
5
|
+
export declare class PepNgxCompositeLibModule {
|
|
6
|
+
private pepIconRegistry;
|
|
7
|
+
constructor(pepIconRegistry: PepIconRegistry);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PepNgxCompositeLibModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PepNgxCompositeLibModule, [typeof i1.PepResetConfigurationFieldDirective], [typeof i2.PepIconModule], [typeof i1.PepResetConfigurationFieldDirective]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PepNgxCompositeLibModule>;
|
|
11
|
+
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@pepperi-addons/ngx-composite-lib" />
|
|
5
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@pepperi-addons/ngx-composite-lib" />
|
|
5
|
+
export * from './public-api';
|
package/public-api.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './ngx-composite-lib.module';
|
|
2
|
-
export * from './core/index';
|
|
1
|
+
export * from './ngx-composite-lib.module';
|
|
2
|
+
export * from './core/index';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@pepperi-addons/ngx-composite-lib/shadow-settings" />
|
|
5
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@pepperi-addons/ngx-composite-lib/shadow-settings" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './shadow-settings.module';
|
|
2
|
-
export * from './shadow-settings.component';
|
|
3
|
-
export * from './shadow-settings.model';
|
|
1
|
+
export * from './shadow-settings.module';
|
|
2
|
+
export * from './shadow-settings.component';
|
|
3
|
+
export * from './shadow-settings.model';
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
-
import { PepSizeType } from '@pepperi-addons/ngx-lib';
|
|
4
|
-
import { PepButton } from '@pepperi-addons/ngx-lib/button';
|
|
5
|
-
import { PepShadowIntensityType, PepShadowSettings } from './shadow-settings.model';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class ShadowSettingsComponent implements OnInit {
|
|
8
|
-
private translate;
|
|
9
|
-
private _shadow;
|
|
10
|
-
set shadow(value: PepShadowSettings);
|
|
11
|
-
get shadow(): PepShadowSettings;
|
|
12
|
-
shadowChange: EventEmitter<PepShadowSettings>;
|
|
13
|
-
shadowSizes: Array<PepButton>;
|
|
14
|
-
shadowIntensities: Array<PepButton>;
|
|
15
|
-
constructor(translate: TranslateService);
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
private raiseShadowChange;
|
|
18
|
-
onUseChanged(value: boolean): void;
|
|
19
|
-
onSizeChange(value: PepSizeType): void;
|
|
20
|
-
onIntensityChange(value: PepShadowIntensityType): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ShadowSettingsComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShadowSettingsComponent, "pep-shadow-settings", never, { "shadow": "shadow"; }, { "shadowChange": "shadowChange"; }, never, never>;
|
|
23
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import { PepSizeType } from '@pepperi-addons/ngx-lib';
|
|
4
|
+
import { PepButton } from '@pepperi-addons/ngx-lib/button';
|
|
5
|
+
import { PepShadowIntensityType, PepShadowSettings } from './shadow-settings.model';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class ShadowSettingsComponent implements OnInit {
|
|
8
|
+
private translate;
|
|
9
|
+
private _shadow;
|
|
10
|
+
set shadow(value: PepShadowSettings);
|
|
11
|
+
get shadow(): PepShadowSettings;
|
|
12
|
+
shadowChange: EventEmitter<PepShadowSettings>;
|
|
13
|
+
shadowSizes: Array<PepButton>;
|
|
14
|
+
shadowIntensities: Array<PepButton>;
|
|
15
|
+
constructor(translate: TranslateService);
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
private raiseShadowChange;
|
|
18
|
+
onUseChanged(value: boolean): void;
|
|
19
|
+
onSizeChange(value: PepSizeType): void;
|
|
20
|
+
onIntensityChange(value: PepShadowIntensityType): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ShadowSettingsComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShadowSettingsComponent, "pep-shadow-settings", never, { "shadow": "shadow"; }, { "shadowChange": "shadowChange"; }, never, never>;
|
|
23
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PepSizeType } from "@pepperi-addons/ngx-lib";
|
|
2
|
-
export declare type PepShadowIntensityType = 'soft' | 'regular' | 'hard';
|
|
3
|
-
export declare class PepShadowSettings {
|
|
4
|
-
use: boolean;
|
|
5
|
-
size: PepSizeType;
|
|
6
|
-
intensity: PepShadowIntensityType;
|
|
7
|
-
}
|
|
1
|
+
import { PepSizeType } from "@pepperi-addons/ngx-lib";
|
|
2
|
+
export declare type PepShadowIntensityType = 'soft' | 'regular' | 'hard';
|
|
3
|
+
export declare class PepShadowSettings {
|
|
4
|
+
use: boolean;
|
|
5
|
+
size: PepSizeType;
|
|
6
|
+
intensity: PepShadowIntensityType;
|
|
7
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./shadow-settings.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@pepperi-addons/ngx-lib";
|
|
5
|
-
import * as i4 from "@pepperi-addons/ngx-lib/checkbox";
|
|
6
|
-
import * as i5 from "@pepperi-addons/ngx-lib/field-title";
|
|
7
|
-
import * as i6 from "@pepperi-addons/ngx-lib/group-buttons";
|
|
8
|
-
import * as i7 from "@pepperi-addons/ngx-lib/slider";
|
|
9
|
-
export declare class PepShadowSettingsModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PepShadowSettingsModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PepShadowSettingsModule, [typeof i1.ShadowSettingsComponent], [typeof i2.CommonModule, typeof i3.PepNgxLibModule, typeof i4.PepCheckboxModule, typeof i5.PepFieldTitleModule, typeof i6.PepGroupButtonsModule, typeof i7.PepSliderModule], [typeof i1.ShadowSettingsComponent]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PepShadowSettingsModule>;
|
|
13
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./shadow-settings.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@pepperi-addons/ngx-lib";
|
|
5
|
+
import * as i4 from "@pepperi-addons/ngx-lib/checkbox";
|
|
6
|
+
import * as i5 from "@pepperi-addons/ngx-lib/field-title";
|
|
7
|
+
import * as i6 from "@pepperi-addons/ngx-lib/group-buttons";
|
|
8
|
+
import * as i7 from "@pepperi-addons/ngx-lib/slider";
|
|
9
|
+
export declare class PepShadowSettingsModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PepShadowSettingsModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PepShadowSettingsModule, [typeof i1.ShadowSettingsComponent], [typeof i2.CommonModule, typeof i3.PepNgxLibModule, typeof i4.PepCheckboxModule, typeof i5.PepFieldTitleModule, typeof i6.PepGroupButtonsModule, typeof i7.PepSliderModule], [typeof i1.ShadowSettingsComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PepShadowSettingsModule>;
|
|
13
|
+
}
|