@appbaseio/reactivesearch-vue 3.0.6 → 3.1.0-alpha
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 +228 -167
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +4 -4
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/{DropDown-1532353d.js → DropDown-26666911.js} +1 -1
- package/dist/cjs/{Input-4279b088.js → Input-3ecdb905.js} +2 -2
- package/dist/cjs/MultiDropdownList.js +2 -2
- package/dist/cjs/MultiList.js +1 -1
- package/dist/cjs/RangeInput.js +1 -1
- package/dist/cjs/SingleDropdownList.js +2 -2
- package/dist/cjs/SingleList.js +1 -1
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/{install-435992f3.js → install-22854c15.js} +187 -143
- package/dist/cjs/install.js +3 -3
- package/dist/cjs/version.js +1 -1
- package/dist/components/search/SearchBox.d.ts +4 -0
- package/dist/es/{DropDown-6d1dddde.js → DropDown-48045fde.js} +1 -1
- package/dist/es/{Input-1f6207bc.js → Input-83dee8c5.js} +2 -2
- package/dist/es/MultiDropdownList.js +2 -2
- package/dist/es/MultiList.js +1 -1
- package/dist/es/RangeInput.js +1 -1
- package/dist/es/SingleDropdownList.js +2 -2
- package/dist/es/SingleList.js +1 -1
- package/dist/es/index.js +4 -4
- package/dist/es/{install-df2e75f3.js → install-7615abec.js} +189 -145
- package/dist/es/install.js +3 -3
- package/dist/es/version.js +1 -1
- package/dist/types.ts +12 -0
- package/package.json +91 -92
package/dist/es/install.js
CHANGED
|
@@ -30,9 +30,9 @@ import './ReactiveBase.js';
|
|
|
30
30
|
import 'hotkeys-js';
|
|
31
31
|
import 'xss';
|
|
32
32
|
import 'remarkable';
|
|
33
|
-
export { i as default } from './install-
|
|
34
|
-
import './DropDown-
|
|
35
|
-
import './Input-
|
|
33
|
+
export { i as default } from './install-7615abec.js';
|
|
34
|
+
import './DropDown-48045fde.js';
|
|
35
|
+
import './Input-83dee8c5.js';
|
|
36
36
|
import 'compute-scroll-into-view';
|
|
37
37
|
import './Container-d00219f7.js';
|
|
38
38
|
import 'vue-highlight-words';
|
package/dist/es/version.js
CHANGED
package/dist/types.ts
CHANGED
|
@@ -198,6 +198,18 @@ export interface featuredSuggestionsConfig {
|
|
|
198
198
|
sectionsOrder?: stringArray;
|
|
199
199
|
}
|
|
200
200
|
|
|
201
|
+
export interface documentSuggestionsConfig {
|
|
202
|
+
size?: number;
|
|
203
|
+
maxChars?: number;
|
|
204
|
+
from?: number;
|
|
205
|
+
sectionLabel?: string;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
export interface FAQSuggestionsConfig {
|
|
209
|
+
sectionLabel?: string;
|
|
210
|
+
size?: number;
|
|
211
|
+
}
|
|
212
|
+
|
|
201
213
|
export interface endpointConfig {
|
|
202
214
|
url: string;
|
|
203
215
|
headers?: object;
|
package/package.json
CHANGED
|
@@ -1,94 +1,93 @@
|
|
|
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
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
}
|
|
2
|
+
"name": "@appbaseio/reactivesearch-vue",
|
|
3
|
+
"version": "3.1.0-alpha",
|
|
4
|
+
"main": "dist/cjs/index.js",
|
|
5
|
+
"jsnext:main": "dist/es/index.js",
|
|
6
|
+
"module": "dist/es/index.js",
|
|
7
|
+
"typings": "dist/index.d.ts",
|
|
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.1.0-alpha",
|
|
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.3.3",
|
|
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
|
+
"xss": "^1.0.11"
|
|
57
|
+
},
|
|
58
|
+
"peerDependencies": {
|
|
59
|
+
"vue": "^3.1.0"
|
|
60
|
+
},
|
|
61
|
+
"devDependencies": {
|
|
62
|
+
"@babel/plugin-external-helpers": "^7.2.0",
|
|
63
|
+
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
64
|
+
"@babel/plugin-proposal-json-strings": "^7.2.0",
|
|
65
|
+
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
66
|
+
"@babel/plugin-syntax-import-meta": "^7.2.0",
|
|
67
|
+
"@babel/plugin-syntax-jsx": "^7.2.0",
|
|
68
|
+
"@babel/preset-env": "^7.5.5",
|
|
69
|
+
"@babel/preset-stage-2": "^7.0.0",
|
|
70
|
+
"@vue/babel-plugin-jsx": "^1.1.1",
|
|
71
|
+
"@vue/compiler-sfc": "^3.0.11",
|
|
72
|
+
"eslint": "^4.12.0",
|
|
73
|
+
"eslint-config-airbnb-base": "^13.1.0",
|
|
74
|
+
"eslint-config-prettier": "^3.1.0",
|
|
75
|
+
"eslint-plugin-vue": "^4.7.1",
|
|
76
|
+
"nps": "^5.9.3",
|
|
77
|
+
"nps-utils": "^1.7.0",
|
|
78
|
+
"postcss": "^8.3.0",
|
|
79
|
+
"rollup": "^1.20.3",
|
|
80
|
+
"rollup-plugin-babel": "^4.3.3",
|
|
81
|
+
"rollup-plugin-commonjs": "^10.1.0",
|
|
82
|
+
"rollup-plugin-json": "^4.0.0",
|
|
83
|
+
"rollup-plugin-node-builtins": "^2.1.2",
|
|
84
|
+
"rollup-plugin-node-globals": "^1.4.0",
|
|
85
|
+
"rollup-plugin-node-resolve": "^5.2.0",
|
|
86
|
+
"rollup-plugin-postcss": "^4.0.0",
|
|
87
|
+
"rollup-plugin-replace": "^2.2.0",
|
|
88
|
+
"rollup-plugin-terser": "^5.1.1",
|
|
89
|
+
"rollup-plugin-vue": "^6.0.0",
|
|
90
|
+
"typescript": "^5.0.0",
|
|
91
|
+
"vue-eslint-parser": "^3.2.2"
|
|
92
|
+
}
|
|
94
93
|
}
|