@michelangelo-ai/core 0.1.15 → 0.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (155) 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-popover.d.ts +12 -0
  8. package/dist/components/actions/actions-popover.d.ts.map +1 -0
  9. package/dist/components/actions/types.d.ts +45 -0
  10. package/dist/components/actions/types.d.ts.map +1 -0
  11. package/dist/components/box/collapsible-box.d.ts.map +1 -1
  12. package/dist/components/breadcrumb-bar/breadcrumb-bar.d.ts +7 -1
  13. package/dist/components/breadcrumb-bar/breadcrumb-bar.d.ts.map +1 -1
  14. package/dist/components/breadcrumb-bar/menu-drawer.d.ts +6 -2
  15. package/dist/components/breadcrumb-bar/menu-drawer.d.ts.map +1 -1
  16. package/dist/components/breadcrumb-bar/styled-components.d.ts +1 -0
  17. package/dist/components/breadcrumb-bar/styled-components.d.ts.map +1 -1
  18. package/dist/components/breadcrumb-bar/types.d.ts +14 -0
  19. package/dist/components/breadcrumb-bar/types.d.ts.map +1 -0
  20. package/dist/components/cell/use-get-cell-renderer.d.ts +1 -1
  21. package/dist/components/cell/use-get-cell-renderer.d.ts.map +1 -1
  22. package/dist/components/form/components/form-control.d.ts.map +1 -1
  23. package/dist/components/form/components/types.d.ts +1 -0
  24. package/dist/components/form/components/types.d.ts.map +1 -1
  25. package/dist/components/form/fields/boolean/boolean-field.d.ts.map +1 -1
  26. package/dist/components/form/fields/checkbox/checkbox-field.d.ts.map +1 -1
  27. package/dist/components/form/fields/date/date-field.d.ts.map +1 -1
  28. package/dist/components/form/fields/date/types.d.ts +3 -3
  29. package/dist/components/form/fields/date/types.d.ts.map +1 -1
  30. package/dist/components/form/fields/date/use-date-formatters.d.ts +2 -2
  31. package/dist/components/form/fields/date/use-date-formatters.d.ts.map +1 -1
  32. package/dist/components/form/fields/markdown/markdown-field.d.ts +9 -0
  33. package/dist/components/form/fields/markdown/markdown-field.d.ts.map +1 -0
  34. package/dist/components/form/fields/markdown/types.d.ts +11 -0
  35. package/dist/components/form/fields/markdown/types.d.ts.map +1 -0
  36. package/dist/components/form/fields/number/number-field.d.ts.map +1 -1
  37. package/dist/components/form/fields/radio/card-radio-field.d.ts.map +1 -1
  38. package/dist/components/form/fields/radio/inline-radio-field.d.ts.map +1 -1
  39. package/dist/components/form/fields/select/select-field.d.ts +1 -1
  40. package/dist/components/form/fields/select/select-field.d.ts.map +1 -1
  41. package/dist/components/form/fields/string/string-field.d.ts.map +1 -1
  42. package/dist/components/form/fields/textarea/textarea-field.d.ts.map +1 -1
  43. package/dist/components/form/fields/textarea/types.d.ts +5 -0
  44. package/dist/components/form/fields/textarea/types.d.ts.map +1 -1
  45. package/dist/components/form/fields/types.d.ts +5 -0
  46. package/dist/components/form/fields/types.d.ts.map +1 -1
  47. package/dist/components/form/fields/url/url-field.d.ts.map +1 -1
  48. package/dist/components/help-tooltip.d.ts +1 -1
  49. package/dist/components/help-tooltip.d.ts.map +1 -1
  50. package/dist/components/row/components/row-item.d.ts +1 -1
  51. package/dist/components/row/components/row-item.d.ts.map +1 -1
  52. package/dist/components/table/components/filter/categorical/get-cell-value-for-column.d.ts +1 -1
  53. package/dist/components/table/components/filter/categorical/get-cell-value-for-column.d.ts.map +1 -1
  54. package/dist/components/table/components/filter/categorical/use-categorical-filter-factory.d.ts +2 -2
  55. package/dist/components/table/components/filter/categorical/use-categorical-filter-factory.d.ts.map +1 -1
  56. package/dist/components/table/components/filter/datetime/datetime-filter.d.ts.map +1 -1
  57. package/dist/components/table/components/filter/datetime/use-datetime-filter-factory.d.ts +2 -2
  58. package/dist/components/table/components/filter/datetime/use-datetime-filter-factory.d.ts.map +1 -1
  59. package/dist/components/table/components/table-header/components/table-column-configuration-button/table-column-configuration-button.d.ts +1 -1
  60. package/dist/components/table/components/table-header/components/table-column-configuration-button/table-column-configuration-button.d.ts.map +1 -1
  61. package/dist/components/table/components/table-header/components/table-column-configuration-button/types.d.ts +2 -2
  62. package/dist/components/table/components/table-header/components/table-column-configuration-button/types.d.ts.map +1 -1
  63. package/dist/components/table/components/table-header/components/table-column-configuration-button/utils.d.ts +1 -1
  64. package/dist/components/table/components/table-header/components/table-column-configuration-button/utils.d.ts.map +1 -1
  65. package/dist/components/table/hooks/use-column-transformer.d.ts +2 -2
  66. package/dist/components/table/hooks/use-column-transformer.d.ts.map +1 -1
  67. package/dist/components/table/plugins/selection/use-row-selection-state.d.ts +1 -1
  68. package/dist/components/table/plugins/selection/use-row-selection-state.d.ts.map +1 -1
  69. package/dist/components/table/types/table-types.d.ts +1 -1
  70. package/dist/components/table/types/table-types.d.ts.map +1 -1
  71. package/dist/components/views/execution/styled-components.d.ts.map +1 -1
  72. package/dist/components/views/phase-entity-view/__tests__/phase-entity-view.test.d.ts +2 -0
  73. package/dist/components/views/phase-entity-view/__tests__/phase-entity-view.test.d.ts.map +1 -0
  74. package/dist/components/views/sandbox/sandbox.d.ts.map +1 -1
  75. package/dist/components/views/types.d.ts +3 -4
  76. package/dist/components/views/types.d.ts.map +1 -1
  77. package/dist/components/views/utils/table-view-adapter.d.ts.map +1 -1
  78. package/dist/config/entities/pipeline/__tests__/create-pipeline-run-form.test.d.ts +2 -0
  79. package/dist/config/entities/pipeline/__tests__/create-pipeline-run-form.test.d.ts.map +1 -0
  80. package/dist/config/entities/pipeline/create-pipeline-run-form.d.ts +4 -0
  81. package/dist/config/entities/pipeline/create-pipeline-run-form.d.ts.map +1 -0
  82. package/dist/config/entities/pipeline/pipeline.d.ts.map +1 -1
  83. package/dist/config/entities/run/shared.d.ts +1 -1
  84. package/dist/config/entities/run/shared.d.ts.map +1 -1
  85. package/dist/config/entities/trigger/shared.d.ts +1 -1
  86. package/dist/config/entities/trigger/shared.d.ts.map +1 -1
  87. package/dist/config/phases/data.d.ts +1 -1
  88. package/dist/config/phases/data.d.ts.map +1 -1
  89. package/dist/config/phases/deploy.d.ts +1 -1
  90. package/dist/config/phases/deploy.d.ts.map +1 -1
  91. package/dist/config/phases/train.d.ts +1 -1
  92. package/dist/config/phases/train.d.ts.map +1 -1
  93. package/dist/hooks/routing/use-studio-params/constants.d.ts +2 -1
  94. package/dist/hooks/routing/use-studio-params/constants.d.ts.map +1 -1
  95. package/dist/hooks/routing/use-studio-params/normalize-entity-param.d.ts +1 -1
  96. package/dist/hooks/routing/use-studio-params/normalize-entity-param.d.ts.map +1 -1
  97. package/dist/hooks/routing/use-studio-params/types.d.ts +2 -17
  98. package/dist/hooks/routing/use-studio-params/types.d.ts.map +1 -1
  99. package/dist/hooks/routing/use-studio-params/use-studio-params.d.ts +2 -1
  100. package/dist/hooks/routing/use-studio-params/use-studio-params.d.ts.map +1 -1
  101. package/dist/hooks/use-hover.d.ts +0 -1
  102. package/dist/hooks/use-hover.d.ts.map +1 -1
  103. package/dist/index.d.ts +3 -1
  104. package/dist/index.d.ts.map +1 -1
  105. package/dist/interpolation/base.d.ts +1 -1
  106. package/dist/interpolation/base.d.ts.map +1 -1
  107. package/dist/interpolation/function-interpolation.d.ts +1 -1
  108. package/dist/interpolation/function-interpolation.d.ts.map +1 -1
  109. package/dist/interpolation/interpolate.d.ts +1 -1
  110. package/dist/interpolation/interpolate.d.ts.map +1 -1
  111. package/dist/interpolation/string-interpolation.d.ts +1 -1
  112. package/dist/interpolation/string-interpolation.d.ts.map +1 -1
  113. package/dist/interpolation/types.d.ts +2 -1
  114. package/dist/interpolation/types.d.ts.map +1 -1
  115. package/dist/michelangelo-core.cjs +66 -60
  116. package/dist/michelangelo-core.js +17779 -17413
  117. package/dist/providers/error-provider/use-error-normalizer.d.ts +1 -1
  118. package/dist/providers/error-provider/use-error-normalizer.d.ts.map +1 -1
  119. package/dist/providers/interpolation-provider/interpolation-provider.d.ts +1 -1
  120. package/dist/providers/interpolation-provider/interpolation-provider.d.ts.map +1 -1
  121. package/dist/providers/user-provider/types.d.ts +2 -5
  122. package/dist/providers/user-provider/types.d.ts.map +1 -1
  123. package/dist/router/studio-bar.d.ts +6 -1
  124. package/dist/router/studio-bar.d.ts.map +1 -1
  125. package/dist/test/wrappers/build-wrapper.d.ts +1 -1
  126. package/dist/test/wrappers/build-wrapper.d.ts.map +1 -1
  127. package/dist/test/wrappers/get-base-provider-wrapper.d.ts +1 -1
  128. package/dist/test/wrappers/get-base-provider-wrapper.d.ts.map +1 -1
  129. package/dist/test/wrappers/get-cell-provider-wrapper.d.ts +2 -2
  130. package/dist/test/wrappers/get-cell-provider-wrapper.d.ts.map +1 -1
  131. package/dist/test/wrappers/get-error-provider-wrapper.d.ts +2 -2
  132. package/dist/test/wrappers/get-error-provider-wrapper.d.ts.map +1 -1
  133. package/dist/test/wrappers/get-icon-provider-wrapper.d.ts +1 -1
  134. package/dist/test/wrappers/get-icon-provider-wrapper.d.ts.map +1 -1
  135. package/dist/test/wrappers/get-router-wrapper.d.ts +1 -1
  136. package/dist/test/wrappers/get-router-wrapper.d.ts.map +1 -1
  137. package/dist/test/wrappers/get-service-provider-wrapper.d.ts +2 -2
  138. package/dist/test/wrappers/get-service-provider-wrapper.d.ts.map +1 -1
  139. package/dist/test/wrappers/get-user-provider-wrapper.d.ts +1 -1
  140. package/dist/test/wrappers/get-user-provider-wrapper.d.ts.map +1 -1
  141. package/dist/tsconfig.tsbuildinfo +1 -1
  142. package/dist/types/common/studio-types.d.ts +4 -5
  143. package/dist/types/common/studio-types.d.ts.map +1 -1
  144. package/dist/types/common/view-types.d.ts +15 -0
  145. package/dist/types/common/view-types.d.ts.map +1 -1
  146. package/dist/types/time-types.d.ts +11 -0
  147. package/dist/types/time-types.d.ts.map +1 -0
  148. package/dist/utils/object-utils.d.ts.map +1 -1
  149. package/dist/utils/time-utils.d.ts +2 -2
  150. package/dist/utils/time-utils.d.ts.map +1 -1
  151. package/package.json +5 -1
  152. package/dist/config/entities/pipeline/__tests__/create-pipeline-run-dialog.test.d.ts +0 -2
  153. package/dist/config/entities/pipeline/__tests__/create-pipeline-run-dialog.test.d.ts.map +0 -1
  154. package/dist/config/entities/pipeline/create-pipeline-run-dialog.d.ts +0 -6
  155. 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,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,45 @@
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
+ /**
23
+ * How the action's trigger button is displayed to the user
24
+ *
25
+ * @note icon is a string reference to an icon in the icon provider
26
+ */
27
+ type ActionTriggerDisplay = {
28
+ label: string;
29
+ icon?: string;
30
+ };
31
+ export type Data = Record<string, unknown>;
32
+ export type ComponentActionConfig<T = Data> = ActionConfigBase & {
33
+ component: ComponentType<ActionComponentProps<T>>;
34
+ };
35
+ export type ActionComponentProps<T = Data> = {
36
+ record: T;
37
+ isOpen: boolean;
38
+ onClose: () => void;
39
+ };
40
+ export type SelectedAction = {
41
+ component: ComponentType<ActionComponentProps>;
42
+ record: Data;
43
+ };
44
+ export {};
45
+ //# 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;CAC/B,CAAC;AAEF;;;;GAIG;AACH,KAAK,oBAAoB,GAAG;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,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,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
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"get-cell-value-for-column.d.ts","sourceRoot":"","sources":["../../../../../../components/table/components/filter/categorical/get-cell-value-for-column.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AAIzE,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAE9C;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,EACnE,MAAM,EAAE,YAAY,CAAC,CAAC,CAAC,EACvB,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC,GAAG,aAAa,CAAC,CAAC,CAAC,EAC9B,QAAQ,EAAE,MAAM,GACf,OAAO,CAsBT"}
1
+ {"version":3,"file":"get-cell-value-for-column.d.ts","sourceRoot":"","sources":["../../../../../../components/table/components/filter/categorical/get-cell-value-for-column.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAE9C;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,EACnE,MAAM,EAAE,YAAY,CAAC,CAAC,CAAC,EACvB,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC,GAAG,aAAa,CAAC,CAAC,CAAC,EAC9B,QAAQ,EAAE,MAAM,GACf,OAAO,CAsBT"}
@@ -1,5 +1,5 @@
1
- import { ColumnConfig } from '../../../../../components/table/types/column-types';
2
- import { TableData } from '../../../../../components/table/types/data-types';
1
+ import type { ColumnConfig } from '../../../../../components/table/types/column-types';
2
+ import type { TableData } from '../../../../../components/table/types/data-types';
3
3
  import type { FilterHook } from '../types';
4
4
  /**
5
5
  * Factory hook that returns a builder function for categorical filters.
@@ -1 +1 @@
1
- {"version":3,"file":"use-categorical-filter-factory.d.ts","sourceRoot":"","sources":["../../../../../../components/table/components/filter/categorical/use-categorical-filter-factory.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAIpE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAE3C;;;;GAIG;AACH,wBAAgB,2BAA2B,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,KAAK,CAC9E,MAAM,EAAE,YAAY,CAAC,CAAC,CAAC,KACpB,UAAU,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,CA0C5B"}
1
+ {"version":3,"file":"use-categorical-filter-factory.d.ts","sourceRoot":"","sources":["../../../../../../components/table/components/filter/categorical/use-categorical-filter-factory.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAE3C;;;;GAIG;AACH,wBAAgB,2BAA2B,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,KAAK,CAC9E,MAAM,EAAE,YAAY,CAAC,CAAC,CAAC,KACpB,UAAU,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,CA0C5B"}
@@ -1 +1 @@
1
- {"version":3,"file":"datetime-filter.d.ts","sourceRoot":"","sources":["../../../../../../components/table/components/filter/datetime/datetime-filter.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAElD,wBAAgB,cAAc,CAAC,KAAK,GAAG,OAAO,EAAE,EAC9C,KAAK,EACL,cAAc,EACd,cAAc,GACf,EAAE,iBAAiB,CAAC,KAAK,CAAC,2CAmB1B"}
1
+ {"version":3,"file":"datetime-filter.d.ts","sourceRoot":"","sources":["../../../../../../components/table/components/filter/datetime/datetime-filter.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAGlD,wBAAgB,cAAc,CAAC,KAAK,GAAG,OAAO,EAAE,EAC9C,KAAK,EACL,cAAc,EACd,cAAc,GACf,EAAE,iBAAiB,CAAC,KAAK,CAAC,2CAmB1B"}
@@ -1,5 +1,5 @@
1
- import { ColumnConfig } from '../../../../../components/table/types/column-types';
2
- import { TableData } from '../../../../../components/table/types/data-types';
1
+ import type { ColumnConfig } from '../../../../../components/table/types/column-types';
2
+ import type { TableData } from '../../../../../components/table/types/data-types';
3
3
  import type { FilterHook } from '../types';
4
4
  import type { DatetimeFilterValue } from './types';
5
5
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"use-datetime-filter-factory.d.ts","sourceRoot":"","sources":["../../../../../../components/table/components/filter/datetime/use-datetime-filter-factory.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAKpE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnD;;;;GAIG;AACH,wBAAgB,wBAAwB,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,KAAK,CAC3E,MAAM,EAAE,YAAY,CAAC,CAAC,CAAC,KACpB,UAAU,CAAC,CAAC,EAAE,mBAAmB,CAAC,CA2DtC"}
1
+ {"version":3,"file":"use-datetime-filter-factory.d.ts","sourceRoot":"","sources":["../../../../../../components/table/components/filter/datetime/use-datetime-filter-factory.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnD;;;;GAIG;AACH,wBAAgB,wBAAwB,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,KAAK,CAC3E,MAAM,EAAE,YAAY,CAAC,CAAC,CAAC,KACpB,UAAU,CAAC,CAAC,EAAE,mBAAmB,CAAC,CA2DtC"}
@@ -1,4 +1,4 @@
1
- import { TableData } from '../../../../../../components/table/types/data-types';
1
+ import type { TableData } from '../../../../../../components/table/types/data-types';
2
2
  import type { TableColumnConfigurationButtonProps } from './types';
3
3
  export declare function TableColumnConfigurationButton<T extends TableData = TableData>({ columns, setColumnOrder, setColumnVisibility, }: TableColumnConfigurationButtonProps<T>): import("react/jsx-runtime").JSX.Element;
4
4
  //# sourceMappingURL=table-column-configuration-button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"table-column-configuration-button.d.ts","sourceRoot":"","sources":["../../../../../../../components/table/components/table-header/components/table-column-configuration-button/table-column-configuration-button.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAGpE,OAAO,KAAK,EAAsB,mCAAmC,EAAE,MAAM,SAAS,CAAC;AAEvF,wBAAgB,8BAA8B,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,EAAE,EAC9E,OAAO,EACP,cAAc,EACd,mBAAmB,GACpB,EAAE,mCAAmC,CAAC,CAAC,CAAC,2CAqDxC"}
1
+ {"version":3,"file":"table-column-configuration-button.d.ts","sourceRoot":"","sources":["../../../../../../../components/table/components/table-header/components/table-column-configuration-button/table-column-configuration-button.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,KAAK,EAAsB,mCAAmC,EAAE,MAAM,SAAS,CAAC;AAEvF,wBAAgB,8BAA8B,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,EAAE,EAC9E,OAAO,EACP,cAAc,EACd,mBAAmB,GACpB,EAAE,mCAAmC,CAAC,CAAC,CAAC,2CAqDxC"}
@@ -1,5 +1,5 @@
1
- import { ColumnRenderState, VisibilityCapability } from '../../../../../../components/table/types/column-types';
2
- import { TableData } from '../../../../../../components/table/types/data-types';
1
+ import type { ColumnRenderState, VisibilityCapability } from '../../../../../../components/table/types/column-types';
2
+ import type { TableData } from '../../../../../../components/table/types/data-types';
3
3
  import type { ControlledTableState } from '../../../../../../components/table/types/table-types';
4
4
  export interface TableColumnConfigurationButtonProps<T extends TableData = TableData> {
5
5
  columns: Array<ConfigurableColumn<T>>;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../components/table/components/table-header/components/table-column-configuration-button/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AACpG,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAEpE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AAErF,MAAM,WAAW,mCAAmC,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS;IAClF,OAAO,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC;IACtC,cAAc,EAAE,oBAAoB,CAAC,gBAAgB,CAAC,CAAC;IACvD,mBAAmB,EAAE,oBAAoB,CAAC,qBAAqB,CAAC,CAAC;CAClE;AAED,MAAM,MAAM,kBAAkB,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,IAAI,iBAAiB,CAAC,CAAC,CAAC,GACpF,oBAAoB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../components/table/components/table-header/components/table-column-configuration-button/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EACjB,oBAAoB,EACrB,MAAM,2CAA2C,CAAC;AACnD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AAErF,MAAM,WAAW,mCAAmC,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS;IAClF,OAAO,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC;IACtC,cAAc,EAAE,oBAAoB,CAAC,gBAAgB,CAAC,CAAC;IACvD,mBAAmB,EAAE,oBAAoB,CAAC,qBAAqB,CAAC,CAAC;CAClE;AAED,MAAM,MAAM,kBAAkB,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,IAAI,iBAAiB,CAAC,CAAC,CAAC,GACpF,oBAAoB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { TableData } from '../../../../../../components/table/types/data-types';
1
+ import type { TableData } from '../../../../../../components/table/types/data-types';
2
2
  import type { ControlledTableState } from '../../../../../../components/table/types/table-types';
3
3
  import type { ConfigurableColumn } from './types';
4
4
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../components/table/components/table-header/components/table-column-configuration-button/utils.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAEpE,OAAO,KAAK,EAEV,oBAAoB,EACrB,MAAM,0CAA0C,CAAC;AAClD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAElD;;;;;GAKG;AACH,wBAAgB,6BAA6B,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,EAC3E,OAAO,EAAE,kBAAkB,CAAC,CAAC,CAAC,EAAE,EAChC,cAAc,EAAE,oBAAoB,CAAC,gBAAgB,CAAC,EACtD,mBAAmB,EAAE,oBAAoB,CAAC,qBAAqB,CAAC,WAEjD;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAAE,UAuBtD"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../components/table/components/table-header/components/table-column-configuration-button/utils.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,KAAK,EAEV,oBAAoB,EACrB,MAAM,0CAA0C,CAAC;AAClD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAElD;;;;;GAKG;AACH,wBAAgB,6BAA6B,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,EAC3E,OAAO,EAAE,kBAAkB,CAAC,CAAC,CAAC,EAAE,EAChC,cAAc,EAAE,oBAAoB,CAAC,gBAAgB,CAAC,EACtD,mBAAmB,EAAE,oBAAoB,CAAC,qBAAqB,CAAC,WAEjD;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAAE,UAuBtD"}
@@ -1,5 +1,5 @@
1
- import { ReactNode } from 'react';
2
- import { CellContext, SortingFnOption } from '@tanstack/react-table';
1
+ import type { CellContext, SortingFnOption } from '@tanstack/react-table';
2
+ import type { ReactNode } from 'react';
3
3
  import type { AccessorFn } from '../../../types/common/studio-types';
4
4
  import type { TableFilterFn } from '../components/filter/types';
5
5
  import type { ColumnConfig } from '../types/column-types';
@@ -1 +1 @@
1
- {"version":3,"file":"use-column-transformer.d.ts","sourceRoot":"","sources":["../../../../components/table/hooks/use-column-transformer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAW,MAAM,OAAO,CAAC;AAC3C,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAQrE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAErD;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,oBAAoB,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,EAClE,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,GACzB;IACD,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,UAAU,CAAC;IACvB,IAAI,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC;IACtB,IAAI,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,CAAC,EAAE,OAAO,CAAC,KAAK,SAAS,CAAC;IACpD,QAAQ,CAAC,EAAE,aAAa,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,CAAC;IACvC,SAAS,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC;CAChC,EAAE,CAiDF"}
1
+ {"version":3,"file":"use-column-transformer.d.ts","sourceRoot":"","sources":["../../../../components/table/hooks/use-column-transformer.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC1E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAErD;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,oBAAoB,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,EAClE,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,GACzB;IACD,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,UAAU,CAAC;IACvB,IAAI,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC;IACtB,IAAI,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,CAAC,EAAE,OAAO,CAAC,KAAK,SAAS,CAAC;IACpD,QAAQ,CAAC,EAAE,aAAa,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,CAAC;IACvC,SAAS,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC;CAChC,EAAE,CAiDF"}
@@ -1,4 +1,4 @@
1
- import { ControlledTableState, TableState } from '../../types/table-types';
1
+ import type { ControlledTableState, TableState } from '../../types/table-types';
2
2
  /**
3
3
  * Provides controlled/uncontrolled state management for row selection enabling/disabling
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"use-row-selection-state.d.ts","sourceRoot":"","sources":["../../../../../components/table/plugins/selection/use-row-selection-state.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAE3E;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,oBAAoB,CAAC,EACnC,KAAK,EACL,YAAY,GACb,EAAE;IACD,KAAK,EAAE,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACrC,YAAY,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;CACnC,GAAG;IAAE,kBAAkB,EAAE,OAAO,CAAC;IAAC,sBAAsB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAA;CAAE,CAatF"}
1
+ {"version":3,"file":"use-row-selection-state.d.ts","sourceRoot":"","sources":["../../../../../components/table/plugins/selection/use-row-selection-state.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAEhF;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,oBAAoB,CAAC,EACnC,KAAK,EACL,YAAY,GACb,EAAE;IACD,KAAK,EAAE,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACrC,YAAY,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;CACnC,GAAG;IAAE,kBAAkB,EAAE,OAAO,CAAC;IAAC,sBAAsB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAA;CAAE,CAatF"}