@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,22 +1,22 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { PepColorService } from '@pepperi-addons/ngx-lib';
|
|
3
|
-
import { PepColorSettings } from './color-settings.model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ColorSettingsComponent implements OnInit {
|
|
6
|
-
private pepColorService;
|
|
7
|
-
title: string;
|
|
8
|
-
private _color;
|
|
9
|
-
set color(value: PepColorSettings);
|
|
10
|
-
get color(): PepColorSettings;
|
|
11
|
-
colorChange: EventEmitter<PepColorSettings>;
|
|
12
|
-
constructor(pepColorService: PepColorService);
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
private getRGBAcolor;
|
|
15
|
-
private raiseColorChange;
|
|
16
|
-
getSliderBackground(): string;
|
|
17
|
-
onUseChanged(value: boolean): void;
|
|
18
|
-
onColorChanged(value: string): void;
|
|
19
|
-
onSliderValueChanged(value: number): void;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColorSettingsComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColorSettingsComponent, "pep-color-settings", never, { "title": "title"; "color": "color"; }, { "colorChange": "colorChange"; }, never, never>;
|
|
22
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { PepColorService } from '@pepperi-addons/ngx-lib';
|
|
3
|
+
import { PepColorSettings } from './color-settings.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ColorSettingsComponent implements OnInit {
|
|
6
|
+
private pepColorService;
|
|
7
|
+
title: string;
|
|
8
|
+
private _color;
|
|
9
|
+
set color(value: PepColorSettings);
|
|
10
|
+
get color(): PepColorSettings;
|
|
11
|
+
colorChange: EventEmitter<PepColorSettings>;
|
|
12
|
+
constructor(pepColorService: PepColorService);
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
private getRGBAcolor;
|
|
15
|
+
private raiseColorChange;
|
|
16
|
+
getSliderBackground(): string;
|
|
17
|
+
onUseChanged(value: boolean): void;
|
|
18
|
+
onColorChanged(value: string): void;
|
|
19
|
+
onSliderValueChanged(value: number): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColorSettingsComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColorSettingsComponent, "pep-color-settings", never, { "title": "title"; "color": "color"; }, { "colorChange": "colorChange"; }, never, never>;
|
|
22
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare class PepColorSettings {
|
|
2
|
-
use: boolean;
|
|
3
|
-
value: string;
|
|
4
|
-
opacity: number;
|
|
5
|
-
}
|
|
1
|
+
export declare class PepColorSettings {
|
|
2
|
+
use: boolean;
|
|
3
|
+
value: string;
|
|
4
|
+
opacity: number;
|
|
5
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./color-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/color";
|
|
7
|
-
import * as i6 from "@pepperi-addons/ngx-lib/slider";
|
|
8
|
-
export declare class PepColorSettingsModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PepColorSettingsModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PepColorSettingsModule, [typeof i1.ColorSettingsComponent], [typeof i2.CommonModule, typeof i3.PepNgxLibModule, typeof i4.PepCheckboxModule, typeof i5.PepColorModule, typeof i6.PepSliderModule], [typeof i1.ColorSettingsComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PepColorSettingsModule>;
|
|
12
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./color-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/color";
|
|
7
|
+
import * as i6 from "@pepperi-addons/ngx-lib/slider";
|
|
8
|
+
export declare class PepColorSettingsModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PepColorSettingsModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PepColorSettingsModule, [typeof i1.ColorSettingsComponent], [typeof i2.CommonModule, typeof i3.PepNgxLibModule, typeof i4.PepCheckboxModule, typeof i5.PepColorModule, typeof i6.PepSliderModule], [typeof i1.ColorSettingsComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PepColorSettingsModule>;
|
|
12
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@pepperi-addons/ngx-composite-lib/color-settings" />
|
|
5
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@pepperi-addons/ngx-composite-lib/color-settings" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './color-settings.module';
|
|
2
|
-
export * from './color-settings.component';
|
|
3
|
-
export * from './color-settings.model';
|
|
1
|
+
export * from './color-settings.module';
|
|
2
|
+
export * from './color-settings.component';
|
|
3
|
+
export * from './color-settings.model';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './public-api';
|
|
1
|
+
export * from './public-api';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '../directives/reset-configuration-field.directive';
|
|
1
|
+
export * from '../directives/reset-configuration-field.directive';
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import { ElementRef, AfterViewInit, Renderer2, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
-
import { PepSizeType } from '@pepperi-addons/ngx-lib';
|
|
4
|
-
import { PepIconService } from '@pepperi-addons/ngx-lib/icon';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class PepResetConfigurationFieldDirective implements AfterViewInit, OnDestroy {
|
|
7
|
-
private renderer;
|
|
8
|
-
private element;
|
|
9
|
-
private pepIconService;
|
|
10
|
-
private translate;
|
|
11
|
-
resetFieldKey: string;
|
|
12
|
-
resetHostEvents: EventEmitter<any>;
|
|
13
|
-
private _disabled;
|
|
14
|
-
set disabled(value: boolean);
|
|
15
|
-
get disabled(): boolean;
|
|
16
|
-
private _hideReset;
|
|
17
|
-
set hideReset(value: boolean);
|
|
18
|
-
get hideReset(): boolean;
|
|
19
|
-
private _dir;
|
|
20
|
-
set dir(value: 'rtl' | 'ltr');
|
|
21
|
-
get dir(): 'rtl' | 'ltr';
|
|
22
|
-
sizeType: PepSizeType;
|
|
23
|
-
resetPosition: string;
|
|
24
|
-
private unlistener;
|
|
25
|
-
private buttonContainer;
|
|
26
|
-
constructor(renderer: Renderer2, element: ElementRef, pepIconService: PepIconService, translate: TranslateService);
|
|
27
|
-
private getVisibility;
|
|
28
|
-
private getFloat;
|
|
29
|
-
private setButtonContainerStyle;
|
|
30
|
-
private setButtonStyle;
|
|
31
|
-
private setSvgStyle;
|
|
32
|
-
private getResetElement;
|
|
33
|
-
ngAfterViewInit(): void;
|
|
34
|
-
ngOnDestroy(): void;
|
|
35
|
-
onResetClicked(): void;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PepResetConfigurationFieldDirective, never>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PepResetConfigurationFieldDirective, "[pepResetConfigurationField]", never, { "resetFieldKey": "pepResetConfigurationField"; "resetHostEvents": "resetHostEvents"; "disabled": "disabled"; "hideReset": "hideReset"; "dir": "dir"; }, {}, never>;
|
|
38
|
-
}
|
|
1
|
+
import { ElementRef, AfterViewInit, Renderer2, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import { PepSizeType } from '@pepperi-addons/ngx-lib';
|
|
4
|
+
import { PepIconService } from '@pepperi-addons/ngx-lib/icon';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class PepResetConfigurationFieldDirective implements AfterViewInit, OnDestroy {
|
|
7
|
+
private renderer;
|
|
8
|
+
private element;
|
|
9
|
+
private pepIconService;
|
|
10
|
+
private translate;
|
|
11
|
+
resetFieldKey: string;
|
|
12
|
+
resetHostEvents: EventEmitter<any>;
|
|
13
|
+
private _disabled;
|
|
14
|
+
set disabled(value: boolean);
|
|
15
|
+
get disabled(): boolean;
|
|
16
|
+
private _hideReset;
|
|
17
|
+
set hideReset(value: boolean);
|
|
18
|
+
get hideReset(): boolean;
|
|
19
|
+
private _dir;
|
|
20
|
+
set dir(value: 'rtl' | 'ltr');
|
|
21
|
+
get dir(): 'rtl' | 'ltr';
|
|
22
|
+
sizeType: PepSizeType;
|
|
23
|
+
resetPosition: string;
|
|
24
|
+
private unlistener;
|
|
25
|
+
private buttonContainer;
|
|
26
|
+
constructor(renderer: Renderer2, element: ElementRef, pepIconService: PepIconService, translate: TranslateService);
|
|
27
|
+
private getVisibility;
|
|
28
|
+
private getFloat;
|
|
29
|
+
private setButtonContainerStyle;
|
|
30
|
+
private setButtonStyle;
|
|
31
|
+
private setSvgStyle;
|
|
32
|
+
private getResetElement;
|
|
33
|
+
ngAfterViewInit(): void;
|
|
34
|
+
ngOnDestroy(): void;
|
|
35
|
+
onResetClicked(): void;
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PepResetConfigurationFieldDirective, never>;
|
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PepResetConfigurationFieldDirective, "[pepResetConfigurationField]", never, { "resetFieldKey": "pepResetConfigurationField"; "resetHostEvents": "resetHostEvents"; "disabled": "disabled"; "hideReset": "hideReset"; "dir": "dir"; }, {}, never>;
|
|
38
|
+
}
|
package/core/common/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './public-api';
|
|
1
|
+
export * from './public-api';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './services/index';
|
|
2
|
-
export * from './directives/index';
|
|
1
|
+
export * from './services/index';
|
|
2
|
+
export * from './directives/index';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './public-api';
|
|
1
|
+
export * from './public-api';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './utilities.service';
|
|
1
|
+
export * from './utilities.service';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class PepCompositeLibUtilitiesService {
|
|
3
|
-
constructor();
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PepCompositeLibUtilitiesService, never>;
|
|
5
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<PepCompositeLibUtilitiesService>;
|
|
6
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class PepCompositeLibUtilitiesService {
|
|
3
|
+
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PepCompositeLibUtilitiesService, never>;
|
|
5
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PepCompositeLibUtilitiesService>;
|
|
6
|
+
}
|
package/core/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './public-api';
|
|
1
|
+
export * from './public-api';
|
package/core/public-api.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './common/index';
|
|
1
|
+
export * from './common/index';
|
|
@@ -1,86 +1,86 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
-
import { DIMXService } from './dimx.service';
|
|
4
|
-
import { IFileExt } from '.';
|
|
5
|
-
import { FileStatus } from '@pepperi-addons/ngx-composite-lib/file-status-panel';
|
|
6
|
-
import { PepSnackBarService } from '@pepperi-addons/ngx-lib/snack-bar';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class DIMXComponent implements OnInit {
|
|
9
|
-
private translate;
|
|
10
|
-
addonService: DIMXService;
|
|
11
|
-
private pepSnackBarService;
|
|
12
|
-
fileField: ElementRef | undefined;
|
|
13
|
-
DIMXAddonUUID: string;
|
|
14
|
-
DIMXResource: string;
|
|
15
|
-
DIMXProcessDone: EventEmitter<any>;
|
|
16
|
-
dimxImportOptions: {
|
|
17
|
-
OverwriteOBject?: boolean | undefined;
|
|
18
|
-
Delimiter?: string | undefined;
|
|
19
|
-
OwnerID?: string | undefined;
|
|
20
|
-
ActionID?: string | undefined;
|
|
21
|
-
} | undefined;
|
|
22
|
-
private currentSnackBar;
|
|
23
|
-
constructor(translate: TranslateService, addonService: DIMXService, pepSnackBarService: PepSnackBarService);
|
|
24
|
-
ngOnInit(): void;
|
|
25
|
-
getDIMXExportPOSTBody(value: {
|
|
26
|
-
DIMXExportFormat?: string;
|
|
27
|
-
DIMXExportIncludeDeleted?: boolean;
|
|
28
|
-
DIMXExportFileName?: string;
|
|
29
|
-
DIMXExportWhere?: string;
|
|
30
|
-
DIMXExportFields?: string;
|
|
31
|
-
DIMXExportDelimiter?: string;
|
|
32
|
-
}): {
|
|
33
|
-
Format: string | undefined;
|
|
34
|
-
IncludeDeleted: boolean | undefined;
|
|
35
|
-
Where: string | undefined;
|
|
36
|
-
Fields: string | undefined;
|
|
37
|
-
Delimiter: string | undefined;
|
|
38
|
-
};
|
|
39
|
-
pollDIMXResult(pollingURL: string, ifile: IFileExt): Promise<any>;
|
|
40
|
-
getNewFileName(value: {
|
|
41
|
-
DIMXExportFormat: string;
|
|
42
|
-
DIMXExportFileName: string;
|
|
43
|
-
}): string;
|
|
44
|
-
iFileID: number;
|
|
45
|
-
iFileArray: IFileExt[];
|
|
46
|
-
createNewIFile(fileName: string, status: "downloading" | "uploading"): IFileExt;
|
|
47
|
-
removeIfilesWithDelay(iFile: FileStatus, delay?: number): Promise<void>;
|
|
48
|
-
clearIFilesWithDelay(delay?: number): Promise<void>;
|
|
49
|
-
uploadFile(options?: {
|
|
50
|
-
OverwriteOBject?: boolean;
|
|
51
|
-
Delimiter?: string;
|
|
52
|
-
OwnerID?: string;
|
|
53
|
-
ActionID?: string;
|
|
54
|
-
}): void;
|
|
55
|
-
IsFileInProgress(iFile: FileStatus): boolean;
|
|
56
|
-
AnyFilesInProgress(): boolean;
|
|
57
|
-
GetDoneEventBody(): {
|
|
58
|
-
FileName: string;
|
|
59
|
-
Status: import("@pepperi-addons/ngx-composite-lib/file-status-panel").FileStatusType;
|
|
60
|
-
ReturnedObject: any;
|
|
61
|
-
}[];
|
|
62
|
-
SendDoneEventIfDone(): Promise<void>;
|
|
63
|
-
updateSnackbar(): void;
|
|
64
|
-
dimximportrun(e: any): Promise<void>;
|
|
65
|
-
getNewPFSUploadKey(fileExt: string): string;
|
|
66
|
-
getPFSUploadObject(value: {
|
|
67
|
-
fileStr: string;
|
|
68
|
-
fileExt: string;
|
|
69
|
-
}): {
|
|
70
|
-
Key: string;
|
|
71
|
-
MIME: string;
|
|
72
|
-
URI: string;
|
|
73
|
-
};
|
|
74
|
-
toBase64: (file: any) => Promise<unknown>;
|
|
75
|
-
DIMXExportRun(value: {
|
|
76
|
-
DIMXExportFormat?: string;
|
|
77
|
-
DIMXExportIncludeDeleted?: boolean;
|
|
78
|
-
DIMXExportFileName?: string;
|
|
79
|
-
DIMXExportWhere?: string;
|
|
80
|
-
DIMXExportFields?: string;
|
|
81
|
-
DIMXExportDelimiter?: string;
|
|
82
|
-
ActionID?: string;
|
|
83
|
-
}): Promise<void>;
|
|
84
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DIMXComponent, never>;
|
|
85
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DIMXComponent, "pep-dimx", never, { "DIMXAddonUUID": "DIMXAddonUUID"; "DIMXResource": "DIMXResource"; }, { "DIMXProcessDone": "DIMXProcessDone"; }, never, never>;
|
|
86
|
-
}
|
|
1
|
+
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import { DIMXService } from './dimx.service';
|
|
4
|
+
import { IFileExt } from '.';
|
|
5
|
+
import { FileStatus } from '@pepperi-addons/ngx-composite-lib/file-status-panel';
|
|
6
|
+
import { PepSnackBarService } from '@pepperi-addons/ngx-lib/snack-bar';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class DIMXComponent implements OnInit {
|
|
9
|
+
private translate;
|
|
10
|
+
addonService: DIMXService;
|
|
11
|
+
private pepSnackBarService;
|
|
12
|
+
fileField: ElementRef | undefined;
|
|
13
|
+
DIMXAddonUUID: string;
|
|
14
|
+
DIMXResource: string;
|
|
15
|
+
DIMXProcessDone: EventEmitter<any>;
|
|
16
|
+
dimxImportOptions: {
|
|
17
|
+
OverwriteOBject?: boolean | undefined;
|
|
18
|
+
Delimiter?: string | undefined;
|
|
19
|
+
OwnerID?: string | undefined;
|
|
20
|
+
ActionID?: string | undefined;
|
|
21
|
+
} | undefined;
|
|
22
|
+
private currentSnackBar;
|
|
23
|
+
constructor(translate: TranslateService, addonService: DIMXService, pepSnackBarService: PepSnackBarService);
|
|
24
|
+
ngOnInit(): void;
|
|
25
|
+
getDIMXExportPOSTBody(value: {
|
|
26
|
+
DIMXExportFormat?: string;
|
|
27
|
+
DIMXExportIncludeDeleted?: boolean;
|
|
28
|
+
DIMXExportFileName?: string;
|
|
29
|
+
DIMXExportWhere?: string;
|
|
30
|
+
DIMXExportFields?: string;
|
|
31
|
+
DIMXExportDelimiter?: string;
|
|
32
|
+
}): {
|
|
33
|
+
Format: string | undefined;
|
|
34
|
+
IncludeDeleted: boolean | undefined;
|
|
35
|
+
Where: string | undefined;
|
|
36
|
+
Fields: string | undefined;
|
|
37
|
+
Delimiter: string | undefined;
|
|
38
|
+
};
|
|
39
|
+
pollDIMXResult(pollingURL: string, ifile: IFileExt): Promise<any>;
|
|
40
|
+
getNewFileName(value: {
|
|
41
|
+
DIMXExportFormat: string;
|
|
42
|
+
DIMXExportFileName: string;
|
|
43
|
+
}): string;
|
|
44
|
+
iFileID: number;
|
|
45
|
+
iFileArray: IFileExt[];
|
|
46
|
+
createNewIFile(fileName: string, status: "downloading" | "uploading"): IFileExt;
|
|
47
|
+
removeIfilesWithDelay(iFile: FileStatus, delay?: number): Promise<void>;
|
|
48
|
+
clearIFilesWithDelay(delay?: number): Promise<void>;
|
|
49
|
+
uploadFile(options?: {
|
|
50
|
+
OverwriteOBject?: boolean;
|
|
51
|
+
Delimiter?: string;
|
|
52
|
+
OwnerID?: string;
|
|
53
|
+
ActionID?: string;
|
|
54
|
+
}): void;
|
|
55
|
+
IsFileInProgress(iFile: FileStatus): boolean;
|
|
56
|
+
AnyFilesInProgress(): boolean;
|
|
57
|
+
GetDoneEventBody(): {
|
|
58
|
+
FileName: string;
|
|
59
|
+
Status: import("@pepperi-addons/ngx-composite-lib/file-status-panel").FileStatusType;
|
|
60
|
+
ReturnedObject: any;
|
|
61
|
+
}[];
|
|
62
|
+
SendDoneEventIfDone(): Promise<void>;
|
|
63
|
+
updateSnackbar(): void;
|
|
64
|
+
dimximportrun(e: any): Promise<void>;
|
|
65
|
+
getNewPFSUploadKey(fileExt: string): string;
|
|
66
|
+
getPFSUploadObject(value: {
|
|
67
|
+
fileStr: string;
|
|
68
|
+
fileExt: string;
|
|
69
|
+
}): {
|
|
70
|
+
Key: string;
|
|
71
|
+
MIME: string;
|
|
72
|
+
URI: string;
|
|
73
|
+
};
|
|
74
|
+
toBase64: (file: any) => Promise<unknown>;
|
|
75
|
+
DIMXExportRun(value: {
|
|
76
|
+
DIMXExportFormat?: string;
|
|
77
|
+
DIMXExportIncludeDeleted?: boolean;
|
|
78
|
+
DIMXExportFileName?: string;
|
|
79
|
+
DIMXExportWhere?: string;
|
|
80
|
+
DIMXExportFields?: string;
|
|
81
|
+
DIMXExportDelimiter?: string;
|
|
82
|
+
ActionID?: string;
|
|
83
|
+
}): Promise<void>;
|
|
84
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DIMXComponent, never>;
|
|
85
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DIMXComponent, "pep-dimx", never, { "DIMXAddonUUID": "DIMXAddonUUID"; "DIMXResource": "DIMXResource"; }, { "DIMXProcessDone": "DIMXProcessDone"; }, never, never>;
|
|
86
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { FileStatusType, FileStatus } from '@pepperi-addons/ngx-composite-lib/file-status-panel';
|
|
2
|
-
export declare class IFileExt extends FileStatus {
|
|
3
|
-
status: FileStatusType;
|
|
4
|
-
returnedObject?: any;
|
|
5
|
-
}
|
|
1
|
+
import { FileStatusType, FileStatus } from '@pepperi-addons/ngx-composite-lib/file-status-panel';
|
|
2
|
+
export declare class IFileExt extends FileStatus {
|
|
3
|
+
status: FileStatusType;
|
|
4
|
+
returnedObject?: any;
|
|
5
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { PepIconRegistry } from '@pepperi-addons/ngx-lib/icon';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./dimx.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/button";
|
|
7
|
-
import * as i5 from "@pepperi-addons/ngx-lib/icon";
|
|
8
|
-
import * as i6 from "@pepperi-addons/ngx-composite-lib/file-status-panel";
|
|
9
|
-
import * as i7 from "@pepperi-addons/ngx-lib/snack-bar";
|
|
10
|
-
export declare class PepDIMXModule {
|
|
11
|
-
private pepIconRegistry;
|
|
12
|
-
constructor(pepIconRegistry: PepIconRegistry);
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PepDIMXModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PepDIMXModule, [typeof i1.DIMXComponent], [typeof i2.CommonModule, typeof i3.PepNgxLibModule, typeof i4.PepButtonModule, typeof i5.PepIconModule, typeof i6.PepFileStatusPanelModule, typeof i7.PepSnackBarModule], [typeof i1.DIMXComponent]>;
|
|
15
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PepDIMXModule>;
|
|
16
|
-
}
|
|
1
|
+
import { PepIconRegistry } from '@pepperi-addons/ngx-lib/icon';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./dimx.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/button";
|
|
7
|
+
import * as i5 from "@pepperi-addons/ngx-lib/icon";
|
|
8
|
+
import * as i6 from "@pepperi-addons/ngx-composite-lib/file-status-panel";
|
|
9
|
+
import * as i7 from "@pepperi-addons/ngx-lib/snack-bar";
|
|
10
|
+
export declare class PepDIMXModule {
|
|
11
|
+
private pepIconRegistry;
|
|
12
|
+
constructor(pepIconRegistry: PepIconRegistry);
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PepDIMXModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PepDIMXModule, [typeof i1.DIMXComponent], [typeof i2.CommonModule, typeof i3.PepNgxLibModule, typeof i4.PepButtonModule, typeof i5.PepIconModule, typeof i6.PepFileStatusPanelModule, typeof i7.PepSnackBarModule], [typeof i1.DIMXComponent]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PepDIMXModule>;
|
|
16
|
+
}
|
|
@@ -1,21 +1,20 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { PapiClient } from '@pepperi-addons/papi-sdk';
|
|
3
|
-
import { PepHttpService, PepDataConvertorService, PepSessionService } from '@pepperi-addons/ngx-lib';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DIMXService {
|
|
6
|
-
session: PepSessionService;
|
|
7
|
-
pepperiDataConverter: PepDataConvertorService;
|
|
8
|
-
private pepHttp;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
static
|
|
20
|
-
|
|
21
|
-
}
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { PapiClient } from '@pepperi-addons/papi-sdk';
|
|
3
|
+
import { PepHttpService, PepDataConvertorService, PepSessionService } from '@pepperi-addons/ngx-lib';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DIMXService {
|
|
6
|
+
session: PepSessionService;
|
|
7
|
+
pepperiDataConverter: PepDataConvertorService;
|
|
8
|
+
private pepHttp;
|
|
9
|
+
accessToken: string;
|
|
10
|
+
parsedToken: any;
|
|
11
|
+
papiBaseURL: string;
|
|
12
|
+
get papiClient(): PapiClient;
|
|
13
|
+
constructor(session: PepSessionService, pepperiDataConverter: PepDataConvertorService, pepHttp: PepHttpService);
|
|
14
|
+
get(endpoint: string): Promise<any>;
|
|
15
|
+
post(endpoint: string, body: any): Promise<any>;
|
|
16
|
+
pepGet(endpoint: string): Observable<any>;
|
|
17
|
+
pepPost(endpoint: string, body: any): Observable<any>;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DIMXService, never>;
|
|
19
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DIMXService>;
|
|
20
|
+
}
|
package/dimx-export/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './public-api';
|
|
1
|
+
export * from './public-api';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@pepperi-addons/ngx-composite-lib/dimx-export" />
|
|
5
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@pepperi-addons/ngx-composite-lib/dimx-export" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './dimx.module';
|
|
2
|
-
export * from './dimx.component';
|
|
3
|
-
export * from './dimx.model';
|
|
1
|
+
export * from './dimx.module';
|
|
2
|
+
export * from './dimx.component';
|
|
3
|
+
export * from './dimx.model';
|