nestiq-component-library 1.1.156 → 1.1.158

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -74,7 +74,8 @@ var css_248z$7 = ".shareSection {\r\n height: 340px;\r\n padding: 40px;\r\n b
74
74
  styleInject(css_248z$7);
75
75
 
76
76
  function SharePopup(props) {
77
- var _a = React.useState(true), showPopUp = _a[0]; _a[1];
77
+ var _a;
78
+ var _b = React.useState(true), showPopUp = _b[0]; _b[1];
78
79
  var handleClose = function () {
79
80
  props.onClick();
80
81
  };
@@ -112,7 +113,7 @@ function SharePopup(props) {
112
113
  React.createElement("span", { className: "socialMediaIconText" }, "E-Mail")))),
113
114
  React.createElement("div", { className: "col-10 mx-auto" },
114
115
  React.createElement("div", { className: " row align-items-center position-relative" },
115
- React.createElement("input", { ref: urlInputRef, type: "text", className: "popup_search-input rounded-4 border border-0 ", placeholder: "Enter link here", value: window.location.href, readOnly: true }),
116
+ React.createElement("input", { ref: urlInputRef, type: "text", className: "popup_search-input rounded-4 border border-0 ", placeholder: "Enter link here", value: ((_a = props === null || props === void 0 ? void 0 : props.options) === null || _a === void 0 ? void 0 : _a.override_location) || window.location.href, readOnly: true }),
116
117
  React.createElement("button", { onClick: copyToClipboard, className: "popupcustom-button border border-0 position-absolute me-2 col-lg-3 col-md-3 col-sm-3 rounded-4 fs-6", type: "button", id: "button" },
117
118
  React.createElement("strong", null, "Kopieren")))))))));
118
119
  }
@@ -468,14 +469,14 @@ var iconLayers = "/static/media/layer_icon.9b56c187199c44b5.svg";
468
469
  var immooly = "/static/media/imooly.890e3dd01ea33574.svg";
469
470
 
470
471
  function PropertyCard(props) {
471
- var _a, _b, _c, _d, _e, _f, _g;
472
- var _h = React.useState(false); _h[0]; _h[1];
473
- var _j = React.useState(null), mainImage = _j[0], setMainImage = _j[1];
474
- var _k = React.useState(0), currentImageIndex = _k[0], setCurrentImageIndex = _k[1];
472
+ var _a, _b, _c, _d, _e, _f, _g, _h;
473
+ var _j = React.useState(false); _j[0]; _j[1];
474
+ var _k = React.useState(null), mainImage = _k[0], setMainImage = _k[1];
475
+ var _l = React.useState(0), currentImageIndex = _l[0], setCurrentImageIndex = _l[1];
475
476
  var imageListRef = React.useRef(null);
476
- var _l = React.useState(false); _l[0]; _l[1];
477
477
  var _m = React.useState(false); _m[0]; _m[1];
478
- var _o = React.useState(false), sharePopUp = _o[0], setSharePopUp = _o[1];
478
+ var _o = React.useState(false); _o[0]; _o[1];
479
+ var _p = React.useState(false), sharePopUp = _p[0], setSharePopUp = _p[1];
479
480
  var pictureUrls = ((_b = (_a = props.property) === null || _a === void 0 ? void 0 : _a.pictures) === null || _b === void 0 ? void 0 : _b.length) > 0
480
481
  ? props.property.pictures.map(function (picture) { return "".concat(props.baseUrl).concat(picture.contentUrl); })
481
482
  : [noImageIcon];
@@ -488,6 +489,13 @@ function PropertyCard(props) {
488
489
  };
489
490
  var handleSharePopUp = function () {
490
491
  setSharePopUp(true);
492
+ // const path = document.querySelector(
493
+ // "#root > div:nth-child(3) > div:nth-child(3) > div.d-flex.px-lg-5.px-md-3.flex-column.col-12.filter-section-wrapper.mx-auto.mt-3 > div.mt-2.d-flex.flex-column.gap-4 > div:nth-child(1) > div:nth-child(3) > div > div > div.col-10.mx-auto > div > input"
494
+ // );
495
+ // console.log(path);
496
+ // if (path) {
497
+ // path.innerHTML = window.location.href + props.property.id;
498
+ // }
491
499
  };
492
500
  var handleArrowClickInMainImage = function (direction) {
493
501
  if (!props.property || pictureUrls.length === 0)
@@ -612,7 +620,9 @@ function PropertyCard(props) {
612
620
  React.createElement("span", { className: "kontact-button-text" },
613
621
  "Kontakt aufnehmen",
614
622
  " "))))))),
615
- sharePopUp && React.createElement(SharePopup, { onClick: function () { return setSharePopUp(false); } })));
623
+ sharePopUp && (React.createElement(SharePopup, { options: {
624
+ override_location: (_h = props === null || props === void 0 ? void 0 : props.options) === null || _h === void 0 ? void 0 : _h.override_share_link,
625
+ }, onClick: function () { return setSharePopUp(false); } }))));
616
626
  }
617
627
 
618
628
  var x = "/static/media/icon_close_2.e41bb9a4db48e048.png";