@openmrs/esm-active-visits-app 3.1.1-pre.2 → 3.1.1-pre.201

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/879.js CHANGED
@@ -1,2 +1 @@
1
- (self.webpackChunk_openmrs_esm_active_visits_app=self.webpackChunk_openmrs_esm_active_visits_app||[]).push([[879],{8879:function(t){t.exports=function(){"use strict";var t=6e4,e=36e5,n="millisecond",r="second",i="minute",s="hour",u="day",a="week",o="month",h="quarter",f="year",c="date",d="Invalid Date",$=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,l=/\[([^\]]+)]|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,m={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("_")},M=function(t,e,n){var r=String(t);return!r||r.length>=e?t:""+Array(e+1-r.length).join(n)+t},v={s:M,z:function(t){var e=-t.utcOffset(),n=Math.abs(e),r=Math.floor(n/60),i=n%60;return(e<=0?"+":"-")+M(r,2,"0")+":"+M(i,2,"0")},m:function t(e,n){if(e.date()<n.date())return-t(n,e);var r=12*(n.year()-e.year())+(n.month()-e.month()),i=e.clone().add(r,o),s=n-i<0,u=e.clone().add(r+(s?-1:1),o);return+(-(r+(n-i)/(s?i-u:u-i))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(t){return{M:o,y:f,w:a,d:u,D:c,h:s,m:i,s:r,ms:n,Q:h}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},y="en",p={};p[y]=m;var D=function(t){return t instanceof w},g=function t(e,n,r){var i;if(!e)return y;if("string"==typeof e){var s=e.toLowerCase();p[s]&&(i=s),n&&(p[s]=n,i=s);var u=e.split("-");if(!i&&u.length>1)return t(u[0])}else{var a=e.name;p[a]=e,i=a}return!r&&i&&(y=i),i||!r&&y},S=function(t,e){if(D(t))return t.clone();var n="object"==typeof e?e:{};return n.date=t,n.args=arguments,new w(n)},_=v;_.l=g,_.i=D,_.w=function(t,e){return S(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var w=function(){function m(t){this.$L=g(t.locale,null,!0),this.parse(t)}var M=m.prototype;return M.parse=function(t){this.$d=function(t){var e=t.date,n=t.utc;if(null===e)return new Date(NaN);if(_.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var r=e.match($);if(r){var i=r[2]-1||0,s=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)}}return new Date(e)}(t),this.$x=t.x||{},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.isValid=function(){return!(this.$d.toString()===d)},M.isSame=function(t,e){var n=S(t);return this.startOf(e)<=n&&n<=this.endOf(e)},M.isAfter=function(t,e){return S(t)<this.startOf(e)},M.isBefore=function(t,e){return this.endOf(e)<S(t)},M.$g=function(t,e,n){return _.u(t)?this[e]:this.set(n,t)},M.unix=function(){return Math.floor(this.valueOf()/1e3)},M.valueOf=function(){return this.$d.getTime()},M.startOf=function(t,e){var n=this,h=!!_.u(e)||e,d=_.p(t),$=function(t,e){var r=_.w(n.$u?Date.UTC(n.$y,e,t):new Date(n.$y,e,t),n);return h?r:r.endOf(u)},l=function(t,e){return _.w(n.toDate()[t].apply(n.toDate("s"),(h?[0,0,0,0]:[23,59,59,999]).slice(e)),n)},m=this.$W,M=this.$M,v=this.$D,y="set"+(this.$u?"UTC":"");switch(d){case f:return h?$(1,0):$(31,11);case o:return h?$(1,M):$(0,M+1);case a:var p=this.$locale().weekStart||0,D=(m<p?m+7:m)-p;return $(h?v-D:v+(6-D),M);case u:case c:return l(y+"Hours",0);case s:return l(y+"Minutes",1);case i:return l(y+"Seconds",2);case r:return l(y+"Milliseconds",3);default:return this.clone()}},M.endOf=function(t){return this.startOf(t,!1)},M.$set=function(t,e){var a,h=_.p(t),d="set"+(this.$u?"UTC":""),$=(a={},a[u]=d+"Date",a[c]=d+"Date",a[o]=d+"Month",a[f]=d+"FullYear",a[s]=d+"Hours",a[i]=d+"Minutes",a[r]=d+"Seconds",a[n]=d+"Milliseconds",a)[h],l=h===u?this.$D+(e-this.$W):e;if(h===o||h===f){var m=this.clone().set(c,1);m.$d[$](l),m.init(),this.$d=m.set(c,Math.min(this.$D,m.daysInMonth())).$d}else $&&this.$d[$](l);return this.init(),this},M.set=function(t,e){return this.clone().$set(t,e)},M.get=function(t){return this[_.p(t)]()},M.add=function(n,h){var c,d=this;n=Number(n);var $=_.p(h),l=function(t){var e=S(d);return _.w(e.date(e.date()+Math.round(t*n)),d)};if($===o)return this.set(o,this.$M+n);if($===f)return this.set(f,this.$y+n);if($===u)return l(1);if($===a)return l(7);var m=(c={},c[i]=t,c[s]=e,c[r]=1e3,c)[$]||1,M=this.$d.getTime()+n*m;return _.w(M,this)},M.subtract=function(t,e){return this.add(-1*t,e)},M.format=function(t){var e=this,n=this.$locale();if(!this.isValid())return n.invalidDate||d;var r=t||"YYYY-MM-DDTHH:mm:ssZ",i=_.z(this),s=this.$H,u=this.$m,a=this.$M,o=n.weekdays,h=n.months,f=function(t,n,i,s){return t&&(t[n]||t(e,r))||i[n].substr(0,s)},c=function(t){return _.s(s%12||12,t,"0")},$=n.meridiem||function(t,e,n){var r=t<12?"AM":"PM";return n?r.toLowerCase():r},m={YY:String(this.$y).slice(-2),YYYY:this.$y,M:a+1,MM:_.s(a+1,2,"0"),MMM:f(n.monthsShort,a,h,3),MMMM:f(h,a),D:this.$D,DD:_.s(this.$D,2,"0"),d:String(this.$W),dd:f(n.weekdaysMin,this.$W,o,2),ddd:f(n.weekdaysShort,this.$W,o,3),dddd:o[this.$W],H:String(s),HH:_.s(s,2,"0"),h:c(1),hh:c(2),a:$(s,u,!0),A:$(s,u,!1),m:String(u),mm:_.s(u,2,"0"),s:String(this.$s),ss:_.s(this.$s,2,"0"),SSS:_.s(this.$ms,3,"0"),Z:i};return r.replace(l,(function(t,e){return e||m[t]||i.replace(":","")}))},M.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},M.diff=function(n,c,d){var $,l=_.p(c),m=S(n),M=(m.utcOffset()-this.utcOffset())*t,v=this-m,y=_.m(this,m);return y=($={},$[f]=y/12,$[o]=y,$[h]=y/3,$[a]=(v-M)/6048e5,$[u]=(v-M)/864e5,$[s]=v/e,$[i]=v/t,$[r]=v/1e3,$)[l]||v,d?y:_.a(y)},M.daysInMonth=function(){return this.endOf(o).$D},M.$locale=function(){return p[this.$L]},M.locale=function(t,e){if(!t)return this.$L;var n=this.clone(),r=g(t,e,!0);return r&&(n.$L=r),n},M.clone=function(){return _.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()},m}(),O=w.prototype;return S.prototype=O,[["$ms",n],["$s",r],["$m",i],["$H",s],["$W",u],["$M",o],["$y",f],["$D",c]].forEach((function(t){O[t[1]]=function(e){return this.$g(e,t[0],t[1])}})),S.extend=function(t,e){return t.$i||(t(e,w,S),t.$i=!0),S},S.locale=g,S.isDayjs=D,S.unix=function(t){return S(1e3*t)},S.en=p[y],S.Ls=p,S.p={},S}()}}]);
2
- //# sourceMappingURL=879.js.map
1
+ (self.webpackChunk_openmrs_esm_active_visits_app=self.webpackChunk_openmrs_esm_active_visits_app||[]).push([[879],{8879:function(t){t.exports=function(){"use strict";var t=6e4,e=36e5,n="millisecond",r="second",i="minute",s="hour",u="day",a="week",o="month",h="quarter",f="year",c="date",d="Invalid Date",$=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,l=/\[([^\]]+)]|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,m={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("_")},M=function(t,e,n){var r=String(t);return!r||r.length>=e?t:""+Array(e+1-r.length).join(n)+t},v={s:M,z:function(t){var e=-t.utcOffset(),n=Math.abs(e),r=Math.floor(n/60),i=n%60;return(e<=0?"+":"-")+M(r,2,"0")+":"+M(i,2,"0")},m:function t(e,n){if(e.date()<n.date())return-t(n,e);var r=12*(n.year()-e.year())+(n.month()-e.month()),i=e.clone().add(r,o),s=n-i<0,u=e.clone().add(r+(s?-1:1),o);return+(-(r+(n-i)/(s?i-u:u-i))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(t){return{M:o,y:f,w:a,d:u,D:c,h:s,m:i,s:r,ms:n,Q:h}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},y="en",p={};p[y]=m;var D=function(t){return t instanceof w},g=function t(e,n,r){var i;if(!e)return y;if("string"==typeof e){var s=e.toLowerCase();p[s]&&(i=s),n&&(p[s]=n,i=s);var u=e.split("-");if(!i&&u.length>1)return t(u[0])}else{var a=e.name;p[a]=e,i=a}return!r&&i&&(y=i),i||!r&&y},S=function(t,e){if(D(t))return t.clone();var n="object"==typeof e?e:{};return n.date=t,n.args=arguments,new w(n)},_=v;_.l=g,_.i=D,_.w=function(t,e){return S(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var w=function(){function m(t){this.$L=g(t.locale,null,!0),this.parse(t)}var M=m.prototype;return M.parse=function(t){this.$d=function(t){var e=t.date,n=t.utc;if(null===e)return new Date(NaN);if(_.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var r=e.match($);if(r){var i=r[2]-1||0,s=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)}}return new Date(e)}(t),this.$x=t.x||{},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.isValid=function(){return!(this.$d.toString()===d)},M.isSame=function(t,e){var n=S(t);return this.startOf(e)<=n&&n<=this.endOf(e)},M.isAfter=function(t,e){return S(t)<this.startOf(e)},M.isBefore=function(t,e){return this.endOf(e)<S(t)},M.$g=function(t,e,n){return _.u(t)?this[e]:this.set(n,t)},M.unix=function(){return Math.floor(this.valueOf()/1e3)},M.valueOf=function(){return this.$d.getTime()},M.startOf=function(t,e){var n=this,h=!!_.u(e)||e,d=_.p(t),$=function(t,e){var r=_.w(n.$u?Date.UTC(n.$y,e,t):new Date(n.$y,e,t),n);return h?r:r.endOf(u)},l=function(t,e){return _.w(n.toDate()[t].apply(n.toDate("s"),(h?[0,0,0,0]:[23,59,59,999]).slice(e)),n)},m=this.$W,M=this.$M,v=this.$D,y="set"+(this.$u?"UTC":"");switch(d){case f:return h?$(1,0):$(31,11);case o:return h?$(1,M):$(0,M+1);case a:var p=this.$locale().weekStart||0,D=(m<p?m+7:m)-p;return $(h?v-D:v+(6-D),M);case u:case c:return l(y+"Hours",0);case s:return l(y+"Minutes",1);case i:return l(y+"Seconds",2);case r:return l(y+"Milliseconds",3);default:return this.clone()}},M.endOf=function(t){return this.startOf(t,!1)},M.$set=function(t,e){var a,h=_.p(t),d="set"+(this.$u?"UTC":""),$=(a={},a[u]=d+"Date",a[c]=d+"Date",a[o]=d+"Month",a[f]=d+"FullYear",a[s]=d+"Hours",a[i]=d+"Minutes",a[r]=d+"Seconds",a[n]=d+"Milliseconds",a)[h],l=h===u?this.$D+(e-this.$W):e;if(h===o||h===f){var m=this.clone().set(c,1);m.$d[$](l),m.init(),this.$d=m.set(c,Math.min(this.$D,m.daysInMonth())).$d}else $&&this.$d[$](l);return this.init(),this},M.set=function(t,e){return this.clone().$set(t,e)},M.get=function(t){return this[_.p(t)]()},M.add=function(n,h){var c,d=this;n=Number(n);var $=_.p(h),l=function(t){var e=S(d);return _.w(e.date(e.date()+Math.round(t*n)),d)};if($===o)return this.set(o,this.$M+n);if($===f)return this.set(f,this.$y+n);if($===u)return l(1);if($===a)return l(7);var m=(c={},c[i]=t,c[s]=e,c[r]=1e3,c)[$]||1,M=this.$d.getTime()+n*m;return _.w(M,this)},M.subtract=function(t,e){return this.add(-1*t,e)},M.format=function(t){var e=this,n=this.$locale();if(!this.isValid())return n.invalidDate||d;var r=t||"YYYY-MM-DDTHH:mm:ssZ",i=_.z(this),s=this.$H,u=this.$m,a=this.$M,o=n.weekdays,h=n.months,f=function(t,n,i,s){return t&&(t[n]||t(e,r))||i[n].slice(0,s)},c=function(t){return _.s(s%12||12,t,"0")},$=n.meridiem||function(t,e,n){var r=t<12?"AM":"PM";return n?r.toLowerCase():r},m={YY:String(this.$y).slice(-2),YYYY:this.$y,M:a+1,MM:_.s(a+1,2,"0"),MMM:f(n.monthsShort,a,h,3),MMMM:f(h,a),D:this.$D,DD:_.s(this.$D,2,"0"),d:String(this.$W),dd:f(n.weekdaysMin,this.$W,o,2),ddd:f(n.weekdaysShort,this.$W,o,3),dddd:o[this.$W],H:String(s),HH:_.s(s,2,"0"),h:c(1),hh:c(2),a:$(s,u,!0),A:$(s,u,!1),m:String(u),mm:_.s(u,2,"0"),s:String(this.$s),ss:_.s(this.$s,2,"0"),SSS:_.s(this.$ms,3,"0"),Z:i};return r.replace(l,(function(t,e){return e||m[t]||i.replace(":","")}))},M.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},M.diff=function(n,c,d){var $,l=_.p(c),m=S(n),M=(m.utcOffset()-this.utcOffset())*t,v=this-m,y=_.m(this,m);return y=($={},$[f]=y/12,$[o]=y,$[h]=y/3,$[a]=(v-M)/6048e5,$[u]=(v-M)/864e5,$[s]=v/e,$[i]=v/t,$[r]=v/1e3,$)[l]||v,d?y:_.a(y)},M.daysInMonth=function(){return this.endOf(o).$D},M.$locale=function(){return p[this.$L]},M.locale=function(t,e){if(!t)return this.$L;var n=this.clone(),r=g(t,e,!0);return r&&(n.$L=r),n},M.clone=function(){return _.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()},m}(),O=w.prototype;return S.prototype=O,[["$ms",n],["$s",r],["$m",i],["$H",s],["$W",u],["$M",o],["$y",f],["$D",c]].forEach((function(t){O[t[1]]=function(e){return this.$g(e,t[0],t[1])}})),S.extend=function(t,e){return t.$i||(t(e,w,S),t.$i=!0),S},S.locale=g,S.isDayjs=D,S.unix=function(t){return S(1e3*t)},S.en=p[y],S.Ls=p,S.p={},S}()}}]);
@@ -1 +1 @@
1
- System.register("@openmrs/esm-active-visits-app",[],function(a,b){var c=void 0;return{execute:function(){a((()=>{function g(a){var b=m[a];if(void 0!==b)return b.exports;var c=m[a]={id:a,loaded:!1,exports:{}};return G[a].call(c.exports,c,c.exports,g),c.loaded=!0,c.exports}var j,k,q,w,x,y,z,A,B,C,r,D,E,F,G={3959:(a,b,c)=>{(0,c(6907).s)(1)},6907:(a,b,c)=>{const d=c(3541).R;b.s=function(a){if(a||(a=1),!c.y.meta||!c.y.meta.url)throw console.error("__system_context__",c.y),Error("systemjs-webpack-interop was provided an unknown SystemJS context. Expected context.meta.url, but none was provided");c.p=d(c.y.meta.url,a)}},5384:(a,b,c)=>{c(3959)},3541:(a,b)=>{b.R=function(b,c){var d=document.createElement("a");d.href=b;for(var e="/"===d.pathname[0]?d.pathname:"/"+d.pathname,f=0,g=e.length;f!==c&&0<=g;)"/"===e[--g]&&f++;if(f!==c)throw Error("systemjs-webpack-interop: rootDirectoryLevel ("+c+") is greater than the number of directories ("+f+") in the URL path "+b);var h=e.slice(0,g+1);return d.protocol+"//"+d.host+h},Number.isInteger},6853:(b,d,f)=>{var g={app:()=>(c||((self.webpackChunk_openmrs_esm_active_visits_app=self.webpackChunk_openmrs_esm_active_visits_app||[]).push([[150],{150:(b,d,e)=>{function f(){var a={featureName:"active-visits",moduleName:"@openmrs/esm-active-visits-app"};return(0,c.defineConfigSchema)("@openmrs/esm-active-visits-app",g),{extensions:[{id:"active-visits-widget",slot:"homepage-widgets-slot",load:(0,c.getAsyncLifecycle)(function(){return Promise.all([e.e(403),e.e(614),e.e(902),e.e(56),e.e(91)]).then(e.bind(e,6091))},a)},{id:"visit-summary-widget",slot:"visit-summary-slot",load:(0,c.getAsyncLifecycle)(function(){return Promise.all([e.e(403),e.e(260),e.e(902),e.e(56),e.e(920)]).then(e.bind(e,9920))},a)}]}}e.r(d),e.d(d,{backendDependencies:()=>i,frontendDependencies:()=>a,importTranslation:()=>h,setupOpenMRS:()=>f,assets:()=>["91.js","260.js","316.js","319.js","373.js","402.js","403.js","574.js","614.js","635.js","openmrs-esm-active-visits-app.js","784.js","858.js","879.js","920.js","932.js"]});var c=e(3066),g={activeVisits:{pageSize:{_type:c.Type.Number,_description:"Count of active visits to be shown in a single page.",_default:10},pageSizes:{_type:c.Type.Array,_description:"Customizable page sizes that user can choose",_default:[10,20,50]}}},h=e(3979),i={"webservices.rest":"^2.2.0"},a={"@openmrs/esm-framework":"^3.2.1-pre.1163"}},3979:(a,b,c)=>{function d(a){if(!c.o(f,a))return Promise.resolve().then(()=>{var b=new Error("Cannot find module '"+a+"'");throw b.code="MODULE_NOT_FOUND",b});var b=f[a],d=b[0];return c.e(b[1]).then(()=>c(d))}var f={"./en.json":[3574,574],"./es.json":[8319,319]};d.keys=()=>Object.keys(f),d.id=3979,a.exports=d}}]),c=f.e(150).then(()=>()=>f(150))),c)},e=(a,b)=>(f.R=b,b=f.o(g,a)?g[a]():Promise.resolve().then(()=>{throw new Error("Module \""+a+"\" does not exist in container.")}),f.R=void 0,b),h=(a,b)=>{if(f.S){var c=f.S["default"];if(c&&c!==a)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return f.S["default"]=a,f.I("default",b)}};f.d(d,{get:()=>e,init:()=>h})}},m={};return g.m=G,g.c=m,g.y=b,g.n=a=>{var b=a&&a.__esModule?()=>a.default:()=>a;return g.d(b,{a:b}),b},g.d=(a,b)=>{for(var c in b)g.o(b,c)&&!g.o(a,c)&&Object.defineProperty(a,c,{enumerable:!0,get:b[c]})},g.f={},g.e=a=>Promise.all(Object.keys(g.f).reduce((b,c)=>(g.f[c](a,b),b),[])),g.u=a=>a+".js",g.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(a){if("object"==typeof window)return window}}(),g.o=(a,b)=>Object.prototype.hasOwnProperty.call(a,b),j={},k="@openmrs/esm-active-visits-app:",g.l=(a,b,c)=>{if(j[a])j[a].push(b);else{var e,h;if(void 0!==c)for(var m,n=document.getElementsByTagName("script"),o=0;o<n.length;o++)if(m=n[o],m.getAttribute("src")==a||m.getAttribute("data-webpack")==k+c){e=m;break}e||(h=!0,(e=document.createElement("script")).charset="utf-8",e.timeout=120,g.nc&&e.setAttribute("nonce",g.nc),e.setAttribute("data-webpack",k+c),e.src=a),j[a]=[b];var q=(b,c)=>{e.onerror=e.onload=null,clearTimeout(p);var d=j[a];if(delete j[a],e.parentNode&&e.parentNode.removeChild(e),d&&d.forEach(a=>a(c)),b)return b(c)},p=setTimeout(q.bind(null,void 0,{type:"timeout",target:e}),12e4);e.onerror=q.bind(null,e.onerror),e.onload=q.bind(null,e.onload),h&&document.head.appendChild(e)}},g.r=a=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(a,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(a,"__esModule",{value:!0})},g.nmd=a=>(a.paths=[],a.children||(a.children=[]),a),(()=>{g.S={};var b={},c={};g.I=(d,e)=>{e||(e=[]);var f=c[d];if(f||(f=c[d]={}),!(0<=e.indexOf(f))){if(e.push(f),b[d])return b[d];g.o(g.S,d)||(g.S[d]={});var h=g.S[d],a=(a,b,c,d)=>{var e=h[a]=h[a]||{},f=e[b];f&&(f.loaded||(!d==!f.eager?!("@openmrs/esm-active-visits-app">f.from):!d))||(e[b]={get:c,from:"@openmrs/esm-active-visits-app",eager:!!d})},i=[];return"default"===d&&(a("@openmrs/esm-framework","3.2.1-pre.1163",()=>Promise.all([g.e(858),g.e(902)]).then(()=>()=>g(6858))),a("carbon-components","10.31.0",()=>g.e(635).then(()=>()=>g(9635))),a("carbon-icons","7.0.7",()=>g.e(402).then(()=>()=>g(5402))),a("dayjs","1.11.0",()=>g.e(879).then(()=>()=>g(8879))),a("react-dom","16.14.0",()=>Promise.all([g.e(316),g.e(902)]).then(()=>()=>g(8316))),a("react-i18next","11.16.6",()=>Promise.all([g.e(902),g.e(932)]).then(()=>()=>g(9932))),a("react","16.14.0",()=>g.e(784).then(()=>()=>g(2784)))),b[d]=i.length?Promise.all(i).then(()=>b[d]=1):1}}})(),g.p="",q=a=>{var b=a=>a.split(".").map(a=>+a==a?+a:a),c=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(a),d=c[1]?b(c[1]):[];return c[2]&&(d.length++,d.push.apply(d,b(c[2]))),c[3]&&(d.push([]),d.push.apply(d,b(c[3]))),d},w=(b,c)=>{b=q(b),c=q(c);for(var d=0;;){if(d>=b.length)return d<c.length&&"u"!=(typeof c[d])[0];var f=b[d],g=(typeof f)[0];if(d>=c.length)return"u"==g;var a=c[d],h=(typeof a)[0];if(g!=h)return"o"==g&&"n"==h||"s"==h||"u"==g;if("o"!=g&&"u"!=g&&f!=a)return f<a;d++}},x=a=>{function b(){return g.pop().replace(/^\((.+)\)$/,"$1")}var c=a[0],d="";if(1===a.length)return"*";if(c+.5){d+=0==c?">=":-1==c?"<":1==c?"^":2==c?"~":0<c?"=":"!=";for(var e=1,f=1;f<a.length;f++)e--,d+="u"==(typeof(h=a[f]))[0]?"-":(0<e?".":"")+(e=2,h);return d}var g=[];for(f=1;f<a.length;f++){var h=a[f];g.push(0===h?"not("+b()+")":1===h?"("+b()+" || "+b()+")":2===h?g.pop()+" "+g.pop():x(h))}return b()},y=(b,e)=>{if(0 in b){e=q(e);var g=b[0],i=0>g;i&&(g=-g-1);for(var j=0,k=1,m=!0;;k++,j++){var n,o,v=k<b.length?(typeof b[k])[0]:"";if(j>=e.length||"o"==(o=(typeof(n=e[j]))[0]))return!m||("u"==v?k>g&&!i:""==v!=i);if("u"==o){if(!m||"u"!=v)return!1;}else if(!m)"s"!=v&&"n"!=v&&(m=!1,k--);else if(v==o){if(!(k<=g)){if(i?n>b[k]:n<b[k])return!1;n!=b[k]&&(m=!1)}else if(n!=b[k])return!1;}else if("s"!=v&&"n"!=v){if(i||k<=g)return!1;m=!1,k--}else{if(k<=g||o<v!=i)return!1;m=!1}}}var p=[],d=p.pop.bind(p);for(j=1;j<b.length;j++){var c=b[j];p.push(1==c?d()|d():2==c?d()&d():c?y(c,e):!d())}return!!d()},z=(a,b)=>{var c=a[b];return Object.keys(c).reduce((a,b)=>a&&(c[a].loaded||!w(a,b))?a:b,0)},A=(a,b,c,d)=>"Unsatisfied version "+c+" from "+(c&&a[b][c].from)+" of shared singleton module "+b+" (required "+x(d)+")",B=(a,b,c,d)=>{var e=z(a,c);return y(d,e)||"undefined"!=typeof console&&console.warn&&console.warn(A(a,c,e,d)),C(a[c][e])},C=a=>(a.loaded=1,a.get()),r=(b=>function(c,d,e,f){var h=g.I(c);return h&&h.then?h.then(b.bind(b,c,g.S[c],d,e,f)):b(0,g.S[c],d,e,f)})((a,b,c,d,e)=>b&&g.o(b,c)?B(b,0,c,d):e()),D={},E={3066:()=>r("default","@openmrs/esm-framework",[1,3],()=>Promise.all([g.e(858),g.e(902)]).then(()=>()=>g(6858))),9902:()=>r("default","react",[1,16],()=>g.e(784).then(()=>()=>g(2784))),4589:()=>r("default","react-dom",[1,16],()=>g.e(316).then(()=>()=>g(8316))),4924:()=>r("default","react-i18next",[1,11],()=>g.e(373).then(()=>()=>g(9932))),8479:()=>r("default","carbon-components",[1,10],()=>g.e(635).then(()=>()=>g(9635))),3565:()=>r("default","dayjs",[1,1],()=>g.e(879).then(()=>()=>g(8879)))},F={56:[4589,4924,8479],91:[3565],150:[3066],902:[9902]},g.f.consumes=(a,b)=>{g.o(F,a)&&F[a].forEach(a=>{if(g.o(D,a))return b.push(D[a]);var c=b=>{D[a]=0,g.m[a]=c=>{delete g.c[a],c.exports=b()}},d=b=>{delete D[a],g.m[a]=()=>{throw delete g.c[a],b}};try{var e=E[a]();e.then?b.push(D[a]=e.then(c).catch(d)):c(e)}catch(a){d(a)}})},(()=>{var b={661:0};g.f.j=(c,d)=>{var e=g.o(b,c)?b[c]:void 0;if(0!==e)if(e)d.push(e[2]);else if(/^(56|902)$/.test(c))b[c]=0;else{var f=new Promise((a,d)=>e=b[c]=[a,d]);d.push(e[2]=f);var h=g.p+g.u(c),j=new Error;g.l(h,d=>{if(g.o(b,c)&&(0!==(e=b[c])&&(b[c]=void 0),e)){var f=d&&("load"===d.type?"missing":d.type),h=d&&d.target&&d.target.src;j.message="Loading chunk "+c+" failed.\n("+f+": "+h+")",j.name="ChunkLoadError",j.type=f,j.request=h,e[1](j)}},"chunk-"+c,c)}};var a=(c,d)=>{var e,f,[h,a,i]=d,j=0;if(h.some(a=>0!==b[a])){for(e in a)g.o(a,e)&&(g.m[e]=a[e]);i&&i(g)}for(c&&c(d);j<h.length;j++)f=h[j],g.o(b,f)&&b[f]&&b[f][0](),b[f]=0},c=self.webpackChunk_openmrs_esm_active_visits_app=self.webpackChunk_openmrs_esm_active_visits_app||[];c.forEach(a.bind(null,0)),c.push=a.bind(null,c.push.bind(c))})(),g(5384),g(6853)})())}}});
1
+ System.register("@openmrs/esm-active-visits-app",[],function(a,b){var c=void 0;return{execute:function(){a((()=>{function g(a){var b=m[a];if(void 0!==b)return b.exports;var c=m[a]={id:a,loaded:!1,exports:{}};return G[a].call(c.exports,c,c.exports,g),c.loaded=!0,c.exports}var j,k,q,w,x,y,z,A,B,C,r,D,E,F,G={3959:(a,b,c)=>{(0,c(6907).s)(1)},6907:(a,b,c)=>{const d=c(3541).R;b.s=function(a){if(a||(a=1),!c.y.meta||!c.y.meta.url)throw console.error("__system_context__",c.y),Error("systemjs-webpack-interop was provided an unknown SystemJS context. Expected context.meta.url, but none was provided");c.p=d(c.y.meta.url,a)}},5384:(a,b,c)=>{c(3959)},3541:(a,b)=>{b.R=function(b,c){var d=document.createElement("a");d.href=b;for(var e="/"===d.pathname[0]?d.pathname:"/"+d.pathname,f=0,g=e.length;f!==c&&0<=g;)"/"===e[--g]&&f++;if(f!==c)throw Error("systemjs-webpack-interop: rootDirectoryLevel ("+c+") is greater than the number of directories ("+f+") in the URL path "+b);var h=e.slice(0,g+1);return d.protocol+"//"+d.host+h},Number.isInteger},6853:(b,d,f)=>{var g={app:()=>(c||((self.webpackChunk_openmrs_esm_active_visits_app=self.webpackChunk_openmrs_esm_active_visits_app||[]).push([[150],{150:(b,d,e)=>{function f(){var a={featureName:"active-visits",moduleName:"@openmrs/esm-active-visits-app"};return(0,c.defineConfigSchema)("@openmrs/esm-active-visits-app",g),{extensions:[{id:"active-visits-widget",slot:"homepage-widgets-slot",load:(0,c.getAsyncLifecycle)(function(){return Promise.all([e.e(719),e.e(785),e.e(902),e.e(56),e.e(221)]).then(e.bind(e,2221))},a)},{id:"visit-summary-widget",slot:"visit-summary-slot",load:(0,c.getAsyncLifecycle)(function(){return Promise.all([e.e(719),e.e(260),e.e(902),e.e(56),e.e(788)]).then(e.bind(e,3788))},a)}]}}e.r(d),e.d(d,{backendDependencies:()=>i,frontendDependencies:()=>a,importTranslation:()=>h,setupOpenMRS:()=>f,assets:()=>["221.js","248.js","260.js","316.js","319.js","402.js","574.js","635.js","openmrs-esm-active-visits-app.js","719.js","784.js","785.js","788.js","858.js","879.js"]});var c=e(3066),g={activeVisits:{pageSize:{_type:c.Type.Number,_description:"Count of active visits to be shown in a single page.",_default:10},pageSizes:{_type:c.Type.Array,_description:"Customizable page sizes that user can choose",_default:[10,20,50]}}},h=e(3979),i={"webservices.rest":"^2.2.0"},a={"@openmrs/esm-framework":"^3.4.1-pre.112"}},3979:(a,b,c)=>{function d(a){if(!c.o(f,a))return Promise.resolve().then(()=>{var b=new Error("Cannot find module '"+a+"'");throw b.code="MODULE_NOT_FOUND",b});var b=f[a],d=b[0];return c.e(b[1]).then(()=>c(d))}var f={"./en.json":[3574,574],"./es.json":[8319,319]};d.keys=()=>Object.keys(f),d.id=3979,a.exports=d}}]),c=f.e(150).then(()=>()=>f(150))),c)},e=(a,b)=>(f.R=b,b=f.o(g,a)?g[a]():Promise.resolve().then(()=>{throw new Error("Module \""+a+"\" does not exist in container.")}),f.R=void 0,b),h=(a,b)=>{if(f.S){var c=f.S["default"];if(c&&c!==a)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return f.S["default"]=a,f.I("default",b)}};f.d(d,{get:()=>e,init:()=>h})}},m={};return g.m=G,g.c=m,g.y=b,g.n=a=>{var b=a&&a.__esModule?()=>a.default:()=>a;return g.d(b,{a:b}),b},g.d=(a,b)=>{for(var c in b)g.o(b,c)&&!g.o(a,c)&&Object.defineProperty(a,c,{enumerable:!0,get:b[c]})},g.f={},g.e=a=>Promise.all(Object.keys(g.f).reduce((b,c)=>(g.f[c](a,b),b),[])),g.u=a=>a+".js",g.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(a){if("object"==typeof window)return window}}(),g.o=(a,b)=>Object.prototype.hasOwnProperty.call(a,b),j={},k="@openmrs/esm-active-visits-app:",g.l=(a,b,c)=>{if(j[a])j[a].push(b);else{var e,h;if(void 0!==c)for(var m,n=document.getElementsByTagName("script"),o=0;o<n.length;o++)if(m=n[o],m.getAttribute("src")==a||m.getAttribute("data-webpack")==k+c){e=m;break}e||(h=!0,(e=document.createElement("script")).charset="utf-8",e.timeout=120,g.nc&&e.setAttribute("nonce",g.nc),e.setAttribute("data-webpack",k+c),e.src=a),j[a]=[b];var q=(b,c)=>{e.onerror=e.onload=null,clearTimeout(p);var d=j[a];if(delete j[a],e.parentNode&&e.parentNode.removeChild(e),d&&d.forEach(a=>a(c)),b)return b(c)},p=setTimeout(q.bind(null,void 0,{type:"timeout",target:e}),12e4);e.onerror=q.bind(null,e.onerror),e.onload=q.bind(null,e.onload),h&&document.head.appendChild(e)}},g.r=a=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(a,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(a,"__esModule",{value:!0})},g.nmd=a=>(a.paths=[],a.children||(a.children=[]),a),(()=>{g.S={};var b={},c={};g.I=(d,e)=>{e||(e=[]);var f=c[d];if(f||(f=c[d]={}),!(0<=e.indexOf(f))){if(e.push(f),b[d])return b[d];g.o(g.S,d)||(g.S[d]={});var h=g.S[d],a=(a,b,c,d)=>{var e=h[a]=h[a]||{},f=e[b];f&&(f.loaded||(!d==!f.eager?!("@openmrs/esm-active-visits-app">f.from):!d))||(e[b]={get:c,from:"@openmrs/esm-active-visits-app",eager:!!d})},i=[];return"default"===d&&(a("@openmrs/esm-framework","3.4.1-pre.112",()=>Promise.all([g.e(858),g.e(902)]).then(()=>()=>g(6858))),a("carbon-components","10.31.0",()=>g.e(635).then(()=>()=>g(9635))),a("carbon-icons","7.0.7",()=>g.e(402).then(()=>()=>g(5402))),a("dayjs","1.11.3",()=>g.e(879).then(()=>()=>g(8879))),a("react-dom","16.14.0",()=>Promise.all([g.e(316),g.e(902)]).then(()=>()=>g(8316))),a("react-i18next","11.17.2",()=>Promise.all([g.e(248),g.e(902)]).then(()=>()=>g(3248))),a("react","16.14.0",()=>g.e(784).then(()=>()=>g(2784)))),b[d]=i.length?Promise.all(i).then(()=>b[d]=1):1}}})(),g.p="",q=a=>{var b=a=>a.split(".").map(a=>+a==a?+a:a),c=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(a),d=c[1]?b(c[1]):[];return c[2]&&(d.length++,d.push.apply(d,b(c[2]))),c[3]&&(d.push([]),d.push.apply(d,b(c[3]))),d},w=(b,c)=>{b=q(b),c=q(c);for(var d=0;;){if(d>=b.length)return d<c.length&&"u"!=(typeof c[d])[0];var f=b[d],g=(typeof f)[0];if(d>=c.length)return"u"==g;var a=c[d],h=(typeof a)[0];if(g!=h)return"o"==g&&"n"==h||"s"==h||"u"==g;if("o"!=g&&"u"!=g&&f!=a)return f<a;d++}},x=a=>{function b(){return g.pop().replace(/^\((.+)\)$/,"$1")}var c=a[0],d="";if(1===a.length)return"*";if(c+.5){d+=0==c?">=":-1==c?"<":1==c?"^":2==c?"~":0<c?"=":"!=";for(var e=1,f=1;f<a.length;f++)e--,d+="u"==(typeof(h=a[f]))[0]?"-":(0<e?".":"")+(e=2,h);return d}var g=[];for(f=1;f<a.length;f++){var h=a[f];g.push(0===h?"not("+b()+")":1===h?"("+b()+" || "+b()+")":2===h?g.pop()+" "+g.pop():x(h))}return b()},y=(b,e)=>{if(0 in b){e=q(e);var g=b[0],i=0>g;i&&(g=-g-1);for(var j=0,k=1,m=!0;;k++,j++){var n,o,v=k<b.length?(typeof b[k])[0]:"";if(j>=e.length||"o"==(o=(typeof(n=e[j]))[0]))return!m||("u"==v?k>g&&!i:""==v!=i);if("u"==o){if(!m||"u"!=v)return!1;}else if(!m)"s"!=v&&"n"!=v&&(m=!1,k--);else if(v==o){if(!(k<=g)){if(i?n>b[k]:n<b[k])return!1;n!=b[k]&&(m=!1)}else if(n!=b[k])return!1;}else if("s"!=v&&"n"!=v){if(i||k<=g)return!1;m=!1,k--}else{if(k<=g||o<v!=i)return!1;m=!1}}}var p=[],d=p.pop.bind(p);for(j=1;j<b.length;j++){var c=b[j];p.push(1==c?d()|d():2==c?d()&d():c?y(c,e):!d())}return!!d()},z=(a,b)=>{var c=a[b];return Object.keys(c).reduce((a,b)=>a&&(c[a].loaded||!w(a,b))?a:b,0)},A=(a,b,c,d)=>"Unsatisfied version "+c+" from "+(c&&a[b][c].from)+" of shared singleton module "+b+" (required "+x(d)+")",B=(a,b,c,d)=>{var e=z(a,c);return y(d,e)||"undefined"!=typeof console&&console.warn&&console.warn(A(a,c,e,d)),C(a[c][e])},C=a=>(a.loaded=1,a.get()),r=(b=>function(c,d,e,f){var h=g.I(c);return h&&h.then?h.then(b.bind(b,c,g.S[c],d,e,f)):b(0,g.S[c],d,e,f)})((a,b,c,d,e)=>b&&g.o(b,c)?B(b,0,c,d):e()),D={},E={3066:()=>r("default","@openmrs/esm-framework",[1,3],()=>Promise.all([g.e(858),g.e(902)]).then(()=>()=>g(6858))),9902:()=>r("default","react",[1,16],()=>g.e(784).then(()=>()=>g(2784))),4589:()=>r("default","react-dom",[1,16],()=>g.e(316).then(()=>()=>g(8316))),4924:()=>r("default","react-i18next",[1,11],()=>g.e(248).then(()=>()=>g(3248))),8479:()=>r("default","carbon-components",[1,10],()=>g.e(635).then(()=>()=>g(9635))),3565:()=>r("default","dayjs",[1,1],()=>g.e(879).then(()=>()=>g(8879)))},F={56:[4589,4924,8479],150:[3066],221:[3565],902:[9902]},g.f.consumes=(a,b)=>{g.o(F,a)&&F[a].forEach(a=>{if(g.o(D,a))return b.push(D[a]);var c=b=>{D[a]=0,g.m[a]=c=>{delete g.c[a],c.exports=b()}},d=b=>{delete D[a],g.m[a]=()=>{throw delete g.c[a],b}};try{var e=E[a]();e.then?b.push(D[a]=e.then(c).catch(d)):c(e)}catch(a){d(a)}})},(()=>{var b={661:0};g.f.j=(c,d)=>{var e=g.o(b,c)?b[c]:void 0;if(0!==e)if(e)d.push(e[2]);else if(/^(56|902)$/.test(c))b[c]=0;else{var f=new Promise((a,d)=>e=b[c]=[a,d]);d.push(e[2]=f);var h=g.p+g.u(c),j=new Error;g.l(h,d=>{if(g.o(b,c)&&(0!==(e=b[c])&&(b[c]=void 0),e)){var f=d&&("load"===d.type?"missing":d.type),h=d&&d.target&&d.target.src;j.message="Loading chunk "+c+" failed.\n("+f+": "+h+")",j.name="ChunkLoadError",j.type=f,j.request=h,e[1](j)}},"chunk-"+c,c)}};var a=(c,d)=>{var e,f,[h,a,i]=d,j=0;if(h.some(a=>0!==b[a])){for(e in a)g.o(a,e)&&(g.m[e]=a[e]);i&&i(g)}for(c&&c(d);j<h.length;j++)f=h[j],g.o(b,f)&&b[f]&&b[f][0](),b[f]=0},c=self.webpackChunk_openmrs_esm_active_visits_app=self.webpackChunk_openmrs_esm_active_visits_app||[];c.forEach(a.bind(null,0)),c.push=a.bind(null,c.push.bind(c))})(),g.nc=void 0,g(5384),g(6853)})())}}});
@@ -17,7 +17,7 @@
17
17
  ],
18
18
  "files": [],
19
19
  "auxiliaryFiles": [],
20
- "hash": "4f8f6b25165d7b5ab310",
20
+ "hash": "aa4568d85e5d5b0d9ac8",
21
21
  "childrenByOrder": {}
22
22
  },
23
23
  {
@@ -25,9 +25,9 @@
25
25
  "initial": false,
26
26
  "entry": false,
27
27
  "recorded": false,
28
- "size": 101675,
28
+ "size": 2009,
29
29
  "sizes": {
30
- "javascript": 101633,
30
+ "javascript": 1967,
31
31
  "consume-shared": 42
32
32
  },
33
33
  "names": [],
@@ -36,12 +36,10 @@
36
36
  "@openmrs/esm-active-visits-app"
37
37
  ],
38
38
  "files": [
39
- "91.js"
40
- ],
41
- "auxiliaryFiles": [
42
- "91.js.map"
39
+ "150.js"
43
40
  ],
44
- "hash": "1b50884ba4af49202a32",
41
+ "auxiliaryFiles": [],
42
+ "hash": "06e8b0dc32077a1452c7",
45
43
  "childrenByOrder": {}
46
44
  },
47
45
  {
@@ -49,9 +47,9 @@
49
47
  "initial": false,
50
48
  "entry": false,
51
49
  "recorded": false,
52
- "size": 2009,
50
+ "size": 27549,
53
51
  "sizes": {
54
- "javascript": 1967,
52
+ "javascript": 27507,
55
53
  "consume-shared": 42
56
54
  },
57
55
  "names": [],
@@ -60,12 +58,10 @@
60
58
  "@openmrs/esm-active-visits-app"
61
59
  ],
62
60
  "files": [
63
- "150.js"
64
- ],
65
- "auxiliaryFiles": [
66
- "150.js.map"
61
+ "221.js"
67
62
  ],
68
- "hash": "27c6fb17d27aac517a68",
63
+ "auxiliaryFiles": [],
64
+ "hash": "6f748135f7f84921840d",
69
65
  "childrenByOrder": {}
70
66
  },
