@pepperi-addons/ngx-composite-lib 0.0.10-beta.8 → 0.0.10-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.
Files changed (81) hide show
  1. package/bundles/pepperi-addons-ngx-composite-lib-color-settings.umd.js +122 -122
  2. package/bundles/pepperi-addons-ngx-composite-lib-draggable-item.umd.js +69 -69
  3. package/bundles/pepperi-addons-ngx-composite-lib-generic-list.umd.js +535 -535
  4. package/bundles/pepperi-addons-ngx-composite-lib-group-buttons-settings.umd.js +173 -173
  5. package/bundles/pepperi-addons-ngx-composite-lib-shadow-settings.umd.js +117 -117
  6. package/bundles/pepperi-addons-ngx-composite-lib.umd.js +57 -57
  7. package/color-settings/color-settings.component.d.ts +22 -22
  8. package/color-settings/color-settings.model.d.ts +5 -5
  9. package/color-settings/color-settings.module.d.ts +12 -12
  10. package/color-settings/pepperi-addons-ngx-composite-lib-color-settings.d.ts +5 -5
  11. package/color-settings/public-api.d.ts +3 -3
  12. package/core/common/index.d.ts +1 -1
  13. package/core/common/public-api.d.ts +1 -1
  14. package/core/common/services/index.d.ts +1 -1
  15. package/core/common/services/public-api.d.ts +1 -1
  16. package/core/common/services/utilities.service.d.ts +6 -6
  17. package/core/index.d.ts +1 -1
  18. package/core/public-api.d.ts +1 -1
  19. package/draggable-item/draggable-item.component.d.ts +11 -11
  20. package/draggable-item/draggable-item.module.d.ts +11 -11
  21. package/draggable-item/pepperi-addons-ngx-composite-lib-draggable-item.d.ts +5 -5
  22. package/draggable-item/public-api.d.ts +2 -2
  23. package/esm2015/color-settings/color-settings.component.js +80 -80
  24. package/esm2015/color-settings/color-settings.model.js +8 -8
  25. package/esm2015/color-settings/color-settings.module.js +39 -39
  26. package/esm2015/color-settings/pepperi-addons-ngx-composite-lib-color-settings.js +4 -4
  27. package/esm2015/color-settings/public-api.js +6 -6
  28. package/esm2015/core/common/index.js +4 -4
  29. package/esm2015/core/common/public-api.js +4 -4
  30. package/esm2015/core/common/services/index.js +4 -4
  31. package/esm2015/core/common/services/public-api.js +4 -4
  32. package/esm2015/core/common/services/utilities.service.js +18 -18
  33. package/esm2015/core/index.js +4 -4
  34. package/esm2015/core/public-api.js +4 -4
  35. package/esm2015/draggable-item/draggable-item.component.js +39 -39
  36. package/esm2015/draggable-item/draggable-item.module.js +35 -35
  37. package/esm2015/draggable-item/pepperi-addons-ngx-composite-lib-draggable-item.js +4 -4
  38. package/esm2015/draggable-item/public-api.js +5 -5
  39. package/esm2015/generic-list/generic-list.component.js +163 -163
  40. package/esm2015/generic-list/generic-list.model.js +1 -1
  41. package/esm2015/generic-list/generic-list.module.js +51 -51
  42. package/esm2015/generic-list/pepperi-addons-ngx-composite-lib-generic-list.js +4 -4
  43. package/esm2015/generic-list/public-api.js +6 -6
  44. package/esm2015/group-buttons-settings/group-buttons-settings.component.js +131 -131
  45. package/esm2015/group-buttons-settings/group-buttons-settings.model.js +1 -1
  46. package/esm2015/group-buttons-settings/group-buttons-settings.module.js +46 -46
  47. package/esm2015/group-buttons-settings/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +4 -4
  48. package/esm2015/group-buttons-settings/public-api.js +6 -6
  49. package/esm2015/ngx-composite-lib.module.js +25 -25
  50. package/esm2015/pepperi-addons-ngx-composite-lib.js +4 -4
  51. package/esm2015/public-api.js +5 -5
  52. package/esm2015/shadow-settings/pepperi-addons-ngx-composite-lib-shadow-settings.js +4 -4
  53. package/esm2015/shadow-settings/public-api.js +6 -6
  54. package/esm2015/shadow-settings/shadow-settings.component.js +72 -72
  55. package/esm2015/shadow-settings/shadow-settings.model.js +7 -7
  56. package/esm2015/shadow-settings/shadow-settings.module.js +43 -43
  57. package/fesm2015/pepperi-addons-ngx-composite-lib-color-settings.js +112 -112
  58. package/fesm2015/pepperi-addons-ngx-composite-lib-draggable-item.js +65 -65
  59. package/fesm2015/pepperi-addons-ngx-composite-lib-generic-list.js +192 -192
  60. package/fesm2015/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +164 -164
  61. package/fesm2015/pepperi-addons-ngx-composite-lib-shadow-settings.js +107 -107
  62. package/fesm2015/pepperi-addons-ngx-composite-lib.js +53 -53
  63. package/generic-list/generic-list.component.d.ts +45 -45
  64. package/generic-list/generic-list.model.d.ts +11 -11
  65. package/generic-list/generic-list.module.d.ts +15 -15
  66. package/generic-list/pepperi-addons-ngx-composite-lib-generic-list.d.ts +5 -5
  67. package/generic-list/public-api.d.ts +3 -3
  68. package/group-buttons-settings/group-buttons-settings.component.d.ts +32 -32
  69. package/group-buttons-settings/group-buttons-settings.model.d.ts +1 -1
  70. package/group-buttons-settings/group-buttons-settings.module.d.ts +14 -14
  71. package/group-buttons-settings/pepperi-addons-ngx-composite-lib-group-buttons-settings.d.ts +5 -5
  72. package/group-buttons-settings/public-api.d.ts +3 -3
  73. package/ngx-composite-lib.module.d.ts +6 -6
  74. package/package.json +1 -1
  75. package/pepperi-addons-ngx-composite-lib.d.ts +5 -5
  76. package/public-api.d.ts +2 -2
  77. package/shadow-settings/pepperi-addons-ngx-composite-lib-shadow-settings.d.ts +5 -5
  78. package/shadow-settings/public-api.d.ts +3 -3
  79. package/shadow-settings/shadow-settings.component.d.ts +23 -23
  80. package/shadow-settings/shadow-settings.model.d.ts +7 -7
  81. package/shadow-settings/shadow-settings.module.d.ts +13 -13
