@corva/ui 0.76.0-0 → 0.76.0-10

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.
Files changed (193) hide show
  1. package/assets/6fa6f1128bc0185126482345243bcd42.svg +1 -0
  2. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js +1 -1
  3. package/cjs-bundle/components/AppVersionsSelect/AppVersionsSelect.js +1 -1
  4. package/cjs-bundle/components/Chart/components/ChartButton.js +1 -1
  5. package/cjs-bundle/components/Chart/components/buttons/ChartTypeButton.js +1 -1
  6. package/cjs-bundle/components/Chart/components/buttons/DragToZoomButton.js +1 -1
  7. package/cjs-bundle/components/Chart/components/buttons/HideAxesButton.js +1 -1
  8. package/cjs-bundle/components/Chart/components/buttons/PanButton.js +1 -1
  9. package/cjs-bundle/components/Chart/components/buttons/ResetZoomButton.js +1 -1
  10. package/cjs-bundle/components/Chart/components/buttons/ZoomInButton.js +1 -1
  11. package/cjs-bundle/components/Chart/components/buttons/ZoomOutButton.js +1 -1
  12. package/cjs-bundle/components/CollapsableSidebar.js +1 -1
  13. package/cjs-bundle/components/ColorPicker/ColorPicker.js +1 -1
  14. package/cjs-bundle/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.js +1 -1
  15. package/cjs-bundle/components/Counter/index.js +1 -1
  16. package/cjs-bundle/components/DatePicker/index.js +1 -1
  17. package/cjs-bundle/components/DateTimePicker/index.js +1 -1
  18. package/cjs-bundle/components/DevCenter/AppSettingsPopover/AppSettingsPopover.js +1 -1
  19. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js +1 -1
  20. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js +1 -1
  21. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js +1 -1
  22. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.js +1 -1
  23. package/cjs-bundle/components/FilesLoader/FilesLoader.js +1 -1
  24. package/cjs-bundle/components/GradientManager/GradientManagerWithStorage/GradientManagerWithStorage.js +1 -0
  25. package/cjs-bundle/components/GradientManager/effects/useGradientStorage.js +1 -0
  26. package/cjs-bundle/components/Notifications/Toast.js +1 -1
  27. package/cjs-bundle/components/OffsetWellPickerV4/OffsetWellPickerV4.js +1 -1
  28. package/cjs-bundle/components/PadOffsetsPickerV2/PadOffsetsPickerV2.js +1 -1
  29. package/cjs-bundle/components/ParameterCharts/components/TraceHeader.js +1 -1
  30. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBox.js +1 -1
  31. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxEditDialog.js +1 -1
  32. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxList.js +1 -1
  33. package/cjs-bundle/components/Search/Search.js +1 -1
  34. package/cjs-bundle/components/Search/styles.js +1 -1
  35. package/cjs-bundle/components/Select/index.js +1 -1
  36. package/cjs-bundle/components/SettingEditors/ColorEditor/index.js +1 -1
  37. package/cjs-bundle/components/Stepper/Step.js +1 -1
  38. package/cjs-bundle/components/Table/TableCell/TableCell.js +1 -1
  39. package/cjs-bundle/components/Table/TableSortLabel/TableSortLabel.js +1 -1
  40. package/cjs-bundle/components/TextLink/index.js +1 -1
  41. package/cjs-bundle/components/index.js +1 -1
  42. package/cjs-bundle/config/theme/index.js +1 -1
  43. package/cjs-bundle/config/theme/tooltipOverrides.js +1 -1
  44. package/cjs-bundle/constants/goals.js +1 -1
  45. package/cjs-bundle/icons/index.js +1 -1
  46. package/cjs-bundle/utils/convert.js +1 -1
  47. package/cjs-bundle/utils/delayedHighcharts.js +1 -0
  48. package/cjs-bundle/utils/index.js +1 -1
  49. package/cjs-bundle/utils/metrics/metricsConfig.js +1 -1
  50. package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js +1 -1
  51. package/components/AppVersionsSelect/AppVersionsSelect.js +1 -1
  52. package/components/AssetEditor/AssetEditorAutocomplete.d.ts +2 -2
  53. package/components/AssetEditor/SingleAssetEditor.d.ts +2 -2
  54. package/components/Button/index.d.ts +1 -1
  55. package/components/Chart/components/ChartButton.d.ts.map +1 -1
  56. package/components/Chart/components/ChartButton.js +1 -1
  57. package/components/Chart/components/buttons/ChartTypeButton.js +1 -1
  58. package/components/Chart/components/buttons/DragToZoomButton.js +1 -1
  59. package/components/Chart/components/buttons/HideAxesButton.js +1 -1
  60. package/components/Chart/components/buttons/PanButton.js +1 -1
  61. package/components/Chart/components/buttons/ResetZoomButton.js +1 -1
  62. package/components/Chart/components/buttons/ZoomInButton.js +1 -1
  63. package/components/Chart/components/buttons/ZoomOutButton.js +1 -1
  64. package/components/ChartActionsList/ChartActionsList.d.ts +1 -1
  65. package/components/Chip/index.d.ts +1 -1
  66. package/components/CollapsableSidebar.js +1 -1
  67. package/components/ColorPicker/ColorPicker.d.ts.map +1 -1
  68. package/components/ColorPicker/ColorPicker.js +1 -1
  69. package/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.d.ts.map +1 -1
  70. package/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.js +1 -1
  71. package/components/CommentInput/index.d.ts +2 -2
  72. package/components/ConfirmationDialog.d.ts +1 -1
  73. package/components/Counter/index.d.ts.map +1 -1
  74. package/components/Counter/index.js +1 -1
  75. package/components/DatePicker/index.d.ts.map +1 -1
  76. package/components/DatePicker/index.js +1 -1
  77. package/components/DateTimePicker/index.d.ts.map +1 -1
  78. package/components/DateTimePicker/index.js +1 -1
  79. package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.d.ts +1 -1
  80. package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.d.ts.map +1 -1
  81. package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.js +1 -1
  82. package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.d.ts.map +1 -1
  83. package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js +1 -1
  84. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js +1 -1
  85. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js +1 -1
  86. package/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.js +1 -1
  87. package/components/FilesLoader/FilesLoader.d.ts.map +1 -1
  88. package/components/FilesLoader/FilesLoader.js +1 -1
  89. package/components/Formula/CloseSuggestion.d.ts.map +1 -1
  90. package/components/Formula/useFormulaStyles.d.ts +1 -1
  91. package/components/Formula/useFormulaStyles.d.ts.map +1 -1
  92. package/components/GradientManager/GradientManager.stories.d.ts.map +1 -1
  93. package/components/GradientManager/GradientManagerProps.d.ts +3 -3
  94. package/components/GradientManager/GradientManagerProps.d.ts.map +1 -1
  95. package/components/GradientManager/GradientManagerWithStorage/GradientManagerWithStorage.d.ts +4 -0
  96. package/components/GradientManager/GradientManagerWithStorage/GradientManagerWithStorage.d.ts.map +1 -0
  97. package/components/GradientManager/GradientManagerWithStorage/GradientManagerWithStorage.js +1 -0
  98. package/components/GradientManager/GradientManagerWithStorage/GradientManagerWithStorage.stories.d.ts +20 -0
  99. package/components/GradientManager/GradientManagerWithStorage/GradientManagerWithStorage.stories.d.ts.map +1 -0
  100. package/components/GradientManager/GradientManagerWithStorage/GradientManagerWithStorageProps.d.ts +20 -0
  101. package/components/GradientManager/GradientManagerWithStorage/GradientManagerWithStorageProps.d.ts.map +1 -0
  102. package/components/GradientManager/effects/useGradientStorage.d.ts +3 -0
  103. package/components/GradientManager/effects/useGradientStorage.d.ts.map +1 -0
  104. package/components/GradientManager/effects/useGradientStorage.js +1 -0
  105. package/components/GradientManager/index.d.ts +1 -0
  106. package/components/GradientManager/index.d.ts.map +1 -1
  107. package/components/IconMenu/index.d.ts +7 -7
  108. package/components/Notifications/Toast.d.ts +0 -1
  109. package/components/Notifications/Toast.d.ts.map +1 -1
  110. package/components/Notifications/Toast.js +1 -1
  111. package/components/OffsetWellPickerV2/components/Filter/NonEngineeredWellsSwitch.d.ts +1 -1
  112. package/components/OffsetWellPickerV2/components/Filter/RadiusInput.d.ts +2 -2
  113. package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.d.ts +1 -1
  114. package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.d.ts +1 -1
  115. package/components/OffsetWellPickerV2/components/Table/MetricsSelect.d.ts +1 -1
  116. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.d.ts +1 -1
  117. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.d.ts +1 -1
  118. package/components/OffsetWellPickerV4/OffsetWellPickerV4.js +1 -1
  119. package/components/PadOffsetsPickerV2/PadOffsetsPickerV2.js +1 -1
  120. package/components/ParameterCharts/components/DataLoadingIndicator.d.ts +1 -1
  121. package/components/ParameterCharts/components/TraceHeader.d.ts +1 -1
  122. package/components/ParameterCharts/components/TraceHeader.js +1 -1
  123. package/components/ParameterCharts/components/TraceSelect.d.ts +1 -1
  124. package/components/ParameterCharts/components/TraceSettings.d.ts +1 -1
  125. package/components/PostPreviewDialog/index.d.ts +1 -1
  126. package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBox.js +1 -1
  127. package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxEditDialog.d.ts.map +1 -1
  128. package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxEditDialog.js +1 -1
  129. package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxList.d.ts.map +1 -1
  130. package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxList.js +1 -1
  131. package/components/Search/Search.d.ts +3 -0
  132. package/components/Search/Search.d.ts.map +1 -1
  133. package/components/Search/Search.js +1 -1
  134. package/components/Search/components/Listbox.d.ts +1 -1
  135. package/components/Search/styles.d.ts.map +1 -1
  136. package/components/Search/styles.js +1 -1
  137. package/components/Select/index.d.ts.map +1 -1
  138. package/components/Select/index.js +1 -1
  139. package/components/SettingEditors/ColorEditor/index.d.ts +3 -3
  140. package/components/SettingEditors/ColorEditor/index.d.ts.map +1 -1
  141. package/components/SettingEditors/ColorEditor/index.js +1 -1
  142. package/components/SettingEditors/DropdownEditor/index.d.ts +3 -3
  143. package/components/Stepper/Step.d.ts.map +1 -1
  144. package/components/Stepper/Step.js +1 -1
  145. package/components/Table/TableCell/TableCell.d.ts.map +1 -1
  146. package/components/Table/TableCell/TableCell.js +1 -1
  147. package/components/Table/TableSortLabel/TableSortLabel.d.ts.map +1 -1
  148. package/components/Table/TableSortLabel/TableSortLabel.js +1 -1
  149. package/components/TextLink/index.js +1 -1
  150. package/components/Typography.d.ts +18 -18
  151. package/components/UserCard/index.d.ts +2 -2
  152. package/components/VirtualizedTable/VirtualizedTable.d.ts +2 -2
  153. package/components/index.d.ts +2 -1
  154. package/components/index.js +1 -1
  155. package/config/theme/index.d.ts.map +1 -1
  156. package/config/theme/index.js +1 -1
  157. package/config/theme/tooltipOverrides.js +1 -1
  158. package/constants/goals.js +1 -1
  159. package/icons/index.d.ts +7 -0
  160. package/icons/index.d.ts.map +1 -1
  161. package/icons/index.js +1 -1
  162. package/package.json +1 -1
  163. package/types/shared/GradientStorage.d.ts +33 -0
  164. package/types/shared/GradientStorage.d.ts.map +1 -0
  165. package/utils/__tests__/convert/convert.test.d.ts.map +1 -0
  166. package/utils/__tests__/convert/customUnitsConvert.test.d.ts +2 -0
  167. package/utils/__tests__/convert/customUnitsConvert.test.d.ts.map +1 -0
  168. package/utils/convert.d.ts +42 -4
  169. package/utils/convert.d.ts.map +1 -1
  170. package/utils/convert.js +1 -1
  171. package/utils/delayedHighcharts.d.ts +2 -0
  172. package/utils/delayedHighcharts.d.ts.map +1 -0
  173. package/utils/delayedHighcharts.js +1 -0
  174. package/utils/index.d.ts +5 -4
  175. package/utils/index.d.ts.map +1 -1
  176. package/utils/index.js +1 -1
  177. package/utils/metrics/metricsConfig.d.ts +140 -0
  178. package/utils/metrics/metricsConfig.js +1 -1
  179. package/assets/c7e056a4353978b8b0393473f0d750ae.svg +0 -3
  180. package/cjs-bundle/components/FilesLoader/Icons/IconRefresh.js +0 -1
  181. package/cjs-bundle/components/FilesLoader/Icons/IconSuccess.js +0 -1
  182. package/cjs-bundle/components/FilesLoader/Icons/UploadIcon.js +0 -1
  183. package/components/FilesLoader/Icons/IconRefresh.d.ts +0 -3
  184. package/components/FilesLoader/Icons/IconRefresh.d.ts.map +0 -1
  185. package/components/FilesLoader/Icons/IconRefresh.js +0 -1
  186. package/components/FilesLoader/Icons/IconSuccess.d.ts +0 -6
  187. package/components/FilesLoader/Icons/IconSuccess.d.ts.map +0 -1
  188. package/components/FilesLoader/Icons/IconSuccess.js +0 -1
  189. package/components/FilesLoader/Icons/UploadIcon.d.ts +0 -3
  190. package/components/FilesLoader/Icons/UploadIcon.d.ts.map +0 -1
  191. package/components/FilesLoader/Icons/UploadIcon.js +0 -1
  192. package/utils/__tests__/convert.test.d.ts.map +0 -1
  193. /package/utils/__tests__/{convert.test.d.ts → convert/convert.test.d.ts} +0 -0
