@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
@@ -4,6 +4,6 @@ declare const _default: import("react").MemoExoticComponent<import("react").Forw
4
4
  subheader?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
5
5
  } & import("@material-ui/core/OverridableComponent").CommonProps<import("@material-ui/core").ListTypeMap<{}, "ul">> & Pick<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "key" | keyof import("react").HTMLAttributes<HTMLUListElement>> & {
6
6
  ref?: import("react").Ref<HTMLUListElement>;
7
- }, "key" | "title" | "id" | "slot" | "children" | "onClick" | "ref" | "tabIndex" | "role" | "color" | "lang" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is">>>;
7
+ }, "key" | "title" | "id" | "slot" | "children" | "onClick" | "ref" | "tabIndex" | "role" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture">>>;
8
8
  export default _default;
9
9
  //# sourceMappingURL=Listbox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/components/Search/styles.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS,meA+JZ,CAAC;AAEJ,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/components/Search/styles.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS,meAqKZ,CAAC;AAEJ,eAAe,SAAS,CAAC"}
@@ -1 +1 @@
1
- import{makeStyles as t}from"@material-ui/core";var i=t((function(t){var i=t.palette;return{searchInput:{"& .MuiInputAdornment-positionStart":{marginRight:4},"&::before":{borderColor:i.primary.text9},"&:hover .MuiInputAdornment-root svg path":{fill:"".concat(i.primary.contrastText," !important")},"&:hover .MuiInput-underline:not(.Mui-disabled):before":{borderBottom:"2px solid ".concat(i.primary.contrastText," !important")},"& .Mui-focused .MuiInputAdornment-positionStart svg path":{fill:"".concat(i.primary.main," !important")}},popper:{top:"8px !important"},popupIndicator:{top:"-2px","& svg > path":{stroke:i.primary.text6,fill:i.primary.text6},"&:hover":{backgroundColor:"transparent"}},popupIndicatorOpen:{top:"8px !important",color:i.primary.main,"& svg > path":{stroke:i.primary.main,fill:i.primary.main}},label:{textAlign:"center",fontStyle:"italic",fontSize:12,fontWeight:400},listbox:{maxHeight:160,position:"relative",padding:0},inputExpanded:{width:"auto",minWidth:30},inputShrinked:{width:0,minWidth:"0 !important",flexGrow:0},searchIcon:{fill:"".concat(i.primary.text6," !important"),width:"24px",height:"24px"},closeIcon:{fill:"".concat(i.primary.text6," !important"),"&:hover":{fill:"".concat(i.primary.contrastText," !important")}},iconButton:{paddingRight:"0px !important","&:hover":{backgroundColor:"transparent"}},option:{display:"flex","&.large":{padding:"9px 0"}},group:{padding:"4px 0"},optionLabelContainer:{flexGrow:1,minWidth:0},groupChip:{margin:"0 16px 4px",color:i.primary.text6,border:"1px solid ".concat(i.primary.text9),fontSize:14,"&:hover":{backgroundColor:"initial"}},selectedGroup:{padding:"4px 2px",marginRight:8,color:i.primary.text6,border:"1px solid ".concat(i.primary.text9),height:20,fontSize:14,"& .MuiChip-label":{padding:"0px 0px 0px 8px"}},selectedGroupLabel:{display:"flex",alignItems:"center"},removeIcon:{fontSize:"16px",margin:"0 4px",cursor:"pointer"},removeIconWithDropdown:{marginRight:20,zIndex:1},checkbox:{padding:"0 8px 0 0","&:hover":{backgroundColor:"initial !important"}},selectAllCheckbox:{margin:0,height:54,width:"100%",borderBottom:"1px solid ".concat(i.primary.text9),padding:"16px 8px 8px 8px","& .MuiCheckbox-root .MuiSvgIcon-root":{fontSize:"20px !important"},"& .Mui-checked:hover, & .MuiCheckbox-indeterminate:hover":{backgroundColor:"initial !important"},"& .Mui-checked:active, & .MuiCheckbox-indeterminate:active":{backgroundColor:"initial !important"}},selectedLabel:{maxWidth:124},selectedLabelExpanded:{maxWidth:"unset",flexGrow:1},menuItem:{padding:0,"&:hover":{backgroundColor:"initial"}},endAdornment:{marginLeft:0}}}));export{i as default};
1
+ import{makeStyles as t}from"@material-ui/core";var i=t((function(t){var i=t.palette;return{searchInput:{"& .MuiInputAdornment-positionStart":{marginRight:4},"&::before":{borderColor:i.primary.text9},"&:hover .MuiInputAdornment-root svg path":{fill:"".concat(i.primary.contrastText," !important")},"&:hover .MuiInput-underline:not(.Mui-disabled):before":{borderBottom:"2px solid ".concat(i.primary.contrastText," !important")},"& .Mui-focused .MuiInputAdornment-positionStart svg path":{fill:"".concat(i.primary.main," !important")}},popper:{top:"8px !important"},popupIndicator:{"& span > span":{width:16,height:24},"& svg > path":{stroke:i.primary.text6,fill:i.primary.text6},"&:hover":{backgroundColor:"transparent"}},popupIndicatorOpen:{color:i.primary.main,transform:"unset","& span > span > svg":{transform:"rotate(180deg)"},"& svg > path":{stroke:i.primary.main,fill:i.primary.main}},label:{textAlign:"center",fontStyle:"italic",fontSize:12,fontWeight:400},listbox:{maxHeight:160,position:"relative",padding:0},inputExpanded:{width:"auto",minWidth:30},inputShrinked:{width:0,minWidth:"0 !important",flexGrow:0},searchIcon:{fill:"".concat(i.primary.text6," !important"),width:"24px",height:"24px"},closeIcon:{fill:"".concat(i.primary.text6," !important"),"&:hover":{fill:"".concat(i.primary.contrastText," !important")}},iconButton:{paddingRight:"0px !important","&:hover":{backgroundColor:"transparent"}},option:{display:"flex","&.large":{padding:"9px 0"}},group:{padding:"4px 0"},optionLabelContainer:{flexGrow:1,minWidth:0},groupChip:{margin:"0 16px 4px",color:i.primary.text6,border:"1px solid ".concat(i.primary.text9),fontSize:14,"&:hover":{backgroundColor:"initial"}},selectedGroup:{padding:"4px 2px",marginRight:8,color:i.primary.text6,border:"1px solid ".concat(i.primary.text9),height:20,fontSize:14,"& .MuiChip-label":{padding:"0px 0px 0px 8px"}},selectedGroupLabel:{display:"flex",alignItems:"center"},removeIcon:{fontSize:"16px",margin:"0 4px",cursor:"pointer"},removeIconWithDropdown:{marginRight:20,zIndex:1},checkbox:{padding:"0 8px 0 0","&:hover":{backgroundColor:"initial !important"}},selectAllCheckbox:{margin:0,height:54,width:"100%",borderBottom:"1px solid ".concat(i.primary.text9),padding:"16px 8px 8px 8px","& .MuiCheckbox-root .MuiSvgIcon-root":{fontSize:"20px !important"},"& .Mui-checked:hover, & .MuiCheckbox-indeterminate:hover":{backgroundColor:"initial !important"},"& .Mui-checked:active, & .MuiCheckbox-indeterminate:active":{backgroundColor:"initial !important"}},selectedLabel:{maxWidth:124},selectedLabelExpanded:{maxWidth:"unset",flexGrow:1},menuItem:{padding:0,"&:hover":{backgroundColor:"initial"}},endAdornment:{marginLeft:0}}}));export{i as default};
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Select/index.tsx"],"names":[],"mappings":";AAWA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AA2KtC,QAAA,MAAM,MAAM;gDAA+C,WAAW;;;;;;;;;CA6CrE,CAAC;AAWF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Select/index.tsx"],"names":[],"mappings":";AAWA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AA2KtC,QAAA,MAAM,MAAM;gDAA+C,WAAW;;;;;;;;;CA4CrE,CAAC;AAWF,eAAe,MAAM,CAAC"}
@@ -1 +1 @@
1
- import{__rest as e,__assign as o}from'./../../ext-esm/tslib/tslib.es6.js';import{jsxs as t,jsx as r}from"react/jsx-runtime";import{useMemo as i}from"react";import{makeStyles as l,FormControl as n,InputLabel as a,Select as u,FormHelperText as d}from"@material-ui/core";import p from"uuid/v4";import c from"classnames";import{DownOneIcon as s}from"../../icons/index.js";var m=l((function(e){return{formControlRoot:{"& .MuiSelect-icon":{top:"calc(50% - 8px)",right:4},"& .MuiSelect-icon.MuiSelect-iconOutlined":{right:8},"& .MuiSelect-icon.MuiSelect-iconFilled":{right:8},"&:hover":{"& .MuiFormLabel-root, & .MuiInputAdornment-root, & .MuiSelect-icon > svg > path":{color:e.palette.primary.contrastText},"& .MuiSelect-icon > svg > path":{stroke:e.palette.primary.contrastText,fill:e.palette.primary.contrastText},"& .MuiInput-underline:not(.Mui-disabled), & .MuiFilledInput-underline:not(.Mui-disabled)":{"&::before":{borderBottom:"2px solid ".concat(e.palette.primary.contrastText)}}},"& .MuiInputBase-root.Mui-focused":{"& .MuiSelect-icon > svg > path":{stroke:e.palette.primary.main,fill:e.palette.primary.main}},"& .MuiInput-underline, & .MuiFilledInput-underline":{"&::before":{borderBottom:"1px solid ".concat(e.palette.primary.text6)},"&.Mui-disabled":{"&::before":{opacity:"0.4",borderBottom:"1px solid ".concat(e.palette.primary.text6)},"&::after":{opacity:"0.4"}}},"& .MuiSelect-root":{"&.Mui-disabled":{color:e.palette.primary.contrastText,opacity:"0.4"}},"& .MuiFormLabel-root":{color:e.palette.primary.text6,"&.Mui-focused":{color:e.palette.primary.main},"&.Mui-disabled.MuiInputLabel-root":{color:e.palette.primary.text6,opacity:"0.4"}},"& .MuiSelect-icon.Mui-disabled":{color:e.palette.primary.contrastText,opacity:"0.4"},"& .MuiFormHelperText-root":{color:e.palette.primary.text6,"&.Mui-disabled":{opacity:"0.4"}},"& .MuiFilledInput-root":{backgroundColor:e.palette.background.b6,"&:hover":{backgroundColor:e.palette.background.b7},"&.Mui-disabled":{backgroundColor:e.palette.background.b6,opacity:"0.4"}},"& .MuiInputLabel-filled":{left:2},"& .MuiSelect-filled":{paddingLeft:14},"& .MuiSvgIcon-root.MuiSelect-icon":{color:e.palette.primary.text6},"& .MuiInputBase-root":{"& .MuiInputAdornment-root":{color:e.palette.primary.text6,"& svg":{height:16,width:16}},"&.Mui-error":{"& .MuiInputAdornment-root":{color:e.palette.error.main}},"&.Mui-disabled":{"& .MuiInputAdornment-root":{opacity:"0.4"}},"&.Mui-focused":{"& .MuiInputAdornment-root":{color:e.palette.primary.main}}}},menuList:{backgroundColor:e.palette.background.b9,"& .MuiMenuItem-root":{"&.Mui-selected":{backgroundColor:e.palette.primary.text9}}},error:{"&:hover":{"& .MuiInput-underline, & .MuiFilledInput-underline":{"&::after":{borderBottom:"2px solid ".concat(e.palette.error.main)}},"& .MuiInput-underline.Mui-disabled, & .MuiFilledInput-underline.Mui-disabled":{"&::before":{borderBottom:"1px solid ".concat(e.palette.error.main)},"&::after":{display:"none"}},"& .MuiOutlinedInput-root.Mui-error:not(.Mui-disabled) .MuiOutlinedInput-notchedOutline":{borderWidth:2}},"& .MuiFormLabel-root.MuiInputLabel-root":{color:e.palette.error.main,"&.Mui-focused":{color:e.palette.error.main},"&.Mui-disabled":{color:e.palette.error.main}},"& .MuiFormHelperText-root":{color:e.palette.error.main},"& .MuiInput-underline, & .MuiFilledInput-underline":{"&::after":{borderBottom:"1px solid ".concat(e.palette.error.main)},"&.Mui-disabled::after":{display:"none"},"&.Mui-disabled::before":{borderBottom:"1px solid ".concat(e.palette.error.main)}},"& .MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline":{borderColor:e.palette.error.main,opacity:"0.4"}}}})),M=function(l){var M,b,f,I,x,y,v,h=l.FormControlProps,g=l.InputLabelProps,F=l.label,S=l.formHelperText,B=l.fullWidth,C=e(l,["FormControlProps","InputLabelProps","label","formHelperText","fullWidth"]),L=i(p,[]),P=m();return t(n,o({},h,{classes:o(o({},h.classes),{root:c(null===(b=h.classes)||void 0===b?void 0:b.root,P.formControlRoot,(M={},M[P.error]=C.error,M))}),disabled:h.disabled||C.disabled,fullWidth:B},{children:[F&&r(a,o({id:L},g,{children:F})),r(u,o({},C,{labelId:L,label:F,MenuProps:o(o({},null==C?void 0:C.MenuProps),{classes:o(o({},null===(f=null==C?void 0:C.MenuProps)||void 0===f?void 0:f.classes),{paper:null===(x=null===(I=null==C?void 0:C.MenuProps)||void 0===I?void 0:I.classes)||void 0===x?void 0:x.paper,list:c(null===(v=null===(y=null==C?void 0:C.MenuProps)||void 0===y?void 0:y.classes)||void 0===v?void 0:v.list,P.menuList)})}),IconComponent:function(e){return r(s,o({theme:"filled",fill:"#BDBDBD",size:16},e))},fullWidth:B})),S&&r(d,{children:S})]}))};M.defaultProps={FormControlProps:{},InputLabelProps:{},label:null,formHelperText:null,error:!1,fullWidth:!1};export{M as default};
1
+ import{__rest as e,__assign as o}from'./../../ext-esm/tslib/tslib.es6.js';import{jsxs as t,jsx as r}from"react/jsx-runtime";import{useMemo as i}from"react";import{makeStyles as l,FormControl as a,InputLabel as u,Select as n,FormHelperText as d}from"@material-ui/core";import p from"uuid/v4";import c from"classnames";var s=l((function(e){return{formControlRoot:{"& .MuiSelect-icon":{top:"calc(50% - 8px)",right:4},"& .MuiSelect-icon.MuiSelect-iconOutlined":{right:8},"& .MuiSelect-icon.MuiSelect-iconFilled":{right:8},"&:hover":{"& .MuiFormLabel-root, & .MuiInputAdornment-root, & .MuiSelect-icon > svg > path":{color:e.palette.primary.contrastText},"& .MuiSelect-icon > svg > path":{stroke:e.palette.primary.contrastText,fill:e.palette.primary.contrastText},"& .MuiInput-underline:not(.Mui-disabled), & .MuiFilledInput-underline:not(.Mui-disabled)":{"&::before":{borderBottom:"2px solid ".concat(e.palette.primary.contrastText)}}},"& .MuiInputBase-root.Mui-focused":{"& .MuiSelect-icon > svg > path":{stroke:e.palette.primary.main,fill:e.palette.primary.main}},"& .MuiInput-underline, & .MuiFilledInput-underline":{"&::before":{borderBottom:"1px solid ".concat(e.palette.primary.text6)},"&.Mui-disabled":{"&::before":{opacity:"0.4",borderBottom:"1px solid ".concat(e.palette.primary.text6)},"&::after":{opacity:"0.4"}}},"& .MuiSelect-root":{"&.Mui-disabled":{color:e.palette.primary.contrastText,opacity:"0.4"}},"& .MuiFormLabel-root":{color:e.palette.primary.text6,"&.Mui-focused":{color:e.palette.primary.main},"&.Mui-disabled.MuiInputLabel-root":{color:e.palette.primary.text6,opacity:"0.4"}},"& .MuiSelect-icon.Mui-disabled":{color:e.palette.primary.contrastText,opacity:"0.4"},"& .MuiFormHelperText-root":{color:e.palette.primary.text6,"&.Mui-disabled":{opacity:"0.4"}},"& .MuiFilledInput-root":{backgroundColor:e.palette.background.b6,"&:hover":{backgroundColor:e.palette.background.b7},"&.Mui-disabled":{backgroundColor:e.palette.background.b6,opacity:"0.4"}},"& .MuiInputLabel-filled":{left:2},"& .MuiSelect-filled":{paddingLeft:14},"& .MuiSvgIcon-root.MuiSelect-icon":{color:e.palette.primary.text6},"& .MuiInputBase-root":{"& .MuiInputAdornment-root":{color:e.palette.primary.text6,"& svg":{height:16,width:16}},"&.Mui-error":{"& .MuiInputAdornment-root":{color:e.palette.error.main}},"&.Mui-disabled":{"& .MuiInputAdornment-root":{opacity:"0.4"}},"&.Mui-focused":{"& .MuiInputAdornment-root":{color:e.palette.primary.main}}}},menuList:{backgroundColor:e.palette.background.b9,"& .MuiMenuItem-root":{"&.Mui-selected":{backgroundColor:e.palette.primary.text9}}},error:{"&:hover":{"& .MuiInput-underline, & .MuiFilledInput-underline":{"&::after":{borderBottom:"2px solid ".concat(e.palette.error.main)}},"& .MuiInput-underline.Mui-disabled, & .MuiFilledInput-underline.Mui-disabled":{"&::before":{borderBottom:"1px solid ".concat(e.palette.error.main)},"&::after":{display:"none"}},"& .MuiOutlinedInput-root.Mui-error:not(.Mui-disabled) .MuiOutlinedInput-notchedOutline":{borderWidth:2}},"& .MuiFormLabel-root.MuiInputLabel-root":{color:e.palette.error.main,"&.Mui-focused":{color:e.palette.error.main},"&.Mui-disabled":{color:e.palette.error.main}},"& .MuiFormHelperText-root":{color:e.palette.error.main},"& .MuiInput-underline, & .MuiFilledInput-underline":{"&::after":{borderBottom:"1px solid ".concat(e.palette.error.main)},"&.Mui-disabled::after":{display:"none"},"&.Mui-disabled::before":{borderBottom:"1px solid ".concat(e.palette.error.main)}},"& .MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline":{borderColor:e.palette.error.main,opacity:"0.4"}}}})),m=function(l){var m,M,b,f,I,x,y,v=l.FormControlProps,h=l.InputLabelProps,g=l.label,F=l.formHelperText,S=l.fullWidth,L=e(l,["FormControlProps","InputLabelProps","label","formHelperText","fullWidth"]),P=i(p,[]),k=s();return t(a,o({},v,{classes:o(o({},v.classes),{root:c(null===(M=v.classes)||void 0===M?void 0:M.root,k.formControlRoot,(m={},m[k.error]=L.error,m))}),disabled:v.disabled||L.disabled,fullWidth:S},{children:[g&&r(u,o({id:P},h,{children:g})),r(n,o({},L,{labelId:P,label:g,MenuProps:o(o({},null==L?void 0:L.MenuProps),{classes:o(o({},null===(b=null==L?void 0:L.MenuProps)||void 0===b?void 0:b.classes),{paper:null===(I=null===(f=null==L?void 0:L.MenuProps)||void 0===f?void 0:f.classes)||void 0===I?void 0:I.paper,list:c(null===(y=null===(x=null==L?void 0:L.MenuProps)||void 0===x?void 0:x.classes)||void 0===y?void 0:y.list,k.menuList)})}),fullWidth:S})),F&&r(d,{children:F})]}))};m.defaultProps={FormControlProps:{},InputLabelProps:{},label:null,formHelperText:null,error:!1,fullWidth:!1};export{m as default};
@@ -52,7 +52,7 @@ declare const _default: import("react").ComponentType<Pick<Pick<Pick<PropTypes.I
52
52
  button: PropTypes.Requireable<string>;
