react-instantsearch 6.13.0 → 6.17.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/connectors.js +4 -1
- package/dist/connectors.js +22 -16
- package/dist/dom.js +28 -22
- package/dist/native.js +16 -10
- package/dist/package.json +4 -4
- package/dom.js +4 -1
- package/native.js +4 -1
- package/package.json +4 -4
package/connectors.js
CHANGED
|
@@ -2,7 +2,10 @@ export { connectAutoComplete } from 'react-instantsearch-core';
|
|
|
2
2
|
export { connectBreadcrumb } from 'react-instantsearch-core';
|
|
3
3
|
export { connectConfigure } from 'react-instantsearch-core';
|
|
4
4
|
export { EXPERIMENTAL_connectConfigureRelatedItems } from 'react-instantsearch-core';
|
|
5
|
-
export {
|
|
5
|
+
export {
|
|
6
|
+
connectDynamicWidgets,
|
|
7
|
+
EXPERIMENTAL_connectDynamicWidgets,
|
|
8
|
+
} from 'react-instantsearch-core';
|
|
6
9
|
export { connectCurrentRefinements } from 'react-instantsearch-core';
|
|
7
10
|
export { connectGeoSearch } from 'react-instantsearch-core';
|
|
8
11
|
export { connectHierarchicalMenu } from 'react-instantsearch-core';
|
package/dist/connectors.js
CHANGED
|
@@ -3,34 +3,34 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
Object.defineProperty(exports, "
|
|
6
|
+
Object.defineProperty(exports, "EXPERIMENTAL_connectConfigureRelatedItems", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function get() {
|
|
9
|
-
return _reactInstantsearchCore.
|
|
9
|
+
return _reactInstantsearchCore.EXPERIMENTAL_connectConfigureRelatedItems;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
-
Object.defineProperty(exports, "
|
|
12
|
+
Object.defineProperty(exports, "EXPERIMENTAL_connectDynamicWidgets", {
|
|
13
13
|
enumerable: true,
|
|
14
14
|
get: function get() {
|
|
15
|
-
return _reactInstantsearchCore.
|
|
15
|
+
return _reactInstantsearchCore.EXPERIMENTAL_connectDynamicWidgets;
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
|
-
Object.defineProperty(exports, "
|
|
18
|
+
Object.defineProperty(exports, "connectAutoComplete", {
|
|
19
19
|
enumerable: true,
|
|
20
20
|
get: function get() {
|
|
21
|
-
return _reactInstantsearchCore.
|
|
21
|
+
return _reactInstantsearchCore.connectAutoComplete;
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
|
-
Object.defineProperty(exports, "
|
|
24
|
+
Object.defineProperty(exports, "connectBreadcrumb", {
|
|
25
25
|
enumerable: true,
|
|
26
26
|
get: function get() {
|
|
27
|
-
return _reactInstantsearchCore.
|
|
27
|
+
return _reactInstantsearchCore.connectBreadcrumb;
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
|
-
Object.defineProperty(exports, "
|
|
30
|
+
Object.defineProperty(exports, "connectConfigure", {
|
|
31
31
|
enumerable: true,
|
|
32
32
|
get: function get() {
|
|
33
|
-
return _reactInstantsearchCore.
|
|
33
|
+
return _reactInstantsearchCore.connectConfigure;
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "connectCurrentRefinements", {
|
|
@@ -39,6 +39,12 @@ Object.defineProperty(exports, "connectCurrentRefinements", {
|
|
|
39
39
|
return _reactInstantsearchCore.connectCurrentRefinements;
|
|
40
40
|
}
|
|
41
41
|
});
|
|
42
|
+
Object.defineProperty(exports, "connectDynamicWidgets", {
|
|
43
|
+
enumerable: true,
|
|
44
|
+
get: function get() {
|
|
45
|
+
return _reactInstantsearchCore.connectDynamicWidgets;
|
|
46
|
+
}
|
|
47
|
+
});
|
|
42
48
|
Object.defineProperty(exports, "connectGeoSearch", {
|
|
43
49
|
enumerable: true,
|
|
44
50
|
get: function get() {
|
|
@@ -117,22 +123,22 @@ Object.defineProperty(exports, "connectRefinementList", {
|
|
|
117
123
|
return _reactInstantsearchCore.connectRefinementList;
|
|
118
124
|
}
|
|
119
125
|
});
|
|
120
|
-
Object.defineProperty(exports, "
|
|
126
|
+
Object.defineProperty(exports, "connectRelevantSort", {
|
|
121
127
|
enumerable: true,
|
|
122
128
|
get: function get() {
|
|
123
|
-
return _reactInstantsearchCore.
|
|
129
|
+
return _reactInstantsearchCore.connectRelevantSort;
|
|
124
130
|
}
|
|
125
131
|
});
|
|
126
|
-
Object.defineProperty(exports, "
|
|
132
|
+
Object.defineProperty(exports, "connectScrollTo", {
|
|
127
133
|
enumerable: true,
|
|
128
134
|
get: function get() {
|
|
129
|
-
return _reactInstantsearchCore.
|
|
135
|
+
return _reactInstantsearchCore.connectScrollTo;
|
|
130
136
|
}
|
|
131
137
|
});
|
|
132
|
-
Object.defineProperty(exports, "
|
|
138
|
+
Object.defineProperty(exports, "connectSearchBox", {
|
|
133
139
|
enumerable: true,
|
|
134
140
|
get: function get() {
|
|
135
|
-
return _reactInstantsearchCore.
|
|
141
|
+
return _reactInstantsearchCore.connectSearchBox;
|
|
136
142
|
}
|
|
137
143
|
});
|
|
138
144
|
Object.defineProperty(exports, "connectSortBy", {
|
package/dist/dom.js
CHANGED
|
@@ -3,34 +3,34 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
Object.defineProperty(exports, "
|
|
6
|
+
Object.defineProperty(exports, "Breadcrumb", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function get() {
|
|
9
|
-
return _reactInstantsearchDom.
|
|
9
|
+
return _reactInstantsearchDom.Breadcrumb;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
-
Object.defineProperty(exports, "
|
|
12
|
+
Object.defineProperty(exports, "ClearRefinements", {
|
|
13
13
|
enumerable: true,
|
|
14
14
|
get: function get() {
|
|
15
|
-
return _reactInstantsearchDom.
|
|
15
|
+
return _reactInstantsearchDom.ClearRefinements;
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
|
-
Object.defineProperty(exports, "
|
|
18
|
+
Object.defineProperty(exports, "Configure", {
|
|
19
19
|
enumerable: true,
|
|
20
20
|
get: function get() {
|
|
21
|
-
return _reactInstantsearchDom.
|
|
21
|
+
return _reactInstantsearchDom.Configure;
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
|
-
Object.defineProperty(exports, "
|
|
24
|
+
Object.defineProperty(exports, "CurrentRefinements", {
|
|
25
25
|
enumerable: true,
|
|
26
26
|
get: function get() {
|
|
27
|
-
return _reactInstantsearchDom.
|
|
27
|
+
return _reactInstantsearchDom.CurrentRefinements;
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
|
-
Object.defineProperty(exports, "
|
|
30
|
+
Object.defineProperty(exports, "DynamicWidgets", {
|
|
31
31
|
enumerable: true,
|
|
32
32
|
get: function get() {
|
|
33
|
-
return _reactInstantsearchDom.
|
|
33
|
+
return _reactInstantsearchDom.DynamicWidgets;
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "ExperimentalConfigureRelatedItems", {
|
|
@@ -45,12 +45,6 @@ Object.defineProperty(exports, "ExperimentalDynamicWidgets", {
|
|
|
45
45
|
return _reactInstantsearchDom.ExperimentalDynamicWidgets;
|
|
46
46
|
}
|
|
47
47
|
});
|
|
48
|
-
Object.defineProperty(exports, "CurrentRefinements", {
|
|
49
|
-
enumerable: true,
|
|
50
|
-
get: function get() {
|
|
51
|
-
return _reactInstantsearchDom.CurrentRefinements;
|
|
52
|
-
}
|
|
53
|
-
});
|
|
54
48
|
Object.defineProperty(exports, "HierarchicalMenu", {
|
|
55
49
|
enumerable: true,
|
|
56
50
|
get: function get() {
|
|
@@ -75,12 +69,24 @@ Object.defineProperty(exports, "HitsPerPage", {
|
|
|
75
69
|
return _reactInstantsearchDom.HitsPerPage;
|
|
76
70
|
}
|
|
77
71
|
});
|
|
72
|
+
Object.defineProperty(exports, "Index", {
|
|
73
|
+
enumerable: true,
|
|
74
|
+
get: function get() {
|
|
75
|
+
return _reactInstantsearchDom.Index;
|
|
76
|
+
}
|
|
77
|
+
});
|
|
78
78
|
Object.defineProperty(exports, "InfiniteHits", {
|
|
79
79
|
enumerable: true,
|
|
80
80
|
get: function get() {
|
|
81
81
|
return _reactInstantsearchDom.InfiniteHits;
|
|
82
82
|
}
|
|
83
83
|
});
|
|
84
|
+
Object.defineProperty(exports, "InstantSearch", {
|
|
85
|
+
enumerable: true,
|
|
86
|
+
get: function get() {
|
|
87
|
+
return _reactInstantsearchDom.InstantSearch;
|
|
88
|
+
}
|
|
89
|
+
});
|
|
84
90
|
Object.defineProperty(exports, "Menu", {
|
|
85
91
|
enumerable: true,
|
|
86
92
|
get: function get() {
|
|
@@ -141,22 +147,22 @@ Object.defineProperty(exports, "RefinementList", {
|
|
|
141
147
|
return _reactInstantsearchDom.RefinementList;
|
|
142
148
|
}
|
|
143
149
|
});
|
|
144
|
-
Object.defineProperty(exports, "
|
|
150
|
+
Object.defineProperty(exports, "RelevantSort", {
|
|
145
151
|
enumerable: true,
|
|
146
152
|
get: function get() {
|
|
147
|
-
return _reactInstantsearchDom.
|
|
153
|
+
return _reactInstantsearchDom.RelevantSort;
|
|
148
154
|
}
|
|
149
155
|
});
|
|
150
|
-
Object.defineProperty(exports, "
|
|
156
|
+
Object.defineProperty(exports, "ScrollTo", {
|
|
151
157
|
enumerable: true,
|
|
152
158
|
get: function get() {
|
|
153
|
-
return _reactInstantsearchDom.
|
|
159
|
+
return _reactInstantsearchDom.ScrollTo;
|
|
154
160
|
}
|
|
155
161
|
});
|
|
156
|
-
Object.defineProperty(exports, "
|
|
162
|
+
Object.defineProperty(exports, "SearchBox", {
|
|
157
163
|
enumerable: true,
|
|
158
164
|
get: function get() {
|
|
159
|
-
return _reactInstantsearchDom.
|
|
165
|
+
return _reactInstantsearchDom.SearchBox;
|
|
160
166
|
}
|
|
161
167
|
});
|
|
162
168
|
Object.defineProperty(exports, "Snippet", {
|
package/dist/native.js
CHANGED
|
@@ -3,22 +3,16 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
Object.defineProperty(exports, "
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _reactInstantsearchNative.InstantSearch;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
Object.defineProperty(exports, "Index", {
|
|
6
|
+
Object.defineProperty(exports, "Configure", {
|
|
13
7
|
enumerable: true,
|
|
14
8
|
get: function get() {
|
|
15
|
-
return _reactInstantsearchNative.
|
|
9
|
+
return _reactInstantsearchNative.Configure;
|
|
16
10
|
}
|
|
17
11
|
});
|
|
18
|
-
Object.defineProperty(exports, "
|
|
12
|
+
Object.defineProperty(exports, "DynamicWidgets", {
|
|
19
13
|
enumerable: true,
|
|
20
14
|
get: function get() {
|
|
21
|
-
return _reactInstantsearchNative.
|
|
15
|
+
return _reactInstantsearchNative.DynamicWidgets;
|
|
22
16
|
}
|
|
23
17
|
});
|
|
24
18
|
Object.defineProperty(exports, "ExperimentalConfigureRelatedItems", {
|
|
@@ -33,5 +27,17 @@ Object.defineProperty(exports, "ExperimentalDynamicWidgets", {
|
|
|
33
27
|
return _reactInstantsearchNative.ExperimentalDynamicWidgets;
|
|
34
28
|
}
|
|
35
29
|
});
|
|
30
|
+
Object.defineProperty(exports, "Index", {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function get() {
|
|
33
|
+
return _reactInstantsearchNative.Index;
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(exports, "InstantSearch", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function get() {
|
|
39
|
+
return _reactInstantsearchNative.InstantSearch;
|
|
40
|
+
}
|
|
41
|
+
});
|
|
36
42
|
|
|
37
43
|
var _reactInstantsearchNative = require("react-instantsearch-native");
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-instantsearch",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.17.0",
|
|
4
4
|
"description": "⚡ Lightning-fast search for React and React Native apps, by Algolia",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "dist/es/index.js",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@babel/runtime": "^7.1.2",
|
|
47
|
-
"react-instantsearch-core": "^6.
|
|
48
|
-
"react-instantsearch-dom": "^6.
|
|
49
|
-
"react-instantsearch-native": "^6.
|
|
47
|
+
"react-instantsearch-core": "^6.17.0",
|
|
48
|
+
"react-instantsearch-dom": "^6.17.0",
|
|
49
|
+
"react-instantsearch-native": "^6.17.0"
|
|
50
50
|
}
|
|
51
51
|
}
|
package/dom.js
CHANGED
|
@@ -4,7 +4,10 @@ export { Breadcrumb } from 'react-instantsearch-dom';
|
|
|
4
4
|
export { ClearRefinements } from 'react-instantsearch-dom';
|
|
5
5
|
export { Configure } from 'react-instantsearch-dom';
|
|
6
6
|
export { ExperimentalConfigureRelatedItems } from 'react-instantsearch-dom';
|
|
7
|
-
export {
|
|
7
|
+
export {
|
|
8
|
+
DynamicWidgets,
|
|
9
|
+
ExperimentalDynamicWidgets,
|
|
10
|
+
} from 'react-instantsearch-dom';
|
|
8
11
|
export { CurrentRefinements } from 'react-instantsearch-dom';
|
|
9
12
|
export { HierarchicalMenu } from 'react-instantsearch-dom';
|
|
10
13
|
export { Highlight } from 'react-instantsearch-dom';
|
package/native.js
CHANGED
|
@@ -2,4 +2,7 @@ export { InstantSearch } from 'react-instantsearch-native';
|
|
|
2
2
|
export { Index } from 'react-instantsearch-native';
|
|
3
3
|
export { Configure } from 'react-instantsearch-native';
|
|
4
4
|
export { ExperimentalConfigureRelatedItems } from 'react-instantsearch-native';
|
|
5
|
-
export {
|
|
5
|
+
export {
|
|
6
|
+
DynamicWidgets,
|
|
7
|
+
ExperimentalDynamicWidgets,
|
|
8
|
+
} from 'react-instantsearch-native';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-instantsearch",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.17.0",
|
|
4
4
|
"description": "⚡ Lightning-fast search for React and React Native apps, by Algolia",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "dist/es/index.js",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@babel/runtime": "^7.1.2",
|
|
47
|
-
"react-instantsearch-core": "^6.
|
|
48
|
-
"react-instantsearch-dom": "^6.
|
|
49
|
-
"react-instantsearch-native": "^6.
|
|
47
|
+
"react-instantsearch-core": "^6.17.0",
|
|
48
|
+
"react-instantsearch-dom": "^6.17.0",
|
|
49
|
+
"react-instantsearch-native": "^6.17.0"
|
|
50
50
|
}
|
|
51
51
|
}
|