@pepperi-addons/ngx-lib 0.4.2-beta.305 → 0.4.2-beta.309
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/esm2020/assets/i18n/en.ngx-lib.json +4 -0
- package/esm2020/list/list.component.mjs +7 -3
- package/esm2020/page-layout/page-layout.component.mjs +12 -4
- package/esm2020/reset-configuration-field/pepperi-addons-ngx-lib-reset-configuration-field.mjs +5 -0
- package/esm2020/reset-configuration-field/public-api.mjs +3 -0
- package/esm2020/reset-configuration-field/reset-configuration-field.component.mjs +55 -0
- package/esm2020/reset-configuration-field/reset-configuration-field.module.mjs +36 -0
- package/esm2020/rich-html-textarea/rich-html-textarea.component.mjs +5 -2
- package/esm2020/top-bar/top-bar.component.mjs +24 -13
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs +7 -2
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-page-layout.mjs +11 -3
- package/fesm2015/pepperi-addons-ngx-lib-page-layout.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-reset-configuration-field.mjs +95 -0
- package/fesm2015/pepperi-addons-ngx-lib-reset-configuration-field.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs +4 -1
- package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs +24 -13
- package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib.mjs +5 -0
- package/fesm2015/pepperi-addons-ngx-lib.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs +6 -2
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-page-layout.mjs +11 -3
- package/fesm2020/pepperi-addons-ngx-lib-page-layout.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-reset-configuration-field.mjs +95 -0
- package/fesm2020/pepperi-addons-ngx-lib-reset-configuration-field.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs +4 -1
- package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs +23 -12
- package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib.mjs +5 -0
- package/fesm2020/pepperi-addons-ngx-lib.mjs.map +1 -1
- package/package.json +9 -1
- package/page-layout/page-layout.component.d.ts +2 -0
- package/pepperi-addons-ngx-lib-0.4.2-beta.309.tgz +0 -0
- package/reset-configuration-field/index.d.ts +5 -0
- package/reset-configuration-field/public-api.d.ts +2 -0
- package/reset-configuration-field/reset-configuration-field.component.d.ts +23 -0
- package/reset-configuration-field/reset-configuration-field.module.d.ts +12 -0
- package/src/assets/i18n/en.ngx-lib.json +4 -0
- package/top-bar/top-bar.component.d.ts +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pepperi-addons/ngx-lib",
|
|
3
|
-
"version": "0.4.2-beta.
|
|
3
|
+
"version": "0.4.2-beta.309",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/animations": ">= 14.0.2",
|
|
6
6
|
"@angular/cdk": ">= 14.0.2",
|
|
@@ -269,6 +269,14 @@
|
|
|
269
269
|
"node": "./fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs",
|
|
270
270
|
"default": "./fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs"
|
|
271
271
|
},
|
|
272
|
+
"./reset-configuration-field": {
|
|
273
|
+
"types": "./reset-configuration-field/index.d.ts",
|
|
274
|
+
"esm2020": "./esm2020/reset-configuration-field/pepperi-addons-ngx-lib-reset-configuration-field.mjs",
|
|
275
|
+
"es2020": "./fesm2020/pepperi-addons-ngx-lib-reset-configuration-field.mjs",
|
|
276
|
+
"es2015": "./fesm2015/pepperi-addons-ngx-lib-reset-configuration-field.mjs",
|
|
277
|
+
"node": "./fesm2015/pepperi-addons-ngx-lib-reset-configuration-field.mjs",
|
|
278
|
+
"default": "./fesm2020/pepperi-addons-ngx-lib-reset-configuration-field.mjs"
|
|
279
|
+
},
|
|
272
280
|
"./rich-html-textarea": {
|
|
273
281
|
"types": "./rich-html-textarea/index.d.ts",
|
|
274
282
|
"esm2020": "./esm2020/rich-html-textarea/pepperi-addons-ngx-lib-rich-html-textarea.mjs",
|
|
@@ -9,6 +9,8 @@ export declare class PepPageLayoutComponent implements AfterViewInit, AfterConte
|
|
|
9
9
|
private hostElement;
|
|
10
10
|
private renderer;
|
|
11
11
|
private _addPadding;
|
|
12
|
+
private __pepLifecyclePhase;
|
|
13
|
+
private __pepViewReady;
|
|
12
14
|
set addPadding(value: boolean);
|
|
13
15
|
get addPadding(): boolean;
|
|
14
16
|
private _showShadow;
|
|
Binary file
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { PepLayoutService } from '@pepperi-addons/ngx-lib';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export interface PepResetConfigurationFieldEvent {
|
|
5
|
+
action: 'set-configuration-field';
|
|
6
|
+
key: string;
|
|
7
|
+
value: undefined;
|
|
8
|
+
}
|
|
9
|
+
export declare class PepResetConfigurationFieldComponent implements OnInit {
|
|
10
|
+
private pepLayoutService;
|
|
11
|
+
resetFieldKey: string;
|
|
12
|
+
disabled: boolean;
|
|
13
|
+
hideReset: boolean;
|
|
14
|
+
dir: 'rtl' | 'ltr' | undefined;
|
|
15
|
+
position: 'top-end' | 'bottom-end';
|
|
16
|
+
hostEvents: EventEmitter<PepResetConfigurationFieldEvent>;
|
|
17
|
+
constructor(pepLayoutService: PepLayoutService);
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
get isHidden(): boolean;
|
|
20
|
+
onResetClicked(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PepResetConfigurationFieldComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PepResetConfigurationFieldComponent, "pep-reset-configuration-field", never, { "resetFieldKey": "resetFieldKey"; "disabled": "disabled"; "hideReset": "hideReset"; "dir": "dir"; "position": "position"; }, { "hostEvents": "hostEvents"; }, never, ["*"], false>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./reset-configuration-field.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/button";
|
|
5
|
+
import * as i4 from "@angular/material/icon";
|
|
6
|
+
import * as i5 from "@pepperi-addons/ngx-lib";
|
|
7
|
+
import * as i6 from "@pepperi-addons/ngx-lib/icon";
|
|
8
|
+
export declare class PepResetConfigurationFieldModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PepResetConfigurationFieldModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PepResetConfigurationFieldModule, [typeof i1.PepResetConfigurationFieldComponent], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.MatIconModule, typeof i5.PepNgxLibModule, typeof i6.PepIconModule], [typeof i1.PepResetConfigurationFieldComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PepResetConfigurationFieldModule>;
|
|
12
|
+
}
|
|
@@ -122,9 +122,13 @@
|
|
|
122
122
|
"DONE": "Done",
|
|
123
123
|
"OK": "Ok",
|
|
124
124
|
"REMOVE": "Remove",
|
|
125
|
+
"RESET": "Reset",
|
|
125
126
|
"SAVE": "Save",
|
|
126
127
|
"IMPORT": "Import"
|
|
127
128
|
},
|
|
129
|
+
"GENERAL": {
|
|
130
|
+
"RESET_HINT": "Screen sizes support"
|
|
131
|
+
},
|
|
128
132
|
"LIST": {
|
|
129
133
|
"ALL": "All",
|
|
130
134
|
"NONE": "None",
|
|
@@ -28,6 +28,8 @@ export declare class PepTopBarComponent implements AfterViewInit, AfterContentIn
|
|
|
28
28
|
searchIsOpenAndSmallDevice: boolean;
|
|
29
29
|
footerState: PepFooterStateType;
|
|
30
30
|
PepScreenSizeType: typeof PepScreenSizeType;
|
|
31
|
+
private __pepLifecyclePhase;
|
|
32
|
+
private __pepViewReady;
|
|
31
33
|
constructor(customizationService: PepCustomizationService, layoutService: PepLayoutService, cdRef: ChangeDetectorRef);
|
|
32
34
|
ngAfterViewInit(): void;
|
|
33
35
|
ngAfterContentInit(): void;
|