53
53
  }>>>;
54
54
  lensColor: PropTypes.Requireable<string>;
55
- }, "classes" | "onChange" | "defaultValue" | "condensed" | "currentValue" | "lensColor" | "colors">>>, "classes" | "onChange" | "defaultValue" | "condensed" | "currentValue" | "lensColor" | "colors"> & Pick<PropTypes.InferProps<{
55
+ }, "defaultValue" | "onChange" | "condensed" | "classes" | "currentValue" | "lensColor" | "colors">>>, "defaultValue" | "onChange" | "condensed" | "classes" | "currentValue" | "lensColor" | "colors"> & Pick<PropTypes.InferProps<{
56
56
  currentValue: PropTypes.Validator<string>;
57
57
  defaultValue: PropTypes.Requireable<string>;
58
58
  condensed: PropTypes.Requireable<boolean>;
@@ -82,12 +82,12 @@ declare const _default: import("react").ComponentType<Pick<Pick<Pick<PropTypes.I
82
82
  button: PropTypes.Requireable<string>;
83
83
  }>>>;
84
84
  lensColor: PropTypes.Requireable<string>;
85
- }, "classes" | "onChange" | "defaultValue" | "condensed" | "currentValue" | "lensColor" | "colors">>>, never>, "classes" | "onChange" | "currentValue"> & {
85
+ }, "defaultValue" | "onChange" | "condensed" | "classes" | "currentValue" | "lensColor" | "colors">>>, never>, "onChange" | "classes" | "currentValue"> & {
86
86
  defaultValue?: string;
87
87
  condensed?: boolean;
88
88
  lensColor?: string;
89
89
  colors?: string[];
90
- } & {}, "onChange" | "defaultValue" | "condensed" | "currentValue" | "lensColor" | "colors"> & import("@material-ui/core").StyledComponentProps<"button">>;
90
+ } & {}, "defaultValue" | "onChange" | "condensed" | "currentValue" | "lensColor" | "colors"> & import("@material-ui/core").StyledComponentProps<"button">>;
91
91
  export default _default;
