@spinnaker/kayenta 2025.0.5 → 2025.1.0

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 (468) hide show
  1. package/package.json +4 -4
  2. package/src/kayenta/actions/creators.ts +6 -0
  3. package/src/kayenta/actions/index.ts +2 -0
  4. package/src/kayenta/canary.help.ts +4 -0
  5. package/src/kayenta/domain/MetricClassificationLabel.ts +1 -0
  6. package/src/kayenta/edit/editMetricModal.spec.tsx +129 -0
  7. package/src/kayenta/edit/editMetricModal.tsx +49 -0
  8. package/src/kayenta/metricStore/datadog/index.ts +1 -0
  9. package/src/kayenta/reducers/selectedConfig.ts +17 -0
  10. package/src/kayenta/report/detail/colors.ts +1 -0
  11. package/build/dist/index-70b2ac83.js +0 -2
  12. package/build/dist/index-70b2ac83.js.map +0 -1
  13. package/build/dist/index.d.ts +0 -3
  14. package/build/dist/index.d.ts.map +0 -1
  15. package/build/dist/index.js +0 -2
  16. package/build/dist/index.js.map +0 -1
  17. package/build/dist/kayenta/actions/creators.d.ts +0 -402
  18. package/build/dist/kayenta/actions/creators.d.ts.map +0 -1
  19. package/build/dist/kayenta/actions/index.d.ts +0 -97
  20. package/build/dist/kayenta/actions/index.d.ts.map +0 -1
  21. package/build/dist/kayenta/canary.d.ts +0 -16
  22. package/build/dist/kayenta/canary.d.ts.map +0 -1
  23. package/build/dist/kayenta/canary.dataSource.bridge.d.ts +0 -2
  24. package/build/dist/kayenta/canary.dataSource.bridge.d.ts.map +0 -1
  25. package/build/dist/kayenta/canary.dataSource.stub.d.ts +0 -9
  26. package/build/dist/kayenta/canary.dataSource.stub.d.ts.map +0 -1
  27. package/build/dist/kayenta/canary.help.d.ts +0 -2
  28. package/build/dist/kayenta/canary.help.d.ts.map +0 -1
  29. package/build/dist/kayenta/canary.settings.d.ts +0 -24
  30. package/build/dist/kayenta/canary.settings.d.ts.map +0 -1
  31. package/build/dist/kayenta/components/canaryScore.component.d.ts +0 -2
  32. package/build/dist/kayenta/components/canaryScore.component.d.ts.map +0 -1
  33. package/build/dist/kayenta/components/canaryScore.d.ts +0 -23
  34. package/build/dist/kayenta/components/canaryScore.d.ts.map +0 -1
  35. package/build/dist/kayenta/components/canaryScores.component.d.ts +0 -2
  36. package/build/dist/kayenta/components/canaryScores.component.d.ts.map +0 -1
  37. package/build/dist/kayenta/components/canaryScores.d.ts +0 -21
  38. package/build/dist/kayenta/components/canaryScores.d.ts.map +0 -1
  39. package/build/dist/kayenta/components/loadStates.d.ts +0 -15
  40. package/build/dist/kayenta/components/loadStates.d.ts.map +0 -1
  41. package/build/dist/kayenta/domain/ICanaryConfig.d.ts +0 -56
  42. package/build/dist/kayenta/domain/ICanaryConfig.d.ts.map +0 -1
  43. package/build/dist/kayenta/domain/ICanaryConfigSummary.d.ts +0 -8
  44. package/build/dist/kayenta/domain/ICanaryConfigSummary.d.ts.map +0 -1
  45. package/build/dist/kayenta/domain/ICanaryConfigUpdateResponse.d.ts +0 -4
  46. package/build/dist/kayenta/domain/ICanaryConfigUpdateResponse.d.ts.map +0 -1
  47. package/build/dist/kayenta/domain/ICanaryExecutionStatusResult.d.ts +0 -69
  48. package/build/dist/kayenta/domain/ICanaryExecutionStatusResult.d.ts.map +0 -1
  49. package/build/dist/kayenta/domain/ICanaryJudgeResult.d.ts +0 -48
  50. package/build/dist/kayenta/domain/ICanaryJudgeResult.d.ts.map +0 -1
  51. package/build/dist/kayenta/domain/ICanaryJudgeResultSummary.d.ts +0 -6
  52. package/build/dist/kayenta/domain/ICanaryJudgeResultSummary.d.ts.map +0 -1
  53. package/build/dist/kayenta/domain/ICanaryScoreThresholds.d.ts +0 -5
  54. package/build/dist/kayenta/domain/ICanaryScoreThresholds.d.ts.map +0 -1
  55. package/build/dist/kayenta/domain/IJudge.d.ts +0 -5
  56. package/build/dist/kayenta/domain/IJudge.d.ts.map +0 -1
  57. package/build/dist/kayenta/domain/IKayentaAccount.d.ts +0 -14
  58. package/build/dist/kayenta/domain/IKayentaAccount.d.ts.map +0 -1
  59. package/build/dist/kayenta/domain/IKayentaStageConfig.d.ts +0 -58
  60. package/build/dist/kayenta/domain/IKayentaStageConfig.d.ts.map +0 -1
  61. package/build/dist/kayenta/domain/IMetricSetPair.d.ts +0 -27
  62. package/build/dist/kayenta/domain/IMetricSetPair.d.ts.map +0 -1
  63. package/build/dist/kayenta/domain/IMetricsServiceMetadata.d.ts +0 -3
  64. package/build/dist/kayenta/domain/IMetricsServiceMetadata.d.ts.map +0 -1
  65. package/build/dist/kayenta/domain/ISetupCanaryStage.d.ts +0 -11
  66. package/build/dist/kayenta/domain/ISetupCanaryStage.d.ts.map +0 -1
  67. package/build/dist/kayenta/domain/MetricClassificationLabel.d.ts +0 -8
  68. package/build/dist/kayenta/domain/MetricClassificationLabel.d.ts.map +0 -1
  69. package/build/dist/kayenta/domain/ScoreClassificationLabel.d.ts +0 -8
  70. package/build/dist/kayenta/domain/ScoreClassificationLabel.d.ts.map +0 -1
  71. package/build/dist/kayenta/domain/index.d.ts +0 -16
  72. package/build/dist/kayenta/domain/index.d.ts.map +0 -1
  73. package/build/dist/kayenta/edit/changeMetricGroupModal.d.ts +0 -18
  74. package/build/dist/kayenta/edit/changeMetricGroupModal.d.ts.map +0 -1
  75. package/build/dist/kayenta/edit/configDetail.d.ts +0 -2
  76. package/build/dist/kayenta/edit/configDetail.d.ts.map +0 -1
  77. package/build/dist/kayenta/edit/configDetailActionButtons.d.ts +0 -2
  78. package/build/dist/kayenta/edit/configDetailActionButtons.d.ts.map +0 -1
  79. package/build/dist/kayenta/edit/configDetailHeader.d.ts +0 -11
  80. package/build/dist/kayenta/edit/configDetailHeader.d.ts.map +0 -1
  81. package/build/dist/kayenta/edit/configDetailLoadStates.d.ts +0 -9
  82. package/build/dist/kayenta/edit/configDetailLoadStates.d.ts.map +0 -1
  83. package/build/dist/kayenta/edit/configDetailLoader.d.ts +0 -17
  84. package/build/dist/kayenta/edit/configDetailLoader.d.ts.map +0 -1
  85. package/build/dist/kayenta/edit/configJsonModal.d.ts +0 -28
  86. package/build/dist/kayenta/edit/configJsonModal.d.ts.map +0 -1
  87. package/build/dist/kayenta/edit/configList.d.ts +0 -12
  88. package/build/dist/kayenta/edit/configList.d.ts.map +0 -1
  89. package/build/dist/kayenta/edit/copyConfigButton.d.ts +0 -8
  90. package/build/dist/kayenta/edit/copyConfigButton.d.ts.map +0 -1
  91. package/build/dist/kayenta/edit/createConfigButton.d.ts +0 -8
  92. package/build/dist/kayenta/edit/createConfigButton.d.ts.map +0 -1
  93. package/build/dist/kayenta/edit/deleteModal.d.ts +0 -16
  94. package/build/dist/kayenta/edit/deleteModal.d.ts.map +0 -1
  95. package/build/dist/kayenta/edit/edit.d.ts +0 -2
  96. package/build/dist/kayenta/edit/edit.d.ts.map +0 -1
  97. package/build/dist/kayenta/edit/editMetricEffectSizes.d.ts +0 -16
  98. package/build/dist/kayenta/edit/editMetricEffectSizes.d.ts.map +0 -1
  99. package/build/dist/kayenta/edit/editMetricModal.d.ts +0 -25
  100. package/build/dist/kayenta/edit/editMetricModal.d.ts.map +0 -1
  101. package/build/dist/kayenta/edit/editMetricValidation.d.ts +0 -11
  102. package/build/dist/kayenta/edit/editMetricValidation.d.ts.map +0 -1
  103. package/build/dist/kayenta/edit/editMetricValidation.spec.d.ts +0 -2
  104. package/build/dist/kayenta/edit/editMetricValidation.spec.d.ts.map +0 -1
  105. package/build/dist/kayenta/edit/filterTemplateSelector.d.ts +0 -33
  106. package/build/dist/kayenta/edit/filterTemplateSelector.d.ts.map +0 -1
  107. package/build/dist/kayenta/edit/filterTemplateSelector.spec.d.ts +0 -2
  108. package/build/dist/kayenta/edit/filterTemplateSelector.spec.d.ts.map +0 -1
  109. package/build/dist/kayenta/edit/filterTemplatesValidation.d.ts +0 -29
  110. package/build/dist/kayenta/edit/filterTemplatesValidation.d.ts.map +0 -1
  111. package/build/dist/kayenta/edit/filterTemplatesValidation.spec.d.ts +0 -2
  112. package/build/dist/kayenta/edit/filterTemplatesValidation.spec.d.ts.map +0 -1
  113. package/build/dist/kayenta/edit/footer.d.ts +0 -6
  114. package/build/dist/kayenta/edit/footer.d.ts.map +0 -1
  115. package/build/dist/kayenta/edit/groupName.d.ts +0 -21
  116. package/build/dist/kayenta/edit/groupName.d.ts.map +0 -1
  117. package/build/dist/kayenta/edit/groupTabs.d.ts +0 -17
  118. package/build/dist/kayenta/edit/groupTabs.d.ts.map +0 -1
  119. package/build/dist/kayenta/edit/groupWeight.d.ts +0 -16
  120. package/build/dist/kayenta/edit/groupWeight.d.ts.map +0 -1
  121. package/build/dist/kayenta/edit/groupWeights.d.ts +0 -8
  122. package/build/dist/kayenta/edit/groupWeights.d.ts.map +0 -1
  123. package/build/dist/kayenta/edit/inlineTemplateEditor.d.ts +0 -14
  124. package/build/dist/kayenta/edit/inlineTemplateEditor.d.ts.map +0 -1
  125. package/build/dist/kayenta/edit/inlineTemplateEditor.spec.d.ts +0 -2
  126. package/build/dist/kayenta/edit/inlineTemplateEditor.spec.d.ts.map +0 -1
  127. package/build/dist/kayenta/edit/judgeSelect.d.ts +0 -19
  128. package/build/dist/kayenta/edit/judgeSelect.d.ts.map +0 -1
  129. package/build/dist/kayenta/edit/metricConfigurerDelegator.d.ts +0 -9
  130. package/build/dist/kayenta/edit/metricConfigurerDelegator.d.ts.map +0 -1
  131. package/build/dist/kayenta/edit/metricList.d.ts +0 -23
  132. package/build/dist/kayenta/edit/metricList.d.ts.map +0 -1
  133. package/build/dist/kayenta/edit/metricStoreSelector.d.ts +0 -12
  134. package/build/dist/kayenta/edit/metricStoreSelector.d.ts.map +0 -1
  135. package/build/dist/kayenta/edit/nameAndDescription.d.ts +0 -14
  136. package/build/dist/kayenta/edit/nameAndDescription.d.ts.map +0 -1
  137. package/build/dist/kayenta/edit/openConfigJsonModalButton.d.ts +0 -8
  138. package/build/dist/kayenta/edit/openConfigJsonModalButton.d.ts.map +0 -1
  139. package/build/dist/kayenta/edit/openDeleteModalButton.d.ts +0 -11
  140. package/build/dist/kayenta/edit/openDeleteModalButton.d.ts.map +0 -1
  141. package/build/dist/kayenta/edit/ownedBy.d.ts +0 -7
  142. package/build/dist/kayenta/edit/ownedBy.d.ts.map +0 -1
  143. package/build/dist/kayenta/edit/save.d.ts +0 -2
  144. package/build/dist/kayenta/edit/save.d.ts.map +0 -1
  145. package/build/dist/kayenta/edit/saveConfigButton.d.ts +0 -14
  146. package/build/dist/kayenta/edit/saveConfigButton.d.ts.map +0 -1
  147. package/build/dist/kayenta/edit/saveConfigError.d.ts +0 -13
  148. package/build/dist/kayenta/edit/saveConfigError.d.ts.map +0 -1
  149. package/build/dist/kayenta/edit/scoring.d.ts +0 -8
  150. package/build/dist/kayenta/edit/scoring.d.ts.map +0 -1
  151. package/build/dist/kayenta/edit/selectConfig.d.ts +0 -2
  152. package/build/dist/kayenta/edit/selectConfig.d.ts.map +0 -1
  153. package/build/dist/kayenta/edit/validationErrors.d.ts +0 -8
  154. package/build/dist/kayenta/edit/validationErrors.d.ts.map +0 -1
  155. package/build/dist/kayenta/index.d.ts +0 -7
  156. package/build/dist/kayenta/index.d.ts.map +0 -1
  157. package/build/dist/kayenta/layout/addNewButton.d.ts +0 -8
  158. package/build/dist/kayenta/layout/addNewButton.d.ts.map +0 -1
  159. package/build/dist/kayenta/layout/centeredDetail.d.ts +0 -5
  160. package/build/dist/kayenta/layout/centeredDetail.d.ts.map +0 -1
  161. package/build/dist/kayenta/layout/deleteButton.d.ts +0 -6
  162. package/build/dist/kayenta/layout/deleteButton.d.ts.map +0 -1
  163. package/build/dist/kayenta/layout/disableable.d.ts +0 -37
  164. package/build/dist/kayenta/layout/disableable.d.ts.map +0 -1
  165. package/build/dist/kayenta/layout/formList.d.ts +0 -5
  166. package/build/dist/kayenta/layout/formList.d.ts.map +0 -1
  167. package/build/dist/kayenta/layout/formRow.d.ts +0 -12
  168. package/build/dist/kayenta/layout/formRow.d.ts.map +0 -1
  169. package/build/dist/kayenta/layout/formattedDate.d.ts +0 -5
  170. package/build/dist/kayenta/layout/formattedDate.d.ts.map +0 -1
  171. package/build/dist/kayenta/layout/index.d.ts +0 -3
  172. package/build/dist/kayenta/layout/index.d.ts.map +0 -1
  173. package/build/dist/kayenta/layout/keyValueList.d.ts +0 -29
  174. package/build/dist/kayenta/layout/keyValueList.d.ts.map +0 -1
  175. package/build/dist/kayenta/layout/list.d.ts +0 -21
  176. package/build/dist/kayenta/layout/list.d.ts.map +0 -1
  177. package/build/dist/kayenta/layout/list.spec.d.ts +0 -2
  178. package/build/dist/kayenta/layout/list.spec.d.ts.map +0 -1
  179. package/build/dist/kayenta/layout/listDetail.d.ts +0 -11
  180. package/build/dist/kayenta/layout/listDetail.d.ts.map +0 -1
  181. package/build/dist/kayenta/layout/radioChoice.d.ts +0 -9
  182. package/build/dist/kayenta/layout/radioChoice.d.ts.map +0 -1
  183. package/build/dist/kayenta/layout/styleguide.d.ts +0 -9
  184. package/build/dist/kayenta/layout/styleguide.d.ts.map +0 -1
  185. package/build/dist/kayenta/layout/table/index.d.ts +0 -6
  186. package/build/dist/kayenta/layout/table/index.d.ts.map +0 -1
  187. package/build/dist/kayenta/layout/table/nativeTable.d.ts +0 -14
  188. package/build/dist/kayenta/layout/table/nativeTable.d.ts.map +0 -1
  189. package/build/dist/kayenta/layout/table/nativeTableHeader.d.ts +0 -8
  190. package/build/dist/kayenta/layout/table/nativeTableHeader.d.ts.map +0 -1
  191. package/build/dist/kayenta/layout/table/table.d.ts +0 -14
  192. package/build/dist/kayenta/layout/table/table.d.ts.map +0 -1
  193. package/build/dist/kayenta/layout/table/tableColumn.d.ts +0 -8
  194. package/build/dist/kayenta/layout/table/tableColumn.d.ts.map +0 -1
  195. package/build/dist/kayenta/layout/table/tableHeader.d.ts +0 -7
  196. package/build/dist/kayenta/layout/table/tableHeader.d.ts.map +0 -1
  197. package/build/dist/kayenta/layout/tabs.d.ts +0 -14
  198. package/build/dist/kayenta/layout/tabs.d.ts.map +0 -1
  199. package/build/dist/kayenta/layout/titledSection.d.ts +0 -7
  200. package/build/dist/kayenta/layout/titledSection.d.ts.map +0 -1
  201. package/build/dist/kayenta/layout/titledSubsection.d.ts +0 -8
  202. package/build/dist/kayenta/layout/titledSubsection.d.ts.map +0 -1
  203. package/build/dist/kayenta/manualAnalysis/ManualAnalysisModal.d.ts +0 -47
  204. package/build/dist/kayenta/manualAnalysis/ManualAnalysisModal.d.ts.map +0 -1
  205. package/build/dist/kayenta/metricStore/atlas/atlasMetricConfigurer.d.ts +0 -29
  206. package/build/dist/kayenta/metricStore/atlas/atlasMetricConfigurer.d.ts.map +0 -1
  207. package/build/dist/kayenta/metricStore/atlas/index.d.ts +0 -2
  208. package/build/dist/kayenta/metricStore/atlas/index.d.ts.map +0 -1
  209. package/build/dist/kayenta/metricStore/datadog/domain/IDatadogMetricDescriptor.d.ts +0 -5
  210. package/build/dist/kayenta/metricStore/datadog/domain/IDatadogMetricDescriptor.d.ts.map +0 -1
  211. package/build/dist/kayenta/metricStore/datadog/index.d.ts +0 -2
  212. package/build/dist/kayenta/metricStore/datadog/index.d.ts.map +0 -1
  213. package/build/dist/kayenta/metricStore/datadog/metricConfigurer.d.ts +0 -15
  214. package/build/dist/kayenta/metricStore/datadog/metricConfigurer.d.ts.map +0 -1
  215. package/build/dist/kayenta/metricStore/datadog/metricTypeSelector.d.ts +0 -29
  216. package/build/dist/kayenta/metricStore/datadog/metricTypeSelector.d.ts.map +0 -1
  217. package/build/dist/kayenta/metricStore/datadog/metricTypeSelector.spec.d.ts +0 -2
  218. package/build/dist/kayenta/metricStore/datadog/metricTypeSelector.spec.d.ts.map +0 -1
  219. package/build/dist/kayenta/metricStore/graphite/domain/IGraphiteMetricDescriptor.d.ts +0 -5
  220. package/build/dist/kayenta/metricStore/graphite/domain/IGraphiteMetricDescriptor.d.ts.map +0 -1
  221. package/build/dist/kayenta/metricStore/graphite/index.d.ts +0 -2
  222. package/build/dist/kayenta/metricStore/graphite/index.d.ts.map +0 -1
  223. package/build/dist/kayenta/metricStore/graphite/metricConfigurer.d.ts +0 -13
  224. package/build/dist/kayenta/metricStore/graphite/metricConfigurer.d.ts.map +0 -1
  225. package/build/dist/kayenta/metricStore/graphite/metricTypeSelector.d.ts +0 -29
  226. package/build/dist/kayenta/metricStore/graphite/metricTypeSelector.d.ts.map +0 -1
  227. package/build/dist/kayenta/metricStore/index.d.ts +0 -9
  228. package/build/dist/kayenta/metricStore/index.d.ts.map +0 -1
  229. package/build/dist/kayenta/metricStore/metricStoreConfig.service.d.ts +0 -11
  230. package/build/dist/kayenta/metricStore/metricStoreConfig.service.d.ts.map +0 -1
  231. package/build/dist/kayenta/metricStore/newrelic/domain/INewRelicMetricDescriptor.d.ts +0 -5
  232. package/build/dist/kayenta/metricStore/newrelic/domain/INewRelicMetricDescriptor.d.ts.map +0 -1
  233. package/build/dist/kayenta/metricStore/newrelic/index.d.ts +0 -2
  234. package/build/dist/kayenta/metricStore/newrelic/index.d.ts.map +0 -1
  235. package/build/dist/kayenta/metricStore/newrelic/metricConfigurer.d.ts +0 -13
  236. package/build/dist/kayenta/metricStore/newrelic/metricConfigurer.d.ts.map +0 -1
  237. package/build/dist/kayenta/metricStore/prometheus/domain/IPrometheusCanaryMetricSetQueryConfig.d.ts +0 -13
  238. package/build/dist/kayenta/metricStore/prometheus/domain/IPrometheusCanaryMetricSetQueryConfig.d.ts.map +0 -1
  239. package/build/dist/kayenta/metricStore/prometheus/domain/IPrometheusMetricDescriptor.d.ts +0 -5
  240. package/build/dist/kayenta/metricStore/prometheus/domain/IPrometheusMetricDescriptor.d.ts.map +0 -1
  241. package/build/dist/kayenta/metricStore/prometheus/index.d.ts +0 -2
  242. package/build/dist/kayenta/metricStore/prometheus/index.d.ts.map +0 -1
  243. package/build/dist/kayenta/metricStore/prometheus/metricConfigurer.d.ts +0 -21
  244. package/build/dist/kayenta/metricStore/prometheus/metricConfigurer.d.ts.map +0 -1
  245. package/build/dist/kayenta/metricStore/prometheus/metricTypeSelector.d.ts +0 -31
  246. package/build/dist/kayenta/metricStore/prometheus/metricTypeSelector.d.ts.map +0 -1
  247. package/build/dist/kayenta/metricStore/prometheus/metricTypeSelector.spec.d.ts +0 -2
  248. package/build/dist/kayenta/metricStore/prometheus/metricTypeSelector.spec.d.ts.map +0 -1
  249. package/build/dist/kayenta/metricStore/prometheus/queryTypeSelectors.d.ts +0 -10
  250. package/build/dist/kayenta/metricStore/prometheus/queryTypeSelectors.d.ts.map +0 -1
  251. package/build/dist/kayenta/metricStore/prometheus/queryTypeSelectors.spec.d.ts +0 -2
  252. package/build/dist/kayenta/metricStore/prometheus/queryTypeSelectors.spec.d.ts.map +0 -1
  253. package/build/dist/kayenta/metricStore/signalfx/domain/ISignalFxCanaryMetricSetQueryConfig.d.ts +0 -10
  254. package/build/dist/kayenta/metricStore/signalfx/domain/ISignalFxCanaryMetricSetQueryConfig.d.ts.map +0 -1
  255. package/build/dist/kayenta/metricStore/signalfx/index.d.ts +0 -2
  256. package/build/dist/kayenta/metricStore/signalfx/index.d.ts.map +0 -1
  257. package/build/dist/kayenta/metricStore/signalfx/metricConfigurer.d.ts +0 -28
  258. package/build/dist/kayenta/metricStore/signalfx/metricConfigurer.d.ts.map +0 -1
  259. package/build/dist/kayenta/metricStore/stackdriver/domain/IStackdriverCanaryMetricSetQueryConfig.d.ts +0 -9
  260. package/build/dist/kayenta/metricStore/stackdriver/domain/IStackdriverCanaryMetricSetQueryConfig.d.ts.map +0 -1
  261. package/build/dist/kayenta/metricStore/stackdriver/domain/IStackdriverMetricDescriptor.d.ts +0 -16
  262. package/build/dist/kayenta/metricStore/stackdriver/domain/IStackdriverMetricDescriptor.d.ts.map +0 -1
  263. package/build/dist/kayenta/metricStore/stackdriver/index.d.ts +0 -2
  264. package/build/dist/kayenta/metricStore/stackdriver/index.d.ts.map +0 -1
  265. package/build/dist/kayenta/metricStore/stackdriver/metricConfigurer.d.ts +0 -16
  266. package/build/dist/kayenta/metricStore/stackdriver/metricConfigurer.d.ts.map +0 -1
  267. package/build/dist/kayenta/metricStore/stackdriver/metricTypeSelector.d.ts +0 -35
  268. package/build/dist/kayenta/metricStore/stackdriver/metricTypeSelector.d.ts.map +0 -1
  269. package/build/dist/kayenta/metricStore/stackdriver/metricTypeSelector.spec.d.ts +0 -2
  270. package/build/dist/kayenta/metricStore/stackdriver/metricTypeSelector.spec.d.ts.map +0 -1
  271. package/build/dist/kayenta/middleware/actionInterceptor.d.ts +0 -3
  272. package/build/dist/kayenta/middleware/actionInterceptor.d.ts.map +0 -1
  273. package/build/dist/kayenta/middleware/asyncDispatch.d.ts +0 -3
  274. package/build/dist/kayenta/middleware/asyncDispatch.d.ts.map +0 -1
  275. package/build/dist/kayenta/middleware/epics.d.ts +0 -14
  276. package/build/dist/kayenta/middleware/epics.d.ts.map +0 -1
  277. package/build/dist/kayenta/middleware/index.d.ts +0 -4
  278. package/build/dist/kayenta/middleware/index.d.ts.map +0 -1
  279. package/build/dist/kayenta/navigation/canary.states.d.ts +0 -6
  280. package/build/dist/kayenta/navigation/canary.states.d.ts.map +0 -1
  281. package/build/dist/kayenta/navigation/canary.states.stub.d.ts +0 -4
  282. package/build/dist/kayenta/navigation/canary.states.stub.d.ts.map +0 -1
  283. package/build/dist/kayenta/reducers/app.d.ts +0 -11
  284. package/build/dist/kayenta/reducers/app.d.ts.map +0 -1
  285. package/build/dist/kayenta/reducers/asyncRequest.d.ts +0 -6
  286. package/build/dist/kayenta/reducers/asyncRequest.d.ts.map +0 -1
  287. package/build/dist/kayenta/reducers/data.d.ts +0 -30
  288. package/build/dist/kayenta/reducers/data.d.ts.map +0 -1
  289. package/build/dist/kayenta/reducers/editingTemplate.d.ts +0 -8
  290. package/build/dist/kayenta/reducers/editingTemplate.d.ts.map +0 -1
  291. package/build/dist/kayenta/reducers/group.d.ts +0 -11
  292. package/build/dist/kayenta/reducers/group.d.ts.map +0 -1
  293. package/build/dist/kayenta/reducers/index.d.ts +0 -13
  294. package/build/dist/kayenta/reducers/index.d.ts.map +0 -1
  295. package/build/dist/kayenta/reducers/prometheusMetricConfig.d.ts +0 -6
  296. package/build/dist/kayenta/reducers/prometheusMetricConfig.d.ts.map +0 -1
  297. package/build/dist/kayenta/reducers/prometheusMetricConfig.spec.d.ts +0 -2
  298. package/build/dist/kayenta/reducers/prometheusMetricConfig.spec.d.ts.map +0 -1
  299. package/build/dist/kayenta/reducers/selectedConfig.d.ts +0 -51
  300. package/build/dist/kayenta/reducers/selectedConfig.d.ts.map +0 -1
  301. package/build/dist/kayenta/reducers/selectedConfig.spec.d.ts +0 -2
  302. package/build/dist/kayenta/reducers/selectedConfig.spec.d.ts.map +0 -1
  303. package/build/dist/kayenta/reducers/selectedRun.d.ts +0 -20
  304. package/build/dist/kayenta/reducers/selectedRun.d.ts.map +0 -1
  305. package/build/dist/kayenta/reducers/signalFxMetricConfig.d.ts +0 -22
  306. package/build/dist/kayenta/reducers/signalFxMetricConfig.d.ts.map +0 -1
  307. package/build/dist/kayenta/reducers/stackdriverMetricConfig.d.ts +0 -6
  308. package/build/dist/kayenta/reducers/stackdriverMetricConfig.d.ts.map +0 -1
  309. package/build/dist/kayenta/reducers/stackdriverMetricConfig.spec.d.ts +0 -2
  310. package/build/dist/kayenta/reducers/stackdriverMetricConfig.spec.d.ts.map +0 -1
  311. package/build/dist/kayenta/reducers/templates.spec.d.ts +0 -2
  312. package/build/dist/kayenta/reducers/templates.spec.d.ts.map +0 -1
  313. package/build/dist/kayenta/reducers/validators.d.ts +0 -6
  314. package/build/dist/kayenta/reducers/validators.d.ts.map +0 -1
  315. package/build/dist/kayenta/report/detail/allMetricResultsHeader.d.ts +0 -10
  316. package/build/dist/kayenta/report/detail/allMetricResultsHeader.d.ts.map +0 -1
  317. package/build/dist/kayenta/report/detail/clickableHeader.d.ts +0 -11
  318. package/build/dist/kayenta/report/detail/clickableHeader.d.ts.map +0 -1
  319. package/build/dist/kayenta/report/detail/colors.d.ts +0 -5
  320. package/build/dist/kayenta/report/detail/colors.d.ts.map +0 -1
  321. package/build/dist/kayenta/report/detail/detail.d.ts +0 -10
  322. package/build/dist/kayenta/report/detail/detail.d.ts.map +0 -1
  323. package/build/dist/kayenta/report/detail/detailLoader.d.ts +0 -16
  324. package/build/dist/kayenta/report/detail/detailLoader.d.ts.map +0 -1
  325. package/build/dist/kayenta/report/detail/graph/graph.d.ts +0 -13
  326. package/build/dist/kayenta/report/detail/graph/graph.d.ts.map +0 -1
  327. package/build/dist/kayenta/report/detail/graph/metricSetPairGraph.service.d.ts +0 -19
  328. package/build/dist/kayenta/report/detail/graph/metricSetPairGraph.service.d.ts.map +0 -1
  329. package/build/dist/kayenta/report/detail/graph/semiotic/boxplot.d.ts +0 -19
  330. package/build/dist/kayenta/report/detail/graph/semiotic/boxplot.d.ts.map +0 -1
  331. package/build/dist/kayenta/report/detail/graph/semiotic/chartHeader.d.ts +0 -6
  332. package/build/dist/kayenta/report/detail/graph/semiotic/chartHeader.d.ts.map +0 -1
  333. package/build/dist/kayenta/report/detail/graph/semiotic/chartLegend.d.ts +0 -11
  334. package/build/dist/kayenta/report/detail/graph/semiotic/chartLegend.d.ts.map +0 -1
  335. package/build/dist/kayenta/report/detail/graph/semiotic/circleIcon.d.ts +0 -6
  336. package/build/dist/kayenta/report/detail/graph/semiotic/circleIcon.d.ts.map +0 -1
  337. package/build/dist/kayenta/report/detail/graph/semiotic/config.d.ts +0 -18
  338. package/build/dist/kayenta/report/detail/graph/semiotic/config.d.ts.map +0 -1
  339. package/build/dist/kayenta/report/detail/graph/semiotic/customAxisTickLabel.d.ts +0 -6
  340. package/build/dist/kayenta/report/detail/graph/semiotic/customAxisTickLabel.d.ts.map +0 -1
  341. package/build/dist/kayenta/report/detail/graph/semiotic/differenceArea.d.ts +0 -17
  342. package/build/dist/kayenta/report/detail/graph/semiotic/differenceArea.d.ts.map +0 -1
  343. package/build/dist/kayenta/report/detail/graph/semiotic/histogram.d.ts +0 -19
  344. package/build/dist/kayenta/report/detail/graph/semiotic/histogram.d.ts.map +0 -1
  345. package/build/dist/kayenta/report/detail/graph/semiotic/index.d.ts +0 -2
  346. package/build/dist/kayenta/report/detail/graph/semiotic/index.d.ts.map +0 -1
  347. package/build/dist/kayenta/report/detail/graph/semiotic/noValidDataSign.d.ts +0 -4
  348. package/build/dist/kayenta/report/detail/graph/semiotic/noValidDataSign.d.ts.map +0 -1
  349. package/build/dist/kayenta/report/detail/graph/semiotic/secondaryTSXAxis.d.ts +0 -15
  350. package/build/dist/kayenta/report/detail/graph/semiotic/secondaryTSXAxis.d.ts.map +0 -1
  351. package/build/dist/kayenta/report/detail/graph/semiotic/semiotic.service.d.ts +0 -27
  352. package/build/dist/kayenta/report/detail/graph/semiotic/semiotic.service.d.ts.map +0 -1
  353. package/build/dist/kayenta/report/detail/graph/semiotic/semioticGraph.d.ts +0 -8
  354. package/build/dist/kayenta/report/detail/graph/semiotic/semioticGraph.d.ts.map +0 -1
  355. package/build/dist/kayenta/report/detail/graph/semiotic/timeSeries.d.ts +0 -31
  356. package/build/dist/kayenta/report/detail/graph/semiotic/timeSeries.d.ts.map +0 -1
  357. package/build/dist/kayenta/report/detail/graph/semiotic/tooltip.d.ts +0 -13
  358. package/build/dist/kayenta/report/detail/graph/semiotic/tooltip.d.ts.map +0 -1
  359. package/build/dist/kayenta/report/detail/graph/semiotic/utils.d.ts +0 -6
  360. package/build/dist/kayenta/report/detail/graph/semiotic/utils.d.ts.map +0 -1
  361. package/build/dist/kayenta/report/detail/graphTypeSelector.d.ts +0 -13
  362. package/build/dist/kayenta/report/detail/graphTypeSelector.d.ts.map +0 -1
  363. package/build/dist/kayenta/report/detail/groupScores.d.ts +0 -18
  364. package/build/dist/kayenta/report/detail/groupScores.d.ts.map +0 -1
  365. package/build/dist/kayenta/report/detail/header.d.ts +0 -12
  366. package/build/dist/kayenta/report/detail/header.d.ts.map +0 -1
  367. package/build/dist/kayenta/report/detail/headerArrow.d.ts +0 -7
  368. package/build/dist/kayenta/report/detail/headerArrow.d.ts.map +0 -1
  369. package/build/dist/kayenta/report/detail/loadStates.d.ts +0 -9
  370. package/build/dist/kayenta/report/detail/loadStates.d.ts.map +0 -1
  371. package/build/dist/kayenta/report/detail/metricResultActions.d.ts +0 -12
  372. package/build/dist/kayenta/report/detail/metricResultActions.d.ts.map +0 -1
  373. package/build/dist/kayenta/report/detail/metricResultClassification.d.ts +0 -8
  374. package/build/dist/kayenta/report/detail/metricResultClassification.d.ts.map +0 -1
  375. package/build/dist/kayenta/report/detail/metricResultDetail.d.ts +0 -7
  376. package/build/dist/kayenta/report/detail/metricResultDetail.d.ts.map +0 -1
  377. package/build/dist/kayenta/report/detail/metricResultDetailLayout.d.ts +0 -3
  378. package/build/dist/kayenta/report/detail/metricResultDetailLayout.d.ts.map +0 -1
  379. package/build/dist/kayenta/report/detail/metricResultDeviation.d.ts +0 -7
  380. package/build/dist/kayenta/report/detail/metricResultDeviation.d.ts.map +0 -1
  381. package/build/dist/kayenta/report/detail/metricResultStats.d.ts +0 -15
  382. package/build/dist/kayenta/report/detail/metricResultStats.d.ts.map +0 -1
  383. package/build/dist/kayenta/report/detail/metricResults.d.ts +0 -11
  384. package/build/dist/kayenta/report/detail/metricResults.d.ts.map +0 -1
  385. package/build/dist/kayenta/report/detail/metricResultsClassificationFilters.d.ts +0 -15
  386. package/build/dist/kayenta/report/detail/metricResultsClassificationFilters.d.ts.map +0 -1
  387. package/build/dist/kayenta/report/detail/metricResultsColumns.d.ts +0 -4
  388. package/build/dist/kayenta/report/detail/metricResultsColumns.d.ts.map +0 -1
  389. package/build/dist/kayenta/report/detail/metricResultsList.d.ts +0 -23
  390. package/build/dist/kayenta/report/detail/metricResultsList.d.ts.map +0 -1
  391. package/build/dist/kayenta/report/detail/metricSetPairLoadStates.d.ts +0 -10
  392. package/build/dist/kayenta/report/detail/metricSetPairLoadStates.d.ts.map +0 -1
  393. package/build/dist/kayenta/report/detail/multipleResultsTable.d.ts +0 -23
  394. package/build/dist/kayenta/report/detail/multipleResultsTable.d.ts.map +0 -1
  395. package/build/dist/kayenta/report/detail/reportException.d.ts +0 -10
  396. package/build/dist/kayenta/report/detail/reportException.d.ts.map +0 -1
  397. package/build/dist/kayenta/report/detail/reportExplanation.d.ts +0 -10
  398. package/build/dist/kayenta/report/detail/reportExplanation.d.ts.map +0 -1
  399. package/build/dist/kayenta/report/detail/reportMetadata.d.ts +0 -9
  400. package/build/dist/kayenta/report/detail/reportMetadata.d.ts.map +0 -1
  401. package/build/dist/kayenta/report/detail/reportScores.d.ts +0 -20
  402. package/build/dist/kayenta/report/detail/reportScores.d.ts.map +0 -1
  403. package/build/dist/kayenta/report/detail/score.d.ts +0 -9
  404. package/build/dist/kayenta/report/detail/score.d.ts.map +0 -1
  405. package/build/dist/kayenta/report/detail/sourceLinks.d.ts +0 -9
  406. package/build/dist/kayenta/report/detail/sourceLinks.d.ts.map +0 -1
  407. package/build/dist/kayenta/report/list/configLink.d.ts +0 -14
  408. package/build/dist/kayenta/report/list/configLink.d.ts.map +0 -1
  409. package/build/dist/kayenta/report/list/loadStates.d.ts +0 -9
  410. package/build/dist/kayenta/report/list/loadStates.d.ts.map +0 -1
  411. package/build/dist/kayenta/report/list/pipelineLink.d.ts +0 -7
  412. package/build/dist/kayenta/report/list/pipelineLink.d.ts.map +0 -1
  413. package/build/dist/kayenta/report/list/reportLink.d.ts +0 -16
  414. package/build/dist/kayenta/report/list/reportLink.d.ts.map +0 -1
  415. package/build/dist/kayenta/report/list/table.d.ts +0 -14
  416. package/build/dist/kayenta/report/list/table.d.ts.map +0 -1
  417. package/build/dist/kayenta/report/report.d.ts +0 -3
  418. package/build/dist/kayenta/report/report.d.ts.map +0 -1
  419. package/build/dist/kayenta/selectors/filterTemplatesSelectors.d.ts +0 -21
  420. package/build/dist/kayenta/selectors/filterTemplatesSelectors.d.ts.map +0 -1
  421. package/build/dist/kayenta/selectors/index.d.ts +0 -25
  422. package/build/dist/kayenta/selectors/index.d.ts.map +0 -1
  423. package/build/dist/kayenta/service/canaryConfig.service.d.ts +0 -13
  424. package/build/dist/kayenta/service/canaryConfig.service.d.ts.map +0 -1
  425. package/build/dist/kayenta/service/canaryRun.service.d.ts +0 -7
  426. package/build/dist/kayenta/service/canaryRun.service.d.ts.map +0 -1
  427. package/build/dist/kayenta/service/delegateFactory.d.ts +0 -9
  428. package/build/dist/kayenta/service/delegateFactory.d.ts.map +0 -1
  429. package/build/dist/kayenta/service/metricsServiceMetadata.service.d.ts +0 -3
  430. package/build/dist/kayenta/service/metricsServiceMetadata.service.d.ts.map +0 -1
  431. package/build/dist/kayenta/stages/kayentaStage/AnalysisType.d.ts +0 -13
  432. package/build/dist/kayenta/stages/kayentaStage/AnalysisType.d.ts.map +0 -1
  433. package/build/dist/kayenta/stages/kayentaStage/AnalysisType.spec.d.ts +0 -2
  434. package/build/dist/kayenta/stages/kayentaStage/AnalysisType.spec.d.ts.map +0 -1
  435. package/build/dist/kayenta/stages/kayentaStage/CanaryExecutionLabel.d.ts +0 -6
  436. package/build/dist/kayenta/stages/kayentaStage/CanaryExecutionLabel.d.ts.map +0 -1
  437. package/build/dist/kayenta/stages/kayentaStage/analysisType.component.d.ts +0 -2
  438. package/build/dist/kayenta/stages/kayentaStage/analysisType.component.d.ts.map +0 -1
  439. package/build/dist/kayenta/stages/kayentaStage/canaryRunSummaries.component.d.ts +0 -2
  440. package/build/dist/kayenta/stages/kayentaStage/canaryRunSummaries.component.d.ts.map +0 -1
  441. package/build/dist/kayenta/stages/kayentaStage/canaryRunSummaries.d.ts +0 -13
  442. package/build/dist/kayenta/stages/kayentaStage/canaryRunSummaries.d.ts.map +0 -1
  443. package/build/dist/kayenta/stages/kayentaStage/forAnalysisType.component.d.ts +0 -2
  444. package/build/dist/kayenta/stages/kayentaStage/forAnalysisType.component.d.ts.map +0 -1
  445. package/build/dist/kayenta/stages/kayentaStage/kayentaStage.controller.d.ts +0 -100
  446. package/build/dist/kayenta/stages/kayentaStage/kayentaStage.controller.d.ts.map +0 -1
  447. package/build/dist/kayenta/stages/kayentaStage/kayentaStage.d.ts +0 -29
  448. package/build/dist/kayenta/stages/kayentaStage/kayentaStage.d.ts.map +0 -1
  449. package/build/dist/kayenta/stages/kayentaStage/kayentaStage.transformer.d.ts +0 -12
  450. package/build/dist/kayenta/stages/kayentaStage/kayentaStage.transformer.d.ts.map +0 -1
  451. package/build/dist/kayenta/stages/kayentaStage/kayentaStageConfigSection.component.d.ts +0 -2
  452. package/build/dist/kayenta/stages/kayentaStage/kayentaStageConfigSection.component.d.ts.map +0 -1
  453. package/build/dist/kayenta/stages/kayentaStage/kayentaStageExecutionDetails.controller.d.ts +0 -3
  454. package/build/dist/kayenta/stages/kayentaStage/kayentaStageExecutionDetails.controller.d.ts.map +0 -1
  455. package/build/dist/kayenta/stages/kayentaStage/stageTypes.d.ts +0 -6
  456. package/build/dist/kayenta/stages/kayentaStage/stageTypes.d.ts.map +0 -1
  457. package/build/dist/kayenta/utils/duration.d.ts +0 -12
  458. package/build/dist/kayenta/utils/duration.d.ts.map +0 -1
  459. package/build/dist/kayenta/utils/duration.spec.d.ts +0 -2
  460. package/build/dist/kayenta/utils/duration.spec.d.ts.map +0 -1
  461. package/build/dist/lazy-1f6a42b8.js +0 -2
  462. package/build/dist/lazy-1f6a42b8.js.map +0 -1
  463. package/build/dist/lazy.d.ts +0 -6
  464. package/build/dist/lazy.d.ts.map +0 -1
  465. package/build/dist/semioticGraph-d687462f.js +0 -2
  466. package/build/dist/semioticGraph-d687462f.js.map +0 -1
  467. package/build/dist/stub.d.ts +0 -15
  468. package/build/dist/stub.d.ts.map +0 -1
