@appbaseio/reactivesearch-vue 1.34.0-alpha.2 → 1.34.0

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.
Files changed (104) hide show
  1. package/dist/@appbaseio/reactivesearch-vue.umd.js +10874 -8633
  2. package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
  3. package/dist/@appbaseio/reactivesearch-vue.umd.min.js +12 -11
  4. package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
  5. package/dist/cjs/Button-841fd06d.js +62 -0
  6. package/dist/cjs/{CancelSvg-062a42f0.js → CancelSvg-220a7cc3.js} +40 -32
  7. package/dist/cjs/Card-240f283d.js +30 -0
  8. package/dist/cjs/{ComponentWrapper-db45cc6d.js → ComponentWrapper-94c50228.js} +7 -7
  9. package/dist/cjs/Container-e699ea95.js +15 -0
  10. package/dist/cjs/DataSearch.js +1312 -20
  11. package/dist/cjs/{DropDown-3b899b20.js → DropDown-7a52c661.js} +79 -78
  12. package/dist/cjs/DynamicRangeSlider.js +46 -56
  13. package/dist/cjs/Flex-ddd7cb6b.js +50 -0
  14. package/dist/cjs/FormControlList-bbb5cd24.js +45 -0
  15. package/dist/cjs/Input-ead4cd84.js +77 -0
  16. package/dist/cjs/ListItem-5088bd6a.js +45 -0
  17. package/dist/cjs/MultiDropdownList.js +68 -74
  18. package/dist/cjs/MultiList.js +94 -89
  19. package/dist/cjs/MultiRange.js +44 -54
  20. package/dist/cjs/{Pagination-a468f960.js → Pagination-e56a5b79.js} +53 -56
  21. package/dist/cjs/{PreferencesConsumer-034c55e3.js → PreferencesConsumer-5e6e84a2.js} +5 -6
  22. package/dist/cjs/RangeInput.js +107 -115
  23. package/dist/cjs/RangeSlider.js +39 -50
  24. package/dist/cjs/ReactiveBase.js +55 -69
  25. package/dist/cjs/ReactiveComponent.js +316 -46
  26. package/dist/cjs/{ReactiveComponent-f0f486ca.js → ReactiveComponentPrivate-244c6055.js} +321 -618
  27. package/dist/cjs/ReactiveComponentPrivate.js +55 -0
  28. package/dist/cjs/ReactiveGoogleMap.js +439 -384
  29. package/dist/cjs/ReactiveList.js +128 -100
  30. package/dist/cjs/ResultCard.js +19 -26
  31. package/dist/cjs/ResultList.js +27 -31
  32. package/dist/cjs/SelectedFilters.js +34 -49
  33. package/dist/cjs/SingleDropdownList.js +66 -73
  34. package/dist/cjs/SingleList.js +96 -90
  35. package/dist/cjs/SingleRange.js +42 -48
  36. package/dist/cjs/StateProvider.js +2 -2
  37. package/dist/cjs/Tags-4ec43831.js +883 -0
  38. package/dist/cjs/Title-16042ea0.js +15 -0
  39. package/dist/cjs/ToggleButton.js +34 -39
  40. package/dist/cjs/{index-dc25b706.js → index-de136c17.js} +8 -6
  41. package/dist/cjs/index.js +27 -25
  42. package/dist/cjs/initReactivesearch.js +0 -3
  43. package/dist/cjs/install.js +23 -22
  44. package/dist/cjs/ssr-f2fc1bf6.js +36 -0
  45. package/dist/cjs/version.js +1 -1
  46. package/dist/cjs/{vueTypes-621a8143.js → vueTypes-b7007f5f.js} +3 -2
  47. package/dist/es/Button-153cd885.js +53 -0
  48. package/dist/es/{CancelSvg-14ebc9a1.js → CancelSvg-e40552a5.js} +37 -30
  49. package/dist/es/{Card-1951569e.js → Card-19ad6d90.js} +6 -5
  50. package/dist/es/{ComponentWrapper-bf443c0b.js → ComponentWrapper-edaeaceb.js} +6 -6
  51. package/dist/es/Container-d00219f7.js +1 -1
  52. package/dist/es/DataSearch.js +1312 -18
  53. package/dist/es/{DropDown-35e232b7.js → DropDown-2c0dd714.js} +78 -78
  54. package/dist/es/DynamicRangeSlider.js +43 -53
  55. package/dist/es/Flex-7c177a10.js +45 -0
  56. package/dist/es/FormControlList-99797d0a.js +38 -0
  57. package/dist/es/Input-c09c0b56.js +69 -0
  58. package/dist/es/{ListItem-47a6345a.js → ListItem-07888a65.js} +7 -6
  59. package/dist/es/MultiDropdownList.js +66 -72
  60. package/dist/es/MultiList.js +93 -88
  61. package/dist/es/MultiRange.js +42 -52
  62. package/dist/es/{Pagination-145b4ff2.js → Pagination-edeb7dbe.js} +53 -56
  63. package/dist/es/{PreferencesConsumer-7ea7313a.js → PreferencesConsumer-86a676c8.js} +4 -5
  64. package/dist/es/RangeInput.js +103 -112
  65. package/dist/es/RangeSlider.js +36 -47
  66. package/dist/es/ReactiveBase.js +53 -68
  67. package/dist/es/ReactiveComponent.js +316 -45
  68. package/dist/es/{ReactiveComponent-e2fb9eb4.js → ReactiveComponentPrivate-6f16e1b7.js} +316 -614
  69. package/dist/es/ReactiveComponentPrivate.js +47 -0
  70. package/dist/es/ReactiveGoogleMap.js +434 -380
  71. package/dist/es/ReactiveList.js +125 -98
  72. package/dist/es/ResultCard.js +18 -25
  73. package/dist/es/ResultList.js +26 -30
  74. package/dist/es/SelectedFilters.js +32 -47
  75. package/dist/es/SingleDropdownList.js +64 -71
  76. package/dist/es/SingleList.js +94 -88
  77. package/dist/es/SingleRange.js +40 -46
  78. package/dist/es/StateProvider.js +2 -2
  79. package/dist/es/Tags-1c2d6c4d.js +869 -0
  80. package/dist/es/Title-863dfa42.js +1 -1
  81. package/dist/es/ToggleButton.js +32 -37
  82. package/dist/es/{index-285a43a6.js → index-5509c0bc.js} +8 -6
  83. package/dist/es/index.js +20 -19
  84. package/dist/es/initReactivesearch.js +0 -3
  85. package/dist/es/install.js +20 -19
  86. package/dist/es/ssr-03607d84.js +1 -1
  87. package/dist/es/version.js +1 -1
  88. package/dist/es/{vueTypes-e4af6fe2.js → vueTypes-66ebc93e.js} +3 -2
  89. package/package.json +10 -10
  90. package/dist/cjs/Button-626c5e8e.js +0 -58
  91. package/dist/cjs/Card-c381ded3.js +0 -26
  92. package/dist/cjs/Container-29f049b2.js +0 -12
  93. package/dist/cjs/DataSearch-7c71ec9f.js +0 -2043
  94. package/dist/cjs/Flex-d5675ea6.js +0 -48
  95. package/dist/cjs/FormControlList-cf1ff2ca.js +0 -42
  96. package/dist/cjs/Input-4d278ca0.js +0 -74
  97. package/dist/cjs/ListItem-c067bc07.js +0 -41
  98. package/dist/cjs/Title-8802a218.js +0 -12
  99. package/dist/cjs/ssr-eb901d09.js +0 -35
  100. package/dist/es/Button-ebafa3d6.js +0 -52
  101. package/dist/es/DataSearch-4f9a4e46.js +0 -2028
  102. package/dist/es/Flex-a08e22d7.js +0 -46
  103. package/dist/es/FormControlList-fa5cf78b.js +0 -38
  104. package/dist/es/Input-3b8408a6.js +0 -69