71
67
  {
@@ -73,10 +69,10 @@
73
69
  "initial": false,
74
70
  "entry": false,
75
71
  "recorded": false,
76
- "reason": "split chunk (cache group: defaultVendors)",
77
- "size": 114464,
72
+ "reason": "reused as split chunk (cache group: defaultVendors)",
73
+ "size": 40327,
78
74
  "sizes": {
79
- "javascript": 114464
75
+ "javascript": 40327
80
76
  },
81
77
  "names": [],
82
78
  "idHints": [
@@ -86,12 +82,10 @@
86
82
  "@openmrs/esm-active-visits-app"
87
83
  ],
88
84
  "files": [
89
- "260.js"
90
- ],
91
- "auxiliaryFiles": [
92
- "260.js.map"
85
+ "248.js"
93
86
  ],
94
- "hash": "7bb00a0af23fa84ce8bf",
87
+ "auxiliaryFiles": [],
88
+ "hash": "a62b4942cfe598ee88fe",
95
89
  "childrenByOrder": {}
96
90
  },
97
91
  {
@@ -99,10 +93,10 @@
99
93
  "initial": false,
100
94
  "entry": false,
101
95
  "recorded": false,
102
- "reason": "reused as split chunk (cache group: defaultVendors)",
103
- "size": 127447,
96
+ "reason": "split chunk (cache group: defaultVendors)",
97
+ "size": 114464,
104
98
  "sizes": {
105
- "javascript": 127447
99
+ "javascript": 114464
106
100
  },
107
101
  "names": [],
108
102
  "idHints": [
@@ -112,12 +106,10 @@
112
106
  "@openmrs/esm-active-visits-app"
113
107
  ],
114
108
  "files": [
115
- "316.js"
116
- ],
117
- "auxiliaryFiles": [
118
- "316.js.map"
109
+ "260.js"
119
110
  ],
120
- "hash": "3e8d3ca98e69d24de168",
111
+ "auxiliaryFiles": [],
112
+ "hash": "5615f5d0d17279a75254",
121
113
  "childrenByOrder": {}
122
114
  },
