@softpak/components 20.2.5 → 20.3.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/fesm2022/softpak-components-spx-404-page.mjs +3 -3
- package/fesm2022/softpak-components-spx-404-page.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-alert.mjs +3 -3
- package/fesm2022/softpak-components-spx-alert.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-app-expiry.mjs +3 -3
- package/fesm2022/softpak-components-spx-app-expiry.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-button.mjs +3 -3
- package/fesm2022/softpak-components-spx-button.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-capitalize.mjs +3 -3
- package/fesm2022/softpak-components-spx-capitalize.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-card.mjs +12 -12
- package/fesm2022/softpak-components-spx-card.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-change-details.mjs +6 -7
- package/fesm2022/softpak-components-spx-change-details.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-channel-selection.mjs +11 -11
- package/fesm2022/softpak-components-spx-channel-selection.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-check-digit.mjs +3 -3
- package/fesm2022/softpak-components-spx-check-digit.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-confirm.mjs +9 -9
- package/fesm2022/softpak-components-spx-confirm.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-form-section.mjs +3 -3
- package/fesm2022/softpak-components-spx-form-section.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-form-view.mjs +57 -59
- package/fesm2022/softpak-components-spx-form-view.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-inputs.mjs +33 -33
- package/fesm2022/softpak-components-spx-inputs.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-navigation.mjs +9 -9
- package/fesm2022/softpak-components-spx-navigation.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-number-check.mjs +3 -3
- package/fesm2022/softpak-components-spx-number-check.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-pagination.mjs +3 -3
- package/fesm2022/softpak-components-spx-pagination.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-patch.mjs +3 -3
- package/fesm2022/softpak-components-spx-patch.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-pipes.mjs +3 -3
- package/fesm2022/softpak-components-spx-pipes.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-progress-bar.mjs +3 -3
- package/fesm2022/softpak-components-spx-progress-bar.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-spinner.mjs +3 -3
- package/fesm2022/softpak-components-spx-spinner.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-stock-info.mjs +6 -7
- package/fesm2022/softpak-components-spx-stock-info.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-suggestion.mjs +3 -3
- package/fesm2022/softpak-components-spx-suggestion.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-tabs.mjs +3 -3
- package/fesm2022/softpak-components-spx-tabs.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-toaster.mjs +3 -3
- package/fesm2022/softpak-components-spx-toaster.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-toggle.mjs +3 -3
- package/fesm2022/softpak-components-spx-toggle.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-update.mjs +12 -12
- package/fesm2022/softpak-components-spx-update.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-validation-messages.mjs +3 -3
- package/fesm2022/softpak-components-spx-validation-messages.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-validation.mjs +3 -3
- package/fesm2022/softpak-components-spx-validation.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-welcome.mjs +4 -4
- package/fesm2022/softpak-components-spx-welcome.mjs.map +1 -1
- package/index.d.ts +5 -3
- package/package.json +17 -17
- package/placeholder.d.ts +1 -0
- package/public_api.d.ts +1 -0
- package/spx-404-page/index.d.ts +5 -18
- 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/index.d.ts +5 -34
- package/spx-alert/public-api.d.ts +2 -0
- package/spx-alert/spx-alert.component.d.ts +23 -0
- package/spx-alert/spx-alert.interface.d.ts +7 -0
- package/spx-app-configuration/index.d.ts +5 -73
- package/spx-app-configuration/public-api.d.ts +8 -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 +8 -0
- package/spx-app-configuration/spx-app-channel-type.model.d.ts +5 -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-app-expiry/index.d.ts +5 -38
- package/spx-app-expiry/public-api.d.ts +5 -0
- package/spx-app-expiry/spx-app-expiry.component.d.ts +21 -0
- package/spx-app-expiry/spx-app-expiry.interface.d.ts +7 -0
- package/spx-app-expiry/spx-check-expiry-final-warning.interface.d.ts +2 -0
- package/spx-app-expiry/spx-check-expiry-happened.interface.d.ts +2 -0
- package/spx-app-expiry/spx-check-expiry-warning.interface.d.ts +2 -0
- package/spx-button/index.d.ts +5 -26
- 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 -11
- package/spx-capitalize/public-api.d.ts +1 -0
- package/spx-capitalize/spx-capitalize.pipe.d.ts +8 -0
- package/spx-card/index.d.ts +5 -54
- package/spx-card/public-api.d.ts +4 -0
- package/spx-card/spx-card-grid/spx-card-grid.component.d.ts +6 -0
- package/spx-card/spx-card-item/spx-card-item.component.d.ts +14 -0
- package/spx-card/spx-card-line/spx-card-line.component.d.ts +16 -0
- package/spx-card/spx-card.component.d.ts +15 -0
- package/spx-change-details/index.d.ts +5 -67
- package/spx-change-details/public-api.d.ts +1 -0
- package/spx-change-details/spx-change-details-value.interface.d.ts +7 -0
- package/spx-change-details/spx-change-details.component.d.ts +57 -0
- package/spx-channel-selection/index.d.ts +5 -107
- package/spx-channel-selection/public-api.d.ts +5 -0
- package/spx-channel-selection/src/spx-channel-guard.d.ts +7 -0
- package/spx-channel-selection/src/spx-channel-indicator/spx-channel-indicator.component.d.ts +13 -0
- package/spx-channel-selection/store/spx-channel.actions.d.ts +21 -0
- package/spx-channel-selection/store/spx-channel.effects.d.ts +19 -0
- package/spx-channel-selection/store/spx-channel.reducer.d.ts +18 -0
- package/spx-check-digit/index.d.ts +5 -27
- package/spx-check-digit/public-api.d.ts +1 -0
- package/spx-check-digit/spx-check-digit.component.d.ts +24 -0
- package/spx-confirm/index.d.ts +5 -118
- package/spx-confirm/public-api.d.ts +5 -0
- package/spx-confirm/spx-confirm-displayer/spx-confirm-displayer.component.d.ts +22 -0
- package/spx-confirm/spx-confirm.component.d.ts +16 -0
- package/spx-confirm/store/spx-confirm.actions.d.ts +22 -0
- package/spx-confirm/store/spx-confirm.effects.d.ts +12 -0
- package/spx-confirm/store/spx-confirm.reducer.d.ts +18 -0
- package/spx-form-section/index.d.ts +5 -12
- package/spx-form-section/public-api.d.ts +1 -0
- package/spx-form-section/spx-form-section.component.d.ts +9 -0
- package/spx-form-view/index.d.ts +5 -94
- package/spx-form-view/public-api.d.ts +7 -0
- package/spx-form-view/spx-autocomplete-search.component.d.ts +41 -0
- package/spx-form-view/spx-check-required.const.d.ts +2 -0
- package/spx-form-view/spx-form-button-type.enum.d.ts +4 -0
- package/spx-form-view/spx-form-button.interface.d.ts +8 -0
- package/spx-form-view/spx-form-field.interface.d.ts +18 -0
- package/spx-form-view/spx-form-section.interface.d.ts +11 -0
- package/spx-form-view/spx-form-view.component.d.ts +46 -0
- package/spx-form-view/spx-form.interface.d.ts +6 -0
- package/spx-helpers/calc-check-digit.function.d.ts +1 -0
- package/spx-helpers/index.d.ts +5 -22
- package/spx-helpers/input-alert.interface.d.ts +5 -0
- package/spx-helpers/public-api.d.ts +5 -0
- package/spx-helpers/spx-severity.enum.d.ts +8 -0
- package/spx-helpers/unsubscribe-subscriptions.function.d.ts +1 -0
- package/spx-helpers/value-pair-to-value.function.d.ts +1 -0
- package/spx-inputs/index.d.ts +5 -330
- package/spx-inputs/input.service.d.ts +12 -0
- package/spx-inputs/public-api.d.ts +6 -0
- package/spx-inputs/spx-dropdown/spx-dropdown.component.d.ts +18 -0
- package/spx-inputs/spx-input-alert-interface.d.ts +5 -0
- package/spx-inputs/spx-input-box/spx-input-box.component.d.ts +41 -0
- package/spx-inputs/spx-input-date/spx-input-date.component.d.ts +50 -0
- package/spx-inputs/spx-input-float/spx-input-float.component.d.ts +33 -0
- package/spx-inputs/spx-input-number/spx-input-number.component.d.ts +24 -0
- package/spx-inputs/spx-input-radio/spx-input-radio.component.d.ts +27 -0
- package/spx-inputs/spx-input-text/spx-input-text.component.d.ts +34 -0
- package/spx-inputs/spx-input-time/spx-input-time.component.d.ts +35 -0
- package/spx-inputs/spx-input-time-modal/spx-input-time-modal.component.d.ts +18 -0
- package/spx-inputs/spx-input-type.enum.d.ts +16 -0
- package/spx-inputs/spx-input.component.d.ts +74 -0
- package/spx-inputs/spx-value-interface.d.ts +4 -0
- package/spx-navigation/index.d.ts +5 -140
- package/spx-navigation/public-api.d.ts +8 -0
- package/spx-navigation/spx-home-tile/spx-home-tile.component.d.ts +11 -0
- package/spx-navigation/spx-home-tile/spx-home-tiles.component.d.ts +6 -0
- package/spx-navigation/spx-navigation-item.interface.d.ts +22 -0
- package/spx-navigation/spx-navigation.component.d.ts +21 -0
- package/spx-navigation/store/spx-navigation/spx-navigation.actions.d.ts +28 -0
- package/spx-navigation/store/spx-navigation/spx-navigation.initial.d.ts +2 -0
- package/spx-navigation/store/spx-navigation/spx-navigation.reducer.d.ts +12 -0
- package/spx-navigation/store/spx-navigation/spx-navigation.state.d.ts +8 -0
- package/spx-number-check/index.d.ts +5 -43
- package/spx-number-check/public-api.d.ts +1 -0
- package/spx-number-check/spx-number-check.component.d.ts +40 -0
- package/spx-pagination/index.d.ts +5 -18
- package/spx-pagination/public-api.d.ts +1 -0
- package/spx-pagination/spx-pagination.component.d.ts +15 -0
- package/spx-patch/index.d.ts +5 -21
- 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 +11 -0
- package/spx-pipes/index.d.ts +5 -11
- package/spx-pipes/public-api.d.ts +1 -0
- package/spx-pipes/spx-severity-pipe.d.ts +8 -0
- package/spx-progress-bar/index.d.ts +5 -10
- 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 -59
- package/spx-spinner/public-api.d.ts +5 -0
- package/spx-spinner/spx-spinner.component.d.ts +7 -0
- package/spx-spinner/store/spx-spinner/spx-spinner.actions.d.ts +6 -0
- package/spx-spinner/store/spx-spinner/spx-spinner.initial.d.ts +2 -0
- package/spx-spinner/store/spx-spinner/spx-spinner.reducer.d.ts +9 -0
- package/spx-spinner/store/spx-spinner/spx-spinner.state.d.ts +4 -0
- package/spx-stock-info/index.d.ts +5 -98
- package/spx-stock-info/public-api.d.ts +2 -0
- package/spx-stock-info/spx-stock-info-value.interface.d.ts +11 -0
- package/spx-stock-info/spx-stock-info.component.d.ts +83 -0
- package/spx-storage/index.d.ts +5 -26
- package/spx-storage/public-api.d.ts +2 -0
- package/spx-storage/src/spx-storage-key.enum.d.ts +15 -0
- package/spx-storage/src/spx-storage.class.d.ts +9 -0
- package/spx-suggestion/index.d.ts +5 -12
- package/spx-suggestion/public-api.d.ts +1 -0
- package/spx-suggestion/spx-suggestion.component.d.ts +9 -0
- package/spx-tabs/index.d.ts +5 -58
- package/spx-tabs/public-api.d.ts +3 -0
- package/spx-tabs/src/spx-tabs.component.d.ts +19 -0
- package/spx-tabs/store/spx-shortcuts.actions.d.ts +10 -0
- package/spx-tabs/store/spx-shortcuts.reducer.d.ts +11 -0
- package/spx-toaster/index.d.ts +5 -167
- package/spx-toaster/public-api.d.ts +7 -0
- package/spx-toaster/src/spx-toaster-autoclose-speed.d.ts +11 -0
- package/spx-toaster/src/spx-toaster-message.interface.d.ts +14 -0
- package/spx-toaster/src/spx-toaster.component.d.ts +11 -0
- package/spx-toaster/store/spx-toaster/spx-toaster.actions.d.ts +78 -0
- package/spx-toaster/store/spx-toaster/spx-toaster.initial.d.ts +2 -0
- package/spx-toaster/store/spx-toaster/spx-toaster.reducer.d.ts +11 -0
- package/spx-toaster/store/spx-toaster/spx-toaster.state.d.ts +5 -0
- package/spx-toggle/index.d.ts +5 -15
- package/spx-toggle/public-api.d.ts +1 -0
- package/spx-toggle/src/spx-toggle.component.d.ts +12 -0
- package/spx-translate/index.d.ts +5 -66
- package/spx-translate/public-api.d.ts +3 -0
- package/spx-translate/spx-translate._const.d.ts +59 -0
- package/spx-translate/spx-translate.en.d.ts +2 -0
- package/spx-translate/spx-translate.nl.d.ts +2 -0
- package/spx-update/index.d.ts +5 -208
- package/spx-update/public-api.d.ts +13 -0
- package/spx-update/spx-update-page.component.d.ts +17 -0
- package/spx-update/spx-update-pending.component.d.ts +25 -0
- package/spx-update/spx-update-url.d.ts +1 -0
- package/spx-update/store/spx-update-check/spx-update-check.actions.d.ts +28 -0
- package/spx-update/store/spx-update-check/spx-update-check.effects.d.ts +14 -0
- package/spx-update/store/spx-update-check/spx-update-check.initial.d.ts +2 -0
- package/spx-update/store/spx-update-check/spx-update-check.reducer.d.ts +10 -0
- package/spx-update/store/spx-update-check/spx-update-check.state.d.ts +5 -0
- package/spx-update/store/spx-update-pending/spx-update-pending.actions.d.ts +8 -0
- package/spx-update/store/spx-update-pending/spx-update-pending.effects.d.ts +10 -0
- package/spx-update/store/spx-update-pending/spx-update-pending.initial.d.ts +2 -0
- package/spx-update/store/spx-update-pending/spx-update-pending.reducer.d.ts +9 -0
- package/spx-update/store/spx-update-pending/spx-update-pending.state.d.ts +4 -0
- package/spx-validation/index.d.ts +5 -63
- 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 +8 -0
- package/spx-validation/required.validator.d.ts +2 -0
- package/spx-validation/spx-validate-control.component.d.ts +26 -0
- package/spx-validation/year-and-month.validator.d.ts +2 -0
- package/spx-validation-messages/index.d.ts +5 -28
- package/spx-validation-messages/public-api.d.ts +1 -0
- package/spx-validation-messages/spx-validation-messages.component.d.ts +25 -0
- package/spx-welcome/index.d.ts +5 -50
- package/spx-welcome/public-api.d.ts +1 -0
- package/spx-welcome/spx-welcome.component.d.ts +46 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { SpxValuePair } from '../spx-value-interface';
|
|
3
|
+
import { SpxSeverityEnum } from '@softpak/components/spx-helpers';
|
|
4
|
+
import { ModalController } from '@ionic/angular/standalone';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class SpxInputTimeComponent {
|
|
7
|
+
private modalController;
|
|
8
|
+
readonly spxName: import("@angular/core").InputSignal<string | undefined>;
|
|
9
|
+
readonly spxAutofocus: import("@angular/core").InputSignal<boolean>;
|
|
10
|
+
readonly spxInputMode: import("@angular/core").InputSignal<string | undefined>;
|
|
11
|
+
readonly spxPattern: import("@angular/core").InputSignal<string | undefined>;
|
|
12
|
+
readonly spxSuggestions: import("@angular/core").InputSignal<SpxValuePair<string | number | boolean>[]>;
|
|
13
|
+
readonly spxReadonly: import("@angular/core").InputSignal<true | undefined>;
|
|
14
|
+
readonly spxValidators: import("@angular/core").InputSignal<any[] | undefined>;
|
|
15
|
+
readonly spxCapitalize: import("@angular/core").InputSignal<boolean>;
|
|
16
|
+
readonly value: import("@angular/core").ModelSignal<SpxValuePair<any>>;
|
|
17
|
+
readonly inputRef: import("@angular/core").Signal<ElementRef<HTMLInputElement>>;
|
|
18
|
+
readonly severitySuccess = SpxSeverityEnum.success;
|
|
19
|
+
selectedHour: import("@angular/core").WritableSignal<number | null>;
|
|
20
|
+
selectedMinute: import("@angular/core").WritableSignal<number | null>;
|
|
21
|
+
readonly formattedHour: import("@angular/core").Signal<string | number | null>;
|
|
22
|
+
readonly formattedMinute: import("@angular/core").Signal<string | number | null>;
|
|
23
|
+
readonly hour: import("@angular/core").Signal<number | null>;
|
|
24
|
+
readonly minute: import("@angular/core").Signal<number | null>;
|
|
25
|
+
constructor(modalController: ModalController);
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
spxSetFocus(): void;
|
|
28
|
+
componentDidLoad(): void;
|
|
29
|
+
handleDescriptionInput(event: any): void;
|
|
30
|
+
handleSuggestionClick(value: any): void;
|
|
31
|
+
openDialog(view: 'hours' | 'minutes'): Promise<void>;
|
|
32
|
+
updateValue(): void;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxInputTimeComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxInputTimeComponent, "spx-input-time", never, { "spxName": { "alias": "spxName"; "required": false; "isSignal": true; }; "spxAutofocus": { "alias": "spxAutofocus"; "required": false; "isSignal": true; }; "spxInputMode": { "alias": "spxInputMode"; "required": false; "isSignal": true; }; "spxPattern": { "alias": "spxPattern"; "required": false; "isSignal": true; }; "spxSuggestions": { "alias": "spxSuggestions"; "required": false; "isSignal": true; }; "spxReadonly": { "alias": "spxReadonly"; "required": false; "isSignal": true; }; "spxValidators": { "alias": "spxValidators"; "required": false; "isSignal": true; }; "spxCapitalize": { "alias": "spxCapitalize"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": true; "isSignal": true; }; }, { "value": "valueChange"; }, never, never, true, never>;
|
|
35
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { SpxSeverityEnum } from '@softpak/components/spx-helpers';
|
|
2
|
+
import { ModalController } from '@ionic/angular/standalone';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SpxInputTimeModalComponent {
|
|
5
|
+
private modalController;
|
|
6
|
+
readonly view: import("@angular/core").InputSignal<"hours" | "minutes">;
|
|
7
|
+
readonly value: import("@angular/core").InputSignal<number>;
|
|
8
|
+
change: import("@angular/core").OutputEmitterRef<number>;
|
|
9
|
+
faXmark: import("@fortawesome/free-solid-svg-icons").IconDefinition;
|
|
10
|
+
hourOptions: import("@angular/core").WritableSignal<number[]>;
|
|
11
|
+
minuteOptions: import("@angular/core").WritableSignal<number[]>;
|
|
12
|
+
typeError: SpxSeverityEnum;
|
|
13
|
+
constructor(modalController: ModalController);
|
|
14
|
+
closeDialog(): void;
|
|
15
|
+
onChange(value: number): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxInputTimeModalComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxInputTimeModalComponent, "spx-input-time-modal", never, { "view": { "alias": "view"; "required": true; "isSignal": true; }; "value": { "alias": "value"; "required": true; "isSignal": true; }; }, { "change": "change"; }, never, never, true, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare enum SpxInputTypeEnum {
|
|
2
|
+
autocomplete = "autocomplete",
|
|
3
|
+
button = "button",
|
|
4
|
+
date = "date",
|
|
5
|
+
float = "float",
|
|
6
|
+
hidden = "hidden",
|
|
7
|
+
overlay = "overlay",
|
|
8
|
+
overlayNumber = "overlaynumber",
|
|
9
|
+
radio = "radio",
|
|
10
|
+
number = "number",
|
|
11
|
+
password = "password",
|
|
12
|
+
text = "text",
|
|
13
|
+
textNumericKeyboard = "textNumericKeyboard",
|
|
14
|
+
time = "time",
|
|
15
|
+
dropdown = "dropdown"
|
|
16
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { SpxInputTextComponent } from './spx-input-text/spx-input-text.component';
|
|
2
|
+
import { SpxValuePair } from './spx-value-interface';
|
|
3
|
+
import { SpxInputFloatComponent } from './spx-input-float/spx-input-float.component';
|
|
4
|
+
import { SpxInputNumberComponent } from './spx-input-number/spx-input-number.component';
|
|
5
|
+
import { SpxInputRadioComponent } from './spx-input-radio/spx-input-radio.component';
|
|
6
|
+
import { SpxInputTypeEnum } from './spx-input-type.enum';
|
|
7
|
+
import { SpxInputTimeComponent } from './spx-input-time/spx-input-time.component';
|
|
8
|
+
import { SpxInputDateComponent } from './spx-input-date/spx-input-date.component';
|
|
9
|
+
import { SelectedInputService } from './input.service';
|
|
10
|
+
import { SpxInputAlertI } from '@softpak/components/spx-helpers';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
export declare class SpxInputComponent {
|
|
13
|
+
protected mappedReadonly: import("@angular/core").Signal<true | undefined>;
|
|
14
|
+
readonly spxLabel: import("@angular/core").InputSignal<string>;
|
|
15
|
+
readonly spxMax: import("@angular/core").InputSignal<string | undefined>;
|
|
16
|
+
readonly spxMin: import("@angular/core").InputSignal<string | undefined>;
|
|
17
|
+
readonly spxName: import("@angular/core").InputSignal<string | undefined>;
|
|
18
|
+
readonly spxReadonly: import("@angular/core").InputSignal<boolean>;
|
|
19
|
+
readonly spxAutocomplete: import("@angular/core").InputSignal<string | undefined>;
|
|
20
|
+
readonly spxAutofocus: import("@angular/core").InputSignal<boolean>;
|
|
21
|
+
readonly spxInputMode: import("@angular/core").InputSignal<string | undefined>;
|
|
22
|
+
readonly spxPattern: import("@angular/core").InputSignal<string | undefined>;
|
|
23
|
+
readonly spxRequired: import("@angular/core").InputSignal<boolean>;
|
|
24
|
+
readonly spxSelectMonth: import("@angular/core").InputSignal<boolean>;
|
|
25
|
+
readonly spxSelectDay: import("@angular/core").InputSignal<boolean>;
|
|
26
|
+
readonly spxShowEdit: import("@angular/core").InputSignal<boolean>;
|
|
27
|
+
readonly spxShowHelp: import("@angular/core").InputSignal<boolean>;
|
|
28
|
+
readonly spxShowLabel: import("@angular/core").InputSignal<boolean>;
|
|
29
|
+
readonly spxCompact: import("@angular/core").InputSignal<boolean>;
|
|
30
|
+
readonly spxShowClear: import("@angular/core").InputSignal<boolean>;
|
|
31
|
+
readonly spxShowSearch: import("@angular/core").InputSignal<boolean>;
|
|
32
|
+
readonly spxAlert: import("@angular/core").InputSignal<SpxInputAlertI | undefined>;
|
|
33
|
+
readonly spxShowValidationMessages: import("@angular/core").InputSignal<boolean | null | undefined>;
|
|
34
|
+
readonly spxStep: import("@angular/core").InputSignal<number | undefined>;
|
|
35
|
+
readonly spxSuggestions: import("@angular/core").InputSignal<SpxValuePair<string | number | boolean>[]>;
|
|
36
|
+
readonly spxType: import("@angular/core").InputSignal<SpxInputTypeEnum>;
|
|
37
|
+
readonly spxValidators: import("@angular/core").InputSignal<any[] | undefined>;
|
|
38
|
+
readonly spxCapitalize: import("@angular/core").InputSignal<boolean>;
|
|
39
|
+
value: import("@angular/core").WritableSignal<SpxValuePair<any>>;
|
|
40
|
+
spxClear: import("@angular/core").OutputEmitterRef<void>;
|
|
41
|
+
spxEdit: import("@angular/core").OutputEmitterRef<void>;
|
|
42
|
+
spxHelp: import("@angular/core").OutputEmitterRef<void>;
|
|
43
|
+
spxSearch: import("@angular/core").OutputEmitterRef<void>;
|
|
44
|
+
spxBlur: import("@angular/core").OutputEmitterRef<void>;
|
|
45
|
+
floatInput: import("@angular/core").Signal<SpxInputFloatComponent | undefined>;
|
|
46
|
+
numberInput: import("@angular/core").Signal<SpxInputNumberComponent | undefined>;
|
|
47
|
+
textInput: import("@angular/core").Signal<SpxInputTextComponent | undefined>;
|
|
48
|
+
timeInput: import("@angular/core").Signal<SpxInputTimeComponent | undefined>;
|
|
49
|
+
radioInput: import("@angular/core").Signal<SpxInputRadioComponent | undefined>;
|
|
50
|
+
dateInput: import("@angular/core").Signal<SpxInputDateComponent | undefined>;
|
|
51
|
+
spxElementId: import("@angular/core").WritableSignal<number>;
|
|
52
|
+
selectedInputService: SelectedInputService;
|
|
53
|
+
private selectedInputServiceSubscription;
|
|
54
|
+
handleSpxElementIdSet(id: number): void;
|
|
55
|
+
ngOnDestroy(): void;
|
|
56
|
+
handleChange(event: any): void;
|
|
57
|
+
triggerChangeDetection(): void;
|
|
58
|
+
handleClear(): void;
|
|
59
|
+
handleSearch(): void;
|
|
60
|
+
handleEdit(): void;
|
|
61
|
+
handleHelp(): void;
|
|
62
|
+
setFocusIn(): void;
|
|
63
|
+
private passFocusToControl;
|
|
64
|
+
private onChange;
|
|
65
|
+
private onTouched;
|
|
66
|
+
protected lastValue: null;
|
|
67
|
+
writeValue(value: any): void;
|
|
68
|
+
handleChangeEvent(value: any): void;
|
|
69
|
+
_handleBlurEvent(): void;
|
|
70
|
+
registerOnChange(fn: (value: any) => void): void;
|
|
71
|
+
registerOnTouched(fn: () => void): void;
|
|
72
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxInputComponent, never>;
|
|
73
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxInputComponent, "spx-input", never, { "spxLabel": { "alias": "spxLabel"; "required": false; "isSignal": true; }; "spxMax": { "alias": "spxMax"; "required": false; "isSignal": true; }; "spxMin": { "alias": "spxMin"; "required": false; "isSignal": true; }; "spxName": { "alias": "spxName"; "required": false; "isSignal": true; }; "spxReadonly": { "alias": "spxReadonly"; "required": false; "isSignal": true; }; "spxAutocomplete": { "alias": "spxAutocomplete"; "required": false; "isSignal": true; }; "spxAutofocus": { "alias": "spxAutofocus"; "required": false; "isSignal": true; }; "spxInputMode": { "alias": "spxInputMode"; "required": false; "isSignal": true; }; "spxPattern": { "alias": "spxPattern"; "required": false; "isSignal": true; }; "spxRequired": { "alias": "spxRequired"; "required": false; "isSignal": true; }; "spxSelectMonth": { "alias": "spxSelectMonth"; "required": false; "isSignal": true; }; "spxSelectDay": { "alias": "spxSelectDay"; "required": false; "isSignal": true; }; "spxShowEdit": { "alias": "spxShowEdit"; "required": false; "isSignal": true; }; "spxShowHelp": { "alias": "spxShowHelp"; "required": false; "isSignal": true; }; "spxShowLabel": { "alias": "spxShowLabel"; "required": false; "isSignal": true; }; "spxCompact": { "alias": "spxCompact"; "required": false; "isSignal": true; }; "spxShowClear": { "alias": "spxShowClear"; "required": false; "isSignal": true; }; "spxShowSearch": { "alias": "spxShowSearch"; "required": false; "isSignal": true; }; "spxAlert": { "alias": "spxAlert"; "required": false; "isSignal": true; }; "spxShowValidationMessages": { "alias": "spxShowValidationMessages"; "required": false; "isSignal": true; }; "spxStep": { "alias": "spxStep"; "required": false; "isSignal": true; }; "spxSuggestions": { "alias": "spxSuggestions"; "required": false; "isSignal": true; }; "spxType": { "alias": "spxType"; "required": false; "isSignal": true; }; "spxValidators": { "alias": "spxValidators"; "required": false; "isSignal": true; }; "spxCapitalize": { "alias": "spxCapitalize"; "required": false; "isSignal": true; }; }, { "spxClear": "spxClear"; "spxEdit": "spxEdit"; "spxHelp": "spxHelp"; "spxSearch": "spxSearch"; "spxBlur": "spxBlur"; }, never, ["*"], true, never>;
|
|
74
|
+
}
|
|
@@ -1,140 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import { Subscription } from 'rxjs';
|
|
7
|
-
import * as _softpak_components_spx_navigation from '@softpak/components/spx-navigation';
|
|
8
|
-
|
|
9
|
-
interface SpxNavigationItemI {
|
|
10
|
-
accessKey?: string;
|
|
11
|
-
accessKeyIntroducedInPatches?: {
|
|
12
|
-
release: string;
|
|
13
|
-
patchAtLeast: number;
|
|
14
|
-
}[];
|
|
15
|
-
attributes?: object;
|
|
16
|
-
code?: string;
|
|
17
|
-
hasTab?: boolean;
|
|
18
|
-
hasTile?: boolean;
|
|
19
|
-
icon: IconDefinition;
|
|
20
|
-
iconTab?: IconDefinition;
|
|
21
|
-
iconShortcut?: IconDefinition;
|
|
22
|
-
onClick?: () => {};
|
|
23
|
-
routerLink?: string;
|
|
24
|
-
signInRequired?: boolean;
|
|
25
|
-
tileClasses?: string;
|
|
26
|
-
title: string;
|
|
27
|
-
subtite?: string;
|
|
28
|
-
currentSettingsRequired?: boolean;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
declare class SpxHomeTileComponent {
|
|
32
|
-
readonly spxAutofocus: _angular_core.InputSignal<boolean | undefined>;
|
|
33
|
-
readonly spxClass: _angular_core.InputSignal<string | undefined>;
|
|
34
|
-
readonly spxSubtitle: _angular_core.InputSignal<string | undefined>;
|
|
35
|
-
readonly spxTitle: _angular_core.InputSignal<string | undefined>;
|
|
36
|
-
private buttonRef;
|
|
37
|
-
setFocus(): void;
|
|
38
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SpxHomeTileComponent, never>;
|
|
39
|
-
static ɵcmp: _angular_core.ɵɵ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>;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
declare class SpxNavigationComponent implements OnInit, OnDestroy {
|
|
43
|
-
private readonly appStore;
|
|
44
|
-
readonly spxOverwriteNavItems: _angular_core.InputSignal<SpxNavigationItemI[] | undefined>;
|
|
45
|
-
tiles: _angular_core.Signal<readonly SpxHomeTileComponent[]>;
|
|
46
|
-
spxClick: _angular_core.OutputEmitterRef<string>;
|
|
47
|
-
navItems: _angular_core.WritableSignal<SpxNavigationItemI[]>;
|
|
48
|
-
menuItemsSubscription: Subscription | null;
|
|
49
|
-
constructor(appStore: Store);
|
|
50
|
-
ngOnInit(): void;
|
|
51
|
-
ngOnDestroy(): void;
|
|
52
|
-
setFocus(): void;
|
|
53
|
-
onNavigate(link: string): void;
|
|
54
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SpxNavigationComponent, never>;
|
|
55
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SpxNavigationComponent, "spx-navigation", never, { "spxOverwriteNavItems": { "alias": "spxOverwriteNavItems"; "required": false; "isSignal": true; }; }, { "spxClick": "spxClick"; }, never, never, true, never>;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
declare class SpxHomeTilesComponent {
|
|
59
|
-
readonly spxCols: _angular_core.InputSignal<1 | 2>;
|
|
60
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SpxHomeTilesComponent, never>;
|
|
61
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SpxHomeTilesComponent, "spx-home-tiles", never, { "spxCols": { "alias": "spxCols"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
declare const addPages: _ngrx_store.ActionCreator<"[SPX / Navigation] Add items", (props: {
|
|
65
|
-
navigationItems: SpxNavigationItemI[];
|
|
66
|
-
}) => {
|
|
67
|
-
navigationItems: SpxNavigationItemI[];
|
|
68
|
-
} & _ngrx_store.Action<"[SPX / Navigation] Add items">>;
|
|
69
|
-
declare const initialize: _ngrx_store.ActionCreator<"[SPX / Navigation] Initialize", (props: {
|
|
70
|
-
navigationItems: SpxNavigationItemI[];
|
|
71
|
-
}) => {
|
|
72
|
-
navigationItems: SpxNavigationItemI[];
|
|
73
|
-
} & _ngrx_store.Action<"[SPX / Navigation] Initialize">>;
|
|
74
|
-
declare const update: _ngrx_store.ActionCreator<"[SPX / Navigation] Update", (props: {
|
|
75
|
-
accessList: string[];
|
|
76
|
-
signedIn: boolean;
|
|
77
|
-
}) => {
|
|
78
|
-
accessList: string[];
|
|
79
|
-
signedIn: boolean;
|
|
80
|
-
} & _ngrx_store.Action<"[SPX / Navigation] Update">>;
|
|
81
|
-
declare const all: ({
|
|
82
|
-
navigationItems: SpxNavigationItemI[];
|
|
83
|
-
} & _ngrx_store.Action<"[SPX / Navigation] Add items">) | ({
|
|
84
|
-
navigationItems: SpxNavigationItemI[];
|
|
85
|
-
} & _ngrx_store.Action<"[SPX / Navigation] Initialize">) | ({
|
|
86
|
-
accessList: string[];
|
|
87
|
-
signedIn: boolean;
|
|
88
|
-
} & _ngrx_store.Action<"[SPX / Navigation] Update">);
|
|
89
|
-
type Actions = typeof all;
|
|
90
|
-
|
|
91
|
-
type spxNavigation_actions_d_Actions = Actions;
|
|
92
|
-
declare const spxNavigation_actions_d_addPages: typeof addPages;
|
|
93
|
-
declare const spxNavigation_actions_d_initialize: typeof initialize;
|
|
94
|
-
declare const spxNavigation_actions_d_update: typeof update;
|
|
95
|
-
declare namespace spxNavigation_actions_d {
|
|
96
|
-
export { spxNavigation_actions_d_addPages as addPages, spxNavigation_actions_d_initialize as initialize, spxNavigation_actions_d_update as update };
|
|
97
|
-
export type { spxNavigation_actions_d_Actions as Actions };
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
interface StateI {
|
|
101
|
-
accessList: string[];
|
|
102
|
-
menuItems: SpxNavigationItemI[];
|
|
103
|
-
navigationItems: SpxNavigationItemI[];
|
|
104
|
-
signedIn: boolean;
|
|
105
|
-
tabs: SpxNavigationItemI[];
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
type spxNavigation_state_d_StateI = StateI;
|
|
109
|
-
declare namespace spxNavigation_state_d {
|
|
110
|
-
export type { spxNavigation_state_d_StateI as StateI };
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
declare const initialState: StateI;
|
|
114
|
-
|
|
115
|
-
declare const spxNavigation_initial_d_initialState: typeof initialState;
|
|
116
|
-
declare namespace spxNavigation_initial_d {
|
|
117
|
-
export {
|
|
118
|
-
spxNavigation_initial_d_initialState as initialState,
|
|
119
|
-
};
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
declare const _default: {
|
|
123
|
-
name: "spxNavigation";
|
|
124
|
-
reducer: _ngrx_store.ActionReducer<StateI, _ngrx_store.Action<string>>;
|
|
125
|
-
selectSpxNavigationState: _ngrx_store.MemoizedSelector<Record<string, any>, StateI, (featureState: StateI) => StateI>;
|
|
126
|
-
selectNavigationItems: _ngrx_store.MemoizedSelector<Record<string, any>, _softpak_components_spx_navigation.SpxNavigationItemI[], (featureState: StateI) => _softpak_components_spx_navigation.SpxNavigationItemI[]>;
|
|
127
|
-
selectAccessList: _ngrx_store.MemoizedSelector<Record<string, any>, string[], (featureState: StateI) => string[]>;
|
|
128
|
-
selectSignedIn: _ngrx_store.MemoizedSelector<Record<string, any>, boolean, (featureState: StateI) => boolean>;
|
|
129
|
-
selectMenuItems: _ngrx_store.MemoizedSelector<Record<string, any>, _softpak_components_spx_navigation.SpxNavigationItemI[], (featureState: StateI) => _softpak_components_spx_navigation.SpxNavigationItemI[]>;
|
|
130
|
-
selectTabs: _ngrx_store.MemoizedSelector<Record<string, any>, _softpak_components_spx_navigation.SpxNavigationItemI[], (featureState: StateI) => _softpak_components_spx_navigation.SpxNavigationItemI[]>;
|
|
131
|
-
};
|
|
132
|
-
|
|
133
|
-
declare namespace spxNavigation_reducer_d {
|
|
134
|
-
export {
|
|
135
|
-
_default as default,
|
|
136
|
-
};
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
export { SpxHomeTileComponent, SpxHomeTilesComponent, SpxNavigationComponent, spxNavigation_actions_d as spxNavigationActions, spxNavigation_initial_d as spxNavigationInitial, spxNavigation_reducer_d as spxNavigationReducer, spxNavigation_state_d as spxNavigationState };
|
|
140
|
-
export type { SpxNavigationItemI };
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@softpak/components/spx-navigation" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './spx-navigation-item.interface';
|
|
2
|
+
export * from './spx-navigation.component';
|
|
3
|
+
export * from './spx-home-tile/spx-home-tile.component';
|
|
4
|
+
export * from './spx-home-tile/spx-home-tiles.component';
|
|
5
|
+
export * as spxNavigationActions from './store/spx-navigation/spx-navigation.actions';
|
|
6
|
+
export * as spxNavigationInitial from './store/spx-navigation/spx-navigation.initial';
|
|
7
|
+
export * as spxNavigationReducer from './store/spx-navigation/spx-navigation.reducer';
|
|
8
|
+
export * as spxNavigationState from './store/spx-navigation/spx-navigation.state';
|
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SpxHomeTilesComponent {
|
|
3
|
+
readonly spxCols: import("@angular/core").InputSignal<1 | 2>;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxHomeTilesComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxHomeTilesComponent, "spx-home-tiles", never, { "spxCols": { "alias": "spxCols"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
onClick?: () => {};
|
|
16
|
+
routerLink?: string;
|
|
17
|
+
signInRequired?: boolean;
|
|
18
|
+
tileClasses?: string;
|
|
19
|
+
title: string;
|
|
20
|
+
subtite?: string;
|
|
21
|
+
currentSettingsRequired?: boolean;
|
|
22
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { SpxHomeTileComponent } from './spx-home-tile/spx-home-tile.component';
|
|
3
|
+
import { Store } from '@ngrx/store';
|
|
4
|
+
import { SpxNavigationItemI } from './spx-navigation-item.interface';
|
|
5
|
+
import { Subscription } from 'rxjs';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class SpxNavigationComponent implements OnInit, OnDestroy {
|
|
8
|
+
private readonly appStore;
|
|
9
|
+
readonly spxOverwriteNavItems: import("@angular/core").InputSignal<SpxNavigationItemI[] | undefined>;
|
|
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;
|
|
14
|
+
constructor(appStore: Store);
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
ngOnDestroy(): void;
|
|
17
|
+
setFocus(): void;
|
|
18
|
+
onNavigate(link: string): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxNavigationComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxNavigationComponent, "spx-navigation", never, { "spxOverwriteNavItems": { "alias": "spxOverwriteNavItems"; "required": false; "isSignal": true; }; }, { "spxClick": "spxClick"; }, never, never, true, never>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { SpxNavigationItemI } from '../../spx-navigation-item.interface';
|
|
2
|
+
export declare const addPages: import("@ngrx/store").ActionCreator<"[SPX / Navigation] Add items", (props: {
|
|
3
|
+
navigationItems: SpxNavigationItemI[];
|
|
4
|
+
}) => {
|
|
5
|
+
navigationItems: SpxNavigationItemI[];
|
|
6
|
+
} & import("@ngrx/store").Action<"[SPX / Navigation] Add items">>;
|
|
7
|
+
export declare const initialize: import("@ngrx/store").ActionCreator<"[SPX / Navigation] Initialize", (props: {
|
|
8
|
+
navigationItems: SpxNavigationItemI[];
|
|
9
|
+
}) => {
|
|
10
|
+
navigationItems: SpxNavigationItemI[];
|
|
11
|
+
} & import("@ngrx/store").Action<"[SPX / Navigation] Initialize">>;
|
|
12
|
+
export declare const update: import("@ngrx/store").ActionCreator<"[SPX / Navigation] Update", (props: {
|
|
13
|
+
accessList: string[];
|
|
14
|
+
signedIn: boolean;
|
|
15
|
+
}) => {
|
|
16
|
+
accessList: string[];
|
|
17
|
+
signedIn: boolean;
|
|
18
|
+
} & import("@ngrx/store").Action<"[SPX / Navigation] Update">>;
|
|
19
|
+
declare const all: ({
|
|
20
|
+
navigationItems: SpxNavigationItemI[];
|
|
21
|
+
} & import("@ngrx/store").Action<"[SPX / Navigation] Add items">) | ({
|
|
22
|
+
navigationItems: SpxNavigationItemI[];
|
|
23
|
+
} & import("@ngrx/store").Action<"[SPX / Navigation] Initialize">) | ({
|
|
24
|
+
accessList: string[];
|
|
25
|
+
signedIn: boolean;
|
|
26
|
+
} & import("@ngrx/store").Action<"[SPX / Navigation] Update">);
|
|
27
|
+
export type Actions = typeof all;
|
|
28
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { StateI } from './spx-navigation.state';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
name: "spxNavigation";
|
|
4
|
+
reducer: import("@ngrx/store").ActionReducer<StateI, import("@ngrx/store").Action<string>>;
|
|
5
|
+
selectSpxNavigationState: import("@ngrx/store").MemoizedSelector<Record<string, any>, StateI, (featureState: StateI) => StateI>;
|
|
6
|
+
selectNavigationItems: import("@ngrx/store").MemoizedSelector<Record<string, any>, import("@softpak/components/spx-navigation").SpxNavigationItemI[], (featureState: StateI) => import("@softpak/components/spx-navigation").SpxNavigationItemI[]>;
|
|
7
|
+
selectAccessList: import("@ngrx/store").MemoizedSelector<Record<string, any>, string[], (featureState: StateI) => string[]>;
|
|
8
|
+
selectSignedIn: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (featureState: StateI) => boolean>;
|
|
9
|
+
selectMenuItems: import("@ngrx/store").MemoizedSelector<Record<string, any>, import("@softpak/components/spx-navigation").SpxNavigationItemI[], (featureState: StateI) => import("@softpak/components/spx-navigation").SpxNavigationItemI[]>;
|
|
10
|
+
selectTabs: import("@ngrx/store").MemoizedSelector<Record<string, any>, import("@softpak/components/spx-navigation").SpxNavigationItemI[], (featureState: StateI) => import("@softpak/components/spx-navigation").SpxNavigationItemI[]>;
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
@@ -1,43 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
declare class SpxNumberCheckComponent implements OnInit, OnDestroy {
|
|
7
|
-
private readonly formBuilder;
|
|
8
|
-
readonly spxAction: _angular_core.InputSignal<string>;
|
|
9
|
-
readonly spxSimpleMode: _angular_core.InputSignal<boolean>;
|
|
10
|
-
readonly spxPincode: _angular_core.InputSignal<string>;
|
|
11
|
-
readonly txtCancel: _angular_core.InputSignal<string>;
|
|
12
|
-
readonly txtConfirm: _angular_core.InputSignal<string>;
|
|
13
|
-
readonly txtConfirmMessage: _angular_core.InputSignal<string>;
|
|
14
|
-
readonly txtReset: _angular_core.InputSignal<string>;
|
|
15
|
-
spxCancel: _angular_core.OutputEmitterRef<void>;
|
|
16
|
-
spxConfirm: _angular_core.OutputEmitterRef<void>;
|
|
17
|
-
readonly viewChild1: _angular_core.Signal<ElementRef<HTMLInputElement>>;
|
|
18
|
-
readonly viewChild2: _angular_core.Signal<ElementRef<HTMLInputElement>>;
|
|
19
|
-
readonly viewChild3: _angular_core.Signal<ElementRef<HTMLInputElement>>;
|
|
20
|
-
readonly viewChild4: _angular_core.Signal<ElementRef<HTMLInputElement>>;
|
|
21
|
-
form: _angular_core.WritableSignal<FormGroup<any> | null>;
|
|
22
|
-
spxSeverity: typeof SpxSeverityEnum;
|
|
23
|
-
accepted: _angular_core.WritableSignal<boolean>;
|
|
24
|
-
denied: _angular_core.WritableSignal<boolean>;
|
|
25
|
-
private subscription;
|
|
26
|
-
readonly ctrl1: _angular_core.Signal<FormControl<any>>;
|
|
27
|
-
readonly ctrl2: _angular_core.Signal<FormControl<any>>;
|
|
28
|
-
readonly ctrl3: _angular_core.Signal<FormControl<any>>;
|
|
29
|
-
readonly ctrl4: _angular_core.Signal<FormControl<any>>;
|
|
30
|
-
constructor(formBuilder: FormBuilder);
|
|
31
|
-
ngOnInit(): void;
|
|
32
|
-
ngOnDestroy(): void;
|
|
33
|
-
handleCancel(): void;
|
|
34
|
-
handleConfirm(): void;
|
|
35
|
-
handleReset(): void;
|
|
36
|
-
onDigitInput(event: KeyboardEvent): void;
|
|
37
|
-
onBackspace(event: Event): void;
|
|
38
|
-
private checkPincode;
|
|
39
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SpxNumberCheckComponent, never>;
|
|
40
|
-
static ɵcmp: _angular_core.ɵɵ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>;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
export { SpxNumberCheckComponent };
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@softpak/components/spx-number-check" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './spx-number-check.component';
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FormBuilder, FormControl, FormGroup } from '@angular/forms';
|
|
3
|
+
import { SpxSeverityEnum } from '@softpak/components/spx-helpers';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class SpxNumberCheckComponent implements OnInit, OnDestroy {
|
|
6
|
+
private readonly formBuilder;
|
|
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<ElementRef<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>;
|
|
21
|
+
spxSeverity: typeof SpxSeverityEnum;
|
|
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>>;
|
|
29
|
+
constructor(formBuilder: FormBuilder);
|
|
30
|
+
ngOnInit(): void;
|
|
31
|
+
ngOnDestroy(): void;
|
|
32
|
+
handleCancel(): void;
|
|
33
|
+
handleConfirm(): void;
|
|
34
|
+
handleReset(): void;
|
|
35
|
+
onDigitInput(event: KeyboardEvent): void;
|
|
36
|
+
onBackspace(event: Event): void;
|
|
37
|
+
private checkPincode;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxNumberCheckComponent, never>;
|
|
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>;
|
|
40
|
+
}
|
|
@@ -1,18 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
readonly faArrowRight: _angular_core.InputSignal<IconProp>;
|
|
7
|
-
readonly spxPage: _angular_core.InputSignal<number>;
|
|
8
|
-
readonly spxMaxPages: _angular_core.InputSignal<number>;
|
|
9
|
-
readonly textNext: _angular_core.InputSignal<string>;
|
|
10
|
-
readonly textPage: _angular_core.InputSignal<string>;
|
|
11
|
-
readonly textPrevious: _angular_core.InputSignal<string>;
|
|
12
|
-
spxPageChange: _angular_core.OutputEmitterRef<number>;
|
|
13
|
-
onPageChange(page: number): void;
|
|
14
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SpxPaginationComponent, never>;
|
|
15
|
-
static ɵcmp: _angular_core.ɵɵ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
|
-
}
|
|
17
|
-
|
|
18
|
-
export { SpxPaginationComponent };
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@softpak/components/spx-pagination" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './spx-pagination.component';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { IconProp } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SpxPaginationComponent {
|
|
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>;
|
|
12
|
+
onPageChange(page: number): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxPaginationComponent, never>;
|
|
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>;
|
|
15
|
+
}
|
package/spx-patch/index.d.ts
CHANGED
|
@@ -1,21 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
patchAtLeast: number;
|
|
7
|
-
}[]) => number | null;
|
|
8
|
-
|
|
9
|
-
declare const releaseCheck: (releaseAtLeast: string, orInReleaseList?: string[]) => string | null;
|
|
10
|
-
|
|
11
|
-
declare class SpxPatchComponent {
|
|
12
|
-
readonly spxText: _angular_core.InputSignal<string>;
|
|
13
|
-
readonly patchCheck: _angular_core.InputSignal<number | null>;
|
|
14
|
-
readonly releaseCheck: _angular_core.InputSignal<string | null>;
|
|
15
|
-
severityError: SpxSeverityEnum;
|
|
16
|
-
severityWarning: SpxSeverityEnum;
|
|
17
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SpxPatchComponent, never>;
|
|
18
|
-
static ɵcmp: _angular_core.ɵɵ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>;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export { SpxPatchComponent, patchCheck, releaseCheck };
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@softpak/components/spx-patch" />
|
|
5
|
+
export * from './public-api';
|