@corva/ui 3.13.0-4 → 3.13.0-5
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,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});exports.ASSET_TYPES={program:{label:"Program/BU",type:"program",id:"programId"},rig:{label:"Rig",type:"rig",id:"rigId"},well:{label:"Well",type:"well",id:"wellId"},asset:{label:"Asset",type:"asset",id:"assetId"},frac_fleet:{label:"Frac Fleet",type:"frac_fleet",id:"fracFleetId"},pad:{label:"Pad",type:"pad",id:"padId"},drillout_unit:{label:"Drillout Unit",type:"drillout_unit",id:"drilloutUnitId"},intervention_unit:{label:"Intervention
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});exports.ASSET_TYPES={program:{label:"Program/BU",type:"program",id:"programId"},rig:{label:"Rig",type:"rig",id:"rigId"},well:{label:"Well",type:"well",id:"wellId"},asset:{label:"Asset",type:"asset",id:"assetId"},frac_fleet:{label:"Frac Fleet",type:"frac_fleet",id:"fracFleetId"},pad:{label:"Pad",type:"pad",id:"padId"},drillout_unit:{label:"Drillout Unit",type:"drillout_unit",id:"drilloutUnitId"},intervention_unit:{label:"Intervention",type:"intervention_unit",id:"interventionUnitId"}};
|
|
2
2
|
//# sourceMappingURL=assetTypes.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assetTypes.js","sources":["../../../src/constants/assetTypes.js"],"sourcesContent":["export const ASSET_TYPES = {\n program: {\n label: 'Program/BU',\n type: 'program',\n id: 'programId',\n },\n rig: {\n label: 'Rig',\n type: 'rig',\n id: 'rigId',\n },\n well: {\n label: 'Well',\n type: 'well',\n id: 'wellId',\n },\n asset: {\n label: 'Asset',\n type: 'asset',\n id: 'assetId',\n },\n frac_fleet: {\n label: 'Frac Fleet',\n type: 'frac_fleet',\n id: 'fracFleetId',\n },\n pad: {\n label: 'Pad',\n type: 'pad',\n id: 'padId',\n },\n drillout_unit: {\n label: 'Drillout Unit',\n type: 'drillout_unit',\n id: 'drilloutUnitId',\n },\n intervention_unit: {\n label: 'Intervention
|
|
1
|
+
{"version":3,"file":"assetTypes.js","sources":["../../../src/constants/assetTypes.js"],"sourcesContent":["export const ASSET_TYPES = {\n program: {\n label: 'Program/BU',\n type: 'program',\n id: 'programId',\n },\n rig: {\n label: 'Rig',\n type: 'rig',\n id: 'rigId',\n },\n well: {\n label: 'Well',\n type: 'well',\n id: 'wellId',\n },\n asset: {\n label: 'Asset',\n type: 'asset',\n id: 'assetId',\n },\n frac_fleet: {\n label: 'Frac Fleet',\n type: 'frac_fleet',\n id: 'fracFleetId',\n },\n pad: {\n label: 'Pad',\n type: 'pad',\n id: 'padId',\n },\n drillout_unit: {\n label: 'Drillout Unit',\n type: 'drillout_unit',\n id: 'drilloutUnitId',\n },\n intervention_unit: {\n label: 'Intervention',\n type: 'intervention_unit',\n id: 'interventionUnitId',\n },\n};\n"],"names":["program","label","type","id","rig","well","asset","frac_fleet","pad","drillout_unit","intervention_unit"],"mappings":"wFAA2B,CACzBA,QAAS,CACPC,MAAO,aACPC,KAAM,UACNC,GAAI,aAENC,IAAK,CACHH,MAAO,MACPC,KAAM,MACNC,GAAI,SAENE,KAAM,CACJJ,MAAO,OACPC,KAAM,OACNC,GAAI,UAENG,MAAO,CACLL,MAAO,QACPC,KAAM,QACNC,GAAI,WAENI,WAAY,CACVN,MAAO,aACPC,KAAM,aACNC,GAAI,eAENK,IAAK,CACHP,MAAO,MACPC,KAAM,MACNC,GAAI,SAENM,cAAe,CACbR,MAAO,gBACPC,KAAM,gBACNC,GAAI,kBAENO,kBAAmB,CACjBT,MAAO,eACPC,KAAM,oBACNC,GAAI"}
|
package/constants/assetTypes.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var e={program:{label:"Program/BU",type:"program",id:"programId"},rig:{label:"Rig",type:"rig",id:"rigId"},well:{label:"Well",type:"well",id:"wellId"},asset:{label:"Asset",type:"asset",id:"assetId"},frac_fleet:{label:"Frac Fleet",type:"frac_fleet",id:"fracFleetId"},pad:{label:"Pad",type:"pad",id:"padId"},drillout_unit:{label:"Drillout Unit",type:"drillout_unit",id:"drilloutUnitId"},intervention_unit:{label:"Intervention
|
|
1
|
+
var e={program:{label:"Program/BU",type:"program",id:"programId"},rig:{label:"Rig",type:"rig",id:"rigId"},well:{label:"Well",type:"well",id:"wellId"},asset:{label:"Asset",type:"asset",id:"assetId"},frac_fleet:{label:"Frac Fleet",type:"frac_fleet",id:"fracFleetId"},pad:{label:"Pad",type:"pad",id:"padId"},drillout_unit:{label:"Drillout Unit",type:"drillout_unit",id:"drilloutUnitId"},intervention_unit:{label:"Intervention",type:"intervention_unit",id:"interventionUnitId"}};export{e as ASSET_TYPES};
|
|
2
2
|
//# sourceMappingURL=assetTypes.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assetTypes.js","sources":["../../src/constants/assetTypes.js"],"sourcesContent":["export const ASSET_TYPES = {\n program: {\n label: 'Program/BU',\n type: 'program',\n id: 'programId',\n },\n rig: {\n label: 'Rig',\n type: 'rig',\n id: 'rigId',\n },\n well: {\n label: 'Well',\n type: 'well',\n id: 'wellId',\n },\n asset: {\n label: 'Asset',\n type: 'asset',\n id: 'assetId',\n },\n frac_fleet: {\n label: 'Frac Fleet',\n type: 'frac_fleet',\n id: 'fracFleetId',\n },\n pad: {\n label: 'Pad',\n type: 'pad',\n id: 'padId',\n },\n drillout_unit: {\n label: 'Drillout Unit',\n type: 'drillout_unit',\n id: 'drilloutUnitId',\n },\n intervention_unit: {\n label: 'Intervention
|
|
1
|
+
{"version":3,"file":"assetTypes.js","sources":["../../src/constants/assetTypes.js"],"sourcesContent":["export const ASSET_TYPES = {\n program: {\n label: 'Program/BU',\n type: 'program',\n id: 'programId',\n },\n rig: {\n label: 'Rig',\n type: 'rig',\n id: 'rigId',\n },\n well: {\n label: 'Well',\n type: 'well',\n id: 'wellId',\n },\n asset: {\n label: 'Asset',\n type: 'asset',\n id: 'assetId',\n },\n frac_fleet: {\n label: 'Frac Fleet',\n type: 'frac_fleet',\n id: 'fracFleetId',\n },\n pad: {\n label: 'Pad',\n type: 'pad',\n id: 'padId',\n },\n drillout_unit: {\n label: 'Drillout Unit',\n type: 'drillout_unit',\n id: 'drilloutUnitId',\n },\n intervention_unit: {\n label: 'Intervention',\n type: 'intervention_unit',\n id: 'interventionUnitId',\n },\n};\n"],"names":["ASSET_TYPES","program","label","type","id","rig","well","asset","frac_fleet","pad","drillout_unit","intervention_unit"],"mappings":"AAAO,IAAMA,EAAc,CACzBC,QAAS,CACPC,MAAO,aACPC,KAAM,UACNC,GAAI,aAENC,IAAK,CACHH,MAAO,MACPC,KAAM,MACNC,GAAI,SAENE,KAAM,CACJJ,MAAO,OACPC,KAAM,OACNC,GAAI,UAENG,MAAO,CACLL,MAAO,QACPC,KAAM,QACNC,GAAI,WAENI,WAAY,CACVN,MAAO,aACPC,KAAM,aACNC,GAAI,eAENK,IAAK,CACHP,MAAO,MACPC,KAAM,MACNC,GAAI,SAENM,cAAe,CACbR,MAAO,gBACPC,KAAM,gBACNC,GAAI,kBAENO,kBAAmB,CACjBT,MAAO,eACPC,KAAM,oBACNC,GAAI"}
|