@appbaseio/reactivesearch-vue 1.16.0-alpha.31 → 1.16.0-alpha.32

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.
@@ -27615,7 +27615,7 @@
27615
27615
  require('../components-implementation/drawing-manager'));
27616
27616
 
27617
27617
  function render(_ctx, _cache, $props, $setup, $data, $options) {
27618
- return Vue.openBlock(), Vue.createBlock("div", null, [Vue.renderSlot(_ctx.$slots, "default", {
27618
+ return Vue.openBlock(), Vue.createElementBlock("div", null, [Vue.renderSlot(_ctx.$slots, "default", {
27619
27619
  setDrawingMode: _ctx.setDrawingMode,
27620
27620
  deleteSelection: _ctx.deleteSelection
27621
27621
  })]);
@@ -27639,7 +27639,7 @@
27639
27639
  ref: "flyaway"
27640
27640
  };
27641
27641
  function render$1(_ctx, _cache, $props, $setup, $data, $options) {
27642
- return Vue.openBlock(), Vue.createBlock("div", null, [Vue.createVNode("div", _hoisted_1, [Vue.createCommentVNode(" so named because it will fly away to another component "), Vue.renderSlot(_ctx.$slots, "default")], 512
27642
+ return Vue.openBlock(), Vue.createElementBlock("div", null, [Vue.createElementVNode("div", _hoisted_1, [Vue.createCommentVNode(" so named because it will fly away to another component "), Vue.renderSlot(_ctx.$slots, "default")], 512
27643
27643
  /* NEED_PATCH */
27644
27644
  )]);
27645
27645
  }
@@ -27669,9 +27669,9 @@
27669
27669
  "class": "vue-map-hidden"
27670
27670
  };
27671
27671
  function render$2(_ctx, _cache, $props, $setup, $data, $options) {
27672
- return Vue.openBlock(), Vue.createBlock("div", _hoisted_1$1, [Vue.createVNode("div", _hoisted_2, null, 512
27672
+ return Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1$1, [Vue.createElementVNode("div", _hoisted_2, null, 512
27673
27673
  /* NEED_PATCH */
27674
- ), Vue.createVNode("div", _hoisted_3, [Vue.renderSlot(_ctx.$slots, "default")]), Vue.renderSlot(_ctx.$slots, "visible")]);
27674
+ ), Vue.createElementVNode("div", _hoisted_3, [Vue.renderSlot(_ctx.$slots, "default")]), Vue.renderSlot(_ctx.$slots, "visible")]);
27675
27675
  }
27676
27676
 
27677
27677
  function styleInject(css, ref) {
@@ -27728,7 +27728,7 @@
27728
27728
  "class": "vue-street-view-pano"
27729
27729
  };
27730
27730
  function render$3(_ctx, _cache, $props, $setup, $data, $options) {
27731
- return Vue.openBlock(), Vue.createBlock("div", _hoisted_1$2, [Vue.createVNode("div", _hoisted_2$1, null, 512
27731
+ return Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1$2, [Vue.createElementVNode("div", _hoisted_2$1, null, 512
27732
27732
  /* NEED_PATCH */
27733
27733
  ), Vue.renderSlot(_ctx.$slots, "default")]);
27734
27734
  }
@@ -27918,19 +27918,21 @@
27918
27918
  });
27919
27919
  var script$4 = unwrapExports(placeInput_js_vue_type_script_src_lang);
27920
27920
 
27921
+ var _hoisted_1$3 = ["textContent"];
27922
+ var _hoisted_2$2 = ["placeholder"];
27921
27923
  function render$4(_ctx, _cache, $props, $setup, $data, $options) {
27922
- return Vue.openBlock(), Vue.createBlock("label", null, [Vue.createVNode("span", {
27924
+ return Vue.openBlock(), Vue.createElementBlock("label", null, [Vue.createElementVNode("span", {
27923
27925
  textContent: Vue.toDisplayString(_ctx.label)
27924
27926
  }, null, 8
27925
27927
  /* PROPS */
27926
- , ["textContent"]), Vue.createVNode("input", {
27928
+ , _hoisted_1$3), Vue.createElementVNode("input", {
27927
27929
  type: "text",
27928
27930
  placeholder: _ctx.placeholder,
27929
- "class": _ctx.className,
27931
+ "class": Vue.normalizeClass(_ctx.className),
27930
27932
  ref: "input"
27931
27933
  }, null, 10
27932
27934
  /* CLASS, PROPS */
27933
- , ["placeholder"])]);
27935
+ , _hoisted_2$2)]);
27934
27936
  }
27935
27937
 
27936
27938
  script$4.render = render$4;
@@ -27948,15 +27950,15 @@
27948
27950
  // eslint-disable-next-line global-require -- old style
27949
27951
  require('../components-implementation/autocomplete'));
27950
27952
 
27951
- var _hoisted_1$3 = {
27953
+ var _hoisted_1$4 = {
27952
27954
  key: 0
27953
27955
  };
27954
27956
  function render$5(_ctx, _cache, $props, $setup, $data, $options) {
27955
- return _ctx.$scopedSlots['input'] ? (Vue.openBlock(), Vue.createBlock("span", _hoisted_1$3, [Vue.renderSlot(_ctx.$slots, "input", {
27957
+ return _ctx.$scopedSlots['input'] ? (Vue.openBlock(), Vue.createElementBlock("span", _hoisted_1$4, [Vue.renderSlot(_ctx.$slots, "input", {
27956
27958
  attrs: _ctx.$attrs,
27957
27959
  listeners: _ctx.$listeners,
27958
27960
  ref: _ctx.input
27959
- })])) : !_ctx.$scopedSlots['input'] ? (Vue.openBlock(), Vue.createBlock("input", Vue.mergeProps({
27961
+ })])) : !_ctx.$scopedSlots['input'] ? (Vue.openBlock(), Vue.createElementBlock("input", Vue.mergeProps({
27960
27962
  key: 1,
27961
27963
  ref: "input"
27962
27964
  }, _ctx.$attrs, Vue.toHandlers(_ctx.$listeners)), null, 16
@@ -32389,7 +32391,8 @@
32389
32391
  },
32390
32392
  data: function data() {
32391
32393
  return {
32392
- zIndex: 0
32394
+ zIndex: 0,
32395
+ markerIcon: null
32393
32396
  };
32394
32397
  },
32395
32398
  methods: {
@@ -32521,6 +32524,10 @@
32521
32524
  }
32522
32525
 
32523
32526
  if (renderItem) {
32527
+ marker.setIcon = function (icon) {
32528
+ _this2.markerIcon = icon;
32529
+ };
32530
+
32524
32531
  var data = renderItem(marker);
32525
32532
 
32526
32533
  if ('label' in data) {
@@ -32578,12 +32585,12 @@
32578
32585
  return h(Marker, {
32579
32586
  "key": marker._id,
32580
32587
  "attrs": {
32581
- "icon": markerProps.icon,
32582
32588
  "zIndex": markerProps.zIndex,
32583
32589
  "position": getPosition(marker),
32584
32590
  "options": {
32585
32591
  metaData: marker
32586
- }
32592
+ },
32593
+ "icon": this.markerIcon || markerProps.icon
32587
32594
  },
32588
32595
  "on": {
32589
32596
  "click": function click() {
@@ -33376,7 +33383,7 @@
33376
33383
  });
33377
33384
  }
33378
33385
 
33379
- var version = "1.16.0-alpha.31";
33386
+ var version = "1.16.0-alpha.32";
33380
33387
 
33381
33388
  var _templateObject$o, _templateObject2$b;
33382
33389