@appbaseio/reactivesearch-vue 1.16.0-alpha.45 → 1.16.0-alpha.46

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.
@@ -502,6 +502,7 @@ 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('FINAL QUERY', JSON.stringify(finalQuery));
505
506
  appbaseRef.reactiveSearchv3(finalQuery, rsAPISettings).then(function (res) {
506
507
  handleRSResponse(res);
507
508
  })["catch"](function (err) {
@@ -2,6 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var version = "1.16.0-alpha.45";
5
+ var version = "1.16.0-alpha.46";
6
6
 
7
7
  exports.default = version;
@@ -496,6 +496,7 @@ function initReactivesearch(componentCollection, searchState, settings) {
496
496
  rsAPISettings.customEvents = isPropertyDefined(config.analyticsConfig.customEvents) ? config.analyticsConfig.customEvents : undefined;
497
497
  }
498
498
 
499
+ console.log('FINAL QUERY', JSON.stringify(finalQuery));
499
500
  appbaseRef.reactiveSearchv3(finalQuery, rsAPISettings).then(function (res) {
500
501
  handleRSResponse(res);
501
502
  })["catch"](function (err) {
@@ -1,3 +1,3 @@
1
- var version = "1.16.0-alpha.45";
1
+ var version = "1.16.0-alpha.46";
2
2
 
3
3
  export default version;
package/package.json CHANGED
@@ -1,88 +1,88 @@
1
1
  {
2
- "name": "@appbaseio/reactivesearch-vue",
3
- "version": "1.16.0-alpha.45",
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.2",
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
- }
2
+ "name": "@appbaseio/reactivesearch-vue",
3
+ "version": "1.16.0-alpha.46",
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
+ }