92
92
  export declare const colorEditorForDefinitions: (colors: any, defaultValue: any) => (props: any) => JSX.Element;
93
93
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SettingEditors/ColorEditor/index.tsx"],"names":[],"mappings":";AACA,OAAO,SAAS,MAAM,YAAY,CAAC;AAcnC,aAAK,gBAAgB,GAAG,SAAS,CAAC,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAE1E,eAAO,MAAM,WAAW;uFAQrB,gBAAgB,GAAG,WAAW;;;;;;;;;;;;;;;;;;CAyDhC,CAAC;AAEF,QAAA,MAAM,oBAAoB;;;;;;;;;;CAUzB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWF,wBAAkD;AAElD,eAAO,MAAM,yBAAyB,iEAErC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SettingEditors/ColorEditor/index.tsx"],"names":[],"mappings":";AACA,OAAO,SAAS,MAAM,YAAY,CAAC;AAcnC,aAAK,gBAAgB,GAAG,SAAS,CAAC,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAE1E,eAAO,MAAM,WAAW;uFAQrB,gBAAgB,GAAG,WAAW;;;;;;;;;;;;;;;;;;CA0DhC,CAAC;AAEF,QAAA,MAAM,oBAAoB;;;;;;;;;;CAUzB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWF,wBAAkD;AAElD,eAAO,MAAM,yBAAyB,iEAC4C,CAAC"}
@@ -1 +1 @@
1
- import{__assign as o}from'./../../../ext-esm/tslib/tslib.es6.js';import{jsxs as r,jsx as e}from"react/jsx-runtime";import{useState as n}from"react";import t from"prop-types";import{GithubPicker as i,ChromePicker as s}from"react-color";import{withStyles as l,Button as a,ClickAwayListener as c}from"@material-ui/core";import u from"@material-ui/icons/ColorLens";import d from"./style.css.js";var m=function(t){var l=t.onChange,m=t.currentValue,f=t.defaultValue,p=t.classes,h=t.condensed,g=t.colors,C=t.lensColor,v=n(!1),F=v[0],b=v[1],y=n(m||f),V=y[0],k=y[1],x=function(){return l(V)};return r("div",o({className:d.colorEditor},{children:[e(a,o({variant:"contained",color:"primary",onClick:function(){return b(!0)},className:p.button,style:{backgroundColor:V,color:C}},{children:e(u,{})})),F&&e(c,o({mouseEvent:"onMouseDown",touchEvent:"onTouchStart",onClickAway:function(){b(!1),x()}},{children:e("div",o({className:d.colorEditorPickerContainer},{children:h?e(i,{color:V,onChange:function(o){k(o.hex),b(!1),x()},colors:g,triangle:"hide"}):e(s,{color:V,onChange:function(o){k(o.hex),x()}})}))}))]}))},f={currentValue:t.string.isRequired,defaultValue:t.string,condensed:t.bool,onChange:t.func.isRequired,colors:t.arrayOf(t.string),classes:t.shape({button:t.string}).isRequired,lensColor:t.string};m.propTypes=f,m.defaultProps={condensed:!1,colors:["#FF0000","#00FF00","#0000FF"],defaultValue:"#FF0000",lensColor:"#fff"};var p=l({button:{marginBottom:16}})(m);export{m as ColorEditor,p as default};
1
+ import{__assign as o}from'./../../../ext-esm/tslib/tslib.es6.js';import{jsxs as r,jsx as e}from"react/jsx-runtime";import{useState as n}from"react";import t from"prop-types";import{GithubPicker as s,ChromePicker as i}from"react-color";import{withStyles as l,Button as a,ClickAwayListener as c}from"@material-ui/core";import{PaletteIcon as u}from"../../../icons/index.js";import d from"./style.css.js";var m=function(t){var l=t.onChange,m=t.currentValue,f=t.defaultValue,p=t.classes,h=t.condensed,g=t.colors,C=t.lensColor,v=n(!1),F=v[0],b=v[1],y=n(m||f),x=y[0],V=y[1],j=function(){return l(x)};return r("div",o({className:d.colorEditor},{children:[e(a,o({variant:"contained",color:"primary",onClick:function(){return b(!0)},className:p.button,style:{backgroundColor:x,color:C},size:"small"},{children:e(u,{size:16})})),F&&e(c,o({mouseEvent:"onMouseDown",touchEvent:"onTouchStart",onClickAway:function(){b(!1),j()}},{children:e("div",o({className:d.colorEditorPickerContainer},{children:h?e(s,{color:x,onChange:function(o){V(o.hex),b(!1),j()},colors:g,triangle:"hide"}):e(i,{color:x,onChange:function(o){V(o.hex),j()}})}))}))]}))},f={currentValue:t.string.isRequired,defaultValue:t.string,condensed:t.bool,onChange:t.func.isRequired,colors:t.arrayOf(t.string),classes:t.shape({button:t.string}).isRequired,lensColor:t.string};m.propTypes=f,m.defaultProps={condensed:!1,colors:["#FF0000","#00FF00","#0000FF"],defaultValue:"#FF0000",lensColor:"#fff"};var p=l({button:{marginBottom:16}})(m);export{m as ColorEditor,p as default};
@@ -29,15 +29,15 @@ declare const StyledDropdownEditor: import("react").ComponentType<Pick<Pick<Pick
29
29
  renderValue: PropTypes.Requireable<(...args: any[]) => any>;
