@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
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=actions-popover.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"actions-popover.test.d.ts","sourceRoot":"","sources":["../../../../components/actions/__tests__/actions-popover.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ import type { MenuAdapterProps } from 'baseui/list';
2
+ import type { ComponentActionConfig, Data, SelectedAction } from '../../../components/actions/types';
3
+ export declare const ActionMenuItem: import("react").ForwardRefExoticComponent<{
4
+ /**
5
+ * Item is the action configuration defined for a specific action in
6
+ * the ActionMenu list, passed as `item` per baseui MenuAdapter props.
7
+ */
8
+ item: ComponentActionConfig;
9
+ record: Data;
10
+ onSelectAction: (action: SelectedAction) => void;
11
+ } & Omit<MenuAdapterProps, "children" | "item"> & import("react").RefAttributes<HTMLLIElement>>;
12
+ //# sourceMappingURL=action-menu-item.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action-menu-item.d.ts","sourceRoot":"","sources":["../../../../components/actions/action-menu/action-menu-item.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AACpD,OAAO,KAAK,EAAE,qBAAqB,EAAE,IAAI,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAC;AAYlG,eAAO,MAAM,cAAc;IATzB;;;OAGG;UACG,qBAAqB;YACnB,IAAI;oBACI,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI;+FA0BhD,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { ActionConfig, Data, SelectedAction } from '../../../components/actions/types';
2
+ type ActionMenuProps = {
3
+ actions: ActionConfig[];
4
+ record: Data;
5
+ onSelectAction: (action: SelectedAction) => void;
6
+ };
7
+ export declare function ActionMenu(props: ActionMenuProps): import("react/jsx-runtime").JSX.Element;
8
+ export {};
9
+ //# sourceMappingURL=action-menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action-menu.d.ts","sourceRoot":"","sources":["../../../../components/actions/action-menu/action-menu.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAC;AAEzF,KAAK,eAAe,GAAG;IACrB,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,MAAM,EAAE,IAAI,CAAC;IACb,cAAc,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAC;CAClD,CAAC;AAEF,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,2CAahD"}
@@ -0,0 +1,15 @@
1
+ import type { ActionConfig, Data } from '../../../components/actions/types';
2
+ type ActionsButtonsProps<T extends Data = Data> = {
3
+ actions: ActionConfig<T>[];
4
+ record: T;
5
+ loading?: boolean;
6
+ };
7
+ /**
8
+ * Renders action buttons partitioned by hierarchy level and manages the selected action.
9
+ *
10
+ * Primary actions render as a fixed-width filled button, secondary as pill-shaped
11
+ * buttons, and tertiary actions collapse into an overflow popover.
12
+ */
13
+ export declare function ActionsButtons<T extends Data>({ actions, record, loading, }: ActionsButtonsProps<T>): import("react/jsx-runtime").JSX.Element | null;
14
+ export {};
15
+ //# sourceMappingURL=actions-buttons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"actions-buttons.d.ts","sourceRoot":"","sources":["../../../../components/actions/actions-buttons/actions-buttons.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,YAAY,EAAE,IAAI,EAAkB,MAAM,gCAAgC,CAAC;AAEzF,KAAK,mBAAmB,CAAC,CAAC,SAAS,IAAI,GAAG,IAAI,IAAI;IAChD,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC;IAC3B,MAAM,EAAE,CAAC,CAAC;IACV,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,CAAC,SAAS,IAAI,EAAE,EAC7C,OAAO,EACP,MAAM,EACN,OAAO,GACR,EAAE,mBAAmB,CAAC,CAAC,CAAC,kDAsExB"}
@@ -0,0 +1,7 @@
1
+ import type { ActionConfig, Data } from '../../../components/actions/types';
2
+ export type PartitionedActions<T extends Data> = {
3
+ primary: ActionConfig<T> | undefined;
4
+ secondary: ActionConfig<T>[];
5
+ tertiary: ActionConfig<T>[];
6
+ };
7
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../components/actions/actions-buttons/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,gCAAgC,CAAC;AAEzE,MAAM,MAAM,kBAAkB,CAAC,CAAC,SAAS,IAAI,IAAI;IAC/C,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC;IACrC,SAAS,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC;IAC7B,QAAQ,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC;CAC7B,CAAC"}
@@ -0,0 +1,8 @@
1
+ import type { ActionConfig, Data } from '../../../components/actions/types';
2
+ import type { PartitionedActions } from './types';
3
+ /**
4
+ * Splits an actions array by hierarchy level. Actions without an explicit
5
+ * hierarchy default to tertiary (overflow menu).
6
+ */
7
+ export declare function partitionActions<T extends Data>(actions: ActionConfig<T>[]): PartitionedActions<T>;
8
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../components/actions/actions-buttons/utils.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,gCAAgC,CAAC;AACzE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAElD;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,CAAC,SAAS,IAAI,EAC7C,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,GACzB,kBAAkB,CAAC,CAAC,CAAC,CAMvB"}
@@ -0,0 +1,12 @@
1
+ import type { ButtonProps } from 'baseui/button';
2
+ import type { BasePopoverProps } from 'baseui/popover';
3
+ import type { ActionConfig, Data } from './types';
4
+ type ActionsPopoverProps<T extends Data> = {
5
+ actions: ActionConfig<T>[];
6
+ buttonProps?: ButtonProps;
7
+ record: T;
8
+ popoverProps?: BasePopoverProps;
9
+ };
10
+ export declare function ActionsPopover<T extends Data>({ actions, buttonProps, record, popoverProps, }: ActionsPopoverProps<T>): import("react/jsx-runtime").JSX.Element;
11
+ export {};
12
+ //# sourceMappingURL=actions-popover.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"actions-popover.d.ts","sourceRoot":"","sources":["../../../components/actions/actions-popover.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAEvD,OAAO,KAAK,EAAwB,YAAY,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAExE,KAAK,mBAAmB,CAAC,CAAC,SAAS,IAAI,IAAI;IACzC,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC;IAC3B,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,MAAM,EAAE,CAAC,CAAC;IACV,YAAY,CAAC,EAAE,gBAAgB,CAAC;CACjC,CAAC;AAEF,wBAAgB,cAAc,CAAC,CAAC,SAAS,IAAI,EAAE,EAC7C,OAAO,EACP,WAAW,EACX,MAAM,EACN,YAAY,GACb,EAAE,mBAAmB,CAAC,CAAC,CAAC,2CAwExB"}
@@ -0,0 +1,58 @@
1
+ import type { ComponentType } from 'react';
2
+ export type ActionConfig<T = Data> = ComponentActionConfig<T>;
3
+ /**
4
+ * Base fields shared by all action configurations.
5
+ *
6
+ * @example
7
+ * ```ts
8
+ * const deleteAction: ComponentActionConfig<Pipeline> = {
9
+ * display: { label: 'Delete', icon: 'trash' },
10
+ * component: DeleteDialog,
11
+ * };
12
+ * ```
13
+ */
14
+ export type ActionConfigBase = {
15
+ /**
16
+ * Controls how the action's trigger button is displayed to the user.
17
+ *
18
+ * @see {@link ActionTriggerDisplay}
19
+ */
20
+ display: ActionTriggerDisplay;
21
+ /**
22
+ * Visual hierarchy of the action's trigger button
23
+ *
24
+ * @note Actions without an explicit hierarchy default to tertiary (overflow menu).
25
+ *
26
+ * @see {@link ActionHierarchy}
27
+ */
28
+ hierarchy?: ActionHierarchy;
29
+ };
30
+ /**
31
+ * How the action's trigger button is displayed to the user
32
+ *
33
+ * @note icon is a string reference to an icon in the icon provider
34
+ */
35
+ type ActionTriggerDisplay = {
36
+ label: string;
37
+ icon?: string;
38
+ };
39
+ export declare enum ActionHierarchy {
40
+ PRIMARY = "primary",
41
+ SECONDARY = "secondary",
42
+ TERTIARY = "tertiary"
43
+ }
44
+ export type Data = Record<string, unknown>;
45
+ export type ComponentActionConfig<T = Data> = ActionConfigBase & {
46
+ component: ComponentType<ActionComponentProps<T>>;
47
+ };
48
+ export type ActionComponentProps<T = Data> = {
49
+ record: T;
50
+ isOpen: boolean;
51
+ onClose: () => void;
52
+ };
53
+ export type SelectedAction = {
54
+ component: ComponentType<ActionComponentProps>;
55
+ record: Data;
56
+ };
57
+ export {};
58
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../components/actions/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,MAAM,MAAM,YAAY,CAAC,CAAC,GAAG,IAAI,IAAI,qBAAqB,CAAC,CAAC,CAAC,CAAC;AAE9D;;;;;;;;;;GAUG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;;OAIG;IACH,OAAO,EAAE,oBAAoB,CAAC;IAE9B;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;CAC7B,CAAC;AAEF;;;;GAIG;AACH,KAAK,oBAAoB,GAAG;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,oBAAY,eAAe;IACzB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,QAAQ,aAAa;CACtB;AAED,MAAM,MAAM,IAAI,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAE3C,MAAM,MAAM,qBAAqB,CAAC,CAAC,GAAG,IAAI,IAAI,gBAAgB,GAAG;IAC/D,SAAS,EAAE,aAAa,CAAC,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC;CACnD,CAAC;AAEF,MAAM,MAAM,oBAAoB,CAAC,CAAC,GAAG,IAAI,IAAI;IAC3C,MAAM,EAAE,CAAC,CAAC;IACV,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,SAAS,EAAE,aAAa,CAAC,oBAAoB,CAAC,CAAC;IAC/C,MAAM,EAAE,IAAI,CAAC;CACd,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"collapsible-box.d.ts","sourceRoot":"","sources":["../../../components/box/collapsible-box.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnD,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA2FxD,CAAC"}
1
+ {"version":3,"file":"collapsible-box.d.ts","sourceRoot":"","sources":["../../../components/box/collapsible-box.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAQnD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnD,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA2FxD,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import type { CategoryConfig } from '../../types/common/studio-types';
2
+ import type { NavLink } from './types';
2
3
  /**
3
4
  * A breadcrumb navigation with an integrated hamburger menu drawer.
4
5
  *
@@ -8,6 +9,10 @@ import type { CategoryConfig } from '../../types/common/studio-types';
8
9
  * Category and Phase segments are derived from the supplied categories config.
9
10
  * The menu drawer shows all phases from all supplied categories.
10
11
  *
12
+ * Top-level links (e.g. to pages outside the project context) can be provided via
13
+ * `topLevelLinks` and are rendered at the top of the menu drawer, above the
14
+ * project/phase hierarchy.
15
+ *
11
16
  * @example
12
17
  * ```tsx
13
18
  * const CATEGORIES: CategoryConfig[] = [
@@ -16,7 +21,8 @@ import type { CategoryConfig } from '../../types/common/studio-types';
16
21
  * <BreadcrumbBar categories={CATEGORIES} />
17
22
  * ```
18
23
  */
19
- export declare function BreadcrumbBar({ categories }: {
24
+ export declare function BreadcrumbBar({ categories, topLevelLinks, }: {
20
25
  categories: CategoryConfig[];
26
+ topLevelLinks?: NavLink[];
21
27
  }): import("react/jsx-runtime").JSX.Element;
22
28
  //# sourceMappingURL=breadcrumb-bar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumb-bar.d.ts","sourceRoot":"","sources":["../../../components/breadcrumb-bar/breadcrumb-bar.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AAEtE;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,aAAa,CAAC,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,cAAc,EAAE,CAAA;CAAE,2CAoC7E"}
1
+ {"version":3,"file":"breadcrumb-bar.d.ts","sourceRoot":"","sources":["../../../components/breadcrumb-bar/breadcrumb-bar.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,aAAa,CAAC,EAC5B,UAAU,EACV,aAAa,GACd,EAAE;IACD,UAAU,EAAE,cAAc,EAAE,CAAC;IAC7B,aAAa,CAAC,EAAE,OAAO,EAAE,CAAC;CAC3B,2CAoCA"}
@@ -1,6 +1,10 @@
1
1
  import type { PhaseConfig } from '../../types/common/studio-types';
2
- export declare function MenuDrawer({ phases, projectId }: {
2
+ import type { NavLink } from './types';
3
+ interface Props {
3
4
  phases: PhaseConfig[];
4
5
  projectId: string;
5
- }): import("react/jsx-runtime").JSX.Element;
6
+ topLevelLinks?: NavLink[];
7
+ }
8
+ export declare function MenuDrawer({ phases, projectId, topLevelLinks }: Props): import("react/jsx-runtime").JSX.Element;
9
+ export {};
6
10
  //# sourceMappingURL=menu-drawer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"menu-drawer.d.ts","sourceRoot":"","sources":["../../../components/breadcrumb-bar/menu-drawer.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAEnE,wBAAgB,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,EAAE;IAAE,MAAM,EAAE,WAAW,EAAE,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE,2CA+E7F"}
1
+ {"version":3,"file":"menu-drawer.d.ts","sourceRoot":"","sources":["../../../components/breadcrumb-bar/menu-drawer.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AACnE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,UAAU,KAAK;IACb,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,OAAO,EAAE,CAAC;CAC3B;AAED,wBAAgB,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,aAAa,EAAE,EAAE,KAAK,2CAoGrE"}
@@ -1,4 +1,5 @@
1
1
  export declare const PlainLink: import("styletron-react").StyletronComponent<import("react").ForwardRefExoticComponent<import("react-router-dom-v5-compat").LinkProps & import("react").RefAttributes<HTMLAnchorElement>>, {}>;
2
+ export declare const TopLevelNavLink: import("styletron-react").StyletronComponent<import("react").ForwardRefExoticComponent<import("react-router-dom-v5-compat").LinkProps & import("react").RefAttributes<HTMLAnchorElement>>, {}>;
2
3
  export declare const BreadcrumbContainer: import("styletron-react").StyletronComponent<"div", {}>;
3
4
  export declare const PhaseHeader: import("styletron-react").StyletronComponent<"li", {
4
5
  $disabled?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"styled-components.d.ts","sourceRoot":"","sources":["../../../components/breadcrumb-bar/styled-components.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS,gMAKnB,CAAC;AAEJ,eAAO,MAAM,mBAAmB,yDAI7B,CAAC;AAEJ,eAAO,MAAM,WAAW;gBAA8B,OAAO;EAe3D,CAAC;AAEH,eAAO,MAAM,UAAU;gBAA8B,OAAO;EAYzD,CAAC"}
1
+ {"version":3,"file":"styled-components.d.ts","sourceRoot":"","sources":["../../../components/breadcrumb-bar/styled-components.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS,gMAKnB,CAAC;AAEJ,eAAO,MAAM,eAAe,gMAYzB,CAAC;AAEJ,eAAO,MAAM,mBAAmB,yDAI7B,CAAC;AAEJ,eAAO,MAAM,WAAW;gBAA8B,OAAO;EAe3D,CAAC;AAEH,eAAO,MAAM,UAAU;gBAA8B,OAAO;EAYzD,CAAC"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * A top-level navigation link rendered in the menu drawer above the project/phase
3
+ * hierarchy. Intended for destinations that live outside the project context.
4
+ *
5
+ * `path` is resolved relative to the root router — the same base path that `"/"` in
6
+ * `BreadcrumbBar` resolves to.
7
+ */
8
+ export interface NavLink {
9
+ /** Display label shown in the drawer */
10
+ label: string;
11
+ /** Route path relative to the root router (e.g. "/settings") */
12
+ path: string;
13
+ }
14
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../components/breadcrumb-bar/types.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,WAAW,OAAO;IACtB,wCAAwC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,gEAAgE;IAChE,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -1,4 +1,4 @@
1
- import { CellRenderer, CellRendererProps } from '../../components/cell/types';
1
+ import type { CellRenderer, CellRendererProps } from '../../components/cell/types';
2
2
  /**
3
3
  * Returns a function that resolves the appropriate cell renderer based on column
4
4
  * configuration and value type.
@@ -1 +1 @@
1
- {"version":3,"file":"use-get-cell-renderer.d.ts","sourceRoot":"","sources":["../../../components/cell/use-get-cell-renderer.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAK9E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,wBAAgB,kBAAkB,IAAI,CAAC,IAAI,EAAE,iBAAiB,CAAC,OAAO,CAAC,KAAK,YAAY,CAAC,OAAO,CAAC,CA6BhG"}
1
+ {"version":3,"file":"use-get-cell-renderer.d.ts","sourceRoot":"","sources":["../../../components/cell/use-get-cell-renderer.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAEnF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,wBAAgB,kBAAkB,IAAI,CAAC,IAAI,EAAE,iBAAiB,CAAC,OAAO,CAAC,KAAK,YAAY,CAAC,OAAO,CAAC,CA6BhG"}
@@ -1 +1 @@
1
- {"version":3,"file":"form-control.d.ts","sourceRoot":"","sources":["../../../../components/form/components/form-control.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA2ClD,CAAC"}
1
+ {"version":3,"file":"form-control.d.ts","sourceRoot":"","sources":["../../../../components/form/components/form-control.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAwDlD,CAAC"}
@@ -2,6 +2,7 @@ export interface FormControlProps {
2
2
  label?: string;
3
3
  required?: boolean;
4
4
  description?: string;
5
+ labelEndEnhancer?: React.ReactNode;
5
6
  /** Rendered as Markdown. */
6
7
  caption?: string;
7
8
  error?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../components/form/components/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,4BAA4B;IAC5B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE;QACR,MAAM,EAAE,MAAM,CAAC;QACf,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../components/form/components/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACnC,4BAA4B;IAC5B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE;QACR,MAAM,EAAE,MAAM,CAAC;QACf,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B"}
@@ -1 +1 @@
1
- {"version":3,"file":"boolean-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/boolean/boolean-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA+DpD,CAAC"}
1
+ {"version":3,"file":"boolean-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/boolean/boolean-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAiEpD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/checkbox/checkbox-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAS3C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAElD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA+EtD,CAAC"}
1
+ {"version":3,"file":"checkbox-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/checkbox/checkbox-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAS3C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAElD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAiFtD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"date-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/date/date-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,EAAe,KAAK,cAAc,EAAE,MAAM,SAAS,CAAC;AAK3D,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA6E9C,CAAC"}
1
+ {"version":3,"file":"date-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/date/date-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,EAAE,KAAK,cAAc,EAAc,MAAM,SAAS,CAAC;AAK1D,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA+E9C,CAAC"}
@@ -1,14 +1,14 @@
1
1
  import type { BaseFieldProps } from '../types';
2
2
  export interface DateFieldProps extends BaseFieldProps<string, Date | null> {
3
- /** @default DATE_FORMAT.ISO_DATE_STRING */
4
- dateFormat?: DATE_FORMAT;
3
+ /** @default DateFormat.ISO_DATE_STRING */
4
+ dateFormat?: DateFormat;
5
5
  /**
6
6
  * Restricts selectable dates to today or earlier
7
7
  * @default false
8
8
  */
9
9
  noFutureDate?: boolean;
10
10
  }
11
- export declare enum DATE_FORMAT {
11
+ export declare enum DateFormat {
12
12
  /**
13
13
  * Anticipates date as epoch seconds string. String is artifact of int64 protobuf fields
14
14
  * being typed as Strings in TypeScript
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/date/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,MAAM,WAAW,cAAe,SAAQ,cAAc,CAAC,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;IACzE,2CAA2C;IAC3C,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,oBAAY,WAAW;IACrB;;;OAGG;IACH,aAAa,UAAU;IACvB;;OAEG;IACH,eAAe,QAAQ;CACxB"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/date/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,MAAM,WAAW,cAAe,SAAQ,cAAc,CAAC,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;IACzE,0CAA0C;IAC1C,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,oBAAY,UAAU;IACpB;;;OAGG;IACH,aAAa,UAAU;IACvB;;OAEG;IACH,eAAe,QAAQ;CACxB"}
@@ -1,4 +1,4 @@
1
- import { DATE_FORMAT } from './types';
1
+ import { DateFormat } from './types';
2
2
  type UseDateFormattersReturn = {
3
3
  format: (value: string) => Date | null;
4
4
  parse: (value: Date | null) => string;
@@ -15,6 +15,6 @@ type UseDateFormattersReturn = {
15
15
  *
16
16
  * @param dateFormat - Controls the persisted date format (epoch or ISO).
17
17
  */
18
- export declare function useDateFormatters(dateFormat?: DATE_FORMAT): UseDateFormattersReturn;
18
+ export declare function useDateFormatters(dateFormat?: DateFormat): UseDateFormattersReturn;
19
19
  export {};
20
20
  //# sourceMappingURL=use-date-formatters.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"use-date-formatters.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/date/use-date-formatters.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC,KAAK,uBAAuB,GAAG;IAC7B,MAAM,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,GAAG,IAAI,CAAC;IACvC,KAAK,EAAE,CAAC,KAAK,EAAE,IAAI,GAAG,IAAI,KAAK,MAAM,CAAC;CACvC,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,wBAAgB,iBAAiB,CAC/B,UAAU,GAAE,WAAyC,GACpD,uBAAuB,CAezB"}
1
+ {"version":3,"file":"use-date-formatters.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/date/use-date-formatters.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAErC,KAAK,uBAAuB,GAAG;IAC7B,MAAM,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,GAAG,IAAI,CAAC;IACvC,KAAK,EAAE,CAAC,KAAK,EAAE,IAAI,GAAG,IAAI,KAAK,MAAM,CAAC;CACvC,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,wBAAgB,iBAAiB,CAC/B,UAAU,GAAE,UAAuC,GAClD,uBAAuB,CAezB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=map-field.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"map-field.test.d.ts","sourceRoot":"","sources":["../../../../../../components/form/fields/map/__tests__/map-field.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ import type { KeyValueEntry, KeyValueRowConfig } from './types';
2
+ interface KeyValueRowProps extends KeyValueRowConfig {
3
+ row: KeyValueEntry;
4
+ readOnly?: boolean;
5
+ disabled?: boolean;
6
+ keyError?: string;
7
+ onChange: (row: KeyValueEntry) => void;
8
+ onDelete: (row: KeyValueEntry) => void;
9
+ onFocus: () => void;
10
+ onBlur: () => void;
11
+ }
12
+ export declare function KeyValueRow({ row, keyConfig, valueConfig, readOnly, disabled, deletable, size, keyError, onChange, onDelete, onFocus, onBlur, }: KeyValueRowProps): import("react/jsx-runtime").JSX.Element;
13
+ export {};
14
+ //# sourceMappingURL=key-value-row.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"key-value-row.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/map/key-value-row.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEhE,UAAU,gBAAiB,SAAQ,iBAAiB;IAClD,GAAG,EAAE,aAAa,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,CAAC,GAAG,EAAE,aAAa,KAAK,IAAI,CAAC;IACvC,QAAQ,EAAE,CAAC,GAAG,EAAE,aAAa,KAAK,IAAI,CAAC;IACvC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB;AAED,wBAAgB,WAAW,CAAC,EAC1B,GAAG,EACH,SAAS,EACT,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,SAAgB,EAChB,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,MAAM,GACP,EAAE,gBAAgB,2CA6DlB"}
@@ -0,0 +1,3 @@
1
+ import type { MapFieldProps } from './types';
2
+ export declare function MapField({ name, label, defaultValue, initialValue, required, validate, readOnly, disabled, description, caption, labelEndEnhancer, format, parse, keyConfig, valueConfig, singleValue, creatable, deletable, emptyMessage, size, }: MapFieldProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=map-field.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"map-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/map/map-field.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAiB,aAAa,EAAE,MAAM,SAAS,CAAC;AAK5D,wBAAgB,QAAQ,CAAC,EACvB,IAAI,EACJ,KAAK,EACL,YAAY,EACZ,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,WAAW,EACX,OAAO,EACP,gBAAgB,EAChB,MAAM,EACN,KAAK,EACL,SAAS,EACT,WAAW,EACX,WAAW,EACX,SAAgB,EAChB,SAAgB,EAChB,YAAY,EACZ,IAAI,GACL,EAAE,aAAa,2CA2Gf"}
@@ -0,0 +1,34 @@
1
+ import type { SIZE } from 'baseui/input';
2
+ import type { BaseFieldProps } from '../../../../components/form/fields/types';
3
+ export interface KeyValueEntry {
4
+ /** Stable React key — monotonically increasing, never reused after deletion. */
5
+ id: number;
6
+ key: string;
7
+ value: string;
8
+ }
9
+ /** Props shared between MapField and KeyValueRow — controls how each row renders. */
10
+ export interface KeyValueRowConfig {
11
+ /** Configuration for the key input column */
12
+ keyConfig?: {
13
+ placeholder?: string;
14
+ readOnly?: boolean;
15
+ };
16
+ /** Configuration for the value input column */
17
+ valueConfig?: {
18
+ placeholder?: string;
19
+ };
20
+ /** Show delete button per row. Defaults to true. */
21
+ deletable?: boolean;
22
+ /** BaseUI input size variant */
23
+ size?: keyof typeof SIZE;
24
+ }
25
+ export interface MapFieldOwnProps extends KeyValueRowConfig {
26
+ /** When true, renders exactly one key-value pair with no add/delete controls */
27
+ singleValue?: boolean;
28
+ /** Show "Add more" button. Defaults to true. */
29
+ creatable?: boolean;
30
+ /** Message shown when the map is empty */
31
+ emptyMessage?: string;
32
+ }
33
+ export type MapFieldProps = MapFieldOwnProps & BaseFieldProps<Record<string, string>>;
34
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/map/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAEzE,MAAM,WAAW,aAAa;IAC5B,gFAAgF;IAChF,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf;AAED,qFAAqF;AACrF,MAAM,WAAW,iBAAiB;IAChC,6CAA6C;IAC7C,SAAS,CAAC,EAAE;QAAE,WAAW,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC;IAEzD,+CAA+C;IAC/C,WAAW,CAAC,EAAE;QAAE,WAAW,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAEvC,oDAAoD;IACpD,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,gCAAgC;IAChC,IAAI,CAAC,EAAE,MAAM,OAAO,IAAI,CAAC;CAC1B;AAED,MAAM,WAAW,gBAAiB,SAAQ,iBAAiB;IACzD,gFAAgF;IAChF,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,gDAAgD;IAChD,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,0CAA0C;IAC1C,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,MAAM,aAAa,GAAG,gBAAgB,GAAG,cAAc,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { MarkdownFieldProps } from './types';
2
+ /**
3
+ * Markdown-aware text field with dual rendering modes.
4
+ *
5
+ * In edit mode, displays a plain textarea for raw markdown input.
6
+ * In read-only mode, renders the stored value as formatted markdown.
7
+ */
8
+ export declare const MarkdownField: React.FC<MarkdownFieldProps>;
9
+ //# sourceMappingURL=markdown-field.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"markdown-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/markdown/markdown-field.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAElD;;;;;GAKG;AACH,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA+EtD,CAAC"}
@@ -0,0 +1,11 @@
1
+ import type { BaseFieldProps } from '../types';
2
+ export interface MarkdownFieldProps extends BaseFieldProps<string> {
3
+ rows?: number;
4
+ /**
5
+ * Limits input length and displays a character counter in the label row.
6
+ * When `labelEndEnhancer` is also provided, the counter appears first
7
+ * followed by the enhancer content.
8
+ */
9
+ maxLength?: number;
10
+ }
11
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/markdown/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,MAAM,WAAW,kBAAmB,SAAQ,cAAc,CAAC,MAAM,CAAC;IAChE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -1 +1 @@
1
- {"version":3,"file":"number-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/number/number-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAEzE,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CA+CpE,CAAC"}
1
+ {"version":3,"file":"number-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/number/number-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAEzE,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAiDpE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"card-radio-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/radio/card-radio-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAgBpD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE/C,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA8EpD,CAAC"}
1
+ {"version":3,"file":"card-radio-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/radio/card-radio-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAgBpD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE/C,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAgFpD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"inline-radio-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/radio/inline-radio-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAQ3C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE/C,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA8GtD,CAAC"}
1
+ {"version":3,"file":"inline-radio-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/radio/inline-radio-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAQ3C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE/C,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAiHtD,CAAC"}
@@ -1,3 +1,3 @@
1
1
  import type { SelectFieldProps } from './types';
2
- export declare function SelectField<V = string | number>({ name, label, defaultValue, initialValue, required, validate, readOnly, disabled, description, caption, placeholder, format, parse, options, visibleOptionLimit, isLoading, clearable, searchable, multi, creatable, }: SelectFieldProps<V>): import("react/jsx-runtime").JSX.Element;
2
+ export declare function SelectField<V = string | number>({ name, label, defaultValue, initialValue, required, validate, readOnly, disabled, description, caption, labelEndEnhancer, placeholder, format, parse, options, visibleOptionLimit, isLoading, clearable, searchable, multi, creatable, }: SelectFieldProps<V>): import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=select-field.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"select-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/select/select-field.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,gBAAgB,EAAgB,MAAM,SAAS,CAAC;AAE9D,wBAAgB,WAAW,CAAC,CAAC,GAAG,MAAM,GAAG,MAAM,EAAE,EAC/C,IAAI,EACJ,KAAK,EACL,YAAY,EACZ,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,WAAW,EACX,OAAO,EACP,WAAW,EACX,MAAM,EACN,KAAK,EACL,OAAO,EACP,kBAAkB,EAClB,SAAiB,EACjB,SAAgB,EAChB,UAAiB,EACjB,KAAa,EACb,SAAiB,GAClB,EAAE,gBAAgB,CAAC,CAAC,CAAC,2CAwGrB"}
1
+ {"version":3,"file":"select-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/select/select-field.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,gBAAgB,EAAgB,MAAM,SAAS,CAAC;AAE9D,wBAAgB,WAAW,CAAC,CAAC,GAAG,MAAM,GAAG,MAAM,EAAE,EAC/C,IAAI,EACJ,KAAK,EACL,YAAY,EACZ,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,WAAW,EACX,OAAO,EACP,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,KAAK,EACL,OAAO,EACP,kBAAkB,EAClB,SAAiB,EACjB,SAAgB,EAChB,UAAiB,EACjB,KAAa,EACb,SAAiB,GAClB,EAAE,gBAAgB,CAAC,CAAC,CAAC,2CAyGrB"}
@@ -1 +1 @@
1
- {"version":3,"file":"string-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/string/string-field.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAEzE,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAAC,MAAM,CAAC,CA8CxD,CAAC"}
1
+ {"version":3,"file":"string-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/string/string-field.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAEzE,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAAC,MAAM,CAAC,CAgDxD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"textarea-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/textarea/textarea-field.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAElD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAoDtD,CAAC"}
1
+ {"version":3,"file":"textarea-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/textarea/textarea-field.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAElD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA6DtD,CAAC"}
@@ -1,6 +1,11 @@
1
1
  import type { BaseFieldProps } from '../types';
2
2
  export interface TextareaFieldProps extends BaseFieldProps<string> {
3
3
  rows?: number;
4
+ /**
5
+ * Limits input length and displays a character counter in the label row.
6
+ * When `labelEndEnhancer` is also provided, the counter appears first
7
+ * followed by the enhancer content.
8
+ */
4
9
  maxLength?: number;
5
10
  }
6
11
  export interface MaxLengthLabelEnhancerProps {
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/textarea/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,MAAM,WAAW,kBAAmB,SAAQ,cAAc,CAAC,MAAM,CAAC;IAChE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,2BAA2B;IAC1C,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;CACvB"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/textarea/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,MAAM,WAAW,kBAAmB,SAAQ,cAAc,CAAC,MAAM,CAAC;IAChE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,2BAA2B;IAC1C,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;CACvB"}
@@ -52,6 +52,11 @@ export interface BaseFieldProps<T = unknown, InputValue = T> {
52
52
  * **Markdown supported.**
53
53
  */
54
54
  caption?: string;
55
+ /**
56
+ * Arbitrary content rendered at the far right of the label row.
57
+ * Can be a React component, text, or an action button.
58
+ */
59
+ labelEndEnhancer?: React.ReactNode;
55
60
  /**
56
61
  * Transforms the input value before storing it in form state.
57
62
  * Called with the input value.
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../components/form/fields/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AAE7E,MAAM,WAAW,cAAc,CAAC,CAAC,GAAG,OAAO,EAAE,UAAU,GAAG,CAAC;IACzD;;;;;;;OAOG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,YAAY,CAAC,EAAE,CAAC,CAAC;IAEjB;;;OAGG;IACH,YAAY,CAAC,EAAE,CAAC,CAAC;IAEjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,CAAC,CAAC;IAEjC;;;OAGG;IACH,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,UAAU,CAAC;IAElC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,cAAc,CAAC;CAC3B"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../components/form/fields/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AAE7E,MAAM,WAAW,cAAc,CAAC,CAAC,GAAG,OAAO,EAAE,UAAU,GAAG,CAAC;IACzD;;;;;;;OAOG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,YAAY,CAAC,EAAE,CAAC,CAAC;IAEjB;;;OAGG;IACH,YAAY,CAAC,EAAE,CAAC,CAAC;IAEjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAEnC;;;OAGG;IACH,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,CAAC,CAAC;IAEjC;;;OAGG;IACH,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,UAAU,CAAC;IAElC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,cAAc,CAAC;CAC3B"}
@@ -1 +1 @@
1
- {"version":3,"file":"url-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/url/url-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA2C5C,CAAC"}
1
+ {"version":3,"file":"url-field.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/url/url-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA6C5C,CAAC"}
@@ -1,4 +1,4 @@
1
- import { ReactNode } from 'react';
1
+ import type { ReactNode } from 'react';
2
2
  /**
3
3
  * Displays a help icon with a tooltip containing markdown-formatted help text.
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"help-tooltip.d.ts","sourceRoot":"","sources":["../../components/help-tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAQlC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,wBAAgB,WAAW,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,2CAqBjE"}
1
+ {"version":3,"file":"help-tooltip.d.ts","sourceRoot":"","sources":["../../components/help-tooltip.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,wBAAgB,WAAW,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,2CAqBjE"}
@@ -1,4 +1,4 @@
1
- import { CellRenderer } from '../../../components/cell/types';
1
+ import type { CellRenderer } from '../../../components/cell/types';
2
2
  import type { RowProps } from '../../../components/row/types';
3
3
  export declare const RowItem: (props: {
4
4
  item: RowProps["items"][number];
@@ -1 +1 @@
1
- {"version":3,"file":"row-item.d.ts","sourceRoot":"","sources":["../../../../components/row/components/row-item.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAI3D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAE3D,eAAO,MAAM,OAAO,UAAW;IAC7B,IAAI,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC;IAChC,MAAM,EAAE,WAAW,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC;IACxC,aAAa,CAAC,EAAE,YAAY,CAAC,OAAO,CAAC,CAAC;CACvC,4CAaA,CAAC"}
1
+ {"version":3,"file":"row-item.d.ts","sourceRoot":"","sources":["../../../../components/row/components/row-item.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAE3D,eAAO,MAAM,OAAO,UAAW;IAC7B,IAAI,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC;IAChC,MAAM,EAAE,WAAW,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC;IACxC,aAAa,CAAC,EAAE,YAAY,CAAC,OAAO,CAAC,CAAC;CACvC,4CAaA,CAAC"}
@@ -1,5 +1,5 @@
1
- import { ColumnConfig } from '../../../../../components/table/types/column-types';
2
1
  import type { Row } from '@tanstack/react-table';
2
+ import type { ColumnConfig } from '../../../../../components/table/types/column-types';
3
3
  import type { TableData } from '../../../../../components/table/types/data-types';
4
4
  import type { FilterableRow } from '../types';
5
5
  /**