@appbaseio/reactivesearch-vue 1.16.0-alpha.56 → 1.16.0-alpha.59
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 +1763 -16121
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +8 -6
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/{Button-10e5cf51.js → Button-446f819e.js} +1 -1
- package/dist/cjs/{CancelSvg-82021d23.js → CancelSvg-9f258f4f.js} +1 -1
- package/dist/cjs/{Card-4b915733.js → Card-642547a8.js} +2 -2
- package/dist/cjs/{ComponentWrapper-7302fe1a.js → ComponentWrapper-ca5f0cbd.js} +2 -2
- package/dist/cjs/{Container-8a08d663.js → Container-daf30918.js} +1 -1
- package/dist/cjs/{DataSearch-7fd1b95d.js → DataSearch-f63fcf44.js} +221 -80
- package/dist/cjs/DataSearch.js +9 -9
- package/dist/cjs/{DropDown-16a2a728.js → DropDown-c3f83a46.js} +4 -4
- package/dist/cjs/DynamicRangeSlider.js +5 -5
- package/dist/cjs/{Flex-699639d2.js → Flex-aa517a13.js} +1 -1
- package/dist/cjs/{FormControlList-73497794.js → FormControlList-c195a592.js} +1 -1
- package/dist/cjs/{Input-64087a69.js → Input-e6603a7e.js} +1 -1
- package/dist/cjs/{ListItem-933c27e4.js → ListItem-8c9e0d68.js} +2 -2
- package/dist/cjs/MultiDropdownList.js +10 -10
- package/dist/cjs/MultiList.js +8 -8
- package/dist/cjs/MultiRange.js +6 -6
- package/dist/cjs/{Pagination-e0654529.js → Pagination-c01d1547.js} +1 -1
- package/dist/cjs/RangeInput.js +8 -8
- package/dist/cjs/RangeSlider.js +6 -6
- package/dist/cjs/ReactiveBase.js +2 -2
- package/dist/cjs/ReactiveComponent.js +3 -3
- package/dist/cjs/ReactiveGoogleMap.js +10 -16
- package/dist/cjs/ReactiveList.js +9 -9
- package/dist/cjs/ResultCard.js +3 -3
- package/dist/cjs/ResultList.js +3 -3
- package/dist/cjs/SelectedFilters.js +44 -27
- package/dist/cjs/SingleDropdownList.js +10 -10
- package/dist/cjs/SingleList.js +8 -8
- package/dist/cjs/SingleRange.js +7 -7
- package/dist/cjs/StateProvider.js +30 -5
- package/dist/cjs/{Title-39765ee6.js → Title-1de7d0f4.js} +1 -1
- package/dist/cjs/ToggleButton.js +7 -6
- package/dist/cjs/{_rollupPluginBabelHelpers-4abdbfff.js → _rollupPluginBabelHelpers-c705cbe6.js} +2 -4
- package/dist/cjs/{index-d44a0a21.js → index-c288153a.js} +1 -1
- package/dist/cjs/index.js +19 -18
- package/dist/cjs/initReactivesearch.js +1 -1
- package/dist/cjs/{install-ac3374ec.js → install-a9aae115.js} +225 -65
- package/dist/cjs/install.js +19 -18
- package/dist/cjs/{ssr-c333c82c.js → ssr-3027b848.js} +1 -1
- package/dist/cjs/{utils-23afb20b.js → utils-d6a52588.js} +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/es/{Button-8b211174.js → Button-d8bc15ea.js} +1 -1
- package/dist/es/{CancelSvg-4d9e0857.js → CancelSvg-4cfae5fd.js} +1 -1
- package/dist/es/{Card-04b3c33e.js → Card-450683f1.js} +2 -2
- package/dist/es/{ComponentWrapper-bbb717bc.js → ComponentWrapper-6ad0997b.js} +2 -2
- package/dist/es/{Container-4383c6f0.js → Container-ba826e96.js} +1 -1
- package/dist/es/{DataSearch-a5aaa29e.js → DataSearch-1dba393f.js} +221 -82
- package/dist/es/DataSearch.js +9 -9
- package/dist/es/{DropDown-7639f223.js → DropDown-2ddad7ae.js} +4 -4
- package/dist/es/DynamicRangeSlider.js +5 -5
- package/dist/es/{Flex-aac91505.js → Flex-1f0795c3.js} +1 -1
- package/dist/es/{FormControlList-fe389a2e.js → FormControlList-c22d64f6.js} +1 -1
- package/dist/es/{Input-d1bb4868.js → Input-7a2a9fac.js} +1 -1
- package/dist/es/{ListItem-bdb6d53d.js → ListItem-cad14c5e.js} +2 -2
- package/dist/es/MultiDropdownList.js +10 -10
- package/dist/es/MultiList.js +8 -8
- package/dist/es/MultiRange.js +6 -6
- package/dist/es/{Pagination-3c50d4ba.js → Pagination-491c44ee.js} +1 -1
- package/dist/es/RangeInput.js +8 -8
- package/dist/es/RangeSlider.js +6 -6
- package/dist/es/ReactiveBase.js +2 -2
- package/dist/es/ReactiveComponent.js +3 -3
- package/dist/es/ReactiveGoogleMap.js +10 -16
- package/dist/es/ReactiveList.js +9 -9
- package/dist/es/ResultCard.js +3 -3
- package/dist/es/ResultList.js +3 -3
- package/dist/es/SelectedFilters.js +44 -27
- package/dist/es/SingleDropdownList.js +10 -10
- package/dist/es/SingleList.js +8 -8
- package/dist/es/SingleRange.js +7 -7
- package/dist/es/StateProvider.js +30 -5
- package/dist/es/{Title-579f8d6c.js → Title-3342664a.js} +1 -1
- package/dist/es/ToggleButton.js +7 -6
- package/dist/es/{_rollupPluginBabelHelpers-ecf6c03c.js → _rollupPluginBabelHelpers-76660dab.js} +2 -4
- package/dist/es/{index-5daa8276.js → index-3d98f51b.js} +1 -1
- package/dist/es/index.js +20 -19
- package/dist/es/initReactivesearch.js +1 -1
- package/dist/es/{install-cdccc63e.js → install-686dd71d.js} +226 -66
- package/dist/es/install.js +19 -18
- package/dist/es/{ssr-e3196de1.js → ssr-b2c0b401.js} +1 -1
- package/dist/es/{utils-3a32e13f.js → utils-9e68acee.js} +1 -1
- package/dist/es/version.js +1 -1
- package/package.json +2 -2
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { a as _extends } from './_rollupPluginBabelHelpers-
|
|
2
|
+
import { a as _extends } from './_rollupPluginBabelHelpers-76660dab.js';
|
|
3
3
|
import VueTypes from 'vue-types';
|
|
4
4
|
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
5
5
|
import '@appbaseio/vue-emotion';
|
|
6
6
|
import { t as types } from './vueTypes-9326e0be.js';
|
|
7
7
|
import 'redux';
|
|
8
|
-
import { f as updateCustomQuery, d as getValidPropsKeys, i as isQueryIdentical, c as connect } from './index-
|
|
9
|
-
import { T as Title } from './Title-
|
|
10
|
-
import { C as Container } from './Container-
|
|
8
|
+
import { f as updateCustomQuery, d as getValidPropsKeys, i as isQueryIdentical, c as connect } from './index-3d98f51b.js';
|
|
9
|
+
import { T as Title } from './Title-3342664a.js';
|
|
10
|
+
import { C as Container } from './Container-ba826e96.js';
|
|
11
11
|
import NoSSR from 'vue-no-ssr';
|
|
12
|
-
import { g as getComponents, S as Slider } from './ssr-
|
|
12
|
+
import { g as getComponents, S as Slider } from './ssr-b2c0b401.js';
|
|
13
13
|
|
|
14
14
|
var addComponent = Actions.addComponent,
|
|
15
15
|
removeComponent = Actions.removeComponent,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-76660dab.js';
|
|
2
2
|
import { css } from 'emotion';
|
|
3
3
|
import styled from '@appbaseio/vue-emotion';
|
|
4
4
|
import { lighten } from 'polished';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-76660dab.js';
|
|
2
2
|
import { css } from 'emotion';
|
|
3
3
|
import styled from '@appbaseio/vue-emotion';
|
|
4
4
|
import { lighten } from 'polished';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-76660dab.js';
|
|
2
2
|
import { css } from 'emotion';
|
|
3
3
|
import styled from '@appbaseio/vue-emotion';
|
|
4
4
|
import { lighten } from 'polished';
|
|
5
|
-
import './Title-
|
|
5
|
+
import './Title-3342664a.js';
|
|
6
6
|
|
|
7
7
|
var _templateObject, _templateObject2, _templateObject3, _templateObject4;
|
|
8
8
|
var container = css(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n\tflex-direction: column;\n\tmargin: 0;\n\tborder-radius: 0.25rem;\n\toverflow: hidden;\n"])));
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { a as _extends, b as _objectWithoutPropertiesLoose, c as _toPropertyKey } from './_rollupPluginBabelHelpers-
|
|
2
|
+
import { a as _extends, b as _objectWithoutPropertiesLoose, c as _toPropertyKey } from './_rollupPluginBabelHelpers-76660dab.js';
|
|
3
3
|
import VueTypes from 'vue-types';
|
|
4
4
|
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
5
5
|
import 'emotion';
|
|
6
6
|
import '@appbaseio/vue-emotion';
|
|
7
7
|
import 'polished';
|
|
8
|
-
import { l as loadMoreContainer, B as Button } from './Button-
|
|
8
|
+
import { l as loadMoreContainer, B as Button } from './Button-d8bc15ea.js';
|
|
9
9
|
import { t as types } from './vueTypes-9326e0be.js';
|
|
10
10
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
11
11
|
import 'redux';
|
|
12
|
-
import { f as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, o as parseValueArray, g as getComponent, h as hasCustomRenderer, c as connect } from './index-
|
|
13
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
12
|
+
import { f as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, o as parseValueArray, g as getComponent, h as hasCustomRenderer, c as connect } from './index-3d98f51b.js';
|
|
13
|
+
import { C as ComponentWrapper } from './ComponentWrapper-6ad0997b.js';
|
|
14
14
|
import '@vue/babel-helper-vue-jsx-merge-props';
|
|
15
|
-
import { T as Title } from './Title-
|
|
16
|
-
import './CancelSvg-
|
|
17
|
-
import './Input-
|
|
15
|
+
import { T as Title } from './Title-3342664a.js';
|
|
16
|
+
import './CancelSvg-4cfae5fd.js';
|
|
17
|
+
import './Input-7a2a9fac.js';
|
|
18
18
|
import 'compute-scroll-into-view';
|
|
19
|
-
import { C as Container } from './Container-
|
|
19
|
+
import { C as Container } from './Container-ba826e96.js';
|
|
20
20
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
21
|
-
import { g as getAggsQuery } from './utils-
|
|
22
|
-
import { D as Dropdown } from './DropDown-
|
|
21
|
+
import { g as getAggsQuery } from './utils-9e68acee.js';
|
|
22
|
+
import { D as Dropdown } from './DropDown-2ddad7ae.js';
|
|
23
23
|
|
|
24
24
|
var updateQuery = Actions.updateQuery,
|
|
25
25
|
setQueryOptions = Actions.setQueryOptions,
|
package/dist/es/MultiList.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { a as _extends, b as _objectWithoutPropertiesLoose, c as _toPropertyKey } from './_rollupPluginBabelHelpers-
|
|
2
|
+
import { a as _extends, b as _objectWithoutPropertiesLoose, c as _toPropertyKey } from './_rollupPluginBabelHelpers-76660dab.js';
|
|
3
3
|
import VueTypes from 'vue-types';
|
|
4
4
|
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
5
5
|
import 'emotion';
|
|
@@ -8,14 +8,14 @@ import 'polished';
|
|
|
8
8
|
import { t as types } from './vueTypes-9326e0be.js';
|
|
9
9
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
10
10
|
import 'redux';
|
|
11
|
-
import { f as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, n as isEvent, o as parseValueArray, g as getComponent, h as hasCustomRenderer, c as connect } from './index-
|
|
12
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
13
|
-
import { T as Title } from './Title-
|
|
14
|
-
import { I as Input } from './Input-
|
|
15
|
-
import { C as Container } from './Container-
|
|
11
|
+
import { f as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, n as isEvent, o as parseValueArray, g as getComponent, h as hasCustomRenderer, c as connect } from './index-3d98f51b.js';
|
|
12
|
+
import { C as ComponentWrapper } from './ComponentWrapper-6ad0997b.js';
|
|
13
|
+
import { T as Title } from './Title-3342664a.js';
|
|
14
|
+
import { I as Input } from './Input-7a2a9fac.js';
|
|
15
|
+
import { C as Container } from './Container-ba826e96.js';
|
|
16
16
|
import { replaceDiacritics } from '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
17
|
-
import { U as UL, C as Checkbox } from './FormControlList-
|
|
18
|
-
import { g as getAggsQuery } from './utils-
|
|
17
|
+
import { U as UL, C as Checkbox } from './FormControlList-c22d64f6.js';
|
|
18
|
+
import { g as getAggsQuery } from './utils-9e68acee.js';
|
|
19
19
|
|
|
20
20
|
var updateQuery = Actions.updateQuery,
|
|
21
21
|
setQueryOptions = Actions.setQueryOptions,
|
package/dist/es/MultiRange.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { a as _extends, b as _objectWithoutPropertiesLoose, c as _toPropertyKey } from './_rollupPluginBabelHelpers-
|
|
2
|
+
import { a as _extends, b as _objectWithoutPropertiesLoose, c as _toPropertyKey } from './_rollupPluginBabelHelpers-76660dab.js';
|
|
3
3
|
import VueTypes from 'vue-types';
|
|
4
4
|
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
5
5
|
import 'emotion';
|
|
@@ -8,11 +8,11 @@ import 'polished';
|
|
|
8
8
|
import { t as types } from './vueTypes-9326e0be.js';
|
|
9
9
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
10
10
|
import 'redux';
|
|
11
|
-
import { o as parseValueArray, f as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-
|
|
12
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
13
|
-
import { T as Title } from './Title-
|
|
14
|
-
import { C as Container } from './Container-
|
|
15
|
-
import { U as UL, C as Checkbox } from './FormControlList-
|
|
11
|
+
import { o as parseValueArray, f as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-3d98f51b.js';
|
|
12
|
+
import { C as ComponentWrapper } from './ComponentWrapper-6ad0997b.js';
|
|
13
|
+
import { T as Title } from './Title-3342664a.js';
|
|
14
|
+
import { C as Container } from './Container-ba826e96.js';
|
|
15
|
+
import { U as UL, C as Checkbox } from './FormControlList-c22d64f6.js';
|
|
16
16
|
|
|
17
17
|
var updateQuery = Actions.updateQuery,
|
|
18
18
|
setQueryOptions = Actions.setQueryOptions,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { helper } from '@appbaseio/reactivecore';
|
|
2
2
|
import VueTypes from 'vue-types';
|
|
3
|
-
import { p as pagination, B as Button } from './Button-
|
|
3
|
+
import { p as pagination, B as Button } from './Button-d8bc15ea.js';
|
|
4
4
|
import { t as types } from './vueTypes-9326e0be.js';
|
|
5
5
|
|
|
6
6
|
var getClassName = helper.getClassName,
|
package/dist/es/RangeInput.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPluginBabelHelpers-
|
|
2
|
+
import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPluginBabelHelpers-76660dab.js';
|
|
3
3
|
import VueTypes from 'vue-types';
|
|
4
4
|
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
5
5
|
import { css } from 'emotion';
|
|
@@ -8,14 +8,14 @@ import 'polished';
|
|
|
8
8
|
import { t as types } from './vueTypes-9326e0be.js';
|
|
9
9
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
10
10
|
import 'redux';
|
|
11
|
-
import { c as connect } from './index-
|
|
12
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
13
|
-
import './Title-
|
|
14
|
-
import { F as Flex } from './Flex-
|
|
15
|
-
import { I as Input } from './Input-
|
|
16
|
-
import { C as Container } from './Container-
|
|
11
|
+
import { c as connect } from './index-3d98f51b.js';
|
|
12
|
+
import { C as ComponentWrapper } from './ComponentWrapper-6ad0997b.js';
|
|
13
|
+
import './Title-3342664a.js';
|
|
14
|
+
import { F as Flex } from './Flex-1f0795c3.js';
|
|
15
|
+
import { I as Input } from './Input-7a2a9fac.js';
|
|
16
|
+
import { C as Container } from './Container-ba826e96.js';
|
|
17
17
|
import 'vue-no-ssr';
|
|
18
|
-
import './ssr-
|
|
18
|
+
import './ssr-b2c0b401.js';
|
|
19
19
|
import { RangeConnected as RangeConnected$1 } from './RangeSlider.js';
|
|
20
20
|
|
|
21
21
|
var _templateObject, _templateObject2;
|
package/dist/es/RangeSlider.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { a as _extends } from './_rollupPluginBabelHelpers-
|
|
2
|
+
import { a as _extends } from './_rollupPluginBabelHelpers-76660dab.js';
|
|
3
3
|
import VueTypes from 'vue-types';
|
|
4
4
|
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
5
5
|
import '@appbaseio/vue-emotion';
|
|
6
6
|
import { t as types } from './vueTypes-9326e0be.js';
|
|
7
7
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
8
8
|
import 'redux';
|
|
9
|
-
import { f as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-
|
|
10
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
11
|
-
import { T as Title } from './Title-
|
|
12
|
-
import { C as Container } from './Container-
|
|
9
|
+
import { f as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-3d98f51b.js';
|
|
10
|
+
import { C as ComponentWrapper } from './ComponentWrapper-6ad0997b.js';
|
|
11
|
+
import { T as Title } from './Title-3342664a.js';
|
|
12
|
+
import { C as Container } from './Container-ba826e96.js';
|
|
13
13
|
import NoSSR from 'vue-no-ssr';
|
|
14
|
-
import { g as getComponents, S as Slider } from './ssr-
|
|
14
|
+
import { g as getComponents, S as Slider } from './ssr-b2c0b401.js';
|
|
15
15
|
|
|
16
16
|
var updateQuery = Actions.updateQuery,
|
|
17
17
|
setQueryOptions = Actions.setQueryOptions,
|
package/dist/es/ReactiveBase.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import configureStore, { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPluginBabelHelpers-
|
|
2
|
+
import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPluginBabelHelpers-76660dab.js';
|
|
3
3
|
import VueTypes from 'vue-types';
|
|
4
4
|
import '@appbaseio/reactivecore/lib/utils/constants';
|
|
5
5
|
import { isEqual as isEqual$1 } from '@appbaseio/reactivecore/lib/utils/helper';
|
|
6
6
|
import styled from '@appbaseio/vue-emotion';
|
|
7
7
|
import { t as types } from './vueTypes-9326e0be.js';
|
|
8
8
|
import 'redux';
|
|
9
|
-
import { c as connect, e as composeThemeObject, X as X_SEARCH_CLIENT } from './index-
|
|
9
|
+
import { c as connect, e as composeThemeObject, X as X_SEARCH_CLIENT } from './index-3d98f51b.js';
|
|
10
10
|
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props';
|
|
11
11
|
import { updateAnalyticsConfig } from '@appbaseio/reactivecore/lib/actions/analytics';
|
|
12
12
|
import Appbase from 'appbase-js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { a as _extends, b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-
|
|
2
|
+
import { a as _extends, b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-76660dab.js';
|
|
3
3
|
import VueTypes from 'vue-types';
|
|
4
4
|
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
5
5
|
import { t as types } from './vueTypes-9326e0be.js';
|
|
6
6
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
7
7
|
import 'redux';
|
|
8
|
-
import { f as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, c as connect } from './index-
|
|
9
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
8
|
+
import { f as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, c as connect } from './index-3d98f51b.js';
|
|
9
|
+
import { C as ComponentWrapper } from './ComponentWrapper-6ad0997b.js';
|
|
10
10
|
|
|
11
11
|
var _excluded = ["options"];
|
|
12
12
|
var updateQuery = Actions.updateQuery,
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { a as _extends, d as _inheritsLoose, _ as _taggedTemplateLiteralLoose, b as _objectWithoutPropertiesLoose, c as _toPropertyKey } from './_rollupPluginBabelHelpers-
|
|
2
|
+
import { a as _extends, d as _inheritsLoose, _ as _taggedTemplateLiteralLoose, b as _objectWithoutPropertiesLoose, c as _toPropertyKey } from './_rollupPluginBabelHelpers-76660dab.js';
|
|
3
3
|
import VueTypes from 'vue-types';
|
|
4
4
|
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
5
5
|
import 'emotion';
|
|
6
6
|
import styled, { css } from '@appbaseio/vue-emotion';
|
|
7
7
|
import 'polished';
|
|
8
|
-
import './Button-
|
|
8
|
+
import './Button-d8bc15ea.js';
|
|
9
9
|
import { t as types } from './vueTypes-9326e0be.js';
|
|
10
|
-
import { P as Pagination } from './Pagination-
|
|
10
|
+
import { P as Pagination } from './Pagination-491c44ee.js';
|
|
11
11
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
12
12
|
import 'redux';
|
|
13
|
-
import { h as hasCustomRenderer, i as isQueryIdentical, g as getComponent, a as isFunction, c as connect } from './index-
|
|
14
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
13
|
+
import { h as hasCustomRenderer, i as isQueryIdentical, g as getComponent, a as isFunction, c as connect } from './index-3d98f51b.js';
|
|
14
|
+
import { C as ComponentWrapper } from './ComponentWrapper-6ad0997b.js';
|
|
15
15
|
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props';
|
|
16
|
-
import { C as Checkbox } from './FormControlList-
|
|
16
|
+
import { C as Checkbox } from './FormControlList-c22d64f6.js';
|
|
17
17
|
import GmapVue, { components } from 'gmap-vue';
|
|
18
18
|
import geohash from 'ngeohash';
|
|
19
19
|
|
|
@@ -1481,15 +1481,6 @@ var GoogleMapMarkers = {
|
|
|
1481
1481
|
setOpenMarkers: function setOpenMarkers(openMarkers) {
|
|
1482
1482
|
this.openMarkers = openMarkers;
|
|
1483
1483
|
},
|
|
1484
|
-
getClusterMarkers: function getClusterMarkers() {
|
|
1485
|
-
if (this.clickedCluster && Array.isArray(this.clickedCluster.getMarkers())) {
|
|
1486
|
-
return this.clickedCluster.getMarkers().map(function (marker) {
|
|
1487
|
-
return marker.metaData;
|
|
1488
|
-
});
|
|
1489
|
-
}
|
|
1490
|
-
|
|
1491
|
-
return [];
|
|
1492
|
-
},
|
|
1493
1484
|
getAdditionalProps: function getAdditionalProps() {
|
|
1494
1485
|
return {
|
|
1495
1486
|
position: {
|
|
@@ -1533,8 +1524,11 @@ var GoogleMapMarkers = {
|
|
|
1533
1524
|
"props": _extends({}, this.clusterProps),
|
|
1534
1525
|
"on": {
|
|
1535
1526
|
"click": function click(cluster) {
|
|
1527
|
+
var markers = cluster.markers.map(function (i) {
|
|
1528
|
+
return i.metaData;
|
|
1529
|
+
});
|
|
1536
1530
|
_this.clickedCluster = cluster;
|
|
1537
|
-
_this.clusterMarkers =
|
|
1531
|
+
_this.clusterMarkers = markers;
|
|
1538
1532
|
|
|
1539
1533
|
_this.$emit('open-cluster-popover', _this.clusterMarkers);
|
|
1540
1534
|
}
|
package/dist/es/ReactiveList.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPluginBabelHelpers-
|
|
2
|
+
import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPluginBabelHelpers-76660dab.js';
|
|
3
3
|
import VueTypes from 'vue-types';
|
|
4
4
|
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
5
5
|
import { withClickIds } from '@appbaseio/reactivecore/lib/utils/helper';
|
|
6
6
|
import { css } from 'emotion';
|
|
7
7
|
import styled from '@appbaseio/vue-emotion';
|
|
8
8
|
import 'polished';
|
|
9
|
-
import './Button-
|
|
9
|
+
import './Button-d8bc15ea.js';
|
|
10
10
|
import { t as types } from './vueTypes-9326e0be.js';
|
|
11
|
-
import { P as Pagination } from './Pagination-
|
|
11
|
+
import { P as Pagination } from './Pagination-491c44ee.js';
|
|
12
12
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
13
13
|
import 'redux';
|
|
14
|
-
import { c as connect, h as hasCustomRenderer, i as isQueryIdentical, u as updateDefaultQuery, a as isFunction, g as getComponent } from './index-
|
|
15
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
14
|
+
import { c as connect, h as hasCustomRenderer, i as isQueryIdentical, u as updateDefaultQuery, a as isFunction, g as getComponent } from './index-3d98f51b.js';
|
|
15
|
+
import { C as ComponentWrapper } from './ComponentWrapper-6ad0997b.js';
|
|
16
16
|
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props';
|
|
17
|
-
import './Title-
|
|
18
|
-
import { c as container } from './ListItem-
|
|
19
|
-
import { c as container$1 } from './Card-
|
|
20
|
-
import { F as Flex } from './Flex-
|
|
17
|
+
import './Title-3342664a.js';
|
|
18
|
+
import { c as container } from './ListItem-cad14c5e.js';
|
|
19
|
+
import { c as container$1 } from './Card-450683f1.js';
|
|
20
|
+
import { F as Flex } from './Flex-1f0795c3.js';
|
|
21
21
|
|
|
22
22
|
var _templateObject;
|
|
23
23
|
var PoweredByImage = styled('img')(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n\twidth: 110px;\n"])));
|
package/dist/es/ResultCard.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-76660dab.js';
|
|
2
2
|
import VueTypes from 'vue-types';
|
|
3
3
|
import 'emotion';
|
|
4
4
|
import '@appbaseio/vue-emotion';
|
|
5
5
|
import 'polished';
|
|
6
6
|
import { t as types } from './vueTypes-9326e0be.js';
|
|
7
7
|
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props';
|
|
8
|
-
import { T as Title } from './Title-
|
|
9
|
-
import { I as Image, C as Card } from './Card-
|
|
8
|
+
import { T as Title } from './Title-3342664a.js';
|
|
9
|
+
import { I as Image, C as Card } from './Card-450683f1.js';
|
|
10
10
|
|
|
11
11
|
var ResultCardTitle = {
|
|
12
12
|
name: 'ResultCardTitle',
|
package/dist/es/ResultList.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-76660dab.js';
|
|
2
2
|
import VueTypes from 'vue-types';
|
|
3
3
|
import 'emotion';
|
|
4
4
|
import '@appbaseio/vue-emotion';
|
|
5
5
|
import 'polished';
|
|
6
6
|
import { t as types } from './vueTypes-9326e0be.js';
|
|
7
7
|
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props';
|
|
8
|
-
import { T as Title } from './Title-
|
|
9
|
-
import { I as Image, L as ListItem } from './ListItem-
|
|
8
|
+
import { T as Title } from './Title-3342664a.js';
|
|
9
|
+
import { I as Image, L as ListItem } from './ListItem-cad14c5e.js';
|
|
10
10
|
|
|
11
11
|
var ResultListContent = {
|
|
12
12
|
name: 'ResultListContent',
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { a as _extends } from './_rollupPluginBabelHelpers-
|
|
2
|
+
import { a as _extends } from './_rollupPluginBabelHelpers-76660dab.js';
|
|
3
3
|
import VueTypes from 'vue-types';
|
|
4
4
|
import '@appbaseio/reactivecore/lib/utils/constants';
|
|
5
5
|
import 'emotion';
|
|
6
6
|
import '@appbaseio/vue-emotion';
|
|
7
7
|
import 'polished';
|
|
8
|
-
import { f as filters, B as Button } from './Button-
|
|
8
|
+
import { f as filters, B as Button } from './Button-d8bc15ea.js';
|
|
9
9
|
import { t as types } from './vueTypes-9326e0be.js';
|
|
10
10
|
import 'redux';
|
|
11
|
-
import { c as connect } from './index-
|
|
12
|
-
import { T as Title } from './Title-
|
|
13
|
-
import { C as Container } from './Container-
|
|
11
|
+
import { c as connect } from './index-3d98f51b.js';
|
|
12
|
+
import { T as Title } from './Title-3342664a.js';
|
|
13
|
+
import { C as Container } from './Container-ba826e96.js';
|
|
14
14
|
|
|
15
15
|
var setValue = Actions.setValue,
|
|
16
16
|
clearValues = Actions.clearValues,
|
|
@@ -44,6 +44,7 @@ var SelectedFilters = {
|
|
|
44
44
|
components: this.components,
|
|
45
45
|
selectedValues: this.selectedValues,
|
|
46
46
|
clearValues: this.clearValues,
|
|
47
|
+
clearValue: this.clearValue,
|
|
47
48
|
setValue: this.setValue,
|
|
48
49
|
resetValuesToDefault: this.resetValuesToDefault
|
|
49
50
|
});
|
|
@@ -55,7 +56,7 @@ var SelectedFilters = {
|
|
|
55
56
|
"class": filters(this.theme) + " " + (this.$props.className || '')
|
|
56
57
|
}, [this.$props.title && hasValues && h(Title, {
|
|
57
58
|
"class": getClassName(this.$props.innerClass, 'title') || ''
|
|
58
|
-
}, [this.$props.title]), filtersToRender, this.$props.showClearAll && hasValues ? h(Button, {
|
|
59
|
+
}, [this.$props.title]), filtersToRender, this.$props.showClearAll && hasValues && filtersToRender.length > 1 ? h(Button, {
|
|
59
60
|
"class": getClassName(this.$props.innerClass, 'button') || '',
|
|
60
61
|
"on": _extends({}, {
|
|
61
62
|
click: this.clearValues,
|
|
@@ -92,6 +93,20 @@ var SelectedFilters = {
|
|
|
92
93
|
|
|
93
94
|
this.$emit('clear', resetToValues);
|
|
94
95
|
},
|
|
96
|
+
clearValue: function clearValue(componentId) {
|
|
97
|
+
var resetToDefault = this.resetToDefault,
|
|
98
|
+
resetToValues = this.resetToValues;
|
|
99
|
+
|
|
100
|
+
if (resetToDefault) {
|
|
101
|
+
this.resetValuesToDefault(this.components.filter(function (component) {
|
|
102
|
+
return component !== componentId;
|
|
103
|
+
}));
|
|
104
|
+
} else {
|
|
105
|
+
this.setValue(componentId, (resetToValues == null ? void 0 : resetToValues[componentId]) || null);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
this.$emit('clear', resetToValues == null ? void 0 : resetToValues[componentId]);
|
|
109
|
+
},
|
|
95
110
|
renderValue: function renderValue(value, isArray) {
|
|
96
111
|
var _this2 = this;
|
|
97
112
|
|
|
@@ -115,39 +130,41 @@ var SelectedFilters = {
|
|
|
115
130
|
|
|
116
131
|
return value;
|
|
117
132
|
},
|
|
133
|
+
renderFilterButton: function renderFilterButton(component, keyProp, handleRemove, label) {
|
|
134
|
+
var h = this.$createElement;
|
|
135
|
+
return h(Button, {
|
|
136
|
+
"class": getClassName(this.$props.innerClass, 'button') || '',
|
|
137
|
+
"key": keyProp,
|
|
138
|
+
"on": _extends({}, {
|
|
139
|
+
click: handleRemove,
|
|
140
|
+
keypress: function keypress(event) {
|
|
141
|
+
return handleA11yAction(event, handleRemove);
|
|
142
|
+
}
|
|
143
|
+
}),
|
|
144
|
+
"attrs": {
|
|
145
|
+
"tabIndex": "0"
|
|
146
|
+
}
|
|
147
|
+
}, [h("span", [label]), h("span", ["\u2715"])]);
|
|
148
|
+
},
|
|
118
149
|
renderFilters: function renderFilters() {
|
|
119
150
|
var _this3 = this;
|
|
120
151
|
|
|
121
|
-
var h = this.$createElement;
|
|
122
152
|
var selectedValues = this.selectedValues;
|
|
123
|
-
|
|
153
|
+
var filterComponents = Object.keys(selectedValues).filter(function (id) {
|
|
124
154
|
return _this3.components.includes(id) && selectedValues[id].showFilter;
|
|
125
|
-
})
|
|
155
|
+
});
|
|
156
|
+
return filterComponents.map(function (component, index) {
|
|
126
157
|
var _selectedValues$compo = selectedValues[component],
|
|
127
158
|
label = _selectedValues$compo.label,
|
|
128
159
|
value = _selectedValues$compo.value;
|
|
129
|
-
var isArray = Array.isArray(value);
|
|
160
|
+
var isArray = Array.isArray(value); // default behaviour
|
|
130
161
|
|
|
131
162
|
if (label && (isArray && value.length || !isArray && value)) {
|
|
132
163
|
var valueToRender = _this3.renderValue(value, isArray);
|
|
133
164
|
|
|
134
|
-
return
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
"on": _extends({}, {
|
|
138
|
-
click: function click() {
|
|
139
|
-
return _this3.remove(component, value);
|
|
140
|
-
},
|
|
141
|
-
keypress: function keypress(event) {
|
|
142
|
-
return handleA11yAction(event, function () {
|
|
143
|
-
return _this3.remove(component, value);
|
|
144
|
-
});
|
|
145
|
-
}
|
|
146
|
-
}),
|
|
147
|
-
"attrs": {
|
|
148
|
-
"tabIndex": "0"
|
|
149
|
-
}
|
|
150
|
-
}, [h("span", [selectedValues[component].label, ": ", valueToRender]), h("span", ["\u2715"])]);
|
|
165
|
+
return _this3.renderFilterButton(component, component + "-" + (index + 1), function () {
|
|
166
|
+
return _this3.remove(component, value);
|
|
167
|
+
}, selectedValues[component].label + ": " + valueToRender);
|
|
151
168
|
}
|
|
152
169
|
|
|
153
170
|
return null;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { a as _extends } from './_rollupPluginBabelHelpers-
|
|
2
|
+
import { a as _extends } from './_rollupPluginBabelHelpers-76660dab.js';
|
|
3
3
|
import VueTypes from 'vue-types';
|
|
4
4
|
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
5
5
|
import 'emotion';
|
|
6
6
|
import '@appbaseio/vue-emotion';
|
|
7
7
|
import 'polished';
|
|
8
|
-
import { l as loadMoreContainer, B as Button } from './Button-
|
|
8
|
+
import { l as loadMoreContainer, B as Button } from './Button-d8bc15ea.js';
|
|
9
9
|
import { t as types } from './vueTypes-9326e0be.js';
|
|
10
10
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
11
11
|
import 'redux';
|
|
12
|
-
import { f as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, g as getComponent, h as hasCustomRenderer, c as connect } from './index-
|
|
13
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
12
|
+
import { f as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, g as getComponent, h as hasCustomRenderer, c as connect } from './index-3d98f51b.js';
|
|
13
|
+
import { C as ComponentWrapper } from './ComponentWrapper-6ad0997b.js';
|
|
14
14
|
import '@vue/babel-helper-vue-jsx-merge-props';
|
|
15
|
-
import { T as Title } from './Title-
|
|
16
|
-
import './CancelSvg-
|
|
17
|
-
import './Input-
|
|
15
|
+
import { T as Title } from './Title-3342664a.js';
|
|
16
|
+
import './CancelSvg-4cfae5fd.js';
|
|
17
|
+
import './Input-7a2a9fac.js';
|
|
18
18
|
import 'compute-scroll-into-view';
|
|
19
|
-
import { C as Container } from './Container-
|
|
19
|
+
import { C as Container } from './Container-ba826e96.js';
|
|
20
20
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
21
|
-
import { g as getAggsQuery } from './utils-
|
|
22
|
-
import { D as Dropdown } from './DropDown-
|
|
21
|
+
import { g as getAggsQuery } from './utils-9e68acee.js';
|
|
22
|
+
import { D as Dropdown } from './DropDown-2ddad7ae.js';
|
|
23
23
|
|
|
24
24
|
var updateQuery = Actions.updateQuery,
|
|
25
25
|
setQueryOptions = Actions.setQueryOptions,
|
package/dist/es/SingleList.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { a as _extends } from './_rollupPluginBabelHelpers-
|
|
2
|
+
import { a as _extends } from './_rollupPluginBabelHelpers-76660dab.js';
|
|
3
3
|
import VueTypes from 'vue-types';
|
|
4
4
|
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
5
5
|
import 'emotion';
|
|
@@ -8,14 +8,14 @@ import 'polished';
|
|
|
8
8
|
import { t as types } from './vueTypes-9326e0be.js';
|
|
9
9
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
10
10
|
import 'redux';
|
|
11
|
-
import { f as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, g as getComponent, n as isEvent, h as hasCustomRenderer, c as connect } from './index-
|
|
12
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
13
|
-
import { T as Title } from './Title-
|
|
14
|
-
import { I as Input } from './Input-
|
|
15
|
-
import { C as Container } from './Container-
|
|
11
|
+
import { f as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, g as getComponent, n as isEvent, h as hasCustomRenderer, c as connect } from './index-3d98f51b.js';
|
|
12
|
+
import { C as ComponentWrapper } from './ComponentWrapper-6ad0997b.js';
|
|
13
|
+
import { T as Title } from './Title-3342664a.js';
|
|
14
|
+
import { I as Input } from './Input-7a2a9fac.js';
|
|
15
|
+
import { C as Container } from './Container-ba826e96.js';
|
|
16
16
|
import { replaceDiacritics } from '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
17
|
-
import { U as UL, R as Radio } from './FormControlList-
|
|
18
|
-
import { g as getAggsQuery } from './utils-
|
|
17
|
+
import { U as UL, R as Radio } from './FormControlList-c22d64f6.js';
|
|
18
|
+
import { g as getAggsQuery } from './utils-9e68acee.js';
|
|
19
19
|
|
|
20
20
|
var updateQuery = Actions.updateQuery,
|
|
21
21
|
setQueryOptions = Actions.setQueryOptions,
|
package/dist/es/SingleRange.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import './_rollupPluginBabelHelpers-
|
|
2
|
+
import './_rollupPluginBabelHelpers-76660dab.js';
|
|
3
3
|
import VueTypes from 'vue-types';
|
|
4
4
|
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
5
5
|
import 'emotion';
|
|
@@ -8,11 +8,11 @@ import 'polished';
|
|
|
8
8
|
import { t as types } from './vueTypes-9326e0be.js';
|
|
9
9
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
10
10
|
import 'redux';
|
|
11
|
-
import { f as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-
|
|
12
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
13
|
-
import { T as Title } from './Title-
|
|
14
|
-
import { C as Container } from './Container-
|
|
15
|
-
import { U as UL, R as Radio } from './FormControlList-
|
|
11
|
+
import { f as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-3d98f51b.js';
|
|
12
|
+
import { C as ComponentWrapper } from './ComponentWrapper-6ad0997b.js';
|
|
13
|
+
import { T as Title } from './Title-3342664a.js';
|
|
14
|
+
import { C as Container } from './Container-ba826e96.js';
|
|
15
|
+
import { U as UL, R as Radio } from './FormControlList-c22d64f6.js';
|
|
16
16
|
|
|
17
17
|
var updateQuery = Actions.updateQuery,
|
|
18
18
|
setQueryOptions = Actions.setQueryOptions,
|
|
@@ -133,7 +133,7 @@ var SingleRange = {
|
|
|
133
133
|
props = this.$props;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
|
-
var currentValue = SingleRange.parseValue(value, props);
|
|
136
|
+
var currentValue = typeof value === 'string' ? SingleRange.parseValue(value, props) : value;
|
|
137
137
|
|
|
138
138
|
var performUpdate = function performUpdate() {
|
|
139
139
|
_this2.currentValue = currentValue;
|