@softpak/components 20.12.0-beta.4 → 20.12.0
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 +46 -26
- package/fesm2022/softpak-components-spx-channel-selection.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-form-view.mjs +2 -2
- package/fesm2022/softpak-components-spx-form-view.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-storage.mjs +0 -1
- package/fesm2022/softpak-components-spx-storage.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-update.mjs +98 -63
- package/fesm2022/softpak-components-spx-update.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-welcome.mjs +8 -8
- package/fesm2022/softpak-components-spx-welcome.mjs.map +1 -1
- package/package.json +26 -26
- package/spx-channel-selection/index.d.ts +34 -16
- package/spx-storage/index.d.ts +0 -1
- package/spx-update/index.d.ts +62 -33
- package/spx-welcome/index.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@softpak/components",
|
|
3
|
-
"version": "20.12.0
|
|
3
|
+
"version": "20.12.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "20.x.x",
|
|
7
7
|
"@angular/core": "20.x.x",
|
|
8
8
|
"@capacitor/app": "7.x.x",
|
|
9
9
|
"@capacitor/device": "7.x.x",
|
|
10
|
-
"@
|
|
11
|
-
"@fortawesome/free-solid-svg-icons": "
|
|
10
|
+
"@capacitor/live-updates": "0.4.x",
|
|
11
|
+
"@fortawesome/free-solid-svg-icons": "6.x.x",
|
|
12
12
|
"@ionic/angular": "8.x.x",
|
|
13
13
|
"@ngrx/effects": "19.x.x || 20.x.x || 20.0.0-rc.x",
|
|
14
14
|
"@ngrx/store": "19.x.x || 20.x.x || 20.0.0-rc.x",
|
|
15
|
-
"@ngx-translate/core": "
|
|
15
|
+
"@ngx-translate/core": "16.x.x",
|
|
16
16
|
"@sentry/angular": "9.x.x"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
@@ -56,14 +56,14 @@
|
|
|
56
56
|
"types": "./spx-card/index.d.ts",
|
|
57
57
|
"default": "./fesm2022/softpak-components-spx-card.mjs"
|
|
58
58
|
},
|
|
59
|
-
"./spx-change-details": {
|
|
60
|
-
"types": "./spx-change-details/index.d.ts",
|
|
61
|
-
"default": "./fesm2022/softpak-components-spx-change-details.mjs"
|
|
62
|
-
},
|
|
63
59
|
"./spx-app-configuration": {
|
|
64
60
|
"types": "./spx-app-configuration/index.d.ts",
|
|
65
61
|
"default": "./fesm2022/softpak-components-spx-app-configuration.mjs"
|
|
66
62
|
},
|
|
63
|
+
"./spx-change-details": {
|
|
64
|
+
"types": "./spx-change-details/index.d.ts",
|
|
65
|
+
"default": "./fesm2022/softpak-components-spx-change-details.mjs"
|
|
66
|
+
},
|
|
67
67
|
"./spx-channel-selection": {
|
|
68
68
|
"types": "./spx-channel-selection/index.d.ts",
|
|
69
69
|
"default": "./fesm2022/softpak-components-spx-channel-selection.mjs"
|
|
@@ -76,14 +76,14 @@
|
|
|
76
76
|
"types": "./spx-confirm/index.d.ts",
|
|
77
77
|
"default": "./fesm2022/softpak-components-spx-confirm.mjs"
|
|
78
78
|
},
|
|
79
|
-
"./spx-form-view": {
|
|
80
|
-
"types": "./spx-form-view/index.d.ts",
|
|
81
|
-
"default": "./fesm2022/softpak-components-spx-form-view.mjs"
|
|
82
|
-
},
|
|
83
79
|
"./spx-form-section": {
|
|
84
80
|
"types": "./spx-form-section/index.d.ts",
|
|
85
81
|
"default": "./fesm2022/softpak-components-spx-form-section.mjs"
|
|
86
82
|
},
|
|
83
|
+
"./spx-form-view": {
|
|
84
|
+
"types": "./spx-form-view/index.d.ts",
|
|
85
|
+
"default": "./fesm2022/softpak-components-spx-form-view.mjs"
|
|
86
|
+
},
|
|
87
87
|
"./spx-helpers": {
|
|
88
88
|
"types": "./spx-helpers/index.d.ts",
|
|
89
89
|
"default": "./fesm2022/softpak-components-spx-helpers.mjs"
|
|
@@ -104,10 +104,6 @@
|
|
|
104
104
|
"types": "./spx-pagination/index.d.ts",
|
|
105
105
|
"default": "./fesm2022/softpak-components-spx-pagination.mjs"
|
|
106
106
|
},
|
|
107
|
-
"./spx-patch": {
|
|
108
|
-
"types": "./spx-patch/index.d.ts",
|
|
109
|
-
"default": "./fesm2022/softpak-components-spx-patch.mjs"
|
|
110
|
-
},
|
|
111
107
|
"./spx-pipes": {
|
|
112
108
|
"types": "./spx-pipes/index.d.ts",
|
|
113
109
|
"default": "./fesm2022/softpak-components-spx-pipes.mjs"
|
|
@@ -116,22 +112,26 @@
|
|
|
116
112
|
"types": "./spx-progress-bar/index.d.ts",
|
|
117
113
|
"default": "./fesm2022/softpak-components-spx-progress-bar.mjs"
|
|
118
114
|
},
|
|
119
|
-
"./spx-
|
|
120
|
-
"types": "./spx-
|
|
121
|
-
"default": "./fesm2022/softpak-components-spx-
|
|
115
|
+
"./spx-patch": {
|
|
116
|
+
"types": "./spx-patch/index.d.ts",
|
|
117
|
+
"default": "./fesm2022/softpak-components-spx-patch.mjs"
|
|
122
118
|
},
|
|
123
119
|
"./spx-spinner": {
|
|
124
120
|
"types": "./spx-spinner/index.d.ts",
|
|
125
121
|
"default": "./fesm2022/softpak-components-spx-spinner.mjs"
|
|
126
122
|
},
|
|
127
|
-
"./spx-
|
|
128
|
-
"types": "./spx-
|
|
129
|
-
"default": "./fesm2022/softpak-components-spx-
|
|
123
|
+
"./spx-redux": {
|
|
124
|
+
"types": "./spx-redux/index.d.ts",
|
|
125
|
+
"default": "./fesm2022/softpak-components-spx-redux.mjs"
|
|
130
126
|
},
|
|
131
127
|
"./spx-stock-info": {
|
|
132
128
|
"types": "./spx-stock-info/index.d.ts",
|
|
133
129
|
"default": "./fesm2022/softpak-components-spx-stock-info.mjs"
|
|
134
130
|
},
|
|
131
|
+
"./spx-storage": {
|
|
132
|
+
"types": "./spx-storage/index.d.ts",
|
|
133
|
+
"default": "./fesm2022/softpak-components-spx-storage.mjs"
|
|
134
|
+
},
|
|
135
135
|
"./spx-suggestion": {
|
|
136
136
|
"types": "./spx-suggestion/index.d.ts",
|
|
137
137
|
"default": "./fesm2022/softpak-components-spx-suggestion.mjs"
|
|
@@ -152,14 +152,14 @@
|
|
|
152
152
|
"types": "./spx-translate/index.d.ts",
|
|
153
153
|
"default": "./fesm2022/softpak-components-spx-translate.mjs"
|
|
154
154
|
},
|
|
155
|
-
"./spx-update": {
|
|
156
|
-
"types": "./spx-update/index.d.ts",
|
|
157
|
-
"default": "./fesm2022/softpak-components-spx-update.mjs"
|
|
158
|
-
},
|
|
159
155
|
"./spx-validation": {
|
|
160
156
|
"types": "./spx-validation/index.d.ts",
|
|
161
157
|
"default": "./fesm2022/softpak-components-spx-validation.mjs"
|
|
162
158
|
},
|
|
159
|
+
"./spx-update": {
|
|
160
|
+
"types": "./spx-update/index.d.ts",
|
|
161
|
+
"default": "./fesm2022/softpak-components-spx-update.mjs"
|
|
162
|
+
},
|
|
163
163
|
"./spx-welcome": {
|
|
164
164
|
"types": "./spx-welcome/index.d.ts",
|
|
165
165
|
"default": "./fesm2022/softpak-components-spx-welcome.mjs"
|
|
@@ -2,8 +2,11 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import * as _softpak_components_spx_app_configuration from '@softpak/components/spx-app-configuration';
|
|
3
3
|
import { SpxAppChannelI, SpxAppChannelTypeEnum, SpxChannelTypeI } from '@softpak/components/spx-app-configuration';
|
|
4
4
|
import * as _ngrx_store from '@ngrx/store';
|
|
5
|
+
import { Store } from '@ngrx/store';
|
|
5
6
|
import * as _ngrx_effects from '@ngrx/effects';
|
|
7
|
+
import { Actions as Actions$1 } from '@ngrx/effects';
|
|
6
8
|
import * as rxjs from 'rxjs';
|
|
9
|
+
import { Router } from '@angular/router';
|
|
7
10
|
import { SpxToasterAutoCloseSpeedEnum } from '@softpak/components/spx-toaster';
|
|
8
11
|
|
|
9
12
|
declare class SpxChannelGuard {
|
|
@@ -17,7 +20,7 @@ declare const spxChannelSelectionUrl = "wlc";
|
|
|
17
20
|
declare class SpxChannelIndicatorComponent {
|
|
18
21
|
private readonly navController;
|
|
19
22
|
private readonly store;
|
|
20
|
-
protected readonly channel: i0.Signal<_softpak_components_spx_app_configuration.SpxAppChannelI | null>;
|
|
23
|
+
protected readonly channel: i0.Signal<_softpak_components_spx_app_configuration.SpxAppChannelI | null | undefined>;
|
|
21
24
|
protected readonly channelType: i0.Signal<_softpak_components_spx_app_configuration.SpxAppChannelTypeEnum | undefined>;
|
|
22
25
|
protected readonly spxTextChange = "spxTextChange";
|
|
23
26
|
protected onChange(): void;
|
|
@@ -26,30 +29,45 @@ declare class SpxChannelIndicatorComponent {
|
|
|
26
29
|
static ɵcmp: i0.ɵɵComponentDeclaration<SpxChannelIndicatorComponent, "spx-channel-indicator", never, {}, {}, never, never, true, never>;
|
|
27
30
|
}
|
|
28
31
|
|
|
29
|
-
declare const
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
32
|
+
declare const choose: _ngrx_store.ActionCreator<"[SPX / Channel] Select", (props: {
|
|
33
|
+
channel: SpxAppChannelI;
|
|
34
|
+
channelType: SpxAppChannelTypeEnum;
|
|
35
|
+
}) => {
|
|
36
|
+
channel: SpxAppChannelI;
|
|
37
|
+
channelType: SpxAppChannelTypeEnum;
|
|
38
|
+
} & _ngrx_store.Action<"[SPX / Channel] Select">>;
|
|
39
|
+
declare const initialize: _ngrx_store.ActionCreator<"[SPX / Channel] Initialize", (props: {
|
|
40
|
+
channels: SpxAppChannelI[];
|
|
41
|
+
}) => {
|
|
42
|
+
channels: SpxAppChannelI[];
|
|
43
|
+
} & _ngrx_store.Action<"[SPX / Channel] Initialize">>;
|
|
44
|
+
declare const all: ({
|
|
45
|
+
channel: SpxAppChannelI;
|
|
46
|
+
channelType: SpxAppChannelTypeEnum;
|
|
47
|
+
} & _ngrx_store.Action<"[SPX / Channel] Select">) | ({
|
|
48
|
+
channels: SpxAppChannelI[];
|
|
49
|
+
} & _ngrx_store.Action<"[SPX / Channel] Initialize">);
|
|
50
|
+
type Actions = typeof all;
|
|
51
|
+
|
|
52
|
+
type spxChannel_actions_d_Actions = Actions;
|
|
53
|
+
declare const spxChannel_actions_d_choose: typeof choose;
|
|
54
|
+
declare const spxChannel_actions_d_initialize: typeof initialize;
|
|
55
|
+
declare namespace spxChannel_actions_d {
|
|
56
|
+
export { spxChannel_actions_d_choose as choose, spxChannel_actions_d_initialize as initialize };
|
|
57
|
+
export type { spxChannel_actions_d_Actions as Actions };
|
|
58
|
+
}
|
|
43
59
|
|
|
44
60
|
declare class Effects {
|
|
45
61
|
private readonly actions$;
|
|
46
62
|
private readonly router;
|
|
63
|
+
store: Store<any>;
|
|
47
64
|
onChoose$: rxjs.Observable<{
|
|
48
65
|
autoClose?: number | SpxToasterAutoCloseSpeedEnum;
|
|
49
66
|
closeable?: boolean;
|
|
50
67
|
messageText: string;
|
|
51
68
|
title?: string;
|
|
52
69
|
} & _ngrx_store.Action<"[SPX / Toaster] Create success">> & _ngrx_effects.CreateEffectMetadata;
|
|
70
|
+
constructor(actions$: Actions$1, router: Router);
|
|
53
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<Effects, never>;
|
|
54
72
|
static ɵprov: i0.ɵɵInjectableDeclaration<Effects>;
|
|
55
73
|
}
|
|
@@ -86,4 +104,4 @@ declare namespace spxChannel_reducer_d {
|
|
|
86
104
|
export type { spxChannel_reducer_d_StateI as StateI };
|
|
87
105
|
}
|
|
88
106
|
|
|
89
|
-
export {
|
|
107
|
+
export { SpxChannelGuard, SpxChannelIndicatorComponent, spxChannel_actions_d as spxChannelActions, spxChannel_effects_d as spxChannelEffects, spxChannel_reducer_d as spxChannelReducer, spxChannelSelectionUrl };
|
package/spx-storage/index.d.ts
CHANGED
package/spx-update/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { NavController } from '@ionic/angular/standalone';
|
|
2
|
-
import { ActivatedRoute } from '@angular/router';
|
|
3
2
|
import * as _ngrx_store from '@ngrx/store';
|
|
4
3
|
import { Store } from '@ngrx/store';
|
|
4
|
+
import { ActivatedRoute } from '@angular/router';
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
6
|
-
import { SafeStyle, DomSanitizer } from '@angular/platform-browser';
|
|
7
6
|
import { SpxSeverityEnum } from '@softpak/components/spx-helpers';
|
|
7
|
+
import { SafeStyle, DomSanitizer } from '@angular/platform-browser';
|
|
8
8
|
import { Observable } from 'rxjs';
|
|
9
|
-
import { Actions } from '@ngrx/effects';
|
|
9
|
+
import { Actions as Actions$2 } from '@ngrx/effects';
|
|
10
10
|
|
|
11
11
|
declare class SpxUpdatePageComponent {
|
|
12
12
|
private readonly appStore;
|
|
@@ -46,27 +46,45 @@ declare class SpxUpdatePendingComponent {
|
|
|
46
46
|
|
|
47
47
|
declare const spxUpdateUrl = "";
|
|
48
48
|
|
|
49
|
-
declare const
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
49
|
+
declare const anUpdateIsReady: _ngrx_store.ActionCreator<"[SPX / Update Check] An update is ready", (props: Record<string, unknown>) => Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Check] An update is ready">>;
|
|
50
|
+
declare const clearError: _ngrx_store.ActionCreator<"[SPX / Update Check] Clear error", (props: Record<string, unknown>) => Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Check] Clear error">>;
|
|
51
|
+
declare const checkFailed: _ngrx_store.ActionCreator<"[SPX / Update Check] Error happened", (props: {
|
|
52
|
+
startUpdateAgainAfterTimeout?: boolean;
|
|
53
|
+
}) => {
|
|
54
|
+
startUpdateAgainAfterTimeout?: boolean;
|
|
55
|
+
} & _ngrx_store.Action<"[SPX / Update Check] Error happened">>;
|
|
56
|
+
declare const initialize: _ngrx_store.ActionCreator<"[SPX / Update Check] Initialize", (props: Record<string, unknown>) => Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Check] Initialize">>;
|
|
57
|
+
declare const noUpdateWasFound: _ngrx_store.ActionCreator<"[SPX / Update Check] No update was found", (props: {
|
|
58
|
+
startUpdateAgainAfterTimeout?: boolean;
|
|
59
|
+
}) => {
|
|
60
|
+
startUpdateAgainAfterTimeout?: boolean;
|
|
61
|
+
} & _ngrx_store.Action<"[SPX / Update Check] No update was found">>;
|
|
62
|
+
declare const notAvailableOnWeb: _ngrx_store.ActionCreator<"[SPX / Update Check] Not available on web", (props: Record<string, unknown>) => Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Check] Not available on web">>;
|
|
63
|
+
declare const runCheck: _ngrx_store.ActionCreator<"[SPX / Update Check] Run", (props: {
|
|
64
|
+
forceWaitForUpdate?: boolean;
|
|
65
|
+
}) => {
|
|
66
|
+
forceWaitForUpdate?: boolean;
|
|
67
|
+
} & _ngrx_store.Action<"[SPX / Update Check] Run">>;
|
|
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">) | ({
|
|
69
|
+
startUpdateAgainAfterTimeout?: boolean;
|
|
70
|
+
} & _ngrx_store.Action<"[SPX / Update Check] Error happened">) | (Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Check] Initialize">) | ({
|
|
71
|
+
startUpdateAgainAfterTimeout?: boolean;
|
|
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
|
+
type Actions$1 = typeof all$1;
|
|
76
|
+
|
|
77
|
+
declare const spxUpdateCheck_actions_d_anUpdateIsReady: typeof anUpdateIsReady;
|
|
78
|
+
declare const spxUpdateCheck_actions_d_checkFailed: typeof checkFailed;
|
|
79
|
+
declare const spxUpdateCheck_actions_d_clearError: typeof clearError;
|
|
80
|
+
declare const spxUpdateCheck_actions_d_initialize: typeof initialize;
|
|
81
|
+
declare const spxUpdateCheck_actions_d_noUpdateWasFound: typeof noUpdateWasFound;
|
|
82
|
+
declare const spxUpdateCheck_actions_d_notAvailableOnWeb: typeof notAvailableOnWeb;
|
|
83
|
+
declare const spxUpdateCheck_actions_d_runCheck: typeof runCheck;
|
|
84
|
+
declare namespace spxUpdateCheck_actions_d {
|
|
85
|
+
export { spxUpdateCheck_actions_d_anUpdateIsReady as anUpdateIsReady, spxUpdateCheck_actions_d_checkFailed as checkFailed, spxUpdateCheck_actions_d_clearError as clearError, spxUpdateCheck_actions_d_initialize as initialize, spxUpdateCheck_actions_d_noUpdateWasFound as noUpdateWasFound, spxUpdateCheck_actions_d_notAvailableOnWeb as notAvailableOnWeb, spxUpdateCheck_actions_d_runCheck as runCheck };
|
|
86
|
+
export type { Actions$1 as Actions };
|
|
87
|
+
}
|
|
70
88
|
|
|
71
89
|
declare class Effects$1 {
|
|
72
90
|
private readonly actions$;
|
|
@@ -118,17 +136,28 @@ declare namespace spxUpdateCheck_reducer_d {
|
|
|
118
136
|
};
|
|
119
137
|
}
|
|
120
138
|
|
|
121
|
-
declare const
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
139
|
+
declare const acceptUpdate: _ngrx_store.ActionCreator<"[SPX / Update Pending] Accept update", (props: Record<string, unknown>) => Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Pending] Accept update">>;
|
|
140
|
+
declare const hasBeenDownloaded: _ngrx_store.ActionCreator<"[SPX / Update Pending] Has been downloaded", (props: Record<string, unknown>) => Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Pending] Has been downloaded">>;
|
|
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
|
+
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
|
+
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] Has been downloaded">) | (Record<string, unknown> & _ngrx_store.Action<"[SPX / Update Pending] Accept update">) | (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
|
+
type Actions = typeof all;
|
|
146
|
+
|
|
147
|
+
type spxUpdatePending_actions_d_Actions = Actions;
|
|
148
|
+
declare const spxUpdatePending_actions_d_acceptUpdate: typeof acceptUpdate;
|
|
149
|
+
declare const spxUpdatePending_actions_d_hasBeenDownloaded: typeof hasBeenDownloaded;
|
|
150
|
+
declare const spxUpdatePending_actions_d_hasBeenInstalled: typeof hasBeenInstalled;
|
|
151
|
+
declare const spxUpdatePending_actions_d_postpone: typeof postpone;
|
|
152
|
+
declare const spxUpdatePending_actions_d_postponeExpired: typeof postponeExpired;
|
|
153
|
+
declare namespace spxUpdatePending_actions_d {
|
|
154
|
+
export { spxUpdatePending_actions_d_acceptUpdate as acceptUpdate, spxUpdatePending_actions_d_hasBeenDownloaded as hasBeenDownloaded, spxUpdatePending_actions_d_hasBeenInstalled as hasBeenInstalled, spxUpdatePending_actions_d_postpone as postpone, spxUpdatePending_actions_d_postponeExpired as postponeExpired };
|
|
155
|
+
export type { spxUpdatePending_actions_d_Actions as Actions };
|
|
156
|
+
}
|
|
128
157
|
|
|
129
158
|
declare class Effects {
|
|
130
159
|
private readonly actions$;
|
|
131
|
-
constructor(actions$: Actions);
|
|
160
|
+
constructor(actions$: Actions$2);
|
|
132
161
|
whenAccepted$: Observable<any>;
|
|
133
162
|
static ɵfac: i0.ɵɵFactoryDeclaration<Effects, never>;
|
|
134
163
|
static ɵprov: i0.ɵɵInjectableDeclaration<Effects>;
|
|
@@ -175,4 +204,4 @@ declare namespace spxUpdatePending_reducer_d {
|
|
|
175
204
|
};
|
|
176
205
|
}
|
|
177
206
|
|
|
178
|
-
export {
|
|
207
|
+
export { SpxUpdatePageComponent, SpxUpdatePendingComponent, spxUpdateCheck_actions_d as spxUpdateCheckActions, spxUpdateCheck_effects_d as spxUpdateCheckEffects, spxUpdateCheck_initial_d as spxUpdateCheckInitial, spxUpdateCheck_reducer_d as spxUpdateCheckReducer, spxUpdateCheck_state_d as spxUpdateCheckState, spxUpdatePending_actions_d as spxUpdatePendingActions, spxUpdatePending_effects_d as spxUpdatePendingEffects, spxUpdatePending_initial_d as spxUpdatePendingInitial, spxUpdatePending_reducer_d as spxUpdatePendingReducer, spxUpdatePending_state_d as spxUpdatePendingState, spxUpdateUrl };
|
package/spx-welcome/index.d.ts
CHANGED
|
@@ -3,9 +3,9 @@ import { OnInit, OnDestroy } from '@angular/core';
|
|
|
3
3
|
import * as _softpak_components_spx_app_configuration from '@softpak/components/spx-app-configuration';
|
|
4
4
|
import { SpxAppChannelTypeEnum } from '@softpak/components/spx-app-configuration';
|
|
5
5
|
import { FormGroup, FormBuilder } from '@angular/forms';
|
|
6
|
+
import { Store } from '@ngrx/store';
|
|
6
7
|
import { SpxFormI } from '@softpak/components/spx-form-view';
|
|
7
8
|
import { SpxValuePair } from '@softpak/components/spx-inputs';
|
|
8
|
-
import { Store } from '@ngrx/store';
|
|
9
9
|
|
|
10
10
|
declare const spxSectionWelcome = "welcome";
|
|
11
11
|
declare const spxCtrlChannel = "channel";
|