30
30
  errorText: PropTypes.Requireable<string>;
31
31
  'data-testid': PropTypes.Requireable<string>;
32
- }>, "data-testid" | "classes" | "onChange" | "defaultValue" | "placeholder" | "disabled" | "multiple" | "options" | "currentValue" | "renderValue" | "errorText">, "classes" | "onChange" | "options"> & {
32
+ }>, "data-testid" | "defaultValue" | "placeholder" | "onChange" | "multiple" | "disabled" | "classes" | "options" | "currentValue" | "renderValue" | "errorText">, "onChange" | "classes" | "options"> & {
33
33
  'data-testid'?: string;
34
34
  defaultValue?: NonNullable<string | number | any[]>;
35
35
  placeholder?: string;
36
- disabled?: boolean;
37
36
  multiple?: boolean;
37
+ disabled?: boolean;
38
38
  currentValue?: NonNullable<string | number | any[]>;
39
39
  renderValue?: (...args: any[]) => any;
40
40
  errorText?: string;
41
- } & {}, "data-testid" | "onChange" | "defaultValue" | "placeholder" | "disabled" | "multiple" | "options" | "currentValue" | "renderValue" | "errorText"> & import("@material-ui/core").StyledComponentProps<"selectMenu" | "formControl" | "menuItem" | "multipleMenuItem">>;
41
+ } & {}, "data-testid" | "defaultValue" | "placeholder" | "onChange" | "multiple" | "disabled" | "options" | "currentValue" | "renderValue" | "errorText"> & import("@material-ui/core").StyledComponentProps<"selectMenu" | "formControl" | "menuItem" | "multipleMenuItem">>;
42
42
  import PropTypes from "prop-types";