@@ -1,77 +1,77 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { NgModule, Injectable } from '@angular/core';
3
3
 
4
- // import { TranslateModule } from '@ngx-translate/core';
5
- // import { CommonModule } from '@angular/common';
6
- // import { HttpClientModule } from '@angular/common/http';
7
- // import { ReactiveFormsModule } from '@angular/forms';
8
- class PepNgxCompositeLibModule {
9
- }
10
- PepNgxCompositeLibModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepNgxCompositeLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- PepNgxCompositeLibModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepNgxCompositeLibModule });
12
- PepNgxCompositeLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepNgxCompositeLibModule, imports: [[
13
- // CommonModule, HttpClientModule, ReactiveFormsModule
14
- ]] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepNgxCompositeLibModule, decorators: [{
16
- type: NgModule,
17
- args: [{
18
- declarations: [],
19
- imports: [
20
- // CommonModule, HttpClientModule, ReactiveFormsModule
21
- ],
22
- exports: [
23
- // TranslateModule
24
- ]
25
- }]
4
+ // import { TranslateModule } from '@ngx-translate/core';
5
+ // import { CommonModule } from '@angular/common';
6
+ // import { HttpClientModule } from '@angular/common/http';
7
+ // import { ReactiveFormsModule } from '@angular/forms';
8
+ class PepNgxCompositeLibModule {
9
+ }
10
+ PepNgxCompositeLibModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepNgxCompositeLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ PepNgxCompositeLibModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepNgxCompositeLibModule });
12
+ PepNgxCompositeLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepNgxCompositeLibModule, imports: [[
13
+ // CommonModule, HttpClientModule, ReactiveFormsModule
14
+ ]] });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepNgxCompositeLibModule, decorators: [{
16
+ type: NgModule,
17
+ args: [{
18
+ declarations: [],
19
+ imports: [
20
+ // CommonModule, HttpClientModule, ReactiveFormsModule
21
+ ],
22
+ exports: [
23
+ // TranslateModule
24
+ ]
25
+ }]
26
26
  }] });