123
115
  {
@@ -125,20 +117,23 @@
125
117
  "initial": false,
126
118
  "entry": false,
127
119
  "recorded": false,
128
- "size": 12,
120
+ "reason": "reused as split chunk (cache group: defaultVendors)",
121
+ "size": 127447,
129
122
  "sizes": {
130
- "javascript": 12
123
+ "javascript": 127447
131
124
  },
132
125
  "names": [],
133
- "idHints": [],
126
+ "idHints": [
127
+ "vendors"
128
+ ],
134
129
  "runtime": [
135
130
  "@openmrs/esm-active-visits-app"
136
131
  ],
137
132
  "files": [
138
- "319.js"
133
+ "316.js"
139
134
  ],
140
135
  "auxiliaryFiles": [],
141
- "hash": "c0c9ea7e06544393c6cf",
136
+ "hash": "3efc932012bfa7f6560c",
142
137
  "childrenByOrder": {}
143
138
  },
144
139
  {
@@ -146,9 +141,9 @@
146
141
  "initial": false,
147
142
  "entry": false,
148
143
  "recorded": false,
149
- "size": 35374,
144
+ "size": 12,
150
145
  "sizes": {
151
- "javascript": 35374
146
+ "javascript": 12
152
147
  },
153
148
  "names": [],
154
149
  "idHints": [],
@@ -156,12 +151,10 @@
156
151
  "@openmrs/esm-active-visits-app"
157
152
  ],
