@appbaseio/reactivesearch-vue 3.0.0-rc.6.1 → 3.0.0-rc.6.2

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/package.json CHANGED
@@ -1,91 +1,91 @@
1
1
  {
2
- "name": "@appbaseio/reactivesearch-vue",
3
- "version": "3.0.0-rc.6.1",
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/analytics": "^1.2.0-alpha.1",
38
- "@appbaseio/reactivecore": "10.0.0-alpha.21",
39
- "@appbaseio/vue-emotion": "0.6.0-alpha.6",
40
- "@emotion/css": "^11.10.5",
41
- "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
42
- "appbase-js": "^5.2.0",
43
- "compute-scroll-into-view": "^1.0.11",
44
- "emotion": "11.0.0",
45
- "hotkeys-js": "^3.8.7",
46
- "ngeohash": "^0.6.3",
47
- "polished": "^2.2.0",
48
- "redux": "^4.0.0",
49
- "remarkable": "^2.0.1",
50
- "url-search-params-polyfill": "^7.0.0",
51
- "vue-google-maps-community-fork": "^0.1.7",
52
- "vue-highlight-words": "^1.2.0",
53
- "vue-no-ssr": "^1.1.0",
54
- "vue-slider-component": "next",
55
- "vue-types": "^5.0.2"
56
- },
57
- "peerDependencies": {
58
- "vue": "^3.1.0"
59
- },
60
- "devDependencies": {
61
- "@babel/plugin-external-helpers": "^7.2.0",
62
- "@babel/plugin-proposal-class-properties": "^7.5.5",
63
- "@babel/plugin-proposal-json-strings": "^7.2.0",
64
- "@babel/plugin-syntax-dynamic-import": "^7.2.0",
65
- "@babel/plugin-syntax-import-meta": "^7.2.0",
66
- "@babel/plugin-syntax-jsx": "^7.2.0",
67
- "@babel/preset-env": "^7.5.5",
68
- "@babel/preset-stage-2": "^7.0.0",
69
- "@vue/babel-plugin-jsx": "^1.1.1",
70
- "@vue/compiler-sfc": "^3.0.11",
71
- "eslint": "^4.12.0",
72
- "eslint-config-airbnb-base": "^13.1.0",
73
- "eslint-config-prettier": "^3.1.0",
74
- "eslint-plugin-vue": "^4.7.1",
75
- "nps": "^5.9.3",
76
- "nps-utils": "^1.7.0",
77
- "postcss": "^8.3.0",
78
- "rollup": "^1.20.3",
79
- "rollup-plugin-babel": "^4.3.3",
80
- "rollup-plugin-commonjs": "^10.1.0",
81
- "rollup-plugin-json": "^4.0.0",
82
- "rollup-plugin-node-builtins": "^2.1.2",
83
- "rollup-plugin-node-globals": "^1.4.0",
84
- "rollup-plugin-node-resolve": "^5.2.0",
85
- "rollup-plugin-postcss": "^4.0.0",
86
- "rollup-plugin-replace": "^2.2.0",
87
- "rollup-plugin-terser": "^5.1.1",
88
- "rollup-plugin-vue": "^6.0.0",
89
- "vue-eslint-parser": "^3.2.2"
90
- }
2
+ "name": "@appbaseio/reactivesearch-vue",
3
+ "version": "3.0.0-rc.6.2",
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/analytics": "^1.2.0-alpha.1",
38
+ "@appbaseio/reactivecore": "10.0.0-alpha.23",
39
+ "@appbaseio/vue-emotion": "0.6.0-alpha.6",
40
+ "@emotion/css": "^11.10.5",
41
+ "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
42
+ "appbase-js": "^5.2.0",
43
+ "compute-scroll-into-view": "^1.0.11",
44
+ "emotion": "11.0.0",
45
+ "hotkeys-js": "^3.8.7",
46
+ "ngeohash": "^0.6.3",
47
+ "polished": "^2.2.0",
48
+ "redux": "^4.0.0",
49
+ "remarkable": "^2.0.1",
50
+ "url-search-params-polyfill": "^7.0.0",
51
+ "vue-google-maps-community-fork": "^0.1.7",
52
+ "vue-highlight-words": "^1.2.0",
53
+ "vue-no-ssr": "^1.1.0",
54
+ "vue-slider-component": "next",
55
+ "vue-types": "^5.0.2"
56
+ },
57
+ "peerDependencies": {
58
+ "vue": "^3.1.0"
59
+ },
60
+ "devDependencies": {
61
+ "@babel/plugin-external-helpers": "^7.2.0",
62
+ "@babel/plugin-proposal-class-properties": "^7.5.5",
63
+ "@babel/plugin-proposal-json-strings": "^7.2.0",
64
+ "@babel/plugin-syntax-dynamic-import": "^7.2.0",
65
+ "@babel/plugin-syntax-import-meta": "^7.2.0",
66
+ "@babel/plugin-syntax-jsx": "^7.2.0",
67
+ "@babel/preset-env": "^7.5.5",
68
+ "@babel/preset-stage-2": "^7.0.0",
69
+ "@vue/babel-plugin-jsx": "^1.1.1",
70
+ "@vue/compiler-sfc": "^3.0.11",
71
+ "eslint": "^4.12.0",
72
+ "eslint-config-airbnb-base": "^13.1.0",
73
+ "eslint-config-prettier": "^3.1.0",
74
+ "eslint-plugin-vue": "^4.7.1",
75
+ "nps": "^5.9.3",
76
+ "nps-utils": "^1.7.0",
77
+ "postcss": "^8.3.0",
78
+ "rollup": "^1.20.3",
79
+ "rollup-plugin-babel": "^4.3.3",
80
+ "rollup-plugin-commonjs": "^10.1.0",
81
+ "rollup-plugin-json": "^4.0.0",
82
+ "rollup-plugin-node-builtins": "^2.1.2",
83
+ "rollup-plugin-node-globals": "^1.4.0",
84
+ "rollup-plugin-node-resolve": "^5.2.0",
85
+ "rollup-plugin-postcss": "^4.0.0",
86
+ "rollup-plugin-replace": "^2.2.0",
87
+ "rollup-plugin-terser": "^5.1.1",
88
+ "rollup-plugin-vue": "^6.0.0",
89
+ "vue-eslint-parser": "^3.2.2"
90
+ }
91
91
  }
