@appbaseio/reactivesearch-vue 1.16.0-alpha.45 → 1.16.0-alpha.48
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 +9 -2
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +2 -2
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/initReactivesearch.js +7 -0
- package/dist/cjs/version.js +1 -1
- package/dist/es/initReactivesearch.js +7 -0
- package/dist/es/version.js +1 -1
- package/package.json +87 -87
|
@@ -502,6 +502,13 @@ function initReactivesearch(componentCollection, searchState, settings) {
|
|
|
502
502
|
rsAPISettings.customEvents = utils.isPropertyDefined(config.analyticsConfig.customEvents) ? config.analyticsConfig.customEvents : undefined;
|
|
503
503
|
}
|
|
504
504
|
|
|
505
|
+
console.log('APPBASE REF', JSON.stringify({
|
|
506
|
+
index: appbaseRef.app,
|
|
507
|
+
url: appbaseRef.url,
|
|
508
|
+
credentials: appbaseRef.credentials
|
|
509
|
+
}));
|
|
510
|
+
console.log('FINAL QUERY', JSON.stringify(finalQuery));
|
|
511
|
+
console.log('RS API SETTINGS', JSON.stringify(rsAPISettings));
|
|
505
512
|
appbaseRef.reactiveSearchv3(finalQuery, rsAPISettings).then(function (res) {
|
|
506
513
|
handleRSResponse(res);
|
|
507
514
|
})["catch"](function (err) {
|
package/dist/cjs/version.js
CHANGED
|
@@ -496,6 +496,13 @@ function initReactivesearch(componentCollection, searchState, settings) {
|
|
|
496
496
|
rsAPISettings.customEvents = isPropertyDefined(config.analyticsConfig.customEvents) ? config.analyticsConfig.customEvents : undefined;
|
|
497
497
|
}
|
|
498
498
|
|
|
499
|
+
console.log('APPBASE REF', JSON.stringify({
|
|
500
|
+
index: appbaseRef.app,
|
|
501
|
+
url: appbaseRef.url,
|
|
502
|
+
credentials: appbaseRef.credentials
|
|
503
|
+
}));
|
|
504
|
+
console.log('FINAL QUERY', JSON.stringify(finalQuery));
|
|
505
|
+
console.log('RS API SETTINGS', JSON.stringify(rsAPISettings));
|
|
499
506
|
appbaseRef.reactiveSearchv3(finalQuery, rsAPISettings).then(function (res) {
|
|
500
507
|
handleRSResponse(res);
|
|
501
508
|
})["catch"](function (err) {
|
package/dist/es/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,88 +1,88 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}
|
|
2
|
+
"name": "@appbaseio/reactivesearch-vue",
|
|
3
|
+
"version": "1.16.0-alpha.48",
|
|
4
|
+
"private": false,
|
|
5
|
+
"main": "dist/cjs/index.js",
|
|
6
|
+
"jsnext:main": "dist/es/index.js",
|
|
7
|
+
"module": "dist/es/index.js",
|
|
8
|
+
"description": "A Vue UI components library for building search experiences",
|
|
9
|
+
"keywords": [
|
|
10
|
+
"appbase",
|
|
11
|
+
"elasticsearch",
|
|
12
|
+
"search"
|
|
13
|
+
],
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "https://github.com/appbaseio/reactivesearch.git"
|
|
17
|
+
},
|
|
18
|
+
"author": "Kuldeep Saxena <kuldepsaxena155@gmail.com>",
|
|
19
|
+
"license": "Apache-2.0",
|
|
20
|
+
"scripts": {
|
|
21
|
+
"watch": "nps watch",
|
|
22
|
+
"serve": "vue-cli-service serve",
|
|
23
|
+
"build": "vue-cli-service build",
|
|
24
|
+
"start": "nps",
|
|
25
|
+
"pretest": "nps build",
|
|
26
|
+
"test": "nps test",
|
|
27
|
+
"precommit": "lint-staged",
|
|
28
|
+
"prepare": "npm start validate",
|
|
29
|
+
"version-upgrade": "nps upgrade-vue -c ../../package-scripts.js",
|
|
30
|
+
"postpublish": "yarn run version-upgrade"
|
|
31
|
+
},
|
|
32
|
+
"files": [
|
|
33
|
+
"dist"
|
|
34
|
+
],
|
|
35
|
+
"sideEffects": false,
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"@appbaseio/reactivecore": "9.14.3",
|
|
38
|
+
"@appbaseio/vue-emotion": "0.4.4",
|
|
39
|
+
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
|
|
40
|
+
"appbase-js": "^5.0.0",
|
|
41
|
+
"compute-scroll-into-view": "^1.0.11",
|
|
42
|
+
"emotion": "9.2.12",
|
|
43
|
+
"gmap-vue": "^1.5.0",
|
|
44
|
+
"ngeohash": "^0.6.3",
|
|
45
|
+
"hotkeys-js": "^3.8.7",
|
|
46
|
+
"polished": "^2.2.0",
|
|
47
|
+
"redux": "^4.0.0",
|
|
48
|
+
"url-search-params-polyfill": "^7.0.0",
|
|
49
|
+
"vue-highlight-words": "^1.2.0",
|
|
50
|
+
"vue-no-ssr": "^1.1.0",
|
|
51
|
+
"vue-types": "^1.7.0",
|
|
52
|
+
"vue-slider-component": "^3.2.15"
|
|
53
|
+
},
|
|
54
|
+
"peerDependencies": {
|
|
55
|
+
"vue": "^2.6.10"
|
|
56
|
+
},
|
|
57
|
+
"devDependencies": {
|
|
58
|
+
"@babel/plugin-external-helpers": "^7.2.0",
|
|
59
|
+
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
60
|
+
"@babel/plugin-proposal-json-strings": "^7.2.0",
|
|
61
|
+
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
62
|
+
"@babel/plugin-syntax-import-meta": "^7.2.0",
|
|
63
|
+
"@babel/plugin-syntax-jsx": "^7.2.0",
|
|
64
|
+
"@babel/preset-env": "^7.5.5",
|
|
65
|
+
"@babel/preset-stage-2": "^7.0.0",
|
|
66
|
+
"@vue/babel-preset-jsx": "^1.1.0",
|
|
67
|
+
"@vue/compiler-sfc": "^3.0.11",
|
|
68
|
+
"eslint-config-airbnb-base": "^13.1.0",
|
|
69
|
+
"eslint-config-prettier": "^3.1.0",
|
|
70
|
+
"eslint-plugin-vue": "^4.7.1",
|
|
71
|
+
"eslint": "^4.12.0",
|
|
72
|
+
"nps": "^5.9.3",
|
|
73
|
+
"nps-utils": "^1.7.0",
|
|
74
|
+
"postcss": "^8.3.0",
|
|
75
|
+
"rollup": "^1.20.3",
|
|
76
|
+
"rollup-plugin-babel": "^4.3.3",
|
|
77
|
+
"rollup-plugin-commonjs": "^10.1.0",
|
|
78
|
+
"rollup-plugin-json": "^4.0.0",
|
|
79
|
+
"rollup-plugin-node-builtins": "^2.1.2",
|
|
80
|
+
"rollup-plugin-node-globals": "^1.4.0",
|
|
81
|
+
"rollup-plugin-node-resolve": "^5.2.0",
|
|
82
|
+
"rollup-plugin-postcss": "^4.0.0",
|
|
83
|
+
"rollup-plugin-replace": "^2.2.0",
|
|
84
|
+
"rollup-plugin-terser": "^5.1.1",
|
|
85
|
+
"rollup-plugin-vue": "^6.0.0",
|
|
86
|
+
"vue-eslint-parser": "^3.2.2"
|
|
87
|
+
}
|
|
88
|
+
}
|