@@ -645,5 +645,145 @@ export namespace tripping_out_running_time {
645
645
  const from_46: string;
646
646
  export { from_46 as from };
647
647
  }
648
+ export namespace wellgoals_tripping_in_speed_with_connection_cased {
649
+ const label_61: string;
650
+ export { label_61 as label };
651
+ const key_61: string;
652
+ export { key_61 as key };
653
+ const unitType_47: string;
654
+ export { unitType_47 as unitType };
655
+ const from_47: string;
656
+ export { from_47 as from };
657
+ }
658
+ export namespace wellgoals_tripping_in_speed_with_connection_open {
659
+ const label_62: string;
660
+ export { label_62 as label };
661
+ const key_62: string;
662
+ export { key_62 as key };
663
+ const unitType_48: string;
664
+ export { unitType_48 as unitType };
665
+ const from_48: string;
666
+ export { from_48 as from };
667
+ }
668
+ export namespace wellgoals_tripping_in_time_cased {
669
+ const label_63: string;
670
+ export { label_63 as label };
671
+ const key_63: string;
672
+ export { key_63 as key };
673
+ const unitType_49: string;
674
+ export { unitType_49 as unitType };
675
+ const from_49: string;
676
+ export { from_49 as from };
677
+ }
678
+ export namespace wellgoals_tripping_in_time_open {
679
+ const label_64: string;
680
+ export { label_64 as label };
681
+ const key_64: string;
682
+ export { key_64 as key };
683
+ const unitType_50: string;
684
+ export { unitType_50 as unitType };
685
+ const from_50: string;
686
+ export { from_50 as from };
687
+ }
688
+ export namespace wellgoals_tripping_in_time_with_connections_cased {
689
+ const label_65: string;
690
+ export { label_65 as label };
691
+ const key_65: string;
692
+ export { key_65 as key };
693
+ const unitType_51: string;
694
+ export { unitType_51 as unitType };
695
+ const from_51: string;
696
+ export { from_51 as from };
697
+ }
698
+ export namespace wellgoals_tripping_in_time_with_connections_open {
699
+ const label_66: string;
700
+ export { label_66 as label };
701
+ const key_66: string;
702
+ export { key_66 as key };
703
+ const unitType_52: string;
704
+ export { unitType_52 as unitType };
705
+ const from_52: string;
706
+ export { from_52 as from };
707
+ }
708
+ export namespace wellgoals_tripping_out_speed_with_connections_cased {
709
+ const label_67: string;
710
+ export { label_67 as label };
711
+ const key_67: string;
712
+ export { key_67 as key };
713
+ const unitType_53: string;
714
+ export { unitType_53 as unitType };
715
+ const from_53: string;
716
+ export { from_53 as from };
717
+ }
718
+ export namespace wellgoals_tripping_out_speed_with_connections_open {
719
+ const label_68: string;
720
+ export { label_68 as label };
721
+ const key_68: string;
722
+ export { key_68 as key };
723
+ const unitType_54: string;
724
+ export { unitType_54 as unitType };
725
+ const from_54: string;
726
+ export { from_54 as from };
727
+ }
728
+ export namespace wellgoals_tripping_out_time_with_connections_cased {
729
+ const label_69: string;
730
+ export { label_69 as label };
731
+ const key_69: string;
732
+ export { key_69 as key };
733
+ const unitType_55: string;
734
+ export { unitType_55 as unitType };
735
+ const from_55: string;
736
+ export { from_55 as from };
737
+ }
738
+ export namespace wellgoals_tripping_out_time_with_connections_open {
739
+ const label_70: string;
740
+ export { label_70 as label };
741
+ const key_70: string;
742
+ export { key_70 as key };
743
+ const unitType_56: string;
744
+ export { unitType_56 as unitType };
745
+ const from_56: string;
746
+ export { from_56 as from };
747
+ }
748
+ export namespace wellgoals_casing_tripping_in_time_cased {
749
+ const label_71: string;
750
+ export { label_71 as label };
751
+ const key_71: string;
752
+ export { key_71 as key };
753
+ const unitType_57: string;
754
+ export { unitType_57 as unitType };
755
+ const from_57: string;
756
+ export { from_57 as from };
757
+ }
758
+ export namespace wellgoals_casing_tripping_in_time_open {
759
+ const label_72: string;
760
+ export { label_72 as label };
761
+ const key_72: string;
762
+ export { key_72 as key };
763
+ const unitType_58: string;
764
+ export { unitType_58 as unitType };
765
+ const from_58: string;
766
+ export { from_58 as from };
767
+ }
768
+ export namespace wellgoals_casing_tripping_in_speed_cased {
769
+ const label_73: string;
770
+ export { label_73 as label };
771
+ const key_73: string;
772
+ export { key_73 as key };
773
+ const unitType_59: string;
774
+ export { unitType_59 as unitType };
775
+ const from_59: string;
776
+ export { from_59 as from };
777
+ }
778
+ export namespace wellgoals_casing_tripping_in_speed_open {
779
+ const label_74: string;
780
+ export { label_74 as label };
781
+ const key_74: string;
782
+ export { key_74 as key };
783
+ const unitType_60: string;
784
+ export { unitType_60 as unitType };
785
+ const from_60: string;
786
+ export { from_60 as from };
787
+ }
648
788
  import { convertPercentageMetrics } from "./utils";
