@appbaseio/reactivesearch-vue 1.32.3 → 1.32.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/dist/@appbaseio/reactivesearch-vue.umd.js +41 -19
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +5 -5
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/ReactiveGoogleMap.js +1 -1
- package/dist/cjs/StateProvider.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/{install-3ebc879c.js → install-add725fe.js} +0 -0
- package/dist/cjs/install.js +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/es/ReactiveGoogleMap.js +1 -1
- package/dist/es/StateProvider.js +1 -1
- package/dist/es/index.js +2 -2
- package/dist/es/{install-c438014c.js → install-5b8c657a.js} +0 -0
- package/dist/es/install.js +1 -1
- package/dist/es/version.js +1 -1
- package/package.json +3 -3
|
@@ -2277,7 +2277,7 @@ var ReactiveGoogleMap = {
|
|
|
2277
2277
|
var currentInstance = this;
|
|
2278
2278
|
|
|
2279
2279
|
while (currentInstance) {
|
|
2280
|
-
if (currentInstance && currentInstance.
|
|
2280
|
+
if (currentInstance && currentInstance.$options && currentInstance.$options.name === 'connect-ClusterMarkers') {
|
|
2281
2281
|
clusterManagerInstance = currentInstance;
|
|
2282
2282
|
currentInstance = null;
|
|
2283
2283
|
} else if (currentInstance.$children) {
|
|
@@ -243,7 +243,7 @@ var mapStateToProps = function mapStateToProps(state, props) {
|
|
|
243
243
|
customData: filterByComponentIds(state.customData, props),
|
|
244
244
|
settings: filterByComponentIds(state.settings, props),
|
|
245
245
|
rawData: filterByComponentIds(state.rawData, props),
|
|
246
|
-
components:
|
|
246
|
+
components: state.components
|
|
247
247
|
};
|
|
248
248
|
};
|
|
249
249
|
|
package/dist/cjs/index.js
CHANGED
|
@@ -34,7 +34,7 @@ require('./Input-e6603a7e.js');
|
|
|
34
34
|
require('compute-scroll-into-view');
|
|
35
35
|
require('./Container-daf30918.js');
|
|
36
36
|
require('vue-highlight-words');
|
|
37
|
-
var install = require('./install-
|
|
37
|
+
var install = require('./install-add725fe.js');
|
|
38
38
|
require('@appbaseio/reactivecore/lib/utils/suggestions');
|
|
39
39
|
require('./FormControlList-c195a592.js');
|
|
40
40
|
require('./utils-d6a52588.js');
|
|
File without changes
|
package/dist/cjs/install.js
CHANGED
|
@@ -34,7 +34,7 @@ require('./Input-e6603a7e.js');
|
|
|
34
34
|
require('compute-scroll-into-view');
|
|
35
35
|
require('./Container-daf30918.js');
|
|
36
36
|
require('vue-highlight-words');
|
|
37
|
-
var install = require('./install-
|
|
37
|
+
var install = require('./install-add725fe.js');
|
|
38
38
|
require('@appbaseio/reactivecore/lib/utils/suggestions');
|
|
39
39
|
require('./FormControlList-c195a592.js');
|
|
40
40
|
require('./utils-d6a52588.js');
|
package/dist/cjs/version.js
CHANGED
|
@@ -2268,7 +2268,7 @@ var ReactiveGoogleMap = {
|
|
|
2268
2268
|
var currentInstance = this;
|
|
2269
2269
|
|
|
2270
2270
|
while (currentInstance) {
|
|
2271
|
-
if (currentInstance && currentInstance.
|
|
2271
|
+
if (currentInstance && currentInstance.$options && currentInstance.$options.name === 'connect-ClusterMarkers') {
|
|
2272
2272
|
clusterManagerInstance = currentInstance;
|
|
2273
2273
|
currentInstance = null;
|
|
2274
2274
|
} else if (currentInstance.$children) {
|
package/dist/es/StateProvider.js
CHANGED
|
@@ -236,7 +236,7 @@ var mapStateToProps = function mapStateToProps(state, props) {
|
|
|
236
236
|
customData: filterByComponentIds(state.customData, props),
|
|
237
237
|
settings: filterByComponentIds(state.settings, props),
|
|
238
238
|
rawData: filterByComponentIds(state.rawData, props),
|
|
239
|
-
components:
|
|
239
|
+
components: state.components
|
|
240
240
|
};
|
|
241
241
|
};
|
|
242
242
|
|
package/dist/es/index.js
CHANGED
|
@@ -30,8 +30,8 @@ import './Input-7a2a9fac.js';
|
|
|
30
30
|
import 'compute-scroll-into-view';
|
|
31
31
|
import './Container-ba826e96.js';
|
|
32
32
|
import 'vue-highlight-words';
|
|
33
|
-
import { i as install } from './install-
|
|
34
|
-
export { S as SearchBox, i as install } from './install-
|
|
33
|
+
import { i as install } from './install-5b8c657a.js';
|
|
34
|
+
export { S as SearchBox, i as install } from './install-5b8c657a.js';
|
|
35
35
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
36
36
|
import './FormControlList-c22d64f6.js';
|
|
37
37
|
import './utils-9e68acee.js';
|
|
File without changes
|
package/dist/es/install.js
CHANGED
|
@@ -30,7 +30,7 @@ import './Input-7a2a9fac.js';
|
|
|
30
30
|
import 'compute-scroll-into-view';
|
|
31
31
|
import './Container-ba826e96.js';
|
|
32
32
|
import 'vue-highlight-words';
|
|
33
|
-
export { i as default } from './install-
|
|
33
|
+
export { i as default } from './install-5b8c657a.js';
|
|
34
34
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
35
35
|
import './FormControlList-c22d64f6.js';
|
|
36
36
|
import './utils-9e68acee.js';
|
package/dist/es/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appbaseio/reactivesearch-vue",
|
|
3
|
-
"version": "1.32.
|
|
3
|
+
"version": "1.32.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"jsnext:main": "dist/es/index.js",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
],
|
|
35
35
|
"sideEffects": false,
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@appbaseio/reactivecore": "9.14.
|
|
37
|
+
"@appbaseio/reactivecore": "9.14.29",
|
|
38
38
|
"@appbaseio/vue-emotion": "0.4.4",
|
|
39
39
|
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
|
|
40
|
-
"appbase-js": "^5.
|
|
40
|
+
"appbase-js": "^5.2.0",
|
|
41
41
|
"compute-scroll-into-view": "^1.0.11",
|
|
42
42
|
"emotion": "9.2.12",
|
|
43
43
|
"gmap-vue": "^3.5.4",
|