158
153
  "files": [
159
- "373.js"
160
- ],
161
- "auxiliaryFiles": [
162
- "373.js.map"
154
+ "319.js"
163
155
  ],
164
- "hash": "a28a7de10969281daf57",
156
+ "auxiliaryFiles": [],
157
+ "hash": "94b99b6024fe54493f0c",
165
158
  "childrenByOrder": {}
166
159
  },
167
160
  {
@@ -184,36 +177,8 @@
184
177
  "files": [
185
178
  "402.js"
186
179
  ],
187
- "auxiliaryFiles": [
188
- "402.js.map"
189
- ],
190
- "hash": "36eb1033ef123aeef878",
191
- "childrenByOrder": {}
192
- },
193
- {
194
- "rendered": true,
195
- "initial": false,
196
- "entry": false,
197
- "recorded": false,
198
- "reason": "split chunk (cache group: defaultVendors)",
199
- "size": 1663245,
200
- "sizes": {
201
- "javascript": 1663245
202
- },
203
- "names": [],
204
- "idHints": [
205
- "vendors"
206
- ],
207
- "runtime": [
208
- "@openmrs/esm-active-visits-app"
209
- ],
210
- "files": [
211
- "403.js"
212
- ],
213
- "auxiliaryFiles": [
214
- "403.js.map"
215
- ],
216
- "hash": "51999561108361d779af",
180
+ "auxiliaryFiles": [],
181
+ "hash": "af9d73d605bacb6d8a83",
217
182
  "childrenByOrder": {}
218
183
  },
