@appbaseio/reactivesearch-vue 3.0.0-alpha.4 → 3.0.0-alpha.6
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 +1181 -1099
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +5 -5
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/{Button-ad042719.js → Button-d4da7470.js} +6 -6
- package/dist/cjs/{Card-f5ab024a.js → Card-63968d94.js} +2 -2
- package/dist/cjs/{DropDown-7bd56543.js → DropDown-f48bea16.js} +1 -1
- package/dist/cjs/DynamicRangeSlider.js +4 -4
- package/dist/cjs/{Input-088dfcb4.js → Input-497be42a.js} +4 -4
- package/dist/cjs/{ListItem-d57d648d.js → ListItem-23af8974.js} +2 -2
- package/dist/cjs/MultiDropdownList.js +13 -13
- package/dist/cjs/MultiList.js +11 -11
- package/dist/cjs/MultiRange.js +3 -3
- package/dist/cjs/{Pagination-4ffc67cd.js → Pagination-b953a80a.js} +1 -1
- package/dist/cjs/RangeInput.js +3 -3
- package/dist/cjs/RangeSlider.js +1 -1
- package/dist/cjs/ReactiveBase.js +4 -4
- package/dist/cjs/{ReactiveComponent-4435adfa.js → ReactiveComponent-8180c806.js} +28 -28
- package/dist/cjs/ReactiveComponent.js +9 -9
- package/dist/cjs/ReactiveGoogleMap.js +15 -15
- package/dist/cjs/ReactiveList.js +9 -9
- package/dist/cjs/ResultCard.js +2 -2
- package/dist/cjs/ResultList.js +2 -2
- package/dist/cjs/SelectedFilters.js +2 -2
- package/dist/cjs/SingleDropdownList.js +4 -4
- package/dist/cjs/SingleList.js +2 -2
- package/dist/cjs/ToggleButton.js +2 -2
- package/dist/cjs/index.js +9 -9
- package/dist/cjs/install.js +9 -9
- package/dist/cjs/{ssr-c58b64c4.js → ssr-8dd13d43.js} +22 -3
- package/dist/cjs/version.js +1 -1
- package/dist/es/{Button-474510e3.js → Button-fd869491.js} +1 -1
- package/dist/es/{Card-38cbe652.js → Card-54b9e7a0.js} +1 -1
- package/dist/es/{DropDown-029ffd42.js → DropDown-7174661a.js} +1 -1
- package/dist/es/DynamicRangeSlider.js +4 -4
- package/dist/es/{Input-ad474a55.js → Input-f7499ef8.js} +1 -1
- package/dist/es/{ListItem-16756c02.js → ListItem-1cb1b4de.js} +1 -1
- package/dist/es/MultiDropdownList.js +13 -13
- package/dist/es/MultiList.js +11 -11
- package/dist/es/MultiRange.js +3 -3
- package/dist/es/{Pagination-72bd1d9e.js → Pagination-c2745bec.js} +1 -1
- package/dist/es/RangeInput.js +3 -3
- package/dist/es/RangeSlider.js +1 -1
- package/dist/es/ReactiveBase.js +4 -4
- package/dist/es/{ReactiveComponent-04d94e01.js → ReactiveComponent-f78ff2cd.js} +27 -27
- package/dist/es/ReactiveComponent.js +9 -9
- package/dist/es/ReactiveGoogleMap.js +13 -13
- package/dist/es/ReactiveList.js +7 -7
- package/dist/es/ResultCard.js +2 -2
- package/dist/es/ResultList.js +2 -2
- package/dist/es/SelectedFilters.js +2 -2
- package/dist/es/SingleDropdownList.js +4 -4
- package/dist/es/SingleList.js +2 -2
- package/dist/es/ToggleButton.js +2 -2
- package/dist/es/index.js +9 -9
- package/dist/es/install.js +9 -9
- package/dist/es/{ssr-e5eb1f1e.js → ssr-c630ccb9.js} +3 -3
- package/dist/es/version.js +1 -1
- package/package.json +3 -2
package/dist/cjs/ResultCard.js
CHANGED
|
@@ -8,11 +8,11 @@ var _rollupPluginBabelHelpers = require('./_rollupPluginBabelHelpers-f8b843f8.js
|
|
|
8
8
|
var vue = require('vue');
|
|
9
9
|
var VueTypes = _interopDefault(require('vue-types'));
|
|
10
10
|
require('@appbaseio/vue-emotion');
|
|
11
|
-
require('emotion');
|
|
11
|
+
require('@emotion/css');
|
|
12
12
|
require('polished');
|
|
13
13
|
var vueTypes = require('./vueTypes-1bf00978.js');
|
|
14
14
|
var Title = require('./Title-8802a218.js');
|
|
15
|
-
var Card = require('./Card-
|
|
15
|
+
var Card = require('./Card-63968d94.js');
|
|
16
16
|
|
|
17
17
|
function _isSlot(s) {
|
|
18
18
|
return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !vue.isVNode(s);
|
package/dist/cjs/ResultList.js
CHANGED
|
@@ -8,11 +8,11 @@ var _rollupPluginBabelHelpers = require('./_rollupPluginBabelHelpers-f8b843f8.js
|
|
|
8
8
|
var vue = require('vue');
|
|
9
9
|
var VueTypes = _interopDefault(require('vue-types'));
|
|
10
10
|
require('@appbaseio/vue-emotion');
|
|
11
|
-
require('emotion');
|
|
11
|
+
require('@emotion/css');
|
|
12
12
|
require('polished');
|
|
13
13
|
var vueTypes = require('./vueTypes-1bf00978.js');
|
|
14
14
|
var Title = require('./Title-8802a218.js');
|
|
15
|
-
var ListItem = require('./ListItem-
|
|
15
|
+
var ListItem = require('./ListItem-23af8974.js');
|
|
16
16
|
|
|
17
17
|
var ResultListContent = {
|
|
18
18
|
name: 'ResultListContent',
|
|
@@ -11,9 +11,9 @@ require('./_rollupPluginBabelHelpers-f8b843f8.js');
|
|
|
11
11
|
var vue = require('vue');
|
|
12
12
|
var VueTypes = _interopDefault(require('vue-types'));
|
|
13
13
|
require('@appbaseio/vue-emotion');
|
|
14
|
-
require('emotion');
|
|
14
|
+
require('@emotion/css');
|
|
15
15
|
require('polished');
|
|
16
|
-
var Button = require('./Button-
|
|
16
|
+
var Button = require('./Button-d4da7470.js');
|
|
17
17
|
var vueTypes = require('./vueTypes-1bf00978.js');
|
|
18
18
|
require('redux');
|
|
19
19
|
var index = require('./index-1481798c.js');
|
|
@@ -11,9 +11,9 @@ var _rollupPluginBabelHelpers = require('./_rollupPluginBabelHelpers-f8b843f8.js
|
|
|
11
11
|
var vue = require('vue');
|
|
12
12
|
var VueTypes = _interopDefault(require('vue-types'));
|
|
13
13
|
require('@appbaseio/vue-emotion');
|
|
14
|
-
require('emotion');
|
|
14
|
+
require('@emotion/css');
|
|
15
15
|
require('polished');
|
|
16
|
-
var Button = require('./Button-
|
|
16
|
+
var Button = require('./Button-d4da7470.js');
|
|
17
17
|
var vueTypes = require('./vueTypes-1bf00978.js');
|
|
18
18
|
require('@appbaseio/reactivecore/lib/utils/transform');
|
|
19
19
|
require('redux');
|
|
@@ -21,8 +21,8 @@ var index = require('./index-1481798c.js');
|
|
|
21
21
|
var ComponentWrapper = require('./ComponentWrapper-2dc930e1.js');
|
|
22
22
|
var PreferencesConsumer = require('./PreferencesConsumer-2c69ac61.js');
|
|
23
23
|
var Title = require('./Title-8802a218.js');
|
|
24
|
-
var DropDown = require('./DropDown-
|
|
25
|
-
require('./Input-
|
|
24
|
+
var DropDown = require('./DropDown-f48bea16.js');
|
|
25
|
+
require('./Input-497be42a.js');
|
|
26
26
|
require('compute-scroll-into-view');
|
|
27
27
|
var Container = require('./Container-29f049b2.js');
|
|
28
28
|
require('@appbaseio/reactivecore/lib/utils/suggestions');
|
package/dist/cjs/SingleList.js
CHANGED
|
@@ -10,7 +10,7 @@ var _rollupPluginBabelHelpers = require('./_rollupPluginBabelHelpers-f8b843f8.js
|
|
|
10
10
|
var vue = require('vue');
|
|
11
11
|
var VueTypes = _interopDefault(require('vue-types'));
|
|
12
12
|
require('@appbaseio/vue-emotion');
|
|
13
|
-
require('emotion');
|
|
13
|
+
require('@emotion/css');
|
|
14
14
|
require('polished');
|
|
15
15
|
var vueTypes = require('./vueTypes-1bf00978.js');
|
|
16
16
|
require('@appbaseio/reactivecore/lib/utils/transform');
|
|
@@ -19,7 +19,7 @@ var index = require('./index-1481798c.js');
|
|
|
19
19
|
var ComponentWrapper = require('./ComponentWrapper-2dc930e1.js');
|
|
20
20
|
var PreferencesConsumer = require('./PreferencesConsumer-2c69ac61.js');
|
|
21
21
|
var Title = require('./Title-8802a218.js');
|
|
22
|
-
var Input = require('./Input-
|
|
22
|
+
var Input = require('./Input-497be42a.js');
|
|
23
23
|
var Container = require('./Container-29f049b2.js');
|
|
24
24
|
var suggestions = require('@appbaseio/reactivecore/lib/utils/suggestions');
|
|
25
25
|
var FormControlList = require('./FormControlList-fadd792f.js');
|
package/dist/cjs/ToggleButton.js
CHANGED
|
@@ -10,9 +10,9 @@ require('./_rollupPluginBabelHelpers-f8b843f8.js');
|
|
|
10
10
|
var vue = require('vue');
|
|
11
11
|
var VueTypes = _interopDefault(require('vue-types'));
|
|
12
12
|
require('@appbaseio/vue-emotion');
|
|
13
|
-
require('emotion');
|
|
13
|
+
require('@emotion/css');
|
|
14
14
|
require('polished');
|
|
15
|
-
var Button = require('./Button-
|
|
15
|
+
var Button = require('./Button-d4da7470.js');
|
|
16
16
|
var vueTypes = require('./vueTypes-1bf00978.js');
|
|
17
17
|
require('@appbaseio/reactivecore/lib/utils/transform');
|
|
18
18
|
require('redux');
|
package/dist/cjs/index.js
CHANGED
|
@@ -10,11 +10,11 @@ require('vue');
|
|
|
10
10
|
require('vue-types');
|
|
11
11
|
require('@appbaseio/reactivecore/lib/utils/helper');
|
|
12
12
|
require('@appbaseio/vue-emotion');
|
|
13
|
-
require('emotion');
|
|
13
|
+
require('@emotion/css');
|
|
14
14
|
require('polished');
|
|
15
|
-
require('./Button-
|
|
15
|
+
require('./Button-d4da7470.js');
|
|
16
16
|
require('./vueTypes-1bf00978.js');
|
|
17
|
-
require('./Pagination-
|
|
17
|
+
require('./Pagination-b953a80a.js');
|
|
18
18
|
var ReactiveList = require('./ReactiveList.js');
|
|
19
19
|
require('@appbaseio/reactivecore/lib/utils/transform');
|
|
20
20
|
require('redux');
|
|
@@ -22,8 +22,8 @@ require('./index-1481798c.js');
|
|
|
22
22
|
require('./ComponentWrapper-2dc930e1.js');
|
|
23
23
|
require('./PreferencesConsumer-2c69ac61.js');
|
|
24
24
|
require('./Title-8802a218.js');
|
|
25
|
-
require('./ListItem-
|
|
26
|
-
require('./Card-
|
|
25
|
+
require('./ListItem-23af8974.js');
|
|
26
|
+
require('./Card-63968d94.js');
|
|
27
27
|
require('./Flex-d5675ea6.js');
|
|
28
28
|
require('@appbaseio/reactivecore/lib');
|
|
29
29
|
require('@appbaseio/reactivecore/lib/actions/analytics');
|
|
@@ -32,9 +32,9 @@ require('@appbaseio/analytics');
|
|
|
32
32
|
require('url-search-params-polyfill');
|
|
33
33
|
var ReactiveBase = require('./ReactiveBase.js');
|
|
34
34
|
require('hotkeys-js');
|
|
35
|
-
var ReactiveComponent = require('./ReactiveComponent-
|
|
36
|
-
require('./DropDown-
|
|
37
|
-
require('./Input-
|
|
35
|
+
var ReactiveComponent = require('./ReactiveComponent-8180c806.js');
|
|
36
|
+
require('./DropDown-f48bea16.js');
|
|
37
|
+
require('./Input-497be42a.js');
|
|
38
38
|
require('compute-scroll-into-view');
|
|
39
39
|
require('./Container-29f049b2.js');
|
|
40
40
|
require('vue-highlight-words');
|
|
@@ -46,7 +46,7 @@ var MultiList = require('./MultiList.js');
|
|
|
46
46
|
var SingleDropdownList = require('./SingleDropdownList.js');
|
|
47
47
|
var MultiDropdownList = require('./MultiDropdownList.js');
|
|
48
48
|
var ToggleButton = require('./ToggleButton.js');
|
|
49
|
-
require('./ssr-
|
|
49
|
+
require('./ssr-8dd13d43.js');
|
|
50
50
|
var DynamicRangeSlider = require('./DynamicRangeSlider.js');
|
|
51
51
|
var SingleRange = require('./SingleRange.js');
|
|
52
52
|
var MultiRange = require('./MultiRange.js');
|
package/dist/cjs/install.js
CHANGED
|
@@ -10,11 +10,11 @@ require('vue');
|
|
|
10
10
|
require('vue-types');
|
|
11
11
|
require('@appbaseio/reactivecore/lib/utils/helper');
|
|
12
12
|
require('@appbaseio/vue-emotion');
|
|
13
|
-
require('emotion');
|
|
13
|
+
require('@emotion/css');
|
|
14
14
|
require('polished');
|
|
15
|
-
require('./Button-
|
|
15
|
+
require('./Button-d4da7470.js');
|
|
16
16
|
require('./vueTypes-1bf00978.js');
|
|
17
|
-
require('./Pagination-
|
|
17
|
+
require('./Pagination-b953a80a.js');
|
|
18
18
|
var ReactiveList = require('./ReactiveList.js');
|
|
19
19
|
require('@appbaseio/reactivecore/lib/utils/transform');
|
|
20
20
|
require('redux');
|
|
@@ -22,8 +22,8 @@ require('./index-1481798c.js');
|
|
|
22
22
|
require('./ComponentWrapper-2dc930e1.js');
|
|
23
23
|
require('./PreferencesConsumer-2c69ac61.js');
|
|
24
24
|
require('./Title-8802a218.js');
|
|
25
|
-
require('./ListItem-
|
|
26
|
-
require('./Card-
|
|
25
|
+
require('./ListItem-23af8974.js');
|
|
26
|
+
require('./Card-63968d94.js');
|
|
27
27
|
require('./Flex-d5675ea6.js');
|
|
28
28
|
require('@appbaseio/reactivecore/lib');
|
|
29
29
|
require('@appbaseio/reactivecore/lib/actions/analytics');
|
|
@@ -32,9 +32,9 @@ require('@appbaseio/analytics');
|
|
|
32
32
|
require('url-search-params-polyfill');
|
|
33
33
|
var ReactiveBase = require('./ReactiveBase.js');
|
|
34
34
|
require('hotkeys-js');
|
|
35
|
-
var ReactiveComponent = require('./ReactiveComponent-
|
|
36
|
-
require('./DropDown-
|
|
37
|
-
require('./Input-
|
|
35
|
+
var ReactiveComponent = require('./ReactiveComponent-8180c806.js');
|
|
36
|
+
require('./DropDown-f48bea16.js');
|
|
37
|
+
require('./Input-497be42a.js');
|
|
38
38
|
require('compute-scroll-into-view');
|
|
39
39
|
require('./Container-29f049b2.js');
|
|
40
40
|
require('vue-highlight-words');
|
|
@@ -46,7 +46,7 @@ var MultiList = require('./MultiList.js');
|
|
|
46
46
|
var SingleDropdownList = require('./SingleDropdownList.js');
|
|
47
47
|
var MultiDropdownList = require('./MultiDropdownList.js');
|
|
48
48
|
var ToggleButton = require('./ToggleButton.js');
|
|
49
|
-
require('./ssr-
|
|
49
|
+
require('./ssr-8dd13d43.js');
|
|
50
50
|
var DynamicRangeSlider = require('./DynamicRangeSlider.js');
|
|
51
51
|
var SingleRange = require('./SingleRange.js');
|
|
52
52
|
var MultiRange = require('./MultiRange.js');
|
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
function _interopNamespace(e) {
|
|
4
|
+
if (e && e.__esModule) { return e; } else {
|
|
5
|
+
var n = {};
|
|
6
|
+
if (e) {
|
|
7
|
+
Object.keys(e).forEach(function (k) {
|
|
8
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
9
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () {
|
|
12
|
+
return e[k];
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
n['default'] = e;
|
|
18
|
+
return n;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
3
22
|
var _rollupPluginBabelHelpers = require('./_rollupPluginBabelHelpers-f8b843f8.js');
|
|
4
23
|
var vue = require('vue');
|
|
5
24
|
var vueEmotion = require('@appbaseio/vue-emotion');
|
|
@@ -51,9 +70,9 @@ var getComponents = function getComponents() {
|
|
|
51
70
|
};
|
|
52
71
|
try {
|
|
53
72
|
if (typeof window !== 'undefined') {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
73
|
+
components['vue-slider-component'] = function () {
|
|
74
|
+
return new Promise(function (resolve) { resolve(_interopNamespace(require('vue-slider-component'))); });
|
|
75
|
+
};
|
|
57
76
|
}
|
|
58
77
|
} catch (e) {
|
|
59
78
|
console.error('Unable to load vue-slider', e);
|
package/dist/cjs/version.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-ded08042.js';
|
|
2
2
|
import { styled } from '@appbaseio/vue-emotion';
|
|
3
|
-
import { css } from 'emotion';
|
|
3
|
+
import { css } from '@emotion/css';
|
|
4
4
|
import { darken, rgba, lighten } from 'polished';
|
|
5
5
|
|
|
6
6
|
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-ded08042.js';
|
|
2
2
|
import { styled } from '@appbaseio/vue-emotion';
|
|
3
|
-
import { css } from 'emotion';
|
|
3
|
+
import { css } from '@emotion/css';
|
|
4
4
|
import { lighten } from 'polished';
|
|
5
5
|
import './Title-863dfa42.js';
|
|
6
6
|
|
|
@@ -6,7 +6,7 @@ import VueTypes from 'vue-types';
|
|
|
6
6
|
import { styled } from '@appbaseio/vue-emotion';
|
|
7
7
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
8
8
|
import { a as isFunction } from './index-4520a598.js';
|
|
9
|
-
import { s as suggestionsContainer, a as suggestions, I as Input } from './Input-
|
|
9
|
+
import { s as suggestionsContainer, a as suggestions, I as Input } from './Input-f7499ef8.js';
|
|
10
10
|
import computeScrollIntoView from 'compute-scroll-into-view';
|
|
11
11
|
import { replaceDiacritics } from '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
12
12
|
|
|
@@ -10,7 +10,7 @@ import { j as updateCustomQuery, d as getValidPropsKeys, i as isQueryIdentical,
|
|
|
10
10
|
import { P as PreferencesConsumer } from './PreferencesConsumer-24e88f3b.js';
|
|
11
11
|
import { T as Title } from './Title-863dfa42.js';
|
|
12
12
|
import { C as Container } from './Container-d00219f7.js';
|
|
13
|
-
import { g as getComponents, N as NoSSR, S as Slider } from './ssr-
|
|
13
|
+
import { g as getComponents, N as NoSSR, S as Slider } from './ssr-c630ccb9.js';
|
|
14
14
|
|
|
15
15
|
var addComponent = Actions.addComponent,
|
|
16
16
|
removeComponent = Actions.removeComponent,
|
|
@@ -124,9 +124,9 @@ var DynamicRangeSlider = {
|
|
|
124
124
|
var start = _ref.start,
|
|
125
125
|
end = _ref.end;
|
|
126
126
|
if (this.$props.defaultValue) {
|
|
127
|
-
var _this$$props$
|
|
128
|
-
defaultStart = _this$$props$
|
|
129
|
-
defaultEnd = _this$$props$
|
|
127
|
+
var _this$$props$defaultV = this.$props.defaultValue(start, end),
|
|
128
|
+
defaultStart = _this$$props$defaultV.start,
|
|
129
|
+
defaultEnd = _this$$props$defaultV.end;
|
|
130
130
|
this.handleChange([defaultStart, defaultEnd]);
|
|
131
131
|
} else if (this.isControlled()) {
|
|
132
132
|
this.handleChange(DynamicRangeSlider.parseValue(this.$props.value), 'change');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-ded08042.js';
|
|
2
2
|
import { styled } from '@appbaseio/vue-emotion';
|
|
3
|
-
import { css } from 'emotion';
|
|
3
|
+
import { css } from '@emotion/css';
|
|
4
4
|
|
|
5
5
|
var _templateObject, _templateObject2, _templateObject3, _templateObject4;
|
|
6
6
|
var alertBorder = function alertBorder(_ref) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-ded08042.js';
|
|
2
2
|
import { styled } from '@appbaseio/vue-emotion';
|
|
3
|
-
import { css } from 'emotion';
|
|
3
|
+
import { css } from '@emotion/css';
|
|
4
4
|
import { lighten } from 'polished';
|
|
5
5
|
import './Title-863dfa42.js';
|
|
6
6
|
|
|
@@ -5,9 +5,9 @@ import { a as _extends, b as _objectWithoutPropertiesLoose, c as _toPropertyKey
|
|
|
5
5
|
import { createVNode, isVNode } from 'vue';
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
7
|
import '@appbaseio/vue-emotion';
|
|
8
|
-
import 'emotion';
|
|
8
|
+
import '@emotion/css';
|
|
9
9
|
import 'polished';
|
|
10
|
-
import { l as loadMoreContainer, B as Button } from './Button-
|
|
10
|
+
import { l as loadMoreContainer, B as Button } from './Button-fd869491.js';
|
|
11
11
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
12
12
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
13
13
|
import 'redux';
|
|
@@ -15,8 +15,8 @@ import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical,
|
|
|
15
15
|
import { C as ComponentWrapper } from './ComponentWrapper-3a215eed.js';
|
|
16
16
|
import { P as PreferencesConsumer } from './PreferencesConsumer-24e88f3b.js';
|
|
17
17
|
import { T as Title } from './Title-863dfa42.js';
|
|
18
|
-
import { c as Dropdown } from './DropDown-
|
|
19
|
-
import './Input-
|
|
18
|
+
import { c as Dropdown } from './DropDown-7174661a.js';
|
|
19
|
+
import './Input-f7499ef8.js';
|
|
20
20
|
import 'compute-scroll-into-view';
|
|
21
21
|
import { C as Container } from './Container-d00219f7.js';
|
|
22
22
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
@@ -300,24 +300,24 @@ var MultiDropdownList = {
|
|
|
300
300
|
});
|
|
301
301
|
}
|
|
302
302
|
if (selectAllLabel && selectAllLabel in currentValue) {
|
|
303
|
-
var
|
|
304
|
-
del =
|
|
305
|
-
obj = _objectWithoutPropertiesLoose(
|
|
303
|
+
var _currentValue = currentValue,
|
|
304
|
+
del = _currentValue[selectAllLabel],
|
|
305
|
+
obj = _objectWithoutPropertiesLoose(_currentValue, [selectAllLabel].map(_toPropertyKey));
|
|
306
306
|
currentValue = _extends({}, obj);
|
|
307
307
|
}
|
|
308
308
|
} else {
|
|
309
309
|
if (currentValue[value]) {
|
|
310
|
-
var
|
|
311
|
-
_del =
|
|
312
|
-
rest = _objectWithoutPropertiesLoose(
|
|
310
|
+
var _currentValue2 = currentValue,
|
|
311
|
+
_del = _currentValue2[value],
|
|
312
|
+
rest = _objectWithoutPropertiesLoose(_currentValue2, [value].map(_toPropertyKey));
|
|
313
313
|
currentValue = _extends({}, rest);
|
|
314
314
|
} else {
|
|
315
315
|
currentValue[value] = true;
|
|
316
316
|
}
|
|
317
317
|
if (selectAllLabel && selectAllLabel in currentValue) {
|
|
318
|
-
var
|
|
319
|
-
_del2 =
|
|
320
|
-
_obj = _objectWithoutPropertiesLoose(
|
|
318
|
+
var _currentValue3 = currentValue,
|
|
319
|
+
_del2 = _currentValue3[selectAllLabel],
|
|
320
|
+
_obj = _objectWithoutPropertiesLoose(_currentValue3, [selectAllLabel].map(_toPropertyKey));
|
|
321
321
|
currentValue = _extends({}, _obj);
|
|
322
322
|
}
|
|
323
323
|
finalValues = Object.keys(currentValue);
|
package/dist/es/MultiList.js
CHANGED
|
@@ -4,7 +4,7 @@ import { b as _objectWithoutPropertiesLoose, c as _toPropertyKey, a as _extends
|
|
|
4
4
|
import { createVNode, createTextVNode } from 'vue';
|
|
5
5
|
import VueTypes from 'vue-types';
|
|
6
6
|
import '@appbaseio/vue-emotion';
|
|
7
|
-
import 'emotion';
|
|
7
|
+
import '@emotion/css';
|
|
8
8
|
import 'polished';
|
|
9
9
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
10
10
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
@@ -13,7 +13,7 @@ import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical,
|
|
|
13
13
|
import { C as ComponentWrapper } from './ComponentWrapper-3a215eed.js';
|
|
14
14
|
import { P as PreferencesConsumer } from './PreferencesConsumer-24e88f3b.js';
|
|
15
15
|
import { T as Title } from './Title-863dfa42.js';
|
|
16
|
-
import { I as Input } from './Input-
|
|
16
|
+
import { I as Input } from './Input-f7499ef8.js';
|
|
17
17
|
import { C as Container } from './Container-d00219f7.js';
|
|
18
18
|
import { replaceDiacritics } from '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
19
19
|
import { U as UL, C as Checkbox } from './FormControlList-fe6eaee4.js';
|
|
@@ -268,16 +268,16 @@ var MultiList = {
|
|
|
268
268
|
});
|
|
269
269
|
}
|
|
270
270
|
if (selectAllLabel && selectAllLabel in currentValue) {
|
|
271
|
-
var
|
|
272
|
-
del =
|
|
273
|
-
obj = _objectWithoutPropertiesLoose(
|
|
271
|
+
var _currentValue = currentValue,
|
|
272
|
+
del = _currentValue[selectAllLabel],
|
|
273
|
+
obj = _objectWithoutPropertiesLoose(_currentValue, [selectAllLabel].map(_toPropertyKey));
|
|
274
274
|
currentValue = _extends({}, obj);
|
|
275
275
|
}
|
|
276
276
|
} else {
|
|
277
277
|
if (currentValue[value]) {
|
|
278
|
-
var
|
|
279
|
-
_del =
|
|
280
|
-
rest = _objectWithoutPropertiesLoose(
|
|
278
|
+
var _currentValue2 = currentValue,
|
|
279
|
+
_del = _currentValue2[value],
|
|
280
|
+
rest = _objectWithoutPropertiesLoose(_currentValue2, [value].map(_toPropertyKey));
|
|
281
281
|
currentValue = _extends({}, rest);
|
|
282
282
|
} else if (Array.isArray(value)) {
|
|
283
283
|
value.forEach(function (val) {
|
|
@@ -287,9 +287,9 @@ var MultiList = {
|
|
|
287
287
|
currentValue[value] = true;
|
|
288
288
|
}
|
|
289
289
|
if (selectAllLabel && selectAllLabel in currentValue) {
|
|
290
|
-
var
|
|
291
|
-
_del2 =
|
|
292
|
-
_obj = _objectWithoutPropertiesLoose(
|
|
290
|
+
var _currentValue3 = currentValue,
|
|
291
|
+
_del2 = _currentValue3[selectAllLabel],
|
|
292
|
+
_obj = _objectWithoutPropertiesLoose(_currentValue3, [selectAllLabel].map(_toPropertyKey));
|
|
293
293
|
currentValue = _extends({}, _obj);
|
|
294
294
|
}
|
|
295
295
|
finalValues = Object.keys(currentValue);
|
package/dist/es/MultiRange.js
CHANGED
|
@@ -98,9 +98,9 @@ var MultiRange = {
|
|
|
98
98
|
currentValue = currentValue.filter(function (value) {
|
|
99
99
|
return value.label !== item;
|
|
100
100
|
});
|
|
101
|
-
var
|
|
102
|
-
del =
|
|
103
|
-
selected = _objectWithoutPropertiesLoose(
|
|
101
|
+
var _selectedValues = selectedValues,
|
|
102
|
+
del = _selectedValues[item],
|
|
103
|
+
selected = _objectWithoutPropertiesLoose(_selectedValues, [item].map(_toPropertyKey));
|
|
104
104
|
selectedValues = selected;
|
|
105
105
|
} else {
|
|
106
106
|
var _extends2;
|
|
@@ -2,7 +2,7 @@ import { helper } from '@appbaseio/reactivecore';
|
|
|
2
2
|
import _transformOn from '@vue/babel-helper-vue-transform-on';
|
|
3
3
|
import { createVNode, mergeProps, createTextVNode, isVNode } from 'vue';
|
|
4
4
|
import VueTypes from 'vue-types';
|
|
5
|
-
import { p as pagination, B as Button } from './Button-
|
|
5
|
+
import { p as pagination, B as Button } from './Button-fd869491.js';
|
|
6
6
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
7
7
|
|
|
8
8
|
function _isSlot(s) {
|
package/dist/es/RangeInput.js
CHANGED
|
@@ -5,7 +5,7 @@ import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPlugin
|
|
|
5
5
|
import { createVNode, mergeProps, createTextVNode } from 'vue';
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
7
|
import { styled } from '@appbaseio/vue-emotion';
|
|
8
|
-
import 'emotion';
|
|
8
|
+
import '@emotion/css';
|
|
9
9
|
import 'polished';
|
|
10
10
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
11
11
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
@@ -15,9 +15,9 @@ import { C as ComponentWrapper } from './ComponentWrapper-3a215eed.js';
|
|
|
15
15
|
import { P as PreferencesConsumer } from './PreferencesConsumer-24e88f3b.js';
|
|
16
16
|
import './Title-863dfa42.js';
|
|
17
17
|
import { F as Flex } from './Flex-a08e22d7.js';
|
|
18
|
-
import { I as Input } from './Input-
|
|
18
|
+
import { I as Input } from './Input-f7499ef8.js';
|
|
19
19
|
import { C as Container } from './Container-d00219f7.js';
|
|
20
|
-
import './ssr-
|
|
20
|
+
import './ssr-c630ccb9.js';
|
|
21
21
|
import { RangeConnected as RangeConnected$1 } from './RangeSlider.js';
|
|
22
22
|
|
|
23
23
|
var _templateObject;
|
package/dist/es/RangeSlider.js
CHANGED
|
@@ -12,7 +12,7 @@ import { C as ComponentWrapper } from './ComponentWrapper-3a215eed.js';
|
|
|
12
12
|
import { P as PreferencesConsumer } from './PreferencesConsumer-24e88f3b.js';
|
|
13
13
|
import { T as Title } from './Title-863dfa42.js';
|
|
14
14
|
import { C as Container } from './Container-d00219f7.js';
|
|
15
|
-
import { g as getComponents, N as NoSSR, S as Slider } from './ssr-
|
|
15
|
+
import { g as getComponents, N as NoSSR, S as Slider } from './ssr-c630ccb9.js';
|
|
16
16
|
|
|
17
17
|
var updateQuery = Actions.updateQuery,
|
|
18
18
|
setQueryOptions = Actions.setQueryOptions,
|
package/dist/es/ReactiveBase.js
CHANGED
|
@@ -109,12 +109,12 @@ var URLParamsProvider = {
|
|
|
109
109
|
try {
|
|
110
110
|
var component = item[0],
|
|
111
111
|
value = item[1];
|
|
112
|
-
var
|
|
112
|
+
var _ref = _this.selectedValues[component] || {
|
|
113
113
|
label: component
|
|
114
114
|
},
|
|
115
|
-
label =
|
|
116
|
-
showFilter =
|
|
117
|
-
URLParams =
|
|
115
|
+
label = _ref.label,
|
|
116
|
+
showFilter = _ref.showFilter,
|
|
117
|
+
URLParams = _ref.URLParams;
|
|
118
118
|
_this.setValue(component, JSON.parse(value), label, showFilter, URLParams, undefined, undefined, undefined, 'URL');
|
|
119
119
|
} catch (e) {
|
|
120
120
|
// Do not set value if JSON parsing fails.
|
|
@@ -6,8 +6,8 @@ import { createVNode, createTextVNode, defineComponent, isVNode, mergeProps, h }
|
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
7
|
import { getQueryOptions, suggestionTypes } from '@appbaseio/reactivecore/lib/utils/helper';
|
|
8
8
|
import { styled, createGlobalStyle } from '@appbaseio/vue-emotion';
|
|
9
|
-
import { css
|
|
10
|
-
import { B as Button } from './Button-
|
|
9
|
+
import { css } from '@emotion/css';
|
|
10
|
+
import { B as Button } from './Button-fd869491.js';
|
|
11
11
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
12
12
|
import { RLConnected } from './ReactiveList.js';
|
|
13
13
|
import { g as getComponent, h as hasCustomRenderer, f as decodeHtml, i as isQueryIdentical, u as updateDefaultQuery, j as updateCustomQuery, a as isFunction, k as isEmpty, p as parseFocusShortcuts, l as extractModifierKeysFromFocusShortcuts, c as connect } from './index-4520a598.js';
|
|
@@ -16,8 +16,8 @@ import { P as PreferencesConsumer } from './PreferencesConsumer-24e88f3b.js';
|
|
|
16
16
|
import { T as Title } from './Title-863dfa42.js';
|
|
17
17
|
import { F as Flex } from './Flex-a08e22d7.js';
|
|
18
18
|
import hotkeys from 'hotkeys-js';
|
|
19
|
-
import { I as IconWrapper, C as CancelSvg, a as IconGroup, D as Downshift, b as InputWrapper } from './DropDown-
|
|
20
|
-
import { n as noSuggestions, s as suggestionsContainer, I as Input, a as suggestions } from './Input-
|
|
19
|
+
import { I as IconWrapper, C as CancelSvg, a as IconGroup, D as Downshift, b as InputWrapper } from './DropDown-7174661a.js';
|
|
20
|
+
import { n as noSuggestions, s as suggestionsContainer, I as Input, a as suggestions } from './Input-f7499ef8.js';
|
|
21
21
|
import { C as Container } from './Container-d00219f7.js';
|
|
22
22
|
import Highlight from 'vue-highlight-words';
|
|
23
23
|
import { ListConnected as ListConnected$3 } from './SingleList.js';
|
|
@@ -140,9 +140,9 @@ var SuggestionItem = {
|
|
|
140
140
|
fontSize: '1rem'
|
|
141
141
|
})
|
|
142
142
|
}, null)]), description && createVNode("div", {
|
|
143
|
-
"class":
|
|
143
|
+
"class": ['trim', css({
|
|
144
144
|
marginTop: 3
|
|
145
|
-
})
|
|
145
|
+
})]
|
|
146
146
|
}, [createVNode(Highlight, {
|
|
147
147
|
"searchWords": _this.currentValue.split(' '),
|
|
148
148
|
"textToHighlight": description,
|
|
@@ -512,14 +512,14 @@ var Mic = {
|
|
|
512
512
|
if (status === STATUS.active) {
|
|
513
513
|
this.status = STATUS.inactive;
|
|
514
514
|
}
|
|
515
|
-
var _this$$
|
|
516
|
-
handleResult = _this$$
|
|
517
|
-
onNoMatch = _this$$
|
|
518
|
-
onError = _this$$
|
|
519
|
-
lang = _this$$
|
|
520
|
-
getInstance = _this$$
|
|
521
|
-
var
|
|
522
|
-
SpeechRecognition =
|
|
515
|
+
var _this$$props = this.$props,
|
|
516
|
+
handleResult = _this$$props.handleResult,
|
|
517
|
+
onNoMatch = _this$$props.onNoMatch,
|
|
518
|
+
onError = _this$$props.onError,
|
|
519
|
+
lang = _this$$props.lang,
|
|
520
|
+
getInstance = _this$$props.getInstance;
|
|
521
|
+
var _window = window,
|
|
522
|
+
SpeechRecognition = _window.SpeechRecognition;
|
|
523
523
|
if (this.instance && this.status !== STATUS.denied) {
|
|
524
524
|
this.status = STATUS.inactive;
|
|
525
525
|
this.instance.stop();
|
|
@@ -1364,12 +1364,12 @@ var SearchBox = defineComponent({
|
|
|
1364
1364
|
renderInputAddonBefore: function renderInputAddonBefore() {
|
|
1365
1365
|
var addonBefore = this.$slots.addonBefore;
|
|
1366
1366
|
if (addonBefore) {
|
|
1367
|
-
var
|
|
1367
|
+
var _slot;
|
|
1368
1368
|
return createVNode(InputAddon, {
|
|
1369
1369
|
"class": "addon-before"
|
|
1370
|
-
}, _isSlot(
|
|
1370
|
+
}, _isSlot(_slot = addonBefore()) ? _slot : {
|
|
1371
1371
|
"default": function _default() {
|
|
1372
|
-
return [
|
|
1372
|
+
return [_slot];
|
|
1373
1373
|
}
|
|
1374
1374
|
});
|
|
1375
1375
|
}
|
|
@@ -1378,12 +1378,12 @@ var SearchBox = defineComponent({
|
|
|
1378
1378
|
renderInputAddonAfter: function renderInputAddonAfter() {
|
|
1379
1379
|
var addonAfter = this.$slots.addonAfter;
|
|
1380
1380
|
if (addonAfter) {
|
|
1381
|
-
var
|
|
1381
|
+
var _slot2;
|
|
1382
1382
|
return createVNode(InputAddon, {
|
|
1383
1383
|
"class": "addon-after"
|
|
1384
|
-
}, _isSlot(
|
|
1384
|
+
}, _isSlot(_slot2 = addonAfter()) ? _slot2 : {
|
|
1385
1385
|
"default": function _default() {
|
|
1386
|
-
return [
|
|
1386
|
+
return [_slot2];
|
|
1387
1387
|
}
|
|
1388
1388
|
});
|
|
1389
1389
|
}
|
|
@@ -1425,7 +1425,7 @@ var SearchBox = defineComponent({
|
|
|
1425
1425
|
},
|
|
1426
1426
|
renderIcons: function renderIcons() {
|
|
1427
1427
|
var _this6 = this;
|
|
1428
|
-
var
|
|
1428
|
+
var _slot3, _slot4, _slot5;
|
|
1429
1429
|
var _this$$props3 = this.$props,
|
|
1430
1430
|
iconPosition = _this$$props3.iconPosition,
|
|
1431
1431
|
showClear = _this$$props3.showClear,
|
|
@@ -1444,9 +1444,9 @@ var SearchBox = defineComponent({
|
|
|
1444
1444
|
"onClick": _this6.clearValue,
|
|
1445
1445
|
"showIcon": showIcon,
|
|
1446
1446
|
"isClearIcon": true
|
|
1447
|
-
}, _isSlot(
|
|
1447
|
+
}, _isSlot(_slot3 = _this6.renderCancelIcon()) ? _slot3 : {
|
|
1448
1448
|
"default": function _default() {
|
|
1449
|
-
return [
|
|
1449
|
+
return [_slot3];
|
|
1450
1450
|
}
|
|
1451
1451
|
}), showVoiceSearch && createVNode(Mic, {
|
|
1452
1452
|
"getInstance": getMicInstance,
|
|
@@ -1455,9 +1455,9 @@ var SearchBox = defineComponent({
|
|
|
1455
1455
|
"className": getClassName$1(innerClass, 'mic') || null
|
|
1456
1456
|
}, null), iconPosition === 'right' && showIcon && createVNode(IconWrapper, {
|
|
1457
1457
|
"onClick": _this6.handleSearchIconClick
|
|
1458
|
-
}, _isSlot(
|
|
1458
|
+
}, _isSlot(_slot4 = _this6.renderIcon()) ? _slot4 : {
|
|
1459
1459
|
"default": function _default() {
|
|
1460
|
-
return [
|
|
1460
|
+
return [_slot4];
|
|
1461
1461
|
}
|
|
1462
1462
|
})];
|
|
1463
1463
|
}
|
|
@@ -1468,9 +1468,9 @@ var SearchBox = defineComponent({
|
|
|
1468
1468
|
"default": function _default() {
|
|
1469
1469
|
return [iconPosition === 'left' && showIcon && createVNode(IconWrapper, {
|
|
1470
1470
|
"onClick": _this6.handleSearchIconClick
|
|
1471
|
-
}, _isSlot(
|
|
1471
|
+
}, _isSlot(_slot5 = _this6.renderIcon()) ? _slot5 : {
|
|
1472
1472
|
"default": function _default() {
|
|
1473
|
-
return [
|
|
1473
|
+
return [_slot5];
|
|
1474
1474
|
}
|
|
1475
1475
|
})];
|
|
1476
1476
|
}
|