@pepperi-addons/ngx-composite-lib 0.0.10-beta.2 → 0.0.10-beta.21
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/README.md +24 -24
- package/bundles/pepperi-addons-ngx-composite-lib-color-settings.umd.js +123 -122
- package/bundles/pepperi-addons-ngx-composite-lib-color-settings.umd.js.map +1 -1
- package/bundles/pepperi-addons-ngx-composite-lib-draggable-item.umd.js +72 -70
- package/bundles/pepperi-addons-ngx-composite-lib-draggable-item.umd.js.map +1 -1
- package/bundles/pepperi-addons-ngx-composite-lib-file-status-panel.umd.js +119 -0
- package/bundles/pepperi-addons-ngx-composite-lib-file-status-panel.umd.js.map +1 -0
- package/bundles/pepperi-addons-ngx-composite-lib-generic-list.umd.js +644 -540
- 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 +173 -173
- package/bundles/pepperi-addons-ngx-composite-lib-group-buttons-settings.umd.js.map +1 -1
- package/bundles/pepperi-addons-ngx-composite-lib-shadow-settings.umd.js +117 -117
- package/bundles/pepperi-addons-ngx-composite-lib-shadow-settings.umd.js.map +1 -1
- package/bundles/pepperi-addons-ngx-composite-lib.umd.js +72 -29
- package/bundles/pepperi-addons-ngx-composite-lib.umd.js.map +1 -1
- 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/package.json +1 -1
- 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/index.d.ts +1 -0
- package/core/common/public-api.d.ts +1 -0
- package/core/common/services/index.d.ts +1 -0
- package/core/common/services/public-api.d.ts +1 -0
- package/core/common/services/utilities.service.d.ts +6 -0
- package/core/index.d.ts +1 -0
- package/core/public-api.d.ts +1 -0
- package/draggable-item/draggable-item.component.d.ts +11 -11
- package/draggable-item/draggable-item.module.d.ts +11 -11
- package/draggable-item/package.json +1 -1
- package/draggable-item/pepperi-addons-ngx-composite-lib-draggable-item.d.ts +5 -5
- package/draggable-item/public-api.d.ts +2 -2
- package/esm2015/color-settings/color-settings.component.js +82 -81
- package/esm2015/color-settings/color-settings.model.js +9 -9
- package/esm2015/color-settings/color-settings.module.js +40 -40
- package/esm2015/color-settings/pepperi-addons-ngx-composite-lib-color-settings.js +4 -4
- package/esm2015/color-settings/public-api.js +7 -7
- package/esm2015/core/common/index.js +5 -0
- package/esm2015/core/common/public-api.js +5 -0
- package/esm2015/core/common/services/index.js +5 -0
- package/esm2015/core/common/services/public-api.js +5 -0
- package/esm2015/core/common/services/utilities.service.js +19 -0
- package/esm2015/core/index.js +5 -0
- package/esm2015/core/public-api.js +5 -0
- package/esm2015/draggable-item/draggable-item.component.js +42 -40
- package/esm2015/draggable-item/draggable-item.module.js +36 -36
- package/esm2015/draggable-item/pepperi-addons-ngx-composite-lib-draggable-item.js +4 -4
- package/esm2015/draggable-item/public-api.js +6 -6
- package/esm2015/file-status-panel/file-status-panel.component.js +34 -0
- package/esm2015/file-status-panel/file-status-panel.model.js +8 -0
- package/esm2015/file-status-panel/file-status-panel.module.js +40 -0
- package/esm2015/file-status-panel/pepperi-addons-ngx-composite-lib-file-status-panel.js +5 -0
- package/esm2015/file-status-panel/public-api.js +7 -0
- package/esm2015/generic-list/generic-list.component.js +240 -164
- package/esm2015/generic-list/generic-list.model.js +2 -2
- package/esm2015/generic-list/generic-list.module.js +56 -52
- 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 +132 -132
- package/esm2015/group-buttons-settings/group-buttons-settings.model.js +1 -1
- package/esm2015/group-buttons-settings/group-buttons-settings.module.js +47 -47
- package/esm2015/group-buttons-settings/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +4 -4
- package/esm2015/group-buttons-settings/public-api.js +7 -7
- package/esm2015/ngx-composite-lib.module.js +26 -26
- package/esm2015/pepperi-addons-ngx-composite-lib.js +4 -4
- package/esm2015/public-api.js +6 -5
- package/esm2015/shadow-settings/pepperi-addons-ngx-composite-lib-shadow-settings.js +4 -4
- package/esm2015/shadow-settings/public-api.js +7 -7
- package/esm2015/shadow-settings/shadow-settings.component.js +73 -73
- package/esm2015/shadow-settings/shadow-settings.model.js +8 -8
- package/esm2015/shadow-settings/shadow-settings.module.js +44 -44
- package/fesm2015/pepperi-addons-ngx-composite-lib-color-settings.js +113 -112
- package/fesm2015/pepperi-addons-ngx-composite-lib-color-settings.js.map +1 -1
- package/fesm2015/pepperi-addons-ngx-composite-lib-draggable-item.js +68 -66
- package/fesm2015/pepperi-addons-ngx-composite-lib-draggable-item.js.map +1 -1
- package/fesm2015/pepperi-addons-ngx-composite-lib-file-status-panel.js +90 -0
- package/fesm2015/pepperi-addons-ngx-composite-lib-file-status-panel.js.map +1 -0
- package/fesm2015/pepperi-addons-ngx-composite-lib-generic-list.js +274 -194
- package/fesm2015/pepperi-addons-ngx-composite-lib-generic-list.js.map +1 -1
- package/fesm2015/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +164 -164
- package/fesm2015/pepperi-addons-ngx-composite-lib-group-buttons-settings.js.map +1 -1
- package/fesm2015/pepperi-addons-ngx-composite-lib-shadow-settings.js +107 -107
- package/fesm2015/pepperi-addons-ngx-composite-lib-shadow-settings.js.map +1 -1
- package/fesm2015/pepperi-addons-ngx-composite-lib.js +70 -29
- package/fesm2015/pepperi-addons-ngx-composite-lib.js.map +1 -1
- package/file-status-panel/file-status-panel.component.d.ts +14 -0
- package/file-status-panel/file-status-panel.model.d.ts +6 -0
- package/file-status-panel/file-status-panel.module.d.ts +12 -0
- package/file-status-panel/package.json +13 -0
- package/file-status-panel/pepperi-addons-ngx-composite-lib-file-status-panel.d.ts +5 -0
- package/file-status-panel/public-api.d.ts +3 -0
- package/generic-list/generic-list.component.d.ts +60 -45
- package/generic-list/generic-list.model.d.ts +22 -11
- package/generic-list/generic-list.module.d.ts +16 -15
- package/generic-list/package.json +1 -1
- package/generic-list/pepperi-addons-ngx-composite-lib-generic-list.d.ts +5 -5
- package/generic-list/public-api.d.ts +3 -3
- package/group-buttons-settings/group-buttons-settings.component.d.ts +32 -32
- 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/package.json +1 -1
- 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 +6 -6
- package/package.json +2 -2
- package/pepperi-addons-ngx-composite-lib.d.ts +5 -5
- package/public-api.d.ts +2 -1
- package/shadow-settings/package.json +1 -1
- 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/src/assets/i18n/de.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/en.ngx-composite-lib.json +42 -42
- package/src/assets/i18n/es.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/fr.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/he.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/hu.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/it.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/ja.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/nl.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/pl.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/pt.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/ru.ngx-composite-lib.json +1 -1
- package/src/assets/i18n/zh.ngx-lib.json +1 -1
- package/src/core/style/abstracts/functions.scss +0 -0
- package/src/core/style/abstracts/mixins.scss +0 -0
- package/src/core/style/abstracts/variables.scss +1 -0
- package/src/core/style/base/helpers.scss +0 -0
- package/{styles.scss → src/core/style/components/general.scss} +6 -4
- package/styling.scss +14 -0
|
@@ -1,15 +1,16 @@
|
|
|
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
|
-
|
|
12
|
-
|
|
13
|
-
static
|
|
14
|
-
static
|
|
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
|
+
import * as i10 from "@pepperi-addons/ngx-lib/bread-crumbs";
|
|
12
|
+
export declare class PepGenericListModule {
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PepGenericListModule, never>;
|
|
14
|
+
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 i10.PepBreadCrumbsModule], [typeof i1.GenericListComponent]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PepGenericListModule>;
|
|
16
|
+
}
|
|
@@ -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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"peerDependencies": {
|
|
3
|
-
"@pepperi-addons/ngx-lib": "^0.
|
|
3
|
+
"@pepperi-addons/ngx-lib": "^0.3.0"
|
|
4
4
|
},
|
|
5
5
|
"main": "../bundles/pepperi-addons-ngx-composite-lib-group-buttons-settings.umd.js",
|
|
6
6
|
"module": "../fesm2015/pepperi-addons-ngx-composite-lib-group-buttons-settings.js",
|
|
@@ -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.
|
|
3
|
+
"version": "0.0.10-beta.21",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/animations": ">= 12.0.0",
|
|
6
6
|
"@angular/cdk": ">= 12.0.0",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@angular/platform-browser-dynamic": ">= 12.0.0",
|
|
14
14
|
"@ngx-translate/core": "^13.0.0",
|
|
15
15
|
"@ngx-translate/http-loader": "^6.0.0",
|
|
16
|
-
"@pepperi-addons/ngx-lib": "^0.
|
|
16
|
+
"@pepperi-addons/ngx-lib": "^0.3.0",
|
|
17
17
|
"ngx-translate-multi-http-loader": "^3.0.0",
|
|
18
18
|
"moment": ">= 2.26.0",
|
|
19
19
|
"ngx-signaturepad": ">= 0.0.9",
|
|
@@ -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 +1,2 @@
|
|
|
1
|
-
export * from './ngx-composite-lib.module';
|
|
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
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
}
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
{
|
|
2
|
-
"COLOR_SETTINGS": {
|
|
3
|
-
"OPACITY": "opacity",
|
|
4
|
-
"COLOR": "color"
|
|
5
|
-
},
|
|
6
|
-
"SHADOW_SETTINGS": {
|
|
7
|
-
"TITLE": "Drop shadow",
|
|
8
|
-
"INTENSITY_SOFT": "Soft",
|
|
9
|
-
"INTENSITY_REGULAR": "Regular",
|
|
10
|
-
"INTENSITY_HARD": "Hard",
|
|
11
|
-
"SIZE": "Shadow size",
|
|
12
|
-
"INTENSITY": "Shadow intensity"
|
|
13
|
-
},
|
|
14
|
-
"GENERAL": {
|
|
15
|
-
"NONE": "None",
|
|
16
|
-
"XS": "XS",
|
|
17
|
-
"SM": "SM",
|
|
18
|
-
"MD": "MD",
|
|
19
|
-
"LG": "LG",
|
|
20
|
-
"XL": "XL",
|
|
21
|
-
|
|
22
|
-
"FONT_WEIGHT": {
|
|
23
|
-
"NORMAL": "Normal",
|
|
24
|
-
"BOLD": "Bold",
|
|
25
|
-
"BOLDER": "Bolder"
|
|
26
|
-
},
|
|
27
|
-
"WIDTH_SIZE": {
|
|
28
|
-
"NARROW": "Narrow",
|
|
29
|
-
"REGULAR": "Regular",
|
|
30
|
-
"WIDE": "Wide"
|
|
31
|
-
},
|
|
32
|
-
"HORIZONTAL_ALIGN": {
|
|
33
|
-
"LEFT": "Left",
|
|
34
|
-
"CENTER": "Center",
|
|
35
|
-
"RIGHT": "Right"
|
|
36
|
-
},
|
|
37
|
-
"VERTICAL_ALIGN": {
|
|
38
|
-
"TOP": "Top",
|
|
39
|
-
"MIDDLE": "Middle",
|
|
40
|
-
"BOTTOM": "Bottom"
|
|
41
|
-
}
|
|
42
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"COLOR_SETTINGS": {
|
|
3
|
+
"OPACITY": "opacity",
|
|
4
|
+
"COLOR": "color"
|
|
5
|
+
},
|
|
6
|
+
"SHADOW_SETTINGS": {
|
|
7
|
+
"TITLE": "Drop shadow",
|
|
8
|
+
"INTENSITY_SOFT": "Soft",
|
|
9
|
+
"INTENSITY_REGULAR": "Regular",
|
|
10
|
+
"INTENSITY_HARD": "Hard",
|
|
11
|
+
"SIZE": "Shadow size",
|
|
12
|
+
"INTENSITY": "Shadow intensity"
|
|
13
|
+
},
|
|
14
|
+
"GENERAL": {
|
|
15
|
+
"NONE": "None",
|
|
16
|
+
"XS": "XS",
|
|
17
|
+
"SM": "SM",
|
|
18
|
+
"MD": "MD",
|
|
19
|
+
"LG": "LG",
|
|
20
|
+
"XL": "XL",
|
|
21
|
+
|
|
22
|
+
"FONT_WEIGHT": {
|
|
23
|
+
"NORMAL": "Normal",
|
|
24
|
+
"BOLD": "Bold",
|
|
25
|
+
"BOLDER": "Bolder"
|
|
26
|
+
},
|
|
27
|
+
"WIDTH_SIZE": {
|
|
28
|
+
"NARROW": "Narrow",
|
|
29
|
+
"REGULAR": "Regular",
|
|
30
|
+
"WIDE": "Wide"
|
|
31
|
+
},
|
|
32
|
+
"HORIZONTAL_ALIGN": {
|
|
33
|
+
"LEFT": "Left",
|
|
34
|
+
"CENTER": "Center",
|
|
35
|
+
"RIGHT": "Right"
|
|
36
|
+
},
|
|
37
|
+
"VERTICAL_ALIGN": {
|
|
38
|
+
"TOP": "Top",
|
|
39
|
+
"MIDDLE": "Middle",
|
|
40
|
+
"BOTTOM": "Bottom"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
43
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
}
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$draggable-item-height: 2.5rem;
|
|
File without changes
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use '~@pepperi-addons/ngx-lib/src/core/style/abstracts/variables' as ngx-variables;
|
|
2
|
+
@use '~@pepperi-addons/ngx-lib/src/core/style/abstracts/mixins' as ngx-mixins;
|
|
1
3
|
|
|
2
4
|
.checkbox-as-title {
|
|
3
5
|
margin-bottom: 0.5rem !important;
|
|
@@ -14,8 +16,8 @@
|
|
|
14
16
|
}
|
|
15
17
|
|
|
16
18
|
.mat-checkbox-layout {
|
|
17
|
-
@include font-body(
|
|
18
|
-
font-weight:
|
|
19
|
+
@include ngx-mixins.font-body(ngx-variables.$fs-xl, ngx-variables.$lh-xl);
|
|
20
|
+
font-weight: ngx-variables.$font-weight-bold !important;
|
|
19
21
|
|
|
20
22
|
.mat-checkbox-label span {
|
|
21
23
|
margin: 0 0.5rem;
|
|
@@ -26,8 +28,8 @@
|
|
|
26
28
|
// &.sub-title {
|
|
27
29
|
// .pep-checkbox-container {
|
|
28
30
|
// .mat-checkbox-layout {
|
|
29
|
-
// @include font-body(
|
|
30
|
-
// font-weight:
|
|
31
|
+
// @include ngx-mixins.font-body(ngx-variables.$fs-xl, ngx-variables.$lh-xl);
|
|
32
|
+
// font-weight: ngx-variables.$font-weight-bold !important;
|
|
31
33
|
|
|
32
34
|
// .mat-checkbox-label span {
|
|
33
35
|
// margin: 0 0.5rem;
|
package/styling.scss
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// 1. Add ngx-lib styles
|
|
2
|
+
@use '~@pepperi-addons/ngx-lib/theming';
|
|
3
|
+
@include theming.pepperi-theme();
|
|
4
|
+
|
|
5
|
+
// 2. Configuration and helpers
|
|
6
|
+
@import './src/core/style/abstracts/functions',
|
|
7
|
+
'./src/core/style/abstracts/variables',
|
|
8
|
+
'./src/core/style/abstracts/mixins';
|
|
9
|
+
|
|
10
|
+
// 3. Base stuff
|
|
11
|
+
@import './src/core/style/base/helpers';
|
|
12
|
+
|
|
13
|
+
// 4. Components
|
|
14
|
+
@import './src/core/style/components/general';
|