219
184
  {
@@ -234,33 +199,7 @@
234
199
  "574.js"
235
200
  ],
236
201
  "auxiliaryFiles": [],
237
- "hash": "832c8133ed2a0b552ea6",
238
- "childrenByOrder": {}
239
- },
240
- {
241
- "rendered": true,
242
- "initial": false,
243
- "entry": false,
244
- "recorded": false,
245
- "reason": "split chunk (cache group: defaultVendors)",
246
- "size": 1056986,
247
- "sizes": {
248
- "javascript": 1056986
249
- },
250
- "names": [],
251
- "idHints": [
252
- "vendors"
253
- ],
254
- "runtime": [
255
- "@openmrs/esm-active-visits-app"
256
- ],
257
- "files": [
258
- "614.js"
259
- ],
260
- "auxiliaryFiles": [
261
- "614.js.map"
262
- ],
263
- "hash": "a0ace5a04a8c21e6e4ca",
202
+ "hash": "84d62f671973e7420d3f",
264
203
  "childrenByOrder": {}
265
204
  },
266
205
  {
@@ -283,10 +222,8 @@
283
222
  "files": [
284
223
  "635.js"
285
224
  ],
286
- "auxiliaryFiles": [
287
- "635.js.map"
288
- ],
289
- "hash": "151f4c90da29ed375a8a",
225
+ "auxiliaryFiles": [],
226
+ "hash": "94a7595bc1fedfd9ab77",
290
227
  "childrenByOrder": {}
291
228
  },