@@ -0,0 +1,869 @@
1
+ import { helper } from '@appbaseio/reactivecore';
2
+ import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPluginBabelHelpers-ded08042.js';
3
+ import VueTypes from 'vue-types';
4
+ import styled, { css, cx, injectGlobal } from '@appbaseio/vue-emotion';
5
+ import { t as types } from './vueTypes-66ebc93e.js';
6
+ import { g as getComponent, h as hasCustomRenderer } from './index-5509c0bc.js';
7
+ import { F as Flex } from './Flex-7c177a10.js';
8
+ import { I as IconWrapper } from './CancelSvg-e40552a5.js';
9
+ import { n as noSuggestions } from './Input-c09c0b56.js';
10
+ import Highlight from 'vue-highlight-words';
11
+
12
+ var _templateObject;
13
+ var InputGroup = styled('div')(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: stretch;\n width: 100%;\n"])));
14
+ InputGroup.defaultProps = {
15
+ className: 'input-group'
16
+ };
17
+
18
+ var _templateObject$1;
19
+ var InputAddon = styled('span')(_templateObject$1 || (_templateObject$1 = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: #fafafa;\n border: 1px solid #ccc;\n border-radius: 2px;\n color: rgba(0, 0, 0, 0.85);\n font-size: 14px;\n font-weight: 400;\n padding: 0 11px;\n position: relative;\n transition: all 0.3s;\n box-sizing: border-box;\n overflow: hidden;\n\n &:first-of-type {\n border-right: none;\n }\n &:last-of-type {\n border-left: none;\n }\n"])));
20
+ InputAddon.defaultProps = {
21
+ className: 'input-addon'
22
+ };
23
+
24
+ var getClassName = helper.getClassName;
25
+ var SuggestionWrapper = {
26
+ name: 'SuggestionWrapper',
27
+ props: {
28
+ innerClassName: types.string,
29
+ themePreset: types.themePreset,
30
+ innerClass: types.style
31
+ },
32
+ render: function render() {
33
+ var h = arguments[0];
34
+ var _this$$props = this.$props,
35
+ themePreset = _this$$props.themePreset,
36
+ innerClass = _this$$props.innerClass,
37
+ innerClassName = _this$$props.innerClassName;
38
+ return h("div", {
39
+ "class": noSuggestions(themePreset) + " " + getClassName(innerClass, innerClassName || '')
40
+ }, [h("li", [this.$scopedSlots["default"]()])]);
41
+ }
42
+ };
43
+
44
+ var _templateObject$2;
45
+ var highlightStyle = {
46
+ fontWeight: 600,
47
+ padding: 0,
48
+ backgroundColor: 'transparent',
49
+ color: 'inherit'
50
+ };
51
+ var PredictiveSuggestion = styled('span')(_templateObject$2 || (_templateObject$2 = _taggedTemplateLiteralLoose(["\n\t.highlight {\n\t\tbackground: transparent;\n\t\tcolor: inherit;\n\t\tfont-weight: 600;\n\t\tpadding: 0;\n\t}\n"])));
52
+ var SuggestionItem = {
53
+ name: 'SuggestionItem',
54
+ props: {
55
+ currentValue: types.string,
56
+ suggestion: types.any
57
+ },
58
+ render: function render() {
59
+ var h = arguments[0];
60
+ var _this$suggestion = this.suggestion,
61
+ label = _this$suggestion.label,
62
+ value = _this$suggestion.value,
63
+ title = _this$suggestion.title,
64
+ description = _this$suggestion.description,
65
+ image = _this$suggestion.image,
66
+ isPredictiveSuggestion = _this$suggestion.isPredictiveSuggestion,
67
+ _suggestion_type = _this$suggestion._suggestion_type,
68
+ _category = _this$suggestion._category;
69
+ if (label) {
70
+ // label has highest precedence
71
+ return typeof label === 'string' ? h("div", {
72
+ "class": "trim"
73
+ }, [(_category ? false : isPredictiveSuggestion
74
+ // eslint-disable-next-line
75
+ || !!_suggestion_type) ? h(PredictiveSuggestion, {
76
+ "domProps": {
77
+ "innerHTML": label
78
+ }
79
+ }) : h(Highlight, {
80
+ "attrs": {
81
+ "searchWords": _category ? [_category] : this.currentValue.split(' '),
82
+ "textToHighlight": label,
83
+ "autoEscape": true,
84
+ "highlightStyle": highlightStyle
85
+ }
86
+ })]) : label;
87
+ }
88
+ if (title || image || description) {
89
+ return h(Flex, {
90
+ "attrs": {
91
+ "alignItems": "center",
92
+ "css": {
93
+ width: '100%'
94
+ }
95
+ }
96
+ }, [image && h("div", {
97
+ "attrs": {
98
+ "css": {
99
+ margin: 'auto',
100
+ marginRight: 10
101
+ }
102
+ }
103
+ }, [h("img", {
104
+ "attrs": {
105
+ "src": image,
106
+ "alt": " ",
107
+ "height": "50px",
108
+ "width": "50px",
109
+ "css": {
110
+ objectFit: 'contain'
111
+ }
112
+ }
113
+ })]), h(Flex, {
114
+ "attrs": {
115
+ "direction": "column",
116
+ "css": {
117
+ width: image ? 'calc(100% - 60px)' : '100%'
118
+ }
119
+ }
120
+ }, [title && h("div", {
121
+ "class": "trim"
122
+ }, [h(Highlight, {
123
+ "attrs": {
124
+ "searchWords": this.currentValue.split(' '),
125
+ "textToHighlight": title,
126
+ "highlightStyle": highlightStyle
127
+ },
128
+ "class": css({
129
+ fontSize: '1rem'
130
+ })
131
+ })]), description && h("div", {
132
+ "class": cx('trim', css({
133
+ marginTop: 3
134
+ }))
135
+ }, [h(Highlight, {
136
+ "attrs": {
137
+ "searchWords": this.currentValue.split(' '),
138
+ "textToHighlight": description,
139
+ "highlightStyle": highlightStyle
140
+ }
141
+ })])])]);
142
+ }
143
+ return value;
144
+ }
145
+ };
146
+
147
+ var SearchSvg = {
148
+ name: 'SearchSvg',
149
+ props: ['styles'],
150
+ render: function render() {
151
+ var h = arguments[0];
152
+ return h("svg", {
153
+ "attrs": {
154
+ "alt": "Search",
155
+ "height": "12",
156
+ "xmlns": "http://www.w3.org/2000/svg",
157
+ "viewBox": "0 0 15 15"
158
+ },
159
+ "class": "search-icon",
160
+ "style": _extends({
161
+ transform: 'scale(1.35)',
162
+ position: 'relative'
163
+ }, this.$props.styles ? this.$props.styles : {})
164
+ }, [h("title", ["Search"]), h("path", {
165
+ "attrs": {
166
+ "d": 'M6.02945,10.20327a4.17382,4.17382,0,1,1,4.17382-4.17382A4.15609,4.15609,0,0,1,6.02945,10.20327Zm9.69195,4.2199L10.8989,9.59979A5.88021,5.88021,0,0,0,12.058,6.02856,6.00467,6.00467,0,1,0,9.59979,10.8989l4.82338,4.82338a.89729.89729,0,0,0,1.29912,0,.89749.89749,0,0,0-.00087-1.29909Z'
167
+ }
168
+ })]);
169
+ }
170
+ };
171
+
172
+ var _templateObject$3;
173
+
174
+ // eslint-disable-next-line
175
+ injectGlobal(_templateObject$3 || (_templateObject$3 = _taggedTemplateLiteralLoose(["\n\t#el_TvxDfTAtKp {\n\t\tstroke: none;\n\t\tstroke-width: 1;\n\t\tfill: none;\n\t}\n\t#el_D93PK3GbmJ {\n\t\t-webkit-transform: translate(163px, 131px);\n\t\ttransform: translate(163px, 131px);\n\t\tfill: #d8d8d8;\n\t}\n"])));
176
+ var MicSvg = {
177
+ name: 'MicSvg',
178
+ props: ['className'],
179
+ render: function render() {
180
+ var h = arguments[0];
181
+ return h("svg", {
182
+ "attrs": {
183
+ "viewBox": "0 0 480 480",
184
+ "xmlns": "http://www.w3.org/2000/svg",
185
+ "id": "el_xS0FRzQjJ",
186
+ "width": 28,
187
+ "height": 28,
188
+ "className": this.$props.className
189
+ },
190
+ "style": {
191
+ transform: 'scale(1.5)'
192
+ }
193
+ }, [h("g", {
194
+ "attrs": {
195
+ "id": "el_TvxDfTAtKp",
196
+ "fillRule": "evenodd"
197
+ }
198
+ }, [h("g", {
199
+ "attrs": {
200
+ "id": "el_D93PK3GbmJ",
201
+ "fillRule": "nonzero"
202
+ },
203
+ "style": {
204
+ fill: '#595959'
205
+ }
206
+ }, [h("path", {
207
+ "attrs": {
208
+ "d": "M142.731204,111 C137.280427,111 132.719573,114.852 131.82965,120.095 C127.268796,145.24 104.464526,164.5 76.9881611,164.5 C49.5117965,164.5 26.7075263,145.24 22.1466723,120.095 C21.2567496,114.852 16.6958955,111 11.2451187,111 C4.45945784,111 -0.880078594,116.778 0.121084488,123.198 C5.57186127,155.298 32.2695435,180.443 65.8641269,185.044 L65.8641269,207.3 C65.8641269,213.185 70.8699423,218 76.9881611,218 C83.10638,218 88.1121954,213.185 88.1121954,207.3 L88.1121954,185.044 C121.706779,180.443 148.404461,155.298 153.855238,123.198 C154.967641,116.778 149.516864,111 142.731204,111 Z",
209
+ "id": "el_uly3EwA2O3"
210
+ }
211
+ }), h("path", {
212
+ "attrs": {
213
+ "d": "M76.9864699,147.789474 C98.090352,147.789474 115.126016,131.286316 115.126016,110.842105 L115.126016,36.9473684 C115.126016,16.5031579 98.090352,-2.84217094e-14 76.9864699,-2.84217094e-14 C55.8825877,-2.84217094e-14 38.8469239,16.5031579 38.8469239,36.9473684 L38.8469239,110.842105 C38.8469239,131.286316 55.8825877,147.789474 76.9864699,147.789474 Z",
214
+ "id": "el_tnDbR4ytu4"
215
+ }
216
+ })])])]);
217
+ }
218
+ };
219
+
220
+ var _templateObject$4;
221
+
222
+ // eslint-disable-next-line
223
+ injectGlobal(_templateObject$4 || (_templateObject$4 = _taggedTemplateLiteralLoose(["\n\t#el_X81iT9kZYo {\n\t\tstroke: none;\n\t\tstroke-width: 1;\n\t\tfill: none;\n\t}\n\t#el_gMpyalCphp {\n\t\t-webkit-transform: translate(163px, 131px);\n\t\ttransform: translate(163px, 131px);\n\t}\n\t#el_c7H-3u-D4l {\n\t\tfill: #d8d8d8;\n\t}\n\t#el_qhFcdAAFwo {\n\t\tfill: #d8d8d8;\n\t}\n\t#el_M8X8g37WOI {\n\t\tstroke: #e83137;\n\t\tstroke-width: 21;\n\t}\n"])));
224
+ var MuteSvg = {
225
+ name: 'MuteSvg',
226
+ props: ['className'],
227
+ render: function render() {
228
+ var h = arguments[0];
229
+ return h("svg", {
230
+ "style": {
231
+ transform: 'scale(1.5)'
232
+ },
233
+ "attrs": {
234
+ "viewBox": "0 0 480 480",
235
+ "xmlns": "http://www.w3.org/2000/svg",
236
+ "id": "el_D1rEpH2zj",
237
+ "width": 28,
238
+ "height": 28,
239
+ "className": this.$props.className
240
+ }
241
+ }, [h("g", {
242
+ "attrs": {
243
+ "id": "el_X81iT9kZYo",
244
+ "fillRule": "evenodd"
245
+ }
246
+ }, [h("g", {
247
+ "attrs": {
248
+ "id": "el_gMpyalCphp"
249
+ }
250
+ }, [h("path", {
251
+ "attrs": {
252
+ "d": "M142.731204,111 C137.280427,111 132.719573,114.852 131.82965,120.095 C127.268796,145.24 104.464526,164.5 76.9881611,164.5 C49.5117965,164.5 26.7075263,145.24 22.1466723,120.095 C21.2567496,114.852 16.6958955,111 11.2451187,111 C4.45945784,111 -0.880078594,116.778 0.121084488,123.198 C5.57186127,155.298 32.2695435,180.443 65.8641269,185.044 L65.8641269,207.3 C65.8641269,213.185 70.8699423,218 76.9881611,218 C83.10638,218 88.1121954,213.185 88.1121954,207.3 L88.1121954,185.044 C121.706779,180.443 148.404461,155.298 153.855238,123.198 C154.967641,116.778 149.516864,111 142.731204,111 Z",
253
+ "id": "el_c7H-3u-D4l",
254
+ "fillRule": "nonzero"
255
+ },
256
+ "style": {
257
+ fill: '#595959'
258
+ }
259
+ }), h("path", {
260
+ "attrs": {
261
+ "d": "M76.9864699,147.789474 C98.090352,147.789474 115.126016,131.286316 115.126016,110.842105 L115.126016,36.9473684 C115.126016,16.5031579 98.090352,-2.84217094e-14 76.9864699,-2.84217094e-14 C55.8825877,-2.84217094e-14 38.8469239,16.5031579 38.8469239,36.9473684 L38.8469239,110.842105 C38.8469239,131.286316 55.8825877,147.789474 76.9864699,147.789474 Z",
262
+ "id": "el_qhFcdAAFwo",
263
+ "fillRule": "nonzero"
264
+ },
265
+ "style": {
266
+ fill: '#595959'
267
+ }
268
+ }), h("path", {
269
+ "attrs": {
270
+ "d": "M11.5,206.5 L142.5,12.5",
271
+ "id": "el_M8X8g37WOI",
272
+ "strokeLinecap": "round",
273
+ "strokeLinejoin": "round"
274
+ }
275
+ })])])]);
276
+ }
277
+ };
278
+
279
+ var _templateObject$5;
280
+
281
+ // eslint-disable-next-line
282
+ injectGlobal(_templateObject$5 || (_templateObject$5 = _taggedTemplateLiteralLoose(["\n\t@-webkit-keyframes kf_el_6WKby7wXqV_an_qqO-rxbNc {\n\t\t0% {\n\t\t\topacity: 0;\n\t\t}\n\t\t13.89% {\n\t\t\topacity: 1;\n\t\t}\n\t\t100% {\n\t\t\topacity: 1;\n\t\t}\n\t}\n\t@keyframes kf_el_6WKby7wXqV_an_qqO-rxbNc {\n\t\t0% {\n\t\t\topacity: 0;\n\t\t}\n\t\t13.89% {\n\t\t\topacity: 1;\n\t\t}\n\t\t100% {\n\t\t\topacity: 1;\n\t\t}\n\t}\n\t@-webkit-keyframes kf_el_Wi-my975tM_an_XhXP1epXB {\n\t\t0% {\n\t\t\topacity: 0;\n\t\t}\n\t\t27.78% {\n\t\t\topacity: 1;\n\t\t}\n\t\t100% {\n\t\t\topacity: 1;\n\t\t}\n\t}\n\t@keyframes kf_el_Wi-my975tM_an_XhXP1epXB {\n\t\t0% {\n\t\t\topacity: 0;\n\t\t}\n\t\t27.78% {\n\t\t\topacity: 1;\n\t\t}\n\t\t100% {\n\t\t\topacity: 1;\n\t\t}\n\t}\n\t@-webkit-keyframes kf_el_DkfFFTaFxy8_an_T2XxzvIaA {\n\t\t0% {\n\t\t\topacity: 0;\n\t\t}\n\t\t41.67% {\n\t\t\topacity: 1;\n\t\t}\n\t\t100% {\n\t\t\topacity: 1;\n\t\t}\n\t}\n\t@keyframes kf_el_DkfFFTaFxy8_an_T2XxzvIaA {\n\t\t0% {\n\t\t\topacity: 0;\n\t\t}\n\t\t41.67% {\n\t\t\topacity: 1;\n\t\t}\n\t\t100% {\n\t\t\topacity: 1;\n\t\t}\n\t}\n\t@-webkit-keyframes kf_el_34IgwiMB5rf_an_TPom3H2LI {\n\t\t0% {\n\t\t\topacity: 0;\n\t\t}\n\t\t55.56% {\n\t\t\topacity: 1;\n\t\t}\n\t\t100% {\n\t\t\topacity: 1;\n\t\t}\n\t}\n\t@keyframes kf_el_34IgwiMB5rf_an_TPom3H2LI {\n\t\t0% {\n\t\t\topacity: 0;\n\t\t}\n\t\t55.56% {\n\t\t\topacity: 1;\n\t\t}\n\t\t100% {\n\t\t\topacity: 1;\n\t\t}\n\t}\n\t@-webkit-keyframes kf_el_DeebuCsPTGA_an_aYTRBE7Na {\n\t\t0% {\n\t\t\topacity: 0;\n\t\t}\n\t\t69.44% {\n\t\t\topacity: 1;\n\t\t}\n\t\t100% {\n\t\t\topacity: 1;\n\t\t}\n\t}\n\t@keyframes kf_el_DeebuCsPTGA_an_aYTRBE7Na {\n\t\t0% {\n\t\t\topacity: 0;\n\t\t}\n\t\t69.44% {\n\t\t\topacity: 1;\n\t\t}\n\t\t100% {\n\t\t\topacity: 1;\n\t\t}\n\t}\n\t@-webkit-keyframes kf_el_ZOjjrPTvyrv_an_l_BjBNzXw {\n\t\t0% {\n\t\t\topacity: 0;\n\t\t}\n\t\t83.33% {\n\t\t\topacity: 1;\n\t\t}\n\t\t100% {\n\t\t\topacity: 1;\n\t\t}\n\t}\n\t@keyframes kf_el_ZOjjrPTvyrv_an_l_BjBNzXw {\n\t\t0% {\n\t\t\topacity: 0;\n\t\t}\n\t\t83.33% {\n\t\t\topacity: 1;\n\t\t}\n\t\t100% {\n\t\t\topacity: 1;\n\t\t}\n\t}\n\t@-webkit-keyframes kf_el_2FATegVmf0K_an_wLg4ofuFx {\n\t\t0% {\n\t\t\topacity: 0;\n\t\t}\n\t\t97.22% {\n\t\t\topacity: 1;\n\t\t}\n\t\t100% {\n\t\t\topacity: 1;\n\t\t}\n\t}\n\t@keyframes kf_el_2FATegVmf0K_an_wLg4ofuFx {\n\t\t0% {\n\t\t\topacity: 0;\n\t\t}\n\t\t97.22% {\n\t\t\topacity: 1;\n\t\t}\n\t\t100% {\n\t\t\topacity: 1;\n\t\t}\n\t}\n\t#el_hiibMG0x- * {\n\t\t-webkit-animation-duration: 1.2s;\n\t\tanimation-duration: 1.2s;\n\t\t-webkit-animation-iteration-count: infinite;\n\t\tanimation-iteration-count: infinite;\n\t\t-webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);\n\t\tanimation-timing-function: cubic-bezier(0, 0, 1, 1);\n\t}\n\t#el_QJeJ_2CDw5 {\n\t\tstroke: none;\n\t\tstroke-width: 1;\n\t\tfill: none;\n\t}\n\t#el_UYYCfubTRf {\n\t\t-webkit-transform: translate(163px, 123px);\n\t\ttransform: translate(163px, 123px);\n\t}\n\t#el_uzZNtK32Zi {\n\t\tfill: #d8d8d8;\n\t}\n\t#el_EYKQ2N9Kgy {\n\t\tfill: #d8d8d8;\n\t}\n\t#el_6SDP2LAgKC {\n\t\t-webkit-transform: translate(37.846924px, 0px);\n\t\ttransform: translate(37.846924px, 0px);\n\t}\n\t#el_-Vm65Ltfy7 {\n\t\tfill: #0B6AFF;\n\t}\n\t#el_q04iZcSim4 {\n\t\tfill: #d8d8d8;\n\t}\n\t#el_6WKby7wXqV {\n\t\t-webkit-transform: translate(37.846924px, 0px);\n\t\ttransform: translate(37.846924px, 0px);\n\t\t-webkit-animation-fill-mode: backwards;\n\t\tanimation-fill-mode: backwards;\n\t\topacity: 0;\n\t\t-webkit-animation-name: kf_el_6WKby7wXqV_an_qqO-rxbNc;\n\t\tanimation-name: kf_el_6WKby7wXqV_an_qqO-rxbNc;\n\t\t-webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);\n\t\tanimation-timing-function: cubic-bezier(0.42, 0, 1, 1);\n\t}\n\t#el_9bggsfQOtU {\n\t\tfill: #0B6AFF;\n\t}\n\t#el_NKxqi9eIym {\n\t\tfill: #d8d8d8;\n\t}\n\t#el_Wi-my975tM {\n\t\t-webkit-transform: translate(37.846924px, 0px);\n\t\ttransform: translate(37.846924px, 0px);\n\t\t-webkit-animation-fill-mode: backwards;\n\t\tanimation-fill-mode: backwards;\n\t\topacity: 0;\n\t\t-webkit-animation-name: kf_el_Wi-my975tM_an_XhXP1epXB;\n\t\tanimation-name: kf_el_Wi-my975tM_an_XhXP1epXB;\n\t\t-webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);\n\t\tanimation-timing-function: cubic-bezier(0.42, 0, 1, 1);\n\t}\n\t#el_zclQ34fvf7 {\n\t\tfill: #0B6AFF;\n\t}\n\t#el_1OsvRT8HkeZ {\n\t\tfill: #d8d8d8;\n\t}\n\t#el_DkfFFTaFxy8 {\n\t\t-webkit-transform: translate(37.846924px, 0px);\n\t\ttransform: translate(37.846924px, 0px);\n\t\t-webkit-animation-fill-mode: backwards;\n\t\tanimation-fill-mode: backwards;\n\t\topacity: 0;\n\t\t-webkit-animation-name: kf_el_DkfFFTaFxy8_an_T2XxzvIaA;\n\t\tanimation-name: kf_el_DkfFFTaFxy8_an_T2XxzvIaA;\n\t\t-webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);\n\t\tanimation-timing-function: cubic-bezier(0.42, 0, 1, 1);\n\t}\n\t#el_aa9sjx4H0vA {\n\t\tfill: #0B6AFF;\n\t}\n\t#el_tea114vWg0J {\n\t\tfill: #d8d8d8;\n\t}\n\t#el_34IgwiMB5rf {\n\t\t-webkit-transform: translate(37.846924px, 0px);\n\t\ttransform: translate(37.846924px, 0px);\n\t\t-webkit-animation-fill-mode: backwards;\n\t\tanimation-fill-mode: backwards;\n\t\topacity: 0;\n\t\t-webkit-animation-name: kf_el_34IgwiMB5rf_an_TPom3H2LI;\n\t\tanimation-name: kf_el_34IgwiMB5rf_an_TPom3H2LI;\n\t\t-webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);\n\t\tanimation-timing-function: cubic-bezier(0.42, 0, 1, 1);\n\t}\n\t#el_z5u6RAFhx7d {\n\t\tfill: #0B6AFF;\n\t}\n\t#el_7nfuWmA5Uhy {\n\t\tfill: #d8d8d8;\n\t}\n\t#el_DeebuCsPTGA {\n\t\t-webkit-transform: translate(37.846924px, 0px);\n\t\ttransform: translate(37.846924px, 0px);\n\t\t-webkit-animation-fill-mode: backwards;\n\t\tanimation-fill-mode: backwards;\n\t\topacity: 0;\n\t\t-webkit-animation-name: kf_el_DeebuCsPTGA_an_aYTRBE7Na;\n\t\tanimation-name: kf_el_DeebuCsPTGA_an_aYTRBE7Na;\n\t\t-webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);\n\t\tanimation-timing-function: cubic-bezier(0.42, 0, 1, 1);\n\t}\n\t#el__ZcqlS20zcw {\n\t\tfill: #0B6AFF;\n\t}\n\t#el_8DnEQnD7VWV {\n\t\tfill: #d8d8d8;\n\t}\n\t#el_ZOjjrPTvyrv {\n\t\t-webkit-transform: translate(37.846924px, 0px);\n\t\ttransform: translate(37.846924px, 0px);\n\t\t-webkit-animation-fill-mode: backwards;\n\t\tanimation-fill-mode: backwards;\n\t\topacity: 0;\n\t\t-webkit-animation-name: kf_el_ZOjjrPTvyrv_an_l_BjBNzXw;\n\t\tanimation-name: kf_el_ZOjjrPTvyrv_an_l_BjBNzXw;\n\t\t-webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);\n\t\tanimation-timing-function: cubic-bezier(0.42, 0, 1, 1);\n\t}\n\t#el_FYYKCI_u24e {\n\t\tfill: #0B6AFF;\n\t}\n\t#el_XZty4MnTp5Y {\n\t\tfill: #d8d8d8;\n\t}\n\t#el_2FATegVmf0K {\n\t\t-webkit-transform: translate(37.846924px, 0px);\n\t\ttransform: translate(37.846924px, 0px);\n\t\t-webkit-animation-fill-mode: backwards;\n\t\tanimation-fill-mode: backwards;\n\t\topacity: 0;\n\t\t-webkit-animation-name: kf_el_2FATegVmf0K_an_wLg4ofuFx;\n\t\tanimation-name: kf_el_2FATegVmf0K_an_wLg4ofuFx;\n\t\t-webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);\n\t\tanimation-timing-function: cubic-bezier(0.42, 0, 1, 1);\n\t}\n\t#el_RMT1KUfbdF8 {\n\t\tfill: #0B6AFF;\n\t}\n\t#el_RgLcovvFiO1 {\n\t\tfill: #d8d8d8;\n\t}\n"])));
283
+ var ListenSvg = {
284
+ name: 'ListenSvg',
285
+ props: ['className'],
286
+ render: function render() {
287
+ var h = arguments[0];
288
+ return h("svg", {
289
+ "attrs": {
290
+ "viewBox": "0 0 480 480",
291
+ "xmlns": "http://www.w3.org/2000/svg",
292
+ "xmlnsXlink": "http://www.w3.org/1999/xlink",
293
+ "id": "el_hiibMG0x-",
294
+ "width": 28,
295
+ "height": 29,
296
+ "className": this.$props.className
297
+ },
298
+ "style": {
299
+ transform: 'scale(1.5)'
300
+ }
301
+ }, [h("defs", [h("path", {
302
+ "attrs": {
303
+ "d": "M38.779092,147.789474 C60.0824253,147.789474 77.279092,131.286316 77.279092,110.842105 L77.279092,36.9473684 C77.279092,16.5031579 60.0824253,0 38.779092,0 C17.4757586,0 0.279091964,16.5031579 0.279091964,36.9473684 L0.279091964,110.842105 C0.279091964,131.286316 17.4757586,147.789474 38.779092,147.789474 Z",
304
+ "id": "path-1"
305
+ }
306
+ }), h("path", {
307
+ "attrs": {
308
+ "d": "M38.779092,147.789474 C60.0824253,147.789474 77.279092,131.286316 77.279092,110.842105 L77.279092,36.9473684 C77.279092,16.5031579 60.0824253,0 38.779092,0 C17.4757586,0 0.279091964,16.5031579 0.279091964,36.9473684 L0.279091964,110.842105 C0.279091964,131.286316 17.4757586,147.789474 38.779092,147.789474 Z",
309
+ "id": "path-3"
310
+ }
311
+ }), h("path", {
312
+ "attrs": {
313
+ "d": "M38.779092,147.789474 C60.0824253,147.789474 77.279092,131.286316 77.279092,110.842105 L77.279092,36.9473684 C77.279092,16.5031579 60.0824253,0 38.779092,0 C17.4757586,0 0.279091964,16.5031579 0.279091964,36.9473684 L0.279091964,110.842105 C0.279091964,131.286316 17.4757586,147.789474 38.779092,147.789474 Z",
314
+ "id": "path-5"
315
+ }
316
+ }), h("path", {
317
+ "attrs": {
318
+ "d": "M38.779092,147.789474 C60.0824253,147.789474 77.279092,131.286316 77.279092,110.842105 L77.279092,36.9473684 C77.279092,16.5031579 60.0824253,0 38.779092,0 C17.4757586,0 0.279091964,16.5031579 0.279091964,36.9473684 L0.279091964,110.842105 C0.279091964,131.286316 17.4757586,147.789474 38.779092,147.789474 Z",
319
+ "id": "path-7"
320
+ }
321
+ }), h("path", {
322
+ "attrs": {
323
+ "d": "M38.779092,147.789474 C60.0824253,147.789474 77.279092,131.286316 77.279092,110.842105 L77.279092,36.9473684 C77.279092,16.5031579 60.0824253,0 38.779092,0 C17.4757586,0 0.279091964,16.5031579 0.279091964,36.9473684 L0.279091964,110.842105 C0.279091964,131.286316 17.4757586,147.789474 38.779092,147.789474 Z",
324
+ "id": "path-9"
325
+ }
326
+ }), h("path", {
327
+ "attrs": {
328
+ "d": "M38.779092,147.789474 C60.0824253,147.789474 77.279092,131.286316 77.279092,110.842105 L77.279092,36.9473684 C77.279092,16.5031579 60.0824253,0 38.779092,0 C17.4757586,0 0.279091964,16.5031579 0.279091964,36.9473684 L0.279091964,110.842105 C0.279091964,131.286316 17.4757586,147.789474 38.779092,147.789474 Z",
329
+ "id": "path-11"
330
+ }
331
+ }), h("path", {
332
+ "attrs": {
333
+ "d": "M38.779092,147.789474 C60.0824253,147.789474 77.279092,131.286316 77.279092,110.842105 L77.279092,36.9473684 C77.279092,16.5031579 60.0824253,0 38.779092,0 C17.4757586,0 0.279091964,16.5031579 0.279091964,36.9473684 L0.279091964,110.842105 C0.279091964,131.286316 17.4757586,147.789474 38.779092,147.789474 Z",
334
+ "id": "path-13"
335
+ }
336
+ }), h("path", {
337
+ "attrs": {
338
+ "d": "M38.779092,147.789474 C60.0824253,147.789474 77.279092,131.286316 77.279092,110.842105 L77.279092,36.9473684 C77.279092,16.5031579 60.0824253,0 38.779092,0 C17.4757586,0 0.279091964,16.5031579 0.279091964,36.9473684 L0.279091964,110.842105 C0.279091964,131.286316 17.4757586,147.789474 38.779092,147.789474 Z",
339
+ "id": "path-15"
340
+ }
341
+ })]), h("g", {
342
+ "attrs": {
343
+ "id": "el_QJeJ_2CDw5",
344
+ "fillRule": "evenodd"
345
+ }
346
+ }, [h("g", {
347
+ "attrs": {
348
+ "id": "el_UYYCfubTRf"
349
+ }
350
+ }, [h("path", {
351
+ "attrs": {
352
+ "d": "M142.731204,111 C137.280427,111 132.719573,114.852 131.82965,120.095 C127.268796,145.24 104.464526,164.5 76.9881611,164.5 C49.5117965,164.5 26.7075263,145.24 22.1466723,120.095 C21.2567496,114.852 16.6958955,111 11.2451187,111 C4.45945784,111 -0.880078594,116.778 0.121084488,123.198 C5.57186127,155.298 32.2695435,180.443 65.8641269,185.044 L65.8641269,207.3 C65.8641269,213.185 70.8699423,218 76.9881611,218 C83.10638,218 88.1121954,213.185 88.1121954,207.3 L88.1121954,185.044 C121.706779,180.443 148.404461,155.298 153.855238,123.198 C154.967641,116.778 149.516864,111 142.731204,111 Z",
353
+ "id": "el_uzZNtK32Zi",
354
+ "fillRule": "nonzero"
355
+ },
356
+ "style": {
357
+ fill: '#0B6AFF'
358
+ }
359
+ }), h("path", {
360
+ "attrs": {
361
+ "d": "M76.9864699,147.789474 C98.090352,147.789474 115.126016,131.286316 115.126016,110.842105 L115.126016,36.9473684 C115.126016,16.5031579 98.090352,0 76.9864699,0 C55.8825877,0 38.8469239,16.5031579 38.8469239,36.9473684 L38.8469239,110.842105 C38.8469239,131.286316 55.8825877,147.789474 76.9864699,147.789474 Z",
362
+ "id": "el_EYKQ2N9Kgy",
363
+ "fillRule": "nonzero"
364
+ }
365
+ }), h("g", {
366
+ "attrs": {
367
+ "id": "el_6SDP2LAgKC"
368
+ }
369
+ }, [h("mask", {
370
+ "attrs": {
371
+ "id": "mask-2",
372
+ "fill": "#fff"
373
+ }
374
+ }, [h("use", {
375
+ "attrs": {
376
+ "xlink:href": "#path-1"
377
+ }
378
+ })]), h("path", {
379
+ "attrs": {
380
+ "d": "M38.779092,147.789474 C60.0824253,147.789474 77.279092,131.286316 77.279092,110.842105 L77.279092,36.9473684 C77.279092,16.5031579 60.0824253,0 38.779092,0 C17.4757586,0 0.279091964,16.5031579 0.279091964,36.9473684 L0.279091964,110.842105 C0.279091964,131.286316 17.4757586,147.789474 38.779092,147.789474 Z",
381
+ "id": "el_-Vm65Ltfy7",
382
+ "fillRule": "nonzero",
383
+ "mask": "url(#mask-2)"
384
+ }
385
+ }), h("rect", {
386
+ "attrs": {
387
+ "id": "el_q04iZcSim4",
388
+ "mask": "url(#mask-2)",
389
+ "x": "0.279",
390
+ "width": "77",
391
+ "height": "130"
392
+ }
393
+ })]), h("g", {
394
+ "attrs": {
395
+ "id": "el_6WKby7wXqV"
396
+ }
397
+ }, [h("mask", {
398
+ "attrs": {
399
+ "id": "mask-4",
400
+ "fill": "#fff"
401
+ }
402
+ }, [h("use", {
403
+ "attrs": {
404
+ "xlink:href": "#path-3"
405
+ }
406
+ })]), h("path", {
407
+ "attrs": {
408
+ "d": "M38.779092,147.789474 C60.0824253,147.789474 77.279092,131.286316 77.279092,110.842105 L77.279092,36.9473684 C77.279092,16.5031579 60.0824253,0 38.779092,0 C17.4757586,0 0.279091964,16.5031579 0.279091964,36.9473684 L0.279091964,110.842105 C0.279091964,131.286316 17.4757586,147.789474 38.779092,147.789474 Z",
409
+ "id": "el_9bggsfQOtU",
410
+ "fillRule": "nonzero",
411
+ "mask": "url(#mask-4)"
412
+ }
413
+ }), h("rect", {
414
+ "attrs": {
415
+ "id": "el_NKxqi9eIym",
416
+ "mask": "url(#mask-4)",
417
+ "x": "0.279",
418
+ "width": "77",
419
+ "height": "115"
420
+ }
421
+ })]), h("g", {
422
+ "attrs": {
423
+ "id": "el_Wi-my975tM"
424
+ }
425
+ }, [h("mask", {
426
+ "attrs": {
427
+ "id": "mask-6",
428
+ "fill": "#fff"
429
+ }
430
+ }, [h("use", {
431
+ "attrs": {
432
+ "xlink:href": "#path-5"
433
+ }
434
+ })]), h("path", {
435
+ "attrs": {
436
+ "d": "M38.779092,147.789474 C60.0824253,147.789474 77.279092,131.286316 77.279092,110.842105 L77.279092,36.9473684 C77.279092,16.5031579 60.0824253,0 38.779092,0 C17.4757586,0 0.279091964,16.5031579 0.279091964,36.9473684 L0.279091964,110.842105 C0.279091964,131.286316 17.4757586,147.789474 38.779092,147.789474 Z",
437
+ "id": "el_zclQ34fvf7",
438
+ "fillRule": "nonzero",
439
+ "mask": "url(#mask-6)"
440
+ }
441
+ }), h("rect", {
442
+ "attrs": {
443
+ "id": "el_1OsvRT8HkeZ",
444
+ "mask": "url(#mask-6)",
445
+ "x": "0.279",
446
+ "width": "77",
447
+ "height": "100"
448
+ }
449
+ })]), h("g", {
450
+ "attrs": {
451
+ "id": "el_DkfFFTaFxy8"
452
+ }
453
+ }, [h("mask", {
454
+ "attrs": {
455
+ "id": "mask-8",
456
+ "fill": "#fff"
457
+ }
458
+ }, [h("use", {
459
+ "attrs": {
460
+ "xlink:href": "#path-7"
461
+ }
462
+ })]), h("path", {
463
+ "attrs": {
464
+ "d": "M38.779092,147.789474 C60.0824253,147.789474 77.279092,131.286316 77.279092,110.842105 L77.279092,36.9473684 C77.279092,16.5031579 60.0824253,0 38.779092,0 C17.4757586,0 0.279091964,16.5031579 0.279091964,36.9473684 L0.279091964,110.842105 C0.279091964,131.286316 17.4757586,147.789474 38.779092,147.789474 Z",
465
+ "id": "el_aa9sjx4H0vA",
466
+ "fillRule": "nonzero",
467
+ "mask": "url(#mask-8)"
468
+ }
469
+ }), h("rect", {
470
+ "attrs": {
471
+ "id": "el_tea114vWg0J",
472
+ "mask": "url(#mask-8)",
473
+ "x": "0.279",
474
+ "width": "77",
475
+ "height": "85"
476
+ }
477
+ })]), h("g", {
478
+ "attrs": {
479
+ "id": "el_34IgwiMB5rf"
480
+ }
481
+ }, [h("mask", {
482
+ "attrs": {
483
+ "id": "mask-10",
484
+ "fill": "#fff"
485
+ }
486
+ }, [h("use", {
487
+ "attrs": {
488
+ "xlink:href": "#path-9"
489
+ }
490
+ })]), h("path", {
491
+ "attrs": {
492
+ "d": "M38.779092,147.789474 C60.0824253,147.789474 77.279092,131.286316 77.279092,110.842105 L77.279092,36.9473684 C77.279092,16.5031579 60.0824253,0 38.779092,0 C17.4757586,0 0.279091964,16.5031579 0.279091964,36.9473684 L0.279091964,110.842105 C0.279091964,131.286316 17.4757586,147.789474 38.779092,147.789474 Z",
493
+ "id": "el_z5u6RAFhx7d",
494
+ "fillRule": "nonzero",
495
+ "mask": "url(#mask-10)"
496
+ }
497
+ }), h("rect", {
498
+ "attrs": {
499
+ "id": "el_7nfuWmA5Uhy",
500
+ "mask": "url(#mask-10)",
501
+ "x": "0.279",
502
+ "width": "77",
503
+ "height": "70"
504
+ }
505
+ })]), h("g", {
506
+ "attrs": {
507
+ "id": "el_DeebuCsPTGA"
508
+ }
509
+ }, [h("mask", {
510
+ "attrs": {
511
+ "id": "mask-12",
512
+ "fill": "#fff"
513
+ }
514
+ }, [h("use", {
515
+ "attrs": {
516
+ "xlink:href": "#path-11"
517
+ }
518
+ })]), h("path", {
519
+ "attrs": {
520
+ "d": "M38.779092,147.789474 C60.0824253,147.789474 77.279092,131.286316 77.279092,110.842105 L77.279092,36.9473684 C77.279092,16.5031579 60.0824253,0 38.779092,0 C17.4757586,0 0.279091964,16.5031579 0.279091964,36.9473684 L0.279091964,110.842105 C0.279091964,131.286316 17.4757586,147.789474 38.779092,147.789474 Z",
521
+ "id": "el__ZcqlS20zcw",
522
+ "fillRule": "nonzero",
523
+ "mask": "url(#mask-12)"
524
+ }
525
+ }), h("rect", {
526
+ "attrs": {
527
+ "id": "el_8DnEQnD7VWV",
528
+ "mask": "url(#mask-12)",
529
+ "x": "0.279",
530
+ "width": "77",
531
+ "height": "55"
532
+ }
533
+ })]), h("g", {
534
+ "attrs": {
535
+ "id": "el_ZOjjrPTvyrv"
536
+ }
537
+ }, [h("mask", {
538
+ "attrs": {
539
+ "id": "mask-14",
540
+ "fill": "#fff"
541
+ }
542
+ }, [h("use", {
543
+ "attrs": {
544
+ "xlink:href": "#path-13"
545
+ }
546
+ })]), h("path", {
547
+ "attrs": {
548
+ "d": "M38.779092,147.789474 C60.0824253,147.789474 77.279092,131.286316 77.279092,110.842105 L77.279092,36.9473684 C77.279092,16.5031579 60.0824253,0 38.779092,0 C17.4757586,0 0.279091964,16.5031579 0.279091964,36.9473684 L0.279091964,110.842105 C0.279091964,131.286316 17.4757586,147.789474 38.779092,147.789474 Z",
549
+ "id": "el_FYYKCI_u24e",
550
+ "fillRule": "nonzero",
551
+ "mask": "url(#mask-14)"
552
+ }
553
+ }), h("rect", {
554
+ "attrs": {
555
+ "id": "el_XZty4MnTp5Y",
556
+ "mask": "url(#mask-14)",
557
+ "x": "0.279",
558
+ "width": "77",
559
+ "height": "40"
560
+ }
561
+ })]), h("g", {
562
+ "attrs": {
563
+ "id": "el_2FATegVmf0K"
564
+ }
565
+ }, [h("mask", {
566
+ "attrs": {
567
+ "id": "mask-16",
568
+ "fill": "#fff"
569
+ }
570
+ }, [h("use", {
571
+ "attrs": {
572
+ "xlink:href": "#path-15"
573
+ }
574
+ })]), h("path", {
575
+ "attrs": {
576
+ "d": "M38.779092,147.789474 C60.0824253,147.789474 77.279092,131.286316 77.279092,110.842105 L77.279092,36.9473684 C77.279092,16.5031579 60.0824253,0 38.779092,0 C17.4757586,0 0.279091964,16.5031579 0.279091964,36.9473684 L0.279091964,110.842105 C0.279091964,131.286316 17.4757586,147.789474 38.779092,147.789474 Z",
577
+ "id": "el_RMT1KUfbdF8",
578
+ "fillRule": "nonzero",
579
+ "mask": "url(#mask-16)"
580
+ }
581
+ }), h("rect", {
582
+ "attrs": {
583
+ "id": "el_RgLcovvFiO1",
584
+ "mask": "url(#mask-16)",
585
+ "x": "0.279",
586
+ "width": "77",
587
+ "height": "25"
588
+ }
589
+ })])])])]);
590
+ }
591
+ };
592
+
593
+ var STATUS = {
594
+ inactive: 'INACTIVE',
595
+ stopped: 'STOPPED',
596
+ active: 'ACTIVE',
597
+ denied: 'DENIED'
598
+ };
599
+ var Mic = {
600
+ name: 'Mic',
601
+ props: {
602
+ children: types.title,
603
+ lang: VueTypes.string.def('en-US'),
604
+ iconPosition: VueTypes.string.def('left'),
605
+ handleResult: types.func,
606
+ onNoMatch: types.func,
607
+ onError: types.func,
608
+ getInstance: types.func,
609
+ render: types.func,
610
+ className: types.string,
611
+ applyClearStyle: VueTypes.bool,
612
+ showIcon: VueTypes.bool
613
+ },
614
+ methods: {
615
+ getComponent: function getComponent$1() {
616
+ var status = this.$data.status;
617
+ var data = {
618
+ handleClick: this.handleClick,
619
+ status: status
620
+ };
621
+ return getComponent(data, this);
622
+ },
623
+ stopMic: function stopMic() {
624
+ if (this.instance) {
625
+ this.status = STATUS.inactive;
626
+ this.instance.stop();
627
+ this.instance = null;
628
+ }
629
+ },
630
+ handleClick: function handleClick() {
631
+ var _this = this;
632
+ this.results = [];
633
+ if (window && window.SpeechRecognition) {
634
+ var status = this.$data.status;
635
+ if (status === STATUS.active) {
636
+ this.status = STATUS.inactive;
637
+ }
638
+ var _this$$props = this.$props,
639
+ handleResult = _this$$props.handleResult,
640
+ onNoMatch = _this$$props.onNoMatch,
641
+ onError = _this$$props.onError,
642
+ lang = _this$$props.lang,
643
+ getInstance = _this$$props.getInstance;
644
+ var _window = window,
645
+ SpeechRecognition = _window.SpeechRecognition;
646
+ if (this.instance && this.status !== STATUS.denied) {
647
+ this.status = STATUS.inactive;
648
+ this.instance.stop();
649
+ this.instance = null;
650
+ return;
651
+ }
652
+ this.instance = new SpeechRecognition();
653
+ this.instance.continuous = true;
654
+ this.instance.interimResults = true;
655
+ this.instance.lang = lang;
656
+ if (getInstance) {
657
+ getInstance(this.instance);
658
+ }
659
+ this.instance.start();
660
+ this.instance.onstart = function () {
661
+ _this.status = STATUS.active;
662
+ };
663
+ this.instance.onresult = function (_ref) {
664
+ var results = _ref.results,
665
+ timeStamp = _ref.timeStamp;
666
+ _this.stopMic();
667
+ if (handleResult) {
668
+ handleResult({
669
+ results: results,
670
+ timeStamp: timeStamp
671
+ });
672
+ }
673
+ _this.results.push({
674
+ results: results,
675
+ timeStamp: timeStamp
676
+ });
677
+ };
678
+ this.instance.onnomatch = function (e) {
679
+ return onNoMatch ? onNoMatch(e) : console.warn(e);
680
+ };
681
+ this.instance.onerror = function (e) {
682
+ if (e.error === 'no-speech' || e.error === 'audio-capture') {
683
+ _this.status = STATUS.inactive;
684
+ } else if (e.error === 'not-allowed') {
685
+ _this.status = STATUS.denied;
686
+ }
687
+ console.error(e);
688
+ if (onError) {
689
+ onError(e);
690
+ }
691
+ };
692
+
693
+ /* Below Two methods run when Continuous is False */
694
+ this.instance.onspeechend = function () {
695
+ _this.status = STATUS.inactive;
696
+ };
697
+ this.instance.onaudioend = function () {
698
+ _this.status = STATUS.inactive;
699
+ };
700
+ }
701
+ }
702
+ },
703
+ computed: {
704
+ hasCustomRenderer: function hasCustomRenderer$1() {
705
+ return hasCustomRenderer(this);
706
+ },
707
+ Icon: function Icon() {
708
+ var h = this.$createElement;
709
+ var status = this.$data.status;
710
+ var className = this.$props.className;
711
+ switch (status) {
712
+ case STATUS.active:
713
+ return h(ListenSvg, {
714
+ "attrs": {
715
+ "className": className
716
+ },
717
+ "nativeOn": {
718
+ "click": this.handleClick
719
+ }
720
+ });
721
+ case STATUS.stopped:
722
+ case STATUS.denied:
723
+ return h(MuteSvg, {
724
+ "attrs": {
725
+ "className": className
726
+ },
727
+ "nativeOn": {
728
+ "click": this.handleClick
729
+ }
730
+ });
731
+ default:
732
+ return h(MicSvg, {
733
+ "attrs": {
734
+ "className": className
735
+ },
736
+ "nativeOn": {
737
+ "click": this.handleClick
738
+ }
739
+ });
740
+ }
741
+ }
742
+ },
743
+ data: function data() {
744
+ return {
745
+ status: STATUS.inactive
746
+ };
747
+ },
748
+ created: function created() {
749
+ this.results = [];
750
+ if (typeof window !== 'undefined') {
751
+ window.SpeechRecognition = window.webkitSpeechRecognition || window.SpeechRecognition || null;
752
+ if (!window.SpeechRecognition) {
753
+ console.error('SpeechRecognition is not supported in this browser. Please check the browser compatibility at https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition#Browser_compatibility.');
754
+ }
755
+ }
756
+ },
757
+ render: function render() {
758
+ var h = arguments[0];
759
+ if (this.hasCustomRenderer) {
760
+ return this.getComponent();
761
+ }
762
+ return h(IconWrapper, [this.Icon]);
763
+ }
764
+ };
765
+
766
+ var CustomSvg = {
767
+ name: 'CustomSvg',
768
+ props: {
769
+ className: String,
770
+ icon: Function,
771
+ type: String
772
+ },
773
+ data: function data() {
774
+ return {
775
+ customIcon: this.$props.icon && typeof this.$props.icon === 'function' ? this.$props.icon() : null
776
+ };
777
+ },
778
+ render: function render() {
779
+ var h = arguments[0];
780
+ if (this.customIcon) {
781
+ return h("div", {
782
+ "class": this.$props.className
783
+ }, [this.customIcon]);
784
+ }
785
+ if (this.$props.type === 'recent-search-icon') {
786
+ return h("svg", {
787
+ "attrs": {
788
+ "xmlns": "http://www.w3.org/2000/svg",
789
+ "alt": "Recent Search",
790
+ "height": "20",
791
+ "width": "20",
792
+ "viewBox": "0 0 24 24"
793
+ },
794
+ "style": {
795
+ fill: '#707070'
796
+ },
797
+ "class": this.$props.className
798
+ }, [h("path", {
799
+ "attrs": {
800
+ "d": "M0 0h24v24H0z",
801
+ "fill": "none"
802
+ }
803
+ }), h("path", {
804
+ "attrs": {
805
+ "d": "M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z"
806
+ }
807
+ })]);
808
+ }
809
+ if (this.$props.type === 'promoted-search-icon') {
810
+ return h("svg", {
811
+ "attrs": {
812
+ "xmlns": "http://www.w3.org/2000/svg",
813
+ "width": "20",
814
+ "alt": "promoted search",
815
+ "height": "20",
816
+ "viewBox": "0 0 24 24"
817
+ },
818
+ "class": this.$props.className,
819
+ "style": {
820
+ fill: '#707070'
821
+ }
822
+ }, [h("path", {
823
+ "attrs": {
824
+ "d": "M12 .587l3.668 7.568 8.332 1.151-6.064 5.828 1.48 8.279-7.416-3.967-7.417 3.967 1.481-8.279-6.064-5.828 8.332-1.151z"
825
+ }
826
+ })]);
827
+ }
828
+ if (this.$props.type === 'popular-search-icon') {
829
+ return h("svg", {
830
+ "attrs": {
831
+ "xmlns": "http://www.w3.org/2000/svg",
832
+ "alt": "Popular Search",
833
+ "height": "20",
834
+ "width": "20",
835
+ "viewBox": "0 0 24 24"
836
+ },
837
+ "style": {
838
+ fill: '#707070'
839
+ },
840
+ "class": this.$props.className
841
+ }, [h("path", {
842
+ "attrs": {
843
+ "d": "M0 0h24v24H0z",
844
+ "fill": "none"
845
+ }
846
+ }), h("path", {
847
+ "attrs": {
848
+ "d": "M16 6l2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6z"
849
+ }
850
+ })]);
851
+ }
852
+ return h(SearchSvg, {
853
+ "attrs": {
854
+ "styles": {
855
+ position: 'relative',
856
+ fill: '#707070',
857
+ left: '3px',
858
+ marginRight: '8px'
859
+ }
860
+ }
861
+ });
862
+ }
863
+ };
864
+
865
+ var _templateObject$6, _templateObject2;
866
+ var TagsContainer = styled('div')(_templateObject$6 || (_templateObject$6 = _taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n\tflex-wrap: wrap;\n\tmargin-top: 10px;\n\twidth: 100%;\n"])));
867
+ var TagItem = styled('span')(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["\n\tcursor: default;\n\tbox-sizing: border-box;\n\tmargin: 0 4px 4px 0;\n\tcolor: #000000d9;\n\tfont-size: 14px;\n\tfont-variant: tabular-nums;\n\tline-height: 1.5715;\n\tlist-style: none;\n\tfont-feature-settings: 'tnum';\n\tdisplay: inline-block;\n\theight: auto;\n\tpadding: 0 2px 0 7px;\n\tfont-size: 12px;\n\tline-height: 22px;\n\twhite-space: nowrap;\n\tbackground: #fafafa;\n\tborder: 1px solid #d9d9d9;\n\tborder-radius: 2px;\n\topacity: 1;\n\ttransition: all 0.3s;\n\n\tspan.close-icon {\n\t\tsvg {\n\t\t\tcursor: pointer;\n\t\t\theight: 15px;\n\t\t\tposition: relative;\n\t\t\ttop: 4px;\n\t\t\tfill: #262626;\n\t\t}\n\t}\n"])));
868
+
869
+ export { CustomSvg as C, InputAddon as I, Mic as M, SearchSvg as S, TagItem as T, SuggestionWrapper as a, TagsContainer as b, InputGroup as c, SuggestionItem as d };