43
43
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Step.d.ts","sourceRoot":"","sources":["../../../src/components/Stepper/Step.tsx"],"names":[],"mappings":";AAEA,OAAO,SAAS,MAAM,YAAY,CAAC;AAuBnC,UAAU,SAAU,SAAQ,SAAS,CAAC,UAAU,CAAC,OAAO,aAAa,CAAC;CAAG;AAEzE,iBAAS,IAAI,CAAC,EACZ,KAAK,EACL,OAAO,EACP,MAAM,EACN,KAAK,EACL,QAAQ,EACR,IAAI,EACJ,SAAS,EACT,KAAK,EACL,SAAS,GACV,EAAE,SAAS,GAAG,GAAG,CAAC,OAAO,CAuBzB;kBAjCQ,IAAI;;;;;;;;;;;;;;;;;;;;;;;AAmCb,QAAA,MAAM,aAAa;;;;;;;;;;CAUlB,CAAC;AAeF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Step.d.ts","sourceRoot":"","sources":["../../../src/components/Stepper/Step.tsx"],"names":[],"mappings":";AAEA,OAAO,SAAS,MAAM,YAAY,CAAC;AAKnC,UAAU,SAAU,SAAQ,SAAS,CAAC,UAAU,CAAC,OAAO,aAAa,CAAC;CAAG;AAEzE,iBAAS,IAAI,CAAC,EACZ,KAAK,EACL,OAAO,EACP,MAAM,EACN,KAAK,EACL,QAAQ,EACR,IAAI,EACJ,SAAS,EACT,KAAK,EACL,SAAS,GACV,EAAE,SAAS,GAAG,GAAG,CAAC,OAAO,CAuBzB;kBAjCQ,IAAI;;;;;;;;;;;;;;;;;;;;;;;AAmCb,QAAA,MAAM,aAAa;;;;;;;;;;CAUlB,CAAC;AAeF,eAAe,IAAI,CAAC"}
@@ -1 +1 @@
1
- import{__assign as e}from'./../../ext-esm/tslib/tslib.es6.js';import{jsxs as r,jsx as s}from"react/jsx-runtime";import a from"classnames";import o from"prop-types";import{SIZES as i}from"./constants.js";import l from"./Step.css.js";var t=function(r){var a=r.size;return s("svg",e({width:a,height:a,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:s("path",{d:"M6.0001 10.7799L3.2201 7.9999L2.27344 8.9399L6.0001 12.6666L14.0001 4.66656L13.0601 3.72656L6.0001 10.7799Z",fill:"white"})}))};function c(o){var c=o.value,d=o.checked,m=o.active,n=o.error,p=o.disabled,b=o.size,v=o.canGoBack,h=o.label,u=o.className;return r("div",e({className:a(l.step,l[b],m&&l.active,n&&l.error,d&&!n&&l.checked,p&&l.disabled,u)},{children:[s("div",e({className:l.stepCircle},{children:!d||n||v?c:s(t,{size:b===i.large?24:16})})),h]}))}var d={value:o.number.isRequired,label:o.node,checked:o.bool,active:o.bool,error:o.bool,disabled:o.bool,size:o.string,canGoBack:o.bool,className:o.string};c.propTypes=d,c.defaultProps={checked:!1,active:!1,error:!1,disabled:!1,size:i.medium,canGoBack:!0,label:"",className:""};export{c as default};
1
+ import{__assign as e}from'./../../ext-esm/tslib/tslib.es6.js';import{jsxs as r,jsx as s}from"react/jsx-runtime";import o from"classnames";import a from"prop-types";import{CheckSmallIcon as i}from"../../icons/index.js";import{SIZES as c}from"./constants.js";import l from"./Step.css.js";function t(a){var t=a.value,m=a.checked,d=a.active,n=a.error,p=a.disabled,b=a.size,u=a.canGoBack,f=a.label,v=a.className;return r("div",e({className:o(l.step,l[b],d&&l.active,n&&l.error,m&&!n&&l.checked,p&&l.disabled,v)},{children:[s("div",e({className:l.stepCircle},{children:!m||n||u?t:s(i,{size:b===c.large?24:16})})),f]}))}var m={value:a.number.isRequired,label:a.node,checked:a.bool,active:a.bool,error:a.bool,disabled:a.bool,size:a.string,canGoBack:a.bool,className:a.string};t.propTypes=m,t.defaultProps={checked:!1,active:!1,error:!1,disabled:!1,size:c.medium,canGoBack:!0,label:"",className:""};export{t as default};
@@ -1 +1 @@
1
- {"version":3,"file":"TableCell.d.ts","sourceRoot":"","sources":["../../../../src/components/Table/TableCell/TableCell.js"],"names":[],"mappings":"AAqCO;;;;;;;;;;;;gBAoEN"}
1
+ {"version":3,"file":"TableCell.d.ts","sourceRoot":"","sources":["../../../../src/components/Table/TableCell/TableCell.js"],"names":[],"mappings":"AAqCO;;;;;;;;;;;;gBAqEN"}
@@ -1 +1 @@
1
- import e from"@babel/runtime/helpers/defineProperty";import t from"@babel/runtime/helpers/slicedToArray";import r from"@babel/runtime/helpers/objectWithoutProperties";import{useState as l}from"react";import{makeStyles as o,TableCell as i}from"@material-ui/core";import{KeyboardArrowLeft as n,KeyboardArrowRight as a}from"@material-ui/icons";import c from"classnames";import s from"../../IconButton/index.js";import{Tooltip as p}from"../../Tooltip/Tooltip.js";import"../../Tooltip/ScrollableTooltip.js";import{jsxs as m,jsx as d}from"react/jsx-runtime";var u=["isExpanded","setIsExpanded","tooltipTitle","collapsibleHeader","collapsibleBody","maxCellWidth","maxCharsNumberFromStart","maxCharsNumberFromEnd","cellWidth","children"];function b(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);t&&(l=l.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,l)}return r}function h(t){for(var r=1;r<arguments.length;r++){var l=null!=arguments[r]?arguments[r]:{};r%2?b(Object(l),!0).forEach((function(r){e(t,r,l[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(l)):b(Object(l)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(l,e))}))}return t}var f=o((function(e){return{stickyCell:{position:"sticky",left:0,zIndex:2,background:e.palette.background.b6},stickyEmptyCell:{position:"sticky",right:0,zIndex:2},collapseHeader:{width:function(e){var t=e.isExpanded,r=e.maxCellWidth,l=e.cellWidth;return t?r:l}},tableCellWrapper:{display:"flex",alignItems:"center",justifyContent:"space-between",width:function(e){var t=e.isExpanded,r=e.maxCellWidth,l=e.cellWidth;return t?r:l}},iconButton:{padding:0,fontSize:16,"&:hover":{backgroundColor:"transparent"}}}})),y=function(e){var o,b=e.isExpanded,y=e.setIsExpanded,C=e.tooltipTitle,x=e.collapsibleHeader,g=e.collapsibleBody,j=e.maxCellWidth,O=e.maxCharsNumberFromStart,E=e.maxCharsNumberFromEnd,k=e.cellWidth,v=e.children,W=r(e,u),P=W.stickyCell&&!W.emptyCell,w=f({isExpanded:b,cellWidth:k,maxCellWidth:j}),N=l(!1),T=t(N,2),I=T[0],S=T[1];return m(i,h(h({},W),{},{className:c(x&&w.collapseHeader,P&&w.stickyCell,W.emptyCell&&w.stickyEmptyCell,P&&"stickyCell",W.emptyCell&&"stickyEmptyCell",W.className),children:[x&&m("div",{className:w.tableCellWrapper,children:[v,d(s,{className:w.iconButton,onClick:function(){S(!1),y(!b)},tooltipProps:{title:b?"Collapse":"Expand",open:I,disableHoverListener:!0,onMouseEnter:function(){return S(!0)},onMouseLeave:function(){return S(!1)}},children:d(b?n:a,{})})]}),g&&d(p,{title:b?"":C,children:d("div",{children:b?v:(o=C,o.length>O+E?"".concat(o.substring(0,O)," ... ").concat(o.substring(o.length-E)):o)})}),!x&&!g&&v]}))};export{y as TableCell};
1
+ import e from"@babel/runtime/helpers/defineProperty";import t from"@babel/runtime/helpers/slicedToArray";import r from"@babel/runtime/helpers/objectWithoutProperties";import{useState as l}from"react";import{makeStyles as i,TableCell as o}from"@material-ui/core";import n from"classnames";import a from"../../IconButton/index.js";import{Tooltip as s}from"../../Tooltip/Tooltip.js";import"../../Tooltip/ScrollableTooltip.js";import{LeftIcon as c,RightIcon as p}from"../../../icons/index.js";import{jsxs as d,jsx as m}from"react/jsx-runtime";var u=["isExpanded","setIsExpanded","tooltipTitle","collapsibleHeader","collapsibleBody","maxCellWidth","maxCharsNumberFromStart","maxCharsNumberFromEnd","cellWidth","children"];function b(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);t&&(l=l.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,l)}return r}function h(t){for(var r=1;r<arguments.length;r++){var l=null!=arguments[r]?arguments[r]:{};r%2?b(Object(l),!0).forEach((function(r){e(t,r,l[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(l)):b(Object(l)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(l,e))}))}return t}var f=i((function(e){return{stickyCell:{position:"sticky",left:0,zIndex:2,background:e.palette.background.b6},stickyEmptyCell:{position:"sticky",right:0,zIndex:2},collapseHeader:{width:function(e){var t=e.isExpanded,r=e.maxCellWidth,l=e.cellWidth;return t?r:l}},tableCellWrapper:{display:"flex",alignItems:"center",justifyContent:"space-between",width:function(e){var t=e.isExpanded,r=e.maxCellWidth,l=e.cellWidth;return t?r:l}},iconButton:{padding:0,fontSize:16,"&:hover":{backgroundColor:"transparent"}}}})),y=function(e){var i,b=e.isExpanded,y=e.setIsExpanded,C=e.tooltipTitle,x=e.collapsibleHeader,j=e.collapsibleBody,g=e.maxCellWidth,O=e.maxCharsNumberFromStart,E=e.maxCharsNumberFromEnd,k=e.cellWidth,v=e.children,W=r(e,u),P=W.stickyCell&&!W.emptyCell,w=f({isExpanded:b,cellWidth:k,maxCellWidth:g}),N=l(!1),T=t(N,2),I=T[0],S=T[1];return d(o,h(h({},W),{},{className:n(x&&w.collapseHeader,P&&w.stickyCell,W.emptyCell&&w.stickyEmptyCell,P&&"stickyCell",W.emptyCell&&"stickyEmptyCell",W.className),children:[x&&d("div",{className:w.tableCellWrapper,children:[v,m(a,{className:w.iconButton,size:"small",onClick:function(){S(!1),y(!b)},tooltipProps:{title:b?"Collapse":"Expand",open:I,disableHoverListener:!0,onMouseEnter:function(){return S(!0)},onMouseLeave:function(){return S(!1)}},children:m(b?c:p,{size:16})})]}),j&&m(s,{title:b?"":C,children:m("div",{children:b?v:(i=C,i.length>O+E?"".concat(i.substring(0,O)," ... ").concat(i.substring(i.length-E)):i)})}),!x&&!j&&v]}))};export{y as TableCell};
@@ -1 +1 @@
1
- {"version":3,"file":"TableSortLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/Table/TableSortLabel/TableSortLabel.js"],"names":[],"mappings":";AAEA,yDAIC"}
1
+ {"version":3,"file":"TableSortLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/Table/TableSortLabel/TableSortLabel.js"],"names":[],"mappings":";AAGA,yDAOC"}
@@ -1 +1 @@
1
- import e from"@babel/runtime/helpers/defineProperty";import{Tooltip as r,TableSortLabel as t}from"@material-ui/core";import{jsx as o}from"react/jsx-runtime";function n(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 c(r){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?n(Object(o),!0).forEach((function(t){e(r,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(o)):n(Object(o)).forEach((function(e){Object.defineProperty(r,e,Object.getOwnPropertyDescriptor(o,e))}))}return r}var i=function(e){return o(r,{placement:"top-end",title:"Sort",children:o(t,c({},e))})};export{i as default};
1
+ import e from"@babel/runtime/helpers/defineProperty";import{Tooltip as r,TableSortLabel as t}from"@material-ui/core";import{DownSmallIcon as o}from"../../../icons/index.js";import{jsx as n}from"react/jsx-runtime";function c(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 i(r){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?c(Object(o),!0).forEach((function(t){e(r,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(o)):c(Object(o)).forEach((function(e){Object.defineProperty(r,e,Object.getOwnPropertyDescriptor(o,e))}))}return r}var p=function(e){return n(r,{placement:"top-end",title:"Sort",children:n(t,i(i({},e),{},{IconComponent:function(e){return n(o,i(i({},e),{},{size:16}))}}))})};export{p as default};
@@ -1 +1 @@
1
- import{__rest as e,__assign as t}from'./../../ext-esm/tslib/tslib.es6.js';import{jsx as o,jsxs as r,Fragment as i}from"react/jsx-runtime";import{withStyles as s,Tooltip as n,makeStyles as p}from"@material-ui/core";import a from"prop-types";import m from"classnames";import l from"@material-ui/icons/Language";import"../DevCenter/AppHeader/AppHeader.js";import"../DevCenter/AppSideBar/AppSideBar.js";import"../DevCenter/AppsDataProvider/AppsDataProvider.js";import"@babel/runtime/helpers/defineProperty";import"@babel/runtime/helpers/slicedToArray";import"react";import"lodash";import"@material-ui/icons";import"../Icons/AnnotationIcon.js";import"../Annotations/components/AnnotationsList/index.js";import"../Annotations/components/LastAnnotation/index.js";import"../Annotations/AnnotationsContext.js";import"../DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js";import"../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js";import"../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/components/RemoveAppButton.js";import"../DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js";import"../DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js";import"../DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js";import"../DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js";import"../DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js";import"../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js";import"../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js";import"../DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js";import"../../icons/WithCustomSize.js";import"../../icons/IconParkProvider.js";import"../../utils/mobileDetect.js";import"../IconButton/index.js";import"../Modal/CorvaModal.css.js";import"uuid";import"../IconMenu/index.js";import"../StyledMenuItem/index.js";import"../AppIcon/AppIcon.js";import"../DevCenter/AppContext.js";import"../AssetEditor/index.js";import"../AssetEditorV2/index.js";import"../AppVersionsSelect/AppVersionsSelect.js";import"../LoadingIndicator/LoadingIndicator.js";import"../Typography.js";import"../RealTimeValuesSidebar/RealTimeSidebar.js";import"../CollapsableSidebar.js";import"../DateTimePicker/index.js";import"../DatePicker/index.js";import"../ErrorBoundary/ErrorBoundary.js";import"../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js";import"../SlateFormattedText/SlateFormattedText.js";import"../SlateFormattedText/RenderElements.js";import"@babel/runtime/helpers/typeof";import"slate";import"../EmptyState/EmptyState.js";import"../ParameterCharts/ParameterCharts.js";import"../ParameterCharts/AddEditTrack.js";import"../ChartActionsList/ChartActionsList.js";import"../CopyToClipboard/CopyToClipboard.js";import"../AssetEditor/AssetEditorAutocomplete.js";import"../AssetEditor/SingleAssetEditor.js";import"../SettingEditors/ColorEditor/index.js";import"../SettingEditors/DropdownEditor/index.js";import"../SettingEditors/RadioEditor/index.js";import"../SwitchControl/index.js";import"../ColorPicker/ColorPicker.js";import"../Chart/components/ChartButton.js";import"../Chart/components/ChartButtons.js";import"../Chart/components/ChartWrapper.js";import"../Chart/components/AxisDropdown.js";import"../Chart/components/ChartSelect.js";import"../Chart/components/buttons/DragToZoomButton.js";import"../Chart/components/buttons/ZoomInButton.js";import"../Chart/components/buttons/ZoomOutButton.js";import"../Chart/components/buttons/PanButton.js";import"../Chart/components/buttons/ResetZoomButton.js";import"../Chart/components/buttons/HideAxesButton.js";import"../Chart/components/buttons/ChartTypeButton.js";import"../ColorPicker/PaletteChromePicker/PaletteChromePicker.js";import"../TruncatedText/index.js";import"../MiddleTruncatedText/MiddleTruncatedText.js";import"../RangeSlider/RangeSlider.js";import"../AdvancedSlider/AdvancedSlider.js";import"../Breadcrumbs/index.js";import"../VirtualizedTable/index.js";import"../EmptyView/EmptyView.js";import"../EmptyView/EmptyAppView/EmptyAppView.js";import"../Button/index.js";import"../ContextMenuItem/index.js";import"../FolderMenuItem/index.js";import"../EditableItem/EditableItem/index.js";import"../EditableItem/EditableItemWithBadge/index.js";import"../Checkbox/index.js";import"../FolderMenuItemWithLinks/index.js";import"../TextField/index.js";import"../Chip/index.js";import"../Counter/index.js";import"../AnchorsList/AnchorsList.js";import"../Select/index.js";import"../Select/SelectFilterBy.js";import"../CustomSelect/index.js";import"../Tabs/Tabs.js";import"../Tabs/Tab.js";import"../ResizableTable/ResizableTable.js";import"@material-ui/icons/Check";import"@material-ui/icons/Close";import"@material-ui/icons/Edit";import"@material-ui/icons/Delete";import"../GradientManager/configuration/constants.js";import"../GradientManager/GradientList.js";import"@material-ui/icons/AddCircle";import"../GradientManager/GradientPreview/GradientPreview.js";import"../GradientManager/GradientSelect.styles.js";import"../GradientPicker/GradientPicker.js";import"../GradientManager/GradientManager.styles.js";import"../Drillstring/BHASchematic.js";import"../Drillstring/BHATable/index.js";import"../Drillstring/BHAComponentIcon.js";import"../Drillstring/BHAComponentDetail/index.js";import"../Drillstring/BHATileIcon.js";import"../Drillstring/BHATile/BHATile.js";import"../Drillstring/BHAList/BHAList.js";import"../Drillstring/BHAComponentsTable/BHAComponentsTable.js";import"../Casing/CasingTable/index.js";import"../Casing/CasingComponentIcon.js";import"../Casing/CasingTileIcon.js";import"../Casing/CasingTableV2/CasingTableV2.js";import"../Casing/CasingTile/CasingTile.js";import"../DisabledSettingsMessage/DisabledSettingsMessage.js";import"../WellSummary/WellSummaryItemLabel.js";import"../WellSummary/WellSummaryItemTitle.js";import"../WellSummary/WellSummaryItemValue.js";import"../WellSummary/ActivitySummaryChart.js";import"../WellSummary/FracWirelineTimeChart.js";import"@babel/runtime/helpers/asyncToGenerator";import"@babel/runtime/regenerator";import"../../clients/jsonApi/index.js";import"../../constants/goals.js";import"../../constants/segment.js";import"../../constants/alerts.js";import"../../constants/apps.js";import"../../constants/drillstring.js";import"../../constants/completion.js";import"../../constants/appPackages.js";import"../../constants/notifications.js";import"../../constants/feed.js";import"../../constants/bha.js";import"../../utils/env.js";import"../BICOffsetPickerDialog/index.js";import"../OffsetWellButton/OffsetWellButton.js";import"../OffsetWellPickerV2/OffsetWellPickerDialog.js";import"../OffsetWellPickerV3/index.js";import"../OffsetWellChips/Chip.js";import"../OffsetWellChips/ChipsContainer.js";import"../OffsetWellPickerV4/OffsetWellPickerV4.js";import"../OffsetWellMap/OffsetWellMap.js";import"@material-ui/core/Snackbar";import"../Notifications/Toast.js";import"../Toaster/Toaster.js";import"../ConfirmationDialog.js";import"../Avatar/index.js";import"../Template/TemplatePopover/index.js";import"../Template/TemplateSharingDialog/index.js";import"../MenuItem/index.js";import"../MiddleTruncate/MiddleTruncate.js";import"../PadModeSelect/PadModeSelect.js";import"../PinnableFilters/PinnableFilters.js";import"../HeaderLayout/HeaderLayout.js";import"../PadOffsetsPicker/PadOffsetsPicker.js";import"../PadOffsetsPicker/OffsetAssetChip.js";import"../PadOffsetsPicker/OffsetAssetsListExpander.js";import"../PadOffsetsPicker/StagesSelector.js";import"../PadOffsetsPickerV2/PadOffsetsPickerV2.js";import"../Table/TableToolbar/TableToolbar.js";import"../Table/TableContainer/TableContainer.js";import"../Table/TableCell/TableCell.js";import"../Tooltip/ScrollableTooltip.js";import"../PriceInput/PriceInput.js";import"../LabelsCounter/LabelsCounter.js";import"../Stepper/Step.js";import"../Stepper/StepsWrapper.js";import"../Stepper/Stepper.js";import"../Comment/CommentIcon/index.js";import"../FilesLoader/FilesLoader.js";import"../FilesLoader/Icons/FileIcon.js";import"../SearchInput/index.js";import"../FeedItem/FeedItem.js";import"../FeedItem/FeedItemEditProvider/FeedItemEditProvider.js";import"../PostInput/PostInput.js";import"../KeyboardDateTimePicker.js";import"../AddComment/Popover.js";import"../AddComment/Popup.js";import"../StageDesignVActual/ComparisonBar/ComparisonBar.js";import"../StageDesignVActual/ElementsComparison/ElementsComparison.js";import"../StageDesignVActual/ComparisonHeader.js";import"../StageDesignVActual/ComparisonRow.js";import"../EmbeddedApp/DevCenterEmbeddedApp.js";import"../EmbeddedApp/EmbeddedApp.js";import"../HelpCenter/HelpCenterIcon.js";import"../Autocomplete/Autocomplete.js";import"../DocumentViewer/DocumentViewer.js";import"@babel/runtime/helpers/objectWithoutProperties";import"../ColorPickerPalette/ColorPickerPalette.js";import"../Search/Search.js";import"../Search/components/Listbox.js";import"../Search/components/Paper.js";import"../Search/components/RecentSearches.js";import"../Search/components/Groups.js";import"../StatusBadge/index.js";import"../Attachment/index.js";import"../EmojiIconButton.js";import"../FileUploadIconButton.js";import"../FilePreview/index.js";import"../FailedFileUploading.js";import"../UserMention/index.js";import"../CommentsInfo/index.js";import"../CommentInput/index.js";import"../Comment/index.js";import"../CommentLoader.js";import"../AssetNameLabel/AssetStatusBadge.js";import"../AssetEditorV2/components/PrimaryAssetSelect.js";import"../AssetEditorV2/components/SecondaryAssetSelect.js";import"../AssetEditorV2/components/SelectItem.js";import"../AssetEditorV2/components/MultipleAssetsToggle.js";import"../AssetEditorV2/components/PrimaryAssetSelectV2.js";import"../EChartsWrapper/EChartsWrapper.js";import"querystring";import"uuid/v1";import"../../clients/subscriptions.js";import"../../utils/index.js";import"jsona";import"../StatusBadge/constants.js";import"@babel/runtime/helpers/toConsumableArray";import"lodash/set";import"lodash/get";import"lodash/unset";import"moment";import"../../clients/api/apiCore.js";import"../../clients/constants.js";import"../DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js";import"../DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js";import"../DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js";import"../DevCenter/DevCenterRouterContext/DevCenterRouterContext.js";import"../DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js";import{useDevCenterRouter as d}from"../DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.js";import"react-router";import"rollbar";import"@rollbar/react";import"../DevCenter/NavigationBar/NavigationBar.js";import"../DevCenter/SideBar/SideBar.js";import"../DevCenter/AppSettingsPopover/AppSettingsPopover.js";import"../DevCenter/AppFilterPanelLayout/AppFilterPanelLayout.js";import"../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js";import"../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js";var c=s({tooltip:{padding:"4px 8px",display:"flex",alignItems:"center"}})(n),j=p((function(e){return{root:{color:e.palette.primary.main,fontSize:"inherit",lineHeight:"inherit",letterSpacing:"0.15px",textDecoration:"none","&:hover":{color:e.palette.primary.main,textDecoration:"underline"},"&:visited":{color:e.palette.primary.main}},disabled:{color:e.palette.primary.dark,fontSize:"inherit",lineHeight:"inherit",letterSpacing:"0.15px"},icon:{marginRight:8},buttonLink:{border:"none",background:"none",padding:0,cursor:"pointer"}}})),C=function(s){var p=s.TooltipProps,a=s.children,C=s.className,u=s.disabled,A=s.showTooltip,b=s.tooltipText,g=s.target,D=s.href,h=e(s,["TooltipProps","children","className","disabled","showTooltip","tooltipText","target","href"]),v=j(),S=d();if(u)return o(n,t({title:"Disabled",placement:"bottom-start"},{children:o("span",t({className:m(v.disabled,C)},h,{children:a}))}));var P=S&&"_self"===g?o("button",t({tabIndex:0,role:"link",className:m(v.buttonLink,v.root,C),onClick:function(e){e.metaKey||e.ctrlKey?window.open(D,"_blank"):S.push(D)}},h,{children:a})):o("a",t({className:m(v.root,C),target:g,href:D,rel:"noopener noreferrer"},h,{children:a}));return A||b?o(c,t({title:r(i,{children:[o(l,{fontSize:"small",className:v.icon}),b||D]}),placement:"bottom-start"},p,{children:P})):P};a.node.isRequired,a.string.isRequired,a.string,a.oneOf(["_self","_blank"]),a.bool,a.bool,a.string,a.shape({}),C.propTypes={children:a.node.isRequired,href:a.string.isRequired,className:a.string,target:a.oneOf(["_self","_blank"]),disabled:a.bool,showTooltip:a.bool,tooltipText:a.string,TooltipProps:a.shape({})},C.defaultProps={TooltipProps:{},className:"",target:"_blank",disabled:!1,showTooltip:!1,tooltipText:""};export{C as default};
1
+ import{__rest as e,__assign as t}from'./../../ext-esm/tslib/tslib.es6.js';import{jsx as o,jsxs as r,Fragment as i}from"react/jsx-runtime";import{withStyles as s,Tooltip as n,makeStyles as p}from"@material-ui/core";import a from"prop-types";import m from"classnames";import l from"@material-ui/icons/Language";import"../DevCenter/AppHeader/AppHeader.js";import"../DevCenter/AppSideBar/AppSideBar.js";import"../DevCenter/AppsDataProvider/AppsDataProvider.js";import"@babel/runtime/helpers/defineProperty";import"@babel/runtime/helpers/slicedToArray";import"react";import"lodash";import"@material-ui/icons";import"../Icons/AnnotationIcon.js";import"../Annotations/components/AnnotationsList/index.js";import"../Annotations/components/LastAnnotation/index.js";import"../Annotations/AnnotationsContext.js";import"../DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js";import"../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js";import"../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/components/RemoveAppButton.js";import"../DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js";import"../DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js";import"../DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js";import"../DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js";import"../DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js";import"../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js";import"../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js";import"../DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js";import"../../icons/WithCustomSize.js";import"../../icons/IconParkProvider.js";import"../../utils/mobileDetect.js";import"../IconButton/index.js";import"../Modal/CorvaModal.css.js";import"uuid";import"../IconMenu/index.js";import"../StyledMenuItem/index.js";import"../AppIcon/AppIcon.js";import"../DevCenter/AppContext.js";import"../AssetEditor/index.js";import"../AssetEditorV2/index.js";import"../AppVersionsSelect/AppVersionsSelect.js";import"../LoadingIndicator/LoadingIndicator.js";import"../Typography.js";import"../RealTimeValuesSidebar/RealTimeSidebar.js";import"../CollapsableSidebar.js";import"../DateTimePicker/index.js";import"../DatePicker/index.js";import"../ErrorBoundary/ErrorBoundary.js";import"../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js";import"../SlateFormattedText/SlateFormattedText.js";import"../SlateFormattedText/RenderElements.js";import"@babel/runtime/helpers/typeof";import"slate";import"../EmptyState/EmptyState.js";import"../ParameterCharts/ParameterCharts.js";import"../ParameterCharts/AddEditTrack.js";import"../ChartActionsList/ChartActionsList.js";import"../CopyToClipboard/CopyToClipboard.js";import"../AssetEditor/AssetEditorAutocomplete.js";import"../AssetEditor/SingleAssetEditor.js";import"../SettingEditors/ColorEditor/index.js";import"../SettingEditors/DropdownEditor/index.js";import"../SettingEditors/RadioEditor/index.js";import"../SwitchControl/index.js";import"../ColorPicker/ColorPicker.js";import"../Chart/components/ChartButton.js";import"../Chart/components/ChartButtons.js";import"../Chart/components/ChartWrapper.js";import"../Chart/components/AxisDropdown.js";import"../Chart/components/ChartSelect.js";import"../Chart/components/buttons/DragToZoomButton.js";import"../Chart/components/buttons/ZoomInButton.js";import"../Chart/components/buttons/ZoomOutButton.js";import"../Chart/components/buttons/PanButton.js";import"../Chart/components/buttons/ResetZoomButton.js";import"../Chart/components/buttons/HideAxesButton.js";import"../Chart/components/buttons/ChartTypeButton.js";import"../ColorPicker/PaletteChromePicker/PaletteChromePicker.js";import"../TruncatedText/index.js";import"../MiddleTruncatedText/MiddleTruncatedText.js";import"../RangeSlider/RangeSlider.js";import"../AdvancedSlider/AdvancedSlider.js";import"../Breadcrumbs/index.js";import"../VirtualizedTable/index.js";import"../EmptyView/EmptyView.js";import"../EmptyView/EmptyAppView/EmptyAppView.js";import"../Button/index.js";import"../ContextMenuItem/index.js";import"../FolderMenuItem/index.js";import"../EditableItem/EditableItem/index.js";import"../EditableItem/EditableItemWithBadge/index.js";import"../Checkbox/index.js";import"../FolderMenuItemWithLinks/index.js";import"../TextField/index.js";import"../Chip/index.js";import"../Counter/index.js";import"../AnchorsList/AnchorsList.js";import"../Select/index.js";import"../Select/SelectFilterBy.js";import"../CustomSelect/index.js";import"../Tabs/Tabs.js";import"../Tabs/Tab.js";import"../ResizableTable/ResizableTable.js";import"@material-ui/icons/Check";import"@material-ui/icons/Close";import"@material-ui/icons/Edit";import"@material-ui/icons/Delete";import"../GradientManager/configuration/constants.js";import"../GradientManager/GradientList.js";import"@material-ui/icons/AddCircle";import"../GradientManager/GradientPreview/GradientPreview.js";import"../GradientManager/GradientSelect.styles.js";import"../GradientPicker/GradientPicker.js";import"../GradientManager/GradientManager.styles.js";import"@babel/runtime/helpers/toConsumableArray";import"lodash/set";import"lodash/get";import"lodash/unset";import"moment";import"../../clients/jsonApi/index.js";import"../../clients/subscriptions.js";import"../../clients/api/apiCore.js";import"../../clients/constants.js";import"../Drillstring/BHASchematic.js";import"../Drillstring/BHATable/index.js";import"../Drillstring/BHAComponentIcon.js";import"../Drillstring/BHAComponentDetail/index.js";import"../Drillstring/BHATileIcon.js";import"../Drillstring/BHATile/BHATile.js";import"../Drillstring/BHAList/BHAList.js";import"../Drillstring/BHAComponentsTable/BHAComponentsTable.js";import"../Casing/CasingTable/index.js";import"../Casing/CasingComponentIcon.js";import"../Casing/CasingTileIcon.js";import"../Casing/CasingTableV2/CasingTableV2.js";import"../Casing/CasingTile/CasingTile.js";import"../DisabledSettingsMessage/DisabledSettingsMessage.js";import"../WellSummary/WellSummaryItemLabel.js";import"../WellSummary/WellSummaryItemTitle.js";import"../WellSummary/WellSummaryItemValue.js";import"../WellSummary/ActivitySummaryChart.js";import"../WellSummary/FracWirelineTimeChart.js";import"@babel/runtime/helpers/asyncToGenerator";import"@babel/runtime/regenerator";import"../../constants/goals.js";import"../../constants/segment.js";import"../../constants/alerts.js";import"../../constants/apps.js";import"../../constants/drillstring.js";import"../../constants/completion.js";import"../../constants/appPackages.js";import"../../constants/notifications.js";import"../../constants/feed.js";import"../../constants/bha.js";import"../../utils/env.js";import"../BICOffsetPickerDialog/index.js";import"../OffsetWellButton/OffsetWellButton.js";import"../OffsetWellPickerV2/OffsetWellPickerDialog.js";import"../OffsetWellPickerV3/index.js";import"../OffsetWellChips/Chip.js";import"../OffsetWellChips/ChipsContainer.js";import"../OffsetWellPickerV4/OffsetWellPickerV4.js";import"../OffsetWellMap/OffsetWellMap.js";import"@material-ui/core/Snackbar";import"../Notifications/Toast.js";import"../Toaster/Toaster.js";import"../ConfirmationDialog.js";import"../Avatar/index.js";import"../Template/TemplatePopover/index.js";import"../Template/TemplateSharingDialog/index.js";import"../MenuItem/index.js";import"../MiddleTruncate/MiddleTruncate.js";import"../PadModeSelect/PadModeSelect.js";import"../PinnableFilters/PinnableFilters.js";import"../HeaderLayout/HeaderLayout.js";import"../PadOffsetsPicker/PadOffsetsPicker.js";import"../PadOffsetsPicker/OffsetAssetChip.js";import"../PadOffsetsPicker/OffsetAssetsListExpander.js";import"../PadOffsetsPicker/StagesSelector.js";import"../PadOffsetsPickerV2/PadOffsetsPickerV2.js";import"../Table/TableToolbar/TableToolbar.js";import"../Table/TableContainer/TableContainer.js";import"../Table/TableCell/TableCell.js";import"../Tooltip/ScrollableTooltip.js";import"../PriceInput/PriceInput.js";import"../LabelsCounter/LabelsCounter.js";import"../Stepper/Step.js";import"../Stepper/StepsWrapper.js";import"../Stepper/Stepper.js";import"../Comment/CommentIcon/index.js";import"../FilesLoader/FilesLoader.js";import"../FilesLoader/Icons/FileIcon.js";import"../SearchInput/index.js";import"../FeedItem/FeedItem.js";import"../FeedItem/FeedItemEditProvider/FeedItemEditProvider.js";import"../PostInput/PostInput.js";import"../KeyboardDateTimePicker.js";import"../AddComment/Popover.js";import"../AddComment/Popup.js";import"../StageDesignVActual/ComparisonBar/ComparisonBar.js";import"../StageDesignVActual/ElementsComparison/ElementsComparison.js";import"../StageDesignVActual/ComparisonHeader.js";import"../StageDesignVActual/ComparisonRow.js";import"../EmbeddedApp/DevCenterEmbeddedApp.js";import"../EmbeddedApp/EmbeddedApp.js";import"../HelpCenter/HelpCenterIcon.js";import"../Autocomplete/Autocomplete.js";import"../DocumentViewer/DocumentViewer.js";import"@babel/runtime/helpers/objectWithoutProperties";import"../ColorPickerPalette/ColorPickerPalette.js";import"../Search/Search.js";import"../Search/components/Listbox.js";import"../Search/components/Paper.js";import"../Search/components/RecentSearches.js";import"../Search/components/Groups.js";import"../StatusBadge/index.js";import"../Attachment/index.js";import"../EmojiIconButton.js";import"../FileUploadIconButton.js";import"../FilePreview/index.js";import"../FailedFileUploading.js";import"../UserMention/index.js";import"../CommentsInfo/index.js";import"../CommentInput/index.js";import"../Comment/index.js";import"../CommentLoader.js";import"../AssetNameLabel/AssetStatusBadge.js";import"../AssetEditorV2/components/PrimaryAssetSelect.js";import"../AssetEditorV2/components/SecondaryAssetSelect.js";import"../AssetEditorV2/components/SelectItem.js";import"../AssetEditorV2/components/MultipleAssetsToggle.js";import"../AssetEditorV2/components/PrimaryAssetSelectV2.js";import"../EChartsWrapper/EChartsWrapper.js";import"querystring";import"uuid/v1";import"../../utils/index.js";import"jsona";import"../StatusBadge/constants.js";import"../DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js";import"../DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js";import"../DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js";import"../DevCenter/DevCenterRouterContext/DevCenterRouterContext.js";import"../DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js";import{useDevCenterRouter as d}from"../DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.js";import"react-router";import"rollbar";import"@rollbar/react";import"../DevCenter/NavigationBar/NavigationBar.js";import"../DevCenter/SideBar/SideBar.js";import"../DevCenter/AppSettingsPopover/AppSettingsPopover.js";import"../DevCenter/AppFilterPanelLayout/AppFilterPanelLayout.js";import"../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js";import"../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js";var c=s({tooltip:{padding:"4px 8px",display:"flex",alignItems:"center"}})(n),j=p((function(e){return{root:{color:e.palette.primary.main,fontSize:"inherit",lineHeight:"inherit",letterSpacing:"0.15px",textDecoration:"none","&:hover":{color:e.palette.primary.main,textDecoration:"underline"},"&:visited":{color:e.palette.primary.main}},disabled:{color:e.palette.primary.dark,fontSize:"inherit",lineHeight:"inherit",letterSpacing:"0.15px"},icon:{marginRight:8},buttonLink:{border:"none",background:"none",padding:0,cursor:"pointer"}}})),C=function(s){var p=s.TooltipProps,a=s.children,C=s.className,u=s.disabled,A=s.showTooltip,b=s.tooltipText,g=s.target,D=s.href,h=e(s,["TooltipProps","children","className","disabled","showTooltip","tooltipText","target","href"]),v=j(),S=d();if(u)return o(n,t({title:"Disabled",placement:"bottom-start"},{children:o("span",t({className:m(v.disabled,C)},h,{children:a}))}));var P=S&&"_self"===g?o("button",t({tabIndex:0,role:"link",className:m(v.buttonLink,v.root,C),onClick:function(e){e.metaKey||e.ctrlKey?window.open(D,"_blank"):S.push(D)}},h,{children:a})):o("a",t({className:m(v.root,C),target:g,href:D,rel:"noopener noreferrer"},h,{children:a}));return A||b?o(c,t({title:r(i,{children:[o(l,{fontSize:"small",className:v.icon}),b||D]}),placement:"bottom-start"},p,{children:P})):P};a.node.isRequired,a.string.isRequired,a.string,a.oneOf(["_self","_blank"]),a.bool,a.bool,a.string,a.shape({}),C.propTypes={children:a.node.isRequired,href:a.string.isRequired,className:a.string,target:a.oneOf(["_self","_blank"]),disabled:a.bool,showTooltip:a.bool,tooltipText:a.string,TooltipProps:a.shape({})},C.defaultProps={TooltipProps:{},className:"",target:"_blank",disabled:!1,showTooltip:!1,tooltipText:""};export{C as default};