@openmrs/esm-dispensing-app 1.0.1-pre.149 → 1.0.1-pre.152
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/299.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(self.webpackChunk_openmrs_esm_dispensing_app=self.webpackChunk_openmrs_esm_dispensing_app||[]).push([[299],{9299:(e,n,t)=>{"use strict";t.r(n),t.d(n,{backendDependencies:()=>r,importTranslation:()=>a,setupOpenMRS:()=>p,version:()=>s});var o=t(3907),i={appName:{_type:o.Type.String,_default:"Pharmacy"},medicationRequestExpirationPeriodInDays:{_type:o.Type.Number,_description:"Medication Requests older that this will be considered expired",_default:90},locationBehavior:{locationColumn:{enabled:{_type:o.Type.Boolean,_description:"Enabled/Disable including a Location column in the main prescriptions table showing ordering location",_default:!1}},locationFilter:{enabled:{_type:o.Type.Boolean,_description:"Enable/Disable Location filter on main prescriptions page",_default:!1},tag:{_type:o.Type.String,_description:"Name of the location tag to use when fetching locations to populate filter",_default:"Login Location"}}},substitutionReason:{uuid:{_type:o.Type.UUID,_description:"UUID for the Value Set of valid answers to the 'Reason for Substitution' question. Sample CIEL concept: https://app.openconceptlab.org/#/orgs/CIEL/sources/CIEL/concepts/167862/",_default:""}},substitutionType:{uuid:{_type:o.Type.UUID,_description:"UUID for the Value Set of valid answers to the 'Type of Substitution' question. Sample CIEL concept: https://app.openconceptlab.org/#/orgs/CIEL/sources/CIEL/concepts/167859/",_default:""}}},s="1.0.1-pre.
|
|
1
|
+
(self.webpackChunk_openmrs_esm_dispensing_app=self.webpackChunk_openmrs_esm_dispensing_app||[]).push([[299],{9299:(e,n,t)=>{"use strict";t.r(n),t.d(n,{backendDependencies:()=>r,importTranslation:()=>a,setupOpenMRS:()=>p,version:()=>s});var o=t(3907),i={appName:{_type:o.Type.String,_default:"Pharmacy"},medicationRequestExpirationPeriodInDays:{_type:o.Type.Number,_description:"Medication Requests older that this will be considered expired",_default:90},locationBehavior:{locationColumn:{enabled:{_type:o.Type.Boolean,_description:"Enabled/Disable including a Location column in the main prescriptions table showing ordering location",_default:!1}},locationFilter:{enabled:{_type:o.Type.Boolean,_description:"Enable/Disable Location filter on main prescriptions page",_default:!1},tag:{_type:o.Type.String,_description:"Name of the location tag to use when fetching locations to populate filter",_default:"Login Location"}}},substitutionReason:{uuid:{_type:o.Type.UUID,_description:"UUID for the Value Set of valid answers to the 'Reason for Substitution' question. Sample CIEL concept: https://app.openconceptlab.org/#/orgs/CIEL/sources/CIEL/concepts/167862/",_default:""}},substitutionType:{uuid:{_type:o.Type.UUID,_description:"UUID for the Value Set of valid answers to the 'Type of Substitution' question. Sample CIEL concept: https://app.openconceptlab.org/#/orgs/CIEL/sources/CIEL/concepts/167859/",_default:""}}},s="1.0.1-pre.152",a=t(3979),r={fhir2:"^1.2.0","webservices.rest":"^2.2.0"};function p(){var e="@openmrs/esm-dispensing-app",n={featureName:"dispensing",moduleName:e};return(0,o.defineConfigSchema)(e,i),{pages:[{route:"dispensing",load:(0,o.getAsyncLifecycle)((function(){return Promise.all([t.e(672),t.e(49)]).then(t.bind(t,1049))}),n),online:!0,offline:!0}],extensions:[{id:"dispensing-link",slot:"app-menu-slot",load:(0,o.getAsyncLifecycle)((function(){return Promise.all([t.e(672),t.e(397),t.e(641)]).then(t.bind(t,9641))}),n),online:!0,offline:!1},{name:"dispensing-dashboard",slot:"dispensing-dashboard-slot",load:(0,o.getAsyncLifecycle)((function(){return Promise.all([t.e(699),t.e(672),t.e(397),t.e(247)]).then(t.bind(t,5329))}),n),online:!0,offline:!0}]}}},3979:(e,n,t)=>{var o={"./en.json":[3574,574]};function i(e){if(!t.o(o,e))return Promise.resolve().then((()=>{var n=new Error("Cannot find module '"+e+"'");throw n.code="MODULE_NOT_FOUND",n}));var n=o[e],i=n[0];return t.e(n[1]).then((()=>t(i)))}i.keys=()=>Object.keys(o),i.id=3979,e.exports=i}}]);
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"main.js"
|
|
46
46
|
],
|
|
47
47
|
"auxiliaryFiles": [],
|
|
48
|
-
"hash": "
|
|
48
|
+
"hash": "91d1eb01da4aed2a11d9",
|
|
49
49
|
"childrenByOrder": {}
|
|
50
50
|
},
|
|
51
51
|
{
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"299.js"
|
|
113
113
|
],
|
|
114
114
|
"auxiliaryFiles": [],
|
|
115
|
-
"hash": "
|
|
115
|
+
"hash": "e0fb222e77fe58bc2e2a",
|
|
116
116
|
"childrenByOrder": {}
|
|
117
117
|
},
|
|
118
118
|
{
|
package/package.json
CHANGED