iguazio.dashboard-react-controls 3.2.15 → 3.2.16

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 (651) hide show
  1. package/dist/components/ActionsMenu/ActionsMenu.d.ts +18 -0
  2. package/dist/components/ActionsMenu/ActionsMenu.d.ts.map +1 -0
  3. package/dist/components/ActionsMenu/ActionsMenu.mjs +125 -0
  4. package/dist/components/ActionsMenu/ActionsMenu.mjs.map +1 -0
  5. package/dist/components/Backdrop/Backdrop.d.ts +14 -0
  6. package/dist/components/Backdrop/Backdrop.d.ts.map +1 -0
  7. package/dist/components/Backdrop/Backdrop.mjs +29 -0
  8. package/dist/components/Backdrop/Backdrop.mjs.map +1 -0
  9. package/dist/components/BlockerSpy/BlockerSpy.d.ts +12 -0
  10. package/dist/components/BlockerSpy/BlockerSpy.d.ts.map +1 -0
  11. package/dist/components/BlockerSpy/BlockerSpy.mjs +18 -0
  12. package/dist/components/BlockerSpy/BlockerSpy.mjs.map +1 -0
  13. package/dist/components/Button/Button.d.ts +28 -0
  14. package/dist/components/Button/Button.d.ts.map +1 -0
  15. package/dist/components/Button/Button.mjs +44 -0
  16. package/dist/components/Button/Button.mjs.map +1 -0
  17. package/dist/components/Button/Button.stories.d.ts +14 -0
  18. package/dist/components/Button/Button.stories.d.ts.map +1 -0
  19. package/dist/components/ChipForm/ChipForm.d.ts +25 -0
  20. package/dist/components/ChipForm/ChipForm.d.ts.map +1 -0
  21. package/dist/components/ConfirmDialog/ConfirmDialog.d.ts +33 -0
  22. package/dist/components/ConfirmDialog/ConfirmDialog.d.ts.map +1 -0
  23. package/dist/components/ConfirmDialog/ConfirmDialog.mjs +83 -0
  24. package/dist/components/ConfirmDialog/ConfirmDialog.mjs.map +1 -0
  25. package/dist/components/ConfirmDialog/ConfirmDialog.stories.d.ts +8 -0
  26. package/dist/components/ConfirmDialog/ConfirmDialog.stories.d.ts.map +1 -0
  27. package/dist/components/CopyToClipboard/CopyToClipboard.d.ts +18 -0
  28. package/dist/components/CopyToClipboard/CopyToClipboard.d.ts.map +1 -0
  29. package/dist/components/CopyToClipboard/CopyToClipboard.mjs +51 -0
  30. package/dist/components/CopyToClipboard/CopyToClipboard.mjs.map +1 -0
  31. package/dist/components/ErrorMessage/ErrorMessage.d.ts +12 -0
  32. package/dist/components/ErrorMessage/ErrorMessage.d.ts.map +1 -0
  33. package/dist/components/ErrorMessage/ErrorMessage.mjs +23 -0
  34. package/dist/components/ErrorMessage/ErrorMessage.mjs.map +1 -0
  35. package/dist/components/FormCheckBox/FormCheckBox.d.ts +21 -0
  36. package/dist/components/FormCheckBox/FormCheckBox.d.ts.map +1 -0
  37. package/dist/components/FormCheckBox/FormCheckBox.mjs +54 -0
  38. package/dist/components/FormCheckBox/FormCheckBox.mjs.map +1 -0
  39. package/dist/components/FormCheckBox/FormCheckbox.stories.d.ts +7 -0
  40. package/dist/components/FormCheckBox/FormCheckbox.stories.d.ts.map +1 -0
  41. package/dist/components/FormChipCell/FormChip/FormChip.d.ts +51 -0
  42. package/dist/components/FormChipCell/FormChip/FormChip.d.ts.map +1 -0
  43. package/dist/components/FormChipCell/FormChip/FormChip.mjs +89 -0
  44. package/dist/components/FormChipCell/FormChip/FormChip.mjs.map +1 -0
  45. package/dist/components/FormChipCell/FormChipCell.d.ts +51 -0
  46. package/dist/components/FormChipCell/FormChipCell.d.ts.map +1 -0
  47. package/dist/components/FormChipCell/FormChipCell.mjs +251 -0
  48. package/dist/components/FormChipCell/FormChipCell.mjs.map +1 -0
  49. package/dist/components/FormChipCell/FormChipCellView.d.ts +68 -0
  50. package/dist/components/FormChipCell/FormChipCellView.d.ts.map +1 -0
  51. package/dist/components/FormChipCell/FormChipCellView.mjs +190 -0
  52. package/dist/components/FormChipCell/FormChipCellView.mjs.map +1 -0
  53. package/dist/components/FormChipCell/HiddenChipsBlock/HiddenChipsBlock.d.ts +22 -0
  54. package/dist/components/FormChipCell/HiddenChipsBlock/HiddenChipsBlock.d.ts.map +1 -0
  55. package/dist/components/FormChipCell/HiddenChipsBlock/HiddenChipsBlock.mjs +72 -0
  56. package/dist/components/FormChipCell/HiddenChipsBlock/HiddenChipsBlock.mjs.map +1 -0
  57. package/dist/components/FormChipCell/NewChipForm/NewChipForm.d.ts +39 -0
  58. package/dist/components/FormChipCell/NewChipForm/NewChipForm.d.ts.map +1 -0
  59. package/dist/components/FormChipCell/NewChipForm/NewChipForm.mjs +285 -0
  60. package/dist/components/FormChipCell/NewChipForm/NewChipForm.mjs.map +1 -0
  61. package/dist/components/FormChipCell/NewChipInput/NewChipInput.d.ts +16 -0
  62. package/dist/components/FormChipCell/NewChipInput/NewChipInput.d.ts.map +1 -0
  63. package/dist/components/FormChipCell/NewChipInput/NewChipInput.mjs +36 -0
  64. package/dist/components/FormChipCell/NewChipInput/NewChipInput.mjs.map +1 -0
  65. package/dist/components/FormChipCell/formChipCell.util.d.ts +6 -0
  66. package/dist/components/FormChipCell/formChipCell.util.d.ts.map +1 -0
  67. package/dist/components/FormChipCell/formChipCell.util.mjs +24 -0
  68. package/dist/components/FormChipCell/formChipCell.util.mjs.map +1 -0
  69. package/dist/components/FormCombobox/FormCombobox.d.ts +56 -0
  70. package/dist/components/FormCombobox/FormCombobox.d.ts.map +1 -0
  71. package/dist/components/FormCombobox/FormCombobox.mjs +284 -0
  72. package/dist/components/FormCombobox/FormCombobox.mjs.map +1 -0
  73. package/dist/components/FormCombobox/FormCombobox.stories.d.ts +12 -0
  74. package/dist/components/FormCombobox/FormCombobox.stories.d.ts.map +1 -0
  75. package/dist/components/FormInput/FormInput.d.ts +3 -0
  76. package/dist/components/FormInput/FormInput.d.ts.map +1 -0
  77. package/dist/components/FormInput/FormInput.mjs +272 -0
  78. package/dist/components/FormInput/FormInput.mjs.map +1 -0
  79. package/dist/components/FormInput/FormInput.stories.d.ts +14 -0
  80. package/dist/components/FormInput/FormInput.stories.d.ts.map +1 -0
  81. package/dist/components/FormInput/InputNumberButtons/InputNumberButtons.d.ts +20 -0
  82. package/dist/components/FormInput/InputNumberButtons/InputNumberButtons.d.ts.map +1 -0
  83. package/dist/components/FormInput/InputNumberButtons/InputNumberButtons.mjs +61 -0
  84. package/dist/components/FormInput/InputNumberButtons/InputNumberButtons.mjs.map +1 -0
  85. package/dist/components/FormKeyValueTable/FormKeyValueTable.d.ts +49 -0
  86. package/dist/components/FormKeyValueTable/FormKeyValueTable.d.ts.map +1 -0
  87. package/dist/components/FormKeyValueTable/FormKeyValueTable.mjs +202 -0
  88. package/dist/components/FormKeyValueTable/FormKeyValueTable.mjs.map +1 -0
  89. package/dist/components/FormOnChange/FormOnChange.d.ts +12 -0
  90. package/dist/components/FormOnChange/FormOnChange.d.ts.map +1 -0
  91. package/dist/components/FormOnChange/FormOnChange.mjs +33 -0
  92. package/dist/components/FormOnChange/FormOnChange.mjs.map +1 -0
  93. package/dist/components/FormRadio/FormRadio.d.ts +19 -0
  94. package/dist/components/FormRadio/FormRadio.d.ts.map +1 -0
  95. package/dist/components/FormRadio/FormRadio.mjs +57 -0
  96. package/dist/components/FormRadio/FormRadio.mjs.map +1 -0
  97. package/dist/components/FormRadio/FormRadio.stories.d.ts +7 -0
  98. package/dist/components/FormRadio/FormRadio.stories.d.ts.map +1 -0
  99. package/dist/components/FormSelect/FormSelect.d.ts +45 -0
  100. package/dist/components/FormSelect/FormSelect.d.ts.map +1 -0
  101. package/dist/components/FormSelect/FormSelect.mjs +259 -0
  102. package/dist/components/FormSelect/FormSelect.mjs.map +1 -0
  103. package/dist/components/FormSelect/FormSelect.stories.d.ts +10 -0
  104. package/dist/components/FormSelect/FormSelect.stories.d.ts.map +1 -0
  105. package/dist/components/FormTextarea/FormTextarea.d.ts +40 -0
  106. package/dist/components/FormTextarea/FormTextarea.d.ts.map +1 -0
  107. package/dist/components/FormTextarea/FormTextarea.mjs +122 -0
  108. package/dist/components/FormTextarea/FormTextarea.mjs.map +1 -0
  109. package/dist/components/FormTextarea/FormTextarea.stories.d.ts +9 -0
  110. package/dist/components/FormTextarea/FormTextarea.stories.d.ts.map +1 -0
  111. package/dist/components/FormToggle/FormToggle.d.ts +24 -0
  112. package/dist/components/FormToggle/FormToggle.d.ts.map +1 -0
  113. package/dist/components/FormToggle/FormToggle.mjs +71 -0
  114. package/dist/components/FormToggle/FormToggle.mjs.map +1 -0
  115. package/dist/components/LoadButton/LoadButton.d.ts +16 -0
  116. package/dist/components/LoadButton/LoadButton.d.ts.map +1 -0
  117. package/dist/components/LoadButton/LoadButton.mjs +22 -0
  118. package/dist/components/LoadButton/LoadButton.mjs.map +1 -0
  119. package/dist/components/LoadButton/LoadButton.stories.d.ts +10 -0
  120. package/dist/components/LoadButton/LoadButton.stories.d.ts.map +1 -0
  121. package/dist/components/Loader/Loader.d.ts +3 -0
  122. package/dist/components/Loader/Loader.d.ts.map +1 -0
  123. package/dist/components/Loader/Loader.mjs +39 -0
  124. package/dist/components/Loader/Loader.mjs.map +1 -0
  125. package/dist/components/Loader/LoaderForSuspenseFallback.d.ts +3 -0
  126. package/dist/components/Loader/LoaderForSuspenseFallback.d.ts.map +1 -0
  127. package/dist/components/Loader/LoaderForSuspenseFallback.mjs +13 -0
  128. package/dist/components/Loader/LoaderForSuspenseFallback.mjs.map +1 -0
  129. package/dist/components/Modal/Modal.d.ts +29 -0
  130. package/dist/components/Modal/Modal.d.ts.map +1 -0
  131. package/dist/components/Modal/Modal.mjs +71 -0
  132. package/dist/components/Modal/Modal.mjs.map +1 -0
  133. package/dist/components/PopUpDialog/PopUpDialog.d.ts +31 -0
  134. package/dist/components/PopUpDialog/PopUpDialog.d.ts.map +1 -0
  135. package/dist/components/PopUpDialog/PopUpDialog.mjs +92 -0
  136. package/dist/components/PopUpDialog/PopUpDialog.mjs.map +1 -0
  137. package/dist/components/ReadOnlyChips/ReadOnlyChips.d.ts +22 -0
  138. package/dist/components/ReadOnlyChips/ReadOnlyChips.d.ts.map +1 -0
  139. package/dist/components/ReadOnlyChips/ReadOnlyChips.mjs +41 -0
  140. package/dist/components/ReadOnlyChips/ReadOnlyChips.mjs.map +1 -0
  141. package/dist/components/RoundedIcon/RoundedIcon.d.ts +23 -0
  142. package/dist/components/RoundedIcon/RoundedIcon.d.ts.map +1 -0
  143. package/dist/components/RoundedIcon/RoundedIcon.mjs +40 -0
  144. package/dist/components/RoundedIcon/RoundedIcon.mjs.map +1 -0
  145. package/dist/components/RoundedIcon/RoundedIcon.stories.d.ts +9 -0
  146. package/dist/components/RoundedIcon/RoundedIcon.stories.d.ts.map +1 -0
  147. package/dist/components/TableCell/TableCell.d.ts +28 -0
  148. package/dist/components/TableCell/TableCell.d.ts.map +1 -0
  149. package/dist/components/TableCell/TableCell.mjs +111 -0
  150. package/dist/components/TableCell/TableCell.mjs.map +1 -0
  151. package/dist/components/TabsSlider/TabsSlider.d.ts +20 -0
  152. package/dist/components/TabsSlider/TabsSlider.d.ts.map +1 -0
  153. package/dist/components/TabsSlider/TabsSlider.mjs +131 -0
  154. package/dist/components/TabsSlider/TabsSlider.mjs.map +1 -0
  155. package/dist/components/Tip/Tip.d.ts +14 -0
  156. package/dist/components/Tip/Tip.d.ts.map +1 -0
  157. package/dist/components/Tip/Tip.mjs +67 -0
  158. package/dist/components/Tip/Tip.mjs.map +1 -0
  159. package/dist/components/Tip/Tip.stories.d.ts +7 -0
  160. package/dist/components/Tip/Tip.stories.d.ts.map +1 -0
  161. package/dist/components/Tooltip/Tooltip.d.ts +24 -0
  162. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
  163. package/dist/components/Tooltip/Tooltip.mjs +138 -0
  164. package/dist/components/Tooltip/Tooltip.mjs.map +1 -0
  165. package/dist/components/Tooltip/Tooltip.stories.d.ts +8 -0
  166. package/dist/components/Tooltip/Tooltip.stories.d.ts.map +1 -0
  167. package/dist/components/TooltipTemplate/ProducerTooltipTemplate.d.ts +12 -0
  168. package/dist/components/TooltipTemplate/ProducerTooltipTemplate.d.ts.map +1 -0
  169. package/dist/components/TooltipTemplate/TextTooltipTemplate.d.ts +12 -0
  170. package/dist/components/TooltipTemplate/TextTooltipTemplate.d.ts.map +1 -0
  171. package/dist/components/TooltipTemplate/TextTooltipTemplate.mjs +21 -0
  172. package/dist/components/TooltipTemplate/TextTooltipTemplate.mjs.map +1 -0
  173. package/dist/components/Wizard/Wizard.d.ts +33 -0
  174. package/dist/components/Wizard/Wizard.d.ts.map +1 -0
  175. package/dist/components/Wizard/Wizard.mjs +129 -0
  176. package/dist/components/Wizard/Wizard.mjs.map +1 -0
  177. package/dist/components/Wizard/WizardSteps/WizardSteps.d.ts +16 -0
  178. package/dist/components/Wizard/WizardSteps/WizardSteps.d.ts.map +1 -0
  179. package/dist/components/Wizard/WizardSteps/WizardSteps.mjs +41 -0
  180. package/dist/components/Wizard/WizardSteps/WizardSteps.mjs.map +1 -0
  181. package/dist/components/index.d.ts +31 -0
  182. package/dist/components/index.d.ts.map +1 -0
  183. package/dist/components/index.mjs +61 -0
  184. package/dist/components/index.mjs.map +1 -0
  185. package/dist/constants.d.ts +122 -0
  186. package/dist/constants.d.ts.map +1 -0
  187. package/dist/constants.mjs +52 -0
  188. package/dist/constants.mjs.map +1 -0
  189. package/dist/elements/ActionsMenuItem/ActionsMenuItem.d.ts +16 -0
  190. package/dist/elements/ActionsMenuItem/ActionsMenuItem.d.ts.map +1 -0
  191. package/dist/elements/ActionsMenuItem/ActionsMenuItem.mjs +51 -0
  192. package/dist/elements/ActionsMenuItem/ActionsMenuItem.mjs.map +1 -0
  193. package/dist/elements/FormActionButton/FormActionButton.d.ts +23 -0
  194. package/dist/elements/FormActionButton/FormActionButton.d.ts.map +1 -0
  195. package/dist/elements/FormActionButton/FormActionButton.mjs +43 -0
  196. package/dist/elements/FormActionButton/FormActionButton.mjs.map +1 -0
  197. package/dist/elements/FormRowActions/FormRowActions.d.ts +27 -0
  198. package/dist/elements/FormRowActions/FormRowActions.d.ts.map +1 -0
  199. package/dist/elements/FormRowActions/FormRowActions.mjs +87 -0
  200. package/dist/elements/FormRowActions/FormRowActions.mjs.map +1 -0
  201. package/dist/elements/OptionsMenu/OptionsMenu.d.ts +18 -0
  202. package/dist/elements/OptionsMenu/OptionsMenu.d.ts.map +1 -0
  203. package/dist/elements/OptionsMenu/OptionsMenu.mjs +47 -0
  204. package/dist/elements/OptionsMenu/OptionsMenu.mjs.map +1 -0
  205. package/dist/elements/SelectOption/SelectOption.d.ts +20 -0
  206. package/dist/elements/SelectOption/SelectOption.d.ts.map +1 -0
  207. package/dist/elements/SelectOption/SelectOption.mjs +84 -0
  208. package/dist/elements/SelectOption/SelectOption.mjs.map +1 -0
  209. package/dist/elements/TableHead/TableHead.d.ts +20 -0
  210. package/dist/elements/TableHead/TableHead.d.ts.map +1 -0
  211. package/dist/elements/TableHead/TableHead.mjs +58 -0
  212. package/dist/elements/TableHead/TableHead.mjs.map +1 -0
  213. package/dist/elements/TableLinkCell/TableLinkCell.d.ts +24 -0
  214. package/dist/elements/TableLinkCell/TableLinkCell.d.ts.map +1 -0
  215. package/dist/elements/TableLinkCell/TableLinkCell.mjs +87 -0
  216. package/dist/elements/TableLinkCell/TableLinkCell.mjs.map +1 -0
  217. package/dist/elements/TableTypeCell/TableTypeCell.d.ts +12 -0
  218. package/dist/elements/TableTypeCell/TableTypeCell.d.ts.map +1 -0
  219. package/dist/elements/TableTypeCell/TableTypeCell.mjs +37 -0
  220. package/dist/elements/TableTypeCell/TableTypeCell.mjs.map +1 -0
  221. package/dist/elements/ValidationTemplate/ValidationTemplate.d.ts +12 -0
  222. package/dist/elements/ValidationTemplate/ValidationTemplate.d.ts.map +1 -0
  223. package/dist/elements/ValidationTemplate/ValidationTemplate.mjs +22 -0
  224. package/dist/elements/ValidationTemplate/ValidationTemplate.mjs.map +1 -0
  225. package/dist/elements/index.d.ts +11 -0
  226. package/dist/elements/index.d.ts.map +1 -0
  227. package/dist/elements/index.mjs +21 -0
  228. package/dist/elements/index.mjs.map +1 -0
  229. package/dist/fonts/roboto-v27-latin-300.eot +0 -0
  230. package/dist/fonts/roboto-v27-latin-300.svg +1 -0
  231. package/dist/fonts/roboto-v27-latin-300.ttf +0 -0
  232. package/dist/fonts/roboto-v27-latin-300.woff +0 -0
  233. package/dist/fonts/roboto-v27-latin-300.woff2 +0 -0
  234. package/dist/fonts/roboto-v27-latin-500.eot +0 -0
  235. package/dist/fonts/roboto-v27-latin-500.svg +1 -0
  236. package/dist/fonts/roboto-v27-latin-500.ttf +0 -0
  237. package/dist/fonts/roboto-v27-latin-500.woff +0 -0
  238. package/dist/fonts/roboto-v27-latin-500.woff2 +0 -0
  239. package/dist/fonts/roboto-v27-latin-500italic.eot +0 -0
  240. package/dist/fonts/roboto-v27-latin-500italic.svg +326 -0
  241. package/dist/fonts/roboto-v27-latin-500italic.ttf +0 -0
  242. package/dist/fonts/roboto-v27-latin-500italic.woff +0 -0
  243. package/dist/fonts/roboto-v27-latin-500italic.woff2 +0 -0
  244. package/dist/fonts/roboto-v27-latin-700.eot +0 -0
  245. package/dist/fonts/roboto-v27-latin-700.svg +309 -0
  246. package/dist/fonts/roboto-v27-latin-700.ttf +0 -0
  247. package/dist/fonts/roboto-v27-latin-700.woff +0 -0
  248. package/dist/fonts/roboto-v27-latin-700.woff2 +0 -0
  249. package/dist/fonts/roboto-v27-latin-700italic.eot +0 -0
  250. package/dist/fonts/roboto-v27-latin-700italic.svg +1 -0
  251. package/dist/fonts/roboto-v27-latin-700italic.ttf +0 -0
  252. package/dist/fonts/roboto-v27-latin-700italic.woff +0 -0
  253. package/dist/fonts/roboto-v27-latin-700italic.woff2 +0 -0
  254. package/dist/fonts/roboto-v27-latin-italic.eot +0 -0
  255. package/dist/fonts/roboto-v27-latin-italic.svg +323 -0
  256. package/dist/fonts/roboto-v27-latin-italic.ttf +0 -0
  257. package/dist/fonts/roboto-v27-latin-italic.woff +0 -0
  258. package/dist/fonts/roboto-v27-latin-italic.woff2 +0 -0
  259. package/dist/fonts/roboto-v27-latin-regular.eot +0 -0
  260. package/dist/fonts/roboto-v27-latin-regular.svg +308 -0
  261. package/dist/fonts/roboto-v27-latin-regular.ttf +0 -0
  262. package/dist/fonts/roboto-v27-latin-regular.woff +0 -0
  263. package/dist/fonts/roboto-v27-latin-regular.woff2 +0 -0
  264. package/dist/fonts/source-code-pro-v14-latin-regular.eot +0 -0
  265. package/dist/fonts/source-code-pro-v14-latin-regular.svg +341 -0
  266. package/dist/fonts/source-code-pro-v14-latin-regular.ttf +0 -0
  267. package/dist/fonts/source-code-pro-v14-latin-regular.woff +0 -0
  268. package/dist/fonts/source-code-pro-v14-latin-regular.woff2 +0 -0
  269. package/dist/hooks/index.d.ts +9 -0
  270. package/dist/hooks/index.d.ts.map +1 -0
  271. package/dist/hooks/index.mjs +19 -0
  272. package/dist/hooks/index.mjs.map +1 -0
  273. package/dist/hooks/useChipCell.hook.d.ts +13 -0
  274. package/dist/hooks/useChipCell.hook.d.ts.map +1 -0
  275. package/dist/hooks/useChipCell.hook.mjs +71 -0
  276. package/dist/hooks/useChipCell.hook.mjs.map +1 -0
  277. package/dist/hooks/useDebounce.hook.d.ts +2 -0
  278. package/dist/hooks/useDebounce.hook.d.ts.map +1 -0
  279. package/dist/hooks/useDebounce.hook.mjs +19 -0
  280. package/dist/hooks/useDebounce.hook.mjs.map +1 -0
  281. package/dist/hooks/useDetails.hook.d.ts +72 -0
  282. package/dist/hooks/useDetails.hook.d.ts.map +1 -0
  283. package/dist/hooks/useDetails.hook.mjs +205 -0
  284. package/dist/hooks/useDetails.hook.mjs.map +1 -0
  285. package/dist/hooks/useDetailsHeader.hook.d.ts +80 -0
  286. package/dist/hooks/useDetailsHeader.hook.d.ts.map +1 -0
  287. package/dist/hooks/useDetailsHeader.hook.mjs +229 -0
  288. package/dist/hooks/useDetailsHeader.hook.mjs.map +1 -0
  289. package/dist/hooks/useDetectOutsideClick.hook.d.ts +2 -0
  290. package/dist/hooks/useDetectOutsideClick.hook.d.ts.map +1 -0
  291. package/dist/hooks/useDetectOutsideClick.hook.mjs +15 -0
  292. package/dist/hooks/useDetectOutsideClick.hook.mjs.map +1 -0
  293. package/dist/hooks/useFormTable.hook.d.ts +16 -0
  294. package/dist/hooks/useFormTable.hook.d.ts.map +1 -0
  295. package/dist/hooks/useFormTable.hook.mjs +128 -0
  296. package/dist/hooks/useFormTable.hook.mjs.map +1 -0
  297. package/dist/hooks/useHiddenChipsBlock.hook.d.ts +4 -0
  298. package/dist/hooks/useHiddenChipsBlock.hook.d.ts.map +1 -0
  299. package/dist/hooks/useHiddenChipsBlock.hook.mjs +51 -0
  300. package/dist/hooks/useHiddenChipsBlock.hook.mjs.map +1 -0
  301. package/dist/hooks/useTable.hook.d.ts +66 -0
  302. package/dist/hooks/useTable.hook.d.ts.map +1 -0
  303. package/dist/hooks/useTable.hook.mjs +175 -0
  304. package/dist/hooks/useTable.hook.mjs.map +1 -0
  305. package/dist/images/add-circle-question.svg +7 -0
  306. package/dist/images/add-circle.svg +5 -0
  307. package/dist/images/add.svg +4 -0
  308. package/dist/images/add.svg.mjs +6 -0
  309. package/dist/images/add.svg.mjs.map +1 -0
  310. package/dist/images/alert-yellow.svg +3 -0
  311. package/dist/images/alerts-icon.svg +3 -0
  312. package/dist/images/alerts-mini.svg +4 -0
  313. package/dist/images/alerts.svg +3 -0
  314. package/dist/images/api-getaway-icon.svg +5 -0
  315. package/dist/images/application-icon.svg +3 -0
  316. package/dist/images/archive-icon.svg +3 -0
  317. package/dist/images/arrow-down.svg +3 -0
  318. package/dist/images/arrow-up.svg +3 -0
  319. package/dist/images/arrow.svg +3 -0
  320. package/dist/images/arrow.svg.mjs +6 -0
  321. package/dist/images/arrow.svg.mjs.map +1 -0
  322. package/dist/images/back-arrow.svg +5 -0
  323. package/dist/images/back-arrow.svg.mjs +6 -0
  324. package/dist/images/back-arrow.svg.mjs.map +1 -0
  325. package/dist/images/batch-step-badge.svg +4 -0
  326. package/dist/images/best-iteration-icon.svg +4 -0
  327. package/dist/images/cancel.svg +3 -0
  328. package/dist/images/checkbox-checked.svg +3 -0
  329. package/dist/images/checkbox-unchecked.svg +3 -0
  330. package/dist/images/checkmark.svg +3 -0
  331. package/dist/images/checkmark.svg.mjs +6 -0
  332. package/dist/images/checkmark.svg.mjs.map +1 -0
  333. package/dist/images/checkmark2.svg +3 -0
  334. package/dist/images/checkmark2.svg.mjs +6 -0
  335. package/dist/images/checkmark2.svg.mjs.map +1 -0
  336. package/dist/images/choice-step-badge.svg +4 -0
  337. package/dist/images/circled-m.svg +3 -0
  338. package/dist/images/circled-r.svg +3 -0
  339. package/dist/images/clock.svg +4 -0
  340. package/dist/images/close.svg +3 -0
  341. package/dist/images/close.svg.mjs +6 -0
  342. package/dist/images/close.svg.mjs.map +1 -0
  343. package/dist/images/code.svg +3 -0
  344. package/dist/images/collapse.svg +3 -0
  345. package/dist/images/connections-icon.svg +4 -0
  346. package/dist/images/copy-to-clipboard-icon.svg +3 -0
  347. package/dist/images/copy-to-clipboard-icon.svg.mjs +6 -0
  348. package/dist/images/copy-to-clipboard-icon.svg.mjs.map +1 -0
  349. package/dist/images/custom-step-badge.svg +4 -0
  350. package/dist/images/custom.svg +3 -0
  351. package/dist/images/dashboard-icon.svg +3 -0
  352. package/dist/images/dashboard-mini.svg +4 -0
  353. package/dist/images/data-analytics-mini.svg +4 -0
  354. package/dist/images/data-analytics.svg +3 -0
  355. package/dist/images/data-preparation-mini.svg +14 -0
  356. package/dist/images/data-preperation.svg +13 -0
  357. package/dist/images/databricks-icon.svg +4 -0
  358. package/dist/images/datasets-icon.svg +3 -0
  359. package/dist/images/db-icon.svg +3 -0
  360. package/dist/images/delete.svg +3 -0
  361. package/dist/images/delete.svg.mjs +6 -0
  362. package/dist/images/delete.svg.mjs.map +1 -0
  363. package/dist/images/deploy-icon.svg +4 -0
  364. package/dist/images/dl-mini.svg +4 -0
  365. package/dist/images/dl.svg +3 -0
  366. package/dist/images/documents-icon.svg +3 -0
  367. package/dist/images/dots-icon.png +0 -0
  368. package/dist/images/double-arrow.svg +3 -0
  369. package/dist/images/double-back-arrow.svg +4 -0
  370. package/dist/images/download.svg +3 -0
  371. package/dist/images/drop-file.svg +5 -0
  372. package/dist/images/dropdown.svg +3 -0
  373. package/dist/images/dropdown.svg.mjs +6 -0
  374. package/dist/images/dropdown.svg.mjs.map +1 -0
  375. package/dist/images/edit.svg +3 -0
  376. package/dist/images/edit.svg.mjs +6 -0
  377. package/dist/images/edit.svg.mjs.map +1 -0
  378. package/dist/images/edit_old.svg +3 -0
  379. package/dist/images/elipsis.svg +3 -0
  380. package/dist/images/elipsis.svg.mjs +6 -0
  381. package/dist/images/elipsis.svg.mjs.map +1 -0
  382. package/dist/images/email-icon.svg +3 -0
  383. package/dist/images/entity-type-application.svg +3 -0
  384. package/dist/images/entity-type-endpoint.svg +3 -0
  385. package/dist/images/entity-type-job.svg +3 -0
  386. package/dist/images/error-step-badge.svg +4 -0
  387. package/dist/images/etl-mini.svg +11 -0
  388. package/dist/images/etl.svg +10 -0
  389. package/dist/images/events-step-badge.svg +8 -0
  390. package/dist/images/exclamation-mark.svg +3 -0
  391. package/dist/images/exclamation-mark.svg.mjs +6 -0
  392. package/dist/images/exclamation-mark.svg.mjs.map +1 -0
  393. package/dist/images/expand.svg +3 -0
  394. package/dist/images/eye-icon.svg +3 -0
  395. package/dist/images/feed-mini.svg +4 -0
  396. package/dist/images/file-icon.svg +3 -0
  397. package/dist/images/filter-step-badge.svg +4 -0
  398. package/dist/images/filter.svg +5 -0
  399. package/dist/images/function-icon.svg +3 -0
  400. package/dist/images/genai-step-badge.svg +4 -0
  401. package/dist/images/git-icon.svg +3 -0
  402. package/dist/images/github-icon.svg +1 -0
  403. package/dist/images/history.svg +3 -0
  404. package/dist/images/history.svg.mjs +6 -0
  405. package/dist/images/history.svg.mjs.map +1 -0
  406. package/dist/images/horovod.svg +3 -0
  407. package/dist/images/ic-batch-inference.svg +40 -0
  408. package/dist/images/ic-calendar.svg +3 -0
  409. package/dist/images/ic-create-featureset.svg +25 -0
  410. package/dist/images/ic-create-new-function.svg +35 -0
  411. package/dist/images/ic-create-realtime-function.svg +25 -0
  412. package/dist/images/ic-create-workflow.svg +30 -0
  413. package/dist/images/ic-define-alerts.svg +25 -0
  414. package/dist/images/ic-deploy-model-serving.svg +20 -0
  415. package/dist/images/ic-feature-vector.svg +25 -0
  416. package/dist/images/ic-key.svg +3 -0
  417. package/dist/images/ic-register-artifact.svg +13 -0
  418. package/dist/images/ic-register-dataset.svg +20 -0
  419. package/dist/images/ic-register-model.svg +20 -0
  420. package/dist/images/ic-run-batch.svg +20 -0
  421. package/dist/images/ic-run-workflow.svg +40 -0
  422. package/dist/images/ic-train-model.svg +26 -0
  423. package/dist/images/ic_arrow-right.svg +3 -0
  424. package/dist/images/ic_copy-to-clipboard.svg +3 -0
  425. package/dist/images/ic_remote.svg +3 -0
  426. package/dist/images/ic_target-with-arrow-unset.svg +4 -0
  427. package/dist/images/ic_target-with-dart.svg +3 -0
  428. package/dist/images/iguazio-logo.png +0 -0
  429. package/dist/images/info-fill.svg +3 -0
  430. package/dist/images/jupyter.svg +3 -0
  431. package/dist/images/kafka-icon.svg +3 -0
  432. package/dist/images/legend-queue-icon.svg +5 -0
  433. package/dist/images/legend.svg +12 -0
  434. package/dist/images/link-icon.svg +5 -0
  435. package/dist/images/listview.svg +3 -0
  436. package/dist/images/llm-prompt-icon.svg +3 -0
  437. package/dist/images/lock-icon.svg +3 -0
  438. package/dist/images/metrics-icon.svg +10 -0
  439. package/dist/images/ml-download.svg +3 -0
  440. package/dist/images/ml-enlarge.svg +6 -0
  441. package/dist/images/ml-enlarge.svg.mjs +6 -0
  442. package/dist/images/ml-enlarge.svg.mjs.map +1 -0
  443. package/dist/images/ml-mini.svg +16 -0
  444. package/dist/images/ml-minimize.svg +3 -0
  445. package/dist/images/ml-minimize.svg.mjs +6 -0
  446. package/dist/images/ml-minimize.svg.mjs.map +1 -0
  447. package/dist/images/ml.svg +10 -0
  448. package/dist/images/mlrun-api-gateways.svg +8 -0
  449. package/dist/images/mlrun-artifacts.svg +11 -0
  450. package/dist/images/mlrun-blue-logo.svg +1 -0
  451. package/dist/images/mlrun-datasets.svg +5 -0
  452. package/dist/images/mlrun-feature-store.svg +10 -0
  453. package/dist/images/mlrun-hub-step-badge.svg +4 -0
  454. package/dist/images/mlrun-jobs-and-workflows.svg +5 -0
  455. package/dist/images/mlrun-logo-circle-small.png +0 -0
  456. package/dist/images/mlrun-logo-small.png +0 -0
  457. package/dist/images/mlrun-ml-functions.svg +8 -0
  458. package/dist/images/mlrun-models.svg +5 -0
  459. package/dist/images/mlrun-project-home.svg +5 -0
  460. package/dist/images/mlrun-project-monitoring.svg +9 -0
  461. package/dist/images/mlrun-project-settings.svg +5 -0
  462. package/dist/images/mlrun-realtime-functions.svg +8 -0
  463. package/dist/images/model-monitoring.svg +3 -0
  464. package/dist/images/model-serving-mini.svg +13 -0
  465. package/dist/images/model-serving.svg +12 -0
  466. package/dist/images/model-training-mini.svg +11 -0
  467. package/dist/images/model-training.svg +3 -0
  468. package/dist/images/models-icon.svg +3 -0
  469. package/dist/images/monitor-icon.svg +3 -0
  470. package/dist/images/monitoring-icon.svg +4 -0
  471. package/dist/images/navbar/alerts-icon.svg +3 -0
  472. package/dist/images/navbar/documents-icon.svg +3 -0
  473. package/dist/images/navbar/llm-prompt-icon.svg +3 -0
  474. package/dist/images/navbar/mlrun-api-gateways.svg +8 -0
  475. package/dist/images/navbar/mlrun-artifacts.svg +11 -0
  476. package/dist/images/navbar/mlrun-datasets.svg +5 -0
  477. package/dist/images/navbar/mlrun-feature-store.svg +10 -0
  478. package/dist/images/navbar/mlrun-jobs-and-workflows.svg +5 -0
  479. package/dist/images/navbar/mlrun-ml-functions.svg +8 -0
  480. package/dist/images/navbar/mlrun-models.svg +5 -0
  481. package/dist/images/navbar/mlrun-project-home.svg +5 -0
  482. package/dist/images/navbar/mlrun-project-monitoring.svg +9 -0
  483. package/dist/images/navbar/mlrun-project-settings.svg +5 -0
  484. package/dist/images/navbar/mlrun-realtime-functions.svg +8 -0
  485. package/dist/images/navbar/model-monitoring.svg +3 -0
  486. package/dist/images/nlp-mini.svg +4 -0
  487. package/dist/images/nlp.svg +3 -0
  488. package/dist/images/no-data-metric-image.png +0 -0
  489. package/dist/images/nosql.svg +3 -0
  490. package/dist/images/notification-badge.svg +5 -0
  491. package/dist/images/nuclio.svg +3 -0
  492. package/dist/images/other.svg +3 -0
  493. package/dist/images/package.svg +4 -0
  494. package/dist/images/pagination-arrow.svg +3 -0
  495. package/dist/images/pagination-double-arrow.svg +4 -0
  496. package/dist/images/partition.svg +3 -0
  497. package/dist/images/pin-icon.svg +3 -0
  498. package/dist/images/pipelines.svg +3 -0
  499. package/dist/images/plus.svg +4 -0
  500. package/dist/images/plus.svg.mjs +6 -0
  501. package/dist/images/plus.svg.mjs.map +1 -0
  502. package/dist/images/pop_in.svg +4 -0
  503. package/dist/images/popout.svg +4 -0
  504. package/dist/images/popout.svg.mjs +6 -0
  505. package/dist/images/popout.svg.mjs.map +1 -0
  506. package/dist/images/pref-icon.svg +3 -0
  507. package/dist/images/present-metrics-icon.svg +3 -0
  508. package/dist/images/private-project-icon.svg +3 -0
  509. package/dist/images/projects.svg +3 -0
  510. package/dist/images/question-mark.svg +5 -0
  511. package/dist/images/question-mark.svg.mjs +6 -0
  512. package/dist/images/question-mark.svg.mjs.map +1 -0
  513. package/dist/images/range-arrow-small.svg +3 -0
  514. package/dist/images/range-arrow-small.svg.mjs +6 -0
  515. package/dist/images/range-arrow-small.svg.mjs.map +1 -0
  516. package/dist/images/realtime-icon.svg +4 -0
  517. package/dist/images/refresh.svg +3 -0
  518. package/dist/images/refresh.svg.mjs +6 -0
  519. package/dist/images/refresh.svg.mjs.map +1 -0
  520. package/dist/images/remote-step-badge.svg +4 -0
  521. package/dist/images/rerun.svg +3 -0
  522. package/dist/images/response-indicator.svg +4 -0
  523. package/dist/images/rocket-icon.svg +12 -0
  524. package/dist/images/router-step-badge.svg +4 -0
  525. package/dist/images/run.svg +3 -0
  526. package/dist/images/search.svg +3 -0
  527. package/dist/images/search.svg.mjs +6 -0
  528. package/dist/images/search.svg.mjs.map +1 -0
  529. package/dist/images/serving-icon.svg +4 -0
  530. package/dist/images/settings.svg +3 -0
  531. package/dist/images/severity-critical.svg +3 -0
  532. package/dist/images/severity-error.svg +10 -0
  533. package/dist/images/severity-high.svg +3 -0
  534. package/dist/images/severity-low.svg +3 -0
  535. package/dist/images/severity-normal.svg +3 -0
  536. package/dist/images/severity-ok.svg +10 -0
  537. package/dist/images/simulator-mini.svg +4 -0
  538. package/dist/images/simulators.svg +3 -0
  539. package/dist/images/sitemap-icon.svg +3 -0
  540. package/dist/images/slack-icon-colored.svg +10 -0
  541. package/dist/images/slack-icon.svg +1 -0
  542. package/dist/images/spark.svg +3 -0
  543. package/dist/images/stream.svg +5 -0
  544. package/dist/images/success_done.svg +3 -0
  545. package/dist/images/success_done.svg.mjs +6 -0
  546. package/dist/images/success_done.svg.mjs.map +1 -0
  547. package/dist/images/tag-icon.svg +4 -0
  548. package/dist/images/timer-outline-icon.svg +3 -0
  549. package/dist/images/tsdb-icon.svg +3 -0
  550. package/dist/images/unarchive-icon.svg +3 -0
  551. package/dist/images/unpin-icon.svg +3 -0
  552. package/dist/images/unsuccess_alert.svg +4 -0
  553. package/dist/images/unsuccess_alert.svg.mjs +6 -0
  554. package/dist/images/unsuccess_alert.svg.mjs.map +1 -0
  555. package/dist/images/upload-icon.svg +5 -0
  556. package/dist/images/user.svg +3 -0
  557. package/dist/images/users.svg +3 -0
  558. package/dist/images/v3io-icon.svg +3 -0
  559. package/dist/images/view-details.svg +3 -0
  560. package/dist/images/vs-code.svg +3 -0
  561. package/dist/images/warning.svg +10 -0
  562. package/dist/images/warning.svg.mjs +6 -0
  563. package/dist/images/warning.svg.mjs.map +1 -0
  564. package/dist/images/webhook-icon.svg +9 -0
  565. package/dist/images/workflow-icon.svg +6 -0
  566. package/dist/images/yaml.svg +3 -0
  567. package/dist/images/yaml_old.svg +4 -0
  568. package/dist/index.css +1 -0
  569. package/dist/index.d.ts +9 -0
  570. package/dist/index.d.ts.map +1 -0
  571. package/dist/index.mjs +17 -0
  572. package/dist/index.mjs.map +1 -0
  573. package/dist/reducers/commonDetailsReducer.d.ts +24 -0
  574. package/dist/reducers/commonDetailsReducer.d.ts.map +1 -0
  575. package/dist/reducers/commonDetailsReducer.mjs +77 -0
  576. package/dist/reducers/commonDetailsReducer.mjs.map +1 -0
  577. package/dist/reducers/index.d.ts +3 -0
  578. package/dist/reducers/index.d.ts.map +1 -0
  579. package/dist/reducers/index.mjs +7 -0
  580. package/dist/reducers/index.mjs.map +1 -0
  581. package/dist/reducers/notificationReducer.d.ts +7 -0
  582. package/dist/reducers/notificationReducer.d.ts.map +1 -0
  583. package/dist/reducers/notificationReducer.mjs +21 -0
  584. package/dist/reducers/notificationReducer.mjs.map +1 -0
  585. package/dist/robots.txt +3 -0
  586. package/dist/scss/borders.scss +26 -0
  587. package/dist/scss/colors.scss +75 -0
  588. package/dist/scss/common.scss +1056 -0
  589. package/dist/scss/details.scss +376 -0
  590. package/dist/scss/fonts.scss +123 -0
  591. package/dist/scss/mixins.scss +1231 -0
  592. package/dist/scss/shadows.scss +16 -0
  593. package/dist/scss/table.scss +283 -0
  594. package/dist/scss/variables.scss +28 -0
  595. package/dist/types.d.ts +32 -0
  596. package/dist/types.d.ts.map +1 -0
  597. package/dist/types.mjs +191 -0
  598. package/dist/types.mjs.map +1 -0
  599. package/dist/utils/chips.util.d.ts +30 -0
  600. package/dist/utils/chips.util.d.ts.map +1 -0
  601. package/dist/utils/chips.util.mjs +75 -0
  602. package/dist/utils/chips.util.mjs.map +1 -0
  603. package/dist/utils/common.util.d.ts +15 -0
  604. package/dist/utils/common.util.d.ts.map +1 -0
  605. package/dist/utils/common.util.mjs +109 -0
  606. package/dist/utils/common.util.mjs.map +1 -0
  607. package/dist/utils/datetime.util.d.ts +18 -0
  608. package/dist/utils/datetime.util.d.ts.map +1 -0
  609. package/dist/utils/datetime.util.mjs +63 -0
  610. package/dist/utils/datetime.util.mjs.map +1 -0
  611. package/dist/utils/filter.util.d.ts +5 -0
  612. package/dist/utils/filter.util.d.ts.map +1 -0
  613. package/dist/utils/filter.util.mjs +23 -0
  614. package/dist/utils/filter.util.mjs.map +1 -0
  615. package/dist/utils/form.util.d.ts +12 -0
  616. package/dist/utils/form.util.d.ts.map +1 -0
  617. package/dist/utils/form.util.mjs +30 -0
  618. package/dist/utils/form.util.mjs.map +1 -0
  619. package/dist/utils/generateChipsList.util.d.ts +10 -0
  620. package/dist/utils/generateChipsList.util.d.ts.map +1 -0
  621. package/dist/utils/generateChipsList.util.mjs +19 -0
  622. package/dist/utils/generateChipsList.util.mjs.map +1 -0
  623. package/dist/utils/getFirstScrollableParent.util.d.ts +2 -0
  624. package/dist/utils/getFirstScrollableParent.util.d.ts.map +1 -0
  625. package/dist/utils/getFirstScrollableParent.util.mjs +5 -0
  626. package/dist/utils/getFirstScrollableParent.util.mjs.map +1 -0
  627. package/dist/utils/index.d.ts +13 -0
  628. package/dist/utils/index.d.ts.map +1 -0
  629. package/dist/utils/index.mjs +27 -0
  630. package/dist/utils/index.mjs.map +1 -0
  631. package/dist/utils/math.util.d.ts +2 -0
  632. package/dist/utils/math.util.d.ts.map +1 -0
  633. package/dist/utils/math.util.mjs +18 -0
  634. package/dist/utils/math.util.mjs.map +1 -0
  635. package/dist/utils/notification.util.d.ts +2 -0
  636. package/dist/utils/notification.util.d.ts.map +1 -0
  637. package/dist/utils/notification.util.mjs +17 -0
  638. package/dist/utils/notification.util.mjs.map +1 -0
  639. package/dist/utils/proxyServerConfig.util.d.ts +27 -0
  640. package/dist/utils/proxyServerConfig.util.d.ts.map +1 -0
  641. package/dist/utils/proxyServerConfig.util.mjs +30 -0
  642. package/dist/utils/proxyServerConfig.util.mjs.map +1 -0
  643. package/dist/utils/string.util.d.ts +6 -0
  644. package/dist/utils/string.util.d.ts.map +1 -0
  645. package/dist/utils/string.util.mjs +13 -0
  646. package/dist/utils/string.util.mjs.map +1 -0
  647. package/dist/utils/validation.util.d.ts +6 -0
  648. package/dist/utils/validation.util.d.ts.map +1 -0
  649. package/dist/utils/validation.util.mjs +306 -0
  650. package/dist/utils/validation.util.mjs.map +1 -0
  651. package/package.json +1 -1