@@ -46,12 +46,12 @@ var Button = vueEmotion.styled('button')(_templateObject5 || (_templateObject5 =
46
46
  return theme.colors && theme.colors.primaryColor ? "0 0 0 2px " + polished.rgba(theme.colors.primaryColor, 0.3) : '';
47
47
  }, function (props) {
48
48
  return props.info ? info : null;
49
- }, function (props) {
50
- return props.primary ? primary : null;
51
49
  }, function (props) {
52
50
  return props.disabled ? disabled : null;
53
51
  }, function (props) {
54
52
  return props.large && large;
53
+ }, function (props) {
54
+ return props.primary ? primary : null;
55
55
  });
56
56
  var loadMoreContainer = css.css({
57
57
  margin: '5px 0',
@@ -44,12 +44,12 @@ var Button = styled('button')(_templateObject5 || (_templateObject5 = _taggedTem
44
44
  return theme.colors && theme.colors.primaryColor ? "0 0 0 2px " + rgba(theme.colors.primaryColor, 0.3) : '';
45
45
  }, function (props) {
46
46
  return props.info ? info : null;
47
- }, function (props) {
48
- return props.primary ? primary : null;
49
47
  }, function (props) {
50
48
  return props.disabled ? disabled : null;
51
49
  }, function (props) {
52
50
  return props.large && large;
51
+ }, function (props) {
52
+ return props.primary ? primary : null;
53
53
  });
54
54
  var loadMoreContainer = css({
55
55
  margin: '5px 0',