@softpak/components 19.1.2 → 19.2.0-beta.10
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-channel-selection.mjs +212 -48
- package/fesm2022/softpak-components-spx-channel-selection.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-translate.mjs +13 -1
- package/fesm2022/softpak-components-spx-translate.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-update.mjs +37 -35
- package/fesm2022/softpak-components-spx-update.mjs.map +1 -1
- package/package.json +9 -9
- package/spx-channel-selection/public-api.d.ts +6 -0
- package/spx-channel-selection/src/spx-channel-guard.d.ts +9 -0
- package/spx-channel-selection/src/spx-channel-selection-url.d.ts +1 -0
- package/spx-channel-selection/src/spx-welcome.component.d.ts +14 -10
- package/spx-channel-selection/store/spx-channel/spx-channel.actions.d.ts +21 -0
- package/spx-channel-selection/store/spx-channel/spx-channel.effects.d.ts +12 -0
- package/spx-channel-selection/store/spx-channel/spx-channel.initial.d.ts +2 -0
- package/spx-channel-selection/store/spx-channel/spx-channel.reducer.d.ts +11 -0
- package/spx-channel-selection/store/spx-channel/spx-channel.state.d.ts +6 -0
- package/spx-translate/spx-translate._const.d.ts +8 -0
- package/spx-update/public-api.d.ts +13 -12
- package/spx-update/{spx-upd-page.component.d.ts → spx-update-page.component.d.ts} +3 -3
- package/spx-update/{spx-upd-pending.component.d.ts → spx-update-pending.component.d.ts} +3 -3
- 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.initial.d.ts +2 -0
- package/spx-update/store/{upd-check/upd-check.reducer.d.ts → spx-update-check/spx-update-check.reducer.d.ts} +3 -3
- 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.initial.d.ts +2 -0
- package/spx-update/store/{upd-pending/upd-pending.reducer.d.ts → spx-update-pending/spx-update-pending.reducer.d.ts} +3 -3
- package/spx-update/store/upd-check/upd-check.actions.d.ts +0 -28
- package/spx-update/store/upd-check/upd-check.initial.d.ts +0 -2
- package/spx-update/store/upd-pending/upd-pending.actions.d.ts +0 -8
- package/spx-update/store/upd-pending/upd-pending.initial.d.ts +0 -2
- /package/spx-update/store/{upd-check/upd-check.effects.d.ts → spx-update-check/spx-update-check.effects.d.ts} +0 -0
- /package/spx-update/store/{upd-check/upd-check.state.d.ts → spx-update-check/spx-update-check.state.d.ts} +0 -0
- /package/spx-update/store/{upd-pending/upd-pending.effects.d.ts → spx-update-pending/spx-update-pending.effects.d.ts} +0 -0
- /package/spx-update/store/{upd-pending/upd-pending.state.d.ts → spx-update-pending/spx-update-pending.state.d.ts} +0 -0
|
@@ -2,7 +2,7 @@ import { NavController } from '@ionic/angular/standalone';
|
|
|
2
2
|
import { Store } from '@ngrx/store';
|
|
3
3
|
import { ActivatedRoute } from '@angular/router';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class
|
|
5
|
+
export declare class SpxUpdatePageComponent {
|
|
6
6
|
private readonly appStore;
|
|
7
7
|
private readonly activatedRoute;
|
|
8
8
|
private readonly navController;
|
|
@@ -12,6 +12,6 @@ export declare class SpxUpdPageComponent {
|
|
|
12
12
|
ionViewDidEnter(): void;
|
|
13
13
|
ionViewWillLeave(): void;
|
|
14
14
|
constructor(appStore: Store, activatedRoute: ActivatedRoute, navController: NavController);
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxUpdatePageComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxUpdatePageComponent, "spx-update-page", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Store } from '@ngrx/store';
|
|
2
2
|
import { SpxSeverityEnum } from '@softpak/components/spx-helpers';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class
|
|
4
|
+
export declare class SpxUpdatePendingComponent {
|
|
5
5
|
private readonly appStore;
|
|
6
6
|
availableStoreVersion: import("@angular/core").WritableSignal<string | undefined>;
|
|
7
7
|
currentStoreVersion: import("@angular/core").WritableSignal<string | undefined>;
|
|
@@ -23,6 +23,6 @@ export declare class SpxUpdPendingComponent {
|
|
|
23
23
|
private getVersionInfo;
|
|
24
24
|
private getCurrentAppVersion;
|
|
25
25
|
private getAvailableAppVersion;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxUpdatePendingComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxUpdatePendingComponent, "spx-update-pending", never, {}, {}, never, never, true, never>;
|
|
28
28
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const spxUpdateUrl = "";
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare const anUpdateIsReady: import("@ngrx/store").ActionCreator<"[SPX / Update Check] An update is ready", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check] An update is ready">>;
|
|
2
|
+
export declare const clearError: import("@ngrx/store").ActionCreator<"[SPX / Update Check] Clear error", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check] Clear error">>;
|
|
3
|
+
export declare const checkFailed: import("@ngrx/store").ActionCreator<"[SPX / Update Check] Error happened", (props: {
|
|
4
|
+
startUpdateAgainAfterTimeout?: boolean;
|
|
5
|
+
}) => {
|
|
6
|
+
startUpdateAgainAfterTimeout?: boolean;
|
|
7
|
+
} & import("@ngrx/store").Action<"[SPX / Update Check] Error happened">>;
|
|
8
|
+
export declare const initialize: import("@ngrx/store").ActionCreator<"[SPX / Update Check] Initialize", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check] Initialize">>;
|
|
9
|
+
export declare const noUpdateWasFound: import("@ngrx/store").ActionCreator<"[SPX / Update Check] No update was found", (props: {
|
|
10
|
+
startUpdateAgainAfterTimeout?: boolean;
|
|
11
|
+
}) => {
|
|
12
|
+
startUpdateAgainAfterTimeout?: boolean;
|
|
13
|
+
} & import("@ngrx/store").Action<"[SPX / Update Check] No update was found">>;
|
|
14
|
+
export declare const notAvailableOnWeb: import("@ngrx/store").ActionCreator<"[SPX / Update Check] Not available on web", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check] Not available on web">>;
|
|
15
|
+
export declare const runCheck: import("@ngrx/store").ActionCreator<"[SPX / Update Check] Run", (props: {
|
|
16
|
+
forceWaitForUpdate?: boolean;
|
|
17
|
+
}) => {
|
|
18
|
+
forceWaitForUpdate?: boolean;
|
|
19
|
+
} & import("@ngrx/store").Action<"[SPX / Update Check] Run">>;
|
|
20
|
+
declare const all: (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check] An update is ready">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check] Clear error">) | ({
|
|
21
|
+
startUpdateAgainAfterTimeout?: boolean;
|
|
22
|
+
} & import("@ngrx/store").Action<"[SPX / Update Check] Error happened">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check] Initialize">) | ({
|
|
23
|
+
startUpdateAgainAfterTimeout?: boolean;
|
|
24
|
+
} & import("@ngrx/store").Action<"[SPX / Update Check] No update was found">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Check] Not available on web">) | ({
|
|
25
|
+
forceWaitForUpdate?: boolean;
|
|
26
|
+
} & import("@ngrx/store").Action<"[SPX / Update Check] Run">);
|
|
27
|
+
export type Actions = typeof all;
|
|
28
|
+
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { StateI } from './
|
|
1
|
+
import { StateI } from './spx-update-check.state';
|
|
2
2
|
declare const _default: {
|
|
3
|
-
name: "
|
|
3
|
+
name: "spxUpdateCheck";
|
|
4
4
|
reducer: import("@ngrx/store").ActionReducer<StateI, import("@ngrx/store").Action<string>>;
|
|
5
|
-
|
|
5
|
+
selectSpxUpdateCheckState: import("@ngrx/store").MemoizedSelector<Record<string, any>, StateI, (featureState: StateI) => StateI>;
|
|
6
6
|
selectForceWaitForUpdate: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (featureState: StateI) => boolean>;
|
|
7
7
|
selectLastCheck: import("@ngrx/store").MemoizedSelector<Record<string, any>, string | null, (featureState: StateI) => string | null>;
|
|
8
8
|
selectShowError: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (featureState: StateI) => boolean>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const acceptUpdate: import("@ngrx/store").ActionCreator<"[SPX / Update Pending] Accept update", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Accept update">>;
|
|
2
|
+
export declare const hasBeenDownloaded: import("@ngrx/store").ActionCreator<"[SPX / Update Pending] Has been downloaded", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Has been downloaded">>;
|
|
3
|
+
export declare const hasBeenInstalled: import("@ngrx/store").ActionCreator<"[SPX / Update Pending] Has been installed", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Has been installed">>;
|
|
4
|
+
export declare const postpone: import("@ngrx/store").ActionCreator<"[SPX / Update Pending] Postpone", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Postpone">>;
|
|
5
|
+
export declare const postponeExpired: import("@ngrx/store").ActionCreator<"[SPX / Update Pending] Postpone expired", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Postpone expired">>;
|
|
6
|
+
declare const all: (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Accept update">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Has been downloaded">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Has been installed">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Postpone">) | (Record<string, unknown> & import("@ngrx/store").Action<"[SPX / Update Pending] Postpone expired">);
|
|
7
|
+
export type Actions = typeof all;
|
|
8
|
+
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { StateI } from './
|
|
1
|
+
import { StateI } from './spx-update-pending.state';
|
|
2
2
|
declare const _default: {
|
|
3
|
-
name: "
|
|
3
|
+
name: "spxUpdatePending";
|
|
4
4
|
reducer: import("@ngrx/store").ActionReducer<StateI, import("@ngrx/store").Action<string>>;
|
|
5
|
-
|
|
5
|
+
selectSpxUpdatePendingState: import("@ngrx/store").MemoizedSelector<Record<string, any>, StateI, (featureState: StateI) => StateI>;
|
|
6
6
|
selectShowLiveUpdateReady: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (featureState: StateI) => boolean>;
|
|
7
7
|
selectUpdateIsDownloadedAndPending: import("@ngrx/store").MemoizedSelector<Record<string, any>, boolean, (featureState: StateI) => boolean>;
|
|
8
8
|
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
export declare const anUpdateIsReady: import("@ngrx/store").ActionCreator<"[UPD / Check] An update is ready", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[UPD / Check] An update is ready">>;
|
|
2
|
-
export declare const clearError: import("@ngrx/store").ActionCreator<"[UPD / Check] Clear error", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[UPD / Check] Clear error">>;
|
|
3
|
-
export declare const checkFailed: import("@ngrx/store").ActionCreator<"[UPD / Check] Error happened", (props: {
|
|
4
|
-
startUpdateAgainAfterTimeout?: boolean;
|
|
5
|
-
}) => {
|
|
6
|
-
startUpdateAgainAfterTimeout?: boolean;
|
|
7
|
-
} & import("@ngrx/store").Action<"[UPD / Check] Error happened">>;
|
|
8
|
-
export declare const initialize: import("@ngrx/store").ActionCreator<"[UPD / Check] Initialize", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[UPD / Check] Initialize">>;
|
|
9
|
-
export declare const noUpdateWasFound: import("@ngrx/store").ActionCreator<"[UPD / Check] No update was found", (props: {
|
|
10
|
-
startUpdateAgainAfterTimeout?: boolean;
|
|
11
|
-
}) => {
|
|
12
|
-
startUpdateAgainAfterTimeout?: boolean;
|
|
13
|
-
} & import("@ngrx/store").Action<"[UPD / Check] No update was found">>;
|
|
14
|
-
export declare const notAvailableOnWeb: import("@ngrx/store").ActionCreator<"[UPD / Check] Not available on web", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[UPD / Check] Not available on web">>;
|
|
15
|
-
export declare const runCheck: import("@ngrx/store").ActionCreator<"[UPD / Check] Run", (props: {
|
|
16
|
-
forceWaitForUpdate?: boolean;
|
|
17
|
-
}) => {
|
|
18
|
-
forceWaitForUpdate?: boolean;
|
|
19
|
-
} & import("@ngrx/store").Action<"[UPD / Check] Run">>;
|
|
20
|
-
declare const all: (Record<string, unknown> & import("@ngrx/store").Action<"[UPD / Check] Initialize">) | ({
|
|
21
|
-
forceWaitForUpdate?: boolean;
|
|
22
|
-
} & import("@ngrx/store").Action<"[UPD / Check] Run">) | (Record<string, unknown> & import("@ngrx/store").Action<"[UPD / Check] An update is ready">) | ({
|
|
23
|
-
startUpdateAgainAfterTimeout?: boolean;
|
|
24
|
-
} & import("@ngrx/store").Action<"[UPD / Check] No update was found">) | (Record<string, unknown> & import("@ngrx/store").Action<"[UPD / Check] Not available on web">) | ({
|
|
25
|
-
startUpdateAgainAfterTimeout?: boolean;
|
|
26
|
-
} & import("@ngrx/store").Action<"[UPD / Check] Error happened">) | (Record<string, unknown> & import("@ngrx/store").Action<"[UPD / Check] Clear error">);
|
|
27
|
-
export type Actions = typeof all;
|
|
28
|
-
export {};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export declare const acceptUpdate: import("@ngrx/store").ActionCreator<"[UPD / Available] Accept update", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[UPD / Available] Accept update">>;
|
|
2
|
-
export declare const hasBeenDownloaded: import("@ngrx/store").ActionCreator<"[UPD / Available] Has been downloaded", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[UPD / Available] Has been downloaded">>;
|
|
3
|
-
export declare const hasBeenInstalled: import("@ngrx/store").ActionCreator<"[UPD / Available] Has been installed", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[UPD / Available] Has been installed">>;
|
|
4
|
-
export declare const postpone: import("@ngrx/store").ActionCreator<"[UPD / Available] Postpone", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[UPD / Available] Postpone">>;
|
|
5
|
-
export declare const postponeExpired: import("@ngrx/store").ActionCreator<"[UPD / Available] Postpone expired", (props: Record<string, unknown>) => Record<string, unknown> & import("@ngrx/store").Action<"[UPD / Available] Postpone expired">>;
|
|
6
|
-
declare const all: (Record<string, unknown> & import("@ngrx/store").Action<"[UPD / Available] Has been downloaded">) | (Record<string, unknown> & import("@ngrx/store").Action<"[UPD / Available] Accept update">) | (Record<string, unknown> & import("@ngrx/store").Action<"[UPD / Available] Has been installed">) | (Record<string, unknown> & import("@ngrx/store").Action<"[UPD / Available] Postpone">) | (Record<string, unknown> & import("@ngrx/store").Action<"[UPD / Available] Postpone expired">);
|
|
7
|
-
export type Actions = typeof all;
|
|
8
|
-
export {};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|