@@ -0,0 +1,1056 @@
1
+ @use './colors';
2
+ @use './borders';
3
+ @use './variables';
4
+ @use './shadows';
5
+ @use './mixins';
6
+
7
+ :root {
8
+ --chipBlockMarginRight: 5px;
9
+ --tipArrowLength: 10px;
10
+ --tipIconLength: 16px;
11
+ --tipArrowOffset: 20px;
12
+ --amethystColor: #{colors.$amethyst};
13
+ --brightTurquoiseColor: #{colors.$brightTurquoise};
14
+ --ceriseRedColor: #{colors.$ceriseRed};
15
+ --cornflowerBlueTwoColor: #{colors.$cornflowerBlueTwo};
16
+ --doveGrayColor: #{colors.$doveGray};
17
+ --grandisColor: #{colors.$grandis};
18
+ --javaColor: #{colors.$java};
19
+ --mulledWineColor: #{colors.$mulledWine};
20
+ --mischkaColor: #{colors.$mischka};
21
+ }
22
+
23
+ /* =========== GENERAL ============= */
24
+
25
+ #root {
26
+ z-index: 1;
27
+ display: flex;
28
+ flex: 1;
29
+ width: 100%;
30
+ isolation: isolate;
31
+ }
32
+
33
+ #overlay_container {
34
+ position: fixed;
35
+ bottom: 0;
36
+ z-index: 2;
37
+ display: flex;
38
+ flex: 1;
39
+ flex-direction: column;
40
+ align-items: center;
41
+ justify-content: center;
42
+ width: 100%;
43
+ }
44
+
45
+ button {
46
+ padding: 0;
47
+ font-family: Roboto, sans-serif;
48
+ background-color: transparent;
49
+ border: none;
50
+ cursor: pointer;
51
+
52
+ &:active,
53
+ &:focus {
54
+ outline: none;
55
+ box-shadow: none;
56
+ }
57
+
58
+ &:disabled {
59
+ cursor: not-allowed;
60
+ }
61
+ }
62
+
63
+ input,
64
+ textarea {
65
+ overflow-x: hidden;
66
+ font-weight: normal;
67
+ font-size: 15px;
68
+ font-family: Roboto, sans-serif;
69
+ font-style: normal;
70
+ line-height: 18px;
71
+ white-space: nowrap;
72
+ text-overflow: ellipsis;
73
+ border: 0;
74
+ color: inherit;
75
+ background-color: transparent;
76
+ padding: 0;
77
+ resize: none;
78
+
79
+ &::placeholder {
80
+ color: colors.$spunPearl;
81
+ }
82
+
83
+ &::-webkit-input-placeholder {
84
+ /* Chrome/Opera/Safari */
85
+ color: colors.$spunPearl;
86
+ }
87
+
88
+ &::-moz-placeholder {
89
+ /* Firefox 19+ */
90
+ color: colors.$spunPearl;
91
+ }
92
+
93
+ &:-ms-input-placeholder {
94
+ /* IE 10+ */
95
+ color: colors.$spunPearl;
96
+ }
97
+
98
+ &:-moz-placeholder {
99
+ /* Firefox 18- */
100
+ color: colors.$spunPearl;
101
+ }
102
+
103
+ &:disabled {
104
+ background: transparent;
105
+ cursor: not-allowed;
106
+ }
107
+
108
+ &:active,
109
+ &:focus {
110
+ outline: none;
111
+ box-shadow: none;
112
+ }
113
+ }
114
+
115
+ .link {
116
+ color: colors.$cornflowerBlue;
117
+ cursor: pointer;
118
+ line-height: 20px;
119
+
120
+ &:hover {
121
+ text-decoration: underline;
122
+ text-underline-offset: 3px;
123
+ }
124
+ }
125
+
126
+ .warning-text {
127
+ color: colors.$amaranth;
128
+ padding: 5px 0;
129
+ line-height: 1.5;
130
+ font-size: 13px;
131
+ }
132
+
133
+ [class*='igz-transition'] {
134
+ transition: opacity 200ms ease-in-out;
135
+ }
136
+
137
+ .igz-transition {
138
+ &-enter {
139
+ opacity: 0;
140
+ }
141
+
142
+ &-enter-active {
143
+ opacity: 1;
144
+ }
145
+
146
+ &-exit {
147
+ opacity: 1;
148
+ }
149
+
150
+ &-exit-active {
151
+ opacity: 0;
152
+ }
153
+ }
154
+
155
+ .d-flex {
156
+ display: flex;
157
+ }
158
+
159
+ .visibility-hidden {
160
+ visibility: hidden;
161
+ }
162
+
163
+ .data-ellipsis {
164
+ overflow: hidden;
165
+ white-space: nowrap;
166
+ text-overflow: ellipsis;
167
+ }
168
+
169
+ .cursor-pointer {
170
+ cursor: pointer;
171
+ }
172
+
173
+ .capitalize {
174
+ text-transform: capitalize;
175
+ }
176
+
177
+ .wrap {
178
+ white-space: pre-wrap;
179
+ }
180
+
181
+ iframe {
182
+ width: 100%;
183
+ height: 100%;
184
+ }
185
+
186
+ a {
187
+ color: inherit;
188
+ text-decoration: none;
189
+ }
190
+
191
+ *,
192
+ ::after,
193
+ ::before {
194
+ box-sizing: border-box;
195
+ }
196
+
197
+ ::-webkit-scrollbar {
198
+ width: 8px;
199
+ height: 8px;
200
+ }
201
+
202
+ ::-webkit-scrollbar-track {
203
+ background-color: rgba(colors.$black, 0.1);
204
+ border-radius: 10px;
205
+ }
206
+
207
+ ::-webkit-scrollbar-thumb {
208
+ background-color: rgba(colors.$black, 0.25);
209
+ border-radius: 10px;
210
+
211
+ &:hover {
212
+ background-color: rgba(colors.$black, 0.4);
213
+ }
214
+ }
215
+
216
+ /* =========== CONTENT ============= */
217
+
218
+ .content {
219
+ position: relative;
220
+ flex-direction: column;
221
+ min-width: 800px;
222
+ padding: 15px 24px 10px;
223
+ background-color: colors.$white;
224
+ overflow: auto;
225
+ min-height: 0;
226
+
227
+ @include mixins.displayFlex;
228
+
229
+ @media screen and (min-width: 1300px) {
230
+ padding: 15px 64px 15px;
231
+ }
232
+
233
+ &__header {
234
+ display: flex;
235
+ flex-flow: row nowrap;
236
+ align-items: center;
237
+ justify-content: space-between;
238
+ min-height: 70px;
239
+ padding: 14px 24px;
240
+ background-color: colors.$white;
241
+ box-shadow: shadows.$headerShadow;
242
+
243
+ .btn {
244
+ &_register {
245
+ text-transform: capitalize;
246
+ }
247
+ }
248
+ }
249
+
250
+ .table-container {
251
+ position: relative;
252
+ display: flex;
253
+ flex: 1;
254
+ flex-direction: column;
255
+ background-color: colors.$white;
256
+
257
+ .no_data {
258
+ margin: auto;
259
+ color: colors.$mulledWine;
260
+ }
261
+ }
262
+
263
+ &-wrapper {
264
+ display: flex;
265
+ flex: 1 1;
266
+ flex-direction: column;
267
+ min-width: 100%;
268
+ min-height: 0;
269
+ }
270
+
271
+ &__action-bar-wrapper {
272
+ display: flex;
273
+ flex-flow: row wrap;
274
+ align-items: center;
275
+ background-color: colors.$white;
276
+
277
+ &_hidden {
278
+ display: none;
279
+ }
280
+
281
+ .content-menu {
282
+ flex: 0;
283
+ margin-right: 20px;
284
+ margin-bottom: 15px;
285
+
286
+ &__item {
287
+ white-space: nowrap;
288
+ }
289
+ }
290
+ }
291
+
292
+ &__history-back-link-wrapper {
293
+ padding-bottom: 5px;
294
+
295
+ .history-back-link__title {
296
+ max-width: 100%;
297
+ }
298
+ }
299
+
300
+ .action-bar {
301
+ display: flex;
302
+ flex: 1;
303
+ align-items: flex-start;
304
+ justify-content: flex-end;
305
+ width: 100%;
306
+ margin-bottom: 15px;
307
+
308
+ &_hidden {
309
+ display: none;
310
+ }
311
+
312
+ &__filters {
313
+ &-item {
314
+ &:not(:last-child) {
315
+ margin: 0 15px 0 0;
316
+ }
317
+ }
318
+ }
319
+ }
320
+ }
321
+
322
+ /* =========== CONTENT MENU ============= */
323
+
324
+ .content-menu {
325
+ display: inline-flex;
326
+ align-items: center;
327
+ width: 100%;
328
+ min-height: 40px;
329
+
330
+ &__tabs-wrapper {
331
+ overflow-x: hidden;
332
+ }
333
+
334
+ &__tabs {
335
+ display: flex;
336
+ flex-direction: row;
337
+ align-items: center;
338
+ list-style-type: none;
339
+ transition: transform 0.2s ease-in-out;
340
+
341
+ @include mixins.resetSpaces;
342
+ }
343
+
344
+ &__tab {
345
+ align-items: center;
346
+ margin: 0 15px 0 0;
347
+ padding: 5px;
348
+ color: colors.$topaz;
349
+ font-weight: 400;
350
+ line-height: 1;
351
+ white-space: nowrap;
352
+ text-align: center;
353
+ text-transform: capitalize;
354
+ cursor: pointer;
355
+
356
+ &:first-child {
357
+ padding-left: 0;
358
+ }
359
+
360
+ &-xs {
361
+ font-size: 16px;
362
+ }
363
+
364
+ &-sm {
365
+ font-size: 16px;
366
+
367
+ @media screen and (min-width: 1300px) {
368
+ font-size: 18px;
369
+ }
370
+ }
371
+
372
+ &-md {
373
+ font-size: 18px;
374
+
375
+ @media screen and (min-width: 1300px) {
376
+ font-size: 20px;
377
+ }
378
+ }
379
+
380
+ &-lg {
381
+ font-size: 20px;
382
+
383
+ @media screen and (min-width: 1300px) {
384
+ font-size: 22px;
385
+ }
386
+ }
387
+
388
+ &::after {
389
+ display: block;
390
+ width: 100%;
391
+ padding-bottom: 5px;
392
+ border-width: 2px;
393
+ border-bottom: 2px solid colors.$cornflowerBlue;
394
+ transform: scale(0);
395
+ opacity: 0;
396
+ transition: all 0.3s ease-in-out;
397
+ content: '';
398
+ }
399
+
400
+ &:hover:not([class*='_active']) {
401
+ &::after {
402
+ transform: scale(1);
403
+ opacity: 0.6;
404
+ }
405
+ }
406
+
407
+ & > * {
408
+ position: relative;
409
+ display: inline-flex;
410
+ align-items: center;
411
+
412
+ &.content-menu__tab-tip {
413
+ gap: 5px;
414
+ }
415
+
416
+ &.content-menu__tab-icon {
417
+ gap: 5px;
418
+
419
+ & > * {
420
+ svg {
421
+ width: 17px;
422
+ height: 17px;
423
+
424
+ path {
425
+ fill: colors.$topaz;
426
+ }
427
+ }
428
+ }
429
+ }
430
+ }
431
+
432
+ &.content-menu__tab_active {
433
+ svg {
434
+ path {
435
+ fill: colors.$cornflowerBlue;
436
+ }
437
+ }
438
+ }
439
+
440
+ &_active {
441
+ color: colors.$primary;
442
+ font-weight: 700;
443
+ pointer-events: none;
444
+
445
+ .content-menu__tab-tip {
446
+ svg {
447
+ pointer-events: auto;
448
+ }
449
+ }
450
+
451
+ &::after {
452
+ transform: scale(1);
453
+ opacity: 1;
454
+ }
455
+
456
+ a {
457
+ cursor: default;
458
+ }
459
+
460
+ .content-menu__tab-icon {
461
+ svg {
462
+ path {
463
+ fill: colors.$cornflowerBlue;
464
+ }
465
+ }
466
+ }
467
+ }
468
+ }
469
+
470
+ &_disabled {
471
+ pointer-events: none;
472
+
473
+ a {
474
+ cursor: not-allowed;
475
+ }
476
+ }
477
+
478
+ &__preview {
479
+ color: colors.$spunPearl;
480
+ font-size: 10px;
481
+ }
482
+
483
+ .tabs-slider {
484
+ &__arrow {
485
+ display: flex;
486
+ width: 30px;
487
+ min-width: fit-content;
488
+ max-width: 24px;
489
+ border-radius: 8px;
490
+
491
+ &_left {
492
+ padding-top: 3px;
493
+ transform: rotate(180deg);
494
+ }
495
+
496
+ &_right {
497
+ padding-bottom: 3px;
498
+ }
499
+
500
+ &_hidden {
501
+ display: none;
502
+ }
503
+
504
+ &_disabled {
505
+ pointer-events: none;
506
+
507
+ & path {
508
+ fill: colors.$spunPearl;
509
+ }
510
+ }
511
+
512
+ &:hover:not(.details-menu__arrow_disabled) {
513
+ background-color: colors.$mulledWineThree;
514
+ cursor: pointer;
515
+ }
516
+
517
+ svg {
518
+ align-self: center;
519
+ }
520
+ }
521
+ }
522
+ }
523
+
524
+ /* =========== TABLE ============= */
525
+
526
+ .table {
527
+ position: relative;
528
+ width: 100%;
529
+ text-align: left;
530
+ border-spacing: 0;
531
+
532
+ .table {
533
+ &-row {
534
+ display: flex;
535
+ flex-direction: row;
536
+ min-width: 100%;
537
+ min-height: 50px;
538
+ background-color: inherit;
539
+
540
+ &:not(.parent-row_expanded) > * {
541
+ position: relative;
542
+ display: inline-flex;
543
+ flex: 1;
544
+ align-items: center;
545
+ border-bottom: borders.$tableRowBorder;
546
+
547
+ @include mixins.tableDet(8px, 5px, 8px, 10px);
548
+
549
+ &:first-child {
550
+ padding-left: 30px;
551
+ }
552
+
553
+ &.table-cell {
554
+ &-name {
555
+ position: sticky;
556
+ left: 0;
557
+ z-index: 1;
558
+ min-width: 250px;
559
+ padding-right: 10px;
560
+ }
561
+
562
+ &-icon {
563
+ position: sticky;
564
+ right: 0;
565
+ justify-content: center;
566
+ max-width: 85px;
567
+ padding: 0;
568
+
569
+ @include mixins.tableColumnFlex(0, 50px);
570
+
571
+ & > :first-child {
572
+ padding: 0;
573
+ }
574
+
575
+ &__run-icon {
576
+ margin-bottom: -2px;
577
+ transform: rotate(-90deg) scale(1.2);
578
+ }
579
+ }
580
+ }
581
+ }
582
+
583
+ &.parent-row {
584
+ &:not(.parent-row_expanded) {
585
+ &:not(.parent-row_without-actions) {
586
+ .table-cell-icon {
587
+ .actions-menu {
588
+ &__container_extended {
589
+ &::before {
590
+ background: linear-gradient(
591
+ 90deg,
592
+ rgba(255, 255, 255, 0) 0%,
593
+ rgba(245, 247, 255, 1) 100%
594
+ );
595
+ }
596
+ }
597
+ }
598
+ }
599
+
600
+ &:hover {
601
+ .table-cell-icon {
602
+ .actions-menu {
603
+ &__container {
604
+ display: flex;
605
+
606
+ &_extended {
607
+ background-color: colors.$ghostWhite;
608
+
609
+ &::before {
610
+ background: linear-gradient(
611
+ 90deg,
612
+ rgba(255, 255, 255, 0) 0%,
613
+ rgba(245, 247, 255, 1) 100%
614
+ );
615
+ }
616
+ }
617
+
618
+ .btn {
619
+ min-width: 24px;
620
+ padding: 0;
621
+ border: none;
622
+
623
+ &:hover {
624
+ background-color: transparent;
625
+ }
626
+ }
627
+ }
628
+ }
629
+ }
630
+ }
631
+ }
632
+ }
633
+
634
+ .expand-arrow {
635
+ position: absolute;
636
+ left: 5px;
637
+ cursor: pointer;
638
+ }
639
+
640
+ .best-iteration {
641
+ position: absolute;
642
+ top: auto;
643
+ bottom: auto;
644
+ left: 5px;
645
+ margin-top: 3px;
646
+ }
647
+
648
+ &_expanded {
649
+ flex-direction: column;
650
+ border: 0;
651
+
652
+ .table-row {
653
+ &:hover {
654
+ .table-cell-icon {
655
+ .actions-menu {
656
+ &__container {
657
+ display: flex;
658
+ }
659
+ }
660
+ }
661
+ }
662
+ }
663
+
664
+ .row_grouped-by {
665
+ position: sticky;
666
+ top: #{variables.$headerRowHeight}px;
667
+ z-index: 3;
668
+ padding: 0;
669
+ background-color: colors.$white;
670
+
671
+ .expand-arrow {
672
+ transform: rotate(90deg);
673
+ }
674
+ }
675
+ }
676
+ }
677
+
678
+ .checkbox {
679
+ position: absolute;
680
+ left: 8px;
681
+ margin: 0;
682
+ }
683
+ }
684
+
685
+ &-header {
686
+ position: sticky;
687
+ top: 0;
688
+ z-index: 3;
689
+ min-width: 100%;
690
+
691
+ &-row {
692
+ min-height: #{variables.$headerRowHeight}px;
693
+ }
694
+
695
+ &__cell {
696
+ min-width: 75px;
697
+
698
+ @include mixins.tableHeader;
699
+
700
+ &:first-child {
701
+ border-radius: 4px 0 0 0;
702
+ }
703
+
704
+ &:last-child {
705
+ border-radius: 0 4px 0 0;
706
+ }
707
+ }
708
+ }
709
+
710
+ &-body {
711
+ position: relative;
712
+ z-index: 2;
713
+
714
+ &__cell {
715
+ .status {
716
+ display: flex;
717
+ flex: 0 1 12px;
718
+ align-items: center;
719
+ justify-content: center;
720
+ min-width: 12px;
721
+ margin-left: 5px;
722
+
723
+ & > * {
724
+ margin: 0;
725
+ }
726
+ }
727
+ }
728
+
729
+ .table-row {
730
+ background-color: colors.$white;
731
+
732
+ &:hover,
733
+ &_active {
734
+ background-color: colors.$ghostWhite;
735
+ }
736
+
737
+ & > * {
738
+ background-color: inherit;
739
+ }
740
+ }
741
+ }
742
+ }
743
+
744
+ &-main {
745
+ display: flex;
746
+ flex: 1;
747
+ flex-flow: column nowrap;
748
+ overflow-y: auto;
749
+ will-change: scroll-position;
750
+ }
751
+
752
+ &.table-with-details {
753
+ .table-cell-name {
754
+ min-width: 240px;
755
+ max-width: 240px;
756
+ }
757
+ }
758
+
759
+ &-fixed {
760
+ table-layout: fixed;
761
+ }
762
+ }
763
+
764
+ /* =========== FORM TABLE ============= */
765
+
766
+ .form-table {
767
+ $tableHeaderHeight: 50px;
768
+
769
+ width: 100%;
770
+ max-height: 500px;
771
+ overflow: hidden;
772
+ overflow-y: auto;
773
+ background-color: colors.$white;
774
+
775
+ .form-table__row {
776
+ display: flex;
777
+ align-items: center;
778
+ min-height: $tableHeaderHeight;
779
+ border-bottom: borders.$primaryBorder;
780
+ background-color: colors.$white;
781
+ padding: 5px 0;
782
+
783
+ &.form-table__row_excluded {
784
+ .form-table__cell {
785
+ color: colors.$spunPearl;
786
+ }
787
+ }
788
+
789
+ &.form-table__row_hidden {
790
+ display: none;
791
+ }
792
+
793
+ &:not(.no-hover):hover {
794
+ &:not(.form-table__row_invalid) {
795
+ background-color: colors.$alabaster;
796
+ }
797
+
798
+ .form-table__actions-cell {
799
+ visibility: visible;
800
+ }
801
+ }
802
+
803
+ &.form-table__row_active {
804
+ background-color: colors.$alabaster;
805
+
806
+ .form-table__cell {
807
+ &:not(.form-table__actions-cell) {
808
+ padding-top: 6px;
809
+ padding-bottom: 6px;
810
+ }
811
+ }
812
+ }
813
+
814
+ &.form-table__row_invalid {
815
+ background-color: rgba(colors.$amaranth, 0.15);
816
+ }
817
+
818
+ &_multiline {
819
+ display: flex;
820
+ flex: 1;
821
+ flex-wrap: wrap;
822
+ }
823
+ }
824
+
825
+ .form-table__header-row,
826
+ .form-table__sub-header-row,
827
+ .form-table__action-row {
828
+ position: sticky;
829
+ z-index: 3;
830
+ height: $tableHeaderHeight;
831
+ }
832
+
833
+ .form-table__header-row {
834
+ border-top: borders.$primaryBorder;
835
+ font-size: 18px;
836
+ font-weight: bold;
837
+ top: 0;
838
+ }
839
+
840
+ .form-table__sub-header-row {
841
+ border: unset;
842
+ font-size: 16px;
843
+ font-weight: bold;
844
+ top: $tableHeaderHeight;
845
+ }
846
+
847
+ .form-table__action-row {
848
+ bottom: 0;
849
+ border: unset;
850
+
851
+ button {
852
+ display: flex;
853
+ align-items: center;
854
+ justify-content: space-between;
855
+ min-width: 44px;
856
+ padding: 10px;
857
+ color: colors.$cornflowerBlue;
858
+ font-size: 15px;
859
+ line-height: 18px;
860
+
861
+ svg {
862
+ width: 20px;
863
+ height: 20px;
864
+
865
+ rect {
866
+ fill: colors.$cornflowerBlue;
867
+ }
868
+ }
869
+ }
870
+ }
871
+
872
+ .form-table__cell {
873
+ display: flex;
874
+ overflow: hidden;
875
+ align-items: center;
876
+ padding: 3px 10px;
877
+ color: colors.$primary;
878
+
879
+ &.disabled {
880
+ color: colors.$spunPearl;
881
+ }
882
+
883
+ .form-table__name {
884
+ display: flex;
885
+ overflow: hidden;
886
+
887
+ &.form-table__name_with-asterisk {
888
+ &::after {
889
+ content: ' * ';
890
+ color: colors.$amaranth;
891
+ margin-right: 10px;
892
+ }
893
+ }
894
+ }
895
+ }
896
+
897
+ .form-table__cell_min {
898
+ flex: 0.1;
899
+ min-width: 30px;
900
+ }
901
+
902
+ .form-table__cell_1 {
903
+ flex: 1;
904
+ }
905
+
906
+ .form-table__cell_2 {
907
+ flex: 2;
908
+ }
909
+
910
+ .form-table__cell_3 {
911
+ flex: 3;
912
+ }
913
+
914
+ .form-table__cell_4 {
915
+ flex: 4;
916
+ }
917
+
918
+ .form-table__cell_5 {
919
+ flex: 5;
920
+ }
921
+
922
+ .form-table__actions-cell {
923
+ flex: 0 1 auto;
924
+ visibility: hidden;
925
+ justify-content: flex-end;
926
+ min-width: variables.$actionsCellWidth;
927
+ padding: 0;
928
+
929
+ & > * {
930
+ margin: 0 5px 0 0;
931
+ }
932
+ }
933
+ }
934
+
935
+ .form-table_disabled {
936
+ .form-table__row {
937
+ &:not(.no-hover):hover {
938
+ .form-table__actions-cell {
939
+ visibility: hidden;
940
+ }
941
+ }
942
+ }
943
+
944
+ .form-table__action-row {
945
+ button {
946
+ color: colors.$spunPearl;
947
+
948
+ svg {
949
+ rect {
950
+ fill: colors.$spunPearl;
951
+ }
952
+ }
953
+ }
954
+ }
955
+ }
956
+
957
+ /* =========== HIDDEN CHIPS ============= */
958
+
959
+ .chip-block-hidden {
960
+ position: fixed;
961
+ display: flex;
962
+ flex-direction: column;
963
+ top: unset;
964
+ right: unset;
965
+ left: unset;
966
+ bottom: unset;
967
+ width: min-content;
968
+ height: min-content;
969
+ min-width: 250px;
970
+ max-width: 100%;
971
+ max-height: 100%;
972
+ padding: 10px;
973
+ background-color: colors.$white;
974
+ border-radius: variables.$mainBorderRadius;
975
+ box-shadow: shadows.$hiddenChipsBlockShadow;
976
+ z-index: 9;
977
+ opacity: 0;
978
+
979
+ &__scrollable-container {
980
+ overflow: auto;
981
+ display: flex;
982
+ width: 100%;
983
+ flex-flow: row wrap;
984
+ }
985
+
986
+ &_bottom {
987
+ &::after {
988
+ @include mixins.hiddenChipBlockArrow();
989
+
990
+ top: -6px;
991
+ }
992
+ }
993
+
994
+ &_top {
995
+ &::before {
996
+ @include mixins.hiddenChipBlockArrow();
997
+
998
+ top: calc(100% - 6px);
999
+ }
1000
+ }
1001
+
1002
+ &_left {
1003
+ &::before,
1004
+ &::after {
1005
+ right: 15px;
1006
+ }
1007
+ }
1008
+
1009
+ &_visible {
1010
+ opacity: 1;
1011
+ }
1012
+ }
1013
+
1014
+ /* =========== SORT ============= */
1015
+
1016
+ .sortable-header {
1017
+ &-cell {
1018
+ position: relative;
1019
+ border: 0;
1020
+ border-radius: 0;
1021
+ cursor: pointer;
1022
+
1023
+ .sort-icon {
1024
+ position: absolute;
1025
+ top: auto;
1026
+ right: 2px;
1027
+ bottom: auto;
1028
+ display: none;
1029
+ }
1030
+
1031
+ &_active {
1032
+ background-color: colors.$alabaster;
1033
+
1034
+ .sort-icon {
1035
+ display: block;
1036
+ }
1037
+ }
1038
+
1039
+ &:hover {
1040
+ .sort-icon {
1041
+ display: block;
1042
+ }
1043
+ }
1044
+
1045
+ label {
1046
+ cursor: pointer;
1047
+ }
1048
+ }
1049
+
1050
+ &-label {
1051
+ position: relative;
1052
+ display: flex;
1053
+ align-items: center;
1054
+ padding-right: 25px;
1055
+ }
1056
+ }