@openmrs/esm-ward-app 9.2.1-pre.7139 → 9.2.1-pre.7142
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/.turbo/turbo-build.log +19 -17
- package/dist/2898.js +2 -0
- package/dist/2898.js.LICENSE.txt +9 -0
- package/dist/2898.js.map +1 -0
- package/dist/7190.js +2 -0
- package/dist/{9190.js.LICENSE.txt → 7190.js.LICENSE.txt} +15 -0
- package/dist/7190.js.map +1 -0
- package/dist/7512.js +1 -1
- package/dist/7512.js.map +1 -1
- package/dist/8610.js +1 -1
- package/dist/8610.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-ward-app.js +1 -1
- package/dist/openmrs-esm-ward-app.js.buildmanifest.json +88 -115
- package/dist/openmrs-esm-ward-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/ward-patient-card/ward-patient-card.component.tsx +0 -13
- package/dist/6876.js +0 -1
- package/dist/6876.js.map +0 -1
- package/dist/7060.js +0 -2
- package/dist/7060.js.LICENSE.txt +0 -14
- package/dist/7060.js.map +0 -1
- package/dist/9190.js +0 -2
- package/dist/9190.js.map +0 -1
package/dist/7512.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(globalThis.webpackChunk_openmrs_esm_ward_app=globalThis.webpackChunk_openmrs_esm_ward_app||[]).push([[7512],{7512:(e,t,n)=>{"use strict";n.r(t),n.d(t,{admissionRequestWorkspace:()=>m,admissionRequestsWorkspaceSideRailIcon:()=>C,admitPatientFormWorkspace:()=>_,cancelAdmissionRequestWorkspace:()=>P,clinicalFormWorkspaceSideRailIcon:()=>S,createAdmissionEncounterWorkspace:()=>W,createAdmissionEncounterWorkspaceSideRailIcon:()=>U,defaultWardView:()=>q,importTranslation:()=>p,maternalWardView:()=>O,patientClinicalFormsWorkspace:()=>L,patientDischargeWorkspace:()=>v,patientDischargeWorkspaceSideRailIcon:()=>I,patientTransferAndSwapWorkspace:()=>T,patientTransferAndSwapWorkspaceSiderailIcon:()=>j,patientTransferRequestWorkspace:()=>k,root:()=>y,startupApp:()=>D,wardDashboardLink:()=>f,wardPatientActionButtonExtension:()=>b,wardPatientNotesActionButtonExtension:()=>w,wardPatientNotesWorkspace:()=>A,wardPatientWorkspace:()=>g,wardPatientWorkspaceBanner:()=>R,wardView:()=>h});var i,s=n(54440),o={patientCardElements:{_description:"Configuration of various patient card elements. Each configured element must have a unique id, defined in the ward React component being used.",obs:{_type:s.Type.Array,_default:[],_description:"Configures obs values to display.",_elements:{id:{_type:s.Type.String,_description:"The unique identifier for this patient card element"},conceptUuid:{_type:s.Type.UUID,_description:"Identifies the concept to use to identify the desired observations."},label:{_type:s.Type.String,_default:"",_description:"Optional. The custom label or i18n key to the translated label to display. If not provided, defaults to the concept's name. (Note that this can be set to an empty string to not show a label)"},orderBy:{_type:s.Type.String,_default:"descending",_description:"One of 'ascending' or 'descending', specifying whether to display the obs by obsDatetime ascendingly or descendingly.",_validators:[s.validators.oneOf(["ascending","descending"])]},limit:{_type:s.Type.Number,_default:1,_description:"If set to a number greater than one, this will show multiple obs for this concept, which will appear as a list. Set to 0 for unlimited."},onlyWithinCurrentVisit:{_type:s.Type.Boolean,_default:!1,_description:"Optional. If true, limits display to only observations within current visit. Defaults to false"}}},pendingItems:{_type:s.Type.Array,_default:[{id:"pending-items",orders:{orderTypes:[{label:"Labs",uuid:"52a447d3-a64a-11e3-9aeb-50e549534c5e"}]},showPendingItems:!0}],_description:"Configures pending orders and transfers to display.",_elements:{id:{_type:s.Type.String,_description:"The unique identifier for this patient card element"},orders:{orderTypes:{_type:s.Type.Array,_description:"Configures pending orders and transfers to display.",_elements:{uuid:{_type:s.Type.UUID,_description:"Identifies the order type."},label:{_type:s.Type.String,_default:"",_description:"The label or i18n key to the translated label to display. If not provided, defaults to 'Orders'"}}}},showPendingItems:{_type:s.Type.Boolean,_description:"Optional. If true, pending items (e.g., number of pending orders) will be displayed on the patient card."}}},patientIdentifier:{_type:s.Type.Array,_default:[{id:"patient-identifier",showIdentifierLabel:!1}],_description:"Configures patient identifier to display. An unconfigured element displays the preferred identifier.",_elements:{id:{_type:s.Type.String,_description:"The unique identifier for this patient card element"},showIdentifierLabel:{_type:s.Type.Boolean,_description:'If true, the identifier type (eg: "OpenMRS ID") is shown along with the identifier itself. Defaults to false'}}},patientAddress:{_type:s.Type.Array,_default:[{id:"patient-address",fields:["cityVillage","country"]}],_description:"Configures patient address elements.",_elements:{id:{_type:s.Type.String,_description:"The unique identifier for this patient card element"},fields:{_type:s.Type.Array,_description:"The fields of the address to display",_elements:{_type:s.Type.String,_validators:[s.validators.oneOf(["cityVillage","stateProvince","country","postalCode","countyDistrict","latitude","longitude","address1","address2","address3","address4","address5","address6","address7","address8","address9","address10","address11","address12","address13","address14","address15"])]}}}},admissionRequestNote:{_type:s.Type.Array,_default:[{id:"admission-request-note",conceptUuid:"161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"}],_description:"Configures admission request notes to display.",_elements:{id:{_type:s.Type.String,_description:"The unique identifier for this patient card element"},conceptUuid:{_type:s.Type.UUID,_description:"Required. Identifies the concept for the admission request note."}}},coloredObsTags:{_type:s.Type.Array,_default:[],_description:"Configures observation values to display as Carbon tags.",_elements:{conceptUuid:{_type:s.Type.UUID,_default:"1284AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",_description:"Required. Identifies the concept to use to identify the desired observations."},summaryLabel:{_type:s.Type.String,_default:"",_description:"Optional. The custom label or i18n key to the translated label to display for the summary tag. The summary tag shows the count of the number of answers that are present but not configured to show as their own tags. If not provided, defaults to the name of the concept."},summaryLabelI18nModule:{_type:s.Type.String,_default:"",_description:"Optional. The custom module to use for translation of the summary label"},summaryLabelColor:{_type:s.Type.String,_default:"",_description:"The color of the summary tag. See https://react.carbondesignsystem.com/?path=/docs/components-tag--overview for a list of supported colors"},tags:{_type:s.Type.Array,_default:[],_description:"An array specifying concept sets and color. Observations with coded values that are members of the specified concept sets will be displayed as their own tags with the specified color. Any observation with coded values not belonging to any concept sets specified will be summarized as a count in the summary tag. If a concept set is listed multiple times, the first matching applied-to rule takes precedence.",_elements:{color:{_type:s.Type.String,_description:"Color of the tag. See https://react.carbondesignsystem.com/?path=/docs/components-tag--overview for a list of supported colors."},appliedToConceptSets:{_type:s.Type.Array,_description:"The concept sets which the color applies to. Observations with coded values that are members of the specified concept sets will be displayed as their own tag with the specified color. If an observation's coded value belongs to multiple concept sets, the first matching applied-to rule takes precedence.",_elements:{_type:s.Type.UUID}}}}}}},wards:{_type:s.Type.Array,_default:[{id:"default-ward"}],_description:"Configuration of what type of ward to use at different ward locations.",_elements:{id:{_type:s.Type.String,_description:'The ward type to use. Currently, "default-ward" and "maternal-ward" are supported. This string also serves as the extension slot name for the ward view.'},appliedTo:{_type:s.Type.Array,_description:"Optional. Conditions under which this card definition should be used. If not provided, the configuration is applied to all wards.",_elements:{location:{_type:s.Type.UUID,_default:"",_description:"The UUID of the location. If not provided, applies to all wards."}}}}},hideWorkspaceVitalsLinks:{_type:s.Type.Boolean,_default:!1,_description:"Configure whether to hide vital history and record vital links in the ward patient workspace."}},r=n(11340),a=n(1343),d=n.n(a),l=n(8877),c={path:"ward",slot:"ward-dashboard-slot",title:"wards",basePath:"".concat(window.spaBase,"/home")},p=n(84767),u={featureName:"ward",moduleName:r.A},y=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(2339),n.e(8010),n.e(9775)]).then(n.bind(n,99775))},u),f=(0,s.getSyncLifecycle)((i=c,function(){return d().createElement(l.BrowserRouter,null,d().createElement(s.DashboardExtension,{path:i.path,title:i.title,basePath:i.basePath,icon:i.icon}))}),u),h=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(2339),n.e(8010),n.e(7524)]).then(n.bind(n,27524))},u),m=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(2339),n.e(8010),n.e(3737)]).then(n.bind(n,23737))},u),_=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(9559),n.e(2339),n.e(8010),n.e(5434),n.e(2728)]).then(n.bind(n,12728))},u),g=(0,s.getAsyncLifecycle)(function(){return n.e(8501).then(n.bind(n,88501))},u),A=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(9559),n.e(2339),n.e(8010),n.e(9045)]).then(n.bind(n,49045))},u),b=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(2339),n.e(89)]).then(n.bind(n,20089))},u),w=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(2339),n.e(7886)]).then(n.bind(n,57886))},u),T=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(9559),n.e(2339),n.e(8010),n.e(380),n.e(7661),n.e(3365)]).then(n.bind(n,23365))},u),v=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(2339),n.e(8010),n.e(283)]).then(n.bind(n,80283))},u),j=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(2339),n.e(3413)]).then(n.bind(n,23413))},u),k=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(9559),n.e(2339),n.e(8010),n.e(380),n.e(7661),n.e(2948)]).then(n.bind(n,12948))},u),I=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(8622),n.e(2339),n.e(3982)]).then(n.bind(n,33982))},u),L=(0,s.getAsyncLifecycle)(function(){return n.e(1663).then(n.bind(n,71663))},u),P=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(9559),n.e(2339),n.e(8010),n.e(2557)]).then(n.bind(n,2557))},u),S=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(1899),n.e(2339),n.e(1741)]).then(n.bind(n,71741))},u),C=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(2339),n.e(8522)]).then(n.bind(n,48522))},u),U=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(2339),n.e(9117)]).then(n.bind(n,59117))},u),W=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(2339),n.e(8010),n.e(5434),n.e(7179)]).then(n.bind(n,27179))},u),q=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(9190),n.e(6876),n.e(2339),n.e(8010),n.e(5434),n.e(380),n.e(8394),n.e(8610),n.e(1326)]).then(n.bind(n,61326))},{featureName:"default-ward-view",moduleName:r.A,swrConfig:{refreshInterval:6e4}}),O=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(9190),n.e(6876),n.e(2339),n.e(8010),n.e(5434),n.e(380),n.e(8394),n.e(8610),n.e(5885)]).then(n.bind(n,35885))},{featureName:"maternal-ward-view",moduleName:r.A,swrConfig:{refreshInterval:6e4}}),R=(0,s.getAsyncLifecycle)(function(){return n.e(1776).then(n.bind(n,81776))},u);function D(){(0,s.registerBreadcrumbs)([]),(0,s.defineConfigSchema)(r.A,o),(0,s.registerFeatureFlag)("bedmanagement-module","Bed management module","Enables features related to bed management / assignment. Requires the backend bed management module to be installed.")}},11340:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var i="@openmrs/esm-ward-app"},84767:(e,t,n)=>{var i={"./am.json":[81197,1197],"./ar.json":[14132,4132],"./ar_SY.json":[37617,7617],"./bn.json":[77159,7159],"./cs.json":[86589,6589],"./de.json":[34944,4944],"./en.json":[34300,4300],"./en_US.json":[59569,9569],"./es.json":[93099,3099],"./es_MX.json":[88349,8349],"./fr.json":[94055,4055],"./he.json":[84652,4652],"./hi.json":[36840,6840],"./hi_IN.json":[55442,5442],"./id.json":[72690,2690],"./it.json":[9538,9538],"./ka.json":[70795,795],"./km.json":[54335,4335],"./ku.json":[9895,9895],"./ky.json":[88163,8163],"./lg.json":[64618,4618],"./ne.json":[12146,2146],"./pl.json":[41119,1119],"./pt.json":[96679,6679],"./pt_BR.json":[36468,6468],"./qu.json":[35173,5173],"./ro_RO.json":[46022,6022],"./ru_RU.json":[60986,986],"./si.json":[56859,6859],"./sq.json":[88371,8371],"./sw.json":[89913,9913],"./sw_KE.json":[88618,8618],"./tr.json":[55241,5241],"./tr_TR.json":[99900,9900],"./uk.json":[60723,723],"./uz.json":[43584,3584],"./uz@Latn.json":[27097,7097],"./uz_UZ.json":[70890,890],"./vi.json":[79214,9214],"./zh.json":[35661,5661],"./zh_CN.json":[99879,9879],"./zh_TW.json":[10439,439]};function s(e){if(!n.o(i,e))return Promise.resolve().then(()=>{var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t});var t=i[e],s=t[0];return n.e(t[1]).then(()=>n(s))}s.keys=()=>Object.keys(i),s.id=84767,e.exports=s}}]);
|
|
1
|
+
(globalThis.webpackChunk_openmrs_esm_ward_app=globalThis.webpackChunk_openmrs_esm_ward_app||[]).push([[7512],{7512:(e,t,n)=>{"use strict";n.r(t),n.d(t,{admissionRequestWorkspace:()=>m,admissionRequestsWorkspaceSideRailIcon:()=>C,admitPatientFormWorkspace:()=>_,cancelAdmissionRequestWorkspace:()=>P,clinicalFormWorkspaceSideRailIcon:()=>S,createAdmissionEncounterWorkspace:()=>W,createAdmissionEncounterWorkspaceSideRailIcon:()=>U,defaultWardView:()=>q,importTranslation:()=>p,maternalWardView:()=>O,patientClinicalFormsWorkspace:()=>L,patientDischargeWorkspace:()=>v,patientDischargeWorkspaceSideRailIcon:()=>I,patientTransferAndSwapWorkspace:()=>T,patientTransferAndSwapWorkspaceSiderailIcon:()=>j,patientTransferRequestWorkspace:()=>k,root:()=>y,startupApp:()=>D,wardDashboardLink:()=>f,wardPatientActionButtonExtension:()=>b,wardPatientNotesActionButtonExtension:()=>w,wardPatientNotesWorkspace:()=>A,wardPatientWorkspace:()=>g,wardPatientWorkspaceBanner:()=>R,wardView:()=>h});var i,s=n(54440),o={patientCardElements:{_description:"Configuration of various patient card elements. Each configured element must have a unique id, defined in the ward React component being used.",obs:{_type:s.Type.Array,_default:[],_description:"Configures obs values to display.",_elements:{id:{_type:s.Type.String,_description:"The unique identifier for this patient card element"},conceptUuid:{_type:s.Type.UUID,_description:"Identifies the concept to use to identify the desired observations."},label:{_type:s.Type.String,_default:"",_description:"Optional. The custom label or i18n key to the translated label to display. If not provided, defaults to the concept's name. (Note that this can be set to an empty string to not show a label)"},orderBy:{_type:s.Type.String,_default:"descending",_description:"One of 'ascending' or 'descending', specifying whether to display the obs by obsDatetime ascendingly or descendingly.",_validators:[s.validators.oneOf(["ascending","descending"])]},limit:{_type:s.Type.Number,_default:1,_description:"If set to a number greater than one, this will show multiple obs for this concept, which will appear as a list. Set to 0 for unlimited."},onlyWithinCurrentVisit:{_type:s.Type.Boolean,_default:!1,_description:"Optional. If true, limits display to only observations within current visit. Defaults to false"}}},pendingItems:{_type:s.Type.Array,_default:[{id:"pending-items",orders:{orderTypes:[{label:"Labs",uuid:"52a447d3-a64a-11e3-9aeb-50e549534c5e"}]},showPendingItems:!0}],_description:"Configures pending orders and transfers to display.",_elements:{id:{_type:s.Type.String,_description:"The unique identifier for this patient card element"},orders:{orderTypes:{_type:s.Type.Array,_description:"Configures pending orders and transfers to display.",_elements:{uuid:{_type:s.Type.UUID,_description:"Identifies the order type."},label:{_type:s.Type.String,_default:"",_description:"The label or i18n key to the translated label to display. If not provided, defaults to 'Orders'"}}}},showPendingItems:{_type:s.Type.Boolean,_description:"Optional. If true, pending items (e.g., number of pending orders) will be displayed on the patient card."}}},patientIdentifier:{_type:s.Type.Array,_default:[{id:"patient-identifier",showIdentifierLabel:!1}],_description:"Configures patient identifier to display. An unconfigured element displays the preferred identifier.",_elements:{id:{_type:s.Type.String,_description:"The unique identifier for this patient card element"},showIdentifierLabel:{_type:s.Type.Boolean,_description:'If true, the identifier type (eg: "OpenMRS ID") is shown along with the identifier itself. Defaults to false'}}},patientAddress:{_type:s.Type.Array,_default:[{id:"patient-address",fields:["cityVillage","country"]}],_description:"Configures patient address elements.",_elements:{id:{_type:s.Type.String,_description:"The unique identifier for this patient card element"},fields:{_type:s.Type.Array,_description:"The fields of the address to display",_elements:{_type:s.Type.String,_validators:[s.validators.oneOf(["cityVillage","stateProvince","country","postalCode","countyDistrict","latitude","longitude","address1","address2","address3","address4","address5","address6","address7","address8","address9","address10","address11","address12","address13","address14","address15"])]}}}},admissionRequestNote:{_type:s.Type.Array,_default:[{id:"admission-request-note",conceptUuid:"161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"}],_description:"Configures admission request notes to display.",_elements:{id:{_type:s.Type.String,_description:"The unique identifier for this patient card element"},conceptUuid:{_type:s.Type.UUID,_description:"Required. Identifies the concept for the admission request note."}}},coloredObsTags:{_type:s.Type.Array,_default:[],_description:"Configures observation values to display as Carbon tags.",_elements:{conceptUuid:{_type:s.Type.UUID,_default:"1284AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",_description:"Required. Identifies the concept to use to identify the desired observations."},summaryLabel:{_type:s.Type.String,_default:"",_description:"Optional. The custom label or i18n key to the translated label to display for the summary tag. The summary tag shows the count of the number of answers that are present but not configured to show as their own tags. If not provided, defaults to the name of the concept."},summaryLabelI18nModule:{_type:s.Type.String,_default:"",_description:"Optional. The custom module to use for translation of the summary label"},summaryLabelColor:{_type:s.Type.String,_default:"",_description:"The color of the summary tag. See https://react.carbondesignsystem.com/?path=/docs/components-tag--overview for a list of supported colors"},tags:{_type:s.Type.Array,_default:[],_description:"An array specifying concept sets and color. Observations with coded values that are members of the specified concept sets will be displayed as their own tags with the specified color. Any observation with coded values not belonging to any concept sets specified will be summarized as a count in the summary tag. If a concept set is listed multiple times, the first matching applied-to rule takes precedence.",_elements:{color:{_type:s.Type.String,_description:"Color of the tag. See https://react.carbondesignsystem.com/?path=/docs/components-tag--overview for a list of supported colors."},appliedToConceptSets:{_type:s.Type.Array,_description:"The concept sets which the color applies to. Observations with coded values that are members of the specified concept sets will be displayed as their own tag with the specified color. If an observation's coded value belongs to multiple concept sets, the first matching applied-to rule takes precedence.",_elements:{_type:s.Type.UUID}}}}}}},wards:{_type:s.Type.Array,_default:[{id:"default-ward"}],_description:"Configuration of what type of ward to use at different ward locations.",_elements:{id:{_type:s.Type.String,_description:'The ward type to use. Currently, "default-ward" and "maternal-ward" are supported. This string also serves as the extension slot name for the ward view.'},appliedTo:{_type:s.Type.Array,_description:"Optional. Conditions under which this card definition should be used. If not provided, the configuration is applied to all wards.",_elements:{location:{_type:s.Type.UUID,_default:"",_description:"The UUID of the location. If not provided, applies to all wards."}}}}},hideWorkspaceVitalsLinks:{_type:s.Type.Boolean,_default:!1,_description:"Configure whether to hide vital history and record vital links in the ward patient workspace."}},r=n(11340),a=n(1343),d=n.n(a),l=n(8877),c={path:"ward",slot:"ward-dashboard-slot",title:"wards",basePath:"".concat(window.spaBase,"/home")},p=n(84767),u={featureName:"ward",moduleName:r.A},y=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(2339),n.e(8010),n.e(9775)]).then(n.bind(n,99775))},u),f=(0,s.getSyncLifecycle)((i=c,function(){return d().createElement(l.BrowserRouter,null,d().createElement(s.DashboardExtension,{path:i.path,title:i.title,basePath:i.basePath,icon:i.icon}))}),u),h=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(2339),n.e(8010),n.e(7524)]).then(n.bind(n,27524))},u),m=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(2339),n.e(8010),n.e(3737)]).then(n.bind(n,23737))},u),_=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(9559),n.e(2339),n.e(8010),n.e(5434),n.e(2728)]).then(n.bind(n,12728))},u),g=(0,s.getAsyncLifecycle)(function(){return n.e(8501).then(n.bind(n,88501))},u),A=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(9559),n.e(2339),n.e(8010),n.e(9045)]).then(n.bind(n,49045))},u),b=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(2339),n.e(89)]).then(n.bind(n,20089))},u),w=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(2339),n.e(7886)]).then(n.bind(n,57886))},u),T=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(9559),n.e(2339),n.e(8010),n.e(380),n.e(7661),n.e(3365)]).then(n.bind(n,23365))},u),v=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(2339),n.e(8010),n.e(283)]).then(n.bind(n,80283))},u),j=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(2339),n.e(3413)]).then(n.bind(n,23413))},u),k=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(9559),n.e(2339),n.e(8010),n.e(380),n.e(7661),n.e(2948)]).then(n.bind(n,12948))},u),I=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(8622),n.e(2339),n.e(3982)]).then(n.bind(n,33982))},u),L=(0,s.getAsyncLifecycle)(function(){return n.e(1663).then(n.bind(n,71663))},u),P=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(9559),n.e(2339),n.e(8010),n.e(2557)]).then(n.bind(n,2557))},u),S=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(1899),n.e(2339),n.e(1741)]).then(n.bind(n,71741))},u),C=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(2339),n.e(8522)]).then(n.bind(n,48522))},u),U=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(2339),n.e(9117)]).then(n.bind(n,59117))},u),W=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(2339),n.e(8010),n.e(5434),n.e(7179)]).then(n.bind(n,27179))},u),q=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(2898),n.e(2339),n.e(8010),n.e(5434),n.e(380),n.e(8610),n.e(1326)]).then(n.bind(n,61326))},{featureName:"default-ward-view",moduleName:r.A,swrConfig:{refreshInterval:6e4}}),O=(0,s.getAsyncLifecycle)(function(){return Promise.all([n.e(3144),n.e(8622),n.e(5679),n.e(2898),n.e(2339),n.e(8010),n.e(5434),n.e(380),n.e(8610),n.e(5885)]).then(n.bind(n,35885))},{featureName:"maternal-ward-view",moduleName:r.A,swrConfig:{refreshInterval:6e4}}),R=(0,s.getAsyncLifecycle)(function(){return n.e(1776).then(n.bind(n,81776))},u);function D(){(0,s.registerBreadcrumbs)([]),(0,s.defineConfigSchema)(r.A,o),(0,s.registerFeatureFlag)("bedmanagement-module","Bed management module","Enables features related to bed management / assignment. Requires the backend bed management module to be installed.")}},11340:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var i="@openmrs/esm-ward-app"},84767:(e,t,n)=>{var i={"./am.json":[81197,1197],"./ar.json":[14132,4132],"./ar_SY.json":[37617,7617],"./bn.json":[77159,7159],"./cs.json":[86589,6589],"./de.json":[34944,4944],"./en.json":[34300,4300],"./en_US.json":[59569,9569],"./es.json":[93099,3099],"./es_MX.json":[88349,8349],"./fr.json":[94055,4055],"./he.json":[84652,4652],"./hi.json":[36840,6840],"./hi_IN.json":[55442,5442],"./id.json":[72690,2690],"./it.json":[9538,9538],"./ka.json":[70795,795],"./km.json":[54335,4335],"./ku.json":[9895,9895],"./ky.json":[88163,8163],"./lg.json":[64618,4618],"./ne.json":[12146,2146],"./pl.json":[41119,1119],"./pt.json":[96679,6679],"./pt_BR.json":[36468,6468],"./qu.json":[35173,5173],"./ro_RO.json":[46022,6022],"./ru_RU.json":[60986,986],"./si.json":[56859,6859],"./sq.json":[88371,8371],"./sw.json":[89913,9913],"./sw_KE.json":[88618,8618],"./tr.json":[55241,5241],"./tr_TR.json":[99900,9900],"./uk.json":[60723,723],"./uz.json":[43584,3584],"./uz@Latn.json":[27097,7097],"./uz_UZ.json":[70890,890],"./vi.json":[79214,9214],"./zh.json":[35661,5661],"./zh_CN.json":[99879,9879],"./zh_TW.json":[10439,439]};function s(e){if(!n.o(i,e))return Promise.resolve().then(()=>{var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t});var t=i[e],s=t[0];return n.e(t[1]).then(()=>n(s))}s.keys=()=>Object.keys(i),s.id=84767,e.exports=s}}]);
|
package/dist/7512.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"7512.js","mappings":"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
|
|
1
|
+
{"version":3,"file":"7512.js","mappings":"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","sources":["webpack://@openmrs/esm-ward-app/./src/createDashboardLink.tsx","webpack://@openmrs/esm-ward-app/./src/config-schema.ts","webpack://@openmrs/esm-ward-app/./src/dashboard.meta.ts","webpack://@openmrs/esm-ward-app/./src/index.ts","webpack://@openmrs/esm-ward-app/./src/constant.ts","webpack://@openmrs/esm-ward-app/./translations/ lazy nonrecursive .json$"],"names":["config","configSchema","patientCardElements","_description","obs","_type","Type","Array","_default","_elements","id","String","conceptUuid","UUID","label","orderBy","_validators","validators","oneOf","limit","Number","onlyWithinCurrentVisit","Boolean","pendingItems","orders","orderTypes","uuid","showPendingItems","patientIdentifier","showIdentifierLabel","patientAddress","fields","admissionRequestNote","coloredObsTags","summaryLabel","summaryLabelI18nModule","summaryLabelColor","tags","color","appliedToConceptSets","wards","appliedTo","location","hideWorkspaceVitalsLinks","dashboardMeta","path","slot","title","basePath","window","spaBase","importTranslation","require","options","featureName","moduleName","root","getAsyncLifecycle","wardDashboardLink","getSyncLifecycle","BrowserRouter","DashboardExtension","icon","wardView","admissionRequestWorkspace","admitPatientFormWorkspace","wardPatientWorkspace","wardPatientNotesWorkspace","wardPatientActionButtonExtension","wardPatientNotesActionButtonExtension","patientTransferAndSwapWorkspace","patientDischargeWorkspace","patientTransferAndSwapWorkspaceSiderailIcon","patientTransferRequestWorkspace","patientDischargeWorkspaceSideRailIcon","patientClinicalFormsWorkspace","cancelAdmissionRequestWorkspace","clinicalFormWorkspaceSideRailIcon","admissionRequestsWorkspaceSideRailIcon","createAdmissionEncounterWorkspaceSideRailIcon","createAdmissionEncounterWorkspace","defaultWardView","swrConfig","refreshInterval","maternalWardView","wardPatientWorkspaceBanner","startupApp","registerBreadcrumbs","defineConfigSchema","registerFeatureFlag","map","webpackAsyncContext","req","__webpack_require__","o","Promise","resolve","then","e","Error","code","ids","keys","Object","module","exports"],"sourceRoot":""}
|