", { class: "arcontactus-prompt-close", style: this._colorStyle() }); s.append(this.settings.closeIcon); var n = t("
", { class: "arcontactus-prompt-inner" }); e.append(s).append(n), this.$element.append(e) }, e.prototype._initEvents = function () { var e = this.$element, s = this; e.find(".arcontactus-message-button").on("mousedown", function (t) { s.x = t.pageX, s.y = t.pageY }).on("mouseup", function (t) { t.pageX === s.x && t.pageY === s.y && (s.toggleMenu(), t.preventDefault()) }), this.settings.drag && (e.draggable(), e.get(0).addEventListener("touchmove", function (t) { var s = t.targetTouches[0]; e.get(0).style.left = s.pageX - 25 + "px", e.get(0).style.top = s.pageY - 25 + "px", t.preventDefault() }, !1)), t(document).on("click", function (t) { s.closeMenu() }), e.on("click", function (t) { t.stopPropagation() }), e.find(".call-back").on("click", function () { s.openCallbackPopup() }), e.find(".callback-countdown-block-close").on("click", function () { null != s.countdown && (clearInterval(s.countdown), s.countdown = null), s.closeCallbackPopup() }), e.find(".arcontactus-prompt-close").on("click", function () { s.hidePrompt() }) }, e.prototype.show = function () { this.$element.addClass("active"), this.$element.trigger("arcontactus.show") }, e.prototype.hide = function () { this.$element.removeClass("active"), this.$element.trigger("arcontactus.hide") }, e.prototype.openMenu = function () { var t = this.$element; t.find(".messangers-block").hasClass("show-messageners-block") || (this.stopAnimation(), t.find(".messangers-block, .arcontactus-close").addClass("show-messageners-block"), t.find(".icons, .static").addClass("hide"), t.find(".pulsation").addClass("stop"), this._menuOpened = !0, this.$element.trigger("arcontactus.openMenu")) }, e.prototype.closeMenu = function () { var t = this.$element; t.find(".messangers-block").hasClass("show-messageners-block") && (t.find(".messangers-block, .arcontactus-close").removeClass("show-messageners-block"), t.find(".icons, .static").removeClass("hide"), t.find(".pulsation").removeClass("stop"), this.startAnimation(), this._menuOpened = !1, this.$element.trigger("arcontactus.closeMenu")) }, e.prototype.toggleMenu = function () { var t = this.$element; if (this.hidePrompt(), t.find(".callback-countdown-block").hasClass("display-flex")) return !1; t.find(".messangers-block").hasClass("show-messageners-block") ? this.closeMenu() : this.openMenu(), this.$element.trigger("arcontactus.toggleMenu") }, e.prototype.openCallbackPopup = function () { var t = this.$element; t.addClass("opened"), this.closeMenu(), this.stopAnimation(), t.find(".icons, .static").addClass("hide"), t.find(".pulsation").addClass("stop"), t.find(".callback-countdown-block").addClass("display-flex"), this._callbackOpened = !0, this.$element.trigger("arcontactus.openCallbackPopup") }, e.prototype.closeCallbackPopup = function () { var t = this.$element; t.removeClass("opened"), t.find(".messangers-block").removeClass("show-messageners-block"), t.find(".arcontactus-close").removeClass("show-messageners-block"), t.find(".icons, .static").removeClass("hide"), this.startAnimation(), this._callbackOpened = !1, this.$element.trigger("arcontactus.closeCallbackPopup") }, e.prototype.startAnimation = function () { var t = this.$element, e = t.find(".icons-line"), s = t.find(".static"), n = t.find(".icons-line>span:first-child").width() + 40; if ("large" === this.settings.buttonSize) var i = 2, a = 0; "medium" === this.settings.buttonSize && (i = 4, a = -2), "small" === this.settings.buttonSize && (i = 4, a = -2); var o = t.find(".icons-line>span").length, r = 0; if (this.stopAnimation(), 0 === this.settings.iconsAnimationSpeed) return !1; this._interval = setInterval(function () { 0 === r && (e.parent().removeClass("hide"), s.addClass("hide")); var t = "translate(" + -(n * r + i) + "px, " + a + "px)"; e.css({ "-webkit-transform": t, "-ms-transform": t, transform: t }), ++r > o && (r > o + 1 && (r = 0), e.parent().addClass("hide"), s.removeClass("hide"), t = "translate(" + -i + "px, " + a + "px)", e.css({ "-webkit-transform": t, "-ms-transform": t, transform: t })) }, this.settings.iconsAnimationSpeed) }, e.prototype.stopAnimation = function () { clearInterval(this._interval); var t = this.$element, e = t.find(".icons-line"), s = t.find(".static"); e.parent().addClass("hide"), s.removeClass("hide"); var n = "translate(-2px, 0px)"; e.css({ "-webkit-transform": n, "-ms-transform": n, transform: n }) }, e.prototype.showPrompt = function (t) { var e = this.$element.find(".arcontactus-prompt"); t && t.content && e.find(".arcontactus-prompt-inner").html(t.content), e.addClass("active"), this.$element.trigger("arcontactus.showPrompt") }, e.prototype.hidePrompt = function () { this.$element.find(".arcontactus-prompt").removeClass("active"), this.$element.trigger("arcontactus.hidePrompt") }, e.prototype.showPromptTyping = function () { this.$element.find(".arcontactus-prompt").find(".arcontactus-prompt-inner").html(""), this._insertPromptTyping(), this.showPrompt({}), this.$element.trigger("arcontactus.showPromptTyping") }, e.prototype._insertPromptTyping = function () { var e = this.$element.find(".arcontactus-prompt-inner"), s = t("
", { class: "arcontactus-prompt-typing" }), n = t("
"); s.append(n), s.append(n.clone()), s.append(n.clone()), e.append(s) }, e.prototype.hidePromptTyping = function () { this.$element.find(".arcontactus-prompt").removeClass("active"), this.$element.trigger("arcontactus.hidePromptTyping") }, e.prototype._backgroundStyle = function () { return "background-color: " + this.settings.theme }, e.prototype._colorStyle = function () { return "color: " + this.settings.theme }, t.fn.contactUs = function (s) { var n = Array.prototype.slice.call(arguments, 1); return this.each(function () { var i = t(this), a = i.data("ar.contactus"); a || (a = new e(this, "object" == typeof s && s), i.data("ar.contactus", a)), "string" == typeof s && "_" !== s.charAt(0) && a[s].apply(a, n) }) }, t.fn.contactUs.Constructor = e }(jQuery);