@appbaseio/reactivesearch-vue 3.0.0-rc.17 → 3.0.0-rc.18

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.
@@ -30,7 +30,7 @@ import './ReactiveBase.js';
30
30
  import 'hotkeys-js';
31
31
  import 'xss';
32
32
  import 'remarkable';
33
- export { i as default } from './install-45c35093.js';
33
+ export { i as default } from './install-18595cf0.js';
34
34
  import './DropDown-845623df.js';
35
35
  import './Input-83dee8c5.js';
36
36
  import 'compute-scroll-into-view';
@@ -1,3 +1,3 @@
1
- var version = "3.0.0-rc.17";
1
+ var version = "3.0.0-rc.18";
2
2
 
3
3
  export default version;
package/dist/types.ts CHANGED
@@ -214,11 +214,13 @@ export interface AIConfig {
214
214
  temperature?: number;
215
215
  }
216
216
  export interface AIUIConfig {
217
- loaderMessage: string; // slot #loaderMessage should also be supported
218
- showSourceDocuments: boolean;
219
- renderSourceDocument: (source: Object) => string | VNode;
220
- onSourceClick: (source: Object) => void;
221
- renderAskButton: (onClick: Function) => any;
222
- askButton: boolean;
223
- showFeedback: boolean;
217
+ loaderMessage?: string; // slot #loaderMessage should also be supported
218
+ showSourceDocuments?: boolean;
219
+ renderSourceDocument?: (source: Object) => string | VNode;
220
+ onSourceClick?: (source: Object) => void;
221
+ renderAskButton?: (onClick: Function) => any;
222
+ askButton?: boolean;
223
+ showFeedback?: boolean;
224
+ triggerOn?: string;
225
+ renderTriggerMessage?: children;
224
226
  }
