@elliemae/pui-app-sdk 6.0.0-next.13 → 6.0.0-next.14
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.
|
@@ -5,7 +5,7 @@ interface Args {
|
|
|
5
5
|
store: AppStore;
|
|
6
6
|
}
|
|
7
7
|
export declare const renderWithRedux: (ui: React.ReactElement, { initialState, store }?: Args) => {
|
|
8
|
-
store: import("@reduxjs/toolkit").EnhancedStore<{
|
|
8
|
+
store: import("@reduxjs/toolkit/dist/configureStore.js").EnhancedStore<{
|
|
9
9
|
waitMessage: import("../../data/wait-message-state.js").WaitMessageState;
|
|
10
10
|
error: import("../../data/error-state.js").ErrorState;
|
|
11
11
|
breakpoint: import("../../data/breakpoint-state.js").BreakpointState;
|
|
@@ -8,7 +8,7 @@ interface Args {
|
|
|
8
8
|
history: History;
|
|
9
9
|
}
|
|
10
10
|
export declare const renderWithRouterRedux: (ui: React.ReactElement, { route, history, initialState, store, }?: Args) => {
|
|
11
|
-
store: import("@reduxjs/toolkit").EnhancedStore<{
|
|
11
|
+
store: import("@reduxjs/toolkit/dist/configureStore.js").EnhancedStore<{
|
|
12
12
|
waitMessage: import("../../data/wait-message-state.js").WaitMessageState;
|
|
13
13
|
error: import("../../data/error-state.js").ErrorState;
|
|
14
14
|
breakpoint: import("../../data/breakpoint-state.js").BreakpointState;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-app-sdk",
|
|
3
|
-
"version": "6.0.0-next.
|
|
3
|
+
"version": "6.0.0-next.14",
|
|
4
4
|
"description": "ICE MT UI Platform Application SDK ",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css",
|
|
@@ -114,54 +114,54 @@
|
|
|
114
114
|
"@elliemae/pui-app-bridge": "~2.5.3"
|
|
115
115
|
},
|
|
116
116
|
"peerDependencies": {
|
|
117
|
-
"@elliemae/app-react-dependencies": "^5.0.0-next.
|
|
118
|
-
"@elliemae/ds-backdrop": "^3.
|
|
119
|
-
"@elliemae/ds-basic": "^3.
|
|
120
|
-
"@elliemae/ds-button": "^3.
|
|
121
|
-
"@elliemae/ds-circular-progress-indicator": "^3.
|
|
122
|
-
"@elliemae/ds-controlled-form": "^3.
|
|
123
|
-
"@elliemae/ds-date-picker": "^3.
|
|
124
|
-
"@elliemae/ds-date-range-picker": "^3.
|
|
125
|
-
"@elliemae/ds-dialog": "^3.
|
|
126
|
-
"@elliemae/ds-form-layout-autocomplete": "^3.
|
|
127
|
-
"@elliemae/ds-form-layout-blocks": "^3.
|
|
128
|
-
"@elliemae/ds-grid": "^3.
|
|
129
|
-
"@elliemae/ds-popperjs": "^3.
|
|
130
|
-
"@elliemae/ds-toast": "^3.
|
|
117
|
+
"@elliemae/app-react-dependencies": "^5.0.0-next.14",
|
|
118
|
+
"@elliemae/ds-backdrop": "^3.30.1",
|
|
119
|
+
"@elliemae/ds-basic": "^3.30.1",
|
|
120
|
+
"@elliemae/ds-button": "^3.30.1",
|
|
121
|
+
"@elliemae/ds-circular-progress-indicator": "^3.30.1",
|
|
122
|
+
"@elliemae/ds-controlled-form": "^3.30.1",
|
|
123
|
+
"@elliemae/ds-date-picker": "^3.30.1",
|
|
124
|
+
"@elliemae/ds-date-range-picker": "^3.30.1",
|
|
125
|
+
"@elliemae/ds-dialog": "^3.30.1",
|
|
126
|
+
"@elliemae/ds-form-layout-autocomplete": "^3.30.1",
|
|
127
|
+
"@elliemae/ds-form-layout-blocks": "^3.30.1",
|
|
128
|
+
"@elliemae/ds-grid": "^3.30.1",
|
|
129
|
+
"@elliemae/ds-popperjs": "^3.30.1",
|
|
130
|
+
"@elliemae/ds-toast": "^3.30.1",
|
|
131
131
|
"@elliemae/em-ssf-guest": "^1.11.3",
|
|
132
132
|
"@elliemae/pui-app-bridge": "^2.5.3",
|
|
133
|
-
"@elliemae/pui-diagnostics": "^3.
|
|
133
|
+
"@elliemae/pui-diagnostics": "^3.5.0",
|
|
134
134
|
"@elliemae/pui-micro-frontend-base": "^1.14.0",
|
|
135
135
|
"@elliemae/pui-scripting-object": "^1.33.0",
|
|
136
|
-
"@elliemae/pui-theme": "^2.
|
|
137
|
-
"@elliemae/pui-user-monitoring": "^
|
|
136
|
+
"@elliemae/pui-theme": "^2.9.3",
|
|
137
|
+
"@elliemae/pui-user-monitoring": "^1.23.0"
|
|
138
138
|
},
|
|
139
139
|
"devDependencies": {
|
|
140
|
-
"@elliemae/app-react-dependencies": "~5.0.0-next.
|
|
141
|
-
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.
|
|
142
|
-
"@elliemae/ds-backdrop": "~3.
|
|
143
|
-
"@elliemae/ds-basic": "~3.
|
|
144
|
-
"@elliemae/ds-button": "~3.
|
|
145
|
-
"@elliemae/ds-circular-progress-indicator": "~3.
|
|
146
|
-
"@elliemae/ds-controlled-form": "~3.
|
|
147
|
-
"@elliemae/ds-date-picker": "~3.
|
|
148
|
-
"@elliemae/ds-date-range-picker": "~3.
|
|
149
|
-
"@elliemae/ds-dialog": "~3.
|
|
150
|
-
"@elliemae/ds-form-layout-autocomplete": "~3.
|
|
151
|
-
"@elliemae/ds-form-layout-blocks": "~3.
|
|
152
|
-
"@elliemae/ds-grid": "~3.
|
|
153
|
-
"@elliemae/ds-popperjs": "~3.
|
|
154
|
-
"@elliemae/ds-toast": "~3.
|
|
140
|
+
"@elliemae/app-react-dependencies": "~5.0.0-next.14",
|
|
141
|
+
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.9.0",
|
|
142
|
+
"@elliemae/ds-backdrop": "~3.30.1",
|
|
143
|
+
"@elliemae/ds-basic": "~3.30.1",
|
|
144
|
+
"@elliemae/ds-button": "~3.30.1",
|
|
145
|
+
"@elliemae/ds-circular-progress-indicator": "~3.30.1",
|
|
146
|
+
"@elliemae/ds-controlled-form": "~3.30.1",
|
|
147
|
+
"@elliemae/ds-date-picker": "~3.30.1",
|
|
148
|
+
"@elliemae/ds-date-range-picker": "~3.30.1",
|
|
149
|
+
"@elliemae/ds-dialog": "~3.30.1",
|
|
150
|
+
"@elliemae/ds-form-layout-autocomplete": "~3.30.1",
|
|
151
|
+
"@elliemae/ds-form-layout-blocks": "~3.30.1",
|
|
152
|
+
"@elliemae/ds-grid": "~3.30.1",
|
|
153
|
+
"@elliemae/ds-popperjs": "~3.30.1",
|
|
154
|
+
"@elliemae/ds-toast": "~3.30.1",
|
|
155
155
|
"@elliemae/em-ssf-guest": "~1.11.3",
|
|
156
156
|
"@elliemae/pui-app-bridge": "~2.5.3",
|
|
157
|
-
"@elliemae/pui-cli": "~9.0.0-next.
|
|
158
|
-
"@elliemae/pui-diagnostics": "~3.
|
|
157
|
+
"@elliemae/pui-cli": "~9.0.0-next.44",
|
|
158
|
+
"@elliemae/pui-diagnostics": "~3.5.0",
|
|
159
159
|
"@elliemae/pui-doc-gen": "~2.0.1",
|
|
160
160
|
"@elliemae/pui-e2e-test-sdk": "~10.0.0",
|
|
161
161
|
"@elliemae/pui-micro-frontend-base": "~1.14.0",
|
|
162
162
|
"@elliemae/pui-scripting-object": "~1.33.0",
|
|
163
|
-
"@elliemae/pui-theme": "~2.
|
|
164
|
-
"@elliemae/pui-user-monitoring": "~
|
|
163
|
+
"@elliemae/pui-theme": "~2.9.3",
|
|
164
|
+
"@elliemae/pui-user-monitoring": "~1.23.0",
|
|
165
165
|
"@types/react-aria-live": "~2.0.6"
|
|
166
166
|
},
|
|
167
167
|
"type": "module"
|