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

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 (98) hide show
  1. package/dist/@appbaseio/reactivesearch-vue.umd.js +6840 -9315
  2. package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
  3. package/dist/@appbaseio/reactivesearch-vue.umd.min.js +7 -13
  4. package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
  5. package/dist/cjs/Button-626c5e8e.js +58 -0
  6. package/dist/cjs/{CancelSvg-220a7cc3.js → CancelSvg-062a42f0.js} +32 -40
  7. package/dist/cjs/Card-c381ded3.js +26 -0
  8. package/dist/cjs/{ComponentWrapper-b6d4660c.js → ComponentWrapper-db45cc6d.js} +5 -5
  9. package/dist/cjs/Container-29f049b2.js +12 -0
  10. package/dist/cjs/{DataSearch-1c5c2202.js → DataSearch-7c71ec9f.js} +712 -850
  11. package/dist/cjs/DataSearch.js +12 -11
  12. package/dist/cjs/{DropDown-8984b544.js → DropDown-3b899b20.js} +78 -79
  13. package/dist/cjs/DynamicRangeSlider.js +51 -37
  14. package/dist/cjs/Flex-d5675ea6.js +48 -0
  15. package/dist/cjs/FormControlList-cf1ff2ca.js +42 -0
  16. package/dist/cjs/Input-4d278ca0.js +74 -0
  17. package/dist/cjs/ListItem-c067bc07.js +41 -0
  18. package/dist/cjs/MultiDropdownList.js +71 -62
  19. package/dist/cjs/MultiList.js +85 -88
  20. package/dist/cjs/MultiRange.js +54 -41
  21. package/dist/cjs/{Pagination-07f4dbad.js → Pagination-a468f960.js} +56 -53
  22. package/dist/cjs/{PreferencesConsumer-5d67b486.js → PreferencesConsumer-034c55e3.js} +6 -5
  23. package/dist/cjs/RangeInput.js +115 -107
  24. package/dist/cjs/RangeSlider.js +50 -36
  25. package/dist/cjs/ReactiveBase.js +66 -48
  26. package/dist/cjs/{ReactiveComponent-4e75c939.js → ReactiveComponent-f0f486ca.js} +325 -311
  27. package/dist/cjs/ReactiveComponent.js +21 -20
  28. package/dist/cjs/ReactiveGoogleMap.js +283 -307
  29. package/dist/cjs/ReactiveList.js +99 -116
  30. package/dist/cjs/ResultCard.js +26 -19
  31. package/dist/cjs/ResultList.js +31 -27
  32. package/dist/cjs/SelectedFilters.js +49 -34
  33. package/dist/cjs/SingleDropdownList.js +70 -61
  34. package/dist/cjs/SingleList.js +86 -90
  35. package/dist/cjs/SingleRange.js +48 -39
  36. package/dist/cjs/StateProvider.js +2 -2
  37. package/dist/cjs/Title-8802a218.js +12 -0
  38. package/dist/cjs/ToggleButton.js +39 -32
  39. package/dist/cjs/{index-30126fd0.js → index-dc25b706.js} +6 -6
  40. package/dist/cjs/index.js +22 -21
  41. package/dist/cjs/install.js +21 -20
  42. package/dist/cjs/ssr-eb901d09.js +35 -0
  43. package/dist/cjs/version.js +1 -1
  44. package/dist/cjs/{vueTypes-7cfc2f98.js → vueTypes-621a8143.js} +1 -1
  45. package/dist/es/Button-ebafa3d6.js +52 -0
  46. package/dist/es/{CancelSvg-e40552a5.js → CancelSvg-14ebc9a1.js} +30 -37
  47. package/dist/es/{Card-19ad6d90.js → Card-1951569e.js} +5 -6
  48. package/dist/es/{ComponentWrapper-8042aa35.js → ComponentWrapper-bf443c0b.js} +4 -4
  49. package/dist/es/Container-d00219f7.js +1 -1
  50. package/dist/es/{DataSearch-5bb904c5.js → DataSearch-4f9a4e46.js} +705 -842
  51. package/dist/es/DataSearch.js +10 -9
  52. package/dist/es/{DropDown-28ddce07.js → DropDown-35e232b7.js} +78 -78
  53. package/dist/es/DynamicRangeSlider.js +48 -34
  54. package/dist/es/Flex-a08e22d7.js +46 -0
  55. package/dist/es/FormControlList-fa5cf78b.js +38 -0
  56. package/dist/es/Input-3b8408a6.js +69 -0
  57. package/dist/es/{ListItem-07888a65.js → ListItem-47a6345a.js} +6 -7
  58. package/dist/es/MultiDropdownList.js +69 -60
  59. package/dist/es/MultiList.js +84 -87
  60. package/dist/es/MultiRange.js +52 -39
  61. package/dist/es/{Pagination-28e56c5c.js → Pagination-145b4ff2.js} +56 -53
  62. package/dist/es/{PreferencesConsumer-bc097ebb.js → PreferencesConsumer-7ea7313a.js} +5 -4
  63. package/dist/es/RangeInput.js +112 -103
  64. package/dist/es/RangeSlider.js +47 -33
  65. package/dist/es/ReactiveBase.js +65 -46
  66. package/dist/es/{ReactiveComponent-09c183c8.js → ReactiveComponent-e2fb9eb4.js} +321 -306
  67. package/dist/es/ReactiveComponent.js +18 -17
  68. package/dist/es/ReactiveGoogleMap.js +279 -302
  69. package/dist/es/ReactiveList.js +97 -113
  70. package/dist/es/ResultCard.js +25 -18
  71. package/dist/es/ResultList.js +30 -26
  72. package/dist/es/SelectedFilters.js +47 -32
  73. package/dist/es/SingleDropdownList.js +68 -59
  74. package/dist/es/SingleList.js +84 -88
  75. package/dist/es/SingleRange.js +46 -37
  76. package/dist/es/StateProvider.js +2 -2
  77. package/dist/es/Title-863dfa42.js +1 -1
  78. package/dist/es/ToggleButton.js +37 -30
  79. package/dist/es/{index-0444a498.js → index-285a43a6.js} +6 -6
  80. package/dist/es/index.js +19 -18
  81. package/dist/es/install.js +18 -17
  82. package/dist/es/ssr-03607d84.js +1 -1
  83. package/dist/es/version.js +1 -1
  84. package/dist/es/{vueTypes-8986b709.js → vueTypes-e4af6fe2.js} +1 -1
  85. package/package.json +8 -8
  86. package/dist/cjs/Button-841fd06d.js +0 -62
  87. package/dist/cjs/Card-240f283d.js +0 -30
  88. package/dist/cjs/Container-e699ea95.js +0 -15
  89. package/dist/cjs/Flex-ddd7cb6b.js +0 -50
  90. package/dist/cjs/FormControlList-bbb5cd24.js +0 -45
  91. package/dist/cjs/Input-ead4cd84.js +0 -77
  92. package/dist/cjs/ListItem-5088bd6a.js +0 -45
  93. package/dist/cjs/Title-16042ea0.js +0 -15
  94. package/dist/cjs/ssr-f2fc1bf6.js +0 -36
  95. package/dist/es/Button-153cd885.js +0 -53
  96. package/dist/es/Flex-7c177a10.js +0 -45
  97. package/dist/es/FormControlList-99797d0a.js +0 -38
  98. package/dist/es/Input-c09c0b56.js +0 -69
@@ -6,30 +6,31 @@ var configureStore = require('@appbaseio/reactivecore');
6
6
  var configureStore__default = _interopDefault(configureStore);
7
7
  var constants = require('@appbaseio/reactivecore/lib/utils/constants');
8
8
  var _rollupPluginBabelHelpers = require('./_rollupPluginBabelHelpers-f8b843f8.js');
9
+ var vue = require('vue');
9
10
  var VueTypes = _interopDefault(require('vue-types'));
10
11
  var helper = require('@appbaseio/reactivecore/lib/utils/helper');
11
- var styled = require('@appbaseio/vue-emotion');
12
- var styled__default = _interopDefault(styled);
13
- var vueTypes = require('./vueTypes-7cfc2f98.js');
14
- var index = require('./index-30126fd0.js');
15
- var ComponentWrapper = require('./ComponentWrapper-b6d4660c.js');
16
- var PreferencesConsumer = require('./PreferencesConsumer-5d67b486.js');
17
- var Title = require('./Title-16042ea0.js');
18
- var Flex = require('./Flex-ddd7cb6b.js');
12
+ var vueEmotion = require('@appbaseio/vue-emotion');
13
+ var emotion = require('emotion');
14
+ var vueTypes = require('./vueTypes-621a8143.js');
15
+ var index = require('./index-dc25b706.js');
16
+ var ComponentWrapper = require('./ComponentWrapper-db45cc6d.js');
17
+ var PreferencesConsumer = require('./PreferencesConsumer-034c55e3.js');
18
+ var Title = require('./Title-8802a218.js');
19
+ var Flex = require('./Flex-d5675ea6.js');
19
20
  var hotkeys = _interopDefault(require('hotkeys-js'));
20
- var CancelSvg = require('./CancelSvg-220a7cc3.js');
21
- var Input = require('./Input-ead4cd84.js');
22
- var Container = require('./Container-e699ea95.js');
21
+ var CancelSvg = require('./CancelSvg-062a42f0.js');
22
+ var Input = require('./Input-4d278ca0.js');
23
+ var Container = require('./Container-29f049b2.js');
23
24
  var Highlight = _interopDefault(require('vue-highlight-words'));
24
25
 
25
26
  var _templateObject;
26
- var InputGroup = styled__default('div')(_templateObject || (_templateObject = _rollupPluginBabelHelpers._taggedTemplateLiteralLoose(["\n display: flex;\n align-items: stretch;\n width: 100%;\n"])));
27
+ var InputGroup = vueEmotion.styled('div')(_templateObject || (_templateObject = _rollupPluginBabelHelpers._taggedTemplateLiteralLoose(["\n display: flex;\n align-items: stretch;\n width: 100%;\n"])));
27
28
  InputGroup.defaultProps = {
28
29
  className: 'input-group'
29
30
  };
30
31
 
31
32
  var _templateObject$1;