292
229
  {
@@ -294,11 +231,11 @@
294
231
  "initial": true,
295
232
  "entry": true,
296
233
  "recorded": false,
297
- "size": 22861,
234
+ "size": 22896,
298
235
  "sizes": {
299
236
  "javascript": 3409,
300
237
  "share-init": 294,
301
- "runtime": 19158
238
+ "runtime": 19193
302
239
  },
303
240
  "names": [
304
241
  "@openmrs/esm-active-visits-app"
@@ -310,10 +247,32 @@
310
247
  "files": [
311
248
  "openmrs-esm-active-visits-app.js"
312
249
  ],
313
- "auxiliaryFiles": [
314
- "openmrs-esm-active-visits-app.js.map"
250
+ "auxiliaryFiles": [],
251
+ "hash": "33ca7710b097bfba2c84",
252
+ "childrenByOrder": {}
253
+ },
254
+ {
255
+ "rendered": true,
256
+ "initial": false,
257
+ "entry": false,
258
+ "recorded": false,
259
+ "reason": "split chunk (cache group: defaultVendors)",
260
+ "size": 1660978,
261
+ "sizes": {
262
+ "javascript": 1660978
263
+ },
264
+ "names": [],
265
+ "idHints": [
266
+ "vendors"
267
+ ],
268
+ "runtime": [
269
+ "@openmrs/esm-active-visits-app"
270
+ ],
271
+ "files": [
272
+ "719.js"
315
273
  ],
316
- "hash": "6ef3df54c23d1f1232c6",
274
+ "auxiliaryFiles": [],
275
+ "hash": "a3ee41fbc64ced4bfb2a",
317
276
  "childrenByOrder": {}
318
277
  },
319
278
  {
@@ -333,10 +292,8 @@
333
292
  "files": [
334
293
  "784.js"
335
294
  ],
336
- "auxiliaryFiles": [
337
- "784.js.map"
338
- ],
339
- "hash": "39856e003b1d068b74a6",
295
+ "auxiliaryFiles": [],
296
+ "hash": "f73f1af927e15899e1bb",
340
297
  "childrenByOrder": {}
341
298
  },
342
299
  {
@@ -345,9 +302,9 @@
345
302
  "entry": false,
346
303
  "recorded": false,
347
304
  "reason": "split chunk (cache group: defaultVendors)",
348
- "size": 489379,
305
+ "size": 1601084,
349
306
  "sizes": {
350
- "javascript": 489379
307
+ "javascript": 1601084
351
308
  },
352
309
  "names": [],
353
310
  "idHints": [
@@ -357,12 +314,10 @@
357
314
  "@openmrs/esm-active-visits-app"
358
315
  ],
359
316
  "files": [
360
- "858.js"
317
+ "785.js"
361
318
  ],
362
- "auxiliaryFiles": [
363
- "858.js.map"
364
- ],
365
- "hash": "b5adf2d3f4287b102bcf",
319
+ "auxiliaryFiles": [],
320
+ "hash": "609a448af3f82851e358",
366
321
  "childrenByOrder": {}
367
322
  },
368
323
  {
@@ -370,9 +325,9 @@
370
325
  "initial": false,
371
326
  "entry": false,
372
327
  "recorded": false,
373
- "size": 6571,
328
+ "size": 44831,
374
329
  "sizes": {
375
- "javascript": 6571
330
+ "javascript": 44831
376
331
  },
377
332
  "names": [],
378
333
  "idHints": [],
@@ -380,32 +335,34 @@
380
335
  "@openmrs/esm-active-visits-app"
381
336
  ],
382
337
  "files": [
383
- "879.js"
384
- ],
385
- "auxiliaryFiles": [
386
- "879.js.map"
338
+ "788.js"
387
339
  ],
388
- "hash": "90df778414899ea65625",
340
+ "auxiliaryFiles": [],
341
+ "hash": "6ebf972e7fd53a14bd77",
389
342
  "childrenByOrder": {}
390
343
  },
391
344
  {
392
- "rendered": false,
345
+ "rendered": true,
393
346
  "initial": false,
394
347
  "entry": false,
395
348
  "recorded": false,
396
- "reason": "reused as split chunk (cache group: default)",
397
- "size": 42,
349
+ "reason": "split chunk (cache group: defaultVendors)",
350
+ "size": 485627,
398
351
  "sizes": {
399
- "consume-shared": 42
352
+ "javascript": 485627
400
353
  },
401
354
  "names": [],
402
- "idHints": [],
355
+ "idHints": [
356
+ "vendors"
357
+ ],
403
358
  "runtime": [
404
359
  "@openmrs/esm-active-visits-app"
405
360
  ],
406
- "files": [],
361
+ "files": [
362
+ "858.js"
363
+ ],
407
364
  "auxiliaryFiles": [],
408
- "hash": "2a404ce67024d6bd9ac4",
365
+ "hash": "64b717a1a5e12b5edfef",
409
366
  "childrenByOrder": {}
410
367
  },
411
368
  {
@@ -413,9 +370,9 @@
413
370
  "initial": false,
414
371
  "entry": false,
415
372
  "recorded": false,
416
- "size": 106396,
373
+ "size": 6570,
417
374
  "sizes": {
418
- "javascript": 106396
375
+ "javascript": 6570
419
376
  },
420
377
  "names": [],
421
378
  "idHints": [],
@@ -423,35 +380,30 @@
423
380
  "@openmrs/esm-active-visits-app"
424
381
  ],
425
382
  "files": [
426
- "920.js"
427
- ],
428
- "auxiliaryFiles": [
429
- "920.js.map"
383
+ "879.js"
430
384
  ],
431
- "hash": "2d3d6e671ef14b00c2a4",
385
+ "auxiliaryFiles": [],
386
+ "hash": "79b33e35ec7f51771e1b",
432
387
  "childrenByOrder": {}
433
388
  },
434
389
  {
435
- "rendered": true,
390
+ "rendered": false,
436
391
  "initial": false,
437
392
  "entry": false,
438
393
  "recorded": false,
439
- "size": 39848,
394
+ "reason": "reused as split chunk (cache group: default)",
395
+ "size": 42,
440
396
  "sizes": {
441
- "javascript": 39848
397
+ "consume-shared": 42
442
398
  },
443
399
  "names": [],
444
400
  "idHints": [],
445
401
  "runtime": [
446
402
  "@openmrs/esm-active-visits-app"
447
403
  ],
448
- "files": [
449
- "932.js"
450
- ],
451
- "auxiliaryFiles": [
452
- "932.js.map"
453
- ],
454
- "hash": "aaf9882fbcf54b75c346",
404
+ "files": [],
405
+ "auxiliaryFiles": [],
406
+ "hash": "06cecc5ad08794107cc5",
455
407
  "childrenByOrder": {}
456
408
  }
457
409
  ]
