@softpak/components 0.0.0-beta.1
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 -0
- package/esm2022/placeholder.mjs +2 -0
- package/esm2022/public_api.mjs +2 -0
- package/esm2022/softpak-components.mjs +5 -0
- package/esm2022/spx-alert/public-api.mjs +3 -0
- package/esm2022/spx-alert/softpak-components-spx-alert.mjs +5 -0
- package/esm2022/spx-alert/spx-alert.component.mjs +191 -0
- package/esm2022/spx-alert/spx-alert.interface.mjs +3 -0
- package/esm2022/spx-app-configuration/public-api.mjs +8 -0
- package/esm2022/spx-app-configuration/softpak-components-spx-app-configuration.mjs +5 -0
- package/esm2022/spx-app-configuration/spx-app-alert.interface.mjs +2 -0
- package/esm2022/spx-app-configuration/spx-app-bundle-set.interface.mjs +2 -0
- package/esm2022/spx-app-configuration/spx-app-channel-type.enum.mjs +8 -0
- package/esm2022/spx-app-configuration/spx-app-channel.interface.mjs +2 -0
- package/esm2022/spx-app-configuration/spx-app-config.interface.mjs +2 -0
- package/esm2022/spx-app-configuration/spx-app-id.enum.mjs +8 -0
- package/esm2022/spx-app-configuration/spx-app-lang.enum.mjs +6 -0
- package/esm2022/spx-app-configuration/spx-app-release-note.interface.mjs +2 -0
- package/esm2022/spx-button/public-api.mjs +2 -0
- package/esm2022/spx-button/softpak-components-spx-button.mjs +5 -0
- package/esm2022/spx-button/spx-button.component.mjs +129 -0
- package/esm2022/spx-capitalize/public-api.mjs +2 -0
- package/esm2022/spx-capitalize/softpak-components-spx-capitalize.mjs +5 -0
- package/esm2022/spx-capitalize/spx-capitalize.pipe.mjs +20 -0
- package/esm2022/spx-channel-selection/public-api.mjs +5 -0
- package/esm2022/spx-channel-selection/softpak-components-spx-channel-selection.mjs +5 -0
- package/esm2022/spx-channel-selection/src/spx-channel-indicator.component.mjs +45 -0
- package/esm2022/spx-channel-selection/src/spx-channel-selection.component.mjs +40 -0
- package/esm2022/spx-channel-selection/src/spx-company-selection.component.mjs +48 -0
- package/esm2022/spx-channel-selection/src/spx-welcome.component.mjs +43 -0
- package/esm2022/spx-check-digit/public-api.mjs +2 -0
- package/esm2022/spx-check-digit/softpak-components-spx-check-digit.mjs +5 -0
- package/esm2022/spx-check-digit/spx-check-digit.component.mjs +85 -0
- package/esm2022/spx-form-section/public-api.mjs +2 -0
- package/esm2022/spx-form-section/softpak-components-spx-form-section.mjs +5 -0
- package/esm2022/spx-form-section/spx-form-section.component.mjs +37 -0
- package/esm2022/spx-helpers/calc-check-digit.function.mjs +21 -0
- package/esm2022/spx-helpers/public-api.mjs +4 -0
- package/esm2022/spx-helpers/softpak-components-spx-helpers.mjs +5 -0
- package/esm2022/spx-helpers/spx-severity.enum.mjs +8 -0
- package/esm2022/spx-helpers/value-pair-to-value.function.mjs +7 -0
- package/esm2022/spx-inputs/public-api.mjs +5 -0
- package/esm2022/spx-inputs/softpak-components-spx-inputs.mjs +5 -0
- package/esm2022/spx-inputs/spx-input-box.component.mjs +231 -0
- package/esm2022/spx-inputs/spx-input-date.component.mjs +294 -0
- package/esm2022/spx-inputs/spx-input-float.component.mjs +154 -0
- package/esm2022/spx-inputs/spx-input-number.component.mjs +82 -0
- package/esm2022/spx-inputs/spx-input-radio.component.mjs +63 -0
- package/esm2022/spx-inputs/spx-input-text.component.mjs +156 -0
- package/esm2022/spx-inputs/spx-input.component.mjs +380 -0
- package/esm2022/spx-inputs/spx-value-interface.mjs +2 -0
- package/esm2022/spx-navigation/public-api.mjs +5 -0
- package/esm2022/spx-navigation/softpak-components-spx-navigation.mjs +5 -0
- package/esm2022/spx-navigation/spx-home-tile.component.mjs +33 -0
- package/esm2022/spx-navigation/spx-home-tiles.component.mjs +17 -0
- package/esm2022/spx-navigation/spx-navigation-item.interface.mjs +2 -0
- package/esm2022/spx-navigation/spx-navigation.component.mjs +42 -0
- package/esm2022/spx-patch/patch-check.function.mjs +9 -0
- package/esm2022/spx-patch/public-api.mjs +4 -0
- package/esm2022/spx-patch/release-check.function.mjs +11 -0
- package/esm2022/spx-patch/softpak-components-spx-patch.mjs +5 -0
- package/esm2022/spx-patch/spx-patch.component.mjs +46 -0
- package/esm2022/spx-progress-bar/public-api.mjs +2 -0
- package/esm2022/spx-progress-bar/softpak-components-spx-progress-bar.mjs +5 -0
- package/esm2022/spx-progress-bar/spx-progress-bar.component.mjs +29 -0
- package/esm2022/spx-spinner/public-api.mjs +2 -0
- package/esm2022/spx-spinner/softpak-components-spx-spinner.mjs +5 -0
- package/esm2022/spx-spinner/spx-spinner.component.mjs +157 -0
- package/esm2022/spx-storage/public-api.mjs +3 -0
- package/esm2022/spx-storage/softpak-components-spx-storage.mjs +5 -0
- package/esm2022/spx-storage/src/spx-storage-key.enum.mjs +13 -0
- package/esm2022/spx-storage/src/spx-storage.class.mjs +45 -0
- package/esm2022/spx-suggestion/public-api.mjs +2 -0
- package/esm2022/spx-suggestion/softpak-components-spx-suggestion.mjs +5 -0
- package/esm2022/spx-suggestion/spx-suggestion.component.mjs +47 -0
- package/esm2022/spx-toaster/public-api.mjs +4 -0
- package/esm2022/spx-toaster/softpak-components-spx-toaster.mjs +5 -0
- package/esm2022/spx-toaster/src/spx-toaster-autoclose-speed.mjs +23 -0
- package/esm2022/spx-toaster/src/spx-toaster-message.interface.mjs +3 -0
- package/esm2022/spx-toaster/src/spx-toaster.component.mjs +46 -0
- package/esm2022/spx-update/public-api.mjs +3 -0
- package/esm2022/spx-update/softpak-components-spx-update.mjs +5 -0
- package/esm2022/spx-update/src/spx-update-info.component.mjs +88 -0
- package/esm2022/spx-update/src/spx-update-progress.component.mjs +46 -0
- package/esm2022/spx-validation/max.validator.mjs +17 -0
- package/esm2022/spx-validation/maxlength.validator.mjs +20 -0
- package/esm2022/spx-validation/min.validator.mjs +17 -0
- package/esm2022/spx-validation/minlength.validator.mjs +20 -0
- package/esm2022/spx-validation/pattern.validator.mjs +12 -0
- package/esm2022/spx-validation/public-api.mjs +10 -0
- package/esm2022/spx-validation/required.validator.mjs +12 -0
- package/esm2022/spx-validation/softpak-components-spx-validation.mjs +5 -0
- package/esm2022/spx-validation/spx-validate-control.component.mjs +63 -0
- package/esm2022/spx-validation/spx-validation.module.mjs +28 -0
- package/esm2022/spx-validation/year-and-month.validator.mjs +42 -0
- package/fesm2022/softpak-components-spx-alert.mjs +201 -0
- package/fesm2022/softpak-components-spx-alert.mjs.map +1 -0
- package/fesm2022/softpak-components-spx-app-configuration.mjs +28 -0
- package/fesm2022/softpak-components-spx-app-configuration.mjs.map +1 -0
- package/fesm2022/softpak-components-spx-button.mjs +136 -0
- package/fesm2022/softpak-components-spx-button.mjs.map +1 -0
- package/fesm2022/softpak-components-spx-capitalize.mjs +27 -0
- package/fesm2022/softpak-components-spx-capitalize.mjs.map +1 -0
- package/fesm2022/softpak-components-spx-channel-selection.mjs +171 -0
- package/fesm2022/softpak-components-spx-channel-selection.mjs.map +1 -0
- package/fesm2022/softpak-components-spx-check-digit.mjs +92 -0
- package/fesm2022/softpak-components-spx-check-digit.mjs.map +1 -0
- package/fesm2022/softpak-components-spx-form-section.mjs +44 -0
- package/fesm2022/softpak-components-spx-form-section.mjs.map +1 -0
- package/fesm2022/softpak-components-spx-helpers.mjs +42 -0
- package/fesm2022/softpak-components-spx-helpers.mjs.map +1 -0
- package/fesm2022/softpak-components-spx-inputs.mjs +1340 -0
- package/fesm2022/softpak-components-spx-inputs.mjs.map +1 -0
- package/fesm2022/softpak-components-spx-navigation.mjs +93 -0
- package/fesm2022/softpak-components-spx-navigation.mjs.map +1 -0
- package/fesm2022/softpak-components-spx-patch.mjs +72 -0
- package/fesm2022/softpak-components-spx-patch.mjs.map +1 -0
- package/fesm2022/softpak-components-spx-progress-bar.mjs +36 -0
- package/fesm2022/softpak-components-spx-progress-bar.mjs.map +1 -0
- package/fesm2022/softpak-components-spx-spinner.mjs +164 -0
- package/fesm2022/softpak-components-spx-spinner.mjs.map +1 -0
- package/fesm2022/softpak-components-spx-storage.mjs +63 -0
- package/fesm2022/softpak-components-spx-storage.mjs.map +1 -0
- package/fesm2022/softpak-components-spx-suggestion.mjs +54 -0
- package/fesm2022/softpak-components-spx-suggestion.mjs.map +1 -0
- package/fesm2022/softpak-components-spx-toaster.mjs +79 -0
- package/fesm2022/softpak-components-spx-toaster.mjs.map +1 -0
- package/fesm2022/softpak-components-spx-update.mjs +138 -0
- package/fesm2022/softpak-components-spx-update.mjs.map +1 -0
- package/fesm2022/softpak-components-spx-validation.mjs +223 -0
- package/fesm2022/softpak-components-spx-validation.mjs.map +1 -0
- package/fesm2022/softpak-components.mjs +8 -0
- package/fesm2022/softpak-components.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/package.json +135 -0
- package/placeholder.d.ts +1 -0
- package/public_api.d.ts +1 -0
- package/spx-alert/index.d.ts +5 -0
- package/spx-alert/public-api.d.ts +2 -0
- package/spx-alert/spx-alert.component.d.ts +28 -0
- package/spx-alert/spx-alert.interface.d.ts +7 -0
- package/spx-app-configuration/index.d.ts +5 -0
- package/spx-app-configuration/public-api.d.ts +7 -0
- package/spx-app-configuration/spx-app-alert.interface.d.ts +7 -0
- package/spx-app-configuration/spx-app-bundle-set.interface.d.ts +4 -0
- package/spx-app-configuration/spx-app-channel-type.enum.d.ts +6 -0
- package/spx-app-configuration/spx-app-channel.interface.d.ts +10 -0
- package/spx-app-configuration/spx-app-config.interface.d.ts +19 -0
- package/spx-app-configuration/spx-app-id.enum.d.ts +6 -0
- package/spx-app-configuration/spx-app-lang.enum.d.ts +4 -0
- package/spx-app-configuration/spx-app-release-note.interface.d.ts +8 -0
- package/spx-button/index.d.ts +5 -0
- package/spx-button/public-api.d.ts +1 -0
- package/spx-button/spx-button.component.d.ts +23 -0
- package/spx-capitalize/index.d.ts +5 -0
- package/spx-capitalize/public-api.d.ts +1 -0
- package/spx-capitalize/spx-capitalize.pipe.d.ts +8 -0
- package/spx-channel-selection/index.d.ts +5 -0
- package/spx-channel-selection/public-api.d.ts +4 -0
- package/spx-channel-selection/src/spx-channel-indicator.component.d.ts +13 -0
- package/spx-channel-selection/src/spx-channel-selection.component.d.ts +11 -0
- package/spx-channel-selection/src/spx-company-selection.component.d.ts +12 -0
- package/spx-channel-selection/src/spx-welcome.component.d.ts +12 -0
- package/spx-check-digit/index.d.ts +5 -0
- package/spx-check-digit/public-api.d.ts +1 -0
- package/spx-check-digit/spx-check-digit.component.d.ts +19 -0
- package/spx-form-section/index.d.ts +5 -0
- package/spx-form-section/public-api.d.ts +1 -0
- package/spx-form-section/spx-form-section.component.d.ts +9 -0
- package/spx-helpers/calc-check-digit.function.d.ts +1 -0
- package/spx-helpers/index.d.ts +5 -0
- package/spx-helpers/public-api.d.ts +3 -0
- package/spx-helpers/spx-severity.enum.d.ts +6 -0
- package/spx-helpers/value-pair-to-value.function.d.ts +1 -0
- package/spx-inputs/index.d.ts +5 -0
- package/spx-inputs/public-api.d.ts +4 -0
- package/spx-inputs/spx-input-box.component.d.ts +33 -0
- package/spx-inputs/spx-input-date.component.d.ts +50 -0
- package/spx-inputs/spx-input-float.component.d.ts +28 -0
- package/spx-inputs/spx-input-number.component.d.ts +22 -0
- package/spx-inputs/spx-input-radio.component.d.ts +18 -0
- package/spx-inputs/spx-input-text.component.d.ts +29 -0
- package/spx-inputs/spx-input.component.d.ts +58 -0
- package/spx-inputs/spx-value-interface.d.ts +4 -0
- package/spx-navigation/index.d.ts +5 -0
- package/spx-navigation/public-api.d.ts +4 -0
- package/spx-navigation/spx-home-tile.component.d.ts +6 -0
- package/spx-navigation/spx-home-tiles.component.d.ts +5 -0
- package/spx-navigation/spx-navigation-item.interface.d.ts +19 -0
- package/spx-navigation/spx-navigation.component.d.ts +12 -0
- package/spx-patch/index.d.ts +5 -0
- package/spx-patch/patch-check.function.d.ts +4 -0
- package/spx-patch/public-api.d.ts +3 -0
- package/spx-patch/release-check.function.d.ts +1 -0
- package/spx-patch/spx-patch.component.d.ts +10 -0
- package/spx-progress-bar/index.d.ts +5 -0
- package/spx-progress-bar/public-api.d.ts +1 -0
- package/spx-progress-bar/spx-progress-bar.component.d.ts +7 -0
- package/spx-spinner/index.d.ts +5 -0
- package/spx-spinner/public-api.d.ts +1 -0
- package/spx-spinner/spx-spinner.component.d.ts +7 -0
- package/spx-storage/index.d.ts +5 -0
- package/spx-storage/public-api.d.ts +2 -0
- package/spx-storage/src/spx-storage-key.enum.d.ts +10 -0
- package/spx-storage/src/spx-storage.class.d.ts +9 -0
- package/spx-suggestion/index.d.ts +5 -0
- package/spx-suggestion/public-api.d.ts +1 -0
- package/spx-suggestion/spx-suggestion.component.d.ts +7 -0
- package/spx-toaster/index.d.ts +5 -0
- package/spx-toaster/public-api.d.ts +3 -0
- package/spx-toaster/src/spx-toaster-autoclose-speed.d.ts +11 -0
- package/spx-toaster/src/spx-toaster-message.interface.d.ts +9 -0
- package/spx-toaster/src/spx-toaster.component.d.ts +11 -0
- package/spx-update/index.d.ts +5 -0
- package/spx-update/public-api.d.ts +2 -0
- package/spx-update/src/spx-update-info.component.d.ts +18 -0
- package/spx-update/src/spx-update-progress.component.d.ts +14 -0
- package/spx-validation/index.d.ts +5 -0
- package/spx-validation/max.validator.d.ts +7 -0
- package/spx-validation/maxlength.validator.d.ts +7 -0
- package/spx-validation/min.validator.d.ts +7 -0
- package/spx-validation/minlength.validator.d.ts +7 -0
- package/spx-validation/pattern.validator.d.ts +2 -0
- package/spx-validation/public-api.d.ts +9 -0
- package/spx-validation/required.validator.d.ts +2 -0
- package/spx-validation/spx-validate-control.component.d.ts +24 -0
- package/spx-validation/spx-validation.module.d.ts +9 -0
- package/spx-validation/year-and-month.validator.d.ts +2 -0
- package/tailwind.css +1 -0
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { SpxValuePair } from './spx-value-interface';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SpxInputDateComponent {
|
|
5
|
+
private elYear?;
|
|
6
|
+
private elMonth?;
|
|
7
|
+
private elDay?;
|
|
8
|
+
spxMax?: string;
|
|
9
|
+
spxMin?: string;
|
|
10
|
+
spxName?: string;
|
|
11
|
+
spxReadonly: boolean;
|
|
12
|
+
spxValidators?: any[];
|
|
13
|
+
spxFocused: boolean;
|
|
14
|
+
spxSelectMonth: boolean;
|
|
15
|
+
spxSelectDay: boolean;
|
|
16
|
+
value?: SpxValuePair<string>;
|
|
17
|
+
spxChange: EventEmitter<SpxValuePair<any>>;
|
|
18
|
+
spxFocus: EventEmitter<void>;
|
|
19
|
+
spxLastKeyPressed: null;
|
|
20
|
+
spxSelectStep: 'years' | 'days' | 'months';
|
|
21
|
+
spxInternalValue: {
|
|
22
|
+
years?: number;
|
|
23
|
+
months?: number;
|
|
24
|
+
days?: number;
|
|
25
|
+
};
|
|
26
|
+
spxSuggestions: {
|
|
27
|
+
years: SpxValuePair<number>[];
|
|
28
|
+
months: SpxValuePair<number>[];
|
|
29
|
+
days: SpxValuePair<number>[];
|
|
30
|
+
};
|
|
31
|
+
spxWasInternalUpdate: boolean;
|
|
32
|
+
spxSetFocus(): Promise<void>;
|
|
33
|
+
constructor();
|
|
34
|
+
componentWillLoad(): void;
|
|
35
|
+
handleDayInput(event: any): void;
|
|
36
|
+
handleMonthInput(event: any): void;
|
|
37
|
+
afterMonthChange(): void;
|
|
38
|
+
handleYearInput(event: any): void;
|
|
39
|
+
afterYearChange(): void;
|
|
40
|
+
handleInput(event: any): void;
|
|
41
|
+
handleFocus(step: 'years' | 'months' | 'days'): void;
|
|
42
|
+
handleKeyDown(event: any): void;
|
|
43
|
+
handleSuggestionClick(value: number): void;
|
|
44
|
+
updateValue(): void;
|
|
45
|
+
doneWithField(): void;
|
|
46
|
+
setValue(value: any): void;
|
|
47
|
+
private suggestYears;
|
|
48
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxInputDateComponent, never>;
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxInputDateComponent, "spx-input-date", never, { "spxMax": { "alias": "spxMax"; "required": false; }; "spxMin": { "alias": "spxMin"; "required": false; }; "spxName": { "alias": "spxName"; "required": false; }; "spxReadonly": { "alias": "spxReadonly"; "required": false; }; "spxValidators": { "alias": "spxValidators"; "required": false; }; "spxFocused": { "alias": "spxFocused"; "required": false; }; "spxSelectMonth": { "alias": "spxSelectMonth"; "required": false; }; "spxSelectDay": { "alias": "spxSelectDay"; "required": false; }; "value": { "alias": "value"; "required": false; }; "spxLastKeyPressed": { "alias": "spxLastKeyPressed"; "required": false; }; "spxSelectStep": { "alias": "spxSelectStep"; "required": false; }; "spxInternalValue": { "alias": "spxInternalValue"; "required": false; }; "spxSuggestions": { "alias": "spxSuggestions"; "required": false; }; "spxWasInternalUpdate": { "alias": "spxWasInternalUpdate"; "required": false; }; }, { "spxChange": "spxChange"; "spxFocus": "spxFocus"; }, never, never, true, never>;
|
|
50
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { SpxValuePair } from './spx-value-interface';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SpxInputFloatComponent {
|
|
5
|
+
protected internalValue: {
|
|
6
|
+
first: number | null;
|
|
7
|
+
second: number | null;
|
|
8
|
+
};
|
|
9
|
+
spxName: string;
|
|
10
|
+
spxAutofocus: boolean;
|
|
11
|
+
spxReadonly: boolean;
|
|
12
|
+
spxValidators: any[];
|
|
13
|
+
spxFocused: boolean;
|
|
14
|
+
spxStep?: number;
|
|
15
|
+
value: SpxValuePair<any>;
|
|
16
|
+
spxChange: EventEmitter<SpxValuePair<any>>;
|
|
17
|
+
spxFocus: EventEmitter<void>;
|
|
18
|
+
spxWasInternalUpdate: boolean;
|
|
19
|
+
tick: {};
|
|
20
|
+
spxSetFocus(): Promise<void>;
|
|
21
|
+
componentDidLoad(): void;
|
|
22
|
+
handleFocus(): void;
|
|
23
|
+
handleSetValue(newValue: SpxValuePair<any>): void;
|
|
24
|
+
handleInput(event: any, position: 1 | 2): void;
|
|
25
|
+
isNumeric(value: string): boolean;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxInputFloatComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxInputFloatComponent, "spx-input-float", never, { "spxName": { "alias": "spxName"; "required": false; }; "spxAutofocus": { "alias": "spxAutofocus"; "required": false; }; "spxReadonly": { "alias": "spxReadonly"; "required": false; }; "spxValidators": { "alias": "spxValidators"; "required": false; }; "spxFocused": { "alias": "spxFocused"; "required": false; }; "spxStep": { "alias": "spxStep"; "required": false; }; "value": { "alias": "value"; "required": false; }; "spxWasInternalUpdate": { "alias": "spxWasInternalUpdate"; "required": false; }; "tick": { "alias": "tick"; "required": false; }; }, { "spxChange": "spxChange"; "spxFocus": "spxFocus"; }, never, never, true, never>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { SpxValuePair } from './spx-value-interface';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SpxInputNumberComponent {
|
|
5
|
+
spxName: string;
|
|
6
|
+
spxAutofocus: boolean;
|
|
7
|
+
spxInputMode?: string;
|
|
8
|
+
spxReadonly: boolean;
|
|
9
|
+
spxValidators: any[];
|
|
10
|
+
spxFocused: boolean;
|
|
11
|
+
spxStep?: number;
|
|
12
|
+
value?: SpxValuePair<any>;
|
|
13
|
+
spxChange: EventEmitter<SpxValuePair<any>>;
|
|
14
|
+
spxFocus: EventEmitter<void>;
|
|
15
|
+
spxWasInternalUpdate: boolean;
|
|
16
|
+
spxSetFocus(): Promise<void>;
|
|
17
|
+
componentDidLoad(): void;
|
|
18
|
+
handleFocus(): void;
|
|
19
|
+
handleInput(event: any): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxInputNumberComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxInputNumberComponent, "spx-input-number", never, { "spxName": { "alias": "spxName"; "required": false; }; "spxAutofocus": { "alias": "spxAutofocus"; "required": false; }; "spxInputMode": { "alias": "spxInputMode"; "required": false; }; "spxReadonly": { "alias": "spxReadonly"; "required": false; }; "spxValidators": { "alias": "spxValidators"; "required": false; }; "spxFocused": { "alias": "spxFocused"; "required": false; }; "spxStep": { "alias": "spxStep"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "spxChange": "spxChange"; "spxFocus": "spxFocus"; }, never, never, true, never>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { SpxValuePair } from './spx-value-interface';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SpxInputRadioComponent {
|
|
5
|
+
spxName?: string;
|
|
6
|
+
spxValidators: any[];
|
|
7
|
+
spxFocused: boolean;
|
|
8
|
+
spxReadonly: boolean;
|
|
9
|
+
spxSuggestions: SpxValuePair<any>[];
|
|
10
|
+
value?: SpxValuePair<any>;
|
|
11
|
+
spxChange: EventEmitter<SpxValuePair<any>>;
|
|
12
|
+
spxFocus: EventEmitter<void>;
|
|
13
|
+
spxWasInternalUpdate: boolean;
|
|
14
|
+
spxSetFocus(): Promise<void>;
|
|
15
|
+
handleSuggestionClick(value: SpxValuePair<any>): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxInputRadioComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxInputRadioComponent, "spx-input-radio", never, { "spxName": { "alias": "spxName"; "required": false; }; "spxValidators": { "alias": "spxValidators"; "required": false; }; "spxFocused": { "alias": "spxFocused"; "required": false; }; "spxReadonly": { "alias": "spxReadonly"; "required": false; }; "spxSuggestions": { "alias": "spxSuggestions"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "spxChange": "spxChange"; "spxFocus": "spxFocus"; }, never, never, true, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { SpxValuePair } from './spx-value-interface';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SpxInputTextComponent {
|
|
5
|
+
spxName?: string;
|
|
6
|
+
spxAutofocus: boolean;
|
|
7
|
+
spxInputMode?: string;
|
|
8
|
+
spxPattern?: string;
|
|
9
|
+
spxSuggestions: SpxValuePair<boolean | number | string>[];
|
|
10
|
+
spxReadonly: boolean;
|
|
11
|
+
spxValidators?: any[];
|
|
12
|
+
spxCapitalize: boolean;
|
|
13
|
+
spxFocused: boolean;
|
|
14
|
+
spxType: 'autocomplete' | 'overlay' | 'overlaynumber' | 'text' | 'password';
|
|
15
|
+
value?: SpxValuePair<any>;
|
|
16
|
+
spxBlurFromChild: EventEmitter<void>;
|
|
17
|
+
spxChange: EventEmitter<SpxValuePair<any>>;
|
|
18
|
+
spxFocus: EventEmitter<void>;
|
|
19
|
+
spxWasInternalUpdate: boolean;
|
|
20
|
+
spxSetFocus(): Promise<void>;
|
|
21
|
+
componentDidLoad(): void;
|
|
22
|
+
handleBlur(): void;
|
|
23
|
+
handleFocus(): void;
|
|
24
|
+
handleDescriptionInput(event: any): void;
|
|
25
|
+
handleSuggestionClick(value: any): void;
|
|
26
|
+
handleKeyUp(): void;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxInputTextComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxInputTextComponent, "spx-input-text", never, { "spxName": { "alias": "spxName"; "required": false; }; "spxAutofocus": { "alias": "spxAutofocus"; "required": false; }; "spxInputMode": { "alias": "spxInputMode"; "required": false; }; "spxPattern": { "alias": "spxPattern"; "required": false; }; "spxSuggestions": { "alias": "spxSuggestions"; "required": false; }; "spxReadonly": { "alias": "spxReadonly"; "required": false; }; "spxValidators": { "alias": "spxValidators"; "required": false; }; "spxCapitalize": { "alias": "spxCapitalize"; "required": false; }; "spxFocused": { "alias": "spxFocused"; "required": false; }; "spxType": { "alias": "spxType"; "required": false; }; "value": { "alias": "value"; "required": false; }; "spxWasInternalUpdate": { "alias": "spxWasInternalUpdate"; "required": false; }; }, { "spxBlurFromChild": "spxBlurFromChild"; "spxChange": "spxChange"; "spxFocus": "spxFocus"; }, never, never, true, never>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { SpxValuePair } from './spx-value-interface';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SpxInputComponent {
|
|
5
|
+
spxLabel: string;
|
|
6
|
+
spxMax?: string;
|
|
7
|
+
spxMin?: string;
|
|
8
|
+
spxName: string;
|
|
9
|
+
spxReadonly: boolean;
|
|
10
|
+
spxAutofocus: boolean;
|
|
11
|
+
spxInputMode?: string;
|
|
12
|
+
spxPattern?: string;
|
|
13
|
+
spxRequired: boolean;
|
|
14
|
+
spxSelectMonth: boolean;
|
|
15
|
+
spxSelectDay: boolean;
|
|
16
|
+
spxShowEdit: boolean;
|
|
17
|
+
spxShowHelp: boolean;
|
|
18
|
+
spxCompact: boolean;
|
|
19
|
+
spxShowClear: boolean;
|
|
20
|
+
spxShowSearch: boolean;
|
|
21
|
+
spxShowValidationMessages?: boolean | null | undefined;
|
|
22
|
+
spxStep?: number;
|
|
23
|
+
spxSuggestions: SpxValuePair<boolean | number | string>[];
|
|
24
|
+
spxType: 'autocomplete' | 'date' | 'float' | 'overlay' | 'overlaynumber' | 'radio' | 'number' | 'password' | 'photo' | 'text';
|
|
25
|
+
spxValidators: any[];
|
|
26
|
+
value: SpxValuePair<any>;
|
|
27
|
+
spxCapitalize: boolean;
|
|
28
|
+
spxBlur: EventEmitter<void>;
|
|
29
|
+
spxClear: EventEmitter<void>;
|
|
30
|
+
spxChange: EventEmitter<SpxValuePair<any>>;
|
|
31
|
+
spxFocus: EventEmitter<void>;
|
|
32
|
+
spxEdit: EventEmitter<void>;
|
|
33
|
+
spxHelp: EventEmitter<void>;
|
|
34
|
+
spxSearch: EventEmitter<void>;
|
|
35
|
+
spxFocused: boolean;
|
|
36
|
+
spxSetFocus(): Promise<void>;
|
|
37
|
+
handleBlur(): void;
|
|
38
|
+
handleChange(event: any): void;
|
|
39
|
+
handleClear(): void;
|
|
40
|
+
handleFocus(): void;
|
|
41
|
+
handleSearch(): void;
|
|
42
|
+
setFocus(): void;
|
|
43
|
+
setFocusOut(): void;
|
|
44
|
+
handleEdit(): void;
|
|
45
|
+
handleHelp(): void;
|
|
46
|
+
private passFocusToControl;
|
|
47
|
+
private onChange;
|
|
48
|
+
private onTouched;
|
|
49
|
+
protected lastValue: any;
|
|
50
|
+
writeValue(value: any): void;
|
|
51
|
+
handleChangeEvent(value: any): void;
|
|
52
|
+
_handleBlurEvent(): void;
|
|
53
|
+
registerOnChange(fn: (value: any) => void): void;
|
|
54
|
+
registerOnTouched(fn: () => void): void;
|
|
55
|
+
setDisabledState(isDisabled: boolean): void;
|
|
56
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxInputComponent, never>;
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxInputComponent, "spx-input", never, { "spxLabel": { "alias": "spxLabel"; "required": false; }; "spxMax": { "alias": "spxMax"; "required": false; }; "spxMin": { "alias": "spxMin"; "required": false; }; "spxName": { "alias": "spxName"; "required": false; }; "spxReadonly": { "alias": "spxReadonly"; "required": false; }; "spxAutofocus": { "alias": "spxAutofocus"; "required": false; }; "spxInputMode": { "alias": "spxInputMode"; "required": false; }; "spxPattern": { "alias": "spxPattern"; "required": false; }; "spxRequired": { "alias": "spxRequired"; "required": false; }; "spxSelectMonth": { "alias": "spxSelectMonth"; "required": false; }; "spxSelectDay": { "alias": "spxSelectDay"; "required": false; }; "spxShowEdit": { "alias": "spxShowEdit"; "required": false; }; "spxShowHelp": { "alias": "spxShowHelp"; "required": false; }; "spxCompact": { "alias": "spxCompact"; "required": false; }; "spxShowClear": { "alias": "spxShowClear"; "required": false; }; "spxShowSearch": { "alias": "spxShowSearch"; "required": false; }; "spxShowValidationMessages": { "alias": "spxShowValidationMessages"; "required": false; }; "spxStep": { "alias": "spxStep"; "required": false; }; "spxSuggestions": { "alias": "spxSuggestions"; "required": false; }; "spxType": { "alias": "spxType"; "required": false; }; "spxValidators": { "alias": "spxValidators"; "required": false; }; "value": { "alias": "value"; "required": false; }; "spxCapitalize": { "alias": "spxCapitalize"; "required": false; }; "spxFocused": { "alias": "spxFocused"; "required": false; }; }, { "spxBlur": "spxBlur"; "spxClear": "spxClear"; "spxChange": "spxChange"; "spxFocus": "spxFocus"; "spxEdit": "spxEdit"; "spxHelp": "spxHelp"; "spxSearch": "spxSearch"; }, never, ["*"], true, never>;
|
|
58
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SpxHomeTileComponent {
|
|
3
|
+
spxTitle?: string;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxHomeTileComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxHomeTileComponent, "spx-home-tile", never, { "spxTitle": { "alias": "spxTitle"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SpxHomeTilesComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxHomeTilesComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxHomeTilesComponent, "spx-home-tiles", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { IconDefinition } from '@fortawesome/fontawesome-common-types';
|
|
2
|
+
export interface SpxNavigationItemI {
|
|
3
|
+
accessKey?: string;
|
|
4
|
+
accessKeyIntroducedInPatches?: {
|
|
5
|
+
release: string;
|
|
6
|
+
patchAtLeast: number;
|
|
7
|
+
}[];
|
|
8
|
+
attributes?: object;
|
|
9
|
+
code: string;
|
|
10
|
+
hasTab?: boolean;
|
|
11
|
+
hasTile?: boolean;
|
|
12
|
+
icon: IconDefinition;
|
|
13
|
+
iconTab?: IconDefinition;
|
|
14
|
+
iconShortcut?: IconDefinition;
|
|
15
|
+
routerLink: string;
|
|
16
|
+
signInRequired?: boolean;
|
|
17
|
+
title: string;
|
|
18
|
+
currentSettingsRequired?: boolean;
|
|
19
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
+
import { SpxNavigationItemI } from './spx-navigation-item.interface';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SpxNavigationComponent {
|
|
5
|
+
iconTemplateRef?: TemplateRef<any>;
|
|
6
|
+
navItems: SpxNavigationItemI[];
|
|
7
|
+
spxClick: EventEmitter<string>;
|
|
8
|
+
constructor();
|
|
9
|
+
onNavigate(link: string): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxNavigationComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxNavigationComponent, "spx-navigation", never, { "navItems": { "alias": "navItems"; "required": false; }; }, { "spxClick": "spxClick"; }, ["iconTemplateRef"], never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const releaseCheck: (releaseAtLeast: string) => string | null;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { SpxSeverityEnum } from '@softpak/components/spx-helpers';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SpxPatchComponent {
|
|
4
|
+
patchCheck: number | null;
|
|
5
|
+
releaseCheck: string | null;
|
|
6
|
+
severityError: SpxSeverityEnum;
|
|
7
|
+
severityWarning: SpxSeverityEnum;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxPatchComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxPatchComponent, "spx-patch", never, { "patchCheck": { "alias": "patchCheck"; "required": false; }; "releaseCheck": { "alias": "releaseCheck"; "required": false; }; }, {}, never, never, true, never>;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './spx-progress-bar.component';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SpxProgressBarComponent {
|
|
3
|
+
spxPercentage: number;
|
|
4
|
+
spxTitle: string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxProgressBarComponent, never>;
|
|
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
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './spx-spinner.component';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SpxSpinnerComponent {
|
|
3
|
+
spxShow: boolean;
|
|
4
|
+
spxLoaderText: string;
|
|
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": false; }; }, {}, never, never, true, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare enum SpxStorageKeyEnum {
|
|
2
|
+
afterSignIn = "afterSignIn",
|
|
3
|
+
brand = "brand",
|
|
4
|
+
channelType = "channelType",
|
|
5
|
+
channelSettings = "companySettings",
|
|
6
|
+
token = "token",
|
|
7
|
+
updateInProgress = "updateInProgress",
|
|
8
|
+
release = "release",
|
|
9
|
+
patch = "patch"
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SpxStorageKeyEnum } from './spx-storage-key.enum';
|
|
2
|
+
export declare class SpxStorage {
|
|
3
|
+
private static get channelId();
|
|
4
|
+
static clearSetting<KeyEnum>(key: KeyEnum | SpxStorageKeyEnum): void;
|
|
5
|
+
static getSetting<KeyEnum>(key: KeyEnum | SpxStorageKeyEnum): string | null;
|
|
6
|
+
static setSetting<KeyEnum>(key: KeyEnum | SpxStorageKeyEnum, settingValue: string): void;
|
|
7
|
+
static getChannelSetting<KeyEnum>(key: KeyEnum | SpxStorageKeyEnum): string | undefined;
|
|
8
|
+
static setChannelSetting<KeyEnum>(key: KeyEnum | SpxStorageKeyEnum, settingValue: any): void;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './spx-suggestion.component';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SpxSuggestionComponent {
|
|
3
|
+
spxDisabled: boolean;
|
|
4
|
+
spxSelected: boolean;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxSuggestionComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxSuggestionComponent, "spx-suggestion", never, { "spxDisabled": { "alias": "spxDisabled"; "required": false; }; "spxSelected": { "alias": "spxSelected"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare enum SpxToasterSeverityEnum {
|
|
2
|
+
ERROR = "error",
|
|
3
|
+
INFO = "info",
|
|
4
|
+
SUCCESS = "success",
|
|
5
|
+
WARNING = "warning"
|
|
6
|
+
}
|
|
7
|
+
export declare enum SpxToasterAutoCloseSpeedEnum {
|
|
8
|
+
DEFAULT = -1,
|
|
9
|
+
SLOW = -2
|
|
10
|
+
}
|
|
11
|
+
export declare function toasterAutocloseSpeed(autoCloseSpeed: SpxToasterAutoCloseSpeedEnum, messageText: string): number;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { SpxToasterMessageI } from './spx-toaster-message.interface';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SpxToasterComponent {
|
|
5
|
+
hostClass: boolean;
|
|
6
|
+
messages: SpxToasterMessageI[];
|
|
7
|
+
spxClose: EventEmitter<number>;
|
|
8
|
+
doCloseMessage(id: number): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxToasterComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxToasterComponent, "spx-toaster", never, { "messages": { "alias": "messages"; "required": false; }; }, { "spxClose": "spxClose"; }, never, never, true, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { FormBuilder, FormControl, FormGroup } from '@angular/forms';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SpxUpdateInfoComponent {
|
|
4
|
+
private readonly formBuilder;
|
|
5
|
+
form: FormGroup;
|
|
6
|
+
txtAppStoreVersion: string;
|
|
7
|
+
txtChannel: string;
|
|
8
|
+
txtNextVersion: string;
|
|
9
|
+
txtVersion: string;
|
|
10
|
+
get ctrlVersionNumber(): FormControl;
|
|
11
|
+
get ctrlNextVersionNumber(): FormControl;
|
|
12
|
+
get ctrlConfiguredChannel(): FormControl;
|
|
13
|
+
get ctrlAppStoreVersion(): FormControl;
|
|
14
|
+
constructor(formBuilder: FormBuilder);
|
|
15
|
+
update(appStoreVersion: string, channel: string, nextVersion: string, version: string): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxUpdateInfoComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxUpdateInfoComponent, "spx-update-info", never, { "txtAppStoreVersion": { "alias": "txtAppStoreVersion"; "required": false; }; "txtChannel": { "alias": "txtChannel"; "required": false; }; "txtNextVersion": { "alias": "txtNextVersion"; "required": false; }; "txtVersion": { "alias": "txtVersion"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SpxUpdateProgressComponent implements OnInit, OnDestroy {
|
|
4
|
+
title: string;
|
|
5
|
+
percentage: number;
|
|
6
|
+
delayedPercentage: number;
|
|
7
|
+
syncTruckInterval?: any;
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
ngOnDestroy(): void;
|
|
10
|
+
private startLoaderSync;
|
|
11
|
+
private stopLoaderSync;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxUpdateProgressComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxUpdateProgressComponent, "spx-update-progress", never, { "title": { "alias": "title"; "required": false; }; "percentage": { "alias": "percentage"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { AbstractControl } from '@angular/forms';
|
|
2
|
+
export declare const spxValidatorMaxLength: (maximumLength: number, sanitizer?: ((input: string) => string) | undefined) => (control: AbstractControl) => {
|
|
3
|
+
maxlength: {
|
|
4
|
+
requiredLength: number;
|
|
5
|
+
actualLength: number;
|
|
6
|
+
};
|
|
7
|
+
} | null;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { AbstractControl } from '@angular/forms';
|
|
2
|
+
export declare const spxValidatorMinLength: (minimumLength: number, sanitizer?: ((input: string) => string) | undefined) => (control: AbstractControl) => {
|
|
3
|
+
minlength: {
|
|
4
|
+
requiredLength: number;
|
|
5
|
+
actualLength: number;
|
|
6
|
+
};
|
|
7
|
+
} | null;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './max.validator';
|
|
2
|
+
export * from './maxlength.validator';
|
|
3
|
+
export * from './min.validator';
|
|
4
|
+
export * from './minlength.validator';
|
|
5
|
+
export * from './pattern.validator';
|
|
6
|
+
export * from './required.validator';
|
|
7
|
+
export * from './year-and-month.validator';
|
|
8
|
+
export * from './spx-validate-control.component';
|
|
9
|
+
export * from './spx-validation.module';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { AbstractControl } from '@angular/forms';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SpxValidateControlComponent {
|
|
4
|
+
control: AbstractControl;
|
|
5
|
+
label: string | unknown;
|
|
6
|
+
submitTried: boolean;
|
|
7
|
+
get maxLength(): any;
|
|
8
|
+
get maxLengthRequiredLength(): any;
|
|
9
|
+
get minLength(): any;
|
|
10
|
+
get minLengthRequiredLength(): any;
|
|
11
|
+
get max(): any;
|
|
12
|
+
get maxRequiredMax(): any;
|
|
13
|
+
get min(): any;
|
|
14
|
+
get minRequiredMin(): any;
|
|
15
|
+
get pattern(): any;
|
|
16
|
+
get required(): any;
|
|
17
|
+
get year(): any;
|
|
18
|
+
get yearFuture(): any;
|
|
19
|
+
get month(): any;
|
|
20
|
+
get future(): any;
|
|
21
|
+
get past(): any;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxValidateControlComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxValidateControlComponent, "spx-validate-control", never, { "control": { "alias": "control"; "required": false; }; "label": { "alias": "label"; "required": false; }; "submitTried": { "alias": "submitTried"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./spx-validate-control.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
export declare class SpxValidationModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxValidationModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SpxValidationModule, [typeof i1.SpxValidateControlComponent], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.SpxValidateControlComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SpxValidationModule>;
|
|
9
|
+
}
|