@softpak/components 21.0.3 → 21.0.4
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/package.json
CHANGED
|
@@ -65,13 +65,13 @@ declare const runCheck: _ngrx_store.ActionCreator<"[SPX / Update Check] Run", (p
|
|
|
65
65
|
}) => {
|
|
66
66
|
forceWaitForUpdate?: boolean;
|
|
67
67
|
} & _ngrx_store.Action<"[SPX / Update Check] Run">>;
|
|
68
|
-
declare const all$1: (Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Check]
|
|
69
|
-
forceWaitForUpdate?: boolean;
|
|
70
|
-
} & _ngrx_store.Action<"[SPX / Update Check] Run">) | (Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Check] An update is ready">) | ({
|
|
68
|
+
declare const all$1: (Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Check] An update is ready">) | (Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Check] Clear error">) | ({
|
|
71
69
|
startUpdateAgainAfterTimeout?: boolean;
|
|
72
|
-
} & _ngrx_store.Action<"[SPX / Update Check]
|
|
70
|
+
} & _ngrx_store.Action<"[SPX / Update Check] Error happened">) | (Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Check] Initialize">) | ({
|
|
73
71
|
startUpdateAgainAfterTimeout?: boolean;
|
|
74
|
-
} & _ngrx_store.Action<"[SPX / Update Check]
|
|
72
|
+
} & _ngrx_store.Action<"[SPX / Update Check] No update was found">) | (Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Check] Not available on web">) | ({
|
|
73
|
+
forceWaitForUpdate?: boolean;
|
|
74
|
+
} & _ngrx_store.Action<"[SPX / Update Check] Run">);
|
|
75
75
|
type Actions$1 = typeof all$1;
|
|
76
76
|
|
|
77
77
|
declare const spxUpdateCheck_actions_d_anUpdateIsReady: typeof anUpdateIsReady;
|
|
@@ -141,7 +141,7 @@ declare const hasBeenDownloaded: _ngrx_store.ActionCreator<"[SPX / Update Pendin
|
|
|
141
141
|
declare const hasBeenInstalled: _ngrx_store.ActionCreator<"[SPX / Update Pending] Has been installed", (props: Record<string, unknown>) => Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Pending] Has been installed">>;
|
|
142
142
|
declare const postpone: _ngrx_store.ActionCreator<"[SPX / Update Pending] Postpone", (props: Record<string, unknown>) => Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Pending] Postpone">>;
|
|
143
143
|
declare const postponeExpired: _ngrx_store.ActionCreator<"[SPX / Update Pending] Postpone expired", (props: Record<string, unknown>) => Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Pending] Postpone expired">>;
|
|
144
|
-
declare const all: (Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Pending]
|
|
144
|
+
declare const all: (Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Pending] Accept update">) | (Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Pending] Has been downloaded">) | (Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Pending] Has been installed">) | (Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Pending] Postpone">) | (Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Pending] Postpone expired">);
|
|
145
145
|
type Actions = typeof all;
|
|
146
146
|
|
|
147
147
|
type spxUpdatePending_actions_d_Actions = Actions;
|