@corva/ui 0.93.0-10 → 0.93.0-11

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.
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("./devcenter.js"),r=require("./goals.js"),s=require("./segment.js"),t=require("./alerts.js"),o=require("./apps.js"),i=require("./casing.js"),p=require("./drillstring.js"),_=require("./completion.js"),a=require("./appPackages.js"),L=require("./notifications.js"),S=require("./feed.js"),n=require("./bha.js"),u=require("./assetTypes.js"),x=require("./corvaCompanyId.js"),A=require("./wellSummary.js"),I=require("./rigActivity.js"),j=require("./componentsSettings.js"),E=require("./localStorageKeys.js"),c=require("./classNames.js");exports.DEV_CENTER_CLI_APP_ID=e.DEV_CENTER_CLI_APP_ID,exports.goals=r,exports.segment=s,exports.alerts=t,exports.apps=o,exports.casing=i,exports.drillstring=p,exports.completion=_,exports.appPackages=a,exports.notifications=L,exports.feed=S,exports.bha=n,exports.ASSET_TYPES=u.ASSET_TYPES,exports.CORVA_COMPANY_ID=x.CORVA_COMPANY_ID,exports.COMPLETION_WELL_SUMMARY=A.COMPLETION_WELL_SUMMARY,exports.DRILLING_WELL_SUMMARY=A.DRILLING_WELL_SUMMARY,exports.DRILLOUT_WELL_SUMMARY=A.DRILLOUT_WELL_SUMMARY,exports.RIG_ACTIVITY_COLORS=I.RIG_ACTIVITY_COLORS,exports.componentsSettings=j.componentsSettings,exports.localStorageKeys=E,exports.CLASSNAMES=c.CLASSNAMES;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("./devcenter.js"),r=require("./goals.js"),s=require("./segment.js"),t=require("./alerts.js"),o=require("./apps.js"),i=require("./casing.js"),p=require("./drillstring.js"),_=require("./completion.js"),L=require("./appPackages.js"),a=require("./notifications.js"),S=require("./feed.js"),n=require("./bha.js"),u=require("./assetTypes.js"),A=require("./corvaCompanyId.js"),E=require("./wellSummary.js"),x=require("./rigActivity.js"),I=require("./units.js"),M=require("./componentsSettings.js"),j=require("./localStorageKeys.js"),q=require("./classNames.js");exports.DEV_CENTER_CLI_APP_ID=e.DEV_CENTER_CLI_APP_ID,exports.goals=r,exports.segment=s,exports.alerts=t,exports.apps=o,exports.casing=i,exports.drillstring=p,exports.completion=_,exports.appPackages=L,exports.notifications=a,exports.feed=S,exports.bha=n,exports.ASSET_TYPES=u.ASSET_TYPES,exports.CORVA_COMPANY_ID=A.CORVA_COMPANY_ID,exports.COMPLETION_WELL_SUMMARY=E.COMPLETION_WELL_SUMMARY,exports.DRILLING_WELL_SUMMARY=E.DRILLING_WELL_SUMMARY,exports.DRILLOUT_WELL_SUMMARY=E.DRILLOUT_WELL_SUMMARY,exports.RIG_ACTIVITY_COLORS=x.RIG_ACTIVITY_COLORS,exports.DEFAULT_COLUMN_MAPPER_UNITS=I.DEFAULT_COLUMN_MAPPER_UNITS,exports.componentsSettings=M.componentsSettings,exports.localStorageKeys=j,exports.CLASSNAMES=q.CLASSNAMES;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});exports.DEFAULT_COLUMN_MAPPER_UNITS={bit_depth:"ft",block_height:"ft",hole_depth:"ft",diff_press:"psi",mud_flow_out:"gal/min",hook_load:"klbf",rop:"ft/h",standpipe_pressure:"psi",rotary_torque:"ft-klbf",mud_flow_in:"gal/min",mud_volume:"bbl",weight_on_bit:"klbf",gain_loss:"bbl",pit_volume_1:"bbl",pit_volume_2:"bbl",pit_volume_3:"bbl",pit_volume_4:"bbl",pit_volume_5:"bbl",pit_volume_6:"bbl",pit_volume_7:"bbl",pit_volume_8:"bbl",trip_tank_volume_1:"bbl",trip_tank_volume_2:"bbl",trip_tank_volume_3:"bbl",choke_pressure:"psi",kill_pressure:"psi",wellhead_pressure:"psi",active_pit_volume:"bbl",total_pit_volume:"bbl",ad_wob_setpoint:"klbf",ad_diff_press_setpoint:"psi",ad_torque_limit:"ft-klbf",das_time:"s",das_recommended_wob:"klbf",das_recommended_flow:"gal/min",das_doc:"in/rev",das_mse:"ksi",das_rop:"ft/h",das_recommended_rop:"ft/h",das_downhole_mse:"ksi",das_rop_upper_limit:"ft/h",das_rop_lower_limit:"ft/h",das_wob_upper_limit:"klbf",das_wob_lower_limit:"klbf",das_rop_limiting_max:"ft/h",boost_pump_flow_in:"gal/min",mwd_annulus_ecd:"ppg",mwd_annulus_pressure:"psi",total_gas:"%EMA",annular_back_pressure:"psi",mud_density:"ppg",downhole_temp:"F",mud_flow_out_percent:"%",rotary_rpm:"rpm",pump_spm_1:"strokes/min",pump_spm_2:"strokes/min",pump_spm_3:"strokes/min",pump_spm_4:"strokes/min",pump_spm_total:"strokes/min",boost_pump_strokes:"strokes/min"};
@@ -16,8 +16,9 @@ import * as completion from "./completion";
16
16
  import * as appPackages from "./appPackages";
