@softpak/components 21.1.0-beta.3 → 21.1.0-beta.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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@softpak/components",
|
|
3
|
-
"version": "21.1.0-beta.
|
|
3
|
+
"version": "21.1.0-beta.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "21.x.x",
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"@capacitor/app": "8.x.x",
|
|
9
9
|
"@capacitor/device": "8.x.x",
|
|
10
10
|
"@capacitor/haptics": "8.x.x",
|
|
11
|
-
"@capacitor/live-updates": "0.
|
|
12
|
-
"@fortawesome/free-solid-svg-icons": "
|
|
11
|
+
"@capacitor/live-updates": "0.5.x",
|
|
12
|
+
"@fortawesome/free-solid-svg-icons": "8.x.x",
|
|
13
13
|
"@ionic/angular": "8.x.x",
|
|
14
14
|
"@ngrx/effects": "20.x.x || 21.x.x",
|
|
15
15
|
"@ngrx/store": "20.x.x || 21.x.x",
|
|
@@ -60,7 +60,7 @@ declare class SpxNavigationComponent implements OnInit, OnDestroy {
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
declare class SpxHomeTilesComponent {
|
|
63
|
-
readonly spxCols: _angular_core.InputSignal<
|
|
63
|
+
readonly spxCols: _angular_core.InputSignal<2 | 1>;
|
|
64
64
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SpxHomeTilesComponent, never>;
|
|
65
65
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SpxHomeTilesComponent, "spx-home-tiles", never, { "spxCols": { "alias": "spxCols"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
66
66
|
}
|
|
@@ -84,12 +84,12 @@ declare const update: _ngrx_store.ActionCreator<"[SPX / Navigation] Update", (pr
|
|
|
84
84
|
} & _ngrx_store.Action<"[SPX / Navigation] Update">>;
|
|
85
85
|
declare const all: ({
|
|
86
86
|
navigationItems: SpxNavigationItemI[];
|
|
87
|
-
} & _ngrx_store.Action<"[SPX / Navigation] Add items">) | ({
|
|
88
|
-
navigationItems: SpxNavigationItemI[];
|
|
89
87
|
} & _ngrx_store.Action<"[SPX / Navigation] Initialize">) | ({
|
|
90
88
|
accessList: string[];
|
|
91
89
|
signedIn: boolean;
|
|
92
|
-
} & _ngrx_store.Action<"[SPX / Navigation] Update">)
|
|
90
|
+
} & _ngrx_store.Action<"[SPX / Navigation] Update">) | ({
|
|
91
|
+
navigationItems: SpxNavigationItemI[];
|
|
92
|
+
} & _ngrx_store.Action<"[SPX / Navigation] Add items">);
|
|
93
93
|
type Actions = typeof all;
|
|
94
94
|
|
|
95
95
|
type spxNavigation_actions_d_Actions = Actions;
|
|
@@ -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] 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">) | (Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Pending] Accept update">);
|
|
145
145
|
type Actions = typeof all;
|
|
146
146
|
|
|
147
147
|
type spxUpdatePending_actions_d_Actions = Actions;
|