32
- var InputAddon = styled__default('span')(_templateObject$1 || (_templateObject$1 = _rollupPluginBabelHelpers._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"])));
33
+ var InputAddon = vueEmotion.styled('span')(_templateObject$1 || (_templateObject$1 = _rollupPluginBabelHelpers._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"])));
33
34
  InputAddon.defaultProps = {
34
35
  className: 'input-addon'
35
36
  };
@@ -43,14 +44,13 @@ var SuggestionWrapper = {
43
44
  innerClass: vueTypes.types.style
44
45
  },
45
46
  render: function render() {
46
- var h = arguments[0];
47
47
  var _this$$props = this.$props,
48
48
  themePreset = _this$$props.themePreset,
49
49
  innerClass = _this$$props.innerClass,
50
50
  innerClassName = _this$$props.innerClassName;
51
- return h("div", {
51
+ return vue.createVNode("div", {
52
52
  "class": Input.noSuggestions(themePreset) + " " + getClassName(innerClass, innerClassName || '')
53
- }, [h("li", [this.$scopedSlots["default"]()])]);
53
+ }, [vue.createVNode("li", null, [this.$slots["default"]()])]);
54
54
  }
55
55
  };
56
56
 
@@ -61,7 +61,7 @@ var highlightStyle = {
61
61
  backgroundColor: 'transparent',
62
62
  color: 'inherit'
63
63
  };
64
- var PredictiveSuggestion = styled__default('span')(_templateObject$2 || (_templateObject$2 = _rollupPluginBabelHelpers._taggedTemplateLiteralLoose(["\n\t.highlight {\n\t\tbackground: transparent;\n\t\tcolor: inherit;\n\t\tfont-weight: 600;\n\t\tpadding: 0;\n\t}\n"])));
64
+ var PredictiveSuggestion = vueEmotion.styled('span')(_templateObject$2 || (_templateObject$2 = _rollupPluginBabelHelpers._taggedTemplateLiteralLoose(["\n\t.highlight {\n\t\tbackground: transparent;\n\t\tcolor: inherit;\n\t\tfont-weight: 600;\n\t\tpadding: 0;\n\t}\n"])));
65
65
  var SuggestionItem = {
66
66
  name: 'SuggestionItem',
67
67
  props: {
@@ -69,7 +69,7 @@ var SuggestionItem = {
69
69
  suggestion: vueTypes.types.any
70
70
  },
71
71
  render: function render() {
72
- var h = arguments[0];
72
+ var _this = this;
73
73
  var _this$suggestion = this.suggestion,
74
74
  label = _this$suggestion.label,
75
75
  value = _this$suggestion.value,
@@ -81,77 +81,69 @@ var SuggestionItem = {
81
81
  _category = _this$suggestion._category;
82
82
  if (label) {
83
83
  // label has highest precedence
84
- return typeof label === 'string' ? h("div", {
84
+ return typeof label === 'string' ? vue.createVNode("div", {
85
85
  "class": "trim"
86
86
  }, [(_category ? false : isPredictiveSuggestion
87
87
  // eslint-disable-next-line
88
- || !!_suggestion_type) ? h(PredictiveSuggestion, {
89
- "domProps": {
90
- "innerHTML": label
91
- }
92
- }) : h(Highlight, {
93
- "attrs": {
94
- "searchWords": _category ? [_category] : this.currentValue.split(' '),
95
- "textToHighlight": label,
96
- "autoEscape": true,
97
- "highlightStyle": highlightStyle
98
- }
99
- })]) : label;
88
+ || !!_suggestion_type) ? vue.createVNode(PredictiveSuggestion, {
89
+ "innerHTML": label
90
+ }, null) : vue.createVNode(Highlight, {
91
+ "searchWords": _category ? [_category] : this.currentValue.split(' '),
92
+ "textToHighlight": label,
93
+ "autoEscape": true,
94
+ "highlightStyle": highlightStyle
95
+ }, null)]) : label;
100
96
  }
101
97
  if (title || image || description) {
102
- return h(Flex.Flex, {
103
- "attrs": {
104
- "alignItems": "center",
105
- "css": {
106
- width: '100%'
107
- }
108
- }
109
- }, [image && h("div", {
110
- "attrs": {
111
- "css": {
112
- margin: 'auto',
113
- marginRight: 10
114
- }
115
- }
116
- }, [h("img", {
117
- "attrs": {
118
- "src": image,
119
- "alt": " ",
120
- "height": "50px",
121
- "width": "50px",
122
- "css": {
123
- objectFit: 'contain'
124
- }
98
+ return vue.createVNode(Flex.Flex, {
99
+ "alignItems": "center",
100
+ "css": {
101
+ width: '100%'
125
102
  }
126
- })]), h(Flex.Flex, {
127
- "attrs": {
128
- "direction": "column",
129
- "css": {
130
- width: image ? 'calc(100% - 60px)' : '100%'
131
- }
132
- }
133
- }, [title && h("div", {
134
- "class": "trim"
135
- }, [h(Highlight, {
136
- "attrs": {
137
- "searchWords": this.currentValue.split(' '),
138
- "textToHighlight": title,
139
- "highlightStyle": highlightStyle
140
- },
141
- "class": styled.css({
142
- fontSize: '1rem'
143
- })
144
- })]), description && h("div", {
145
- "class": styled.cx('trim', styled.css({
146
- marginTop: 3
147
- }))
148
- }, [h(Highlight, {
149
- "attrs": {
150
- "searchWords": this.currentValue.split(' '),
151
- "textToHighlight": description,
152
- "highlightStyle": highlightStyle
103
+ }, {
104
+ "default": function _default() {
105
+ return [image && vue.createVNode("div", {
106
+ "css": {
107
+ margin: 'auto',
108
+ marginRight: 10
109
+ }
110
+ }, [vue.createVNode("img", {
111
+ "src": image,
112
+ "alt": " ",
113
+ "height": "50px",
114
+ "width": "50px",
115
+ "css": {
116
+ objectFit: 'contain'
117
+ }
118
+ }, null)]), vue.createVNode(Flex.Flex, {
119
+ "direction": "column",
120
+ "css": {
121
+ width: image ? 'calc(100% - 60px)' : '100%'
122
+ }
123
+ }, {
124
+ "default": function _default() {
125
+ return [title && vue.createVNode("div", {
126
+ "class": "trim"
127
+ }, [vue.createVNode(Highlight, {
128
+ "searchWords": _this.currentValue.split(' '),
129
+ "textToHighlight": title,
130
+ "highlightStyle": highlightStyle,
131
+ "class": emotion.css({
132
+ fontSize: '1rem'
133
+ })
134
+ }, null)]), description && vue.createVNode("div", {
135
+ "class": emotion.cx('trim', emotion.css({
136
+ marginTop: 3
137
+ }))
138
+ }, [vue.createVNode(Highlight, {
139
+ "searchWords": _this.currentValue.split(' '),
140
+ "textToHighlight": description,
141
+ "highlightStyle": highlightStyle
142
+ }, null)])];
143
+ }
144
+ })];
153
145
  }
154
- })])])]);
146
+ });
155
147
  }
156
148
  return value;
157
149
  }
@@ -161,445 +153,309 @@ var SearchSvg = {
161
153
  name: 'SearchSvg',
162
154
  props: ['styles'],
163
155
  render: function render() {
164
- var h = arguments[0];
165
- return h("svg", {
166
- "attrs": {
167
- "alt": "Search",
168
- "height": "12",
169
- "xmlns": "http://www.w3.org/2000/svg",
170
- "viewBox": "0 0 15 15"
171
- },
156
+ return vue.createVNode("svg", {
157
+ "alt": "Search",
172
158
  "class": "search-icon",
159
+ "height": "12",
160
+ "xmlns": "http://www.w3.org/2000/svg",
161
+ "viewBox": "0 0 15 15",
173
162
  "style": _rollupPluginBabelHelpers._extends({
174
163
  transform: 'scale(1.35)',
175
164
  position: 'relative'
176
165
  }, this.$props.styles ? this.$props.styles : {})
177
- }, [h("title", ["Search"]), h("path", {
178
- "attrs": {
179
- "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'
180
- }
181
- })]);
166
+ }, [vue.createVNode("title", null, [vue.createTextVNode("Search")]), vue.createVNode("path", {
167
+ "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'
168
+ }, null)]);
182
169
  }
183
170
  };
184
171
 
185
172
  var _templateObject$3;
186
173
 
187
174
  // eslint-disable-next-line
188
- styled.injectGlobal(_templateObject$3 || (_templateObject$3 = _rollupPluginBabelHelpers._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"])));
175
+ vueEmotion.createGlobalStyle(_templateObject$3 || (_templateObject$3 = _rollupPluginBabelHelpers._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"])));
189
176
  var MicSvg = {
190
177
  name: 'MicSvg',
191
178
  props: ['className'],
192
179
  render: function render() {
193
- var h = arguments[0];
194
- return h("svg", {
195
- "attrs": {
196
- "viewBox": "0 0 480 480",
197
- "xmlns": "http://www.w3.org/2000/svg",
198
- "id": "el_xS0FRzQjJ",
199
- "width": 28,
200
- "height": 28,
201
- "className": this.$props.className
202
- },
180
+ return vue.createVNode("svg", {
181
+ "viewBox": "0 0 480 480",
182
+ "xmlns": "http://www.w3.org/2000/svg",
183
+ "id": "el_xS0FRzQjJ",
184
+ "width": 28,
185
+ "height": 28,
186
+ "className": this.$props.className,
203
187
  "style": {
204
188
  transform: 'scale(1.5)'
205
189
  }
206
- }, [h("g", {
207
- "attrs": {
208
- "id": "el_TvxDfTAtKp",
209
- "fillRule": "evenodd"
210
- }
211
- }, [h("g", {
212
- "attrs": {
213
- "id": "el_D93PK3GbmJ",
214
- "fillRule": "nonzero"
215
- },
190
+ }, [vue.createVNode("g", {
191
+ "id": "el_TvxDfTAtKp",
192
+ "fillRule": "evenodd"
193
+ }, [vue.createVNode("g", {
194
+ "id": "el_D93PK3GbmJ",
195
+ "fillRule": "nonzero",
216
196
  "style": {
217
197
  fill: '#595959'
218
198
  }
219
- }, [h("path", {
220
- "attrs": {
221
- "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",
222
- "id": "el_uly3EwA2O3"
223
- }
224
- }), h("path", {
225
- "attrs": {
226
- "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",
227
- "id": "el_tnDbR4ytu4"
228
- }
229
- })])])]);
199
+ }, [vue.createVNode("path", {
200
+ "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",
201
+ "id": "el_uly3EwA2O3"
202
+ }, null), vue.createVNode("path", {
203
+ "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",
204
+ "id": "el_tnDbR4ytu4"
205
+ }, null)])])]);
230
206
  }
231
207
  };
232
208
 
233
209
  var _templateObject$4;
234
210
 
235
211
  // eslint-disable-next-line
236
- styled.injectGlobal(_templateObject$4 || (_templateObject$4 = _rollupPluginBabelHelpers._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"])));
212
+ vueEmotion.createGlobalStyle(_templateObject$4 || (_templateObject$4 = _rollupPluginBabelHelpers._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"])));
237
213
  var MuteSvg = {
238
214
  name: 'MuteSvg',
239
215
  props: ['className'],
240
216
  render: function render() {
241
- var h = arguments[0];
242
- return h("svg", {
217
+ return vue.createVNode("svg", {
243
218
  "style": {
244
219
  transform: 'scale(1.5)'
245
220
  },
246
- "attrs": {
247
- "viewBox": "0 0 480 480",
248
- "xmlns": "http://www.w3.org/2000/svg",
249
- "id": "el_D1rEpH2zj",
250
- "width": 28,
251
- "height": 28,
252
- "className": this.$props.className
253
- }
254
- }, [h("g", {
255
- "attrs": {
256
- "id": "el_X81iT9kZYo",
257
- "fillRule": "evenodd"
258
- }
259
- }, [h("g", {
260
- "attrs": {
261
- "id": "el_gMpyalCphp"
262
- }
263
- }, [h("path", {
264
- "attrs": {
265
- "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",
266
- "id": "el_c7H-3u-D4l",
267
- "fillRule": "nonzero"
268
- },
221
+ "viewBox": "0 0 480 480",
222
+ "xmlns": "http://www.w3.org/2000/svg",
223
+ "id": "el_D1rEpH2zj",
224
+ "width": 28,
225
+ "height": 28,
226
+ "className": this.$props.className
227
+ }, [vue.createVNode("g", {
228
+ "id": "el_X81iT9kZYo",
229
+ "fillRule": "evenodd"
230
+ }, [vue.createVNode("g", {
231
+ "id": "el_gMpyalCphp"
232
+ }, [vue.createVNode("path", {
233
+ "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",
234
+ "id": "el_c7H-3u-D4l",
235
+ "fillRule": "nonzero",
269
236
  "style": {
270
237
  fill: '#595959'
271
238
  }
272
- }), h("path", {
273
- "attrs": {
274
- "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",
275
- "id": "el_qhFcdAAFwo",
276
- "fillRule": "nonzero"
277
- },
239
+ }, null), vue.createVNode("path", {
240
+ "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",
241
+ "id": "el_qhFcdAAFwo",
242
+ "fillRule": "nonzero",
278
243
  "style": {
279
244
  fill: '#595959'
280
245
  }
281
- }), h("path", {
282
- "attrs": {
283
- "d": "M11.5,206.5 L142.5,12.5",
284
- "id": "el_M8X8g37WOI",
285
- "strokeLinecap": "round",
286
- "strokeLinejoin": "round"
287
- }
288
- })])])]);
246
+ }, null), vue.createVNode("path", {
247
+ "d": "M11.5,206.5 L142.5,12.5",
248
+ "id": "el_M8X8g37WOI",
249
+ "strokeLinecap": "round",
250
+ "strokeLinejoin": "round"
251
+ }, null)])])]);
289
252
  }
290
253
  };
291
254
 
292
255
  var _templateObject$5;
293
256
 
294
257
  // eslint-disable-next-line
295
- styled.injectGlobal(_templateObject$5 || (_templateObject$5 = _rollupPluginBabelHelpers._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"])));
258
+ vueEmotion.createGlobalStyle(_templateObject$5 || (_templateObject$5 = _rollupPluginBabelHelpers._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"])));
296
259
  var ListenSvg = {
297
260
  name: 'ListenSvg',
298
261
  props: ['className'],
299
262
  render: function render() {
300
- var h = arguments[0];
301
- return h("svg", {
302
- "attrs": {
303
- "viewBox": "0 0 480 480",
304
- "xmlns": "http://www.w3.org/2000/svg",
305
- "xmlnsXlink": "http://www.w3.org/1999/xlink",
306
- "id": "el_hiibMG0x-",
307
- "width": 28,
308
- "height": 29,
309
- "className": this.$props.className
310
- },
263
+ return vue.createVNode("svg", {
264
+ "viewBox": "0 0 480 480",
265
+ "xmlns": "http://www.w3.org/2000/svg",
266
+ "xmlnsXlink": "http://www.w3.org/1999/xlink",
267
+ "id": "el_hiibMG0x-",
268
+ "width": 28,
269
+ "height": 29,
270
+ "className": this.$props.className,
311
271
  "style": {
312
272
  transform: 'scale(1.5)'
313
273
  }
314
- }, [h("defs", [h("path", {
315
- "attrs": {
316
- "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",
317
- "id": "path-1"
318
- }
319
- }), h("path", {
320
- "attrs": {
321
- "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",
322
- "id": "path-3"
323
- }
324
- }), h("path", {
325
- "attrs": {
326
- "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",
327
- "id": "path-5"
328
- }
329
- }), h("path", {
330
- "attrs": {
331
- "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",
332
- "id": "path-7"
333
- }
334
- }), h("path", {
335
- "attrs": {
336
- "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",
337
- "id": "path-9"
338
- }
339
- }), h("path", {
340
- "attrs": {
341
- "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",
342
- "id": "path-11"
343
- }
344
- }), h("path", {
345
- "attrs": {
346
- "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",
347
- "id": "path-13"
348
- }
349
- }), h("path", {
350
- "attrs": {
351
- "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",
352
- "id": "path-15"
353
- }
354
- })]), h("g", {
355
- "attrs": {
356
- "id": "el_QJeJ_2CDw5",
357
- "fillRule": "evenodd"
358
- }
359
- }, [h("g", {
360
- "attrs": {
361
- "id": "el_UYYCfubTRf"
362
- }
363
- }, [h("path", {
364
- "attrs": {
365
- "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",
366
- "id": "el_uzZNtK32Zi",
367
- "fillRule": "nonzero"
368
- },
274
+ }, [vue.createVNode("defs", null, [vue.createVNode("path", {
275
+ "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",
276
+ "id": "path-1"
277
+ }, null), vue.createVNode("path", {
278
+ "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",
279
+ "id": "path-3"
280
+ }, null), vue.createVNode("path", {
281
+ "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",
282
+ "id": "path-5"
283
+ }, null), vue.createVNode("path", {
284
+ "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",
285
+ "id": "path-7"
286
+ }, null), vue.createVNode("path", {
287
+ "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",
288
+ "id": "path-9"
289
+ }, null), vue.createVNode("path", {
290
+ "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",
291
+ "id": "path-11"
292
+ }, null), vue.createVNode("path", {
293
+ "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",
294
+ "id": "path-13"
295
+ }, null), vue.createVNode("path", {
296
+ "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",
297
+ "id": "path-15"
298
+ }, null)]), vue.createVNode("g", {
299
+ "id": "el_QJeJ_2CDw5",
300
+ "fillRule": "evenodd"
301
+ }, [vue.createVNode("g", {
302
+ "id": "el_UYYCfubTRf"
303
+ }, [vue.createVNode("path", {
304
+ "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",
305
+ "id": "el_uzZNtK32Zi",
306
+ "fillRule": "nonzero",
369
307
  "style": {
370
308
  fill: '#0B6AFF'
371
309
  }
372
- }), h("path", {
373
- "attrs": {
374
- "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",
375
- "id": "el_EYKQ2N9Kgy",
376
- "fillRule": "nonzero"
377
- }
378
- }), h("g", {
379
- "attrs": {
380
- "id": "el_6SDP2LAgKC"
381
- }
382
- }, [h("mask", {
383
- "attrs": {
384
- "id": "mask-2",
385
- "fill": "#fff"
386
- }
387
- }, [h("use", {
388
- "attrs": {
389
- "xlink:href": "#path-1"
390
- }
391
- })]), h("path", {
392
- "attrs": {
393
- "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",
394
- "id": "el_-Vm65Ltfy7",
395
- "fillRule": "nonzero",
396
- "mask": "url(#mask-2)"
397
- }
398
- }), h("rect", {
399
- "attrs": {
400
- "id": "el_q04iZcSim4",
401
- "mask": "url(#mask-2)",
402
- "x": "0.279",
403
- "width": "77",
404
- "height": "130"
405
- }
406
- })]), h("g", {
407
- "attrs": {
408
- "id": "el_6WKby7wXqV"
409
- }
410
- }, [h("mask", {
411
- "attrs": {
412
- "id": "mask-4",
413
- "fill": "#fff"
414
- }
415
- }, [h("use", {
416
- "attrs": {
417
- "xlink:href": "#path-3"
418
- }
419
- })]), h("path", {
420
- "attrs": {
421
- "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",
422
- "id": "el_9bggsfQOtU",
423
- "fillRule": "nonzero",
424
- "mask": "url(#mask-4)"
425
- }
426
- }), h("rect", {
427
- "attrs": {
428
- "id": "el_NKxqi9eIym",
429
- "mask": "url(#mask-4)",
430
- "x": "0.279",
431
- "width": "77",
432
- "height": "115"
433
- }
434
- })]), h("g", {
435
- "attrs": {
436
- "id": "el_Wi-my975tM"
437
- }
438
- }, [h("mask", {
439
- "attrs": {
440
- "id": "mask-6",
441
- "fill": "#fff"
442
- }
443
- }, [h("use", {
444
- "attrs": {
445
- "xlink:href": "#path-5"
446
- }
447
- })]), h("path", {
448
- "attrs": {
449
- "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",
450
- "id": "el_zclQ34fvf7",
451
- "fillRule": "nonzero",
452
- "mask": "url(#mask-6)"
453
- }
454
- }), h("rect", {
455
- "attrs": {
456
- "id": "el_1OsvRT8HkeZ",
457
- "mask": "url(#mask-6)",
458
- "x": "0.279",
459
- "width": "77",
460
- "height": "100"
461
- }
462
- })]), h("g", {
463
- "attrs": {
464
- "id": "el_DkfFFTaFxy8"
465
- }
466
- }, [h("mask", {
467
- "attrs": {
468
- "id": "mask-8",
469
- "fill": "#fff"
470
- }
471
- }, [h("use", {
472
- "attrs": {
473
- "xlink:href": "#path-7"
474
- }
475
- })]), h("path", {
476
- "attrs": {
477
- "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",
478
- "id": "el_aa9sjx4H0vA",
479
- "fillRule": "nonzero",
480
- "mask": "url(#mask-8)"
481
- }
482
- }), h("rect", {
483
- "attrs": {
484
- "id": "el_tea114vWg0J",
485
- "mask": "url(#mask-8)",
486
- "x": "0.279",
487
- "width": "77",
488
- "height": "85"
489
- }
490
- })]), h("g", {
491
- "attrs": {
492
- "id": "el_34IgwiMB5rf"
493
- }
494
- }, [h("mask", {
495
- "attrs": {
496
- "id": "mask-10",
497
- "fill": "#fff"
498
- }
499
- }, [h("use", {
500
- "attrs": {
501
- "xlink:href": "#path-9"
502
- }
503
- })]), h("path", {
504
- "attrs": {
505
- "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",
506
- "id": "el_z5u6RAFhx7d",
507
- "fillRule": "nonzero",
508
- "mask": "url(#mask-10)"
509
- }
510
- }), h("rect", {
511
- "attrs": {
512
- "id": "el_7nfuWmA5Uhy",
513
- "mask": "url(#mask-10)",
514
- "x": "0.279",
515
- "width": "77",
516
- "height": "70"
517
- }
518
- })]), h("g", {
519
- "attrs": {
520
- "id": "el_DeebuCsPTGA"
521
- }
522
- }, [h("mask", {
523
- "attrs": {
524
- "id": "mask-12",
525
- "fill": "#fff"
526
- }
527
- }, [h("use", {
528
- "attrs": {
529
- "xlink:href": "#path-11"
530
- }
531
- })]), h("path", {
532
- "attrs": {
533
- "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",
534
- "id": "el__ZcqlS20zcw",
535
- "fillRule": "nonzero",
536
- "mask": "url(#mask-12)"
537
- }
538
- }), h("rect", {
539
- "attrs": {
540
- "id": "el_8DnEQnD7VWV",
541
- "mask": "url(#mask-12)",
542
- "x": "0.279",
543
- "width": "77",
544
- "height": "55"
545
- }
546
- })]), h("g", {
547
- "attrs": {
548
- "id": "el_ZOjjrPTvyrv"
549
- }
550
- }, [h("mask", {
551
- "attrs": {
552
- "id": "mask-14",
553
- "fill": "#fff"
554
- }
555
- }, [h("use", {
556
- "attrs": {
557
- "xlink:href": "#path-13"
558
- }
559
- })]), h("path", {
560
- "attrs": {
561
- "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",
562
- "id": "el_FYYKCI_u24e",
563
- "fillRule": "nonzero",
564
- "mask": "url(#mask-14)"
565
- }
566
- }), h("rect", {
567
- "attrs": {
568
- "id": "el_XZty4MnTp5Y",
569
- "mask": "url(#mask-14)",
570
- "x": "0.279",
571
- "width": "77",
572
- "height": "40"
573
- }
574
- })]), h("g", {
575
- "attrs": {
576
- "id": "el_2FATegVmf0K"
577
- }
578
- }, [h("mask", {
579
- "attrs": {
580
- "id": "mask-16",
581
- "fill": "#fff"
582
- }
583
- }, [h("use", {
584
- "attrs": {
585
- "xlink:href": "#path-15"
586
- }
587
- })]), h("path", {
588
- "attrs": {
589
- "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",
590
- "id": "el_RMT1KUfbdF8",
591
- "fillRule": "nonzero",
592
- "mask": "url(#mask-16)"
593
- }
594
- }), h("rect", {
595
- "attrs": {
596
- "id": "el_RgLcovvFiO1",
597
- "mask": "url(#mask-16)",
598
- "x": "0.279",
599
- "width": "77",
600
- "height": "25"
601
- }
602
- })])])])]);
310
+ }, null), vue.createVNode("path", {
311
+ "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",
312
+ "id": "el_EYKQ2N9Kgy",
313
+ "fillRule": "nonzero"
314
+ }, null), vue.createVNode("g", {
315
+ "id": "el_6SDP2LAgKC"
316
+ }, [vue.createVNode("mask", {
317
+ "id": "mask-2",
318
+ "fill": "#fff"
319
+ }, [vue.createVNode("use", {
320
+ "xlink:href": "#path-1"
321
+ }, null)]), vue.createVNode("path", {
322
+ "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",
323
+ "id": "el_-Vm65Ltfy7",
324
+ "fillRule": "nonzero",
325
+ "mask": "url(#mask-2)"
326
+ }, null), vue.createVNode("rect", {
327
+ "id": "el_q04iZcSim4",
328
+ "mask": "url(#mask-2)",
329
+ "x": "0.279",
330
+ "width": "77",
331
+ "height": "130"
332
+ }, null)]), vue.createVNode("g", {
333
+ "id": "el_6WKby7wXqV"
334
+ }, [vue.createVNode("mask", {
335
+ "id": "mask-4",
336
+ "fill": "#fff"
337
+ }, [vue.createVNode("use", {
338
+ "xlink:href": "#path-3"
339
+ }, null)]), vue.createVNode("path", {
340
+ "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",
341
+ "id": "el_9bggsfQOtU",
342
+ "fillRule": "nonzero",
343
+ "mask": "url(#mask-4)"
344
+ }, null), vue.createVNode("rect", {
345
+ "id": "el_NKxqi9eIym",
346
+ "mask": "url(#mask-4)",
347
+ "x": "0.279",
348
+ "width": "77",
349
+ "height": "115"
350
+ }, null)]), vue.createVNode("g", {
351
+ "id": "el_Wi-my975tM"
352
+ }, [vue.createVNode("mask", {
353
+ "id": "mask-6",
354
+ "fill": "#fff"
355
+ }, [vue.createVNode("use", {
356
+ "xlink:href": "#path-5"
357
+ }, null)]), vue.createVNode("path", {
358
+ "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",
359
+ "id": "el_zclQ34fvf7",
360
+ "fillRule": "nonzero",
361
+ "mask": "url(#mask-6)"
362
+ }, null), vue.createVNode("rect", {
363
+ "id": "el_1OsvRT8HkeZ",
364
+ "mask": "url(#mask-6)",
365
+ "x": "0.279",
366
+ "width": "77",
367
+ "height": "100"
368
+ }, null)]), vue.createVNode("g", {
369
+ "id": "el_DkfFFTaFxy8"
370
+ }, [vue.createVNode("mask", {
371
+ "id": "mask-8",
372
+ "fill": "#fff"
373
+ }, [vue.createVNode("use", {
374
+ "xlink:href": "#path-7"
375
+ }, null)]), vue.createVNode("path", {
376
+ "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",
377
+ "id": "el_aa9sjx4H0vA",
378
+ "fillRule": "nonzero",
379
+ "mask": "url(#mask-8)"
380
+ }, null), vue.createVNode("rect", {
381
+ "id": "el_tea114vWg0J",
382
+ "mask": "url(#mask-8)",
383
+ "x": "0.279",
384
+ "width": "77",
385
+ "height": "85"
386
+ }, null)]), vue.createVNode("g", {
387
+ "id": "el_34IgwiMB5rf"
388
+ }, [vue.createVNode("mask", {
389
+ "id": "mask-10",
390
+ "fill": "#fff"
391
+ }, [vue.createVNode("use", {
392
+ "xlink:href": "#path-9"
393
+ }, null)]), vue.createVNode("path", {
394
+ "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",
395
+ "id": "el_z5u6RAFhx7d",
396
+ "fillRule": "nonzero",
397
+ "mask": "url(#mask-10)"
398
+ }, null), vue.createVNode("rect", {
399
+ "id": "el_7nfuWmA5Uhy",
400
+ "mask": "url(#mask-10)",
401
+ "x": "0.279",
402
+ "width": "77",
403
+ "height": "70"
404
+ }, null)]), vue.createVNode("g", {
405
+ "id": "el_DeebuCsPTGA"
406
+ }, [vue.createVNode("mask", {
407
+ "id": "mask-12",
408
+ "fill": "#fff"
409
+ }, [vue.createVNode("use", {
410
+ "xlink:href": "#path-11"
411
+ }, null)]), vue.createVNode("path", {
412
+ "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",
413
+ "id": "el__ZcqlS20zcw",
414
+ "fillRule": "nonzero",
415
+ "mask": "url(#mask-12)"
416
+ }, null), vue.createVNode("rect", {
417
+ "id": "el_8DnEQnD7VWV",
418
+ "mask": "url(#mask-12)",
419
+ "x": "0.279",
420
+ "width": "77",
421
+ "height": "55"
422
+ }, null)]), vue.createVNode("g", {
423
+ "id": "el_ZOjjrPTvyrv"
424
+ }, [vue.createVNode("mask", {
425
+ "id": "mask-14",
426
+ "fill": "#fff"
427
+ }, [vue.createVNode("use", {
428
+ "xlink:href": "#path-13"
429
+ }, null)]), vue.createVNode("path", {
430
+ "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",
431
+ "id": "el_FYYKCI_u24e",
432
+ "fillRule": "nonzero",
433
+ "mask": "url(#mask-14)"
434
+ }, null), vue.createVNode("rect", {
435
+ "id": "el_XZty4MnTp5Y",
436
+ "mask": "url(#mask-14)",
437
+ "x": "0.279",
438
+ "width": "77",
439
+ "height": "40"
440
+ }, null)]), vue.createVNode("g", {
441
+ "id": "el_2FATegVmf0K"
442
+ }, [vue.createVNode("mask", {
443
+ "id": "mask-16",
444
+ "fill": "#fff"
445
+ }, [vue.createVNode("use", {
446
+ "xlink:href": "#path-15"
447
+ }, null)]), vue.createVNode("path", {
448
+ "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",
449
+ "id": "el_RMT1KUfbdF8",
450
+ "fillRule": "nonzero",
451
+ "mask": "url(#mask-16)"
452
+ }, null), vue.createVNode("rect", {
453
+ "id": "el_RgLcovvFiO1",
454
+ "mask": "url(#mask-16)",
455
+ "x": "0.279",
456
+ "width": "77",
457
+ "height": "25"
458
+ }, null)])])])]);
603
459
  }
604
460
  };
605
461
 
@@ -718,38 +574,25 @@ var Mic = {
718
574
  return index.hasCustomRenderer(this);
719
575
  },
720
576
  Icon: function Icon() {
721
- var h = this.$createElement;
722
577
  var status = this.$data.status;
723
578
  var className = this.$props.className;
724
579
  switch (status) {
725
580
  case STATUS.active:
726
- return h(ListenSvg, {
727
- "attrs": {
728
- "className": className
729
- },
730
- "nativeOn": {
731
- "click": this.handleClick
732
- }
733
- });
581
+ return vue.createVNode(ListenSvg, {
582
+ "className": className,
583
+ "nativeOnClick": this.handleClick
584
+ }, null);
734
585
  case STATUS.stopped:
735
586
  case STATUS.denied:
736
- return h(MuteSvg, {
737
- "attrs": {
738
- "className": className
739
- },
740
- "nativeOn": {
741
- "click": this.handleClick
742
- }
743
- });
587
+ return vue.createVNode(MuteSvg, {
588
+ "className": className,
589
+ "nativeOnClick": this.handleClick
590
+ }, null);
744
591
  default:
745
- return h(MicSvg, {
746
- "attrs": {
747
- "className": className
748
- },
749
- "nativeOn": {
750
- "click": this.handleClick
751
- }
752
- });
592
+ return vue.createVNode(MicSvg, {
593
+ "className": className,
594
+ "nativeOnClick": this.handleClick
595
+ }, null);
753
596
  }
754
597
  }
755
598
  },
@@ -768,11 +611,15 @@ var Mic = {
768
611
  }
769
612
  },
770
613
  render: function render() {
771
- var h = arguments[0];
614
+ var _this2 = this;
772
615
  if (this.hasCustomRenderer) {
773
616
  return this.getComponent();
774
617
  }
775
- return h(CancelSvg.IconWrapper, [this.Icon]);
618
+ return vue.createVNode(CancelSvg.IconWrapper, null, {
619
+ "default": function _default() {
620
+ return [_this2.Icon];
621
+ }
622
+ });
776
623
  }
777
624
  };
778
625
 
@@ -789,96 +636,80 @@ var CustomSvg = {
789
636
  };
790
637
  },
791
638
  render: function render() {
792
- var h = arguments[0];
793
639
  if (this.customIcon) {
794
- return h("div", {
640
+ return vue.createVNode("div", {
795
641
  "class": this.$props.className
796
642
  }, [this.customIcon]);
797
643
  }
798
644
  if (this.$props.type === 'recent-search-icon') {
799
- return h("svg", {
800
- "attrs": {
801
- "xmlns": "http://www.w3.org/2000/svg",
802
- "alt": "Recent Search",
803
- "height": "20",
804
- "width": "20",
805
- "viewBox": "0 0 24 24"
806
- },
645
+ return vue.createVNode("svg", {
646
+ "xmlns": "http://www.w3.org/2000/svg",
647
+ "alt": "Recent Search",
648
+ "height": "20",
649
+ "width": "20",
650
+ "viewBox": "0 0 24 24",
807
651
  "style": {
808
652
  fill: '#707070'
809
653
  },
810
654
  "class": this.$props.className
811
- }, [h("path", {
812
- "attrs": {
813
- "d": "M0 0h24v24H0z",
814
- "fill": "none"
815
- }
816
- }), h("path", {
817
- "attrs": {
818
- "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"
819
- }
820
- })]);
655
+ }, [vue.createVNode("path", {
656
+ "d": "M0 0h24v24H0z",
657
+ "fill": "none"
658
+ }, null), vue.createVNode("path", {
659
+ "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"
660
+ }, null)]);
821
661
  }
822
662
  if (this.$props.type === 'promoted-search-icon') {
823
- return h("svg", {
824
- "attrs": {
825
- "xmlns": "http://www.w3.org/2000/svg",
826
- "width": "20",
827
- "alt": "promoted search",
828
- "height": "20",
829
- "viewBox": "0 0 24 24"
830
- },
663
+ return vue.createVNode("svg", {
664
+ "xmlns": "http://www.w3.org/2000/svg",
665
+ "width": "20",
666
+ "alt": "promoted search",
667
+ "height": "20",
668
+ "viewBox": "0 0 24 24",
831
669
  "class": this.$props.className,
832
670
  "style": {
833
671
  fill: '#707070'
834
672
  }
835
- }, [h("path", {
836
- "attrs": {
837
- "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"
838
- }
839
- })]);
673
+ }, [vue.createVNode("path", {
674
+ "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"
675
+ }, null)]);
840
676
  }
841
677
  if (this.$props.type === 'popular-search-icon') {
842
- return h("svg", {
843
- "attrs": {
844
- "xmlns": "http://www.w3.org/2000/svg",
845
- "alt": "Popular Search",
846
- "height": "20",
847
- "width": "20",
848
- "viewBox": "0 0 24 24"
849
- },
678
+ return vue.createVNode("svg", {
679
+ "xmlns": "http://www.w3.org/2000/svg",
680
+ "alt": "Popular Search",
681
+ "height": "20",
682
+ "width": "20",
683
+ "viewBox": "0 0 24 24",
850
684
  "style": {
851
685
  fill: '#707070'
852
686
  },
853
687
  "class": this.$props.className
854
- }, [h("path", {
855
- "attrs": {
856
- "d": "M0 0h24v24H0z",
857
- "fill": "none"
858
- }
859
- }), h("path", {
860
- "attrs": {
861
- "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"
862
- }
863
- })]);
688
+ }, [vue.createVNode("path", {
689
+ "d": "M0 0h24v24H0z",
690
+ "fill": "none"
691
+ }, null), vue.createVNode("path", {
692
+ "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"
693
+ }, null)]);
864
694
  }
865
- return h(SearchSvg, {
866
- "attrs": {
867
- "styles": {
868
- position: 'relative',
869
- fill: '#707070',
870
- left: '3px',
871
- marginRight: '8px'
872
- }
873
- }
874
- });
695
+ return vue.createVNode(SearchSvg, {
696
+ "styles": {
697
+ position: 'relative',
698
+ fill: '#707070',
699
+ left: '3px',
700
+ marginRight: '8px'
701
+ }
702
+ }, null);
875
703
  }
876
704
  };
877
705
 
878
706
  var _templateObject$6, _templateObject2;
879
- var TagsContainer = styled__default('div')(_templateObject$6 || (_templateObject$6 = _rollupPluginBabelHelpers._taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n\tflex-wrap: wrap;\n\tmargin-top: 10px;\n\twidth: 100%;\n"])));
880
- var TagItem = styled__default('span')(_templateObject2 || (_templateObject2 = _rollupPluginBabelHelpers._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"])));
707
+ var TagsContainer = vueEmotion.styled('div')(_templateObject$6 || (_templateObject$6 = _rollupPluginBabelHelpers._taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n\tflex-wrap: wrap;\n\tmargin-top: 10px;\n\twidth: 100%;\n"])));
708
+ var TagItem = vueEmotion.styled('span')(_templateObject2 || (_templateObject2 = _rollupPluginBabelHelpers._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"])));
881
709
 
710
+ function _isSlot(s) {
711
+ return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !vue.isVNode(s);
712
+ }
882
713
  var updateQuery = configureStore.Actions.updateQuery,
883
714
  setQueryOptions = configureStore.Actions.setQueryOptions,
884
715
  setCustomQuery = configureStore.Actions.setCustomQuery,
@@ -1547,31 +1378,31 @@ var DataSearch = {
1547
1378
  return highlightedIndex === index ? '#eee' : '#fff';
1548
1379
  },
1549
1380
  renderIcon: function renderIcon() {
1550
- var h = this.$createElement;
1551
1381
  if (this.$props.showIcon) {
1552
- return this.$props.icon || h(SearchSvg);
1382
+ return this.$props.icon || vue.createVNode(SearchSvg, null, null);
1553
1383
  }
1554
1384
  return null;
1555
1385
  },
1556
1386
  renderErrorComponent: function renderErrorComponent() {
1557
- var h = this.$createElement;
1558
- var renderError = this.$scopedSlots.renderError || this.$props.renderError;
1387
+ var _this3 = this;
1388
+ var renderError = this.$slots.renderError || this.$props.renderError;
1559
1389
  if (this.error && renderError && this.$data.currentValue && !this.isLoading) {
1560
- return h(SuggestionWrapper, {
1561
- "attrs": {
1562
- "innerClass": this.$props.innerClass,
1563
- "innerClassName": "error",
1564
- "theme": this.theme,
1565
- "themePreset": this.themePreset
1390
+ return vue.createVNode(SuggestionWrapper, {
1391
+ "innerClass": this.$props.innerClass,
1392
+ "innerClassName": "error",
1393
+ "theme": this.theme,
1394
+ "themePreset": this.themePreset
1395
+ }, {
1396
+ "default": function _default() {
1397
+ return [index.isFunction(renderError) ? renderError(_this3.error) : renderError];
1566
1398
  }
1567
- }, [index.isFunction(renderError) ? renderError(this.error) : renderError]);
1399
+ });
1568
1400
  }
1569
1401
  return null;
1570
1402
  },
1571
1403
  renderCancelIcon: function renderCancelIcon() {
1572
- var h = this.$createElement;
1573
1404
  if (this.$props.showClear) {
1574
- return this.$props.clearIcon || h(CancelSvg.CancelSvg);
1405
+ return this.$props.clearIcon || vue.createVNode(CancelSvg.CancelSvg, null, null);
1575
1406
  }
1576
1407
  return null;
1577
1408
  },
@@ -1579,58 +1410,58 @@ var DataSearch = {
1579
1410
  if (finalSuggestionsList === void 0) {
1580
1411
  finalSuggestionsList = [];
1581
1412
  }
1582
- var h = this.$createElement;
1583
1413
  var _this$$props4 = this.$props,
1584
1414
  theme = _this$$props4.theme,
1585
1415
  innerClass = _this$$props4.innerClass;
1586
- var renderNoSuggestion = this.$scopedSlots.renderNoSuggestion || this.$props.renderNoSuggestion;
1587
- var renderError = this.$scopedSlots.renderError || this.$props.renderError;
1416
+ var renderNoSuggestion = this.$slots.renderNoSuggestion() || this.$props.renderNoSuggestion;
1417
+ var renderError = this.$slots.renderError() || this.$props.renderError;
1588
1418
  var _this$$data = this.$data,
1589
1419
  isOpen = _this$$data.isOpen,
1590
1420
  currentValue = _this$$data.currentValue;
1591
1421
  if (renderNoSuggestion && isOpen && !finalSuggestionsList.length && !this.isLoading && currentValue && !(renderError && this.error)) {
1592
- return h(SuggestionWrapper, {
1593
- "attrs": {
1594
- "innerClass": innerClass,
1595
- "themePreset": this.themePreset,
1596
- "theme": theme,
1597
- "innerClassName": "noSuggestion"
1598
- },
1422
+ return vue.createVNode(SuggestionWrapper, {
1423
+ "innerClass": innerClass,
1424
+ "themePreset": this.themePreset,
1425
+ "theme": theme,
1426
+ "innerClassName": "noSuggestion",
1599
1427
  "scopedSlots": {
1600
1428
  "default": function _default() {
1601
1429
  return typeof renderNoSuggestion === 'function' ? renderNoSuggestion(currentValue) : renderNoSuggestion;
1602
1430
  }
1603
1431
  }
1604
- });
1432
+ }, null);
1605
1433
  }
1606
1434
  return null;
1607
1435
  },
1608
1436
  renderInputAddonBefore: function renderInputAddonBefore() {
1609
- var h = this.$createElement;
1610
- var addonBefore = this.$scopedSlots.addonBefore;
1437
+ var addonBefore = this.$slots.addonBefore;
1611
1438
  if (addonBefore) {
1612
- return h(InputAddon, [addonBefore()]);
1439
+ var _slot;
1440
+ return vue.createVNode(InputAddon, null, _isSlot(_slot = addonBefore()) ? _slot : {
1441
+ "default": function _default() {
1442
+ return [_slot];
1443
+ }
1444
+ });
1613
1445
  }
1614
1446
  return null;
1615
1447
  },
1616
1448
  renderTag: function renderTag(item) {
1617
- var _this3 = this;
1618
- var h = this.$createElement;
1449
+ var _this4 = this;
1619
1450
  var innerClass = this.$props.innerClass;
1620
- return h(TagItem, {
1451
+ return vue.createVNode(TagItem, {
1621
1452
  "class": getClassName$1(innerClass, 'selected-tag') || ''
1622
- }, [h("span", [item]), h("span", {
1623
- "attrs": {
1624
- "role": "img",
1625
- "aria-label": "delete-tag"
1626
- },
1627
- "class": "close-icon",
1628
- "on": {
1629
- "click": function click() {
1630
- return _this3.clearTag(item);
1631
- }
1453
+ }, {
1454
+ "default": function _default() {
1455
+ return [vue.createVNode("span", null, [item]), vue.createVNode("span", {
1456
+ "role": "img",
1457
+ "aria-label": "delete-tag",
1458
+ "class": "close-icon",
1459
+ "onClick": function onClick() {
1460
+ return _this4.clearTag(item);
1461
+ }
1462
+ }, [vue.createVNode(CancelSvg.CancelSvg, null, null)])];
1632
1463
  }
1633
- }, [h(CancelSvg.CancelSvg)])]);
1464
+ });
1634
1465
  },
1635
1466
  clearAllTags: function clearAllTags() {
1636
1467
  this.selectedTags = [];
@@ -1649,43 +1480,51 @@ var DataSearch = {
1649
1480
  }
1650
1481
  },
1651
1482
  renderTags: function renderTags() {
1652
- var _this4 = this;
1653
- var h = this.$createElement;
1483
+ var _this5 = this;
1654
1484
  if (!Array.isArray(this.selectedTags)) {
1655
1485
  return null;
1656
1486
  }
1657
1487
  var tagsList = [].concat(this.selectedTags);
1658
1488
  var shouldRenderClearAllTag = tagsList.length > 1;
1659
- var renderSelectedTags = this.$scopedSlots.renderSelectedTags || this.$props.renderSelectedTags;
1489
+ var renderSelectedTags = this.$slots.renderSelectedTags || this.$props.renderSelectedTags;
1660
1490
  return renderSelectedTags ? renderSelectedTags({
1661
1491
  values: this.selectedTags,
1662
1492
  handleClear: this.clearTag,
1663
1493
  handleClearAll: this.clearAllTags
1664
- }) : h(TagsContainer, [tagsList.map(function (item) {
1665
- return _this4.renderTag(item);
1666
- }), shouldRenderClearAllTag && h(TagItem, {
1667
- "class": getClassName$1(this.$props.innerClass, 'selected-tag') || ''
1668
- }, [h("span", ["Clear All"]), h("span", {
1669
- "attrs": {
1670
- "role": "img",
1671
- "aria-label": "delete-tag"
1672
- },
1673
- "class": "close-icon",
1674
- "on": {
1675
- "click": this.clearAllTags
1494
+ }) : vue.createVNode(TagsContainer, null, {
1495
+ "default": function _default() {
1496
+ return [tagsList.map(function (item) {
1497
+ return _this5.renderTag(item);
1498
+ }), shouldRenderClearAllTag && vue.createVNode(TagItem, {
1499
+ "class": getClassName$1(_this5.$props.innerClass, 'selected-tag') || ''
1500
+ }, {
1501
+ "default": function _default() {
1502
+ return [vue.createVNode("span", null, [vue.createTextVNode("Clear All")]), vue.createVNode("span", {
1503
+ "role": "img",
1504
+ "aria-label": "delete-tag",
1505
+ "class": "close-icon",
1506
+ "onClick": _this5.clearAllTags
1507
+ }, [vue.createVNode(CancelSvg.CancelSvg, null, null)])];
1508
+ }
1509
+ })];
1676
1510
  }
1677
- }, [h(CancelSvg.CancelSvg)])])]);
1511
+ });
1678
1512
  },
1679
1513
  renderInputAddonAfter: function renderInputAddonAfter() {
1680
- var h = this.$createElement;
1681
- var addonAfter = this.$scopedSlots.addonAfter;
1514
+ var addonAfter = this.$slots.addonAfter;
1682
1515
  if (addonAfter) {
1683
- return h(InputAddon, [addonAfter()]);
1516
+ var _slot2;
1517
+ return vue.createVNode(InputAddon, null, _isSlot(_slot2 = addonAfter()) ? _slot2 : {
1518
+ "default": function _default() {
1519
+ return [_slot2];
1520
+ }
1521
+ });
1684
1522
  }
1685
1523
  return null;
1686
1524
  },
1687
1525
  renderIcons: function renderIcons() {
1688
- var h = this.$createElement;
1526
+ var _this6 = this;
1527
+ var _slot3, _slot4, _slot5;
1689
1528
  var _this$$props5 = this.$props,
1690
1529
  iconPosition = _this$$props5.iconPosition,
1691
1530
  showClear = _this$$props5.showClear,
@@ -1693,42 +1532,48 @@ var DataSearch = {
1693
1532
  getMicInstance = _this$$props5.getMicInstance,
1694
1533
  showVoiceSearch = _this$$props5.showVoiceSearch,
1695
1534
  showIcon = _this$$props5.showIcon;
1696
- var renderMic = this.$scopedSlots.renderMic || this.$props.renderMic;
1535
+ var renderMic = this.$slots.renderMic || this.$props.renderMic;
1697
1536
  var currentValue = this.$data.currentValue;
1698
- return h("div", [h(CancelSvg.IconGroup, {
1699
- "attrs": {
1700
- "groupPosition": "right",
1701
- "positionType": "absolute"
1702
- }
1703
- }, [currentValue && showClear && h(CancelSvg.IconWrapper, {
1704
- "on": {
1705
- "click": this.clearValue
1706
- },
1707
- "attrs": {
1708
- "showIcon": showIcon,
1709
- "isClearIcon": true
1710
- }
1711
- }, [this.renderCancelIcon()]), showVoiceSearch && h(Mic, {
1712
- "attrs": {
1713
- "getInstance": getMicInstance,
1714
- "render": renderMic,
1715
- "handleResult": this.handleVoiceResults,
1716
- "className": getClassName$1(innerClass, 'mic') || null
1717
- }
1718
- }), iconPosition === 'right' && showIcon && h(CancelSvg.IconWrapper, {
1719
- "on": {
1720
- "click": this.handleSearchIconClick
1721
- }
1722
- }, [this.renderIcon()])]), h(CancelSvg.IconGroup, {
1723
- "attrs": {
1724
- "groupPosition": "left",
1725
- "positionType": "absolute"
1537
+ return vue.createVNode("div", null, [vue.createVNode(CancelSvg.IconGroup, {
1538
+ "groupPosition": "right",
1539
+ "positionType": "absolute"
1540
+ }, {
1541
+ "default": function _default() {
1542
+ return [currentValue && showClear && vue.createVNode(CancelSvg.IconWrapper, {
1543
+ "onClick": _this6.clearValue,
1544
+ "showIcon": showIcon,
1545
+ "isClearIcon": true
1546
+ }, _isSlot(_slot3 = _this6.renderCancelIcon()) ? _slot3 : {
1547
+ "default": function _default() {
1548
+ return [_slot3];
1549
+ }
1550
+ }), showVoiceSearch && vue.createVNode(Mic, {
1551
+ "getInstance": getMicInstance,
1552
+ "render": renderMic,
1553
+ "handleResult": _this6.handleVoiceResults,
1554
+ "className": getClassName$1(innerClass, 'mic') || null
1555
+ }, null), iconPosition === 'right' && showIcon && vue.createVNode(CancelSvg.IconWrapper, {
1556
+ "onClick": _this6.handleSearchIconClick
1557
+ }, _isSlot(_slot4 = _this6.renderIcon()) ? _slot4 : {
1558
+ "default": function _default() {
1559
+ return [_slot4];
1560
+ }
1561
+ })];
1726
1562
  }
1727
- }, [iconPosition === 'left' && showIcon && h(CancelSvg.IconWrapper, {
1728
- "on": {
1729
- "click": this.handleSearchIconClick
1563
+ }), vue.createVNode(CancelSvg.IconGroup, {
1564
+ "groupPosition": "left",
1565
+ "positionType": "absolute"
1566
+ }, {
1567
+ "default": function _default() {
1568
+ return [iconPosition === 'left' && showIcon && vue.createVNode(CancelSvg.IconWrapper, {
1569
+ "onClick": _this6.handleSearchIconClick
1570
+ }, _isSlot(_slot5 = _this6.renderIcon()) ? _slot5 : {
1571
+ "default": function _default() {
1572
+ return [_slot5];
1573
+ }
1574
+ })];
1730
1575
  }
1731
- }, [this.renderIcon()])])]);
1576
+ })]);
1732
1577
  },
1733
1578
  focusSearchBox: function focusSearchBox(event) {
1734
1579
  var _this$$refs, _this$$refs$this$$pro;
@@ -1741,7 +1586,7 @@ var DataSearch = {
1741
1586
  (_this$$refs = this.$refs) == null ? void 0 : (_this$$refs$this$$pro = _this$$refs[this.$props.innerRef]) == null ? void 0 : _this$$refs$this$$pro.focus(); // eslint-disable-line
1742
1587
  },
1743
1588
  listenForFocusShortcuts: function listenForFocusShortcuts() {
1744
- var _this5 = this;
1589
+ var _this7 = this;
1745
1590
  var _this$$props$focusSho = this.$props.focusShortcuts,
1746
1591
  focusShortcuts = _this$$props$focusSho === void 0 ? ['/'] : _this$$props$focusSho;
1747
1592
  if (index.isEmpty(focusShortcuts)) {
@@ -1756,7 +1601,7 @@ var DataSearch = {
1756
1601
  function (event, handler) {
1757
1602
  // Prevent the default refresh event under WINDOWS system
1758
1603
  event.preventDefault();
1759
- _this5.focusSearchBox(event);
1604
+ _this7.focusSearchBox(event);
1760
1605
  });
1761
1606
 
1762
1607
  // if one of modifier keys are used, they are handled below
@@ -1766,7 +1611,7 @@ var DataSearch = {
1766
1611
  for (var index$1 = 0; index$1 < modifierKeys.length; index$1 += 1) {
1767
1612
  var element = modifierKeys[index$1];
1768
1613
  if (hotkeys[element]) {
1769
- _this5.focusSearchBox(event);
1614
+ _this7.focusSearchBox(event);
1770
1615
  break;
1771
1616
  }
1772
1617
  }
@@ -1774,217 +1619,234 @@ var DataSearch = {
1774
1619
  }
1775
1620
  },
1776
1621
  render: function render() {
1777
- var _this6 = this;
1778
- var h = arguments[0];
1622
+ var _this8 = this;
1779
1623
  var _this$$props6 = this.$props,
1780
1624
  theme = _this$$props6.theme,
1781
1625
  size = _this$$props6.size,
1782
1626
  expandSuggestionsContainer = _this$$props6.expandSuggestionsContainer,
1783
1627
  enableDefaultSuggestions = _this$$props6.enableDefaultSuggestions;
1784
- var _this$$scopedSlots = this.$scopedSlots,
1785
- recentSearchesIcon = _this$$scopedSlots.recentSearchesIcon,
1786
- popularSearchesIcon = _this$$scopedSlots.popularSearchesIcon;
1628
+ var _this$$slots = this.$slots,
1629
+ recentSearchesIcon = _this$$slots.recentSearchesIcon,
1630
+ popularSearchesIcon = _this$$slots.popularSearchesIcon;
1787
1631
  var hasSuggestions = this.currentValue ? this.suggestionsList.length || this.topSuggestions.length : this.defaultSearchSuggestions.length;
1788
1632
  if (enableDefaultSuggestions === false && !this.currentValue) {
1789
1633
  hasSuggestions = false;
1790
1634
  }
1791
- return h(Container.Container, {
1635
+ return vue.createVNode(Container.Container, {
1792
1636
  "class": this.$props.className
1793
- }, [this.$props.title && h(Title.Title, {
1794
- "class": getClassName$1(this.$props.innerClass, 'title') || ''
1795
- }, [this.$props.title]), this.$props.defaultSuggestions || this.$props.autosuggest ? h(CancelSvg.Downshift, {
1796
- "attrs": {
1797
- "id": this.$props.componentId + "-downshift",
1798
- "handleChange": this.onSuggestionSelected,
1799
- "handleMouseup": this.handleStateChange,
1800
- "isOpen": this.$data.isOpen
1801
- },
1802
- "scopedSlots": {
1803
- "default": function _default(_ref4) {
1804
- var getInputEvents = _ref4.getInputEvents,
1805
- getInputProps = _ref4.getInputProps,
1806
- getItemProps = _ref4.getItemProps,
1807
- getItemEvents = _ref4.getItemEvents,
1808
- isOpen = _ref4.isOpen,
1809
- highlightedIndex = _ref4.highlightedIndex,
1810
- setHighlightedIndex = _ref4.setHighlightedIndex;
1811
- var renderSuggestionsContainer = function renderSuggestionsContainer() {
1812
- return h("div", [_this6.hasCustomRenderer && _this6.getComponent({
1813
- isOpen: isOpen,
1814
- getItemProps: getItemProps,
1815
- getItemEvents: getItemEvents,
1816
- highlightedIndex: highlightedIndex
1817
- }), _this6.renderErrorComponent(), !_this6.hasCustomRenderer && isOpen && hasSuggestions ? h("ul", {
1818
- "class": Input.suggestions(_this6.themePreset, theme) + " " + getClassName$1(_this6.$props.innerClass, 'list')
1819
- }, [_this6.suggestionsList.slice(0, size || 10).map(function (item, index) {
1820
- return h("li", {
1821
- "domProps": _rollupPluginBabelHelpers._extends({}, getItemProps({
1822
- item: item
1823
- })),
1824
- "on": _rollupPluginBabelHelpers._extends({}, getItemEvents({
1825
- item: item
1826
- })),
1827
- "key": index + 1 + "-" + item.value,
1828
- "style": {
1829
- backgroundColor: _this6.getBackgroundColor(highlightedIndex, index)
1830
- }
1831
- }, [h(SuggestionItem, {
1832
- "attrs": {
1833
- "currentValue": _this6.currentValue,
1834
- "suggestion": item
1835
- }
1836
- })]);
1837
- }), _this6.defaultSearchSuggestions.map(function (sugg, index) {
1838
- return h("li", {
1839
- "domProps": _rollupPluginBabelHelpers._extends({}, getItemProps({
1840
- item: sugg
1841
- })),
1842
- "on": _rollupPluginBabelHelpers._extends({}, getItemEvents({
1843
- item: sugg
1844
- })),
1845
- "key": _this6.suggestionsList.length + index + 1 + "-" + sugg.value,
1846
- "style": {
1847
- backgroundColor: _this6.getBackgroundColor(highlightedIndex, _this6.suggestionsList.length + index),
1848
- justifyContent: 'flex-start'
1849
- }
1850
- }, [h("div", {
1851
- "style": {
1852
- padding: '0 10px 0 0'
1853
- }
1854
- }, [sugg.source && sugg.source._recent_search && h(CustomSvg, {
1855
- "attrs": {
1856
- "className": getClassName$1(_this6.$props.innerClass, 'recent-search-icon') || null,
1857
- "icon": recentSearchesIcon,
1858
- "type": "recent-search-icon"
1859
- }
1860
- }), sugg.source && sugg.source._popular_suggestion && h(CustomSvg, {
1861
- "attrs": {
1862
- "className": getClassName$1(_this6.$props.innerClass, 'popular-search-icon') || null,
1863
- "icon": popularSearchesIcon,
1864
- "type": "popular-search-icon"
1865
- }
1866
- })]), h(SuggestionItem, {
1867
- "attrs": {
1868
- "currentValue": _this6.currentValue,
1869
- "suggestion": sugg
1870
- }
1871
- })]);
1872
- }), index.hasQuerySuggestionsRenderer(_this6) ? _this6.getComponent({
1873
- isOpen: isOpen,
1874
- getItemProps: getItemProps,
1875
- getItemEvents: getItemEvents,
1876
- highlightedIndex: highlightedIndex
1877
- }, true) : _this6.topSuggestions.map(function (sugg, index) {
1878
- return h("li", {
1879
- "domProps": _rollupPluginBabelHelpers._extends({}, getItemProps({
1880
- item: sugg
1881
- })),
1882
- "on": _rollupPluginBabelHelpers._extends({}, getItemEvents({
1883
- item: sugg
1884
- })),
1885
- "key": _this6.suggestionsList.length + index + 1 + "-" + sugg.value,
1886
- "style": {
1887
- backgroundColor: _this6.getBackgroundColor(highlightedIndex, _this6.suggestionsList.length + index),
1888
- justifyContent: 'flex-start'
1889
- }
1890
- }, [h("div", {
1891
- "style": {
1892
- padding: '0 10px 0 0'
1893
- }
1894
- }, [h(CustomSvg, {
1895
- "attrs": {
1896
- "className": getClassName$1(_this6.$props.innerClass, 'popular-search-icon') || null,
1897
- "icon": popularSearchesIcon,
1898
- "type": "popular-search-icon"
1899
- }
1900
- })]), h(SuggestionItem, {
1901
- "attrs": {
1902
- "currentValue": _this6.currentValue,
1903
- "suggestion": sugg
1637
+ }, {
1638
+ "default": function _default() {
1639
+ return [_this8.$props.title && vue.createVNode(Title.Title, {
1640
+ "class": getClassName$1(_this8.$props.innerClass, 'title') || ''
1641
+ }, {
1642
+ "default": function _default() {
1643
+ return [_this8.$props.title];
1644
+ }
1645
+ }), _this8.$props.defaultSuggestions || _this8.$props.autosuggest ? vue.createVNode(CancelSvg.Downshift, {
1646
+ "id": _this8.$props.componentId + "-downshift",
1647
+ "handleChange": _this8.onSuggestionSelected,
1648
+ "handleMouseup": _this8.handleStateChange,
1649
+ "isOpen": _this8.$data.isOpen,
1650
+ "scopedSlots": {
1651
+ "default": function _default(_ref4) {
1652
+ var getInputEvents = _ref4.getInputEvents,
1653
+ getInputProps = _ref4.getInputProps,
1654
+ getItemProps = _ref4.getItemProps,
1655
+ getItemEvents = _ref4.getItemEvents,
1656
+ isOpen = _ref4.isOpen,
1657
+ highlightedIndex = _ref4.highlightedIndex,
1658
+ setHighlightedIndex = _ref4.setHighlightedIndex;
1659
+ var renderSuggestionsContainer = function renderSuggestionsContainer() {
1660
+ return vue.createVNode("div", null, [_this8.hasCustomRenderer && _this8.getComponent({
1661
+ isOpen: isOpen,
1662
+ getItemProps: getItemProps,
1663
+ getItemEvents: getItemEvents,
1664
+ highlightedIndex: highlightedIndex
1665
+ }), _this8.renderErrorComponent(), !_this8.hasCustomRenderer && isOpen && hasSuggestions ? vue.createVNode("ul", {
1666
+ "class": Input.suggestions(_this8.themePreset, theme) + " " + getClassName$1(_this8.$props.innerClass, 'list')
1667
+ }, [_this8.suggestionsList.slice(0, size || 10).map(function (item, index) {
1668
+ return vue.createVNode("li", vue.mergeProps({
1669
+ domProps: getItemProps({
1670
+ item: item
1671
+ })
1672
+ }, {
1673
+ on: getItemEvents({
1674
+ item: item
1675
+ })
1676
+ }, {
1677
+ "key": index + 1 + "-" + item.value,
1678
+ "style": {
1679
+ backgroundColor: _this8.getBackgroundColor(highlightedIndex, index)
1680
+ }
1681
+ }), [vue.createVNode(SuggestionItem, {
1682
+ "currentValue": _this8.currentValue,
1683
+ "suggestion": item
1684
+ }, null)]);
1685
+ }), _this8.defaultSearchSuggestions.map(function (sugg, index) {
1686
+ return vue.createVNode("li", vue.mergeProps({
1687
+ domProps: getItemProps({
1688
+ item: sugg
1689
+ })
1690
+ }, {
1691
+ on: getItemEvents({
1692
+ item: sugg
1693
+ })
1694
+ }, {
1695
+ "key": _this8.suggestionsList.length + index + 1 + "-" + sugg.value,
1696
+ "style": {
1697
+ backgroundColor: _this8.getBackgroundColor(highlightedIndex, _this8.suggestionsList.length + index),
1698
+ justifyContent: 'flex-start'
1699
+ }
1700
+ }), [vue.createVNode("div", {
1701
+ "style": {
1702
+ padding: '0 10px 0 0'
1703
+ }
1704
+ }, [sugg.source && sugg.source._recent_search && vue.createVNode(CustomSvg, {
1705
+ "className": getClassName$1(_this8.$props.innerClass, 'recent-search-icon') || null,
1706
+ "icon": recentSearchesIcon,
1707
+ "type": "recent-search-icon"
1708
+ }, null), sugg.source && sugg.source._popular_suggestion && vue.createVNode(CustomSvg, {
1709
+ "className": getClassName$1(_this8.$props.innerClass, 'popular-search-icon') || null,
1710
+ "icon": popularSearchesIcon,
1711
+ "type": "popular-search-icon"
1712
+ }, null)]), vue.createVNode(SuggestionItem, {
1713
+ "currentValue": _this8.currentValue,
1714
+ "suggestion": sugg
1715
+ }, null)]);
1716
+ }), index.hasQuerySuggestionsRenderer(_this8) ? _this8.getComponent({
1717
+ isOpen: isOpen,
1718
+ getItemProps: getItemProps,
1719
+ getItemEvents: getItemEvents,
1720
+ highlightedIndex: highlightedIndex
1721
+ }, true) : _this8.topSuggestions.map(function (sugg, index) {
1722
+ return vue.createVNode("li", vue.mergeProps({
1723
+ domProps: getItemProps({
1724
+ item: sugg
1725
+ })
1726
+ }, {
1727
+ on: getItemEvents({
1728
+ item: sugg
1729
+ })
1730
+ }, {
1731
+ "key": _this8.suggestionsList.length + index + 1 + "-" + sugg.value,
1732
+ "style": {
1733
+ backgroundColor: _this8.getBackgroundColor(highlightedIndex, _this8.suggestionsList.length + index),
1734
+ justifyContent: 'flex-start'
1735
+ }
1736
+ }), [vue.createVNode("div", {
1737
+ "style": {
1738
+ padding: '0 10px 0 0'
1739
+ }
1740
+ }, [vue.createVNode(CustomSvg, {
1741
+ "className": getClassName$1(_this8.$props.innerClass, 'popular-search-icon') || null,
1742
+ "icon": popularSearchesIcon,
1743
+ "type": "popular-search-icon"
1744
+ }, null)]), vue.createVNode(SuggestionItem, {
1745
+ "currentValue": _this8.currentValue,
1746
+ "suggestion": sugg
1747
+ }, null)]);
1748
+ })]) : _this8.renderNoSuggestions(_this8.suggestionsList)]);
1749
+ };
1750
+ return vue.createVNode("div", {
1751
+ "class": Input.suggestionsContainer
1752
+ }, [vue.createVNode(InputGroup, null, {
1753
+ "default": function _default() {
1754
+ return [_this8.renderInputAddonBefore(), vue.createVNode(CancelSvg.InputWrapper, null, {
1755
+ "default": function _default() {
1756
+ return [vue.createVNode(Input.Input, vue.mergeProps({
1757
+ "id": _this8.$props.componentId + "-input",
1758
+ "showIcon": _this8.$props.showIcon,
1759
+ "showClear": _this8.$props.showClear,
1760
+ "iconPosition": _this8.$props.iconPosition,
1761
+ "ref": _this8.$props.innerRef,
1762
+ "class": getClassName$1(_this8.$props.innerClass, 'input'),
1763
+ "placeholder": _this8.$props.placeholder,
1764
+ "autoFocus": _this8.$props.autoFocus
1765
+ }, {
1766
+ on: getInputEvents({
1767
+ onInput: _this8.onInputChange,
1768
+ onBlur: function onBlur(e) {
1769
+ _this8.$emit('blur', e, _this8.triggerQuery);
1770
+ },
1771
+ onFocus: _this8.handleFocus,
1772
+ onKeyPress: function onKeyPress(e) {
1773
+ _this8.$emit('keyPress', e, _this8.triggerQuery);
1774
+ _this8.$emit('key-press', e, _this8.triggerQuery);
1775
+ },
1776
+ onKeyDown: function onKeyDown(e) {
1777
+ return _this8.handleKeyDown(e, highlightedIndex);
1778
+ },
1779
+ onKeyUp: function onKeyUp(e) {
1780
+ _this8.$emit('keyUp', e, _this8.triggerQuery);
1781
+ _this8.$emit('key-up', e, _this8.triggerQuery);
1782
+ },
1783
+ onClick: function onClick() {
1784
+ setHighlightedIndex(null);
1785
+ }
1786
+ })
1787
+ }, {
1788
+ domProps: getInputProps({
1789
+ value: _this8.$data.currentValue === null || typeof _this8.$data.currentValue !== 'string' ? '' : _this8.$data.currentValue
1790
+ })
1791
+ }, {
1792
+ "themePreset": _this8.themePreset,
1793
+ "autocomplete": "off"
1794
+ }), null), _this8.renderIcons(), !expandSuggestionsContainer && renderSuggestionsContainer()];
1795
+ }
1796
+ }), ' ', _this8.renderInputAddonAfter()];
1904
1797
  }
1905
- })]);
1906
- })]) : _this6.renderNoSuggestions(_this6.suggestionsList)]);
1907
- };
1908
- return h("div", {
1909
- "class": Input.suggestionsContainer
1910
- }, [h(InputGroup, [_this6.renderInputAddonBefore(), h(CancelSvg.InputWrapper, [h(Input.Input, {
1911
- "attrs": {
1912
- "id": _this6.$props.componentId + "-input",
1913
- "showIcon": _this6.$props.showIcon,
1914
- "showClear": _this6.$props.showClear,
1915
- "iconPosition": _this6.$props.iconPosition,
1916
- "placeholder": _this6.$props.placeholder,
1917
- "autoFocus": _this6.$props.autoFocus,
1918
- "themePreset": _this6.themePreset,
1919
- "autocomplete": "off"
1920
- },
1921
- "ref": _this6.$props.innerRef,
1922
- "class": getClassName$1(_this6.$props.innerClass, 'input'),
1923
- "on": _rollupPluginBabelHelpers._extends({}, getInputEvents({
1924
- onInput: _this6.onInputChange,
1925
- onBlur: function onBlur(e) {
1926
- _this6.$emit('blur', e, _this6.triggerQuery);
1927
- },
1928
- onFocus: _this6.handleFocus,
1929
- onKeyPress: function onKeyPress(e) {
1930
- _this6.$emit('keyPress', e, _this6.triggerQuery);
1931
- _this6.$emit('key-press', e, _this6.triggerQuery);
1932
- },
1933
- onKeyDown: function onKeyDown(e) {
1934
- return _this6.handleKeyDown(e, highlightedIndex);
1935
- },
1936
- onKeyUp: function onKeyUp(e) {
1937
- _this6.$emit('keyUp', e, _this6.triggerQuery);
1938
- _this6.$emit('key-up', e, _this6.triggerQuery);
1939
- },
1940
- onClick: function onClick() {
1941
- setHighlightedIndex(null);
1798
+ }), expandSuggestionsContainer && renderSuggestionsContainer(), _this8.renderTags()]);
1799
+ }
1800
+ }
1801
+ }, null) : vue.createVNode("div", {
1802
+ "class": Input.suggestionsContainer
1803
+ }, [vue.createVNode(InputGroup, null, {
1804
+ "default": function _default() {
1805
+ return [_this8.renderInputAddonBefore(), vue.createVNode(CancelSvg.InputWrapper, null, {
1806
+ "default": function _default() {
1807
+ return [vue.createVNode(Input.Input, vue.mergeProps({
1808
+ "class": getClassName$1(_this8.$props.innerClass, 'input') || '',
1809
+ "placeholder": _this8.$props.placeholder
1810
+ }, {
1811
+ on: {
1812
+ blur: function blur(e) {
1813
+ _this8.$emit('blur', e, _this8.triggerQuery);
1814
+ },
1815
+ keypress: function keypress(e) {
1816
+ _this8.$emit('keyPress', e, _this8.triggerQuery);
1817
+ _this8.$emit('key-press', e, _this8.triggerQuery);
1818
+ },
1819
+ input: _this8.onInputChange,
1820
+ focus: function focus(e) {
1821
+ _this8.$emit('focus', e, _this8.triggerQuery);
1822
+ },
1823
+ keydown: function keydown(e) {
1824
+ _this8.$emit('keyDown', e, _this8.triggerQuery);
1825
+ _this8.$emit('key-down', e, _this8.triggerQuery);
1826
+ },
1827
+ keyup: function keyup(e) {
1828
+ _this8.$emit('keyUp', e, _this8.triggerQuery);
1829
+ _this8.$emit('key-up', e, _this8.triggerQuery);
1830
+ }
1831
+ }
1832
+ }, {
1833
+ domProps: {
1834
+ autofocus: _this8.$props.autoFocus,
1835
+ value: _this8.$data.currentValue ? _this8.$data.currentValue : ''
1836
+ }
1837
+ }, {
1838
+ "iconPosition": _this8.$props.iconPosition,
1839
+ "showIcon": _this8.$props.showIcon,
1840
+ "showClear": _this8.$props.showClear,
1841
+ "ref": _this8.$props.innerRef,
1842
+ "themePreset": _this8.themePreset
1843
+ }), null), _this8.renderIcons()];
1942
1844
  }
1943
- })),
1944
- "domProps": _rollupPluginBabelHelpers._extends({}, getInputProps({
1945
- value: _this6.$data.currentValue === null || typeof _this6.$data.currentValue !== 'string' ? '' : _this6.$data.currentValue
1946
- }))
1947
- }), _this6.renderIcons(), !expandSuggestionsContainer && renderSuggestionsContainer()]), ' ', _this6.renderInputAddonAfter()]), expandSuggestionsContainer && renderSuggestionsContainer(), _this6.renderTags()]);
1948
- }
1845
+ }), _this8.renderInputAddonAfter()];
1846
+ }
1847
+ }), _this8.renderTags()])];
1949
1848
  }
1950
- }) : h("div", {
1951
- "class": Input.suggestionsContainer
1952
- }, [h(InputGroup, [this.renderInputAddonBefore(), h(CancelSvg.InputWrapper, [h(Input.Input, {
1953
- "class": getClassName$1(this.$props.innerClass, 'input') || '',
1954
- "attrs": {
1955
- "placeholder": this.$props.placeholder,
1956
- "iconPosition": this.$props.iconPosition,
1957
- "showIcon": this.$props.showIcon,
1958
- "showClear": this.$props.showClear,
1959
- "themePreset": this.themePreset
1960
- },
1961
- "on": _rollupPluginBabelHelpers._extends({}, {
1962
- blur: function blur(e) {
1963
- _this6.$emit('blur', e, _this6.triggerQuery);
1964
- },
1965
- keypress: function keypress(e) {
1966
- _this6.$emit('keyPress', e, _this6.triggerQuery);
1967
- _this6.$emit('key-press', e, _this6.triggerQuery);
1968
- },
1969
- input: this.onInputChange,
1970
- focus: function focus(e) {
1971
- _this6.$emit('focus', e, _this6.triggerQuery);
1972
- },
1973
- keydown: function keydown(e) {
1974
- _this6.$emit('keyDown', e, _this6.triggerQuery);
1975
- _this6.$emit('key-down', e, _this6.triggerQuery);
1976
- },
1977
- keyup: function keyup(e) {
1978
- _this6.$emit('keyUp', e, _this6.triggerQuery);
1979
- _this6.$emit('key-up', e, _this6.triggerQuery);
1980
- }
1981
- }),
1982
- "domProps": _rollupPluginBabelHelpers._extends({}, {
1983
- autofocus: this.$props.autoFocus,
1984
- value: this.$data.currentValue ? this.$data.currentValue : ''
1985
- }),
1986
- "ref": this.$props.innerRef
1987
- }), this.renderIcons()]), this.renderInputAddonAfter()]), this.renderTags()])]);
1849
+ });
1988
1850
  },
1989
1851
  destroyed: function destroyed() {
1990
1852
  document.removeEventListener('keydown', this.onKeyDown);