27
27
 
28
- /*
29
- This service is for utillity usege.
30
- */
31
- class PepCompositeLibUtilitiesService {
32
- constructor() {
33
- //
34
- }
35
- }
36
- PepCompositeLibUtilitiesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepCompositeLibUtilitiesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
37
- PepCompositeLibUtilitiesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepCompositeLibUtilitiesService, providedIn: 'root' });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepCompositeLibUtilitiesService, decorators: [{
39
- type: Injectable,
40
- args: [{
41
- providedIn: 'root',
42
- }]
28
+ /*
29
+ This service is for utillity usege.
30
+ */
31
+ class PepCompositeLibUtilitiesService {
32
+ constructor() {
33
+ //
34
+ }
35
+ }
36
+ PepCompositeLibUtilitiesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepCompositeLibUtilitiesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
37
+ PepCompositeLibUtilitiesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepCompositeLibUtilitiesService, providedIn: 'root' });
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: PepCompositeLibUtilitiesService, decorators: [{
39
+ type: Injectable,
40
+ args: [{
41
+ providedIn: 'root',
42
+ }]
43
43
  }], ctorParameters: function () { return []; } });
44
44
 
45
- /*
46
- * Public API Surface of ngx-composite-lib/core/common/services
45
+ /*
46
+ * Public API Surface of ngx-composite-lib/core/common/services
47
47
  */
48
48
 
49
- /*
50
- * export from ngx-composite-lib/core/common/services
49
+ /*
50
+ * export from ngx-composite-lib/core/common/services
51
51
  */
52
52
 
53
- /*
54
- * Public API Surface of ngx-composite-lib/core/common
53
+ /*
54
+ * Public API Surface of ngx-composite-lib/core/common
55
55
  */
56
56
 
57
- /*
58
- * export from ngx-composite-lib/core/common
57
+ /*
58
+ * export from ngx-composite-lib/core/common
59
59
  */
60
60
 
61
- /*
62
- * Public API Surface of ngx-composite-lib/core
61
+ /*
62
+ * Public API Surface of ngx-composite-lib/core
63
63
  */
64
64
 
65
- /*
66
- * export from ngx-composite-lib/core
65
+ /*
66
+ * export from ngx-composite-lib/core
67
67
  */
68
68
 
69
- /*
70
- * Public API Surface of ngx-composite-lib
69
+ /*
70
+ * Public API Surface of ngx-composite-lib
71
71
  */
72
72
 
73
- /**
74
- * Generated bundle index. Do not edit.
73
+ /**
74
+ * Generated bundle index. Do not edit.
75
75
  */
76
76
 
77
77
  export { PepCompositeLibUtilitiesService, PepNgxCompositeLibModule };