17
17
  import * as notifications from "./notifications";
18
18
  import * as bha from "./bha";
19
+ import { DEFAULT_COLUMN_MAPPER_UNITS } from "./units";
19
20
  import { componentsSettings } from "./componentsSettings";
20
21
  import * as localStorageKeys from "./localStorageKeys";
21
22
  import { CLASSNAMES } from "./classNames";
22
- export { CORVA_COMPANY_ID, DEV_CENTER_CLI_APP_ID, drillstring, casing, goals, segment, alerts, feed, ASSET_TYPES, apps, DRILLING_WELL_SUMMARY, COMPLETION_WELL_SUMMARY, DRILLOUT_WELL_SUMMARY, RIG_ACTIVITY_COLORS, completion, appPackages, notifications, bha, componentsSettings, localStorageKeys, CLASSNAMES };
23
+ export { CORVA_COMPANY_ID, DEV_CENTER_CLI_APP_ID, drillstring, casing, goals, segment, alerts, feed, ASSET_TYPES, apps, DRILLING_WELL_SUMMARY, COMPLETION_WELL_SUMMARY, DRILLOUT_WELL_SUMMARY, RIG_ACTIVITY_COLORS, completion, appPackages, notifications, bha, DEFAULT_COLUMN_MAPPER_UNITS, componentsSettings, localStorageKeys, CLASSNAMES };
23
24
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- export{DEV_CENTER_CLI_APP_ID}from"./devcenter.js";import*as o from"./goals.js";export{o as goals};import*as r from"./segment.js";export{r as segment};import*as s from"./alerts.js";export{s as alerts};import*as t from"./apps.js";export{t as apps};import*as p from"./casing.js";export{p as casing};import*as e from"./drillstring.js";export{e as drillstring};import*as m from"./completion.js";export{m as completion};import*as a from"./appPackages.js";export{a as appPackages};import*as i from"./notifications.js";export{i as notifications};import*as f from"./feed.js";export{f as feed};import*as j from"./bha.js";export{j as bha};export{ASSET_TYPES}from"./assetTypes.js";export{CORVA_COMPANY_ID}from"./corvaCompanyId.js";export{COMPLETION_WELL_SUMMARY,DRILLING_WELL_SUMMARY,DRILLOUT_WELL_SUMMARY}from"./wellSummary.js";export{RIG_ACTIVITY_COLORS}from"./rigActivity.js";export{componentsSettings}from"./componentsSettings.js";import*as x from"./localStorageKeys.js";export{x as localStorageKeys};export{CLASSNAMES}from"./classNames.js";
1
+ export{DEV_CENTER_CLI_APP_ID}from"./devcenter.js";import*as o from"./goals.js";export{o as goals};import*as r from"./segment.js";export{r as segment};import*as s from"./alerts.js";export{s as alerts};import*as t from"./apps.js";export{t as apps};import*as p from"./casing.js";export{p as casing};import*as e from"./drillstring.js";export{e as drillstring};import*as m from"./completion.js";export{m as completion};import*as a from"./appPackages.js";export{a as appPackages};import*as i from"./notifications.js";export{i as notifications};import*as f from"./feed.js";export{f as feed};import*as j from"./bha.js";export{j as bha};export{ASSET_TYPES}from"./assetTypes.js";export{CORVA_COMPANY_ID}from"./corvaCompanyId.js";export{COMPLETION_WELL_SUMMARY,DRILLING_WELL_SUMMARY,DRILLOUT_WELL_SUMMARY}from"./wellSummary.js";export{RIG_ACTIVITY_COLORS}from"./rigActivity.js";export{DEFAULT_COLUMN_MAPPER_UNITS}from"./units.js";export{componentsSettings}from"./componentsSettings.js";import*as x from"./localStorageKeys.js";export{x as localStorageKeys};export{CLASSNAMES}from"./classNames.js";
@@ -0,0 +1,63 @@
1
+ export namespace DEFAULT_COLUMN_MAPPER_UNITS {
2
+ const bit_depth: string;
3
+ const block_height: string;
4
+ const hole_depth: string;
5
+ const diff_press: string;
6
+ const mud_flow_out: string;
7
+ const hook_load: string;
8
+ const rop: string;
9
+ const standpipe_pressure: string;
10
+ const rotary_torque: string;
11
+ const mud_flow_in: string;
12
+ const mud_volume: string;
13
+ const weight_on_bit: string;
14
+ const gain_loss: string;
15
+ const pit_volume_1: string;
16
+ const pit_volume_2: string;
17
+ const pit_volume_3: string;
18
+ const pit_volume_4: string;
19
+ const pit_volume_5: string;
20
+ const pit_volume_6: string;
21
+ const pit_volume_7: string;
22
+ const pit_volume_8: string;
23
+ const trip_tank_volume_1: string;
24
+ const trip_tank_volume_2: string;
25
+ const trip_tank_volume_3: string;
26
+ const choke_pressure: string;
27
+ const kill_pressure: string;
28
+ const wellhead_pressure: string;
29
+ const active_pit_volume: string;
30
+ const total_pit_volume: string;
31
+ const ad_wob_setpoint: string;
32
+ const ad_diff_press_setpoint: string;
33
+ const ad_torque_limit: string;
34
+ const das_time: string;
35
+ const das_recommended_wob: string;
36
+ const das_recommended_flow: string;
37
+ const das_doc: string;
38
+ const das_mse: string;
39
+ const das_rop: string;
40
+ const das_recommended_rop: string;
41
+ const das_downhole_mse: string;
42
+ const das_rop_upper_limit: string;
43
+ const das_rop_lower_limit: string;
44
+ const das_wob_upper_limit: string;
45
+ const das_wob_lower_limit: string;
46
+ const das_rop_limiting_max: string;
47
+ const boost_pump_flow_in: string;
48
+ const mwd_annulus_ecd: string;
49
+ const mwd_annulus_pressure: string;
50
+ const total_gas: string;
51
+ const annular_back_pressure: string;
52
+ const mud_density: string;
53
+ const downhole_temp: string;
54
+ const mud_flow_out_percent: string;
55
+ const rotary_rpm: string;
56
+ const pump_spm_1: string;
57
+ const pump_spm_2: string;
58
+ const pump_spm_3: string;
59
+ const pump_spm_4: string;
60
+ const pump_spm_total: string;
61
+ const boost_pump_strokes: string;
62
+ }
63
+ //# sourceMappingURL=units.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"units.d.ts","sourceRoot":"","sources":["../../src/constants/units.js"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ var _={bit_depth:"ft",block_height:"ft",hole_depth:"ft",diff_press:"psi",mud_flow_out:"gal/min",hook_load:"klbf",rop:"ft/h",standpipe_pressure:"psi",rotary_torque:"ft-klbf",mud_flow_in:"gal/min",mud_volume:"bbl",weight_on_bit:"klbf",gain_loss:"bbl",pit_volume_1:"bbl",pit_volume_2:"bbl",pit_volume_3:"bbl",pit_volume_4:"bbl",pit_volume_5:"bbl",pit_volume_6:"bbl",pit_volume_7:"bbl",pit_volume_8:"bbl",trip_tank_volume_1:"bbl",trip_tank_volume_2:"bbl",trip_tank_volume_3:"bbl",choke_pressure:"psi",kill_pressure:"psi",wellhead_pressure:"psi",active_pit_volume:"bbl",total_pit_volume:"bbl",ad_wob_setpoint:"klbf",ad_diff_press_setpoint:"psi",ad_torque_limit:"ft-klbf",das_time:"s",das_recommended_wob:"klbf",das_recommended_flow:"gal/min",das_doc:"in/rev",das_mse:"ksi",das_rop:"ft/h",das_recommended_rop:"ft/h",das_downhole_mse:"ksi",das_rop_upper_limit:"ft/h",das_rop_lower_limit:"ft/h",das_wob_upper_limit:"klbf",das_wob_lower_limit:"klbf",das_rop_limiting_max:"ft/h",boost_pump_flow_in:"gal/min",mwd_annulus_ecd:"ppg",mwd_annulus_pressure:"psi",total_gas:"%EMA",annular_back_pressure:"psi",mud_density:"ppg",downhole_temp:"F",mud_flow_out_percent:"%",rotary_rpm:"rpm",pump_spm_1:"strokes/min",pump_spm_2:"strokes/min",pump_spm_3:"strokes/min",pump_spm_4:"strokes/min",pump_spm_total:"strokes/min",boost_pump_strokes:"strokes/min"};export{_ as DEFAULT_COLUMN_MAPPER_UNITS};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corva/ui",
3
- "version": "0.93.0-10",
3
+ "version": "0.93.0-11",
4
4
  "description": "Shared components/utils for Corva ui projects",
5
5
  "keywords": [
6
6
  "corva-ui"