package/package.json CHANGED
@@ -1,94 +1,94 @@
1
1
  {
2
- "name": "@appbaseio/reactivesearch-vue",
3
- "version": "3.0.0-rc.17",
4
- "private": false,
5
- "main": "dist/cjs/index.js",
6
- "jsnext:main": "dist/es/index.js",
7
- "module": "dist/es/index.js",
8
- "typings": "dist/index.d.ts",
9
- "description": "A Vue UI components library for building search experiences",
10
- "keywords": [
11
- "appbase",
12
- "elasticsearch",
13
- "search"
14
- ],
15
- "repository": {
16
- "type": "git",
17
- "url": "https://github.com/appbaseio/reactivesearch.git"
18
- },
19
- "author": "Kuldeep Saxena <kuldepsaxena155@gmail.com>",
20
- "license": "Apache-2.0",
21
- "scripts": {
22
- "watch": "nps watch",
23
- "serve": "vue-cli-service serve",
24
- "build": "vue-cli-service build",
25
- "start": "nps",
26
- "pretest": "nps build",
27
- "test": "nps test",
28
- "precommit": "lint-staged",
29
- "prepare": "npm start validate",
30
- "version-upgrade": "nps upgrade-vue -c ../../package-scripts.js",
31
- "postpublish": "yarn run version-upgrade"
32
- },
33
- "files": [
34
- "dist"
35
- ],
36
- "sideEffects": false,
37
- "dependencies": {
38
- "@appbaseio/analytics": "^1.2.0-alpha.1",
39
- "@appbaseio/reactivecore": "10.0.0-alpha.34",
40
- "@appbaseio/vue-emotion": "0.6.0-alpha.6",
41
- "@emotion/css": "^11.10.5",
42
- "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
43
- "appbase-js": "^5.2.0",
44
- "compute-scroll-into-view": "^1.0.11",
45
- "emotion": "11.0.0",
46
- "hotkeys-js": "^3.8.7",
47
- "ngeohash": "^0.6.3",
48
- "polished": "^2.2.0",
49
- "redux": "^4.0.0",
50
- "remarkable": "^2.0.1",
51
- "url-search-params-polyfill": "^7.0.0",
52
- "vue-google-maps-community-fork": "^0.1.7",
53
- "vue-highlight-words": "^1.2.0",
54
- "vue-no-ssr": "^1.1.0",
55
- "vue-slider-component": "next",
56
- "vue-types": "^5.0.2",
57
- "xss": "^1.0.11"
58
- },
59
- "peerDependencies": {
60
- "vue": "^3.1.0"
61
- },
62
- "devDependencies": {
63
- "@babel/plugin-external-helpers": "^7.2.0",
64
- "@babel/plugin-proposal-class-properties": "^7.5.5",
65
- "@babel/plugin-proposal-json-strings": "^7.2.0",
66
- "@babel/plugin-syntax-dynamic-import": "^7.2.0",
67
- "@babel/plugin-syntax-import-meta": "^7.2.0",
68
- "@babel/plugin-syntax-jsx": "^7.2.0",
69
- "@babel/preset-env": "^7.5.5",
70
- "@babel/preset-stage-2": "^7.0.0",
71
- "@vue/babel-plugin-jsx": "^1.1.1",
72
- "@vue/compiler-sfc": "^3.0.11",
73
- "eslint": "^4.12.0",
74
- "eslint-config-airbnb-base": "^13.1.0",
75
- "eslint-config-prettier": "^3.1.0",
76
- "eslint-plugin-vue": "^4.7.1",
77
- "nps": "^5.9.3",
78
- "nps-utils": "^1.7.0",
79
- "postcss": "^8.3.0",
80
- "rollup": "^1.20.3",
81
- "rollup-plugin-babel": "^4.3.3",
82
- "rollup-plugin-commonjs": "^10.1.0",
83
- "rollup-plugin-json": "^4.0.0",
84
- "rollup-plugin-node-builtins": "^2.1.2",
85
- "rollup-plugin-node-globals": "^1.4.0",
86
- "rollup-plugin-node-resolve": "^5.2.0",
87
- "rollup-plugin-postcss": "^4.0.0",
88
- "rollup-plugin-replace": "^2.2.0",
89
- "rollup-plugin-terser": "^5.1.1",
90
- "rollup-plugin-vue": "^6.0.0",
91
- "typescript": "^5.0.0",
92
- "vue-eslint-parser": "^3.2.2"
93
- }
2
+ "name": "@appbaseio/reactivesearch-vue",
3
+ "version": "3.0.0-rc.18",
4
+ "private": false,
5
+ "main": "dist/cjs/index.js",
6
+ "jsnext:main": "dist/es/index.js",
7
+ "module": "dist/es/index.js",
8
+ "typings": "dist/index.d.ts",
9
+ "description": "A Vue UI components library for building search experiences",
10
+ "keywords": [
11
+ "appbase",
12
+ "elasticsearch",
13
+ "search"
14
+ ],
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/appbaseio/reactivesearch.git"
18
+ },
19
+ "author": "Kuldeep Saxena <kuldepsaxena155@gmail.com>",
20
+ "license": "Apache-2.0",
21
+ "scripts": {
22
+ "watch": "nps watch",
23
+ "serve": "vue-cli-service serve",
24
+ "build": "vue-cli-service build",
25
+ "start": "nps",
26
+ "pretest": "nps build",
27
+ "test": "nps test",
28
+ "precommit": "lint-staged",
29
+ "prepare": "npm start validate",
30
+ "version-upgrade": "nps upgrade-vue -c ../../package-scripts.js",
31
+ "postpublish": "yarn run version-upgrade"
32
+ },
33
+ "files": [
34
+ "dist"
35
+ ],
36
+ "sideEffects": false,
37
+ "dependencies": {
38
+ "@appbaseio/analytics": "^1.2.0-alpha.1",
39
+ "@appbaseio/reactivecore": "10.0.0-alpha.34",
40
+ "@appbaseio/vue-emotion": "0.6.0-alpha.6",
41
+ "@emotion/css": "^11.10.5",
42
+ "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
43
+ "appbase-js": "^5.2.0",
44
+ "compute-scroll-into-view": "^1.0.11",
45
+ "emotion": "11.0.0",
46
+ "hotkeys-js": "^3.8.7",
47
+ "ngeohash": "^0.6.3",
48
+ "polished": "^2.2.0",
49
+ "redux": "^4.0.0",
50
+ "remarkable": "^2.0.1",
51
+ "url-search-params-polyfill": "^7.0.0",
52
+ "vue-google-maps-community-fork": "^0.1.7",
53
+ "vue-highlight-words": "^1.2.0",
54
+ "vue-no-ssr": "^1.1.0",
55
+ "vue-slider-component": "next",
56
+ "vue-types": "^5.0.2",
57
+ "xss": "^1.0.11"
58
+ },
59
+ "peerDependencies": {
60
+ "vue": "^3.1.0"
61
+ },
62
+ "devDependencies": {
63
+ "@babel/plugin-external-helpers": "^7.2.0",
64
+ "@babel/plugin-proposal-class-properties": "^7.5.5",
65
+ "@babel/plugin-proposal-json-strings": "^7.2.0",
66
+ "@babel/plugin-syntax-dynamic-import": "^7.2.0",
67
+ "@babel/plugin-syntax-import-meta": "^7.2.0",
68
+ "@babel/plugin-syntax-jsx": "^7.2.0",
69
+ "@babel/preset-env": "^7.5.5",
70
+ "@babel/preset-stage-2": "^7.0.0",
71
+ "@vue/babel-plugin-jsx": "^1.1.1",
72
+ "@vue/compiler-sfc": "^3.0.11",
73
+ "eslint": "^4.12.0",
74
+ "eslint-config-airbnb-base": "^13.1.0",
75
+ "eslint-config-prettier": "^3.1.0",
76
+ "eslint-plugin-vue": "^4.7.1",
77
+ "nps": "^5.9.3",
78
+ "nps-utils": "^1.7.0",
79
+ "postcss": "^8.3.0",
80
+ "rollup": "^1.20.3",
81
+ "rollup-plugin-babel": "^4.3.3",
82
+ "rollup-plugin-commonjs": "^10.1.0",
83
+ "rollup-plugin-json": "^4.0.0",
84
+ "rollup-plugin-node-builtins": "^2.1.2",
85
+ "rollup-plugin-node-globals": "^1.4.0",
86
+ "rollup-plugin-node-resolve": "^5.2.0",
87
+ "rollup-plugin-postcss": "^4.0.0",
88
+ "rollup-plugin-replace": "^2.2.0",
89
+ "rollup-plugin-terser": "^5.1.1",
90
+ "rollup-plugin-vue": "^6.0.0",
91
+ "typescript": "^5.0.0",
92
+ "vue-eslint-parser": "^3.2.2"
93
+ }
94
94
  }