@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.
- package/dist/components/actions/__tests__/actions-popover.test.d.ts +2 -0
- package/dist/components/actions/__tests__/actions-popover.test.d.ts.map +1 -0
- package/dist/components/actions/action-menu/action-menu-item.d.ts +12 -0
- package/dist/components/actions/action-menu/action-menu-item.d.ts.map +1 -0
- package/dist/components/actions/action-menu/action-menu.d.ts +9 -0
- package/dist/components/actions/action-menu/action-menu.d.ts.map +1 -0
- package/dist/components/actions/actions-buttons/actions-buttons.d.ts +15 -0
- package/dist/components/actions/actions-buttons/actions-buttons.d.ts.map +1 -0
- package/dist/components/actions/actions-buttons/types.d.ts +7 -0
- package/dist/components/actions/actions-buttons/types.d.ts.map +1 -0
- package/dist/components/actions/actions-buttons/utils.d.ts +8 -0
- package/dist/components/actions/actions-buttons/utils.d.ts.map +1 -0
- package/dist/components/actions/actions-popover.d.ts +12 -0
- package/dist/components/actions/actions-popover.d.ts.map +1 -0
- package/dist/components/actions/types.d.ts +58 -0
- package/dist/components/actions/types.d.ts.map +1 -0
- package/dist/components/box/collapsible-box.d.ts.map +1 -1
- package/dist/components/breadcrumb-bar/breadcrumb-bar.d.ts +7 -1
- package/dist/components/breadcrumb-bar/breadcrumb-bar.d.ts.map +1 -1
- package/dist/components/breadcrumb-bar/menu-drawer.d.ts +6 -2
- package/dist/components/breadcrumb-bar/menu-drawer.d.ts.map +1 -1
- package/dist/components/breadcrumb-bar/styled-components.d.ts +1 -0
- package/dist/components/breadcrumb-bar/styled-components.d.ts.map +1 -1
- package/dist/components/breadcrumb-bar/types.d.ts +14 -0
- package/dist/components/breadcrumb-bar/types.d.ts.map +1 -0
- package/dist/components/cell/use-get-cell-renderer.d.ts +1 -1
- package/dist/components/cell/use-get-cell-renderer.d.ts.map +1 -1
- package/dist/components/form/components/form-control.d.ts.map +1 -1
- package/dist/components/form/components/types.d.ts +1 -0
- package/dist/components/form/components/types.d.ts.map +1 -1
- package/dist/components/form/fields/boolean/boolean-field.d.ts.map +1 -1
- package/dist/components/form/fields/checkbox/checkbox-field.d.ts.map +1 -1
- package/dist/components/form/fields/date/date-field.d.ts.map +1 -1
- package/dist/components/form/fields/date/types.d.ts +3 -3
- package/dist/components/form/fields/date/types.d.ts.map +1 -1
- package/dist/components/form/fields/date/use-date-formatters.d.ts +2 -2
- package/dist/components/form/fields/date/use-date-formatters.d.ts.map +1 -1
- package/dist/components/form/fields/map/__tests__/map-field.test.d.ts +2 -0
- package/dist/components/form/fields/map/__tests__/map-field.test.d.ts.map +1 -0
- package/dist/components/form/fields/map/key-value-row.d.ts +14 -0
- package/dist/components/form/fields/map/key-value-row.d.ts.map +1 -0
- package/dist/components/form/fields/map/map-field.d.ts +3 -0
- package/dist/components/form/fields/map/map-field.d.ts.map +1 -0
- package/dist/components/form/fields/map/types.d.ts +34 -0
- package/dist/components/form/fields/map/types.d.ts.map +1 -0
- package/dist/components/form/fields/markdown/markdown-field.d.ts +9 -0
- package/dist/components/form/fields/markdown/markdown-field.d.ts.map +1 -0
- package/dist/components/form/fields/markdown/types.d.ts +11 -0
- package/dist/components/form/fields/markdown/types.d.ts.map +1 -0
- package/dist/components/form/fields/number/number-field.d.ts.map +1 -1
- package/dist/components/form/fields/radio/card-radio-field.d.ts.map +1 -1
- package/dist/components/form/fields/radio/inline-radio-field.d.ts.map +1 -1
- package/dist/components/form/fields/select/select-field.d.ts +1 -1
- package/dist/components/form/fields/select/select-field.d.ts.map +1 -1
- package/dist/components/form/fields/string/string-field.d.ts.map +1 -1
- package/dist/components/form/fields/textarea/textarea-field.d.ts.map +1 -1
- package/dist/components/form/fields/textarea/types.d.ts +5 -0
- package/dist/components/form/fields/textarea/types.d.ts.map +1 -1
- package/dist/components/form/fields/types.d.ts +5 -0
- package/dist/components/form/fields/types.d.ts.map +1 -1
- package/dist/components/form/fields/url/url-field.d.ts.map +1 -1
- package/dist/components/help-tooltip.d.ts +1 -1
- package/dist/components/help-tooltip.d.ts.map +1 -1
- package/dist/components/row/components/row-item.d.ts +1 -1
- package/dist/components/row/components/row-item.d.ts.map +1 -1
- package/dist/components/table/components/filter/categorical/get-cell-value-for-column.d.ts +1 -1
- package/dist/components/table/components/filter/categorical/get-cell-value-for-column.d.ts.map +1 -1
- package/dist/components/table/components/filter/categorical/use-categorical-filter-factory.d.ts +2 -2
- package/dist/components/table/components/filter/categorical/use-categorical-filter-factory.d.ts.map +1 -1
- package/dist/components/table/components/filter/datetime/datetime-filter.d.ts.map +1 -1
- package/dist/components/table/components/filter/datetime/use-datetime-filter-factory.d.ts +2 -2
- package/dist/components/table/components/filter/datetime/use-datetime-filter-factory.d.ts.map +1 -1
- package/dist/components/table/components/table-header/components/table-column-configuration-button/table-column-configuration-button.d.ts +1 -1
- package/dist/components/table/components/table-header/components/table-column-configuration-button/table-column-configuration-button.d.ts.map +1 -1
- package/dist/components/table/components/table-header/components/table-column-configuration-button/types.d.ts +2 -2
- package/dist/components/table/components/table-header/components/table-column-configuration-button/types.d.ts.map +1 -1
- package/dist/components/table/components/table-header/components/table-column-configuration-button/utils.d.ts +1 -1
- package/dist/components/table/components/table-header/components/table-column-configuration-button/utils.d.ts.map +1 -1
- package/dist/components/table/hooks/use-column-transformer.d.ts +2 -2
- package/dist/components/table/hooks/use-column-transformer.d.ts.map +1 -1
- package/dist/components/table/plugins/selection/use-row-selection-state.d.ts +1 -1
- package/dist/components/table/plugins/selection/use-row-selection-state.d.ts.map +1 -1
- package/dist/components/table/types/table-types.d.ts +1 -1
- package/dist/components/table/types/table-types.d.ts.map +1 -1
- package/dist/components/views/detail-view/components/detail-view-header/detail-view-header.d.ts +1 -1
- package/dist/components/views/detail-view/components/detail-view-header/detail-view-header.d.ts.map +1 -1
- package/dist/components/views/detail-view/detail-view.d.ts +1 -1
- package/dist/components/views/detail-view/detail-view.d.ts.map +1 -1
- package/dist/components/views/detail-view/types/detail-view-component-types.d.ts +11 -0
- package/dist/components/views/detail-view/types/detail-view-component-types.d.ts.map +1 -1
- package/dist/components/views/execution/styled-components.d.ts.map +1 -1
- package/dist/components/views/phase-entity-view/__tests__/phase-entity-view.test.d.ts +2 -0
- package/dist/components/views/phase-entity-view/__tests__/phase-entity-view.test.d.ts.map +1 -0
- package/dist/components/views/sandbox/sandbox.d.ts.map +1 -1
- package/dist/components/views/types.d.ts +3 -4
- package/dist/components/views/types.d.ts.map +1 -1
- package/dist/components/views/utils/table-view-adapter.d.ts.map +1 -1
- package/dist/config/entities/pipeline/__tests__/create-pipeline-run-form.test.d.ts +2 -0
- package/dist/config/entities/pipeline/__tests__/create-pipeline-run-form.test.d.ts.map +1 -0
- package/dist/config/entities/pipeline/create-pipeline-run-form.d.ts +4 -0
- package/dist/config/entities/pipeline/create-pipeline-run-form.d.ts.map +1 -0
- package/dist/config/entities/pipeline/detail.d.ts +3 -0
- package/dist/config/entities/pipeline/detail.d.ts.map +1 -0
- package/dist/config/entities/pipeline/list.d.ts.map +1 -1
- package/dist/config/entities/pipeline/pipeline.d.ts.map +1 -1
- package/dist/config/entities/pipeline/shared.d.ts +4 -0
- package/dist/config/entities/pipeline/shared.d.ts.map +1 -0
- package/dist/config/entities/run/shared.d.ts +1 -1
- package/dist/config/entities/run/shared.d.ts.map +1 -1
- package/dist/config/entities/trigger/shared.d.ts +1 -1
- package/dist/config/entities/trigger/shared.d.ts.map +1 -1
- package/dist/config/phases/data.d.ts +1 -1
- package/dist/config/phases/data.d.ts.map +1 -1
- package/dist/config/phases/deploy.d.ts +1 -1
- package/dist/config/phases/deploy.d.ts.map +1 -1
- package/dist/config/phases/train.d.ts +1 -1
- package/dist/config/phases/train.d.ts.map +1 -1
- package/dist/hooks/routing/use-studio-params/constants.d.ts +2 -1
- package/dist/hooks/routing/use-studio-params/constants.d.ts.map +1 -1
- package/dist/hooks/routing/use-studio-params/normalize-entity-param.d.ts +1 -1
- package/dist/hooks/routing/use-studio-params/normalize-entity-param.d.ts.map +1 -1
- package/dist/hooks/routing/use-studio-params/types.d.ts +2 -17
- package/dist/hooks/routing/use-studio-params/types.d.ts.map +1 -1
- package/dist/hooks/routing/use-studio-params/use-studio-params.d.ts +2 -1
- package/dist/hooks/routing/use-studio-params/use-studio-params.d.ts.map +1 -1
- package/dist/hooks/use-hover.d.ts +0 -1
- package/dist/hooks/use-hover.d.ts.map +1 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/interpolation/base.d.ts +1 -1
- package/dist/interpolation/base.d.ts.map +1 -1
- package/dist/interpolation/function-interpolation.d.ts +1 -1
- package/dist/interpolation/function-interpolation.d.ts.map +1 -1
- package/dist/interpolation/interpolate.d.ts +1 -1
- package/dist/interpolation/interpolate.d.ts.map +1 -1
- package/dist/interpolation/string-interpolation.d.ts +1 -1
- package/dist/interpolation/string-interpolation.d.ts.map +1 -1
- package/dist/interpolation/types.d.ts +2 -1
- package/dist/interpolation/types.d.ts.map +1 -1
- package/dist/michelangelo-core.cjs +71 -65
- package/dist/michelangelo-core.js +20880 -20134
- package/dist/providers/error-provider/use-error-normalizer.d.ts +1 -1
- package/dist/providers/error-provider/use-error-normalizer.d.ts.map +1 -1
- package/dist/providers/interpolation-provider/interpolation-provider.d.ts +1 -1
- package/dist/providers/interpolation-provider/interpolation-provider.d.ts.map +1 -1
- package/dist/providers/user-provider/types.d.ts +2 -5
- package/dist/providers/user-provider/types.d.ts.map +1 -1
- package/dist/router/entity-detail-route.d.ts.map +1 -1
- package/dist/router/studio-bar.d.ts +6 -1
- package/dist/router/studio-bar.d.ts.map +1 -1
- package/dist/test/wrappers/build-wrapper.d.ts +1 -1
- package/dist/test/wrappers/build-wrapper.d.ts.map +1 -1
- package/dist/test/wrappers/get-base-provider-wrapper.d.ts +1 -1
- package/dist/test/wrappers/get-base-provider-wrapper.d.ts.map +1 -1
- package/dist/test/wrappers/get-cell-provider-wrapper.d.ts +2 -2
- package/dist/test/wrappers/get-cell-provider-wrapper.d.ts.map +1 -1
- package/dist/test/wrappers/get-error-provider-wrapper.d.ts +2 -2
- package/dist/test/wrappers/get-error-provider-wrapper.d.ts.map +1 -1
- package/dist/test/wrappers/get-icon-provider-wrapper.d.ts +1 -1
- package/dist/test/wrappers/get-icon-provider-wrapper.d.ts.map +1 -1
- package/dist/test/wrappers/get-router-wrapper.d.ts +1 -1
- package/dist/test/wrappers/get-router-wrapper.d.ts.map +1 -1
- package/dist/test/wrappers/get-service-provider-wrapper.d.ts +2 -2
- package/dist/test/wrappers/get-service-provider-wrapper.d.ts.map +1 -1
- package/dist/test/wrappers/get-user-provider-wrapper.d.ts +1 -1
- package/dist/test/wrappers/get-user-provider-wrapper.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/common/studio-types.d.ts +4 -5
- package/dist/types/common/studio-types.d.ts.map +1 -1
- package/dist/types/common/view-types.d.ts +15 -0
- package/dist/types/common/view-types.d.ts.map +1 -1
- package/dist/types/time-types.d.ts +11 -0
- package/dist/types/time-types.d.ts.map +1 -0
- package/dist/utils/object-utils.d.ts.map +1 -1
- package/dist/utils/time-utils.d.ts +2 -2
- package/dist/utils/time-utils.d.ts.map +1 -1
- package/package.json +5 -1
- package/dist/config/entities/pipeline/__tests__/create-pipeline-run-dialog.test.d.ts +0 -2
- package/dist/config/entities/pipeline/__tests__/create-pipeline-run-dialog.test.d.ts.map +0 -1
- package/dist/config/entities/pipeline/create-pipeline-run-dialog.d.ts +0 -6
- package/dist/config/entities/pipeline/create-pipeline-run-dialog.d.ts.map +0 -1
package/dist/components/table/components/filter/categorical/get-cell-value-for-column.d.ts.map
CHANGED
|
@@ -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":"
|
|
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"}
|
package/dist/components/table/components/filter/categorical/use-categorical-filter-factory.d.ts
CHANGED
|
@@ -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.
|
package/dist/components/table/components/filter/categorical/use-categorical-filter-factory.d.ts.map
CHANGED
|
@@ -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":"
|
|
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":"
|
|
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
|
/**
|
package/dist/components/table/components/filter/datetime/use-datetime-filter-factory.d.ts.map
CHANGED
|
@@ -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":"
|
|
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":"
|
|
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,
|
|
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;
|
|
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 {
|
|
2
|
-
import {
|
|
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":"
|
|
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 +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;
|
|
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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EmptyState } from '../components/table-empty-state/types';
|
|
2
1
|
import type { ApplicationError } from '../../../types/error-types';
|
|
3
2
|
import type { TableActionBarConfig } from '../components/table-action-bar/types';
|
|
4
3
|
import type { TableBodyProps } from '../components/table-body/types';
|
|
4
|
+
import type { EmptyState } from '../components/table-empty-state/types';
|
|
5
5
|
import type { TableHeaderProps } from '../components/table-header/types';
|
|
6
6
|
import type { PageSizeOption, TablePaginationProps } from '../components/table-pagination/types';
|
|
7
7
|
import type { ColumnConfig } from './column-types';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table-types.d.ts","sourceRoot":"","sources":["../../../../components/table/types/table-types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"table-types.d.ts","sourceRoot":"","sources":["../../../../components/table/types/table-types.ts"],"names":[],"mappings":"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"}
|
package/dist/components/views/detail-view/components/detail-view-header/detail-view-header.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { DetailViewHeaderProps } from './types';
|
|
2
|
-
export declare function DetailViewHeader({ subtitle, title, onGoBack, children }: DetailViewHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function DetailViewHeader({ subtitle, title, onGoBack, children, actions, record, loading, }: DetailViewHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=detail-view-header.d.ts.map
|
package/dist/components/views/detail-view/components/detail-view-header/detail-view-header.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"detail-view-header.d.ts","sourceRoot":"","sources":["../../../../../../components/views/detail-view/components/detail-view-header/detail-view-header.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"detail-view-header.d.ts","sourceRoot":"","sources":["../../../../../../components/views/detail-view/components/detail-view-header/detail-view-header.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAErD,wBAAgB,gBAAgB,CAAC,EAC/B,QAAQ,EACR,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,MAAM,EACN,OAAO,GACR,EAAE,qBAAqB,2CAiEvB"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { DetailViewProps } from './types/detail-view-component-types';
|
|
2
|
-
export declare function DetailView({ title, subtitle, onGoBack, headerContent, children, }: DetailViewProps): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function DetailView({ title, subtitle, onGoBack, headerContent, children, actions, record, loading, }: DetailViewProps): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=detail-view.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"detail-view.d.ts","sourceRoot":"","sources":["../../../../components/views/detail-view/detail-view.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAE3E,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,aAAa,EACb,QAAQ,
|
|
1
|
+
{"version":3,"file":"detail-view.d.ts","sourceRoot":"","sources":["../../../../components/views/detail-view/detail-view.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAE3E,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,aAAa,EACb,QAAQ,EACR,OAAO,EACP,MAAM,EACN,OAAO,GACR,EAAE,eAAe,2CAmBjB"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { ActionConfig } from '../../../../components/actions/types';
|
|
1
2
|
export interface DetailViewProps extends DetailHeaderBaseProps {
|
|
2
3
|
/**
|
|
3
4
|
* Content displayed at the bottom of the header container
|
|
@@ -15,6 +16,16 @@ export interface DetailHeaderBaseProps {
|
|
|
15
16
|
*/
|
|
16
17
|
title?: string;
|
|
17
18
|
onGoBack?: () => void;
|
|
19
|
+
/**
|
|
20
|
+
* Configuration for set of action buttons that render within the header. These actions
|
|
21
|
+
* operate on the currently viewed entity record. For example, a "Delete" action would delete
|
|
22
|
+
* the currently viewed entity.
|
|
23
|
+
*/
|
|
24
|
+
actions?: ActionConfig[];
|
|
25
|
+
/** The data for the currently viewed entity. */
|
|
26
|
+
record?: Record<string, unknown>;
|
|
27
|
+
/** Loading state for the currently viewed entity. Indicates that record data may be incomplete. */
|
|
28
|
+
loading?: boolean;
|
|
18
29
|
}
|
|
19
30
|
export interface DetailViewTab {
|
|
20
31
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"detail-view-component-types.d.ts","sourceRoot":"","sources":["../../../../../components/views/detail-view/types/detail-view-component-types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAgB,SAAQ,qBAAqB;IAC5D;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAEhC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"detail-view-component-types.d.ts","sourceRoot":"","sources":["../../../../../components/views/detail-view/types/detail-view-component-types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAEnE,MAAM,WAAW,eAAgB,SAAQ,qBAAqB;IAC5D;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAEhC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IAEtB;;;;OAIG;IACH,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IAEzB,gDAAgD;IAChD,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAEjC,mGAAmG;IACnG,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,aAAa,EAAE,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styled-components.d.ts","sourceRoot":"","sources":["../../../../components/views/execution/styled-components.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styled-components.d.ts","sourceRoot":"","sources":["../../../../components/views/execution/styled-components.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wCAAwC,CAAC;AAExE,eAAO,MAAM,aAAa,wDAIvB,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,gBAAgB,yDAI1B,CAAC;AAEJ,wBAAgB,SAAS,CAAC,KAAK,EAAE,mBAAmB,GAAG;IAAE,EAAE,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,SAAS,CAAA;CAAE,2CAgCxF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phase-entity-view.test.d.ts","sourceRoot":"","sources":["../../../../../components/views/phase-entity-view/__tests__/phase-entity-view.test.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sandbox.d.ts","sourceRoot":"","sources":["../../../../components/views/sandbox/sandbox.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"sandbox.d.ts","sourceRoot":"","sources":["../../../../components/views/sandbox/sandbox.tsx"],"names":[],"mappings":"AAkRA,wBAAgB,OAAO,4CAgjBtB"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ReactNode } from 'react';
|
|
2
|
+
import type { ActionConfig } from '../../components/actions/types';
|
|
2
3
|
import type { Cell } from '../../components/cell/types';
|
|
3
4
|
import type { EmptyState } from '../../components/table/components/table-empty-state/types';
|
|
4
5
|
import type { PageSizeOption } from '../../components/table/components/table-pagination/types';
|
|
@@ -38,9 +39,7 @@ export interface TableConfig<T extends TableData = TableData> {
|
|
|
38
39
|
pageSizes?: PageSizeOption[];
|
|
39
40
|
/** Whether to enable sticky sides in the table */
|
|
40
41
|
enableStickySides?: boolean;
|
|
41
|
-
/** Optional actions
|
|
42
|
-
actions?:
|
|
43
|
-
record: T;
|
|
44
|
-
}>;
|
|
42
|
+
/** Optional actions to render in each table row */
|
|
43
|
+
actions?: ActionConfig<T>[];
|
|
45
44
|
}
|
|
46
45
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../components/views/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AACxD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2DAA2D,CAAC;AAC5F,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0DAA0D,CAAC;AAC/F,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAEzE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,mEAAmE,CAAC;AAE1G,MAAM,MAAM,sBAAsB,GAAG;IACnC,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,UAAU,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,IAAI,cAAc,CAAC,CAAC,CAAC,GAAG,gBAAgB,CAAC,CAAC,CAAC,CAAC;AAE5F,MAAM,WAAW,cAAc,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM;IACvD,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC;CAC7B;AAED,MAAM,WAAW,gBAAgB,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM;IACzD,IAAI,EAAE,QAAQ,CAAC;IAEf,0DAA0D;IAC1D,QAAQ,EAAE,IAAI,EAAE,CAAC;IAEjB,qDAAqD;IACrD,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC,EAAE,CAAC;CAC9B;AAED;;;;;GAKG;AACH,MAAM,WAAW,WAAW,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS;IAC1D,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC;IAE3B,oDAAoD;IACpD,UAAU,CAAC,EAAE,UAAU,CAAC;IAExB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB,yCAAyC;IACzC,SAAS,CAAC,EAAE,cAAc,EAAE,CAAC;IAE7B,kDAAkD;IAClD,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../components/views/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AACxD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2DAA2D,CAAC;AAC5F,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0DAA0D,CAAC;AAC/F,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAEzE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,mEAAmE,CAAC;AAE1G,MAAM,MAAM,sBAAsB,GAAG;IACnC,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,UAAU,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,IAAI,cAAc,CAAC,CAAC,CAAC,GAAG,gBAAgB,CAAC,CAAC,CAAC,CAAC;AAE5F,MAAM,WAAW,cAAc,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM;IACvD,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC;CAC7B;AAED,MAAM,WAAW,gBAAgB,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM;IACzD,IAAI,EAAE,QAAQ,CAAC;IAEf,0DAA0D;IAC1D,QAAQ,EAAE,IAAI,EAAE,CAAC;IAEjB,qDAAqD;IACrD,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC,EAAE,CAAC;CAC9B;AAED;;;;;GAKG;AACH,MAAM,WAAW,WAAW,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS;IAC1D,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC;IAE3B,oDAAoD;IACpD,UAAU,CAAC,EAAE,UAAU,CAAC;IAExB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB,yCAAyC;IACzC,SAAS,CAAC,EAAE,cAAc,EAAE,CAAC;IAE7B,kDAAkD;IAClD,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B,mDAAmD;IACnD,OAAO,CAAC,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC;CAC7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table-view-adapter.d.ts","sourceRoot":"","sources":["../../../../components/views/utils/table-view-adapter.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"table-view-adapter.d.ts","sourceRoot":"","sources":["../../../../components/views/utils/table-view-adapter.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0CAA0C,CAAC;AAC3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C;;;;;GAKG;AACH,wBAAgB,4BAA4B,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,EAC1E,MAAM,EAAE,WAAW,CAAC,CAAC,CAAC,EACtB,YAAY,EAAE;IACZ,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,gBAAgB,CAAC;CAC1B,GACA,UAAU,CAAC,CAAC,CAAC,CA6Bf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-pipeline-run-form.test.d.ts","sourceRoot":"","sources":["../../../../../config/entities/pipeline/__tests__/create-pipeline-run-form.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ActionComponentProps } from '../../../components/actions/types';
|
|
2
|
+
import type { Pipeline } from '../../../config/entities/pipeline/types';
|
|
3
|
+
export declare const CreatePipelineRunForm: ({ record, isOpen, onClose, }: ActionComponentProps<Pipeline>) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
//# sourceMappingURL=create-pipeline-run-form.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-pipeline-run-form.d.ts","sourceRoot":"","sources":["../../../../config/entities/pipeline/create-pipeline-run-form.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sCAAsC,CAAC;AAGrE,eAAO,MAAM,qBAAqB,iCAI/B,oBAAoB,CAAC,QAAQ,CAAC,4CA4ChC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"detail.d.ts","sourceRoot":"","sources":["../../../../config/entities/pipeline/detail.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAErE,eAAO,MAAM,sBAAsB,EAAE,gBAoCpC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../config/entities/pipeline/list.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../config/entities/pipeline/list.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAEnE,eAAO,MAAM,oBAAoB,EAAE,YAAY,CAAC,MAAM,CAAC,EAkBtD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,cAAc,CAAC,MAAM,CAKvD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../config/entities/pipeline/pipeline.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../config/entities/pipeline/pipeline.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAEzE,eAAO,MAAM,sBAAsB,EAAE,iBAapC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../config/entities/pipeline/shared.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAExD,eAAO,MAAM,mBAAmB,EAAE,IAkBjC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,IAsBhC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../config/entities/run/shared.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../config/entities/run/shared.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAExD;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,EAAE,IAAI,EA4CxC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../config/entities/trigger/shared.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../config/entities/trigger/shared.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAExD,eAAO,MAAM,yBAAyB,EAAE,IAoBvC,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,IAa1C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../config/phases/data.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../config/phases/data.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAEnE,eAAO,MAAM,UAAU,EAAE,WAkBxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploy.d.ts","sourceRoot":"","sources":["../../../config/phases/deploy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;
|
|
1
|
+
{"version":3,"file":"deploy.d.ts","sourceRoot":"","sources":["../../../config/phases/deploy.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAEnE,eAAO,MAAM,YAAY,EAAE,WAQ1B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"train.d.ts","sourceRoot":"","sources":["../../../config/phases/train.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"train.d.ts","sourceRoot":"","sources":["../../../config/phases/train.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAEnE,eAAO,MAAM,WAAW,EAAE,WA2BzB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { StudioParamsView } from '../../../types/common/view-types';
|
|
2
|
+
import type { ParamsTransformer } from './types';
|
|
2
3
|
/**
|
|
3
4
|
* A mapping of view types to their corresponding parameter transformers.
|
|
4
5
|
* Each transformer is responsible for converting base parameters into the
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../hooks/routing/use-studio-params/constants.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../hooks/routing/use-studio-params/constants.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,gBAAgB,EAAE,iBAAiB,CAAC,gBAAgB,CAAC,CAyC7F,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { StudioParamsBase } from '../../../hooks/routing/use-studio-params/types';
|
|
1
|
+
import type { StudioParamsBase } from '../../../hooks/routing/use-studio-params/types';
|
|
2
2
|
export declare function normalizeEntityParam(params: Partial<StudioParamsBase>): Partial<StudioParamsBase>;
|
|
3
3
|
//# sourceMappingURL=normalize-entity-param.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"normalize-entity-param.d.ts","sourceRoot":"","sources":["../../../../hooks/routing/use-studio-params/normalize-entity-param.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;
|
|
1
|
+
{"version":3,"file":"normalize-entity-param.d.ts","sourceRoot":"","sources":["../../../../hooks/routing/use-studio-params/normalize-entity-param.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAYpF,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,OAAO,CAAC,gBAAgB,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAYjG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Phase } from '../../../types/common/studio-types';
|
|
2
|
-
import {
|
|
1
|
+
import type { Phase } from '../../../types/common/studio-types';
|
|
2
|
+
import type { StudioParamsView } from '../../../types/common/view-types';
|
|
3
3
|
/**
|
|
4
4
|
* Parameters that can be extracted from the route path. These parameters
|
|
5
5
|
* should be available in the Routes registered to the application's router.
|
|
@@ -70,21 +70,6 @@ export type StudioParamsDetail = StudioParamsBase & Partial<Pick<QueryParams, 'r
|
|
|
70
70
|
* For example, the form and detail views both use the entityId field.
|
|
71
71
|
*/
|
|
72
72
|
export type StudioParamsFormDetail = Pick<StudioParamsForm, Extract<keyof StudioParamsForm, keyof StudioParamsDetail>> & Pick<StudioParamsDetail, Extract<keyof StudioParamsForm, keyof StudioParamsDetail>> & Partial<Omit<StudioParamsForm, Extract<keyof StudioParamsForm, keyof StudioParamsDetail>>> & Partial<Omit<StudioParamsDetail, Extract<keyof StudioParamsForm, keyof StudioParamsDetail>>>;
|
|
73
|
-
/**
|
|
74
|
-
* Union type of all possible view types in the studio.
|
|
75
|
-
* Extends ViewTypeT with additional special view types.
|
|
76
|
-
* @see ViewTypeT for the base view types ('form' | 'detail' | 'list')
|
|
77
|
-
*
|
|
78
|
-
* 'base' is a special view type that is used to represent the base parameters
|
|
79
|
-
* for all views registered to the Schema Driven UI router.
|
|
80
|
-
*
|
|
81
|
-
* 'form-detail' is a special view type that is used to represent the parameters
|
|
82
|
-
* for combined form-detail views.
|
|
83
|
-
*
|
|
84
|
-
* 'unregistered' is a special view type that is used to represent views that are not registered
|
|
85
|
-
* to the Schema Driven UI router but are still part of the studio application.
|
|
86
|
-
*/
|
|
87
|
-
export type StudioParamsView = View | 'base' | 'form-detail' | 'unregistered';
|
|
88
73
|
/**
|
|
89
74
|
* Maps a view type to its corresponding parameter type.
|
|
90
75
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../hooks/routing/use-studio-params/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,iCAAiC,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../hooks/routing/use-studio-params/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,iCAAiC,CAAC;AAC7D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEtE;;;GAGG;AACH,MAAM,MAAM,WAAW,GAAG;IACxB,0DAA0D;IAC1D,MAAM,EAAE,MAAM,CAAC;IACf,iDAAiD;IACjD,QAAQ,EAAE,MAAM,CAAC;IACjB,kDAAkD;IAClD,SAAS,EAAE,MAAM,CAAC;IAClB,iEAAiE;IACjE,KAAK,EAAE,KAAK,CAAC;IACb,yCAAyC;IACzC,SAAS,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG;IACxB,4EAA4E;IAC5E,aAAa,EAAE,MAAM,CAAC;IACtB,iDAAiD;IACjD,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;OAIG;IACH,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,WAAW,EAAE,QAAQ,GAAG,OAAO,GAAG,WAAW,CAAC,CAAC;AAEnF;;;;;;;;GAQG;AACH,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,GAC7C,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE,eAAe,GAAG,YAAY,CAAC,CAAC,GAC1D,IAAI,CAAC,WAAW,EAAE,UAAU,CAAC,CAAC;AAEhC;;;;;;;;GAQG;AACH,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,GAC/C,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE,YAAY,GAAG,cAAc,CAAC,CAAC,GACzD,IAAI,CAAC,WAAW,EAAE,UAAU,GAAG,WAAW,CAAC,CAAC;AAE9C;;;;;;GAMG;AACH,MAAM,MAAM,sBAAsB,GAAG,IAAI,CACvC,gBAAgB,EAChB,OAAO,CAAC,MAAM,gBAAgB,EAAE,MAAM,kBAAkB,CAAC,CAC1D,GACC,IAAI,CAAC,kBAAkB,EAAE,OAAO,CAAC,MAAM,gBAAgB,EAAE,MAAM,kBAAkB,CAAC,CAAC,GACnF,OAAO,CAAC,IAAI,CAAC,gBAAgB,EAAE,OAAO,CAAC,MAAM,gBAAgB,EAAE,MAAM,kBAAkB,CAAC,CAAC,CAAC,GAC1F,OAAO,CAAC,IAAI,CAAC,kBAAkB,EAAE,OAAO,CAAC,MAAM,gBAAgB,EAAE,MAAM,kBAAkB,CAAC,CAAC,CAAC,CAAC;AAE/F;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,mBAAmB,CAAC,CAAC,SAAS,gBAAgB,IAAI,CAAC,SAAS,MAAM,GAC1E,gBAAgB,GAChB,CAAC,SAAS,QAAQ,GAChB,kBAAkB,GAClB,CAAC,SAAS,MAAM,GACd,gBAAgB,GAChB,CAAC,SAAS,MAAM,GACd,gBAAgB,GAAG,OAAO,CAAC,WAAW,CAAC,GAAG,OAAO,CAAC,WAAW,CAAC,GAC9D,CAAC,SAAS,aAAa,GACrB,sBAAsB,GACtB,CAAC,SAAS,cAAc,GACtB,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC,GAClC,KAAK,CAAC;AAEpB;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,MAAM,iBAAiB,CAAC,CAAC,SAAS,gBAAgB,IAAI,CAC1D,WAAW,EAAE,OAAO,CAAC,WAAW,CAAC,EACjC,WAAW,EAAE,OAAO,CAAC,WAAW,CAAC,KAC9B,mBAAmB,CAAC,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { StudioParamsView
|
|
1
|
+
import type { StudioParamsView } from '../../../types/common/view-types';
|
|
2
|
+
import type { ViewTypeToParamType } from './types';
|
|
2
3
|
/**
|
|
3
4
|
* Hook to get and transform studio parameters based on the view type.
|
|
4
5
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-studio-params.d.ts","sourceRoot":"","sources":["../../../../hooks/routing/use-studio-params/use-studio-params.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"use-studio-params.d.ts","sourceRoot":"","sources":["../../../../hooks/routing/use-studio-params/use-studio-params.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,KAAK,EAA4B,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAE7E;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,eAAe,CAAC,CAAC,SAAS,gBAAgB,GAAG,cAAc,EACzE,QAAQ,EAAE,CAAC,GACV,mBAAmB,CAAC,CAAC,CAAC,CAmBxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-hover.d.ts","sourceRoot":"","sources":["../../hooks/use-hover.ts"],"names":[],"mappings":"AAEA,wBAAgB,QAAQ,CAAC,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,GAAG,OAAO,CAoB1E
|
|
1
|
+
{"version":3,"file":"use-hover.d.ts","sourceRoot":"","sources":["../../hooks/use-hover.ts"],"names":[],"mappings":"AAEA,wBAAgB,QAAQ,CAAC,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,GAAG,OAAO,CAoB1E"}
|
package/dist/index.d.ts
CHANGED
|
@@ -57,6 +57,7 @@ export { useURLQueryString } from './hooks/routing/use-url-query-string';
|
|
|
57
57
|
export * from './utils/object-utils';
|
|
58
58
|
export * from './utils/string-utils';
|
|
59
59
|
export * from './utils/time-utils';
|
|
60
|
+
export { TimeZone } from './types/time-types';
|
|
60
61
|
export * from './types/common/studio-types';
|
|
61
62
|
export * from './types/common/view-types';
|
|
62
63
|
export { CellProvider } from './providers/cell-provider/cell-provider';
|
|
@@ -111,9 +112,11 @@ export { UrlField } from './components/form/fields/url/url-field';
|
|
|
111
112
|
export { NumberField } from './components/form/fields/number/number-field';
|
|
112
113
|
export { CheckboxField } from './components/form/fields/checkbox/checkbox-field';
|
|
113
114
|
export { DateField } from './components/form/fields/date/date-field';
|
|
114
|
-
export {
|
|
115
|
+
export { DateFormat } from './components/form/fields/date/types';
|
|
116
|
+
export { MarkdownField } from './components/form/fields/markdown/markdown-field';
|
|
115
117
|
export { FormGroup } from './components/form/layout/form-group/form-group';
|
|
116
118
|
export { FormRow } from './components/form/layout/form-row/form-row';
|
|
119
|
+
export { FormColumn } from './components/form/layout/form-column/form-column';
|
|
117
120
|
export { FormBanner } from './components/form/layout/form-banner/form-banner';
|
|
118
121
|
export { FormStep } from './components/form/layout/form-step/form-step';
|
|
119
122
|
export { ArrayFormRow } from './components/form/layout/array-form-row/array-form-row';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { StudioParamsView } from '../
|
|
1
|
+
import type { StudioParamsView } from '../types/common/view-types';
|
|
2
2
|
import type { InterpolationContext } from './types';
|
|
3
3
|
/**
|
|
4
4
|
* Base class for transforming interpolation patterns into resolved values.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../interpolation/base.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../interpolation/base.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEpD;;;;;;GAMG;AACH,8BAAsB,aAAa,CACjC,gBAAgB,EAChB,mBAAmB,EACnB,CAAC,SAAS,gBAAgB,GAAG,MAAM;IAEnC,UAAU,EAAE,GAAG,CAAC;IAChB,mBAAmB,EAAE,GAAG,CAAC;IACzB,YAAY,EAAE,gBAAgB,CAAC;gBAEnB,YAAY,EAAE,gBAAgB;IAM1C,WAAW,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC,CAAC;IAiB3C;;OAEG;IACH,QAAQ,CAAC,OAAO,CAAC,MAAM,EAAE,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC,CAAC,GAAG,mBAAmB;CAChF"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Interpolation } from './base';
|
|
2
|
-
import type { StudioParamsView } from '../
|
|
2
|
+
import type { StudioParamsView } from '../types/common/view-types';
|
|
3
3
|
import type { InterpolationContext } from './types';
|
|
4
4
|
/**
|
|
5
5
|
* Handles function-based interpolation by calling the function with the
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"function-interpolation.d.ts","sourceRoot":"","sources":["../../interpolation/function-interpolation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"function-interpolation.d.ts","sourceRoot":"","sources":["../../interpolation/function-interpolation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEpD;;;;;;;;;;GAUG;AACH,qBAAa,qBAAqB,CAChC,mBAAmB,EACnB,CAAC,SAAS,gBAAgB,GAAG,MAAM,CACnC,SAAQ,aAAa,CACrB,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC,CAAC,KAAK,mBAAmB,EACxD,mBAAmB,EACnB,CAAC,CACF;IACC,OAAO,CAAC,MAAM,EAAE,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC,CAAC,GAAG,mBAAmB;CAGvE"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { StudioParamsView } from '../
|
|
1
|
+
import type { StudioParamsView } from '../types/common/view-types';
|
|
2
2
|
import type { InterpolationContext } from './types';
|
|
3
3
|
/**
|
|
4
4
|
* Creates interpolation patterns that resolve to dynamic values at runtime.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interpolate.d.ts","sourceRoot":"","sources":["../../interpolation/interpolate.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"interpolate.d.ts","sourceRoot":"","sources":["../../interpolation/interpolate.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEpD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,WAAW,CAAC,CAAC,EAAE,CAAC,SAAS,gBAAgB,GAAG,MAAM,EAChE,KAAK,EAAE,MAAM,GAAG,CAAC,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,GACvD,CAAC,CAIH"}
|