@michelangelo-ai/core 0.1.15 → 0.1.17

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 (181) hide show
  1. package/dist/components/actions/__tests__/actions-popover.test.d.ts +2 -0
  2. package/dist/components/actions/__tests__/actions-popover.test.d.ts.map +1 -0
  3. package/dist/components/actions/action-menu/action-menu-item.d.ts +12 -0
  4. package/dist/components/actions/action-menu/action-menu-item.d.ts.map +1 -0
  5. package/dist/components/actions/action-menu/action-menu.d.ts +9 -0
  6. package/dist/components/actions/action-menu/action-menu.d.ts.map +1 -0
  7. package/dist/components/actions/actions-buttons/actions-buttons.d.ts +15 -0
  8. package/dist/components/actions/actions-buttons/actions-buttons.d.ts.map +1 -0
  9. package/dist/components/actions/actions-buttons/types.d.ts +7 -0
  10. package/dist/components/actions/actions-buttons/types.d.ts.map +1 -0
  11. package/dist/components/actions/actions-buttons/utils.d.ts +8 -0
  12. package/dist/components/actions/actions-buttons/utils.d.ts.map +1 -0
  13. package/dist/components/actions/actions-popover.d.ts +12 -0
  14. package/dist/components/actions/actions-popover.d.ts.map +1 -0
  15. package/dist/components/actions/types.d.ts +58 -0
  16. package/dist/components/actions/types.d.ts.map +1 -0
  17. package/dist/components/box/collapsible-box.d.ts.map +1 -1
  18. package/dist/components/breadcrumb-bar/breadcrumb-bar.d.ts +7 -1
  19. package/dist/components/breadcrumb-bar/breadcrumb-bar.d.ts.map +1 -1
  20. package/dist/components/breadcrumb-bar/menu-drawer.d.ts +6 -2
  21. package/dist/components/breadcrumb-bar/menu-drawer.d.ts.map +1 -1
  22. package/dist/components/breadcrumb-bar/styled-components.d.ts +1 -0
  23. package/dist/components/breadcrumb-bar/styled-components.d.ts.map +1 -1
  24. package/dist/components/breadcrumb-bar/types.d.ts +14 -0
  25. package/dist/components/breadcrumb-bar/types.d.ts.map +1 -0
  26. package/dist/components/cell/use-get-cell-renderer.d.ts +1 -1
  27. package/dist/components/cell/use-get-cell-renderer.d.ts.map +1 -1
  28. package/dist/components/form/components/form-control.d.ts.map +1 -1
  29. package/dist/components/form/components/types.d.ts +1 -0
  30. package/dist/components/form/components/types.d.ts.map +1 -1
  31. package/dist/components/form/fields/boolean/boolean-field.d.ts.map +1 -1
  32. package/dist/components/form/fields/checkbox/checkbox-field.d.ts.map +1 -1
  33. package/dist/components/form/fields/date/date-field.d.ts.map +1 -1
  34. package/dist/components/form/fields/date/types.d.ts +3 -3
  35. package/dist/components/form/fields/date/types.d.ts.map +1 -1
  36. package/dist/components/form/fields/date/use-date-formatters.d.ts +2 -2
  37. package/dist/components/form/fields/date/use-date-formatters.d.ts.map +1 -1
  38. package/dist/components/form/fields/map/__tests__/map-field.test.d.ts +2 -0
  39. package/dist/components/form/fields/map/__tests__/map-field.test.d.ts.map +1 -0
  40. package/dist/components/form/fields/map/key-value-row.d.ts +14 -0
  41. package/dist/components/form/fields/map/key-value-row.d.ts.map +1 -0
  42. package/dist/components/form/fields/map/map-field.d.ts +3 -0
  43. package/dist/components/form/fields/map/map-field.d.ts.map +1 -0
  44. package/dist/components/form/fields/map/types.d.ts +34 -0
  45. package/dist/components/form/fields/map/types.d.ts.map +1 -0
  46. package/dist/components/form/fields/markdown/markdown-field.d.ts +9 -0
  47. package/dist/components/form/fields/markdown/markdown-field.d.ts.map +1 -0
  48. package/dist/components/form/fields/markdown/types.d.ts +11 -0
  49. package/dist/components/form/fields/markdown/types.d.ts.map +1 -0
  50. package/dist/components/form/fields/number/number-field.d.ts.map +1 -1
  51. package/dist/components/form/fields/radio/card-radio-field.d.ts.map +1 -1
  52. package/dist/components/form/fields/radio/inline-radio-field.d.ts.map +1 -1
  53. package/dist/components/form/fields/select/select-field.d.ts +1 -1
  54. package/dist/components/form/fields/select/select-field.d.ts.map +1 -1
  55. package/dist/components/form/fields/string/string-field.d.ts.map +1 -1
  56. package/dist/components/form/fields/textarea/textarea-field.d.ts.map +1 -1
  57. package/dist/components/form/fields/textarea/types.d.ts +5 -0
  58. package/dist/components/form/fields/textarea/types.d.ts.map +1 -1
  59. package/dist/components/form/fields/types.d.ts +5 -0
  60. package/dist/components/form/fields/types.d.ts.map +1 -1
  61. package/dist/components/form/fields/url/url-field.d.ts.map +1 -1
  62. package/dist/components/help-tooltip.d.ts +1 -1
  63. package/dist/components/help-tooltip.d.ts.map +1 -1
  64. package/dist/components/row/components/row-item.d.ts +1 -1
  65. package/dist/components/row/components/row-item.d.ts.map +1 -1
  66. package/dist/components/table/components/filter/categorical/get-cell-value-for-column.d.ts +1 -1
  67. package/dist/components/table/components/filter/categorical/get-cell-value-for-column.d.ts.map +1 -1
  68. package/dist/components/table/components/filter/categorical/use-categorical-filter-factory.d.ts +2 -2
  69. package/dist/components/table/components/filter/categorical/use-categorical-filter-factory.d.ts.map +1 -1
  70. package/dist/components/table/components/filter/datetime/datetime-filter.d.ts.map +1 -1
  71. package/dist/components/table/components/filter/datetime/use-datetime-filter-factory.d.ts +2 -2
  72. package/dist/components/table/components/filter/datetime/use-datetime-filter-factory.d.ts.map +1 -1
  73. package/dist/components/table/components/table-header/components/table-column-configuration-button/table-column-configuration-button.d.ts +1 -1
  74. package/dist/components/table/components/table-header/components/table-column-configuration-button/table-column-configuration-button.d.ts.map +1 -1
  75. package/dist/components/table/components/table-header/components/table-column-configuration-button/types.d.ts +2 -2
  76. package/dist/components/table/components/table-header/components/table-column-configuration-button/types.d.ts.map +1 -1
  77. package/dist/components/table/components/table-header/components/table-column-configuration-button/utils.d.ts +1 -1
  78. package/dist/components/table/components/table-header/components/table-column-configuration-button/utils.d.ts.map +1 -1
  79. package/dist/components/table/hooks/use-column-transformer.d.ts +2 -2
  80. package/dist/components/table/hooks/use-column-transformer.d.ts.map +1 -1
  81. package/dist/components/table/plugins/selection/use-row-selection-state.d.ts +1 -1
  82. package/dist/components/table/plugins/selection/use-row-selection-state.d.ts.map +1 -1
  83. package/dist/components/table/types/table-types.d.ts +1 -1
  84. package/dist/components/table/types/table-types.d.ts.map +1 -1
  85. package/dist/components/views/detail-view/components/detail-view-header/detail-view-header.d.ts +1 -1
  86. package/dist/components/views/detail-view/components/detail-view-header/detail-view-header.d.ts.map +1 -1
  87. package/dist/components/views/detail-view/detail-view.d.ts +1 -1
  88. package/dist/components/views/detail-view/detail-view.d.ts.map +1 -1
  89. package/dist/components/views/detail-view/types/detail-view-component-types.d.ts +11 -0
  90. package/dist/components/views/detail-view/types/detail-view-component-types.d.ts.map +1 -1
  91. package/dist/components/views/execution/styled-components.d.ts.map +1 -1
  92. package/dist/components/views/phase-entity-view/__tests__/phase-entity-view.test.d.ts +2 -0
  93. package/dist/components/views/phase-entity-view/__tests__/phase-entity-view.test.d.ts.map +1 -0
  94. package/dist/components/views/sandbox/sandbox.d.ts.map +1 -1
  95. package/dist/components/views/types.d.ts +3 -4
  96. package/dist/components/views/types.d.ts.map +1 -1
  97. package/dist/components/views/utils/table-view-adapter.d.ts.map +1 -1
  98. package/dist/config/entities/pipeline/__tests__/create-pipeline-run-form.test.d.ts +2 -0
  99. package/dist/config/entities/pipeline/__tests__/create-pipeline-run-form.test.d.ts.map +1 -0
  100. package/dist/config/entities/pipeline/create-pipeline-run-form.d.ts +4 -0
  101. package/dist/config/entities/pipeline/create-pipeline-run-form.d.ts.map +1 -0
  102. package/dist/config/entities/pipeline/detail.d.ts +3 -0
  103. package/dist/config/entities/pipeline/detail.d.ts.map +1 -0
  104. package/dist/config/entities/pipeline/list.d.ts.map +1 -1
  105. package/dist/config/entities/pipeline/pipeline.d.ts.map +1 -1
  106. package/dist/config/entities/pipeline/shared.d.ts +4 -0
  107. package/dist/config/entities/pipeline/shared.d.ts.map +1 -0
  108. package/dist/config/entities/run/shared.d.ts +1 -1
  109. package/dist/config/entities/run/shared.d.ts.map +1 -1
  110. package/dist/config/entities/trigger/shared.d.ts +1 -1
  111. package/dist/config/entities/trigger/shared.d.ts.map +1 -1
  112. package/dist/config/phases/data.d.ts +1 -1
  113. package/dist/config/phases/data.d.ts.map +1 -1
  114. package/dist/config/phases/deploy.d.ts +1 -1
  115. package/dist/config/phases/deploy.d.ts.map +1 -1
  116. package/dist/config/phases/train.d.ts +1 -1
  117. package/dist/config/phases/train.d.ts.map +1 -1
  118. package/dist/hooks/routing/use-studio-params/constants.d.ts +2 -1
  119. package/dist/hooks/routing/use-studio-params/constants.d.ts.map +1 -1
  120. package/dist/hooks/routing/use-studio-params/normalize-entity-param.d.ts +1 -1
  121. package/dist/hooks/routing/use-studio-params/normalize-entity-param.d.ts.map +1 -1
  122. package/dist/hooks/routing/use-studio-params/types.d.ts +2 -17
  123. package/dist/hooks/routing/use-studio-params/types.d.ts.map +1 -1
  124. package/dist/hooks/routing/use-studio-params/use-studio-params.d.ts +2 -1
  125. package/dist/hooks/routing/use-studio-params/use-studio-params.d.ts.map +1 -1
  126. package/dist/hooks/use-hover.d.ts +0 -1
  127. package/dist/hooks/use-hover.d.ts.map +1 -1
  128. package/dist/index.d.ts +4 -1
  129. package/dist/index.d.ts.map +1 -1
  130. package/dist/interpolation/base.d.ts +1 -1
  131. package/dist/interpolation/base.d.ts.map +1 -1
  132. package/dist/interpolation/function-interpolation.d.ts +1 -1
  133. package/dist/interpolation/function-interpolation.d.ts.map +1 -1
  134. package/dist/interpolation/interpolate.d.ts +1 -1
  135. package/dist/interpolation/interpolate.d.ts.map +1 -1
  136. package/dist/interpolation/string-interpolation.d.ts +1 -1
  137. package/dist/interpolation/string-interpolation.d.ts.map +1 -1
  138. package/dist/interpolation/types.d.ts +2 -1
  139. package/dist/interpolation/types.d.ts.map +1 -1
  140. package/dist/michelangelo-core.cjs +71 -65
  141. package/dist/michelangelo-core.js +20880 -20134
  142. package/dist/providers/error-provider/use-error-normalizer.d.ts +1 -1
  143. package/dist/providers/error-provider/use-error-normalizer.d.ts.map +1 -1
  144. package/dist/providers/interpolation-provider/interpolation-provider.d.ts +1 -1
  145. package/dist/providers/interpolation-provider/interpolation-provider.d.ts.map +1 -1
  146. package/dist/providers/user-provider/types.d.ts +2 -5
  147. package/dist/providers/user-provider/types.d.ts.map +1 -1
  148. package/dist/router/entity-detail-route.d.ts.map +1 -1
  149. package/dist/router/studio-bar.d.ts +6 -1
  150. package/dist/router/studio-bar.d.ts.map +1 -1
  151. package/dist/test/wrappers/build-wrapper.d.ts +1 -1
  152. package/dist/test/wrappers/build-wrapper.d.ts.map +1 -1
  153. package/dist/test/wrappers/get-base-provider-wrapper.d.ts +1 -1
  154. package/dist/test/wrappers/get-base-provider-wrapper.d.ts.map +1 -1
  155. package/dist/test/wrappers/get-cell-provider-wrapper.d.ts +2 -2
  156. package/dist/test/wrappers/get-cell-provider-wrapper.d.ts.map +1 -1
  157. package/dist/test/wrappers/get-error-provider-wrapper.d.ts +2 -2
  158. package/dist/test/wrappers/get-error-provider-wrapper.d.ts.map +1 -1
  159. package/dist/test/wrappers/get-icon-provider-wrapper.d.ts +1 -1
  160. package/dist/test/wrappers/get-icon-provider-wrapper.d.ts.map +1 -1
  161. package/dist/test/wrappers/get-router-wrapper.d.ts +1 -1
  162. package/dist/test/wrappers/get-router-wrapper.d.ts.map +1 -1
  163. package/dist/test/wrappers/get-service-provider-wrapper.d.ts +2 -2
  164. package/dist/test/wrappers/get-service-provider-wrapper.d.ts.map +1 -1
  165. package/dist/test/wrappers/get-user-provider-wrapper.d.ts +1 -1
  166. package/dist/test/wrappers/get-user-provider-wrapper.d.ts.map +1 -1
  167. package/dist/tsconfig.tsbuildinfo +1 -1
  168. package/dist/types/common/studio-types.d.ts +4 -5
  169. package/dist/types/common/studio-types.d.ts.map +1 -1
  170. package/dist/types/common/view-types.d.ts +15 -0
  171. package/dist/types/common/view-types.d.ts.map +1 -1
  172. package/dist/types/time-types.d.ts +11 -0
  173. package/dist/types/time-types.d.ts.map +1 -0
  174. package/dist/utils/object-utils.d.ts.map +1 -1
  175. package/dist/utils/time-utils.d.ts +2 -2
  176. package/dist/utils/time-utils.d.ts.map +1 -1
  177. package/package.json +5 -1
  178. package/dist/config/entities/pipeline/__tests__/create-pipeline-run-dialog.test.d.ts +0 -2
  179. package/dist/config/entities/pipeline/__tests__/create-pipeline-run-dialog.test.d.ts.map +0 -1
  180. package/dist/config/entities/pipeline/create-pipeline-run-dialog.d.ts +0 -6
  181. package/dist/config/entities/pipeline/create-pipeline-run-dialog.d.ts.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import { Interpolation } from './base';
