@softpak/components 19.19.0 → 19.21.0-beta.2
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/fesm2022/softpak-components-spx-404-page.mjs +2 -2
- package/fesm2022/softpak-components-spx-404-page.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-alert.mjs +7 -6
- package/fesm2022/softpak-components-spx-alert.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-app-configuration.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-app-expiry.mjs +23 -91
- package/fesm2022/softpak-components-spx-app-expiry.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-button.mjs +8 -22
- package/fesm2022/softpak-components-spx-button.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-capitalize.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-card.mjs +20 -91
- package/fesm2022/softpak-components-spx-card.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-change-details.mjs +59 -104
- package/fesm2022/softpak-components-spx-change-details.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-channel-selection.mjs +52 -52
- package/fesm2022/softpak-components-spx-channel-selection.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-check-digit.mjs +24 -28
- package/fesm2022/softpak-components-spx-check-digit.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-confirm.mjs +4 -4
- package/fesm2022/softpak-components-spx-confirm.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-form-section.mjs +8 -33
- package/fesm2022/softpak-components-spx-form-section.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-form-view.mjs +39 -53
- package/fesm2022/softpak-components-spx-form-view.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-helpers.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-inputs.mjs +33 -24
- package/fesm2022/softpak-components-spx-inputs.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-navigation.mjs +34 -89
- package/fesm2022/softpak-components-spx-navigation.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-number-check.mjs +91 -198
- package/fesm2022/softpak-components-spx-number-check.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-pagination.mjs +12 -21
- package/fesm2022/softpak-components-spx-pagination.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-patch.mjs +8 -39
- package/fesm2022/softpak-components-spx-patch.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-pipes.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-progress-bar.mjs +8 -22
- package/fesm2022/softpak-components-spx-progress-bar.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-spinner.mjs +15 -160
- package/fesm2022/softpak-components-spx-spinner.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-stock-info.mjs +71 -128
- package/fesm2022/softpak-components-spx-stock-info.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-storage.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-suggestion.mjs +2 -2
- package/fesm2022/softpak-components-spx-suggestion.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-toaster.mjs +35 -162
- package/fesm2022/softpak-components-spx-toaster.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-toggle.mjs +2 -2
- package/fesm2022/softpak-components-spx-toggle.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-translate.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-update.mjs +5 -5
- package/fesm2022/softpak-components-spx-update.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-validation.mjs +56 -55
- package/fesm2022/softpak-components-spx-validation.mjs.map +1 -1
- package/package.json +24 -24
- 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 +0 -3
- package/spx-card/spx-card-item/spx-card-item.component.d.ts +0 -1
- package/spx-card/spx-card.component.d.ts +8 -9
- package/spx-change-details/spx-change-details.component.d.ts +23 -25
- 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 +15 -16
- package/spx-form-view/spx-form-view.component.d.ts +1 -1
- package/spx-inputs/spx-input-text/spx-input-text.component.d.ts +4 -1
- package/spx-inputs/spx-input.component.d.ts +1 -0
- package/spx-navigation/public-api.d.ts +2 -2
- package/spx-navigation/spx-home-tile/spx-home-tile.component.d.ts +11 -0
- package/spx-navigation/{spx-home-tiles.component.d.ts → spx-home-tile/spx-home-tiles.component.d.ts} +2 -2
- package/spx-navigation/spx-navigation.component.d.ts +11 -8
- package/spx-number-check/spx-number-check.component.d.ts +26 -32
- package/spx-pagination/spx-pagination.component.d.ts +9 -10
- 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 +48 -49
- package/spx-toaster/src/spx-toaster-message.interface.d.ts +5 -1
- package/spx-toaster/src/spx-toaster.component.d.ts +6 -14
- package/spx-validation/spx-validate-control.component.d.ts +22 -20
- package/tailwind.css +1 -1
- package/spx-navigation/spx-home-tile.component.d.ts +0 -11
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
1
|
import { FormBuilder, FormControl, FormGroup } from '@angular/forms';
|
|
3
2
|
import { SpxChangeDetailsValueI } from './spx-change-details-value.interface';
|
|
4
3
|
import { SpxFormI, SpxFormFieldI } from '@softpak/components/spx-form-view';
|
|
@@ -15,30 +14,29 @@ export declare const ctrlCategory = "category";
|
|
|
15
14
|
export declare const ctrlUseCategories = "useCategories";
|
|
16
15
|
export declare class SpxChangeDetailsComponent {
|
|
17
16
|
readonly formBuilder: FormBuilder;
|
|
18
|
-
formGroup: FormGroup
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
submit: EventEmitter<SpxChangeDetailsValueI>;
|
|
17
|
+
readonly formGroup: import("@angular/core").InputSignal<FormGroup<any> | undefined>;
|
|
18
|
+
readonly suggestions: import("@angular/core").InputSignal<any>;
|
|
19
|
+
private readonly showTonsTested;
|
|
20
|
+
readonly textCategory: import("@angular/core").InputSignal<string | undefined>;
|
|
21
|
+
readonly textContainerNumber: import("@angular/core").InputSignal<string | undefined>;
|
|
22
|
+
readonly textContainerType: import("@angular/core").InputSignal<string | undefined>;
|
|
23
|
+
readonly textCustomer: import("@angular/core").InputSignal<string | undefined>;
|
|
24
|
+
readonly textLicensePlate: import("@angular/core").InputSignal<string | undefined>;
|
|
25
|
+
readonly textSave: import("@angular/core").InputSignal<string | undefined>;
|
|
26
|
+
readonly textTonsTested: import("@angular/core").InputSignal<string | undefined>;
|
|
27
|
+
spxBlurCategory: import("@angular/core").OutputEmitterRef<SpxValuePair<string>>;
|
|
28
|
+
spxBlurContainerType: import("@angular/core").OutputEmitterRef<SpxValuePair<string>>;
|
|
29
|
+
spxSearchCategory: import("@angular/core").OutputEmitterRef<SpxValuePair<string>>;
|
|
30
|
+
spxSearchContainerType: import("@angular/core").OutputEmitterRef<SpxValuePair<string>>;
|
|
31
|
+
spxSearchTonsTested: import("@angular/core").OutputEmitterRef<SpxValuePair<string>>;
|
|
32
|
+
submit: import("@angular/core").OutputEmitterRef<SpxChangeDetailsValueI>;
|
|
35
33
|
form: SpxFormI;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
34
|
+
readonly ctrlCategory: import("@angular/core").Signal<FormControl<any>>;
|
|
35
|
+
readonly ctrlCustomer: import("@angular/core").Signal<FormControl<any>>;
|
|
36
|
+
readonly ctrlContainerType: import("@angular/core").Signal<FormControl<any>>;
|
|
37
|
+
readonly ctrlLicensePlate: import("@angular/core").Signal<FormControl<any>>;
|
|
38
|
+
readonly ctrlTonsTested: import("@angular/core").Signal<FormControl<any>>;
|
|
39
|
+
readonly ctrlUseCategories: import("@angular/core").Signal<FormControl<any>>;
|
|
42
40
|
private subContainerType?;
|
|
43
41
|
constructor(formBuilder: FormBuilder);
|
|
44
42
|
createForm(): FormGroup;
|
|
@@ -56,5 +54,5 @@ export declare class SpxChangeDetailsComponent {
|
|
|
56
54
|
onSubmit(): void;
|
|
57
55
|
private listenToContainerType;
|
|
58
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpxChangeDetailsComponent, never>;
|
|
59
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpxChangeDetailsComponent, "spx-change-details", never, { "formGroup": { "alias": "formGroup"; "required": false;
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxChangeDetailsComponent, "spx-change-details", never, { "formGroup": { "alias": "formGroup"; "required": false; "isSignal": true; }; "suggestions": { "alias": "suggestions"; "required": false; "isSignal": true; }; "textCategory": { "alias": "textCategory"; "required": false; "isSignal": true; }; "textContainerNumber": { "alias": "textContainerNumber"; "required": false; "isSignal": true; }; "textContainerType": { "alias": "textContainerType"; "required": false; "isSignal": true; }; "textCustomer": { "alias": "textCustomer"; "required": false; "isSignal": true; }; "textLicensePlate": { "alias": "textLicensePlate"; "required": false; "isSignal": true; }; "textSave": { "alias": "textSave"; "required": false; "isSignal": true; }; "textTonsTested": { "alias": "textTonsTested"; "required": false; "isSignal": true; }; }, { "spxBlurCategory": "spxBlurCategory"; "spxBlurContainerType": "spxBlurContainerType"; "spxSearchCategory": "spxSearchCategory"; "spxSearchContainerType": "spxSearchContainerType"; "spxSearchTonsTested": "spxSearchTonsTested"; "submit": "submit"; }, never, never, true, never>;
|
|
60
58
|
}
|
|
@@ -3,16 +3,16 @@ import { SpxInputComponent, SpxInputTypeEnum } from '@softpak/components/spx-inp
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class SpxCheckDigitComponent {
|
|
5
5
|
private readonly formBuilder;
|
|
6
|
-
txtCheckDigit: string
|
|
7
|
-
txtContainer: string
|
|
8
|
-
txtPrefix: string
|
|
9
|
-
ctrlContainerNumberRef
|
|
6
|
+
readonly txtCheckDigit: import("@angular/core").InputSignal<string>;
|
|
7
|
+
readonly txtContainer: import("@angular/core").InputSignal<string>;
|
|
8
|
+
readonly txtPrefix: import("@angular/core").InputSignal<string>;
|
|
9
|
+
ctrlContainerNumberRef: import("@angular/core").Signal<SpxInputComponent | undefined>;
|
|
10
10
|
inputTypeOverlayNumber: SpxInputTypeEnum;
|
|
11
11
|
inputTypeText: SpxInputTypeEnum;
|
|
12
|
-
formGroup: FormGroup
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
formGroup: import("@angular/core").WritableSignal<FormGroup<any> | null>;
|
|
13
|
+
ctrlCheckDigit: import("@angular/core").Signal<FormControl<any>>;
|
|
14
|
+
ctrlContainerNumber: import("@angular/core").Signal<FormControl<any>>;
|
|
15
|
+
ctrlContainerPrefix: import("@angular/core").Signal<FormControl<any>>;
|
|
16
16
|
private inputChanges?;
|
|
17
17
|
constructor(formBuilder: FormBuilder);
|
|
18
18
|
ngOnInit(): void;
|
|
@@ -20,5 +20,5 @@ export declare class SpxCheckDigitComponent {
|
|
|
20
20
|
ngOnDestroy(): void;
|
|
21
21
|
getRawValidators(formControl: FormControl): any;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpxCheckDigitComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpxCheckDigitComponent, "spx-check-digit", never, { "txtCheckDigit": { "alias": "txtCheckDigit"; "required":
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxCheckDigitComponent, "spx-check-digit", never, { "txtCheckDigit": { "alias": "txtCheckDigit"; "required": true; "isSignal": true; }; "txtContainer": { "alias": "txtContainer"; "required": true; "isSignal": true; }; "txtPrefix": { "alias": "txtPrefix"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
24
24
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class SpxFormSectionComponent {
|
|
3
|
-
spxIndex
|
|
4
|
-
spxIndexSecondary
|
|
5
|
-
spxTitle
|
|
6
|
-
spxShowTitle: boolean
|
|
3
|
+
readonly spxIndex: import("@angular/core").InputSignal<number | undefined>;
|
|
4
|
+
readonly spxIndexSecondary: import("@angular/core").InputSignal<number | undefined>;
|
|
5
|
+
readonly spxTitle: import("@angular/core").InputSignal<string | undefined>;
|
|
6
|
+
readonly spxShowTitle: import("@angular/core").InputSignal<boolean>;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpxFormSectionComponent, never>;
|
|
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>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxFormSectionComponent, "spx-form-section", never, { "spxIndex": { "alias": "spxIndex"; "required": false; "isSignal": true; }; "spxIndexSecondary": { "alias": "spxIndexSecondary"; "required": false; "isSignal": true; }; "spxTitle": { "alias": "spxTitle"; "required": false; "isSignal": true; }; "spxShowTitle": { "alias": "spxShowTitle"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
9
9
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { 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,24 +10,23 @@ 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: FormGroup
|
|
14
|
-
spxSuggestions: SpxValuePair<any>[]
|
|
15
|
-
spxField: SpxFormFieldI
|
|
16
|
-
txtOptions: string
|
|
17
|
-
txtQuery: string
|
|
18
|
-
txtSubmit: string
|
|
19
|
-
spxValuePair: SpxValuePair<any
|
|
20
|
-
spxCancel:
|
|
21
|
-
spxSearch:
|
|
22
|
-
spxSubmit:
|
|
13
|
+
formGroup: import("@angular/core").WritableSignal<FormGroup<any> | null>;
|
|
14
|
+
readonly spxSuggestions: import("@angular/core").InputSignal<SpxValuePair<any>[]>;
|
|
15
|
+
readonly spxField: import("@angular/core").InputSignal<SpxFormFieldI>;
|
|
16
|
+
readonly txtOptions: import("@angular/core").InputSignal<string>;
|
|
17
|
+
readonly txtQuery: import("@angular/core").InputSignal<string>;
|
|
18
|
+
readonly txtSubmit: import("@angular/core").InputSignal<string>;
|
|
19
|
+
readonly spxValuePair: import("@angular/core").InputSignal<SpxValuePair<any>>;
|
|
20
|
+
spxCancel: import("@angular/core").OutputEmitterRef<void>;
|
|
21
|
+
spxSearch: import("@angular/core").OutputEmitterRef<SpxValuePair<any>>;
|
|
22
|
+
spxSubmit: import("@angular/core").OutputEmitterRef<SpxValuePair<any>>;
|
|
23
23
|
inputTypeRadio: SpxInputTypeEnum;
|
|
24
24
|
inputTypeText: SpxInputTypeEnum;
|
|
25
25
|
SpxSeverity: typeof SpxSeverityEnum;
|
|
26
26
|
sections: SpxFormSectionI[];
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
private
|
|
30
|
-
private subQuery?;
|
|
27
|
+
readonly ctrlQuery: import("@angular/core").Signal<FormControl<any>>;
|
|
28
|
+
readonly ctrlOptions: import("@angular/core").Signal<FormControl<any>>;
|
|
29
|
+
private subscriptions;
|
|
31
30
|
constructor(formBuilder: FormBuilder);
|
|
32
31
|
ngOnInit(): void;
|
|
33
32
|
ngOnDestroy(): void;
|
|
@@ -38,5 +37,5 @@ export declare class SpxAutocompleteSearchComponent implements OnInit, OnDestroy
|
|
|
38
37
|
private listenToQuery;
|
|
39
38
|
private listenToSelection;
|
|
40
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpxAutocompleteSearchComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpxAutocompleteSearchComponent, "spx-autocomplete-search", never, { "spxSuggestions": { "alias": "spxSuggestions"; "required": false; }; "spxField": { "alias": "spxField"; "required":
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxAutocompleteSearchComponent, "spx-autocomplete-search", never, { "spxSuggestions": { "alias": "spxSuggestions"; "required": false; "isSignal": true; }; "spxField": { "alias": "spxField"; "required": true; "isSignal": true; }; "txtOptions": { "alias": "txtOptions"; "required": true; "isSignal": true; }; "txtQuery": { "alias": "txtQuery"; "required": true; "isSignal": true; }; "txtSubmit": { "alias": "txtSubmit"; "required": true; "isSignal": true; }; "spxValuePair": { "alias": "spxValuePair"; "required": true; "isSignal": true; }; }, { "spxCancel": "spxCancel"; "spxSearch": "spxSearch"; "spxSubmit": "spxSubmit"; }, never, never, true, never>;
|
|
42
41
|
}
|
|
@@ -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: import("@angular/core").WritableSignal<SpxFormFieldI | null>;
|
|
26
26
|
typeAutocomplete: SpxInputTypeEnum;
|
|
27
27
|
typeButton: SpxInputTypeEnum;
|
|
28
28
|
typeFloat: SpxInputTypeEnum;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
1
|
+
import { ChangeDetectorRef, 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;
|
|
7
8
|
readonly spxName: import("@angular/core").InputSignal<string | undefined>;
|
|
8
9
|
readonly spxAutofocus: import("@angular/core").InputSignal<boolean>;
|
|
9
10
|
readonly spxAutocomplete: import("@angular/core").InputSignal<string | undefined>;
|
|
@@ -20,7 +21,9 @@ export declare class SpxInputTextComponent {
|
|
|
20
21
|
selectedInputService: SelectedInputService;
|
|
21
22
|
spxIsFocused: import("@angular/core").WritableSignal<boolean>;
|
|
22
23
|
inputRef: import("@angular/core").Signal<ElementRef<any>>;
|
|
24
|
+
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
23
25
|
ngOnInit(): void;
|
|
26
|
+
triggerChangeDetection(): void;
|
|
24
27
|
spxSetFocus(): void;
|
|
25
28
|
componentDidLoad(): void;
|
|
26
29
|
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.component';
|
|
4
|
-
export * from './spx-home-tiles.component';
|
|
3
|
+
export * from './spx-home-tile/spx-home-tile.component';
|
|
4
|
+
export * from './spx-home-tile/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
|
+
readonly spxAutofocus: import("@angular/core").InputSignal<boolean | undefined>;
|
|
4
|
+
readonly spxClass: import("@angular/core").InputSignal<string | undefined>;
|
|
5
|
+
readonly spxSubtitle: import("@angular/core").InputSignal<string | undefined>;
|
|
6
|
+
readonly spxTitle: import("@angular/core").InputSignal<string | undefined>;
|
|
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; "isSignal": true; }; "spxClass": { "alias": "spxClass"; "required": false; "isSignal": true; }; "spxSubtitle": { "alias": "spxSubtitle"; "required": false; "isSignal": true; }; "spxTitle": { "alias": "spxTitle"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
11
|
+
}
|
package/spx-navigation/{spx-home-tiles.component.d.ts → spx-home-tile/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
|
-
spxCols: 1 | 2
|
|
3
|
+
readonly spxCols: import("@angular/core").InputSignal<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; }; }, {}, never, ["*"], true, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxHomeTilesComponent, "spx-home-tiles", never, { "spxCols": { "alias": "spxCols"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
6
6
|
}
|
|
@@ -1,18 +1,21 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { SpxHomeTileComponent } from './spx-home-tile.component';
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { SpxHomeTileComponent } from './spx-home-tile/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';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class SpxNavigationComponent {
|
|
7
|
+
export declare class SpxNavigationComponent implements OnInit, OnDestroy {
|
|
7
8
|
private readonly appStore;
|
|
8
9
|
readonly spxOverwriteNavItems: import("@angular/core").InputSignal<SpxNavigationItemI[] | undefined>;
|
|
9
|
-
tiles
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
tiles: import("@angular/core").Signal<readonly SpxHomeTileComponent[]>;
|
|
11
|
+
spxClick: import("@angular/core").OutputEmitterRef<string>;
|
|
12
|
+
navItems: import("@angular/core").WritableSignal<SpxNavigationItemI[]>;
|
|
13
|
+
menuItemsSubscription: Subscription | null;
|
|
13
14
|
constructor(appStore: Store);
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
ngOnDestroy(): void;
|
|
14
17
|
setFocus(): void;
|
|
15
18
|
onNavigate(link: string): void;
|
|
16
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpxNavigationComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpxNavigationComponent, "spx-navigation", never, { "spxOverwriteNavItems": { "alias": "spxOverwriteNavItems"; "required": false; "isSignal": true; }; }, { "spxClick": "spxClick"; },
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxNavigationComponent, "spx-navigation", never, { "spxOverwriteNavItems": { "alias": "spxOverwriteNavItems"; "required": false; "isSignal": true; }; }, { "spxClick": "spxClick"; }, never, never, true, never>;
|
|
18
21
|
}
|
|
@@ -1,46 +1,40 @@
|
|
|
1
|
-
import { ElementRef,
|
|
1
|
+
import { ElementRef, OnDestroy, OnInit } 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';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class SpxNumberCheckComponent implements
|
|
5
|
+
export declare class SpxNumberCheckComponent implements OnInit, OnDestroy {
|
|
7
6
|
private readonly formBuilder;
|
|
8
|
-
spxAction: string
|
|
9
|
-
spxSimpleMode: boolean
|
|
10
|
-
spxPincode: string
|
|
11
|
-
txtCancel: string
|
|
12
|
-
txtConfirm: string
|
|
13
|
-
txtConfirmMessage: string
|
|
14
|
-
txtReset: string
|
|
15
|
-
spxCancel:
|
|
16
|
-
spxConfirm:
|
|
17
|
-
viewChild1:
|
|
18
|
-
viewChild2: ElementRef<HTMLInputElement
|
|
19
|
-
viewChild3: ElementRef<HTMLInputElement
|
|
20
|
-
viewChild4: ElementRef<HTMLInputElement
|
|
21
|
-
form: FormGroup
|
|
7
|
+
readonly spxAction: import("@angular/core").InputSignal<string>;
|
|
8
|
+
readonly spxSimpleMode: import("@angular/core").InputSignal<boolean>;
|
|
9
|
+
readonly spxPincode: import("@angular/core").InputSignal<string>;
|
|
10
|
+
readonly txtCancel: import("@angular/core").InputSignal<string>;
|
|
11
|
+
readonly txtConfirm: import("@angular/core").InputSignal<string>;
|
|
12
|
+
readonly txtConfirmMessage: import("@angular/core").InputSignal<string>;
|
|
13
|
+
readonly txtReset: import("@angular/core").InputSignal<string>;
|
|
14
|
+
spxCancel: import("@angular/core").OutputEmitterRef<void>;
|
|
15
|
+
spxConfirm: import("@angular/core").OutputEmitterRef<void>;
|
|
16
|
+
readonly viewChild1: import("@angular/core").Signal<HTMLInputElement>;
|
|
17
|
+
readonly viewChild2: import("@angular/core").Signal<ElementRef<HTMLInputElement>>;
|
|
18
|
+
readonly viewChild3: import("@angular/core").Signal<ElementRef<HTMLInputElement>>;
|
|
19
|
+
readonly viewChild4: import("@angular/core").Signal<ElementRef<HTMLInputElement>>;
|
|
20
|
+
form: import("@angular/core").WritableSignal<FormGroup<any> | null>;
|
|
22
21
|
spxSeverity: typeof SpxSeverityEnum;
|
|
23
|
-
accepted: boolean
|
|
24
|
-
denied: boolean
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
get ctrl1(): FormControl;
|
|
31
|
-
get ctrl2(): FormControl;
|
|
32
|
-
get ctrl3(): FormControl;
|
|
33
|
-
get ctrl4(): FormControl;
|
|
22
|
+
accepted: import("@angular/core").WritableSignal<boolean>;
|
|
23
|
+
denied: import("@angular/core").WritableSignal<boolean>;
|
|
24
|
+
private subscription;
|
|
25
|
+
readonly ctrl1: import("@angular/core").Signal<FormControl<any>>;
|
|
26
|
+
readonly ctrl2: import("@angular/core").Signal<FormControl<any>>;
|
|
27
|
+
readonly ctrl3: import("@angular/core").Signal<FormControl<any>>;
|
|
28
|
+
readonly ctrl4: import("@angular/core").Signal<FormControl<any>>;
|
|
34
29
|
constructor(formBuilder: FormBuilder);
|
|
35
30
|
ngOnInit(): void;
|
|
36
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
37
31
|
ngOnDestroy(): void;
|
|
38
32
|
handleCancel(): void;
|
|
39
33
|
handleConfirm(): void;
|
|
40
34
|
handleReset(): void;
|
|
41
|
-
onDigitInput(event:
|
|
42
|
-
onBackspace(event:
|
|
35
|
+
onDigitInput(event: KeyboardEvent): void;
|
|
36
|
+
onBackspace(event: Event): void;
|
|
43
37
|
private checkPincode;
|
|
44
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpxNumberCheckComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpxNumberCheckComponent, "spx-number-check", never, { "spxAction": { "alias": "spxAction"; "required":
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxNumberCheckComponent, "spx-number-check", never, { "spxAction": { "alias": "spxAction"; "required": true; "isSignal": true; }; "spxSimpleMode": { "alias": "spxSimpleMode"; "required": false; "isSignal": true; }; "spxPincode": { "alias": "spxPincode"; "required": true; "isSignal": true; }; "txtCancel": { "alias": "txtCancel"; "required": true; "isSignal": true; }; "txtConfirm": { "alias": "txtConfirm"; "required": true; "isSignal": true; }; "txtConfirmMessage": { "alias": "txtConfirmMessage"; "required": true; "isSignal": true; }; "txtReset": { "alias": "txtReset"; "required": true; "isSignal": true; }; }, { "spxCancel": "spxCancel"; "spxConfirm": "spxConfirm"; }, never, never, true, never>;
|
|
46
40
|
}
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
1
|
import { IconProp } from '@fortawesome/angular-fontawesome/types';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class SpxPaginationComponent {
|
|
5
|
-
faArrowLeft: IconProp
|
|
6
|
-
faArrowRight: IconProp
|
|
7
|
-
spxPage: number
|
|
8
|
-
spxMaxPages: number
|
|
9
|
-
textNext: string
|
|
10
|
-
textPage: string
|
|
11
|
-
textPrevious: string
|
|
12
|
-
spxPageChange:
|
|
4
|
+
readonly faArrowLeft: import("@angular/core").InputSignal<IconProp>;
|
|
5
|
+
readonly faArrowRight: import("@angular/core").InputSignal<IconProp>;
|
|
6
|
+
readonly spxPage: import("@angular/core").InputSignal<number>;
|
|
7
|
+
readonly spxMaxPages: import("@angular/core").InputSignal<number>;
|
|
8
|
+
readonly textNext: import("@angular/core").InputSignal<string>;
|
|
9
|
+
readonly textPage: import("@angular/core").InputSignal<string>;
|
|
10
|
+
readonly textPrevious: import("@angular/core").InputSignal<string>;
|
|
11
|
+
spxPageChange: import("@angular/core").OutputEmitterRef<number>;
|
|
13
12
|
onPageChange(page: number): void;
|
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpxPaginationComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpxPaginationComponent, "spx-pagination", never, { "faArrowLeft": { "alias": "faArrowLeft"; "required":
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxPaginationComponent, "spx-pagination", never, { "faArrowLeft": { "alias": "faArrowLeft"; "required": true; "isSignal": true; }; "faArrowRight": { "alias": "faArrowRight"; "required": true; "isSignal": true; }; "spxPage": { "alias": "spxPage"; "required": true; "isSignal": true; }; "spxMaxPages": { "alias": "spxMaxPages"; "required": true; "isSignal": true; }; "textNext": { "alias": "textNext"; "required": true; "isSignal": true; }; "textPage": { "alias": "textPage"; "required": true; "isSignal": true; }; "textPrevious": { "alias": "textPrevious"; "required": true; "isSignal": true; }; }, { "spxPageChange": "spxPageChange"; }, never, never, true, never>;
|
|
16
15
|
}
|
|
@@ -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
|
-
spxText: string
|
|
5
|
-
patchCheck: number | null
|
|
6
|
-
releaseCheck: string | null
|
|
4
|
+
readonly spxText: import("@angular/core").InputSignal<string>;
|
|
5
|
+
readonly patchCheck: import("@angular/core").InputSignal<number | null>;
|
|
6
|
+
readonly releaseCheck: import("@angular/core").InputSignal<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": true; "isSignal": true; }; "patchCheck": { "alias": "patchCheck"; "required": true; "isSignal": true; }; "releaseCheck": { "alias": "releaseCheck"; "required": true; "isSignal": true; }; }, {}, 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
|
-
spxPercentage: number
|
|
4
|
-
spxTitle: string
|
|
3
|
+
readonly spxPercentage: import("@angular/core").InputSignal<number>;
|
|
4
|
+
readonly spxTitle: import("@angular/core").InputSignal<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": true; "isSignal": true; }; "spxTitle": { "alias": "spxTitle"; "required": true; "isSignal": true; }; }, {}, 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
|
-
spxShow: boolean
|
|
4
|
-
spxLoaderText: string
|
|
3
|
+
readonly spxShow: import("@angular/core").InputSignal<boolean>;
|
|
4
|
+
readonly spxLoaderText: import("@angular/core").InputSignal<string>;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpxSpinnerComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpxSpinnerComponent, "spx-spinner", never, { "spxShow": { "alias": "spxShow"; "required": false; }; "spxLoaderText": { "alias": "spxLoaderText"; "required":
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxSpinnerComponent, "spx-spinner", never, { "spxShow": { "alias": "spxShow"; "required": false; "isSignal": true; }; "spxLoaderText": { "alias": "spxLoaderText"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
7
7
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
1
|
import { FormBuilder, FormControl, FormGroup } from '@angular/forms';
|
|
3
2
|
import { SpxValuePair } from '@softpak/components/spx-inputs';
|
|
4
3
|
import { SpxFormFieldI, SpxFormI } from '@softpak/components/spx-form-view';
|
|
@@ -18,55 +17,55 @@ export declare const sectionCustomer = "sectionCustomer";
|
|
|
18
17
|
export declare const sectionLocation = "sectionLocation";
|
|
19
18
|
export declare class SpxStockInfoComponent {
|
|
20
19
|
readonly formBuilder: FormBuilder;
|
|
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:
|
|
47
|
-
spxBlurContainerStatus:
|
|
48
|
-
spxBlurContainerStatusGroup:
|
|
49
|
-
spxBlurContainerType:
|
|
50
|
-
spxBlurCustomer:
|
|
51
|
-
spxBlurDepot:
|
|
52
|
-
spxClickContainer:
|
|
53
|
-
spxPageChange:
|
|
54
|
-
spxSearchCategory:
|
|
55
|
-
spxSearchContainerStatus:
|
|
56
|
-
spxSearchContainerStatusGroup:
|
|
57
|
-
spxSearchContainerType:
|
|
58
|
-
spxSearchCustomer:
|
|
59
|
-
spxSearchDepot:
|
|
60
|
-
spxSubmit:
|
|
20
|
+
readonly depotReadonly: import("@angular/core").InputSignal<boolean>;
|
|
21
|
+
readonly statusGroupsInPatch: import("@angular/core").InputSignal<boolean>;
|
|
22
|
+
readonly containers: import("@angular/core").InputSignal<any[]>;
|
|
23
|
+
readonly currentPage: import("@angular/core").InputSignal<number>;
|
|
24
|
+
readonly faArrowLeft: import("@angular/core").InputSignal<IconProp>;
|
|
25
|
+
readonly faArrowRight: import("@angular/core").InputSignal<IconProp>;
|
|
26
|
+
readonly faContainerStorage: import("@angular/core").InputSignal<IconProp>;
|
|
27
|
+
readonly formGroup: import("@angular/core").InputSignal<FormGroup<any>>;
|
|
28
|
+
readonly loaded: import("@angular/core").InputSignal<boolean>;
|
|
29
|
+
readonly pageSize: import("@angular/core").InputSignal<number>;
|
|
30
|
+
readonly suggestions: import("@angular/core").InputSignal<any>;
|
|
31
|
+
readonly textCategory: import("@angular/core").InputSignal<string>;
|
|
32
|
+
readonly textContainerInfo: import("@angular/core").InputSignal<string>;
|
|
33
|
+
readonly textContainerStatus: import("@angular/core").InputSignal<string>;
|
|
34
|
+
readonly textContainerStatusGroup: import("@angular/core").InputSignal<string>;
|
|
35
|
+
readonly textContainerType: import("@angular/core").InputSignal<string>;
|
|
36
|
+
readonly textCustomer: import("@angular/core").InputSignal<string>;
|
|
37
|
+
readonly textDepot: import("@angular/core").InputSignal<string>;
|
|
38
|
+
readonly textLocation: import("@angular/core").InputSignal<string>;
|
|
39
|
+
readonly textNext: import("@angular/core").InputSignal<string>;
|
|
40
|
+
readonly textPage: import("@angular/core").InputSignal<string>;
|
|
41
|
+
readonly textPrevious: import("@angular/core").InputSignal<string>;
|
|
42
|
+
readonly textSearch: import("@angular/core").InputSignal<string>;
|
|
43
|
+
readonly textNoResults: import("@angular/core").InputSignal<string>;
|
|
44
|
+
readonly textYouCanChangeYourFilters: import("@angular/core").InputSignal<string>;
|
|
45
|
+
readonly spxBlurCategory: import("@angular/core").OutputEmitterRef<SpxValuePair<string>>;
|
|
46
|
+
readonly spxBlurContainerStatus: import("@angular/core").OutputEmitterRef<SpxValuePair<string>>;
|
|
47
|
+
readonly spxBlurContainerStatusGroup: import("@angular/core").OutputEmitterRef<SpxValuePair<string>>;
|
|
48
|
+
readonly spxBlurContainerType: import("@angular/core").OutputEmitterRef<SpxValuePair<string>>;
|
|
49
|
+
readonly spxBlurCustomer: import("@angular/core").OutputEmitterRef<SpxValuePair<string>>;
|
|
50
|
+
readonly spxBlurDepot: import("@angular/core").OutputEmitterRef<SpxValuePair<string>>;
|
|
51
|
+
readonly spxClickContainer: import("@angular/core").OutputEmitterRef<any>;
|
|
52
|
+
readonly spxPageChange: import("@angular/core").OutputEmitterRef<number>;
|
|
53
|
+
readonly spxSearchCategory: import("@angular/core").OutputEmitterRef<SpxValuePair<string>>;
|
|
54
|
+
readonly spxSearchContainerStatus: import("@angular/core").OutputEmitterRef<SpxValuePair<string>>;
|
|
55
|
+
readonly spxSearchContainerStatusGroup: import("@angular/core").OutputEmitterRef<SpxValuePair<string>>;
|
|
56
|
+
readonly spxSearchContainerType: import("@angular/core").OutputEmitterRef<SpxValuePair<string>>;
|
|
57
|
+
readonly spxSearchCustomer: import("@angular/core").OutputEmitterRef<SpxValuePair<string>>;
|
|
58
|
+
readonly spxSearchDepot: import("@angular/core").OutputEmitterRef<SpxValuePair<string>>;
|
|
59
|
+
readonly spxSubmit: import("@angular/core").OutputEmitterRef<SpxStockInfoValueI>;
|
|
61
60
|
severityInfo: SpxSeverityEnum;
|
|
62
61
|
form: SpxFormI;
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
62
|
+
readonly ctrlCategory: import("@angular/core").Signal<FormControl<any>>;
|
|
63
|
+
readonly ctrlContainerStatus: import("@angular/core").Signal<FormControl<any>>;
|
|
64
|
+
readonly ctrlContainerStatusGroup: import("@angular/core").Signal<FormControl<any>>;
|
|
65
|
+
readonly ctrlContainerType: import("@angular/core").Signal<FormControl<any>>;
|
|
66
|
+
readonly ctrlCustomer: import("@angular/core").Signal<FormControl<any>>;
|
|
67
|
+
readonly ctrlDepot: import("@angular/core").Signal<FormControl<any>>;
|
|
68
|
+
readonly ctrlLocation: import("@angular/core").Signal<FormControl<any>>;
|
|
70
69
|
constructor(formBuilder: FormBuilder);
|
|
71
70
|
createForm(): FormGroup;
|
|
72
71
|
getRawValidators(formControl: FormControl): any;
|
|
@@ -82,5 +81,5 @@ export declare class SpxStockInfoComponent {
|
|
|
82
81
|
goToContainer(container: any): void;
|
|
83
82
|
onSubmit(): void;
|
|
84
83
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpxStockInfoComponent, never>;
|
|
85
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpxStockInfoComponent, "spx-stock-info", never, { "depotReadonly": { "alias": "depotReadonly"; "required": false; }; "statusGroupsInPatch": { "alias": "statusGroupsInPatch"; "required":
|
|
84
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxStockInfoComponent, "spx-stock-info", never, { "depotReadonly": { "alias": "depotReadonly"; "required": false; "isSignal": true; }; "statusGroupsInPatch": { "alias": "statusGroupsInPatch"; "required": true; "isSignal": true; }; "containers": { "alias": "containers"; "required": true; "isSignal": true; }; "currentPage": { "alias": "currentPage"; "required": true; "isSignal": true; }; "faArrowLeft": { "alias": "faArrowLeft"; "required": true; "isSignal": true; }; "faArrowRight": { "alias": "faArrowRight"; "required": true; "isSignal": true; }; "faContainerStorage": { "alias": "faContainerStorage"; "required": true; "isSignal": true; }; "formGroup": { "alias": "formGroup"; "required": true; "isSignal": true; }; "loaded": { "alias": "loaded"; "required": true; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": true; "isSignal": true; }; "suggestions": { "alias": "suggestions"; "required": false; "isSignal": true; }; "textCategory": { "alias": "textCategory"; "required": true; "isSignal": true; }; "textContainerInfo": { "alias": "textContainerInfo"; "required": true; "isSignal": true; }; "textContainerStatus": { "alias": "textContainerStatus"; "required": true; "isSignal": true; }; "textContainerStatusGroup": { "alias": "textContainerStatusGroup"; "required": true; "isSignal": true; }; "textContainerType": { "alias": "textContainerType"; "required": true; "isSignal": true; }; "textCustomer": { "alias": "textCustomer"; "required": true; "isSignal": true; }; "textDepot": { "alias": "textDepot"; "required": true; "isSignal": true; }; "textLocation": { "alias": "textLocation"; "required": true; "isSignal": true; }; "textNext": { "alias": "textNext"; "required": true; "isSignal": true; }; "textPage": { "alias": "textPage"; "required": true; "isSignal": true; }; "textPrevious": { "alias": "textPrevious"; "required": true; "isSignal": true; }; "textSearch": { "alias": "textSearch"; "required": true; "isSignal": true; }; "textNoResults": { "alias": "textNoResults"; "required": true; "isSignal": true; }; "textYouCanChangeYourFilters": { "alias": "textYouCanChangeYourFilters"; "required": true; "isSignal": true; }; }, { "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>;
|
|
86
85
|
}
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { SpxSeverityEnum } from "@softpak/components/spx-helpers";
|
|
2
|
+
import { SpxToasterAutoCloseSpeedEnum } from "./spx-toaster-autoclose-speed";
|
|
2
3
|
export declare class SpxToasterMessageI {
|
|
3
|
-
|
|
4
|
+
private _autoClose?;
|
|
4
5
|
title?: string;
|
|
5
6
|
closeable?: boolean;
|
|
6
7
|
id: number;
|
|
7
8
|
message: string;
|
|
8
9
|
severity: SpxSeverityEnum;
|
|
9
10
|
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);
|
|
10
14
|
}
|