@@ -1,8 +0,0 @@
1
- export interface IEditingTemplateState {
2
- name: string;
3
- editedName: string;
4
- editedValue: string;
5
- isNew: boolean;
6
- }
7
- export declare const editingTemplate: import("redux").Reducer<IEditingTemplateState>;
8
- //# sourceMappingURL=editingTemplate.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"editingTemplate.d.ts","sourceRoot":"","sources":["../../../../src/kayenta/reducers/editingTemplate.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,OAAO,CAAC;CAChB;AAuCD,eAAO,MAAM,eAAe,gDAK1B,CAAC"}
@@ -1,11 +0,0 @@
1
- import { Reducer } from 'redux';
2
- export interface IGroupState {
3
- list: string[];
4
- selected: string;
5
- groupWeights: {
6
- [group: string]: number;
7
- };
8
- edit: string;
9
- }
10
- export declare const group: Reducer<IGroupState>;
11
- //# sourceMappingURL=group.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"group.d.ts","sourceRoot":"","sources":["../../../../src/kayenta/reducers/group.ts"],"names":[],"mappings":"AACA,OAAO,EAA2B,OAAO,EAAE,MAAM,OAAO,CAAC;AAMzD,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE;QAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC1C,IAAI,EAAE,MAAM,CAAC;CACd;AAgED,eAAO,MAAM,KAAK,EAAE,OAAO,CAAC,WAAW,CAKrC,CAAC"}
@@ -1,13 +0,0 @@
1
- import { Action } from 'redux';
2
- import { IAppState } from './app';
3
- import { IDataState } from './data';
4
- import { ISelectedConfigState } from './selectedConfig';
5
- import { ISelectedRunState } from './selectedRun';
6
- export interface ICanaryState {
7
- app: IAppState;
8
- data: IDataState;
9
- selectedConfig: ISelectedConfigState;
10
- selectedRun: ISelectedRunState;
11
- }
12
- export declare const rootReducer: (state: ICanaryState, action: Action & any) => ICanaryState;
13
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/kayenta/reducers/index.ts"],"names":[],"mappings":"AAcA,OAAO,EAAE,MAAM,EAAmB,MAAM,OAAO,CAAC;AAGhD,OAAO,EAAO,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAQ,UAAU,EAAE,MAAM,QAAQ,CAAC;AAC1C,OAAO,EAAE,oBAAoB,EAAkB,MAAM,kBAAkB,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAe,MAAM,eAAe,CAAC;AAG/D,MAAM,WAAW,YAAY;IAC3B,GAAG,EAAE,SAAS,CAAC;IACf,IAAI,EAAE,UAAU,CAAC;IACjB,cAAc,EAAE,oBAAoB,CAAC;IACrC,WAAW,EAAE,iBAAiB,CAAC;CAChC;AA6MD,eAAO,MAAM,WAAW,UAAW,YAAY,UAAU,MAAM,GAAG,GAAG,KAAG,YAUvE,CAAC"}
@@ -1,6 +0,0 @@
1
- import { ICanaryMetricConfig } from 'kayenta/domain';
2
- import { IPrometheusCanaryMetricSetQueryConfig } from 'kayenta/metricStore/prometheus/domain/IPrometheusCanaryMetricSetQueryConfig';
3
- declare type IPrometheusMetricConfig = ICanaryMetricConfig<IPrometheusCanaryMetricSetQueryConfig>;
4
- export declare const prometheusMetricConfigReducer: import("redux-actions").Reducer<IPrometheusMetricConfig, any>;
5
- export {};
6
- //# sourceMappingURL=prometheusMetricConfig.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"prometheusMetricConfig.d.ts","sourceRoot":"","sources":["../../../../src/kayenta/reducers/prometheusMetricConfig.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAErD,OAAO,EAAE,qCAAqC,EAAE,MAAM,6EAA6E,CAAC;AAQpI,aAAK,uBAAuB,GAAG,mBAAmB,CAAC,qCAAqC,CAAC,CAAC;AAE1F,eAAO,MAAM,6BAA6B,+DAyCzC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=prometheusMetricConfig.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"prometheusMetricConfig.spec.d.ts","sourceRoot":"","sources":["../../../../src/kayenta/reducers/prometheusMetricConfig.spec.ts"],"names":[],"mappings":""}
@@ -1,51 +0,0 @@
1
- import { Action } from 'redux';
2
- import { AsyncRequestState } from './asyncRequest';
3
- import { ICanaryConfig, ICanaryJudgeConfig, ICanaryMetricConfig } from '../domain/ICanaryConfig';
4
- import { JudgeSelectRenderState } from '../edit/judgeSelect';
5
- import { IEditingTemplateState } from './editingTemplate';
6
- import { IGroupState } from './group';
7
- import { IConfigValidationError } from './validators';
8
- export interface ILoadState {
9
- state: AsyncRequestState;
10
- }
11
- export interface ISaveState {
12
- state: AsyncRequestState;
13
- error: string;
14
- }
15
- export interface IDestroyState {
16
- state: AsyncRequestState;
17
- error: string;
18
- }
19
- export interface IJsonState {
20
- configJson: string;
21
- error: string;
22
- }
23
- export interface IJudgeState {
24
- judgeConfig: ICanaryJudgeConfig;
25
- renderState: JudgeSelectRenderState;
26
- }
27
- export interface IChangeMetricGroupState {
28
- metric: string;
29
- toGroup: string;
30
- }
31
- export interface ISelectedConfigState {
32
- config: ICanaryConfig;
33
- isInSyncWithServer: boolean;
34
- metricList: ICanaryMetricConfig[];
35
- editingMetric: ICanaryMetricConfig;
36
- judge: IJudgeState;
37
- group: IGroupState;
38
- load: ILoadState;
39
- save: ISaveState;
40
- destroy: IDestroyState;
41
- json: IJsonState;
42
- changeMetricGroup: IChangeMetricGroupState;
43
- validationErrors: IConfigValidationError[];
44
- editingTemplate: IEditingTemplateState;
45
- selectedStore: string;
46
- }
47
- export declare function editGroupConfirmReducer(state: ISelectedConfigState, action: Action & any): ISelectedConfigState;
48
- export declare function changeMetricGroupConfirmReducer(state: ISelectedConfigState, action: Action & any): ISelectedConfigState;
49
- export declare function updateGroupWeightsReducer(state: ISelectedConfigState, action: Action & any): ISelectedConfigState;
50
- export declare const selectedConfig: (state: ISelectedConfigState, action: Action & any) => ISelectedConfigState;
51
- //# sourceMappingURL=selectedConfig.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"selectedConfig.d.ts","sourceRoot":"","sources":["../../../../src/kayenta/reducers/selectedConfig.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAmB,MAAM,OAAO,CAAC;AAIhD,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEnD,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,mBAAmB,EAAiB,MAAM,yBAAyB,CAAC;AAGhH,OAAO,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAmB,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC3E,OAAO,EAAS,WAAW,EAAE,MAAM,SAAS,CAAC;AAI7C,OAAO,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAEtD,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,iBAAiB,CAAC;CAC1B;AAED,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,iBAAiB,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;CACf;AAGD,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,iBAAiB,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,UAAU;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,WAAW;IAC1B,WAAW,EAAE,kBAAkB,CAAC;IAChC,WAAW,EAAE,sBAAsB,CAAC;CACrC;AAED,MAAM,WAAW,uBAAuB;IACtC,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,aAAa,CAAC;IACtB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,UAAU,EAAE,mBAAmB,EAAE,CAAC;IAClC,aAAa,EAAE,mBAAmB,CAAC;IACnC,KAAK,EAAE,WAAW,CAAC;IACnB,KAAK,EAAE,WAAW,CAAC;IACnB,IAAI,EAAE,UAAU,CAAC;IACjB,IAAI,EAAE,UAAU,CAAC;IACjB,OAAO,EAAE,aAAa,CAAC;IACvB,IAAI,EAAE,UAAU,CAAC;IACjB,iBAAiB,EAAE,uBAAuB,CAAC;IAC3C,gBAAgB,EAAE,sBAAsB,EAAE,CAAC;IAC3C,eAAe,EAAE,qBAAqB,CAAC;IACvC,aAAa,EAAE,MAAM,CAAC;CACvB;AAqSD,wBAAgB,uBAAuB,CACrC,KAAK,EAAE,oBAA2B,EAClC,MAAM,EAAE,MAAM,GAAG,GAAG,GACnB,oBAAoB,CAuCtB;AAED,wBAAgB,+BAA+B,CAC7C,KAAK,EAAE,oBAAoB,EAC3B,MAAM,EAAE,MAAM,GAAG,GAAG,GACnB,oBAAoB,CAwBtB;AAED,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,oBAAoB,EAAE,MAAM,EAAE,MAAM,GAAG,GAAG,GAAG,oBAAoB,CA8BjH;AA+ED,eAAO,MAAM,cAAc,UAAW,oBAAoB,UAAU,MAAM,GAAG,GAAG,KAAG,oBAUlF,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=selectedConfig.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"selectedConfig.spec.d.ts","sourceRoot":"","sources":["../../../../src/kayenta/reducers/selectedConfig.spec.ts"],"names":[],"mappings":""}
@@ -1,20 +0,0 @@
1
- import { ICanaryExecutionStatusResult, IMetricSetPair, MetricClassificationLabel } from 'kayenta/domain';
2
- import { GraphType } from 'kayenta/report/detail/graph/metricSetPairGraph.service';
3
- import { Reducer } from 'redux';
4
- import { AsyncRequestState } from './asyncRequest';
5
- interface IMetricSetPairState {
6
- pair: IMetricSetPair;
7
- load: AsyncRequestState;
8
- }
9
- export interface ISelectedRunState {
10
- run: ICanaryExecutionStatusResult;
11
- load: AsyncRequestState;
12
- selectedGroup: string;
13
- selectedMetric: string;
14
- metricSetPair: IMetricSetPairState;
15
- graphType: GraphType;
16
- metricFilters: MetricClassificationLabel[];
17
- }
18
- export declare const selectedRun: Reducer<ISelectedRunState>;
19
- export {};
20
- //# sourceMappingURL=selectedRun.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"selectedRun.d.ts","sourceRoot":"","sources":["../../../../src/kayenta/reducers/selectedRun.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,4BAA4B,EAAE,cAAc,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AACzG,OAAO,EAAE,SAAS,EAAE,MAAM,wDAAwD,CAAC;AACnF,OAAO,EAA2B,OAAO,EAAE,MAAM,OAAO,CAAC;AAGzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEnD,UAAU,mBAAmB;IAC3B,IAAI,EAAE,cAAc,CAAC;IACrB,IAAI,EAAE,iBAAiB,CAAC;CACzB;AAED,MAAM,WAAW,iBAAiB;IAChC,GAAG,EAAE,4BAA4B,CAAC;IAClC,IAAI,EAAE,iBAAiB,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,mBAAmB,CAAC;IACnC,SAAS,EAAE,SAAS,CAAC;IACrB,aAAa,EAAE,yBAAyB,EAAE,CAAC;CAC5C;AAuED,eAAO,MAAM,WAAW,EAAE,OAAO,CAAC,iBAAiB,CAQjD,CAAC"}
@@ -1,22 +0,0 @@
1
- import { IUpdateKeyValueListPayload } from '../layout/keyValueList';
2
- export declare const signalFxMetricConfigReducer: import("redux-actions").Reducer<{
3
- query: {
4
- queryPairs: import("../layout/keyValueList").IKeyValuePair[];
5
- metricName: string;
6
- aggregationMethod: string;
7
- type: string;
8
- serviceType: string;
9
- customInlineTemplate?: string;
10
- customFilterTemplate?: string;
11
- };
12
- id: string;
13
- name: string;
14
- groups: string[];
15
- analysisConfigurations: {
16
- [key: string]: any;
17
- effectSize?: import("../domain").ICanaryMetricEffectSizeConfig;
18
- };
19
- scopeName: string;
20
- isNew?: boolean;
21
- }, IUpdateKeyValueListPayload>;
22
- //# sourceMappingURL=signalFxMetricConfig.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"signalFxMetricConfig.d.ts","sourceRoot":"","sources":["../../../../src/kayenta/reducers/signalFxMetricConfig.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,0BAA0B,EAAqB,MAAM,wBAAwB,CAAC;AAMvF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;8BAsBvC,CAAC"}
@@ -1,6 +0,0 @@
1
- import { ICanaryMetricConfig } from 'kayenta/domain';
2
- import { IStackdriverCanaryMetricSetQueryConfig } from 'kayenta/metricStore/stackdriver/domain/IStackdriverCanaryMetricSetQueryConfig';
3
- declare type IStackdriverMetricConfig = ICanaryMetricConfig<IStackdriverCanaryMetricSetQueryConfig>;
4
- export declare const stackdriverMetricConfigReducer: import("redux-actions").Reducer<IStackdriverMetricConfig, any>;
5
- export {};
6
- //# sourceMappingURL=stackdriverMetricConfig.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"stackdriverMetricConfig.d.ts","sourceRoot":"","sources":["../../../../src/kayenta/reducers/stackdriverMetricConfig.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAErD,OAAO,EAAE,sCAAsC,EAAE,MAAM,+EAA+E,CAAC;AAOvI,aAAK,wBAAwB,GAAG,mBAAmB,CAAC,sCAAsC,CAAC,CAAC;AAE5F,eAAO,MAAM,8BAA8B,gEA2B1C,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=stackdriverMetricConfig.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"stackdriverMetricConfig.spec.d.ts","sourceRoot":"","sources":["../../../../src/kayenta/reducers/stackdriverMetricConfig.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=templates.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"templates.spec.d.ts","sourceRoot":"","sources":["../../../../src/kayenta/reducers/templates.spec.ts"],"names":[],"mappings":""}
@@ -1,6 +0,0 @@
1
- import { ICanaryState } from './index';
2
- export interface IConfigValidationError {
3
- message: string;
4
- }
5
- export declare const validationErrorsReducer: (state: ICanaryState) => ICanaryState;
6
- //# sourceMappingURL=validators.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"validators.d.ts","sourceRoot":"","sources":["../../../../src/kayenta/reducers/validators.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,CAAC;CACjB;AA6FD,eAAO,MAAM,uBAAuB,UAAW,YAAY,KAAG,YAiB7D,CAAC"}
@@ -1,10 +0,0 @@
1
- import { ICanaryJudgeScore, ICanaryScoreThresholds } from 'kayenta/domain';
2
- export interface IAllMetricResultsHeader {
3
- onClick: () => void;
4
- className: string;
5
- score: ICanaryJudgeScore;
6
- scoreThresholds: ICanaryScoreThresholds;
7
- }
8
- declare const _default: ({ className, onClick, score, scoreThresholds }: IAllMetricResultsHeader) => JSX.Element;
9
- export default _default;
10
- //# sourceMappingURL=allMetricResultsHeader.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"allMetricResultsHeader.d.ts","sourceRoot":"","sources":["../../../../../src/kayenta/report/detail/allMetricResultsHeader.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAC;AAM3E,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,iBAAiB,CAAC;IACzB,eAAe,EAAE,sBAAsB,CAAC;CACzC;yEAK+D,uBAAuB;AAAvF,wBAcE"}
@@ -1,11 +0,0 @@
1
- export interface IGroupScoreProps {
2
- label: string;
3
- style?: {
4
- [key: string]: string;
5
- };
6
- onClick: () => void;
7
- className: string;
8
- }
9
- declare const _default: ({ label, onClick, style, className }: IGroupScoreProps) => JSX.Element;
10
- export default _default;
11
- //# sourceMappingURL=clickableHeader.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"clickableHeader.d.ts","sourceRoot":"","sources":["../../../../../src/kayenta/report/detail/clickableHeader.tsx"],"names":[],"mappings":"AAKA,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAClC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACnB;+DAKqD,gBAAgB;AAAtE,wBAKE"}
@@ -1,5 +0,0 @@
1
- import { ICanaryJudgeGroupScore, ICanaryJudgeScore, ICanaryScoreThresholds, MetricClassificationLabel, ScoreClassificationLabel } from 'kayenta/domain';
2
- export declare const mapMetricClassificationToColor: (classification: MetricClassificationLabel) => string;
3
- export declare const mapScoreClassificationToColor: (classification: ScoreClassificationLabel) => string;
4
- export declare const mapGroupToColor: (group: ICanaryJudgeGroupScore | ICanaryJudgeScore, scoreThresholds: ICanaryScoreThresholds) => string;
5
- //# sourceMappingURL=colors.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../../../src/kayenta/report/detail/colors.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,sBAAsB,EACtB,iBAAiB,EACjB,sBAAsB,EACtB,yBAAyB,EACzB,wBAAwB,EACzB,MAAM,gBAAgB,CAAC;AAQxB,eAAO,MAAM,8BAA8B,mBAAoB,yBAAyB,KAAG,MAOvE,CAAC;AAErB,eAAO,MAAM,6BAA6B,mBAAoB,wBAAwB,KAAG,MAOrE,CAAC;AAErB,eAAO,MAAM,eAAe,UACnB,sBAAsB,GAAG,iBAAiB,mBAChC,sBAAsB,KACtC,MAUF,CAAC"}
@@ -1,10 +0,0 @@
1
- import { ICanaryExecutionStatusResult } from 'kayenta/domain';
2
- import './detail.less';
3
- interface IDetailViewProps {
4
- run: ICanaryExecutionStatusResult;
5
- }
6
- declare const _default: import("react-redux").ComponentClass<import("react-redux").Omit<IDetailViewProps, "dispatch" | "run">> & {
7
- WrappedComponent: import("react-redux").Component<IDetailViewProps>;
8
- };
9
- export default _default;
10
- //# sourceMappingURL=detail.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"detail.d.ts","sourceRoot":"","sources":["../../../../../src/kayenta/report/detail/detail.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,gBAAgB,CAAC;AAW9D,OAAO,eAAe,CAAC;AAMvB,UAAU,gBAAgB;IACxB,GAAG,EAAE,4BAA4B,CAAC;CACnC;;;;AA4BD,wBAAoD"}
@@ -1,16 +0,0 @@
1
- import { Observable } from 'rxjs/Observable';
2
- interface IResultLoaderStateParamsProps {
3
- resultIdStream: Observable<IResultLoaderStateParams>;
4
- }
5
- interface IResultLoaderDispatchProps {
6
- loadResult: (stateParams: IResultLoaderStateParams) => void;
7
- }
8
- interface IResultLoaderStateParams {
9
- configId: string;
10
- runId: string;
11
- }
12
- declare const _default: import("react-redux").ComponentClass<import("react-redux").Omit<Readonly<IResultLoaderDispatchProps & IResultLoaderStateParamsProps>, "loadResult">> & {
13
- WrappedComponent: import("react-redux").Component<Readonly<IResultLoaderDispatchProps & IResultLoaderStateParamsProps>>;
14
- };
15
- export default _default;
16
- //# sourceMappingURL=detailLoader.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"detailLoader.d.ts","sourceRoot":"","sources":["../../../../../src/kayenta/report/detail/detailLoader.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAK7C,UAAU,6BAA6B;IACrC,cAAc,EAAE,UAAU,CAAC,wBAAwB,CAAC,CAAC;CACtD;AAED,UAAU,0BAA0B;IAClC,UAAU,EAAE,CAAC,WAAW,EAAE,wBAAwB,KAAK,IAAI,CAAC;CAC7D;AAED,UAAU,wBAAwB;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf;;;;AAkCD,wBAAqE"}
@@ -1,13 +0,0 @@
1
- import { ICanaryAnalysisResult } from 'kayenta/domain/ICanaryJudgeResult';
2
- import { IMetricSetPair } from 'kayenta/domain/IMetricSetPair';
3
- import { GraphType } from './metricSetPairGraph.service';
4
- interface IMetricSetPairGraphStateProps {
5
- pair: IMetricSetPair;
6
- result: ICanaryAnalysisResult;
7
- graphType: GraphType;
8
- }
9
- declare const _default: import("react-redux").ComponentClass<import("react-redux").Omit<IMetricSetPairGraphStateProps, "dispatch" | keyof IMetricSetPairGraphStateProps>> & {
10
- WrappedComponent: import("react-redux").Component<IMetricSetPairGraphStateProps>;
11
- };
12
- export default _default;
13
- //# sourceMappingURL=graph.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"graph.d.ts","sourceRoot":"","sources":["../../../../../../src/kayenta/report/detail/graph/graph.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAM/D,OAAO,EAAE,SAAS,EAA6B,MAAM,8BAA8B,CAAC;AAEpF,UAAU,6BAA6B;IACrC,IAAI,EAAE,cAAc,CAAC;IACrB,MAAM,EAAE,qBAAqB,CAAC;IAC9B,SAAS,EAAE,SAAS,CAAC;CACtB;;;;AAuBD,wBAA4D"}
@@ -1,19 +0,0 @@
1
- import { ICanaryAnalysisResult, IMetricSetPair } from 'kayenta/domain';
2
- import * as React from 'react';
3
- export declare enum GraphType {
4
- TimeSeries = "Time Series",
5
- Histogram = "Histogram",
6
- BoxPlot = "Beeswarm Box Plot"
7
- }
8
- export interface IMetricSetPairGraphProps {
9
- type: GraphType;
10
- metricSetPair: IMetricSetPair;
11
- result: ICanaryAnalysisResult;
12
- }
13
- export interface IMetricSetPairGraph {
14
- name: string;
15
- getGraph: () => React.ComponentType<IMetricSetPairGraphProps>;
16
- handlesGraphType: (type: GraphType) => boolean;
17
- }
18
- export declare const metricSetPairGraphService: import("kayenta/service/delegateFactory").IDelegateService<IMetricSetPairGraph>;
19
- //# sourceMappingURL=metricSetPairGraph.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"metricSetPairGraph.service.d.ts","sourceRoot":"","sources":["../../../../../../src/kayenta/report/detail/graph/metricSetPairGraph.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAEvE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,oBAAY,SAAS;IACnB,UAAU,gBAAgB;IAC1B,SAAS,cAAc;IACvB,OAAO,sBAAsB;CAC9B;AAED,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,SAAS,CAAC;IAChB,aAAa,EAAE,cAAc,CAAC;IAC9B,MAAM,EAAE,qBAAqB,CAAC;CAC/B;AAED,MAAM,WAAW,mBAAmB;IAIlC,IAAI,EAAE,MAAM,CAAC;IAKb,QAAQ,EAAE,MAAM,KAAK,CAAC,aAAa,CAAC,wBAAwB,CAAC,CAAC;IAK9D,gBAAgB,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,OAAO,CAAC;CAChD;AAED,eAAO,MAAM,yBAAyB,iFAA8C,CAAC"}
@@ -1,19 +0,0 @@
1
- import * as React from 'react';
2
- import { ISemioticChartProps, ITooltip } from './semiotic.service';
3
- import './boxplot.less';
4
- interface IBoxPlotState {
5
- tooltip: ITooltip;
6
- }
7
- export default class BoxPlot extends React.Component<ISemioticChartProps, IBoxPlotState> {
8
- state: IBoxPlotState;
9
- private margin;
10
- private decorateData;
11
- private generateChartData;
12
- private createChartHoverHandler;
13
- private defineAnnotations;
14
- private customAnnotationFunction;
15
- private getChartProps;
16
- render(): JSX.Element;
17
- }
18
- export {};
19
- //# sourceMappingURL=boxplot.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"boxplot.d.ts","sourceRoot":"","sources":["../../../../../../../src/kayenta/report/detail/graph/semiotic/boxplot.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAe/B,OAAO,EAAW,mBAAmB,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAI5E,OAAO,gBAAgB,CAAC;AAuBxB,UAAU,aAAa;IACrB,OAAO,EAAE,QAAQ,CAAC;CACnB;AAED,MAAM,CAAC,OAAO,OAAO,OAAQ,SAAQ,KAAK,CAAC,SAAS,CAAC,mBAAmB,EAAE,aAAa,CAAC;IAC/E,KAAK,EAAE,aAAa,CAEzB;IAEF,OAAO,CAAC,MAAM,CAKZ;IAEF,OAAO,CAAC,YAAY,CAMlB;IAEF,OAAO,CAAC,iBAAiB,CAOvB;IAGF,OAAO,CAAC,uBAAuB,CAgE7B;IAEF,OAAO,CAAC,iBAAiB,CAQvB;IAEF,OAAO,CAAC,wBAAwB,CA8D9B;IAEF,OAAO,CAAC,aAAa,CA+CnB;IAEK,MAAM;CAed"}
@@ -1,6 +0,0 @@
1
- export interface IChartHeaderProps {
2
- metric: string;
3
- }
4
- declare const _default: ({ metric }: IChartHeaderProps) => JSX.Element;
5
- export default _default;
6
- //# sourceMappingURL=chartHeader.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"chartHeader.d.ts","sourceRoot":"","sources":["../../../../../../../src/kayenta/report/detail/graph/semiotic/chartHeader.tsx"],"names":[],"mappings":"AAEA,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,MAAM,CAAC;CAChB;qCAE2B,iBAAiB;AAA7C,wBAYE"}
@@ -1,11 +0,0 @@
1
- import './chartLegend.less';
2
- interface IChartLegendProps {
3
- isClickable?: boolean;
4
- onClickHandler?: (group: string) => void;
5
- showGroup?: {
6
- [group: string]: boolean;
7
- };
8
- }
9
- declare const _default: (props: IChartLegendProps) => JSX.Element;
10
- export default _default;
11
- //# sourceMappingURL=chartLegend.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"chartLegend.d.ts","sourceRoot":"","sources":["../../../../../../../src/kayenta/report/detail/graph/semiotic/chartLegend.tsx"],"names":[],"mappings":"AAKA,OAAO,oBAAoB,CAAC;AAE5B,UAAU,iBAAiB;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,SAAS,CAAC,EAAE;QAAE,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;CAC1C;gCAEsB,iBAAiB;AAAxC,wBA4BE"}
@@ -1,6 +0,0 @@
1
- export interface ICircleIconProps {
2
- group: string;
3
- }
4
- declare const _default: ({ group }: ICircleIconProps) => JSX.Element;
5
- export default _default;
6
- //# sourceMappingURL=circleIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"circleIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/kayenta/report/detail/graph/semiotic/circleIcon.tsx"],"names":[],"mappings":"AAIA,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;CACf;oCAG0B,gBAAgB;AAA3C,wBAME"}
@@ -1,18 +0,0 @@
1
- interface IColorConfig {
2
- [propName: string]: string;
3
- }
4
- interface ITimeSeriesConfig {
5
- [propName: string]: any;
6
- }
7
- interface IDataGroup {
8
- [group: string]: string;
9
- }
10
- interface IVizConfig {
11
- readonly colors: IColorConfig;
12
- readonly height: number;
13
- readonly timeSeries: ITimeSeriesConfig;
14
- readonly dataGroupMap: IDataGroup;
15
- }
16
- export declare const vizConfig: IVizConfig;
17
- export {};
18
- //# sourceMappingURL=config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../src/kayenta/report/detail/graph/semiotic/config.ts"],"names":[],"mappings":"AAAA,UAAU,YAAY;IACpB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B;AAED,UAAU,iBAAiB;IACzB,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,CAAC;CACzB;AAED,UAAU,UAAU;IAClB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB;AAED,UAAU,UAAU;IAClB,QAAQ,CAAC,MAAM,EAAE,YAAY,CAAC;IAC9B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,UAAU,EAAE,iBAAiB,CAAC;IACvC,QAAQ,CAAC,YAAY,EAAE,UAAU,CAAC;CACnC;AAED,eAAO,MAAM,SAAS,EAAE,UAkBvB,CAAC"}
@@ -1,6 +0,0 @@
1
- export interface ICustomAxisTickLabel {
2
- millis: number;
3
- }
4
- declare const _default: ({ millis }: ICustomAxisTickLabel) => JSX.Element;
5
- export default _default;
6
- //# sourceMappingURL=customAxisTickLabel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customAxisTickLabel.d.ts","sourceRoot":"","sources":["../../../../../../../src/kayenta/report/detail/graph/semiotic/customAxisTickLabel.tsx"],"names":[],"mappings":"AAIA,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,MAAM,CAAC;CAChB;qCAG2B,oBAAoB;AAAhD,wBAOE"}
@@ -1,17 +0,0 @@
1
- import * as React from 'react';
2
- import { ISemioticChartProps } from './semiotic.service';
3
- import './differenceArea.less';
4
- interface IDifferenceAreaProps extends ISemioticChartProps {
5
- millisSetBaseline: number[];
6
- }
7
- export default class DifferenceArea extends React.Component<IDifferenceAreaProps> {
8
- private margin;
9
- private chartHeight;
10
- private headerHeight;
11
- private getChartData;
12
- private getSecondaryAxis;
13
- private getXAxisTotalHeight;
14
- render(): JSX.Element;
15
- }
16
- export {};
17
- //# sourceMappingURL=differenceArea.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"differenceArea.d.ts","sourceRoot":"","sources":["../../../../../../../src/kayenta/report/detail/graph/semiotic/differenceArea.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,EAAW,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAGlE,OAAO,uBAAuB,CAAC;AAmB/B,UAAU,oBAAqB,SAAQ,mBAAmB;IACxD,iBAAiB,EAAE,MAAM,EAAE,CAAC;CAC7B;AAMD,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,KAAK,CAAC,SAAS,CAAC,oBAAoB,CAAC;IAC/E,OAAO,CAAC,MAAM,CAIZ;IAEF,OAAO,CAAC,WAAW,CAAM;IACzB,OAAO,CAAC,YAAY,CAAM;IAE1B,OAAO,CAAC,YAAY,CA+ClB;IAEF,OAAO,CAAC,gBAAgB,CAatB;IAEF,OAAO,CAAC,mBAAmB,CAMzB;IAEK,MAAM;CAiEd"}
@@ -1,19 +0,0 @@
1
- import * as React from 'react';
2
- import { ISemioticChartProps, ITooltip } from './semiotic.service';
3
- import './histogram.less';
4
- interface IHistogramState {
5
- tooltip: ITooltip;
6
- }
7
- export default class Histogram extends React.Component<ISemioticChartProps, IHistogramState> {
8
- state: IHistogramState;
9
- private margin;
10
- private decorateData;
11
- private generateChartData;
12
- private createChartHoverHandler;
13
- private defineAnnotations;
14
- private customAnnotationFunction;
15
- private getChartProps;
16
- render(): JSX.Element;
17
- }
18
- export {};
19
- //# sourceMappingURL=histogram.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"histogram.d.ts","sourceRoot":"","sources":["../../../../../../../src/kayenta/report/detail/graph/semiotic/histogram.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAgB/B,OAAO,EAAW,mBAAmB,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAI5E,OAAO,kBAAkB,CAAC;AAkB1B,UAAU,eAAe;IACvB,OAAO,EAAE,QAAQ,CAAC;CACnB;AAED,MAAM,CAAC,OAAO,OAAO,SAAU,SAAQ,KAAK,CAAC,SAAS,CAAC,mBAAmB,EAAE,eAAe,CAAC;IACnF,KAAK,EAAE,eAAe,CAE3B;IAEF,OAAO,CAAC,MAAM,CAKZ;IAEF,OAAO,CAAC,YAAY,CAKlB;IAQF,OAAO,CAAC,iBAAiB,CA8BvB;IAGF,OAAO,CAAC,uBAAuB,CAiD7B;IAGF,OAAO,CAAC,iBAAiB,CAWvB;IAGF,OAAO,CAAC,wBAAwB,CA4B9B;IAEF,OAAO,CAAC,aAAa,CAkCnB;IAEK,MAAM;CAgBd"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/kayenta/report/detail/graph/semiotic/index.tsx"],"names":[],"mappings":""}
@@ -1,4 +0,0 @@
1
- import './noValidDataSign.less';
2
- declare const _default: () => JSX.Element;
3
- export default _default;
4
- //# sourceMappingURL=noValidDataSign.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"noValidDataSign.d.ts","sourceRoot":"","sources":["../../../../../../../src/kayenta/report/detail/graph/semiotic/noValidDataSign.tsx"],"names":[],"mappings":"AAGA,OAAO,wBAAwB,CAAC;;AAEhC,wBAIE"}
@@ -1,15 +0,0 @@
1
- import * as React from 'react';
2
- import { IMargin } from './semiotic.service';
3
- import './secondaryTSXAxis.less';
4
- interface ISecondaryTSXAxisProps {
5
- margin: IMargin;
6
- width: number;
7
- millisSet: number[];
8
- axisLabel?: string;
9
- bottomOffset: number;
10
- }
11
- export default class SecondaryTSXAxis extends React.Component<ISecondaryTSXAxisProps> {
12
- render(): JSX.Element;
13
- }
14
- export {};
15
- //# sourceMappingURL=secondaryTSXAxis.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"secondaryTSXAxis.d.ts","sourceRoot":"","sources":["../../../../../../../src/kayenta/report/detail/graph/semiotic/secondaryTSXAxis.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAG7C,OAAO,yBAAyB,CAAC;AAEjC,UAAU,sBAAsB;IAC9B,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;CACtB;AAOD,MAAM,CAAC,OAAO,OAAO,gBAAiB,SAAQ,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC;IAC5E,MAAM;CAgCd"}
@@ -1,27 +0,0 @@
1
- import { IMetricSetPairGraphProps } from '../metricSetPairGraph.service';
2
- export interface ISemioticChartProps extends IMetricSetPairGraphProps {
3
- parentWidth: number;
4
- }
5
- export interface IMargin {
6
- top?: number;
7
- bottom?: number;
8
- left?: number;
9
- right?: number;
10
- }
11
- export interface ITooltip {
12
- content: JSX.Element;
13
- x: number;
14
- y: number;
15
- }
16
- export interface ISummaryStatistics {
17
- [prop: string]: ISummaryStatisticsValue;
18
- }
19
- export interface ISummaryStatisticsValue {
20
- value: number;
21
- label: string;
22
- }
23
- export interface ITimeSeriesDataSets {
24
- value: number;
25
- label: string;
26
- }
27
- //# sourceMappingURL=semiotic.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"semiotic.service.d.ts","sourceRoot":"","sources":["../../../../../../../src/kayenta/report/detail/graph/semiotic/semiotic.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAEzE,MAAM,WAAW,mBAAoB,SAAQ,wBAAwB;IACnE,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,OAAO;IACtB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,QAAQ;IACvB,OAAO,EAAE,GAAG,CAAC,OAAO,CAAC;IACrB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX;AAED,MAAM,WAAW,kBAAkB;IACjC,CAAC,IAAI,EAAE,MAAM,GAAG,uBAAuB,CAAC;CACzC;AAED,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf"}
@@ -1,8 +0,0 @@
1
- import * as React from 'react';
2
- import { IMetricSetPairGraphProps } from '../metricSetPairGraph.service';
3
- import './semioticGraph.less';
4
- export default class SemioticGraph extends React.Component<IMetricSetPairGraphProps> {
5
- private fetchChart;
6
- render(): JSX.Element;
7
- }
8
- //# sourceMappingURL=semioticGraph.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"semioticGraph.d.ts","sourceRoot":"","sources":["../../../../../../../src/kayenta/report/detail/graph/semiotic/semioticGraph.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,EAAa,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAIpF,OAAO,sBAAsB,CAAC;AAE9B,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,KAAK,CAAC,SAAS,CAAC,wBAAwB,CAAC;IAClF,OAAO,CAAC,UAAU,CA2BhB;IAEK,MAAM;CAOd"}