2
- import type { StudioParamsView } from '../hooks/routing/use-studio-params/types';
2
+ import type { StudioParamsView } from '../types/common/view-types';
3
3
  import type { InterpolationContext } from './types';
4
4
  /**
5
5
  * Handles string-based interpolation by replacing ${variable.path} patterns
@@ -1 +1 @@
1
- {"version":3,"file":"string-interpolation.d.ts","sourceRoot":"","sources":["../../interpolation/string-interpolation.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAGvC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AACpF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEpD;;;;;;;;;;GAUG;AACH,qBAAa,mBAAmB,CAAC,CAAC,SAAS,gBAAgB,GAAG,MAAM,CAAE,SAAQ,aAAa,CACzF,MAAM,EACN,MAAM,EACN,CAAC,CACF;IACC;;OAEG;IACH,MAAM,CAAC,eAAe,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,MAAM;IAIvD;;;OAGG;IACH,OAAO,CAAC,MAAM,EAAE,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC,CAAC,GAAG,MAAM;CAQ1D"}
1
+ {"version":3,"file":"string-interpolation.d.ts","sourceRoot":"","sources":["../../interpolation/string-interpolation.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAGvC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEpD;;;;;;;;;;GAUG;AACH,qBAAa,mBAAmB,CAAC,CAAC,SAAS,gBAAgB,GAAG,MAAM,CAAE,SAAQ,aAAa,CACzF,MAAM,EACN,MAAM,EACN,CAAC,CACF;IACC;;OAEG;IACH,MAAM,CAAC,eAAe,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,MAAM;IAIvD;;;OAGG;IACH,OAAO,CAAC,MAAM,EAAE,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC,CAAC,GAAG,MAAM;CAQ1D"}
@@ -1,5 +1,6 @@
1
- import type { StudioParamsView, ViewTypeToParamType } from '../hooks/routing/use-studio-params/types';
1
+ import type { ViewTypeToParamType } from '../hooks/routing/use-studio-params/types';
2
2
  import type { RepeatedLayoutState } from '../providers/repeated-layout-provider/types';
3
+ import type { StudioParamsView } from '../types/common/view-types';
3
4
  import type { FunctionInterpolation } from './function-interpolation';
4
5
  import type { StringInterpolation } from './string-interpolation';
5
6
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../interpolation/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,gBAAgB,EAChB,mBAAmB,EACpB,MAAM,6CAA6C,CAAC;AACrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAC;AAC1F,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AACtE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAElE;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,IAAI,EAAE,GAAG,CAAC;IACV;;;OAGG;IACH,aAAa,EAAE,GAAG,CAAC;IACnB;;;OAGG;IACH,QAAQ,EAAE,GAAG,CAAC;IACd;;;OAGG;IACH,GAAG,EAAE,GAAG,CAAC;IACT;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAM,WAAW,oBAAoB,CAAC,CAAC,SAAS,gBAAgB,GAAG,MAAM,CACvE,SAAQ,8BAA8B,EACpC,eAAe;IACjB;;;;;;OAMG;IACH,qBAAqB,CAAC,EAAE,mBAAmB,CAAC;IAC5C;;;OAGG;IACH,MAAM,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC;IAC/B;;;;OAIG;IACH,IAAI,EAAE,GAAG,CAAC;CACX;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,MAAM,WAAW,8BAA8B;CAAG;AAElD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAM,MAAM,cAAc,CAAC,CAAC,EAAE,CAAC,SAAS,gBAAgB,GAAG,MAAM,IAC7D,CAAC,GACD,MAAM,GACN,qBAAqB,CAAC,CAAC,EAAE,CAAC,CAAC,GAC3B,mBAAmB,CAAC,CAAC,CAAC,CAAC;AAE3B;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,KAAK,OAAO,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../interpolation/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAC;AACvF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAC;AAC1F,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AACtE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAElE;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,IAAI,EAAE,GAAG,CAAC;IACV;;;OAGG;IACH,aAAa,EAAE,GAAG,CAAC;IACnB;;;OAGG;IACH,QAAQ,EAAE,GAAG,CAAC;IACd;;;OAGG;IACH,GAAG,EAAE,GAAG,CAAC;IACT;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAM,WAAW,oBAAoB,CAAC,CAAC,SAAS,gBAAgB,GAAG,MAAM,CACvE,SAAQ,8BAA8B,EACpC,eAAe;IACjB;;;;;;OAMG;IACH,qBAAqB,CAAC,EAAE,mBAAmB,CAAC;IAC5C;;;OAGG;IACH,MAAM,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC;IAC/B;;;;OAIG;IACH,IAAI,EAAE,GAAG,CAAC;CACX;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,MAAM,WAAW,8BAA8B;CAAG;AAElD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAM,MAAM,cAAc,CAAC,CAAC,EAAE,CAAC,SAAS,gBAAgB,GAAG,MAAM,IAC7D,CAAC,GACD,MAAM,GACN,qBAAqB,CAAC,CAAC,EAAE,CAAC,CAAC,GAC3B,mBAAmB,CAAC,CAAC,CAAC,CAAC;AAE3B;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,KAAK,OAAO,CAAC"}