1 line
18 KiB
JavaScript
1 line
18 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-189f1cce"],{"22ad":function(t,e,r){"use strict";r.d(e,"c",(function(){return i})),r.d(e,"b",(function(){return o})),r.d(e,"a",(function(){return a}));var n=r("b775"),i=function(){return Object(n["a"])({method:"post",url:"/system/vitalsigns/equipments"})},o=function(t){return Object(n["a"])({method:"post",url:"/system/vitalsigns/latestByEcode",params:{ecode:t}})},a=function(t,e,r){return Object(n["a"])({method:"post",url:"/system/vitalsigns/byEcodeBetweenTime",params:{ecode:t,startTime:e,endTime:r}})}},"5a0c":function(t,e,r){!function(e,r){t.exports=r()}(0,(function(){"use strict";var t=1e3,e=6e4,r=36e5,n="millisecond",i="second",o="minute",a="hour",s="day",u="week",c="month",h="quarter",l="year",f="date",d="Invalid Date",p=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,y=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,v={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(t){var e=["th","st","nd","rd"],r=t%100;return"["+t+(e[(r-20)%10]||e[r]||e[0])+"]"}},m=function(t,e,r){var n=String(t);return!n||n.length>=e?t:""+Array(e+1-n.length).join(r)+t},g={s:m,z:function(t){var e=-t.utcOffset(),r=Math.abs(e),n=Math.floor(r/60),i=r%60;return(e<=0?"+":"-")+m(n,2,"0")+":"+m(i,2,"0")},m:function t(e,r){if(e.date()<r.date())return-t(r,e);var n=12*(r.year()-e.year())+(r.month()-e.month()),i=e.clone().add(n,c),o=r-i<0,a=e.clone().add(n+(o?-1:1),c);return+(-(n+(r-i)/(o?i-a:a-i))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(t){return{M:c,y:l,w:u,d:s,D:f,h:a,m:o,s:i,ms:n,Q:h}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},w="en",$={};$[w]=v;var b="$isDayjsObject",S=function(t){return t instanceof O||!(!t||!t[b])},D=function t(e,r,n){var i;if(!e)return w;if("string"==typeof e){var o=e.toLowerCase();$[o]&&(i=o),r&&($[o]=r,i=o);var a=e.split("-");if(!i&&a.length>1)return t(a[0])}else{var s=e.name;$[s]=e,i=s}return!n&&i&&(w=i),i||!n&&w},x=function(t,e){if(S(t))return t.clone();var r="object"==typeof e?e:{};return r.date=t,r.args=arguments,new O(r)},M=g;M.l=D,M.i=S,M.w=function(t,e){return x(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var O=function(){function v(t){this.$L=D(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[b]=!0}var m=v.prototype;return m.parse=function(t){this.$d=function(t){var e=t.date,r=t.utc;if(null===e)return new Date(NaN);if(M.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var n=e.match(p);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(e)}(t),this.init()},m.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds()},m.$utils=function(){return M},m.isValid=function(){return!(this.$d.toString()===d)},m.isSame=function(t,e){var r=x(t);return this.startOf(e)<=r&&r<=this.endOf(e)},m.isAfter=function(t,e){return x(t)<this.startOf(e)},m.isBefore=function(t,e){return this.endOf(e)<x(t)},m.$g=function(t,e,r){return M.u(t)?this[e]:this.set(r,t)},m.unix=function(){return Math.floor(this.valueOf()/1e3)},m.valueOf=function(){return this.$d.getTime()},m.startOf=function(t,e){var r=this,n=!!M.u(e)||e,h=M.p(t),d=function(t,e){var i=M.w(r.$u?Date.UTC(r.$y,e,t):new Date(r.$y,e,t),r);return n?i:i.endOf(s)},p=function(t,e){return M.w(r.toDate()[t].apply(r.toDate("s"),(n?[0,0,0,0]:[23,59,59,999]).slice(e)),r)},y=this.$W,v=this.$M,m=this.$D,g="set"+(this.$u?"UTC":"");switch(h){case l:return n?d(1,0):d(31,11);case c:return n?d(1,v):d(0,v+1);case u:var w=this.$locale().weekStart||0,$=(y<w?y+7:y)-w;return d(n?m-$:m+(6-$),v);case s:case f:return p(g+"Hours",0);case a:return p(g+"Minutes",1);case o:return p(g+"Seconds",2);case i:return p(g+"Milliseconds",3);default:return this.clone()}},m.endOf=function(t){return this.startOf(t,!1)},m.$set=function(t,e){var r,u=M.p(t),h="set"+(this.$u?"UTC":""),d=(r={},r[s]=h+"Date",r[f]=h+"Date",r[c]=h+"Month",r[l]=h+"FullYear",r[a]=h+"Hours",r[o]=h+"Minutes",r[i]=h+"Seconds",r[n]=h+"Milliseconds",r)[u],p=u===s?this.$D+(e-this.$W):e;if(u===c||u===l){var y=this.clone().set(f,1);y.$d[d](p),y.init(),this.$d=y.set(f,Math.min(this.$D,y.daysInMonth())).$d}else d&&this.$d[d](p);return this.init(),this},m.set=function(t,e){return this.clone().$set(t,e)},m.get=function(t){return this[M.p(t)]()},m.add=function(n,h){var f,d=this;n=Number(n);var p=M.p(h),y=function(t){var e=x(d);return M.w(e.date(e.date()+Math.round(t*n)),d)};if(p===c)return this.set(c,this.$M+n);if(p===l)return this.set(l,this.$y+n);if(p===s)return y(1);if(p===u)return y(7);var v=(f={},f[o]=e,f[a]=r,f[i]=t,f)[p]||1,m=this.$d.getTime()+n*v;return M.w(m,this)},m.subtract=function(t,e){return this.add(-1*t,e)},m.format=function(t){var e=this,r=this.$locale();if(!this.isValid())return r.invalidDate||d;var n=t||"YYYY-MM-DDTHH:mm:ssZ",i=M.z(this),o=this.$H,a=this.$m,s=this.$M,u=r.weekdays,c=r.months,h=r.meridiem,l=function(t,r,i,o){return t&&(t[r]||t(e,n))||i[r].slice(0,o)},f=function(t){return M.s(o%12||12,t,"0")},p=h||function(t,e,r){var n=t<12?"AM":"PM";return r?n.toLowerCase():n};return n.replace(y,(function(t,n){return n||function(t){switch(t){case"YY":return String(e.$y).slice(-2);case"YYYY":return M.s(e.$y,4,"0");case"M":return s+1;case"MM":return M.s(s+1,2,"0");case"MMM":return l(r.monthsShort,s,c,3);case"MMMM":return l(c,s);case"D":return e.$D;case"DD":return M.s(e.$D,2,"0");case"d":return String(e.$W);case"dd":return l(r.weekdaysMin,e.$W,u,2);case"ddd":return l(r.weekdaysShort,e.$W,u,3);case"dddd":return u[e.$W];case"H":return String(o);case"HH":return M.s(o,2,"0");case"h":return f(1);case"hh":return f(2);case"a":return p(o,a,!0);case"A":return p(o,a,!1);case"m":return String(a);case"mm":return M.s(a,2,"0");case"s":return String(e.$s);case"ss":return M.s(e.$s,2,"0");case"SSS":return M.s(e.$ms,3,"0");case"Z":return i}return null}(t)||i.replace(":","")}))},m.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},m.diff=function(n,f,d){var p,y=this,v=M.p(f),m=x(n),g=(m.utcOffset()-this.utcOffset())*e,w=this-m,$=function(){return M.m(y,m)};switch(v){case l:p=$()/12;break;case c:p=$();break;case h:p=$()/3;break;case u:p=(w-g)/6048e5;break;case s:p=(w-g)/864e5;break;case a:p=w/r;break;case o:p=w/e;break;case i:p=w/t;break;default:p=w}return d?p:M.a(p)},m.daysInMonth=function(){return this.endOf(c).$D},m.$locale=function(){return $[this.$L]},m.locale=function(t,e){if(!t)return this.$L;var r=this.clone(),n=D(t,e,!0);return n&&(r.$L=n),r},m.clone=function(){return M.w(this.$d,this)},m.toDate=function(){return new Date(this.valueOf())},m.toJSON=function(){return this.isValid()?this.toISOString():null},m.toISOString=function(){return this.$d.toISOString()},m.toString=function(){return this.$d.toUTCString()},v}(),L=O.prototype;return x.prototype=L,[["$ms",n],["$s",i],["$m",o],["$H",a],["$W",s],["$M",c],["$y",l],["$D",f]].forEach((function(t){L[t[1]]=function(e){return this.$g(e,t[0],t[1])}})),x.extend=function(t,e){return t.$i||(t(e,O,x),t.$i=!0),x},x.locale=D,x.isDayjs=S,x.unix=function(t){return x(1e3*t)},x.en=$[w],x.Ls=$,x.p={},x}))},"644a":function(t,e,r){"use strict";r("ecda")},d685:function(t,e,r){"use strict";r.r(e);var n=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"app-container"},[r("div",{staticStyle:{"margin-bottom":"20px"}},[r("span",{staticStyle:{"font-size":"14px","padding-right":"10px"}},[t._v("默认")]),r("el-date-picker",{attrs:{"end-placeholder":"结束日期","range-separator":"至","start-placeholder":"开始日期",type:"datetimerange"},model:{value:t.searchDate,callback:function(e){t.searchDate=e},expression:"searchDate"}})],1),r("p",{staticStyle:{"font-size":"12px",color:"red"}},[t._v("请先选择时间,然后在选择房间后,点击图表查看数据")]),r("el-row",{attrs:{gutter:24}},[r("el-col",{attrs:{span:5}},[r("el-tree",{attrs:{data:t.treeDara,props:t.defaultProps},on:{"node-click":t.handleNodeClick}})],1),r("el-col",{attrs:{span:19}},[r("div",{staticStyle:{width:"100%",height:"500px"},attrs:{id:"qushi"}})])],1)],1)},i=[],o=r("313e"),a=r("22ad"),s=r("5a0c"),u=r.n(s);function c(t){return c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},c(t)}function h(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */h=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,i=Object.defineProperty||function(t,e,r){t[e]=r.value},o="function"==typeof Symbol?Symbol:{},a=o.iterator||"@@iterator",s=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag";function l(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{l({},"")}catch(t){l=function(t,e,r){return t[e]=r}}function f(t,e,r,n){var o=e&&e.prototype instanceof w?e:w,a=Object.create(o.prototype),s=new j(n||[]);return i(a,"_invoke",{value:_(t,r,s)}),a}function d(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=f;var p="suspendedStart",y="suspendedYield",v="executing",m="completed",g={};function w(){}function $(){}function b(){}var S={};l(S,a,(function(){return this}));var D=Object.getPrototypeOf,x=D&&D(D(T([])));x&&x!==r&&n.call(x,a)&&(S=x);var M=b.prototype=w.prototype=Object.create(S);function O(t){["next","throw","return"].forEach((function(e){l(t,e,(function(t){return this._invoke(e,t)}))}))}function L(t,e){function r(i,o,a,s){var u=d(t[i],t,o);if("throw"!==u.type){var h=u.arg,l=h.value;return l&&"object"==c(l)&&n.call(l,"__await")?e.resolve(l.__await).then((function(t){r("next",t,a,s)}),(function(t){r("throw",t,a,s)})):e.resolve(l).then((function(t){h.value=t,a(h)}),(function(t){return r("throw",t,a,s)}))}s(u.arg)}var o;i(this,"_invoke",{value:function(t,n){function i(){return new e((function(e,i){r(t,n,e,i)}))}return o=o?o.then(i,i):i()}})}function _(e,r,n){var i=p;return function(o,a){if(i===v)throw Error("Generator is already running");if(i===m){if("throw"===o)throw a;return{value:t,done:!0}}for(n.method=o,n.arg=a;;){var s=n.delegate;if(s){var u=k(s,n);if(u){if(u===g)continue;return u}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(i===p)throw i=m,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i=v;var c=d(e,r,n);if("normal"===c.type){if(i=n.done?m:y,c.arg===g)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(i=m,n.method="throw",n.arg=c.arg)}}}function k(e,r){var n=r.method,i=e.iterator[n];if(i===t)return r.delegate=null,"throw"===n&&e.iterator.return&&(r.method="return",r.arg=t,k(e,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),g;var o=d(i,e.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,g;var a=o.arg;return a?a.done?(r[e.resultName]=a.value,r.next=e.nextLoc,"return"!==r.method&&(r.method="next",r.arg=t),r.delegate=null,g):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,g)}function E(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function Y(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function j(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(E,this),this.reset(!0)}function T(e){if(e||""===e){var r=e[a];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,o=function r(){for(;++i<e.length;)if(n.call(e,i))return r.value=e[i],r.done=!1,r;return r.value=t,r.done=!0,r};return o.next=o}}throw new TypeError(c(e)+" is not iterable")}return $.prototype=b,i(M,"constructor",{value:b,configurable:!0}),i(b,"constructor",{value:$,configurable:!0}),$.displayName=l(b,u,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===$||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,b):(t.__proto__=b,l(t,u,"GeneratorFunction")),t.prototype=Object.create(M),t},e.awrap=function(t){return{__await:t}},O(L.prototype),l(L.prototype,s,(function(){return this})),e.AsyncIterator=L,e.async=function(t,r,n,i,o){void 0===o&&(o=Promise);var a=new L(f(t,r,n,i),o);return e.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},O(M),l(M,u,"Generator"),l(M,a,(function(){return this})),l(M,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},e.values=T,j.prototype={constructor:j,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(Y),!e)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var r=this;function i(n,i){return s.type="throw",s.arg=e,r.next=n,i&&(r.method="next",r.arg=t),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],s=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var u=n.call(a,"catchLoc"),c=n.call(a,"finallyLoc");if(u&&c){if(this.prev<a.catchLoc)return i(a.catchLoc,!0);if(this.prev<a.finallyLoc)return i(a.finallyLoc)}else if(u){if(this.prev<a.catchLoc)return i(a.catchLoc,!0)}else{if(!c)throw Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return i(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,g):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),g},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),Y(r),g}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var i=n.arg;Y(r)}return i}}throw Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:T(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),g}},e}function l(t,e,r,n,i,o,a){try{var s=t[o](a),u=s.value}catch(c){return void r(c)}s.done?e(u):Promise.resolve(u).then(n,i)}function f(t){return function(){var e=this,r=arguments;return new Promise((function(n,i){var o=t.apply(e,r);function a(t){l(o,n,i,a,s,"next",t)}function s(t){l(o,n,i,a,s,"throw",t)}a(void 0)}))}}var d={name:"lishichaxun",data:function(){return{defaultProps:{children:"children",label:"room"},treeDara:[],trendMap:{},qushiChart:null,qushiOption:null,scheduler:null,searchDate:[]}},mounted:function(){var t=this;return f(h().mark((function e(){return h().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return t.initialEcharts(),e.next=3,t.getQuShiData();case 3:case"end":return e.stop()}}),e)})))()},methods:{getQuShiData:function(){var t=this;return f(h().mark((function e(){var r,n;return h().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,Object(a["c"])();case 2:r=e.sent,n=r.data,t.treeDara=n;case 5:case"end":return e.stop()}}),e)})))()},handleNodeClick:function(t){var e=this;return f(h().mark((function r(){var n,i,o,s;return h().wrap((function(r){while(1)switch(r.prev=r.next){case 0:return r.next=2,Object(a["a"])(t.ecode,u()(e.searchDate[0]).format("YYYY-MM-DD HH:ss:mm"),u()(e.searchDate[1]).format("YYYY-MM-DD HH:ss:mm"));case 2:n=r.sent,i=n.data.map((function(t){return t.breathrate})),o=n.data.map((function(t){return t.heartrate})),s=n.data.map((function(t){return u()(t.recordtime).format("YYYY-MM-DD HH:ss:mm")})),console.log("数据请求"),e.qushiChart.setOption(e.getEchartsOptions(s,i,o));case 8:case"end":return r.stop()}}),r)})))()},initialEcharts:function(){if(!this.qushiChart){var t=document.getElementById("qushi");this.qushiChart=o["init"](t),this.qushiOption=this.getEchartsOptions(),this.qushiChart.setOption(this.qushiOption)}},getEchartsOptions:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return{title:{text:"生命体征历史数据",textStyle:{fontFamily:"PingFangSC-Medium",fontSize:14}},color:["#52A9F1","#1DD398"],animation:!0,tooltip:{trigger:"axis"},legend:{icon:"roundRect",top:"0",itemWidth:24,itemHeight:12,itemGap:20,textStyle:{color:"#000000",fontWeight:"bold"},data:["心跳","呼吸"]},grid:{top:"15%",left:"1%",right:"1%",bottom:"0%",containLabel:!0},xAxis:[{show:!0,type:"category",boundaryGap:!0,data:t,axisLabel:{textStyle:{color:"rgba(0,0,0,0.65)"}},axisLine:{lineStyle:{color:"rgba(0,0,0,0.1)"},show:!0}}],yAxis:[{type:"value",axisLine:{lineStyle:{color:"rgba(0,0,0,0)"}},axisLabel:{textStyle:{color:"rgba(0,0,0,0.65)"}},splitLine:{lineStyle:{color:"rgba(0,0,0,0.1)"}}}],series:[{name:"心跳",type:"line",smooth:!0,data:r.length>0?r:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],showSymbol:!1,lineStyle:{color:"#1DD398",type:"dotted"},areaStyle:{opacity:.3,color:"#1DD398"}},{name:"呼吸",type:"line",smooth:!0,data:e.length>0?e:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],showSymbol:!1,lineStyle:{color:"#52A9F1"},areaStyle:{opacity:.1,color:"#1DD398"}}]}}},destroyed:function(){clearInterval(this.scheduler)}},p=d,y=(r("644a"),r("2877")),v=Object(y["a"])(p,n,i,!1,null,null,null);e["default"]=v.exports},ecda:function(t,e,r){}}]); |