@@ -1,2 +1 @@
1
- System.register("@openmrs/esm-active-visits-app",[],(function(e,r){return{execute:function(){e((()=>{var e,t,n,o,a,i,s,u,l,f,p,d,c,h,m={3959:(e,r,t)=>{(0,t(6907).s)(1)},6907:(e,r,t)=>{const n=t(3541).R;r.s=function(e){if(e||(e=1),!t.y.meta||!t.y.meta.url)throw console.error("__system_context__",t.y),Error("systemjs-webpack-interop was provided an unknown SystemJS context. Expected context.meta.url, but none was provided");t.p=n(t.y.meta.url,e)}},5384:(e,r,t)=>{t(3959)},3541:(e,r,t)=>{r.R=function(e,r){var t=document.createElement("a");t.href=e;for(var n="/"===t.pathname[0]?t.pathname:"/"+t.pathname,o=0,a=n.length;o!==r&&a>=0;)"/"===n[--a]&&o++;if(o!==r)throw Error("systemjs-webpack-interop: rootDirectoryLevel ("+r+") is greater than the number of directories ("+o+") in the URL path "+e);var i=n.slice(0,a+1);return t.protocol+"//"+t.host+i};Number.isInteger},6853:(e,r,t)=>{"use strict";var n={app:()=>t.e(150).then((()=>()=>t(150)))},o=(e,r)=>(t.R=r,r=t.o(n,e)?n[e]():Promise.resolve().then((()=>{throw new Error('Module "'+e+'" does not exist in container.')})),t.R=void 0,r),a=(e,r)=>{if(t.S){var n="default",o=t.S[n];if(o&&o!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return t.S[n]=e,t.I(n,r)}};t.d(r,{get:()=>o,init:()=>a})}},v={};function y(e){var r=v[e];if(void 0!==r)return r.exports;var t=v[e]={id:e,loaded:!1,exports:{}};return m[e].call(t.exports,t,t.exports,y),t.loaded=!0,t.exports}return y.m=m,y.c=v,y.y=r,y.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return y.d(r,{a:r}),r},y.d=(e,r)=>{for(var t in r)y.o(r,t)&&!y.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},y.f={},y.e=e=>Promise.all(Object.keys(y.f).reduce(((r,t)=>(y.f[t](e,r),r)),[])),y.u=e=>e+".js",y.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),y.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),e={},t="@openmrs/esm-active-visits-app:",y.l=(r,n,o,a)=>{if(e[r])e[r].push(n);else{var i,s;if(void 0!==o)for(var u=document.getElementsByTagName("script"),l=0;l<u.length;l++){var f=u[l];if(f.getAttribute("src")==r||f.getAttribute("data-webpack")==t+o){i=f;break}}i||(s=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,y.nc&&i.setAttribute("nonce",y.nc),i.setAttribute("data-webpack",t+o),i.src=r),e[r]=[n];var p=(t,n)=>{i.onerror=i.onload=null,clearTimeout(d);var o=e[r];if(delete e[r],i.parentNode&&i.parentNode.removeChild(i),o&&o.forEach((e=>e(n))),t)return t(n)},d=setTimeout(p.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=p.bind(null,i.onerror),i.onload=p.bind(null,i.onload),s&&document.head.appendChild(i)}},y.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},y.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{y.S={};var e={},r={};y.I=(t,n)=>{n||(n=[]);var o=r[t];if(o||(o=r[t]={}),!(n.indexOf(o)>=0)){if(n.push(o),e[t])return e[t];y.o(y.S,t)||(y.S[t]={});var a=y.S[t],i="@openmrs/esm-active-visits-app",s=(e,r,t,n)=>{var o=a[e]=a[e]||{},s=o[r];(!s||!s.loaded&&(!n!=!s.eager?n:i>s.from))&&(o[r]={get:t,from:i,eager:!!n})},u=[];return"default"===t&&(s("@openmrs/esm-framework","3.2.1-pre.1163",(()=>Promise.all([y.e(858),y.e(902)]).then((()=>()=>y(6858))))),s("carbon-components","10.31.0",(()=>y.e(635).then((()=>()=>y(9635))))),s("carbon-icons","7.0.7",(()=>y.e(402).then((()=>()=>y(5402))))),s("dayjs","1.11.0",(()=>y.e(879).then((()=>()=>y(8879))))),s("react-dom","16.14.0",(()=>Promise.all([y.e(316),y.e(902)]).then((()=>()=>y(8316))))),s("react-i18next","11.16.6",(()=>Promise.all([y.e(902),y.e(932)]).then((()=>()=>y(9932))))),s("react","16.14.0",(()=>y.e(784).then((()=>()=>y(2784)))))),e[t]=u.length?Promise.all(u).then((()=>e[t]=1)):1}}})(),y.p="",n=e=>{var r=e=>e.split(".").map((e=>+e==e?+e:e)),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),n=t[1]?r(t[1]):[];return t[2]&&(n.length++,n.push.apply(n,r(t[2]))),t[3]&&(n.push([]),n.push.apply(n,r(t[3]))),n},o=(e,r)=>{e=n(e),r=n(r);for(var t=0;;){if(t>=e.length)return t<r.length&&"u"!=(typeof r[t])[0];var o=e[t],a=(typeof o)[0];if(t>=r.length)return"u"==a;var i=r[t],s=(typeof i)[0];if(a!=s)return"o"==a&&"n"==s||"s"==s||"u"==a;if("o"!=a&&"u"!=a&&o!=i)return o<i;t++}},a=e=>{var r=e[0],t="";if(1===e.length)return"*";if(r+.5){t+=0==r?">=":-1==r?"<":1==r?"^":2==r?"~":r>0?"=":"!=";for(var n=1,o=1;o<e.length;o++)n--,t+="u"==(typeof(s=e[o]))[0]?"-":(n>0?".":"")+(n=2,s);return t}var i=[];for(o=1;o<e.length;o++){var s=e[o];i.push(0===s?"not("+u()+")":1===s?"("+u()+" || "+u()+")":2===s?i.pop()+" "+i.pop():a(s))}return u();function u(){return i.pop().replace(/^\((.+)\)$/,"$1")}},i=(e,r)=>{if(0 in e){r=n(r);var t=e[0],o=t<0;o&&(t=-t-1);for(var a=0,s=1,u=!0;;s++,a++){var l,f,p=s<e.length?(typeof e[s])[0]:"";if(a>=r.length||"o"==(f=(typeof(l=r[a]))[0]))return!u||("u"==p?s>t&&!o:""==p!=o);if("u"==f){if(!u||"u"!=p)return!1}else if(u)if(p==f)if(s<=t){if(l!=e[s])return!1}else{if(o?l>e[s]:l<e[s])return!1;l!=e[s]&&(u=!1)}else if("s"!=p&&"n"!=p){if(o||s<=t)return!1;u=!1,s--}else{if(s<=t||f<p!=o)return!1;u=!1}else"s"!=p&&"n"!=p&&(u=!1,s--)}}var d=[],c=d.pop.bind(d);for(a=1;a<e.length;a++){var h=e[a];d.push(1==h?c()|c():2==h?c()&c():h?i(h,r):!c())}return!!c()},s=(e,r)=>{var t=e[r];return Object.keys(t).reduce(((e,r)=>!e||!t[e].loaded&&o(e,r)?r:e),0)},u=(e,r,t,n)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+a(n)+")",l=(e,r,t,n)=>{var o=s(e,t);return i(n,o)||"undefined"!=typeof console&&console.warn&&console.warn(u(e,t,o,n)),f(e[t][o])},f=e=>(e.loaded=1,e.get()),p=(e=>function(r,t,n,o){var a=y.I(r);return a&&a.then?a.then(e.bind(e,r,y.S[r],t,n,o)):e(0,y.S[r],t,n,o)})(((e,r,t,n,o)=>r&&y.o(r,t)?l(r,0,t,n):o())),d={},c={3066:()=>p("default","@openmrs/esm-framework",[1,3],(()=>Promise.all([y.e(858),y.e(902)]).then((()=>()=>y(6858))))),9902:()=>p("default","react",[1,16],(()=>y.e(784).then((()=>()=>y(2784))))),4589:()=>p("default","react-dom",[1,16],(()=>y.e(316).then((()=>()=>y(8316))))),4924:()=>p("default","react-i18next",[1,11],(()=>y.e(373).then((()=>()=>y(9932))))),8479:()=>p("default","carbon-components",[1,10],(()=>y.e(635).then((()=>()=>y(9635))))),3565:()=>p("default","dayjs",[1,1],(()=>y.e(879).then((()=>()=>y(8879)))))},h={56:[4589,4924,8479],91:[3565],150:[3066],902:[9902]},y.f.consumes=(e,r)=>{y.o(h,e)&&h[e].forEach((e=>{if(y.o(d,e))return r.push(d[e]);var t=r=>{d[e]=0,y.m[e]=t=>{delete y.c[e],t.exports=r()}},n=r=>{delete d[e],y.m[e]=t=>{throw delete y.c[e],r}};try{var o=c[e]();o.then?r.push(d[e]=o.then(t).catch(n)):t(o)}catch(e){n(e)}}))},(()=>{var e={661:0};y.f.j=(r,t)=>{var n=y.o(e,r)?e[r]:void 0;if(0!==n)if(n)t.push(n[2]);else if(/^(56|902)$/.test(r))e[r]=0;else{var o=new Promise(((t,o)=>n=e[r]=[t,o]));t.push(n[2]=o);var a=y.p+y.u(r),i=new Error;y.l(a,(t=>{if(y.o(e,r)&&(0!==(n=e[r])&&(e[r]=void 0),n)){var o=t&&("load"===t.type?"missing":t.type),a=t&&t.target&&t.target.src;i.message="Loading chunk "+r+" failed.\n("+o+": "+a+")",i.name="ChunkLoadError",i.type=o,i.request=a,n[1](i)}}),"chunk-"+r,r)}};var r=(r,t)=>{var n,o,[a,i,s]=t,u=0;if(a.some((r=>0!==e[r]))){for(n in i)y.o(i,n)&&(y.m[n]=i[n]);s&&s(y)}for(r&&r(t);u<a.length;u++)o=a[u],y.o(e,o)&&e[o]&&e[o][0](),e[o]=0},t=self.webpackChunk_openmrs_esm_active_visits_app=self.webpackChunk_openmrs_esm_active_visits_app||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),y(5384),y(6853)})())}}}));
2
- //# sourceMappingURL=openmrs-esm-active-visits-app.js.map
1
+ System.register("@openmrs/esm-active-visits-app",[],(function(e,r){return{execute:function(){e((()=>{var e,t,n,o,a,i,s,u,l,f,p,d,c,h,m={3959:(e,r,t)=>{(0,t(6907).s)(1)},6907:(e,r,t)=>{const n=t(3541).R;r.s=function(e){if(e||(e=1),!t.y.meta||!t.y.meta.url)throw console.error("__system_context__",t.y),Error("systemjs-webpack-interop was provided an unknown SystemJS context. Expected context.meta.url, but none was provided");t.p=n(t.y.meta.url,e)}},5384:(e,r,t)=>{t(3959)},3541:(e,r,t)=>{r.R=function(e,r){var t=document.createElement("a");t.href=e;for(var n="/"===t.pathname[0]?t.pathname:"/"+t.pathname,o=0,a=n.length;o!==r&&a>=0;)"/"===n[--a]&&o++;if(o!==r)throw Error("systemjs-webpack-interop: rootDirectoryLevel ("+r+") is greater than the number of directories ("+o+") in the URL path "+e);var i=n.slice(0,a+1);return t.protocol+"//"+t.host+i};Number.isInteger},6853:(e,r,t)=>{"use strict";var n={app:()=>t.e(150).then((()=>()=>t(150)))},o=(e,r)=>(t.R=r,r=t.o(n,e)?n[e]():Promise.resolve().then((()=>{throw new Error('Module "'+e+'" does not exist in container.')})),t.R=void 0,r),a=(e,r)=>{if(t.S){var n="default",o=t.S[n];if(o&&o!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return t.S[n]=e,t.I(n,r)}};t.d(r,{get:()=>o,init:()=>a})}},v={};function y(e){var r=v[e];if(void 0!==r)return r.exports;var t=v[e]={id:e,loaded:!1,exports:{}};return m[e].call(t.exports,t,t.exports,y),t.loaded=!0,t.exports}return y.m=m,y.c=v,y.y=r,y.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return y.d(r,{a:r}),r},y.d=(e,r)=>{for(var t in r)y.o(r,t)&&!y.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},y.f={},y.e=e=>Promise.all(Object.keys(y.f).reduce(((r,t)=>(y.f[t](e,r),r)),[])),y.u=e=>e+".js",y.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),y.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),e={},t="@openmrs/esm-active-visits-app:",y.l=(r,n,o,a)=>{if(e[r])e[r].push(n);else{var i,s;if(void 0!==o)for(var u=document.getElementsByTagName("script"),l=0;l<u.length;l++){var f=u[l];if(f.getAttribute("src")==r||f.getAttribute("data-webpack")==t+o){i=f;break}}i||(s=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,y.nc&&i.setAttribute("nonce",y.nc),i.setAttribute("data-webpack",t+o),i.src=r),e[r]=[n];var p=(t,n)=>{i.onerror=i.onload=null,clearTimeout(d);var o=e[r];if(delete e[r],i.parentNode&&i.parentNode.removeChild(i),o&&o.forEach((e=>e(n))),t)return t(n)},d=setTimeout(p.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=p.bind(null,i.onerror),i.onload=p.bind(null,i.onload),s&&document.head.appendChild(i)}},y.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},y.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{y.S={};var e={},r={};y.I=(t,n)=>{n||(n=[]);var o=r[t];if(o||(o=r[t]={}),!(n.indexOf(o)>=0)){if(n.push(o),e[t])return e[t];y.o(y.S,t)||(y.S[t]={});var a=y.S[t],i="@openmrs/esm-active-visits-app",s=(e,r,t,n)=>{var o=a[e]=a[e]||{},s=o[r];(!s||!s.loaded&&(!n!=!s.eager?n:i>s.from))&&(o[r]={get:t,from:i,eager:!!n})},u=[];return"default"===t&&(s("@openmrs/esm-framework","3.4.1-pre.112",(()=>Promise.all([y.e(858),y.e(902)]).then((()=>()=>y(6858))))),s("carbon-components","10.31.0",(()=>y.e(635).then((()=>()=>y(9635))))),s("carbon-icons","7.0.7",(()=>y.e(402).then((()=>()=>y(5402))))),s("dayjs","1.11.3",(()=>y.e(879).then((()=>()=>y(8879))))),s("react-dom","16.14.0",(()=>Promise.all([y.e(316),y.e(902)]).then((()=>()=>y(8316))))),s("react-i18next","11.17.2",(()=>Promise.all([y.e(248),y.e(902)]).then((()=>()=>y(3248))))),s("react","16.14.0",(()=>y.e(784).then((()=>()=>y(2784)))))),e[t]=u.length?Promise.all(u).then((()=>e[t]=1)):1}}})(),y.p="",n=e=>{var r=e=>e.split(".").map((e=>+e==e?+e:e)),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),n=t[1]?r(t[1]):[];return t[2]&&(n.length++,n.push.apply(n,r(t[2]))),t[3]&&(n.push([]),n.push.apply(n,r(t[3]))),n},o=(e,r)=>{e=n(e),r=n(r);for(var t=0;;){if(t>=e.length)return t<r.length&&"u"!=(typeof r[t])[0];var o=e[t],a=(typeof o)[0];if(t>=r.length)return"u"==a;var i=r[t],s=(typeof i)[0];if(a!=s)return"o"==a&&"n"==s||"s"==s||"u"==a;if("o"!=a&&"u"!=a&&o!=i)return o<i;t++}},a=e=>{var r=e[0],t="";if(1===e.length)return"*";if(r+.5){t+=0==r?">=":-1==r?"<":1==r?"^":2==r?"~":r>0?"=":"!=";for(var n=1,o=1;o<e.length;o++)n--,t+="u"==(typeof(s=e[o]))[0]?"-":(n>0?".":"")+(n=2,s);return t}var i=[];for(o=1;o<e.length;o++){var s=e[o];i.push(0===s?"not("+u()+")":1===s?"("+u()+" || "+u()+")":2===s?i.pop()+" "+i.pop():a(s))}return u();function u(){return i.pop().replace(/^\((.+)\)$/,"$1")}},i=(e,r)=>{if(0 in e){r=n(r);var t=e[0],o=t<0;o&&(t=-t-1);for(var a=0,s=1,u=!0;;s++,a++){var l,f,p=s<e.length?(typeof e[s])[0]:"";if(a>=r.length||"o"==(f=(typeof(l=r[a]))[0]))return!u||("u"==p?s>t&&!o:""==p!=o);if("u"==f){if(!u||"u"!=p)return!1}else if(u)if(p==f)if(s<=t){if(l!=e[s])return!1}else{if(o?l>e[s]:l<e[s])return!1;l!=e[s]&&(u=!1)}else if("s"!=p&&"n"!=p){if(o||s<=t)return!1;u=!1,s--}else{if(s<=t||f<p!=o)return!1;u=!1}else"s"!=p&&"n"!=p&&(u=!1,s--)}}var d=[],c=d.pop.bind(d);for(a=1;a<e.length;a++){var h=e[a];d.push(1==h?c()|c():2==h?c()&c():h?i(h,r):!c())}return!!c()},s=(e,r)=>{var t=e[r];return Object.keys(t).reduce(((e,r)=>!e||!t[e].loaded&&o(e,r)?r:e),0)},u=(e,r,t,n)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+a(n)+")",l=(e,r,t,n)=>{var o=s(e,t);return i(n,o)||"undefined"!=typeof console&&console.warn&&console.warn(u(e,t,o,n)),f(e[t][o])},f=e=>(e.loaded=1,e.get()),p=(e=>function(r,t,n,o){var a=y.I(r);return a&&a.then?a.then(e.bind(e,r,y.S[r],t,n,o)):e(0,y.S[r],t,n,o)})(((e,r,t,n,o)=>r&&y.o(r,t)?l(r,0,t,n):o())),d={},c={3066:()=>p("default","@openmrs/esm-framework",[1,3],(()=>Promise.all([y.e(858),y.e(902)]).then((()=>()=>y(6858))))),9902:()=>p("default","react",[1,16],(()=>y.e(784).then((()=>()=>y(2784))))),4589:()=>p("default","react-dom",[1,16],(()=>y.e(316).then((()=>()=>y(8316))))),4924:()=>p("default","react-i18next",[1,11],(()=>y.e(248).then((()=>()=>y(3248))))),8479:()=>p("default","carbon-components",[1,10],(()=>y.e(635).then((()=>()=>y(9635))))),3565:()=>p("default","dayjs",[1,1],(()=>y.e(879).then((()=>()=>y(8879)))))},h={56:[4589,4924,8479],150:[3066],221:[3565],902:[9902]},y.f.consumes=(e,r)=>{y.o(h,e)&&h[e].forEach((e=>{if(y.o(d,e))return r.push(d[e]);var t=r=>{d[e]=0,y.m[e]=t=>{delete y.c[e],t.exports=r()}},n=r=>{delete d[e],y.m[e]=t=>{throw delete y.c[e],r}};try{var o=c[e]();o.then?r.push(d[e]=o.then(t).catch(n)):t(o)}catch(e){n(e)}}))},(()=>{var e={661:0};y.f.j=(r,t)=>{var n=y.o(e,r)?e[r]:void 0;if(0!==n)if(n)t.push(n[2]);else if(/^(56|902)$/.test(r))e[r]=0;else{var o=new Promise(((t,o)=>n=e[r]=[t,o]));t.push(n[2]=o);var a=y.p+y.u(r),i=new Error;y.l(a,(t=>{if(y.o(e,r)&&(0!==(n=e[r])&&(e[r]=void 0),n)){var o=t&&("load"===t.type?"missing":t.type),a=t&&t.target&&t.target.src;i.message="Loading chunk "+r+" failed.\n("+o+": "+a+")",i.name="ChunkLoadError",i.type=o,i.request=a,n[1](i)}}),"chunk-"+r,r)}};var r=(r,t)=>{var n,o,[a,i,s]=t,u=0;if(a.some((r=>0!==e[r]))){for(n in i)y.o(i,n)&&(y.m[n]=i[n]);s&&s(y)}for(r&&r(t);u<a.length;u++)o=a[u],y.o(e,o)&&e[o]&&e[o][0](),e[o]=0},t=self.webpackChunk_openmrs_esm_active_visits_app=self.webpackChunk_openmrs_esm_active_visits_app||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),y.nc=void 0,y(5384),y(6853)})())}}}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-active-visits-app",
3
- "version": "3.1.1-pre.2",
3
+ "version": "3.1.1-pre.201",
4
4
  "description": "Active visits widget microfrontend for the OpenMRS SPA",
5
5
  "browser": "dist/openmrs-esm-active-visits-app.js",
6
6
  "main": "src/index.ts",
@@ -51,5 +51,5 @@
51
51
  "react-router-dom": "5.x",
52
52
  "rxjs": "6.x"
53
53
  },
54
- "gitHead": "96ffc1ae8287317f7d0ca957f19e07dd99e0c883"
54
+ "gitHead": "da24038b90ac025df10f3bf1a657c47cfbb580f5"
55
55
  }