649
789
  //# sourceMappingURL=metricsConfig.d.ts.map
@@ -1 +1 @@
1
- import{getUnitDescription as e,convertValue as t,getUnitPreference as i}from"../convert.js";import{convertPercentageMetrics as n}from"./utils.js";var o={label:"Hole Depth",key:"hole_depth",isBiggestBest:!0,unitType:"length",from:"ft"},l={label:"Total Distance Drilled",key:"hole_depth_change",unitType:"length",from:"ft",isBiggestBest:!0},p={label:"Rotary Distance Drilled",key:"drilled_feet_rotary",unitType:"length",from:"ft",isBiggestBest:!0},r={label:"Slide Distance Drilled",key:"drilled_feet_slide",unitType:"length",from:"ft"},s={label:"Rotary %",key:"drilled_feet_rotary_percentage",to:"%",customConvert:n,isBiggestBest:!0},a={label:"Slide %",key:"drilled_feet_slide_percentage",to:"%",customConvert:n},g={label:"Drilling %",key:"drilling_percentage",to:"%",customConvert:n,isBiggestBest:!0},_={label:"On-Bottom ROP",key:"rop",unitType:"velocity",from:"ft/h",isBiggestBest:!0},m={label:"Rotary ROP",key:"rop_rotary",unitType:"velocity",from:"ft/h",isBiggestBest:!0},y={label:"Slide ROP",key:"rop_slide",unitType:"velocity",from:"ft/h",isBiggestBest:!0},u={label:"Gross ROP",key:"rop_gross",unitType:"velocity",from:"ft/h",isBiggestBest:!0},T={label:"Drilled Distance/Day",key:"feet_per_day",unitType:"length",from:"ft",formatUnitDisplay:function(e){return"".concat(e,"/day")},isBiggestBest:!0},c={label:"Rotary Drilling Time",key:"drilling_time_rotary",to:"h",isBiggestBest:!0},f={label:"Slide Drilling Time",key:"drilling_time_slide",to:"h"},d={label:"On Bottom Time",key:"on_bottom_time",to:"h"},b={label:"On Bottom %",key:"on_bottom_percentage",to:"%",customConvert:n,isBiggestBest:!0},h={label:"Slips to Slips",key:"drilling_connection_average",to:"min",unitType:"time",from:"s"},k={label:"Weight to Weight",key:"weight_to_weight_average",to:"min",from:"s",unitType:"time"},B={label:"Bottom to Slips",key:"bottom_to_slips_average",to:"min",from:"s",unitType:"time"},v={label:"Slips to Bottom",key:"slips_to_bottom_average",to:"min",from:"s",unitType:"time"},C={label:"Pumps on to Bottom",key:"pumps_on_to_bottom_average",to:"min",from:"s",unitType:"time"},S={label:"Hole Tripping In Speed",key:"tripping_in_speed",unitType:"velocity",from:"ft/h",isBiggestBest:!0},H={label:"Hole Tripping Out Speed",key:"tripping_out_speed",unitType:"velocity",from:"ft/h",isBiggestBest:!0},O={label:"Cased Hole Tripping In Speed",key:"tripping_in_speed_cased",unitType:"velocity",from:"ft/h",isBiggestBest:!0},D={label:"Cased Hole Tripping Out Speed",key:"tripping_out_speed_cased",unitType:"velocity",from:"ft/h",isBiggestBest:!0},I={label:"Open Hole Tripping In Speed",key:"tripping_in_speed_open",unitType:"velocity",from:"ft/h",isBiggestBest:!0},R={label:"Open Hole Tripping Out Speed",key:"tripping_out_speed_open",unitType:"velocity",from:"ft/h",isBiggestBest:!0},w={label:"Casing Tripping In Cased Hole",key:"tripping_in_time_cased",to:"min",from:"s",unitType:"time"},P={label:"Casing Tripping In Open Hole",key:"tripping_in_time_open",to:"min",from:"s",unitType:"time"},E={label:"Casing Tripping In Entire Hole",key:"tripping_in_time",to:"min",from:"s",unitType:"time"},G={label:"Connection Time in Cased Hole",key:"tripping_in_connection_time_cased",to:"min",from:"s",unitType:"time"},L={label:"Casing Tripping In Open Hole + Connection Time in Open Hole",key:"tripping_in_time_with_connection_open",to:"min",from:"h",unitType:"time"},N={label:"Casing Tripping In Entire Hole + Connection Time in Entire Hole",key:"tripping_in_time_with_connection",to:"min",from:"h",unitType:"time"},j={label:"Casing Slips to Slips",key:"slips_to_slips_average",to:"min",from:"s",unitType:"time"},V={label:"Cased Hole Tripping In Speed (with connection)",key:"gross_tripping_in_speed_cased",unitType:"velocity",from:"ft/h"},W={label:"Open Hole Tripping In Speed (with connection)",key:"gross_tripping_in_speed_open",unitType:"velocity",from:"ft/h"},x={label:"Entire Hole Tripping In Speed (with connection)",key:"gross_tripping_in_speed",unitType:"velocity",from:"ft/h"},A={label:"Gross Tripping In Speed",key:"gross_tripping_in_speed_total",unitType:"velocity",from:"ft/h"},U={label:"Gross Tripping Out Speed",key:"gross_tripping_out_speed_total",unitType:"velocity",from:"ft/h"},q={label:"Cost/".concat(e(i("length")).singular),key:"cost_per_ft",customConvert:function(e){return e/t(1,"length","ft")}},z={label:"Lateral Cost/".concat(e(i("length")).singular),key:"cost_per_lat_ft",customConvert:function(e){return e/t(1,"length","ft")}},F={label:"NPT",key:"npt",unitType:"time",from:"h",to:"h"},J={label:"Circulating Time",key:"circulating_time",unitType:"time",from:"h",to:"h"},K={label:"Spud to Rig Release",key:"spud_to_rig_release_time",unitType:"time",from:"h",to:"d"},M={label:"Spud to Target",key:"spud_to_target",unitType:"time",from:"h",to:"d"},Q={label:"Spud to Total Depth",key:"spud_to_total_depth_time",unitType:"time",from:"h",to:"d"},X={label:"Spud to Landing Point",key:"spud_to_landing_point",unitType:"time",from:"h",to:"d"},Y={label:"Gross Time",key:"gross_time",unitType:"time",from:"s",to:"h"},Z={label:"Turn Rate",key:"turn_rate",unitType:"anglePerLength",from:"dp100f",allowNegativeValue:!0},$={label:"Build Rate",key:"build_rate",unitType:"anglePerLength",from:"dp100f",allowNegativeValue:!0},ee={label:"Cumulative Tortuosity",key:"cumulative_tortuosity"},te={label:"Drilling Stand Count",key:"weight_to_weight_count"},ie={label:"Tripping Connection Count",key:"tripping_connection_count"},ne={label:"Casing Stand Count",key:"slips_to_slips_count"},oe={label:"Total BHA's",key:"bha_count"},le={label:"Cased Hole Tripping In Time (with connection)",key:"gross_tripping_in_time_cased",unitType:"time",from:"min"},pe={label:"Open Hole Tripping In Time (with connection)",key:"gross_tripping_in_time_open",unitType:"time",from:"min"},re={label:"Tripping in (Connection)",key:"tripping_in_connection_time",unitType:"time",from:"min"},se={label:"Tripping in (Running)",key:"tripping_in_running_time",unitType:"time",from:"min"},ae={label:"Tripping out (Connection)",key:"tripping_out_connection_time",unitType:"time",from:"min"},ge={label:"Tripping out (Running)",key:"tripping_out_running_time",unitType:"time",from:"min"};export{oe as bha_count,B as bottom_to_slips_average,$ as build_rate,J as circulating_time,q as cost_per_ft,z as cost_per_lat_ft,ee as cumulative_tortuosity,p as drilled_feet_rotary,s as drilled_feet_rotary_percentage,r as drilled_feet_slide,a as drilled_feet_slide_percentage,h as drilling_connection_average,g as drilling_percentage,c as drilling_time_rotary,f as drilling_time_slide,T as feet_per_day,Y as gross_time,x as gross_tripping_in_speed,V as gross_tripping_in_speed_cased,W as gross_tripping_in_speed_open,A as gross_tripping_in_speed_total,le as gross_tripping_in_time_cased,pe as gross_tripping_in_time_open,U as gross_tripping_out_speed_total,o as hole_depth,l as hole_depth_change,F as npt,b as on_bottom_percentage,d as on_bottom_time,C as pumps_on_to_bottom_average,_ as rop,u as rop_gross,m as rop_rotary,y as rop_slide,v as slips_to_bottom_average,j as slips_to_slips,ne as slips_to_slips_count,X as spud_to_landing_point,K as spud_to_rig_release_time,M as spud_to_target,Q as spud_to_total_depth_time,ie as tripping_connection_count,re as tripping_in_connection_time,G as tripping_in_connection_time_cased,se as tripping_in_running_time,S as tripping_in_speed,O as tripping_in_speed_cased,I as tripping_in_speed_open,E as tripping_in_time,w as tripping_in_time_cased,P as tripping_in_time_open,N as tripping_in_time_with_connection,L as tripping_in_time_with_connection_open,ae as tripping_out_connection_time,ge as tripping_out_running_time,H as tripping_out_speed,D as tripping_out_speed_cased,R as tripping_out_speed_open,Z as turn_rate,k as weight_to_weight_average,te as weight_to_weight_count};
1
+ import{getUnitDescription as e,getUnitPreference as i,convertValue as t}from"../convert.js";import{convertPercentageMetrics as n}from"./utils.js";var o={label:"Hole Depth",key:"hole_depth",isBiggestBest:!0,unitType:"length",from:"ft"},l={label:"Total Distance Drilled",key:"hole_depth_change",unitType:"length",from:"ft",isBiggestBest:!0},p={label:"Rotary Distance Drilled",key:"drilled_feet_rotary",unitType:"length",from:"ft",isBiggestBest:!0},r={label:"Slide Distance Drilled",key:"drilled_feet_slide",unitType:"length",from:"ft"},_={label:"Rotary %",key:"drilled_feet_rotary_percentage",to:"%",customConvert:n,isBiggestBest:!0},s={label:"Slide %",key:"drilled_feet_slide_percentage",to:"%",customConvert:n},a={label:"Drilling %",key:"drilling_percentage",to:"%",customConvert:n,isBiggestBest:!0},g={label:"On-Bottom ROP",key:"rop",unitType:"velocity",from:"ft/h",isBiggestBest:!0},m={label:"Rotary ROP",key:"rop_rotary",unitType:"velocity",from:"ft/h",isBiggestBest:!0},y={label:"Slide ROP",key:"rop_slide",unitType:"velocity",from:"ft/h",isBiggestBest:!0},u={label:"Gross ROP",key:"rop_gross",unitType:"velocity",from:"ft/h",isBiggestBest:!0},c={label:"Drilled Distance/Day",key:"feet_per_day",unitType:"length",from:"ft",formatUnitDisplay:function(e){return"".concat(e,"/day")},isBiggestBest:!0},T={label:"Rotary Drilling Time",key:"drilling_time_rotary",to:"h",isBiggestBest:!0},d={label:"Slide Drilling Time",key:"drilling_time_slide",to:"h"},f={label:"On Bottom Time",key:"on_bottom_time",to:"h"},h={label:"On Bottom %",key:"on_bottom_percentage",to:"%",customConvert:n,isBiggestBest:!0},b={label:"Slips to Slips",key:"drilling_connection_average",to:"min",unitType:"time",from:"s"},k={label:"Weight to Weight",key:"weight_to_weight_average",to:"min",from:"s",unitType:"time"},C={label:"Bottom to Slips",key:"bottom_to_slips_average",to:"min",from:"s",unitType:"time"},B={label:"Slips to Bottom",key:"slips_to_bottom_average",to:"min",from:"s",unitType:"time"},v={label:"Pumps on to Bottom",key:"pumps_on_to_bottom_average",to:"min",from:"s",unitType:"time"},w={label:"Hole Tripping In Speed",key:"tripping_in_speed",unitType:"velocity",from:"ft/h",isBiggestBest:!0},H={label:"Hole Tripping Out Speed",key:"tripping_out_speed",unitType:"velocity",from:"ft/h",isBiggestBest:!0},S={label:"Cased Hole Tripping In Speed",key:"tripping_in_speed_cased",unitType:"velocity",from:"ft/h",isBiggestBest:!0},O={label:"Cased Hole Tripping Out Speed",key:"tripping_out_speed_cased",unitType:"velocity",from:"ft/h",isBiggestBest:!0},I={label:"Open Hole Tripping In Speed",key:"tripping_in_speed_open",unitType:"velocity",from:"ft/h",isBiggestBest:!0},D={label:"Open Hole Tripping Out Speed",key:"tripping_out_speed_open",unitType:"velocity",from:"ft/h",isBiggestBest:!0},R={label:"Casing Tripping In Cased Hole",key:"tripping_in_time_cased",to:"min",from:"s",unitType:"time"},W={label:"Casing Tripping In Open Hole",key:"tripping_in_time_open",to:"min",from:"s",unitType:"time"},P={label:"Casing Tripping In Entire Hole",key:"tripping_in_time",to:"min",from:"s",unitType:"time"},E={label:"Connection Time in Cased Hole",key:"tripping_in_connection_time_cased",to:"min",from:"s",unitType:"time"},G={label:"Casing Tripping In Open Hole + Connection Time in Open Hole",key:"tripping_in_time_with_connection_open",to:"min",from:"h",unitType:"time"},L={label:"Casing Tripping In Entire Hole + Connection Time in Entire Hole",key:"tripping_in_time_with_connection",to:"min",from:"h",unitType:"time"},N={label:"Casing Slips to Slips",key:"slips_to_slips_average",to:"min",from:"s",unitType:"time"},j={label:"Cased Hole Tripping In Speed (with connection)",key:"gross_tripping_in_speed_cased",unitType:"velocity",from:"ft/h"},V={label:"Open Hole Tripping In Speed (with connection)",key:"gross_tripping_in_speed_open",unitType:"velocity",from:"ft/h"},x={label:"Entire Hole Tripping In Speed (with connection)",key:"gross_tripping_in_speed",unitType:"velocity",from:"ft/h"},A={label:"Gross Tripping In Speed",key:"gross_tripping_in_speed_total",unitType:"velocity",from:"ft/h"},U={label:"Gross Tripping Out Speed",key:"gross_tripping_out_speed_total",unitType:"velocity",from:"ft/h"},q={label:"Cost/".concat(e(i("length")).singular),key:"cost_per_ft",customConvert:function(e){return e/t(1,"length","ft")}},z={label:"Lateral Cost/".concat(e(i("length")).singular),key:"cost_per_lat_ft",customConvert:function(e){return e/t(1,"length","ft")}},F={label:"NPT",key:"npt",unitType:"time",from:"h",to:"h"},J={label:"Circulating Time",key:"circulating_time",unitType:"time",from:"h",to:"h"},K={label:"Spud to Rig Release",key:"spud_to_rig_release_time",unitType:"time",from:"h",to:"d"},M={label:"Spud to Target",key:"spud_to_target",unitType:"time",from:"h",to:"d"},Q={label:"Spud to Total Depth",key:"spud_to_total_depth_time",unitType:"time",from:"h",to:"d"},X={label:"Spud to Landing Point",key:"spud_to_landing_point",unitType:"time",from:"h",to:"d"},Y={label:"Gross Time",key:"gross_time",unitType:"time",from:"s",to:"h"},Z={label:"Turn Rate",key:"turn_rate",unitType:"anglePerLength",from:"dp100f",allowNegativeValue:!0},$={label:"Build Rate",key:"build_rate",unitType:"anglePerLength",from:"dp100f",allowNegativeValue:!0},ee={label:"Cumulative Tortuosity",key:"cumulative_tortuosity"},ie={label:"Drilling Stand Count",key:"weight_to_weight_count"},te={label:"Tripping Connection Count",key:"tripping_connection_count"},ne={label:"Casing Stand Count",key:"slips_to_slips_count"},oe={label:"Total BHA's",key:"bha_count"},le={label:"Cased Hole Tripping In Time (with connection)",key:"gross_tripping_in_time_cased",unitType:"time",from:"min"},pe={label:"Open Hole Tripping In Time (with connection)",key:"gross_tripping_in_time_open",unitType:"time",from:"min"},re={label:"Tripping in (Connection)",key:"tripping_in_connection_time",unitType:"time",from:"min"},_e={label:"Tripping in (Running)",key:"tripping_in_running_time",unitType:"time",from:"min"},se={label:"Tripping out (Connection)",key:"tripping_out_connection_time",unitType:"time",from:"min"},ae={label:"Tripping out (Running)",key:"tripping_out_running_time",unitType:"time",from:"min"},ge={label:"Cased Hole Tripping In Speed (With Connections)",key:"wellgoals_tripping_in_speed_with_connection_cased",unitType:"velocity",from:"ft/h"},me={label:"Open Hole Tripping In Speed (With Connections)",key:"wellgoals_tripping_in_speed_with_connection_open",unitType:"velocity",from:"ft/h"},ye={label:"Cased Hole Tripping In Time",key:"wellgoals_tripping_in_time_cased",unitType:"time",from:"min"},ue={label:"Open Hole Tripping In Time",key:"wellgoals_tripping_in_time_open",unitType:"time",from:"min"},ce={label:"Cased Hole Tripping In Time (With Connections)",key:"wellgoals_tripping_in_time_with_connections_cased",unitType:"time",from:"min"},Te={label:"Open Hole Tripping In Time (With Connections)",key:"wellgoals_tripping_in_time_with_connections_open",unitType:"time",from:"min"},de={label:"Cased Hole Tripping Out Speed (With Connections)",key:"wellgoals_tripping_out_speed_with_connections_cased",unitType:"velocity",from:"ft/h"},fe={label:"Open Hole Tripping Out Speed (With Connections)",key:"wellgoals_tripping_out_speed_with_connections_open",unitType:"velocity",from:"ft/h"},he={label:"Cased Hole Tripping Out Time (With Connections)",key:"wellgoals_tripping_out_time_with_connections_cased",unitType:"time",from:"min"},be={label:"Open Hole Tripping Out Time (With Connections)",key:"wellgoals_tripping_out_time_with_connections_open",unitType:"time",from:"min"},ke={label:"Cased Hole Tripping In Time",key:"wellgoals_casing_tripping_in_time_cased",unitType:"time",from:"min"},Ce={label:"Open Hole Tripping In Time",key:"wellgoals_casing_tripping_in_time_open",unitType:"time",from:"min"},Be={label:"Cased Hole Tripping In Speed",key:"wellgoals_casing_tripping_in_speed_cased",unitType:"velocity",from:"ft/h"},ve={label:"Open Hole Tripping In Speed",key:"wellgoals_casing_tripping_in_speed_open",unitType:"velocity",from:"ft/h"};export{oe as bha_count,C as bottom_to_slips_average,$ as build_rate,J as circulating_time,q as cost_per_ft,z as cost_per_lat_ft,ee as cumulative_tortuosity,p as drilled_feet_rotary,_ as drilled_feet_rotary_percentage,r as drilled_feet_slide,s as drilled_feet_slide_percentage,b as drilling_connection_average,a as drilling_percentage,T as drilling_time_rotary,d as drilling_time_slide,c as feet_per_day,Y as gross_time,x as gross_tripping_in_speed,j as gross_tripping_in_speed_cased,V as gross_tripping_in_speed_open,A as gross_tripping_in_speed_total,le as gross_tripping_in_time_cased,pe as gross_tripping_in_time_open,U as gross_tripping_out_speed_total,o as hole_depth,l as hole_depth_change,F as npt,h as on_bottom_percentage,f as on_bottom_time,v as pumps_on_to_bottom_average,g as rop,u as rop_gross,m as rop_rotary,y as rop_slide,B as slips_to_bottom_average,N as slips_to_slips,ne as slips_to_slips_count,X as spud_to_landing_point,K as spud_to_rig_release_time,M as spud_to_target,Q as spud_to_total_depth_time,te as tripping_connection_count,re as tripping_in_connection_time,E as tripping_in_connection_time_cased,_e as tripping_in_running_time,w as tripping_in_speed,S as tripping_in_speed_cased,I as tripping_in_speed_open,P as tripping_in_time,R as tripping_in_time_cased,W as tripping_in_time_open,L as tripping_in_time_with_connection,G as tripping_in_time_with_connection_open,se as tripping_out_connection_time,ae as tripping_out_running_time,H as tripping_out_speed,O as tripping_out_speed_cased,D as tripping_out_speed_open,Z as turn_rate,k as weight_to_weight_average,ie as weight_to_weight_count,Be as wellgoals_casing_tripping_in_speed_cased,ve as wellgoals_casing_tripping_in_speed_open,ke as wellgoals_casing_tripping_in_time_cased,Ce as wellgoals_casing_tripping_in_time_open,ge as wellgoals_tripping_in_speed_with_connection_cased,me as wellgoals_tripping_in_speed_with_connection_open,ye as wellgoals_tripping_in_time_cased,ue as wellgoals_tripping_in_time_open,ce as wellgoals_tripping_in_time_with_connections_cased,Te as wellgoals_tripping_in_time_with_connections_open,de as wellgoals_tripping_out_speed_with_connections_cased,fe as wellgoals_tripping_out_speed_with_connections_open,he as wellgoals_tripping_out_time_with_connections_cased,be as wellgoals_tripping_out_time_with_connections_open};
@@ -1,3 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20 4.00001C16.6237 4.00001 13.3339 5.06807 10.6015 7.05133C7.86909 9.03459 5.83409 11.8314 4.78774 15.0415C3.74139 18.2515 3.73734 21.7103 4.77615 24.9229C5.81497 28.1354 7.8434 30.9369 10.5712 32.9266C13.2989 34.9163 16.5862 35.992 19.9625 36C23.3388 36.0079 26.631 34.9475 29.3681 32.9707C32.1051 30.9938 34.1467 28.2018 35.2006 24.9942C36.2544 21.7866 36.2666 18.3278 35.2353 15.1129L32.5815 15.9642C33.4332 18.6191 33.4231 21.4754 32.5528 24.1243C31.6825 26.7732 29.9966 29.0789 27.7363 30.7114C25.476 32.3439 22.7572 33.2195 19.969 33.213C17.1808 33.2064 14.4662 32.318 12.2135 30.6749C9.96093 29.0319 8.28582 26.7183 7.42796 24.0654C6.57009 21.4124 6.57344 18.5561 7.43753 15.9052C8.30161 13.2543 9.98214 10.9446 12.2386 9.30683C14.4951 7.66903 17.2118 6.78701 20 6.78701L20 4.00001Z" fill="#00CEDE"/>
3
- </svg>
@@ -1 +0,0 @@
1
- "use strict";var e=require("@babel/runtime/helpers/defineProperty"),r=require("@material-ui/core"),t=require("react/jsx-runtime");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o=n(e);function c(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function i(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?c(Object(t),!0).forEach((function(r){o.default(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):c(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}module.exports=function(e){return t.jsx(r.SvgIcon,i(i({},e),{},{viewBox:"0 0 24 24",children:t.jsx("path",{d:"M17.6498 6.35C16.1998 4.9 14.2098 4 11.9998 4C7.57977 4 4.00977 7.58 4.00977 12C4.00977 16.42 7.57977 20 11.9998 20C15.7298 20 18.8398 17.45 19.7298 14H17.6498C16.8298 16.33 14.6098 18 11.9998 18C8.68977 18 5.99977 15.31 5.99977 12C5.99977 8.69 8.68977 6 11.9998 6C13.6598 6 15.1398 6.69 16.2198 7.78L12.9998 11H19.9998V4L17.6498 6.35Z"})}))};
@@ -1 +0,0 @@
1
- "use strict";var e=require("react/jsx-runtime");module.exports=function(l){var s=l.size,t=l.style;return e.jsx("svg",{width:"small"===s?16:24,height:"small"===s?16:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:t,children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM10 14.17L16.59 7.58L18 9L10 17L6 13L7.41 11.59L10 14.17Z",fill:"#75DB29"})})};
@@ -1 +0,0 @@
1
- "use strict";var e=require("@babel/runtime/helpers/defineProperty"),r=require("@material-ui/core"),t=require("react/jsx-runtime");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o=n(e);function c(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function i(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?c(Object(t),!0).forEach((function(r){o.default(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):c(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}module.exports=function(e){return t.jsx(r.SvgIcon,i(i({},e),{},{viewBox:"0 0 24 24",children:t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 10V16H9V10H5L12 3L19 10H15ZM19 20V18H5V20H19Z"})}))};
@@ -1,3 +0,0 @@
1
- export default IconRefresh;
2
- declare function IconRefresh(props: any): JSX.Element;
3
- //# sourceMappingURL=IconRefresh.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IconRefresh.d.ts","sourceRoot":"","sources":["../../../../src/components/FilesLoader/Icons/IconRefresh.js"],"names":[],"mappings":";AAEA,sDAIC"}
@@ -1 +0,0 @@
1
- import e from"@babel/runtime/helpers/defineProperty";import{SvgIcon as r}from"@material-ui/core";import{jsx as t}from"react/jsx-runtime";function o(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,o)}return t}function n(r){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach((function(t){e(r,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(e){Object.defineProperty(r,e,Object.getOwnPropertyDescriptor(n,e))}))}return r}var c=function(e){return t(r,n(n({},e),{},{viewBox:"0 0 24 24",children:t("path",{d:"M17.6498 6.35C16.1998 4.9 14.2098 4 11.9998 4C7.57977 4 4.00977 7.58 4.00977 12C4.00977 16.42 7.57977 20 11.9998 20C15.7298 20 18.8398 17.45 19.7298 14H17.6498C16.8298 16.33 14.6098 18 11.9998 18C8.68977 18 5.99977 15.31 5.99977 12C5.99977 8.69 8.68977 6 11.9998 6C13.6598 6 15.1398 6.69 16.2198 7.78L12.9998 11H19.9998V4L17.6498 6.35Z"})}))};export{c as default};
@@ -1,6 +0,0 @@
1
- export default IconSuccess;
2
- declare function IconSuccess({ size, style }: {
3
- size: any;
4
- style: any;
5
- }): JSX.Element;
6
- //# sourceMappingURL=IconSuccess.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IconSuccess.d.ts","sourceRoot":"","sources":["../../../../src/components/FilesLoader/Icons/IconSuccess.js"],"names":[],"mappings":";AAAA;;;gBAgBC"}
@@ -1 +0,0 @@
1
- import{jsx as e}from"react/jsx-runtime";var l=function(l){var t=l.size,i=l.style;return e("svg",{width:"small"===t?16:24,height:"small"===t?16:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:i,children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM10 14.17L16.59 7.58L18 9L10 17L6 13L7.41 11.59L10 14.17Z",fill:"#75DB29"})})};export{l as default};
@@ -1,3 +0,0 @@
1
- export default UploadIcon;
2
- declare function UploadIcon(props: any): JSX.Element;
3
- //# sourceMappingURL=UploadIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UploadIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/FilesLoader/Icons/UploadIcon.js"],"names":[],"mappings":";AAEA,qDAUC"}
@@ -1 +0,0 @@
1
- import e from"@babel/runtime/helpers/defineProperty";import{SvgIcon as r}from"@material-ui/core";import{jsx as t}from"react/jsx-runtime";function o(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,o)}return t}function n(r){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach((function(t){e(r,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(e){Object.defineProperty(r,e,Object.getOwnPropertyDescriptor(n,e))}))}return r}var c=function(e){return t(r,n(n({},e),{},{viewBox:"0 0 24 24",children:t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 10V16H9V10H5L12 3L19 10H15ZM19 20V18H5V20H19Z"})}))};export{c as default};
@@ -1 +0,0 @@
1
- {"version":3,"file":"convert.test.d.ts","sourceRoot":"","sources":["../../../src/utils/__tests__/convert.test.js"],"names":[],"mappings":""}