@@ -1,45 +1,45 @@
1
- import { OnInit, AfterViewInit, EventEmitter } from '@angular/core';
2
- import { TranslateService } from '@ngx-translate/core';
3
- import { PepDataConvertorService, PepLayoutService } from '@pepperi-addons/ngx-lib';
4
- import { IPepFormFieldClickEvent } from '@pepperi-addons/ngx-lib/form';
5
- import { PepListComponent } from '@pepperi-addons/ngx-lib/list';
6
- import { PepMenuItem, IPepMenuItemClickEvent } from '@pepperi-addons/ngx-lib/menu';
7
- import { IPepSearchClickEvent } from '@pepperi-addons/ngx-lib/search';
8
- import { GenericListDataSource } from './generic-list.model';
9
- import * as i0 from "@angular/core";
10
- export declare class GenericListComponent implements OnInit, AfterViewInit {
11
- private dataConvertorService;
12
- private layoutService;
13
- private translate;
14
- customList: PepListComponent | undefined;
15
- dataSource: GenericListDataSource | undefined;
16
- dataObjects: any[];
17
- searchString: string;
18
- addPadding: boolean;
19
- title: string;
20
- inline: boolean;
21
- showSearch: boolean;
22
- allowSelection: boolean;
23
- noDataMessage: string;
24
- allowMultipleSelection: boolean;
25
- fieldClick: EventEmitter<IPepFormFieldClickEvent>;
26
- menuHandlers: {
27
- [key: string]: (obj: any) => Promise<void>;
28
- };
29
- menuActions: Array<PepMenuItem>;
30
- constructor(dataConvertorService: PepDataConvertorService, layoutService: PepLayoutService, translate: TranslateService);
31
- private loadMenuItems;
32
- private convertToPepRowData;
33
- private getMenuActions;
34
- private getMenuObjects;
35
- private getObject;
36
- ngOnInit(): void;
37
- ngAfterViewInit(): void;
38
- onMenuItemClicked(action: IPepMenuItemClickEvent): void;
39
- onSearchChanged(event: IPepSearchClickEvent): void;
40
- reload(): Promise<void>;
41
- selectedRowsChanged(selectedRowsCount: number): void;
42
- onCustomizeFieldClick(fieldClickEvent: IPepFormFieldClickEvent): void;
43
- static ɵfac: i0.ɵɵFactoryDeclaration<GenericListComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<GenericListComponent, "pep-generic-list", never, { "dataSource": "dataSource"; "addPadding": "addPadding"; "title": "title"; "inline": "inline"; "showSearch": "showSearch"; "allowSelection": "allowSelection"; "noDataMessage": "noDataMessage"; "allowMultipleSelection": "allowMultipleSelection"; }, { "fieldClick": "fieldClick"; }, never, ["[left-buttons]", "[right-buttons]"]>;
45
- }
1
+ import { OnInit, AfterViewInit, EventEmitter } from '@angular/core';
2
+ import { TranslateService } from '@ngx-translate/core';
3
+ import { PepDataConvertorService, PepLayoutService } from '@pepperi-addons/ngx-lib';
4
+ import { IPepFormFieldClickEvent } from '@pepperi-addons/ngx-lib/form';
5
+ import { PepListComponent } from '@pepperi-addons/ngx-lib/list';
6
+ import { PepMenuItem, IPepMenuItemClickEvent } from '@pepperi-addons/ngx-lib/menu';
7
+ import { IPepSearchClickEvent } from '@pepperi-addons/ngx-lib/search';
8
+ import { GenericListDataSource } from './generic-list.model';
9
+ import * as i0 from "@angular/core";
10
+ export declare class GenericListComponent implements OnInit, AfterViewInit {
11
+ private dataConvertorService;
12
+ private layoutService;
13
+ private translate;
14
+ customList: PepListComponent | undefined;
15
+ dataSource: GenericListDataSource | undefined;
16
+ dataObjects: any[];
17
+ searchString: string;
18
+ addPadding: boolean;
19
+ title: string;
20
+ inline: boolean;
21
+ showSearch: boolean;
22
+ allowSelection: boolean;
23
+ noDataMessage: string;
24
+ allowMultipleSelection: boolean;
25
+ fieldClick: EventEmitter<IPepFormFieldClickEvent>;
26
+ menuHandlers: {
27
+ [key: string]: (obj: any) => Promise<void>;
28
+ };
29
+ menuActions: Array<PepMenuItem>;
30
+ constructor(dataConvertorService: PepDataConvertorService, layoutService: PepLayoutService, translate: TranslateService);
31
+ private loadMenuItems;
32
+ private convertToPepRowData;
33
+ private getMenuActions;
34
+ private getMenuObjects;
35
+ private getObject;
36
+ ngOnInit(): void;
37
+ ngAfterViewInit(): void;
38
+ onMenuItemClicked(action: IPepMenuItemClickEvent): void;
39
+ onSearchChanged(event: IPepSearchClickEvent): void;
40
+ reload(): Promise<void>;
41
+ selectedRowsChanged(selectedRowsCount: number): void;
42
+ onCustomizeFieldClick(fieldClickEvent: IPepFormFieldClickEvent): void;
43
+ static ɵfac: i0.ɵɵFactoryDeclaration<GenericListComponent, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<GenericListComponent, "pep-generic-list", never, { "dataSource": "dataSource"; "addPadding": "addPadding"; "title": "title"; "inline": "inline"; "showSearch": "showSearch"; "allowSelection": "allowSelection"; "noDataMessage": "noDataMessage"; "allowMultipleSelection": "allowMultipleSelection"; }, { "fieldClick": "fieldClick"; }, never, ["[left-buttons]", "[right-buttons]"]>;
45
+ }
@@ -1,11 +1,11 @@
1
- import { GridDataView } from '@pepperi-addons/papi-sdk/dist/entities/data-view';
2
- export interface GenericListDataSource {
3
- getList(state: {
4
- searchString: string;
5
- }): Promise<any[]>;
6
- getDataView(): Promise<GridDataView>;
7
- getActions(objs: any[]): Promise<{
8
- title: string;
9
- handler: (obj: any) => Promise<void>;
10
- }[]>;
11
- }
1
+ import { GridDataView } from '@pepperi-addons/papi-sdk/dist/entities/data-view';
2
+ export interface GenericListDataSource {
3
+ getList(state: {
4
+ searchString: string;
5
+ }): Promise<any[]>;
6
+ getDataView(): Promise<GridDataView>;
7
+ getActions(objs: any[]): Promise<{
8
+ title: string;
9
+ handler: (obj: any) => Promise<void>;
10
+ }[]>;
11
+ }
@@ -1,15 +1,15 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./generic-list.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/list";
6
- import * as i5 from "@pepperi-addons/ngx-lib/form";
7
- import * as i6 from "@pepperi-addons/ngx-lib/menu";
8
- import * as i7 from "@pepperi-addons/ngx-lib/page-layout";
9
- import * as i8 from "@pepperi-addons/ngx-lib/top-bar";
10
- import * as i9 from "@pepperi-addons/ngx-lib/search";
11
- export declare class PepGenericListModule {
12
- static ɵfac: i0.ɵɵFactoryDeclaration<PepGenericListModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<PepGenericListModule, [typeof i1.GenericListComponent], [typeof i2.CommonModule, typeof i3.PepNgxLibModule, typeof i4.PepListModule, typeof i5.PepFormModule, typeof i6.PepMenuModule, typeof i7.PepPageLayoutModule, typeof i8.PepTopBarModule, typeof i9.PepSearchModule], [typeof i1.GenericListComponent]>;
14
- static ɵinj: i0.ɵɵInjectorDeclaration<PepGenericListModule>;
15
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./generic-list.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/list";
6
+ import * as i5 from "@pepperi-addons/ngx-lib/form";
7
+ import * as i6 from "@pepperi-addons/ngx-lib/menu";
8
+ import * as i7 from "@pepperi-addons/ngx-lib/page-layout";
9
+ import * as i8 from "@pepperi-addons/ngx-lib/top-bar";
10
+ import * as i9 from "@pepperi-addons/ngx-lib/search";
11
+ export declare class PepGenericListModule {
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<PepGenericListModule, never>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PepGenericListModule, [typeof i1.GenericListComponent], [typeof i2.CommonModule, typeof i3.PepNgxLibModule, typeof i4.PepListModule, typeof i5.PepFormModule, typeof i6.PepMenuModule, typeof i7.PepPageLayoutModule, typeof i8.PepTopBarModule, typeof i9.PepSearchModule], [typeof i1.GenericListComponent]>;
14
+ static ɵinj: i0.ɵɵInjectorDeclaration<PepGenericListModule>;
15
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@pepperi-addons/ngx-composite-lib/generic-list" />
5
- export * from './public-api';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@pepperi-addons/ngx-composite-lib/generic-list" />
5
+ export * from './public-api';
@@ -1,3 +1,3 @@
1
- export * from './generic-list.module';
2
- export * from './generic-list.component';
3
- export * from './generic-list.model';
1
+ export * from './generic-list.module';
2
+ export * from './generic-list.component';
3
+ export * from './generic-list.model';
@@ -1,32 +1,32 @@
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
- private _btnKey;
16
- set btnKey(value: any);
17
- get btnKey(): any;
18
- btnkeyChange: EventEmitter<IPepButtonClickEvent>;
19
- none: PepButton;
20
- sizes: Array<PepButton>;
21
- constructor(translate: TranslateService);
22
- ngOnInit(): void;
23
- arrayMerge(): void;
24
- onKeyChange(event: IPepButtonClickEvent | null): void;
25
- getButtonsArray(): PepButton[] | {
26
- key: string;
27
- value: any;
28
- callback: (event: IPepButtonClickEvent) => void;
29
- }[];
30
- static ɵfac: i0.ɵɵFactoryDeclaration<GroupButtonsSettingsComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<GroupButtonsSettingsComponent, "pep-group-buttons-settings", never, { "header": "header"; "subHeader": "subHeader"; "groupType": "groupType"; "btnsArray": "btnsArray"; "excludeKeys": "excludeKeys"; "useNone": "useNone"; "disabled": "disabled"; "btnKey": "btnKey"; }, { "btnkeyChange": "btnkeyChange"; }, never, never>;
32
- }
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
+ private _btnKey;
16
+ set btnKey(value: any);
17
+ get btnKey(): any;
18
+ btnkeyChange: EventEmitter<IPepButtonClickEvent>;
19
+ none: PepButton;
20
+ sizes: Array<PepButton>;
21
+ constructor(translate: TranslateService);
22
+ ngOnInit(): void;
23
+ arrayMerge(): void;
24
+ onKeyChange(event: IPepButtonClickEvent | null): void;
25
+ getButtonsArray(): PepButton[] | {
26
+ key: string;
27
+ value: any;
28
+ callback: (event: IPepButtonClickEvent) => void;
29
+ }[];
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<GroupButtonsSettingsComponent, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<GroupButtonsSettingsComponent, "pep-group-buttons-settings", never, { "header": "header"; "subHeader": "subHeader"; "groupType": "groupType"; "btnsArray": "btnsArray"; "excludeKeys": "excludeKeys"; "useNone": "useNone"; "disabled": "disabled"; "btnKey": "btnKey"; }, { "btnkeyChange": "btnkeyChange"; }, never, never>;
32
+ }
@@ -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,6 +1,6 @@
1
- import * as i0 from "@angular/core";
2
- export declare class PepNgxCompositeLibModule {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<PepNgxCompositeLibModule, never>;
4
- static ɵmod: i0.ɵɵNgModuleDeclaration<PepNgxCompositeLibModule, never, never, never>;
5
- static ɵinj: i0.ɵɵInjectorDeclaration<PepNgxCompositeLibModule>;
6
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class PepNgxCompositeLibModule {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<PepNgxCompositeLibModule, never>;
4
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PepNgxCompositeLibModule, never, never, never>;
5
+ static ɵinj: i0.ɵɵInjectorDeclaration<PepNgxCompositeLibModule>;
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pepperi-addons/ngx-composite-lib",
3
- "version": "0.0.10-beta.8",
3
+ "version": "0.0.10-beta.9",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">= 12.0.0",
6
6
  "@angular/cdk": ">= 12.0.0",
@@ -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
+ }