@applicaster/zapp-react-native-ui-components 13.0.0-rc.30 → 13.0.0-rc.32
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.
|
@@ -16,13 +16,13 @@ export class MasterCellAsyncRenderManager {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
public emitAsyncElementRegistrate = () => {
|
|
19
|
-
this.asyncElementRegistrate$.next();
|
|
19
|
+
this.asyncElementRegistrate$.next(null);
|
|
20
20
|
|
|
21
21
|
return this.decrementAsyncElementRegistrationCount;
|
|
22
22
|
};
|
|
23
23
|
|
|
24
24
|
public emitAsyncElementLayout = () => {
|
|
25
|
-
this.asyncElementLayout$.next();
|
|
25
|
+
this.asyncElementLayout$.next(null);
|
|
26
26
|
};
|
|
27
27
|
|
|
28
28
|
public decrementAsyncElementRegistrationCount = () => {
|
|
@@ -22,126 +22,78 @@ exports[`componentsMap renders renders components map correctly 1`] = `
|
|
|
22
22
|
flatListHeight={null}
|
|
23
23
|
loadingState={
|
|
24
24
|
BehaviorSubject {
|
|
25
|
-
"_isScalar": false,
|
|
26
25
|
"_value": {
|
|
27
26
|
"done": false,
|
|
28
27
|
"index": -1,
|
|
29
28
|
"waitForAllComponents": false,
|
|
30
29
|
},
|
|
31
30
|
"closed": false,
|
|
31
|
+
"currentObservers": null,
|
|
32
32
|
"hasError": false,
|
|
33
33
|
"isStopped": false,
|
|
34
34
|
"observers": [
|
|
35
|
-
|
|
36
|
-
"
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"
|
|
40
|
-
"_subscriptions": null,
|
|
35
|
+
SafeSubscriber {
|
|
36
|
+
"_finalizers": [
|
|
37
|
+
Subscription {
|
|
38
|
+
"_finalizers": null,
|
|
39
|
+
"_parentage": [Circular],
|
|
41
40
|
"closed": false,
|
|
42
|
-
"
|
|
43
|
-
"subscriber": [Circular],
|
|
41
|
+
"initialTeardown": [Function],
|
|
44
42
|
},
|
|
45
43
|
],
|
|
44
|
+
"_parentage": null,
|
|
46
45
|
"closed": false,
|
|
47
|
-
"destination":
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
"_next": [Function],
|
|
52
|
-
"_parentOrParents": null,
|
|
53
|
-
"_parentSubscriber": [Circular],
|
|
54
|
-
"_subscriptions": null,
|
|
55
|
-
"closed": false,
|
|
56
|
-
"destination": {
|
|
57
|
-
"closed": true,
|
|
58
|
-
"complete": [Function],
|
|
59
|
-
"error": [Function],
|
|
46
|
+
"destination": ConsumerObserver {
|
|
47
|
+
"partialObserver": {
|
|
48
|
+
"complete": undefined,
|
|
49
|
+
"error": undefined,
|
|
60
50
|
"next": [Function],
|
|
61
51
|
},
|
|
62
|
-
"isStopped": false,
|
|
63
|
-
"syncErrorThrowable": false,
|
|
64
|
-
"syncErrorThrown": false,
|
|
65
|
-
"syncErrorValue": null,
|
|
66
52
|
},
|
|
53
|
+
"initialTeardown": undefined,
|
|
67
54
|
"isStopped": false,
|
|
68
|
-
"syncErrorThrowable": true,
|
|
69
|
-
"syncErrorThrown": false,
|
|
70
|
-
"syncErrorValue": null,
|
|
71
55
|
},
|
|
72
|
-
|
|
73
|
-
"
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
"
|
|
77
|
-
"_subscriptions": null,
|
|
56
|
+
SafeSubscriber {
|
|
57
|
+
"_finalizers": [
|
|
58
|
+
Subscription {
|
|
59
|
+
"_finalizers": null,
|
|
60
|
+
"_parentage": [Circular],
|
|
78
61
|
"closed": false,
|
|
79
|
-
"
|
|
80
|
-
"subscriber": [Circular],
|
|
62
|
+
"initialTeardown": [Function],
|
|
81
63
|
},
|
|
82
64
|
],
|
|
65
|
+
"_parentage": null,
|
|
83
66
|
"closed": false,
|
|
84
|
-
"destination":
|
|
85
|
-
"
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
"_next": [Function],
|
|
89
|
-
"_parentOrParents": null,
|
|
90
|
-
"_parentSubscriber": [Circular],
|
|
91
|
-
"_subscriptions": null,
|
|
92
|
-
"closed": false,
|
|
93
|
-
"destination": {
|
|
94
|
-
"closed": true,
|
|
95
|
-
"complete": [Function],
|
|
96
|
-
"error": [Function],
|
|
67
|
+
"destination": ConsumerObserver {
|
|
68
|
+
"partialObserver": {
|
|
69
|
+
"complete": undefined,
|
|
70
|
+
"error": undefined,
|
|
97
71
|
"next": [Function],
|
|
98
72
|
},
|
|
99
|
-
"isStopped": false,
|
|
100
|
-
"syncErrorThrowable": false,
|
|
101
|
-
"syncErrorThrown": false,
|
|
102
|
-
"syncErrorValue": null,
|
|
103
73
|
},
|
|
74
|
+
"initialTeardown": undefined,
|
|
104
75
|
"isStopped": false,
|
|
105
|
-
"syncErrorThrowable": true,
|
|
106
|
-
"syncErrorThrown": false,
|
|
107
|
-
"syncErrorValue": null,
|
|
108
76
|
},
|
|
109
|
-
|
|
110
|
-
"
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
"
|
|
114
|
-
"_subscriptions": null,
|
|
77
|
+
SafeSubscriber {
|
|
78
|
+
"_finalizers": [
|
|
79
|
+
Subscription {
|
|
80
|
+
"_finalizers": null,
|
|
81
|
+
"_parentage": [Circular],
|
|
115
82
|
"closed": false,
|
|
116
|
-
"
|
|
117
|
-
"subscriber": [Circular],
|
|
83
|
+
"initialTeardown": [Function],
|
|
118
84
|
},
|
|
119
85
|
],
|
|
86
|
+
"_parentage": null,
|
|
120
87
|
"closed": false,
|
|
121
|
-
"destination":
|
|
122
|
-
"
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
"_next": [Function],
|
|
126
|
-
"_parentOrParents": null,
|
|
127
|
-
"_parentSubscriber": [Circular],
|
|
128
|
-
"_subscriptions": null,
|
|
129
|
-
"closed": false,
|
|
130
|
-
"destination": {
|
|
131
|
-
"closed": true,
|
|
132
|
-
"complete": [Function],
|
|
133
|
-
"error": [Function],
|
|
88
|
+
"destination": ConsumerObserver {
|
|
89
|
+
"partialObserver": {
|
|
90
|
+
"complete": undefined,
|
|
91
|
+
"error": undefined,
|
|
134
92
|
"next": [Function],
|
|
135
93
|
},
|
|
136
|
-
"isStopped": false,
|
|
137
|
-
"syncErrorThrowable": false,
|
|
138
|
-
"syncErrorThrown": false,
|
|
139
|
-
"syncErrorValue": null,
|
|
140
94
|
},
|
|
95
|
+
"initialTeardown": undefined,
|
|
141
96
|
"isStopped": false,
|
|
142
|
-
"syncErrorThrowable": true,
|
|
143
|
-
"syncErrorThrown": false,
|
|
144
|
-
"syncErrorValue": null,
|
|
145
97
|
},
|
|
146
98
|
],
|
|
147
99
|
"thrownError": null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applicaster/zapp-react-native-ui-components",
|
|
3
|
-
"version": "13.0.0-rc.
|
|
3
|
+
"version": "13.0.0-rc.32",
|
|
4
4
|
"description": "Applicaster Zapp React Native ui components for the Quick Brick App",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"redux-mock-store": "^1.5.3"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@applicaster/applicaster-types": "13.0.0-rc.
|
|
38
|
-
"@applicaster/zapp-react-native-bridge": "13.0.0-rc.
|
|
39
|
-
"@applicaster/zapp-react-native-redux": "13.0.0-rc.
|
|
40
|
-
"@applicaster/zapp-react-native-utils": "13.0.0-rc.
|
|
37
|
+
"@applicaster/applicaster-types": "13.0.0-rc.32",
|
|
38
|
+
"@applicaster/zapp-react-native-bridge": "13.0.0-rc.32",
|
|
39
|
+
"@applicaster/zapp-react-native-redux": "13.0.0-rc.32",
|
|
40
|
+
"@applicaster/zapp-react-native-utils": "13.0.0-rc.32",
|
|
41
41
|
"promise": "^8.3.0",
|
|
42
42
|
"react-router-native": "^5.1.2",
|
|
43
43
|
"url": "^0.11.0",
|