@softpak/components 19.17.0-beta.4 → 19.18.0
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/fesm2022/softpak-components-spx-404-page.mjs +47 -0
- package/fesm2022/softpak-components-spx-404-page.mjs.map +1 -0
- package/fesm2022/softpak-components-spx-alert.mjs +6 -7
- package/fesm2022/softpak-components-spx-alert.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-app-expiry.mjs +91 -23
- package/fesm2022/softpak-components-spx-app-expiry.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-button.mjs +22 -8
- package/fesm2022/softpak-components-spx-button.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-card.mjs +88 -17
- package/fesm2022/softpak-components-spx-card.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-change-details.mjs +64 -48
- package/fesm2022/softpak-components-spx-change-details.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-check-digit.mjs +28 -24
- package/fesm2022/softpak-components-spx-check-digit.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-confirm.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-form-section.mjs +33 -8
- package/fesm2022/softpak-components-spx-form-section.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-form-view.mjs +53 -39
- package/fesm2022/softpak-components-spx-form-view.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-inputs.mjs +6 -15
- package/fesm2022/softpak-components-spx-inputs.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-navigation.mjs +89 -34
- package/fesm2022/softpak-components-spx-navigation.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-number-check.mjs +198 -91
- package/fesm2022/softpak-components-spx-number-check.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-pagination.mjs +21 -12
- package/fesm2022/softpak-components-spx-pagination.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-patch.mjs +39 -8
- package/fesm2022/softpak-components-spx-patch.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-progress-bar.mjs +22 -8
- package/fesm2022/softpak-components-spx-progress-bar.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-spinner.mjs +160 -15
- package/fesm2022/softpak-components-spx-spinner.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-stock-info.mjs +128 -71
- package/fesm2022/softpak-components-spx-stock-info.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-toaster.mjs +163 -36
- package/fesm2022/softpak-components-spx-toaster.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-translate.mjs +13 -1
- package/fesm2022/softpak-components-spx-translate.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-update.mjs +3 -3
- package/fesm2022/softpak-components-spx-update.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-validation.mjs +55 -56
- package/fesm2022/softpak-components-spx-validation.mjs.map +1 -1
- package/package.json +36 -32
- package/spx-404-page/index.d.ts +5 -0
- package/spx-404-page/public-api.d.ts +1 -0
- package/spx-404-page/spx-404-page.component.d.ts +15 -0
- package/spx-alert/spx-alert.component.d.ts +1 -1
- package/spx-app-expiry/spx-app-expiry.component.d.ts +14 -14
- package/spx-button/spx-button.component.d.ts +3 -0
- package/spx-card/spx-card-item/spx-card-item.component.d.ts +1 -0
- package/spx-card/spx-card.component.d.ts +9 -8
- package/spx-change-details/spx-change-details.component.d.ts +23 -22
- package/spx-check-digit/spx-check-digit.component.d.ts +9 -9
- package/spx-form-section/spx-form-section.component.d.ts +5 -5
- package/spx-form-view/spx-autocomplete-search.component.d.ts +16 -15
- package/spx-form-view/spx-form-view.component.d.ts +1 -1
- package/spx-inputs/spx-input-text/spx-input-text.component.d.ts +1 -4
- package/spx-inputs/spx-input.component.d.ts +0 -1
- package/spx-navigation/public-api.d.ts +2 -2
- package/spx-navigation/spx-home-tile.component.d.ts +11 -0
- package/spx-navigation/{spx-home-tile/spx-home-tiles.component.d.ts → spx-home-tiles.component.d.ts} +2 -2
- package/spx-navigation/spx-navigation.component.d.ts +8 -11
- package/spx-number-check/spx-number-check.component.d.ts +32 -26
- package/spx-pagination/spx-pagination.component.d.ts +10 -9
- package/spx-patch/spx-patch.component.d.ts +4 -4
- package/spx-progress-bar/spx-progress-bar.component.d.ts +3 -3
- package/spx-spinner/spx-spinner.component.d.ts +3 -3
- package/spx-stock-info/spx-stock-info.component.d.ts +49 -48
- package/spx-toaster/src/spx-toaster-message.interface.d.ts +1 -5
- package/spx-toaster/src/spx-toaster.component.d.ts +14 -6
- package/spx-translate/spx-translate._const.d.ts +8 -0
- package/spx-update/store/spx-update-check/spx-update-check.actions.d.ts +5 -5
- package/spx-update/store/spx-update-pending/spx-update-pending.actions.d.ts +1 -1
- package/spx-validation/spx-validate-control.component.d.ts +20 -22
- package/tailwind.css +1 -1
- package/spx-navigation/spx-home-tile/spx-home-tile.component.d.ts +0 -11
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class SpxFormSectionComponent {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
spxIndex?: number;
|
|
4
|
+
spxIndexSecondary?: number;
|
|
5
|
+
spxTitle?: string;
|
|
6
|
+
spxShowTitle: boolean;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpxFormSectionComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpxFormSectionComponent, "spx-form-section", never, { "spxIndex": { "alias": "spxIndex"; "required": false;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxFormSectionComponent, "spx-form-section", never, { "spxIndex": { "alias": "spxIndex"; "required": false; }; "spxIndexSecondary": { "alias": "spxIndexSecondary"; "required": false; }; "spxTitle": { "alias": "spxTitle"; "required": false; }; "spxShowTitle": { "alias": "spxShowTitle"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
9
9
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormControl, FormGroup } from '@angular/forms';
|
|
3
3
|
import { SpxFormFieldI } from './spx-form-field.interface';
|
|
4
4
|
import { SpxFormSectionI } from './spx-form-section.interface';
|
|
@@ -10,23 +10,24 @@ export declare const ctrlQuery = "query";
|
|
|
10
10
|
export declare const ctrlOptions = "options";
|
|
11
11
|
export declare class SpxAutocompleteSearchComponent implements OnInit, OnDestroy {
|
|
12
12
|
readonly formBuilder: FormBuilder;
|
|
13
|
-
formGroup:
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
spxCancel:
|
|
21
|
-
spxSearch:
|
|
22
|
-
spxSubmit:
|
|
13
|
+
formGroup: FormGroup;
|
|
14
|
+
spxSuggestions: SpxValuePair<any>[];
|
|
15
|
+
spxField: SpxFormFieldI;
|
|
16
|
+
txtOptions: string;
|
|
17
|
+
txtQuery: string;
|
|
18
|
+
txtSubmit: string;
|
|
19
|
+
spxValuePair: SpxValuePair<any>;
|
|
20
|
+
spxCancel: EventEmitter<void>;
|
|
21
|
+
spxSearch: EventEmitter<SpxValuePair<any>>;
|
|
22
|
+
spxSubmit: EventEmitter<SpxValuePair<any>>;
|
|
23
23
|
inputTypeRadio: SpxInputTypeEnum;
|
|
24
24
|
inputTypeText: SpxInputTypeEnum;
|
|
25
25
|
SpxSeverity: typeof SpxSeverityEnum;
|
|
26
26
|
sections: SpxFormSectionI[];
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
private
|
|
27
|
+
get ctrlQuery(): FormControl;
|
|
28
|
+
get ctrlOptions(): FormControl;
|
|
29
|
+
private subSelection?;
|
|
30
|
+
private subQuery?;
|
|
30
31
|
constructor(formBuilder: FormBuilder);
|
|
31
32
|
ngOnInit(): void;
|
|
32
33
|
ngOnDestroy(): void;
|
|
@@ -37,5 +38,5 @@ export declare class SpxAutocompleteSearchComponent implements OnInit, OnDestroy
|
|
|
37
38
|
private listenToQuery;
|
|
38
39
|
private listenToSelection;
|
|
39
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpxAutocompleteSearchComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpxAutocompleteSearchComponent, "spx-autocomplete-search", never, { "spxSuggestions": { "alias": "spxSuggestions"; "required": false;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxAutocompleteSearchComponent, "spx-autocomplete-search", never, { "spxSuggestions": { "alias": "spxSuggestions"; "required": false; }; "spxField": { "alias": "spxField"; "required": false; }; "txtOptions": { "alias": "txtOptions"; "required": false; }; "txtQuery": { "alias": "txtQuery"; "required": false; }; "txtSubmit": { "alias": "txtSubmit"; "required": false; }; "spxValuePair": { "alias": "spxValuePair"; "required": false; }; }, { "spxCancel": "spxCancel"; "spxSearch": "spxSearch"; "spxSubmit": "spxSubmit"; }, never, never, true, never>;
|
|
41
42
|
}
|
|
@@ -22,7 +22,7 @@ export declare class SpxFormViewComponent {
|
|
|
22
22
|
valuePair: SpxValuePair<any>;
|
|
23
23
|
}>;
|
|
24
24
|
spxInputs: import("@angular/core").Signal<readonly ElementRef<any>[]>;
|
|
25
|
-
|
|
25
|
+
autocompleteField?: SpxFormFieldI;
|
|
26
26
|
typeAutocomplete: SpxInputTypeEnum;
|
|
27
27
|
typeButton: SpxInputTypeEnum;
|
|
28
28
|
typeFloat: SpxInputTypeEnum;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { SpxValuePair } from '../spx-value-interface';
|
|
3
3
|
import { SpxInputTypeEnum } from '../spx-input-type.enum';
|
|
4
4
|
import { SelectedInputService } from '../input.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class SpxInputTextComponent {
|
|
7
|
-
private changeDetectorRef;
|
|
8
7
|
readonly spxName: import("@angular/core").InputSignal<string | undefined>;
|
|
9
8
|
readonly spxAutofocus: import("@angular/core").InputSignal<boolean>;
|
|
10
9
|
readonly spxAutocomplete: import("@angular/core").InputSignal<string | undefined>;
|
|
@@ -21,9 +20,7 @@ export declare class SpxInputTextComponent {
|
|
|
21
20
|
selectedInputService: SelectedInputService;
|
|
22
21
|
spxIsFocused: import("@angular/core").WritableSignal<boolean>;
|
|
23
22
|
inputRef: import("@angular/core").Signal<ElementRef<any>>;
|
|
24
|
-
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
25
23
|
ngOnInit(): void;
|
|
26
|
-
triggerChangeDetection(): void;
|
|
27
24
|
spxSetFocus(): void;
|
|
28
25
|
componentDidLoad(): void;
|
|
29
26
|
handleChange(event: any): void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * from './spx-navigation-item.interface';
|
|
2
2
|
export * from './spx-navigation.component';
|
|
3
|
-
export * from './spx-home-tile
|
|
4
|
-
export * from './spx-home-
|
|
3
|
+
export * from './spx-home-tile.component';
|
|
4
|
+
export * from './spx-home-tiles.component';
|
|
5
5
|
export * as spxNavigationActions from './store/spx-navigation/spx-navigation.actions';
|
|
6
6
|
export * as spxNavigationInitial from './store/spx-navigation/spx-navigation.initial';
|
|
7
7
|
export * as spxNavigationReducer from './store/spx-navigation/spx-navigation.reducer';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SpxHomeTileComponent {
|
|
3
|
+
spxAutofocus?: boolean;
|
|
4
|
+
spxClass?: string;
|
|
5
|
+
spxSubtitle?: string;
|
|
6
|
+
spxTitle?: string;
|
|
7
|
+
private buttonRef?;
|
|
8
|
+
setFocus(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxHomeTileComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxHomeTileComponent, "spx-home-tile", never, { "spxAutofocus": { "alias": "spxAutofocus"; "required": false; }; "spxClass": { "alias": "spxClass"; "required": false; }; "spxSubtitle": { "alias": "spxSubtitle"; "required": false; }; "spxTitle": { "alias": "spxTitle"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
11
|
+
}
|
package/spx-navigation/{spx-home-tile/spx-home-tiles.component.d.ts → spx-home-tiles.component.d.ts}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class SpxHomeTilesComponent {
|
|
3
|
-
|
|
3
|
+
spxCols: 1 | 2;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpxHomeTilesComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpxHomeTilesComponent, "spx-home-tiles", never, { "spxCols": { "alias": "spxCols"; "required": false;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxHomeTilesComponent, "spx-home-tiles", never, { "spxCols": { "alias": "spxCols"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
6
6
|
}
|
|
@@ -1,21 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { SpxHomeTileComponent } from './spx-home-tile
|
|
1
|
+
import { EventEmitter, QueryList, TemplateRef } from '@angular/core';
|
|
2
|
+
import { SpxHomeTileComponent } from './spx-home-tile.component';
|
|
3
3
|
import { Store } from '@ngrx/store';
|
|
4
4
|
import { SpxNavigationItemI } from './spx-navigation-item.interface';
|
|
5
|
-
import { Subscription } from 'rxjs';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class SpxNavigationComponent
|
|
6
|
+
export declare class SpxNavigationComponent {
|
|
8
7
|
private readonly appStore;
|
|
9
8
|
readonly spxOverwriteNavItems: import("@angular/core").InputSignal<SpxNavigationItemI[] | undefined>;
|
|
10
|
-
tiles
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
tiles?: QueryList<SpxHomeTileComponent>;
|
|
10
|
+
iconTemplateRef?: TemplateRef<any>;
|
|
11
|
+
spxClick: EventEmitter<string>;
|
|
12
|
+
navItems: import("rxjs").Observable<SpxNavigationItemI[]>;
|
|
14
13
|
constructor(appStore: Store);
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
ngOnDestroy(): void;
|
|
17
14
|
setFocus(): void;
|
|
18
15
|
onNavigate(link: string): void;
|
|
19
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpxNavigationComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpxNavigationComponent, "spx-navigation", never, { "spxOverwriteNavItems": { "alias": "spxOverwriteNavItems"; "required": false; "isSignal": true; }; }, { "spxClick": "spxClick"; },
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxNavigationComponent, "spx-navigation", never, { "spxOverwriteNavItems": { "alias": "spxOverwriteNavItems"; "required": false; "isSignal": true; }; }, { "spxClick": "spxClick"; }, ["iconTemplateRef"], never, true, never>;
|
|
21
18
|
}
|
|
@@ -1,40 +1,46 @@
|
|
|
1
|
-
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormControl, FormGroup } from '@angular/forms';
|
|
3
3
|
import { SpxSeverityEnum } from '@softpak/components/spx-helpers';
|
|
4
|
+
import { Subscription } from 'rxjs';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class SpxNumberCheckComponent implements OnInit, OnDestroy {
|
|
6
|
+
export declare class SpxNumberCheckComponent implements OnChanges, OnInit, OnDestroy {
|
|
6
7
|
private readonly formBuilder;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
spxCancel:
|
|
15
|
-
spxConfirm:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
form:
|
|
8
|
+
spxAction: string;
|
|
9
|
+
spxSimpleMode: boolean;
|
|
10
|
+
spxPincode: string;
|
|
11
|
+
txtCancel: string;
|
|
12
|
+
txtConfirm: string;
|
|
13
|
+
txtConfirmMessage: string;
|
|
14
|
+
txtReset: string;
|
|
15
|
+
spxCancel: EventEmitter<void>;
|
|
16
|
+
spxConfirm: EventEmitter<void>;
|
|
17
|
+
viewChild1: ElementRef<HTMLInputElement>;
|
|
18
|
+
viewChild2: ElementRef<HTMLInputElement>;
|
|
19
|
+
viewChild3: ElementRef<HTMLInputElement>;
|
|
20
|
+
viewChild4: ElementRef<HTMLInputElement>;
|
|
21
|
+
form: FormGroup;
|
|
21
22
|
spxSeverity: typeof SpxSeverityEnum;
|
|
22
|
-
accepted:
|
|
23
|
-
denied:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
23
|
+
accepted: boolean;
|
|
24
|
+
denied: boolean;
|
|
25
|
+
listenToCtrl1?: Subscription;
|
|
26
|
+
listenToCtrl2?: Subscription;
|
|
27
|
+
listenToCtrl3?: Subscription;
|
|
28
|
+
listenToCtrl4?: Subscription;
|
|
29
|
+
listenToTyping?: Subscription;
|
|
30
|
+
get ctrl1(): FormControl;
|
|
31
|
+
get ctrl2(): FormControl;
|
|
32
|
+
get ctrl3(): FormControl;
|
|
33
|
+
get ctrl4(): FormControl;
|
|
29
34
|
constructor(formBuilder: FormBuilder);
|
|
30
35
|
ngOnInit(): void;
|
|
36
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
31
37
|
ngOnDestroy(): void;
|
|
32
38
|
handleCancel(): void;
|
|
33
39
|
handleConfirm(): void;
|
|
34
40
|
handleReset(): void;
|
|
35
|
-
onDigitInput(event:
|
|
36
|
-
onBackspace(event:
|
|
41
|
+
onDigitInput(event: any): void;
|
|
42
|
+
onBackspace(event: any): void;
|
|
37
43
|
private checkPincode;
|
|
38
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpxNumberCheckComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpxNumberCheckComponent, "spx-number-check", never, { "spxAction": { "alias": "spxAction"; "required":
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxNumberCheckComponent, "spx-number-check", never, { "spxAction": { "alias": "spxAction"; "required": false; }; "spxSimpleMode": { "alias": "spxSimpleMode"; "required": false; }; "spxPincode": { "alias": "spxPincode"; "required": false; }; "txtCancel": { "alias": "txtCancel"; "required": false; }; "txtConfirm": { "alias": "txtConfirm"; "required": false; }; "txtConfirmMessage": { "alias": "txtConfirmMessage"; "required": false; }; "txtReset": { "alias": "txtReset"; "required": false; }; }, { "spxCancel": "spxCancel"; "spxConfirm": "spxConfirm"; }, never, never, true, never>;
|
|
40
46
|
}
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
1
2
|
import { IconProp } from '@fortawesome/angular-fontawesome/types';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class SpxPaginationComponent {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
spxPageChange:
|
|
5
|
+
faArrowLeft: IconProp;
|
|
6
|
+
faArrowRight: IconProp;
|
|
7
|
+
spxPage: number;
|
|
8
|
+
spxMaxPages: number;
|
|
9
|
+
textNext: string;
|
|
10
|
+
textPage: string;
|
|
11
|
+
textPrevious: string;
|
|
12
|
+
spxPageChange: EventEmitter<number>;
|
|
12
13
|
onPageChange(page: number): void;
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpxPaginationComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpxPaginationComponent, "spx-pagination", never, { "faArrowLeft": { "alias": "faArrowLeft"; "required":
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxPaginationComponent, "spx-pagination", never, { "faArrowLeft": { "alias": "faArrowLeft"; "required": false; }; "faArrowRight": { "alias": "faArrowRight"; "required": false; }; "spxPage": { "alias": "spxPage"; "required": false; }; "spxMaxPages": { "alias": "spxMaxPages"; "required": false; }; "textNext": { "alias": "textNext"; "required": false; }; "textPage": { "alias": "textPage"; "required": false; }; "textPrevious": { "alias": "textPrevious"; "required": false; }; }, { "spxPageChange": "spxPageChange"; }, never, never, true, never>;
|
|
15
16
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { SpxSeverityEnum } from '@softpak/components/spx-helpers';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class SpxPatchComponent {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
spxText: string;
|
|
5
|
+
patchCheck: number | null;
|
|
6
|
+
releaseCheck: string | null;
|
|
7
7
|
severityError: SpxSeverityEnum;
|
|
8
8
|
severityWarning: SpxSeverityEnum;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpxPatchComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpxPatchComponent, "spx-patch", never, { "spxText": { "alias": "spxText"; "required":
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxPatchComponent, "spx-patch", never, { "spxText": { "alias": "spxText"; "required": false; }; "patchCheck": { "alias": "patchCheck"; "required": false; }; "releaseCheck": { "alias": "releaseCheck"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
11
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class SpxProgressBarComponent {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
spxPercentage: number;
|
|
4
|
+
spxTitle: string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpxProgressBarComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpxProgressBarComponent, "spx-progress-bar", never, { "spxPercentage": { "alias": "spxPercentage"; "required":
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxProgressBarComponent, "spx-progress-bar", never, { "spxPercentage": { "alias": "spxPercentage"; "required": false; }; "spxTitle": { "alias": "spxTitle"; "required": false; }; }, {}, never, never, true, never>;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class SpxSpinnerComponent {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
spxShow: boolean;
|
|
4
|
+
spxLoaderText: string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpxSpinnerComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpxSpinnerComponent, "spx-spinner", never, { "spxShow": { "alias": "spxShow"; "required": false;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxSpinnerComponent, "spx-spinner", never, { "spxShow": { "alias": "spxShow"; "required": false; }; "spxLoaderText": { "alias": "spxLoaderText"; "required": false; }; }, {}, never, never, true, never>;
|
|
7
7
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
1
2
|
import { FormBuilder, FormControl, FormGroup } from '@angular/forms';
|
|
2
3
|
import { SpxValuePair } from '@softpak/components/spx-inputs';
|
|
3
4
|
import { SpxFormFieldI, SpxFormI } from '@softpak/components/spx-form-view';
|
|
@@ -17,55 +18,55 @@ export declare const sectionCustomer = "sectionCustomer";
|
|
|
17
18
|
export declare const sectionLocation = "sectionLocation";
|
|
18
19
|
export declare class SpxStockInfoComponent {
|
|
19
20
|
readonly formBuilder: FormBuilder;
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
21
|
+
depotReadonly: boolean;
|
|
22
|
+
statusGroupsInPatch: boolean;
|
|
23
|
+
containers: any[];
|
|
24
|
+
currentPage: number;
|
|
25
|
+
faArrowLeft: IconProp;
|
|
26
|
+
faArrowRight: IconProp;
|
|
27
|
+
faContainerStorage: IconProp;
|
|
28
|
+
formGroup: FormGroup;
|
|
29
|
+
loaded: boolean;
|
|
30
|
+
pageSize: number;
|
|
31
|
+
suggestions: any;
|
|
32
|
+
textCategory: string;
|
|
33
|
+
textContainerInfo: string;
|
|
34
|
+
textContainerStatus: string;
|
|
35
|
+
textContainerStatusGroup: string;
|
|
36
|
+
textContainerType: string;
|
|
37
|
+
textCustomer: string;
|
|
38
|
+
textDepot: string;
|
|
39
|
+
textLocation: string;
|
|
40
|
+
textNext: string;
|
|
41
|
+
textPage: string;
|
|
42
|
+
textPrevious: string;
|
|
43
|
+
textSearch: string;
|
|
44
|
+
textNoResults: string;
|
|
45
|
+
textYouCanChangeYourFilters: string;
|
|
46
|
+
spxBlurCategory: EventEmitter<SpxValuePair<string>>;
|
|
47
|
+
spxBlurContainerStatus: EventEmitter<SpxValuePair<string>>;
|
|
48
|
+
spxBlurContainerStatusGroup: EventEmitter<SpxValuePair<string>>;
|
|
49
|
+
spxBlurContainerType: EventEmitter<SpxValuePair<string>>;
|
|
50
|
+
spxBlurCustomer: EventEmitter<SpxValuePair<string>>;
|
|
51
|
+
spxBlurDepot: EventEmitter<SpxValuePair<string>>;
|
|
52
|
+
spxClickContainer: EventEmitter<any>;
|
|
53
|
+
spxPageChange: EventEmitter<number>;
|
|
54
|
+
spxSearchCategory: EventEmitter<SpxValuePair<string>>;
|
|
55
|
+
spxSearchContainerStatus: EventEmitter<SpxValuePair<string>>;
|
|
56
|
+
spxSearchContainerStatusGroup: EventEmitter<SpxValuePair<string>>;
|
|
57
|
+
spxSearchContainerType: EventEmitter<SpxValuePair<string>>;
|
|
58
|
+
spxSearchCustomer: EventEmitter<SpxValuePair<string>>;
|
|
59
|
+
spxSearchDepot: EventEmitter<SpxValuePair<string>>;
|
|
60
|
+
spxSubmit: EventEmitter<SpxStockInfoValueI>;
|
|
60
61
|
severityInfo: SpxSeverityEnum;
|
|
61
62
|
form: SpxFormI;
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
63
|
+
get ctrlCategory(): FormControl;
|
|
64
|
+
get ctrlContainerStatus(): FormControl;
|
|
65
|
+
get ctrlContainerStatusGroup(): FormControl;
|
|
66
|
+
get ctrlContainerType(): FormControl;
|
|
67
|
+
get ctrlCustomer(): FormControl;
|
|
68
|
+
get ctrlDepot(): FormControl;
|
|
69
|
+
get ctrlLocation(): FormControl;
|
|
69
70
|
constructor(formBuilder: FormBuilder);
|
|
70
71
|
createForm(): FormGroup;
|
|
71
72
|
getRawValidators(formControl: FormControl): any;
|
|
@@ -81,5 +82,5 @@ export declare class SpxStockInfoComponent {
|
|
|
81
82
|
goToContainer(container: any): void;
|
|
82
83
|
onSubmit(): void;
|
|
83
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpxStockInfoComponent, never>;
|
|
84
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpxStockInfoComponent, "spx-stock-info", never, { "depotReadonly": { "alias": "depotReadonly"; "required": false;
|
|
85
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxStockInfoComponent, "spx-stock-info", never, { "depotReadonly": { "alias": "depotReadonly"; "required": false; }; "statusGroupsInPatch": { "alias": "statusGroupsInPatch"; "required": false; }; "containers": { "alias": "containers"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "faArrowLeft": { "alias": "faArrowLeft"; "required": false; }; "faArrowRight": { "alias": "faArrowRight"; "required": false; }; "faContainerStorage": { "alias": "faContainerStorage"; "required": false; }; "formGroup": { "alias": "formGroup"; "required": false; }; "loaded": { "alias": "loaded"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "suggestions": { "alias": "suggestions"; "required": false; }; "textCategory": { "alias": "textCategory"; "required": false; }; "textContainerInfo": { "alias": "textContainerInfo"; "required": false; }; "textContainerStatus": { "alias": "textContainerStatus"; "required": false; }; "textContainerStatusGroup": { "alias": "textContainerStatusGroup"; "required": false; }; "textContainerType": { "alias": "textContainerType"; "required": false; }; "textCustomer": { "alias": "textCustomer"; "required": false; }; "textDepot": { "alias": "textDepot"; "required": false; }; "textLocation": { "alias": "textLocation"; "required": false; }; "textNext": { "alias": "textNext"; "required": false; }; "textPage": { "alias": "textPage"; "required": false; }; "textPrevious": { "alias": "textPrevious"; "required": false; }; "textSearch": { "alias": "textSearch"; "required": false; }; "textNoResults": { "alias": "textNoResults"; "required": false; }; "textYouCanChangeYourFilters": { "alias": "textYouCanChangeYourFilters"; "required": false; }; }, { "spxBlurCategory": "spxBlurCategory"; "spxBlurContainerStatus": "spxBlurContainerStatus"; "spxBlurContainerStatusGroup": "spxBlurContainerStatusGroup"; "spxBlurContainerType": "spxBlurContainerType"; "spxBlurCustomer": "spxBlurCustomer"; "spxBlurDepot": "spxBlurDepot"; "spxClickContainer": "spxClickContainer"; "spxPageChange": "spxPageChange"; "spxSearchCategory": "spxSearchCategory"; "spxSearchContainerStatus": "spxSearchContainerStatus"; "spxSearchContainerStatusGroup": "spxSearchContainerStatusGroup"; "spxSearchContainerType": "spxSearchContainerType"; "spxSearchCustomer": "spxSearchCustomer"; "spxSearchDepot": "spxSearchDepot"; "spxSubmit": "spxSubmit"; }, never, never, true, never>;
|
|
85
86
|
}
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
import { SpxSeverityEnum } from "@softpak/components/spx-helpers";
|
|
2
|
-
import { SpxToasterAutoCloseSpeedEnum } from "./spx-toaster-autoclose-speed";
|
|
3
2
|
export declare class SpxToasterMessageI {
|
|
4
|
-
|
|
3
|
+
autoClose?: any;
|
|
5
4
|
title?: string;
|
|
6
5
|
closeable?: boolean;
|
|
7
6
|
id: number;
|
|
8
7
|
message: string;
|
|
9
8
|
severity: SpxSeverityEnum;
|
|
10
9
|
uniqueIdentifier?: string;
|
|
11
|
-
constructor(message: string, id: number, severity: SpxSeverityEnum, autoClose?: SpxToasterAutoCloseSpeedEnum, closeable?: boolean);
|
|
12
|
-
get autoClose(): number | undefined;
|
|
13
|
-
set autoClose(value: number | undefined);
|
|
14
10
|
}
|
|
@@ -1,11 +1,19 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter, OnChanges, Renderer2 } from '@angular/core';
|
|
1
2
|
import { SpxToasterMessageI } from './spx-toaster-message.interface';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SpxToasterComponent {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
export declare class SpxToasterComponent implements OnChanges {
|
|
5
|
+
private renderer;
|
|
6
|
+
private el;
|
|
7
|
+
hostClass: boolean;
|
|
8
|
+
messages: SpxToasterMessageI[];
|
|
9
|
+
spxClose: EventEmitter<number>;
|
|
10
|
+
spxAutoclose: number | undefined;
|
|
11
|
+
count: number;
|
|
12
|
+
constructor(renderer: Renderer2, el: ElementRef);
|
|
13
|
+
ngOnChanges(): void;
|
|
14
|
+
showProgressBar(autoclose: number, id: number): void;
|
|
8
15
|
handleClose(id: number): void;
|
|
16
|
+
private calcToasterAutocloseSpeed;
|
|
9
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpxToasterComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpxToasterComponent, "spx-toaster", never, { "messages": { "alias": "messages"; "required":
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxToasterComponent, "spx-toaster", never, { "messages": { "alias": "messages"; "required": false; }; "spxAutoclose": { "alias": "spxAutoclose"; "required": false; }; }, { "spxClose": "spxClose"; }, never, never, true, never>;
|
|
11
19
|
}
|
|
@@ -10,6 +10,10 @@ export declare const spxTextCompany = "spxTextCompany";
|
|
|
10
10
|
export declare const spxTextSelect = "spxTextSelect";
|
|
11
11
|
export declare const spxTextSelectYourCompany = "spxSelectYourCompany";
|
|
12
12
|
export declare const spxTextChange = "spxTextChange";
|
|
13
|
+
export declare const spxText404PageNotFound = "spxText404PageNotFound";
|
|
14
|
+
export declare const spxTextPageNotFound = "spxTextPageNotFound";
|
|
15
|
+
export declare const spxTextPageNotFoundDescription = "spxTextPageNotFoundDescription";
|
|
16
|
+
export declare const spxTextGoHome = "spxTextGoHome";
|
|
13
17
|
export interface SpxTranslateI {
|
|
14
18
|
[spxTextChange]: string;
|
|
15
19
|
[spxTextCheckingForUpdates]: string;
|
|
@@ -23,4 +27,8 @@ export interface SpxTranslateI {
|
|
|
23
27
|
[spxTextCompany]: string;
|
|
24
28
|
[spxTextSelect]: string;
|
|
25
29
|
[spxTextSelectYourCompany]: string;
|
|
30
|
+
[spxText404PageNotFound]: string;
|
|
31
|
+
[spxTextPageNotFound]: string;
|
|
32
|
+
[spxTextPageNotFoundDescription]: string;
|
|
33
|
+
[spxTextGoHome]: string;
|
|
26
34
|
}
|
|
@@ -17,12 +17,12 @@ export declare const runCheck: import("@ngrx/store").ActionCreator<"[SPX / Updat
|
|
|
17
17
|
}) => {
|
|
18
18
|
forceWaitForUpdate?: boolean;
|
|
19
19
|
} & import("@ngrx/store").Action<"[SPX / Update Check] Run">>;
|
|
20
|
-
declare const all: ({
|
|
21
|
-
forceWaitForUpdate?: boolean;
|
|
22
|
-
} & import("@ngrx/store").Action<"[SPX / Update Check] Run">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check] An update is ready">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check] Clear error">) | ({
|
|
20
|
+
declare const all: (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check] An update is ready">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check] Clear error">) | ({
|
|
23
21
|
startUpdateAgainAfterTimeout?: boolean;
|
|
24
|
-
} & import("@ngrx/store").Action<"[SPX / Update Check] Error happened">) | ({
|
|
22
|
+
} & import("@ngrx/store").Action<"[SPX / Update Check] Error happened">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check] Initialize">) | ({
|
|
25
23
|
startUpdateAgainAfterTimeout?: boolean;
|
|
26
|
-
} & import("@ngrx/store").Action<"[SPX / Update Check] No update was found">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check] Not available on web">) | (
|
|
24
|
+
} & import("@ngrx/store").Action<"[SPX / Update Check] No update was found">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check] Not available on web">) | ({
|
|
25
|
+
forceWaitForUpdate?: boolean;
|
|
26
|
+
} & import("@ngrx/store").Action<"[SPX / Update Check] Run">);
|
|
27
27
|
export type Actions = typeof all;
|
|
28
28
|
export {};
|
|
@@ -3,6 +3,6 @@ export declare const hasBeenDownloaded: import("@ngrx/store").ActionCreator<"[SP
|
|
|
3
3
|
export declare const hasBeenInstalled: import("@ngrx/store").ActionCreator<"[SPX / Update Pending] Has been installed", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Has been installed">>;
|
|
4
4
|
export declare const postpone: import("@ngrx/store").ActionCreator<"[SPX / Update Pending] Postpone", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Postpone">>;
|
|
5
5
|
export declare const postponeExpired: import("@ngrx/store").ActionCreator<"[SPX / Update Pending] Postpone expired", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Postpone expired">>;
|
|
6
|
-
declare const all: (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending]
|
|
6
|
+
declare const all: (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Accept update">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Has been downloaded">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Has been installed">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Postpone">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Postpone expired">);
|
|
7
7
|
export type Actions = typeof all;
|
|
8
8
|
export {};
|