wishthis/semantic/dist/components/toast.min.js
2022-03-15 10:43:53 +01:00

11 lines
No EOL
13 KiB
JavaScript

/*
* # Fomantic UI - 2.8.8
* https://github.com/fomantic/Fomantic-UI
* http://fomantic-ui.com/
*
* Copyright 2022 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
!function(A,e,D){"use strict";A.isFunction=A.isFunction||function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},e=void 0!==e&&e.Math==Math?e:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")(),A.fn.toast=function(w){var k,e=A(this),T=e.selector||"",x=(new Date).getTime(),I=[],P=w,O="string"==typeof P,M=[].slice.call(arguments,1);return e.each(function(){var t,o,a,s,i,c,l,r=A.isPlainObject(w)?A.extend(!0,{},A.fn.toast.settings,w):A.extend({},A.fn.toast.settings),u=r.className,d=r.selector,p=r.error,e=r.namespace,f=r.fields,n="."+e,m=e+"-module",g=A(this),h=r.context?A(r.context):A("body"),v=g.hasClass("toast")||g.hasClass("message")||g.hasClass("card"),b=this,C=v?g.data(m):D,y={initialize:function(){y.verbose("Initializing element"),y.has.container()||y.create.container(),(v||""!==r.message||""!==r.title||""!==y.get.iconClass()||r.showImage||y.has.configActions())&&("string"==typeof r.showProgress&&-1!==[u.top,u.bottom].indexOf(r.showProgress)||(r.showProgress=!1),y.create.toast(),r.closeOnClick&&(r.closeIcon||0<A(o).find(d.input).length||y.has.configActions())&&(r.closeOnClick=!1),r.closeOnClick||t.addClass(u.unclickable),y.bind.events()),y.instantiate(),t&&y.show()},instantiate:function(){y.verbose("Storing instance of toast"),C=y,g.data(m,C)},destroy:function(){t&&(y.debug("Removing toast",t),y.unbind.events(),t.remove(),c=o=t=D,r.onRemove.call(t,b),l=i=s=D),g.removeData(m)},show:function(e){e=e||function(){},y.debug("Showing toast"),!1===r.onShow.call(t,b)?y.debug("onShow callback returned false, cancelling toast animation"):y.animate.show(e)},close:function(e){e=e||function(){},y.remove.visible(),y.unbind.events(),y.animate.close(e)},create:{container:function(){y.verbose("Creating container"),h.append(A("<div/>",{class:r.position+" "+u.container+" "+(r.horizontal?u.horizontal:"")}))},toast:function(){t=A("<div/>",{class:u.box});var e,n=y.get.iconClass();v?(o=r.cloneModule?g.clone().removeAttr("id"):g,l=o.find("> i"+y.helpers.toClass(u.close)),r.closeIcon=0<l.length,""!==n&&o.find(d.icon).attr("class",n+" "+u.icon),r.showImage&&o.find(d.image).attr("src",r.showImage),""!==r.title&&o.find(d.title).html(y.helpers.escape(r.title,r.preserveHTML)),""!==r.message&&o.find(d.message).html(y.helpers.escape(r.message,r.preserveHTML))):(y.verbose("Creating toast"),o=A("<div/>"),e=A("<div/>",{class:u.content}),""!==n&&o.append(A("<i/>",{class:n+" "+u.icon})),r.showImage&&o.append(A("<img>",{class:u.image+" "+r.classImage,src:r.showImage})),""!==r.title&&e.append(A("<div/>",{class:u.title,text:r.title})),e.append(A("<div/>",{class:u.message,html:y.helpers.escape(r.message,r.preserveHTML)})),o.addClass(r.class+" "+u.toast).append(e),o.css("opacity",r.opacity),r.closeIcon&&((l=A("<i/>",{class:u.close+" "+("string"==typeof r.closeIcon?r.closeIcon:"")})).hasClass(u.left)?o.prepend(l):o.append(l))),o.hasClass(u.compact)&&(r.compact=!0),o.hasClass("card")&&(r.compact=!1),a=o.find(".actions"),y.has.configActions()&&(0===a.length&&(a=A("<div/>",{class:u.actions+" "+(r.classActions||"")}).appendTo(o)),o.hasClass("card")&&!a.hasClass(u.attached)&&(a.addClass(u.extraContent),a.hasClass(u.vertical)&&(a.removeClass(u.vertical),y.error(p.verticalCard))),r.actions.forEach(function(e){var n=e[f.icon]?'<i class="'+y.helpers.deQuote(e[f.icon])+' icon"></i>':"",t=y.helpers.escape(e[f.text]||"",r.preserveHTML),o=y.helpers.deQuote(e[f.class]||""),s=e[f.click]&&A.isFunction(e[f.click])?e[f.click]:function(){};a.append(A("<button/>",{html:n+t,class:u.button+" "+o,click:function(){!1!==s.call(b,g)&&y.close()}}))})),a&&a.hasClass(u.vertical)&&o.addClass(u.vertical),0<a.length&&!a.hasClass(u.attached)&&(!a||a.hasClass(u.basic)&&!a.hasClass(u.left)||o.addClass(u.actions)),"auto"===r.displayTime&&(r.displayTime=Math.max(r.minDisplayTime,o.text().split(" ").length/r.wordsPerMinute*6e4)),t.append(o),0<a.length&&a.hasClass(u.attached)&&(a.addClass(u.buttons),a.detach(),o.addClass(u.attached),a.hasClass(u.vertical)?(o.wrap(A("<div/>",{class:u.vertical+" "+u.attached+" "+(r.compact?u.compact:"")})),a.hasClass(u.left)?o.addClass(u.left).parent().addClass(u.left).prepend(a):o.parent().append(a)):a.hasClass(u.top)?(t.prepend(a),o.addClass(u.bottom)):(t.append(a),o.addClass(u.top))),g!==o&&(b=(g=o)[0]),0<r.displayTime&&(n=u.progressing+" "+(r.pauseOnHover?u.pausable:""),r.showProgress&&(s=A("<div/>",{class:u.progress+" "+(r.classProgress||r.class),"data-percent":""}),r.classProgress||(o.hasClass("toast")&&!o.hasClass(u.inverted)?s.addClass(u.inverted):s.removeClass(u.inverted)),i=A("<div/>",{class:"bar "+(r.progressUp?"up ":"down ")+n}),s.addClass(r.showProgress).append(i),s.hasClass(u.top)?t.prepend(s):t.append(s),i.css("animation-duration",r.displayTime/1e3+"s")),(c=A("<span/>",{class:"wait "+n})).css("animation-duration",r.displayTime/1e3+"s"),c.appendTo(o)),r.compact&&(t.addClass(u.compact),o.addClass(u.compact),s&&s.addClass(u.compact)),r.newestOnTop?t.prependTo(y.get.container()):t.appendTo(y.get.container())}},bind:{events:function(){y.debug("Binding events to toast"),(r.closeOnClick||r.closeIcon)&&(r.closeIcon?l:o).on("click"+n,y.event.click),c&&c.on("animationend"+n,y.close),t.on("click"+n,d.approve,y.event.approve).on("click"+n,d.deny,y.event.deny)}},unbind:{events:function(){y.debug("Unbinding events to toast"),(r.closeOnClick||r.closeIcon)&&(r.closeIcon?l:o).off("click"+n),c&&c.off("animationend"+n),t.off("click"+n)}},animate:{show:function(e){e=A.isFunction(e)?e:function(){},r.transition&&y.can.useElement("transition")&&g.transition("is supported")&&(y.set.visible(),t.transition({animation:r.transition.showMethod+" in",queue:!1,debug:r.debug,verbose:r.verbose,duration:r.transition.showDuration,onComplete:function(){e.call(t,b),r.onVisible.call(t,b)}}))},close:function(e){e=A.isFunction(e)?e:function(){},y.debug("Closing toast"),!1===r.onHide.call(t,b)?y.debug("onHide callback returned false, cancelling toast animation"):r.transition&&A.fn.transition!==D&&g.transition("is supported")?t.transition({animation:r.transition.hideMethod+" out",queue:!1,duration:r.transition.hideDuration,debug:r.debug,verbose:r.verbose,interval:50,onBeforeHide:function(e){e=A.isFunction(e)?e:function(){},""!==r.transition.closeEasing?t&&(t.css("opacity",0),t.wrap("<div/>").parent().hide(r.transition.closeDuration,r.transition.closeEasing,function(){t&&(t.parent().remove(),e.call(t))})):e.call(t)},onComplete:function(){e.call(t,b),r.onHidden.call(t,b),y.destroy()}}):y.error(p.noTransition)},pause:function(){c.css("animationPlayState","paused"),i&&i.css("animationPlayState","paused")},continue:function(){c.css("animationPlayState","running"),i&&i.css("animationPlayState","running")}},has:{container:function(){return y.verbose("Determining if there is already a container"),0<h.find(y.helpers.toClass(r.position)+d.container+(r.horizontal?y.helpers.toClass(u.horizontal):"")).length},toast:function(){return!!y.get.toast()},toasts:function(){return 0<y.get.toasts().length},configActions:function(){return Array.isArray(r.actions)&&0<r.actions.length}},get:{container:function(){return h.find(y.helpers.toClass(r.position)+d.container)[0]},toastBox:function(){return t||null},toast:function(){return o||null},toasts:function(){return A(y.get.container()).find(d.box)},iconClass:function(){return"string"==typeof r.showIcon?r.showIcon:r.showIcon&&r.icons[r.class]?r.icons[r.class]:""},remainingTime:function(){return c?c.css("opacity")*r.displayTime:0}},set:{visible:function(){o.addClass(u.visible)}},remove:{visible:function(){o.removeClass(u.visible)}},event:{click:function(e){0===A(e.target).closest("a").length&&(r.onClick.call(t,b),y.close())},approve:function(){!1===r.onApprove.call(b,g)?y.verbose("Approve callback returned false cancelling close"):y.close()},deny:function(){!1===r.onDeny.call(b,g)?y.verbose("Deny callback returned false cancelling close"):y.close()}},helpers:{toClass:function(e){var e=e.split(" "),n="";return e.forEach(function(e){n+="."+e}),n},deQuote:function(e){return String(e).replace(/"/g,"")},escape:function(e,n){if(n)return e;var t={"<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"};return/[&<>"'`]/.test(e)?(e=e.replace(/&(?![a-z0-9#]{1,6};)/,"&amp;")).replace(/[<>"'`]/g,function(e){return t[e]}):e}},can:{useElement:function(e){return A.fn[e]!==D||(y.error(p.noElement.replace("{element}",e)),!1)}},setting:function(e,n){if(y.debug("Changing setting",e,n),A.isPlainObject(e))A.extend(!0,r,e);else{if(n===D)return r[e];A.isPlainObject(r[e])?A.extend(!0,r[e],n):r[e]=n}},internal:function(e,n){if(A.isPlainObject(e))A.extend(!0,y,e);else{if(n===D)return y[e];y[e]=n}},debug:function(){!r.silent&&r.debug&&(r.performance?y.performance.log(arguments):(y.debug=Function.prototype.bind.call(console.info,console,r.name+":"),y.debug.apply(console,arguments)))},verbose:function(){!r.silent&&r.verbose&&r.debug&&(r.performance?y.performance.log(arguments):(y.verbose=Function.prototype.bind.call(console.info,console,r.name+":"),y.verbose.apply(console,arguments)))},error:function(){r.silent||(y.error=Function.prototype.bind.call(console.error,console,r.name+":"),y.error.apply(console,arguments))},performance:{log:function(e){var n,t;r.performance&&(t=(n=(new Date).getTime())-(x||n),x=n,I.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:b,"Execution Time":t})),clearTimeout(y.performance.timer),y.performance.timer=setTimeout(y.performance.display,500)},display:function(){var e=r.name+":",t=0;x=!1,clearTimeout(y.performance.timer),A.each(I,function(e,n){t+=n["Execution Time"]}),e+=" "+t+"ms",T&&(e+=" '"+T+"'"),(console.group!==D||console.table!==D)&&0<I.length&&(console.groupCollapsed(e),console.table?console.table(I):A.each(I,function(e,n){console.log(n.Name+": "+n["Execution Time"]+"ms")}),console.groupEnd()),I=[]}},invoke:function(o,e,n){var s,a,t,i=C;return e=e||M,n=b||n,"string"==typeof o&&i!==D&&(o=o.split(/[\. ]/),s=o.length-1,A.each(o,function(e,n){var t=e!=s?n+o[e+1].charAt(0).toUpperCase()+o[e+1].slice(1):o;if(A.isPlainObject(i[t])&&e!=s)i=i[t];else{if(i[t]!==D)return a=i[t],!1;{if(!A.isPlainObject(i[n])||e==s)return i[n]!==D?a=i[n]:y.error(p.method,o),!1;i=i[n]}}})),A.isFunction(a)?t=a.apply(n,e):a!==D&&(t=a),Array.isArray(k)?k.push(t):k!==D?k=[k,t]:t!==D&&(k=t),a}};O?(C===D&&y.initialize(),y.invoke(P)):(C!==D&&C.invoke("destroy"),y.initialize(),k=g)}),k!==D?k:this},A.fn.toast.settings={name:"Toast",namespace:"toast",silent:!1,debug:!1,verbose:!1,performance:!0,context:"body",position:"top right",horizontal:!1,class:"neutral",classProgress:!1,classActions:!1,classImage:"mini",title:"",message:"",displayTime:3e3,minDisplayTime:1e3,wordsPerMinute:120,showIcon:!1,newestOnTop:!1,showProgress:!1,pauseOnHover:!0,progressUp:!1,opacity:1,compact:!0,closeIcon:!1,closeOnClick:!0,cloneModule:!0,actions:!1,preserveHTML:!0,showImage:!1,transition:{showMethod:"scale",showDuration:500,hideMethod:"scale",hideDuration:500,closeEasing:"easeOutCubic",closeDuration:500},error:{method:"The method you called is not defined.",noElement:"This module requires ui {element}",verticalCard:"Vertical but not attached actions are not supported for card layout"},className:{container:"ui toast-container",box:"floating toast-box",progress:"ui attached active progress",toast:"ui toast",icon:"centered icon",visible:"visible",content:"content",title:"ui header",message:"message",actions:"actions",extraContent:"extra content",button:"ui button",buttons:"ui buttons",close:"close icon",image:"ui image",vertical:"vertical",horizontal:"horizontal",attached:"attached",inverted:"inverted",compact:"compact",pausable:"pausable",progressing:"progressing",top:"top",bottom:"bottom",left:"left",basic:"basic",unclickable:"unclickable"},icons:{info:"info",success:"checkmark",warning:"warning",error:"times"},selector:{container:".ui.toast-container",box:".toast-box",toast:".ui.toast",title:".header",message:".message:not(.ui)",image:"> img.image, > .image > img",icon:"> i.icon",input:'input:not([type="hidden"]), textarea, select, button, .ui.button, ui.dropdown',approve:".actions .positive, .actions .approve, .actions .ok",deny:".actions .negative, .actions .deny, .actions .cancel"},fields:{class:"class",text:"text",icon:"icon",click:"click"},onShow:function(){},onVisible:function(){},onClick:function(){},onHide:function(){},onHidden:function(){},onRemove:function(){},onApprove:function(){},onDeny:function(){}},A.extend(A.easing,{easeOutBounce:function(e,n,t,o,s){return(n/=s)<1/2.75?o*(7.5625*n*n)+t:n<2/2.75?o*(7.5625*(n-=1.5/2.75)*n+.75)+t:n<2.5/2.75?o*(7.5625*(n-=2.25/2.75)*n+.9375)+t:o*(7.5625*(n-=2.625/2.75)*n+.984375)+t},easeOutCubic:function(e){return--e*e*e+1}})}(jQuery,window,void document);