@michelangelo-ai/core 0.9.0-rc.1 → 0.10.0-rc.1
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/types.d.ts +14 -1
- package/dist/components/actions/types.d.ts.map +1 -1
- package/dist/components/box/collapsible-box.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/select/types.d.ts +9 -0
- package/dist/components/form/fields/select/types.d.ts.map +1 -1
- package/dist/components/form/fields/string/components/single-string-field.d.ts +1 -1
- package/dist/components/form/fields/string/components/single-string-field.d.ts.map +1 -1
- package/dist/components/form/fields/string/types.d.ts +6 -0
- package/dist/components/form/fields/string/types.d.ts.map +1 -1
- package/dist/components/row/components/row-item.d.ts.map +1 -1
- package/dist/components/text-editor/text-editor.d.ts +1 -1
- package/dist/components/text-editor/text-editor.d.ts.map +1 -1
- package/dist/components/text-editor/types.d.ts +5 -0
- package/dist/components/text-editor/types.d.ts.map +1 -1
- package/dist/components/views/phase-entity-view/entity-table.d.ts +1 -1
- package/dist/components/views/phase-entity-view/entity-table.d.ts.map +1 -1
- package/dist/components/views/phase-entity-view/phase-entity-view.d.ts.map +1 -1
- package/dist/components/views/phase-entity-view/types.d.ts +3 -0
- package/dist/components/views/phase-entity-view/types.d.ts.map +1 -1
- package/dist/components/views/phase-entity-view/utils/__tests__/inject-list-options.test.d.ts +2 -0
- package/dist/components/views/phase-entity-view/utils/__tests__/inject-list-options.test.d.ts.map +1 -0
- package/dist/components/views/phase-entity-view/utils/inject-list-options.d.ts +0 -4
- package/dist/components/views/phase-entity-view/utils/inject-list-options.d.ts.map +1 -1
- package/dist/components/views/project/components/phase-card.d.ts.map +1 -1
- package/dist/components/views/project/constants.d.ts +4 -1
- package/dist/components/views/project/constants.d.ts.map +1 -1
- package/dist/components/views/project/project-list.d.ts.map +1 -1
- package/dist/components/views/project/types.d.ts +12 -0
- package/dist/components/views/project/types.d.ts.map +1 -0
- package/dist/config/entities/deployment/create-deployment-form.d.ts +3 -0
- package/dist/config/entities/deployment/create-deployment-form.d.ts.map +1 -0
- package/dist/config/entities/deployment/deployment-revision-card-field.d.ts +7 -0
- package/dist/config/entities/deployment/deployment-revision-card-field.d.ts.map +1 -0
- package/dist/config/entities/deployment/deployment-revision-card.d.ts +3 -3
- package/dist/config/entities/deployment/deployment-revision-card.d.ts.map +1 -1
- package/dist/config/entities/deployment/deployment.d.ts.map +1 -1
- package/dist/config/entities/deployment/model-family-revision-fields.d.ts +10 -0
- package/dist/config/entities/deployment/model-family-revision-fields.d.ts.map +1 -0
- package/dist/config/entities/deployment/types.d.ts +62 -0
- package/dist/config/entities/deployment/types.d.ts.map +1 -1
- package/dist/config/entities/model/__tests__/model-detail-page.test.d.ts +2 -0
- package/dist/config/entities/model/__tests__/model-detail-page.test.d.ts.map +1 -0
- package/dist/config/entities/model/detail.d.ts +3 -0
- package/dist/config/entities/model/detail.d.ts.map +1 -0
- package/dist/config/entities/model/model-info-page.d.ts +5 -0
- package/dist/config/entities/model/model-info-page.d.ts.map +1 -0
- package/dist/config/entities/model/model.d.ts.map +1 -1
- package/dist/config/entities/model/types.d.ts +34 -0
- package/dist/config/entities/model/types.d.ts.map +1 -0
- package/dist/config/entities/pipeline/__tests__/format-trigger-schedule.test.d.ts +2 -0
- package/dist/config/entities/pipeline/__tests__/format-trigger-schedule.test.d.ts.map +1 -0
- package/dist/config/entities/pipeline/__tests__/run-trigger-form.test.d.ts +2 -0
- package/dist/config/entities/pipeline/__tests__/run-trigger-form.test.d.ts.map +1 -0
- package/dist/config/entities/pipeline/create-pipeline-run-form.d.ts +7 -0
- package/dist/config/entities/pipeline/create-pipeline-run-form.d.ts.map +1 -1
- package/dist/config/entities/pipeline/detail.d.ts.map +1 -1
- package/dist/config/entities/pipeline/format-trigger-schedule.d.ts +10 -0
- package/dist/config/entities/pipeline/format-trigger-schedule.d.ts.map +1 -0
- package/dist/config/entities/pipeline/pipeline.d.ts.map +1 -1
- package/dist/config/entities/pipeline/resume-run-fields.d.ts +16 -0
- package/dist/config/entities/pipeline/resume-run-fields.d.ts.map +1 -0
- package/dist/config/entities/pipeline/resume-step-option.d.ts +12 -0
- package/dist/config/entities/pipeline/resume-step-option.d.ts.map +1 -0
- package/dist/config/entities/pipeline/run-trigger-fields.d.ts +15 -0
- package/dist/config/entities/pipeline/run-trigger-fields.d.ts.map +1 -0
- package/dist/config/entities/pipeline/run-trigger-form.d.ts +13 -0
- package/dist/config/entities/pipeline/run-trigger-form.d.ts.map +1 -0
- package/dist/config/entities/pipeline/shared.d.ts +4 -0
- package/dist/config/entities/pipeline/shared.d.ts.map +1 -1
- package/dist/config/entities/pipeline/types.d.ts +39 -0
- package/dist/config/entities/pipeline/types.d.ts.map +1 -1
- package/dist/config/entities/pipeline/utils/validate-emails.d.ts +3 -0
- package/dist/config/entities/pipeline/utils/validate-emails.d.ts.map +1 -0
- package/dist/config/entities/run/__tests__/run-page.test.d.ts +2 -0
- package/dist/config/entities/run/__tests__/run-page.test.d.ts.map +1 -0
- package/dist/config/entities/run/__tests__/run-retry-action.test.d.ts +2 -0
- package/dist/config/entities/run/__tests__/run-retry-action.test.d.ts.map +1 -0
- package/dist/config/entities/run/__tests__/run-triggered-by.test.d.ts +2 -0
- package/dist/config/entities/run/__tests__/run-triggered-by.test.d.ts.map +1 -0
- package/dist/config/entities/run/__tests__/run.test.d.ts +2 -0
- package/dist/config/entities/run/__tests__/run.test.d.ts.map +1 -0
- package/dist/config/entities/run/detail.d.ts.map +1 -1
- package/dist/config/entities/run/list.d.ts.map +1 -1
- package/dist/config/entities/run/run-configuration-page.d.ts +5 -0
- package/dist/config/entities/run/run-configuration-page.d.ts.map +1 -0
- package/dist/config/entities/run/run-info-page.d.ts +5 -0
- package/dist/config/entities/run/run-info-page.d.ts.map +1 -0
- package/dist/config/entities/run/run.d.ts.map +1 -1
- package/dist/config/entities/run/shared.d.ts +43 -0
- package/dist/config/entities/run/shared.d.ts.map +1 -1
- package/dist/config/entities/run/types.d.ts +157 -0
- package/dist/config/entities/run/types.d.ts.map +1 -1
- package/dist/config/entities/targets/create-inference-server-form.d.ts +3 -0
- package/dist/config/entities/targets/create-inference-server-form.d.ts.map +1 -0
- package/dist/config/entities/targets/inference-server-owner-fields.d.ts +6 -0
- package/dist/config/entities/targets/inference-server-owner-fields.d.ts.map +1 -0
- package/dist/config/entities/targets/shared.d.ts +17 -0
- package/dist/config/entities/targets/shared.d.ts.map +1 -1
- package/dist/config/entities/targets/target.d.ts.map +1 -1
- package/dist/config/entities/targets/types.d.ts +32 -0
- package/dist/config/entities/targets/types.d.ts.map +1 -0
- package/dist/config/entities/trigger/__tests__/trigger-recent-runs.test.d.ts +2 -0
- package/dist/config/entities/trigger/__tests__/trigger-recent-runs.test.d.ts.map +1 -0
- package/dist/config/entities/trigger/detail.d.ts.map +1 -1
- package/dist/config/entities/trigger/types.d.ts +77 -0
- package/dist/config/entities/trigger/types.d.ts.map +1 -1
- package/dist/config/phases/deploy.d.ts.map +1 -1
- package/dist/michelangelo-core.cjs +16 -16
- package/dist/michelangelo-core.js +10915 -9636
- package/dist/primitives.cjs +1 -1
- package/dist/primitives.js +23 -23
- package/dist/providers/service-provider/__tests__/service-provider.tests.d.ts +2 -0
- package/dist/providers/service-provider/__tests__/service-provider.tests.d.ts.map +1 -0
- package/dist/providers/service-provider/service-provider.d.ts +1 -1
- package/dist/providers/service-provider/service-provider.d.ts.map +1 -1
- package/dist/providers/service-provider/types.d.ts +23 -0
- package/dist/providers/service-provider/types.d.ts.map +1 -1
- package/dist/providers/service-provider/with-ownership-enrichment.d.ts +9 -0
- package/dist/providers/service-provider/with-ownership-enrichment.d.ts.map +1 -0
- package/dist/{theme-provider-Ba4vmtVx.js → theme-provider-BLwt8TXI.js} +1937 -1889
- package/dist/{theme-provider-H-LNQYdH.cjs → theme-provider-OUbecRuK.cjs} +93 -93
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/common/studio-types.d.ts +6 -1
- package/dist/types/common/studio-types.d.ts.map +1 -1
- package/dist/utils/crd-utils.d.ts +36 -0
- package/dist/utils/crd-utils.d.ts.map +1 -1
- package/dist/utils/environment-utils.d.ts +1 -0
- package/dist/utils/environment-utils.d.ts.map +1 -1
- package/dist/utils/time-utils.d.ts +11 -0
- package/dist/utils/time-utils.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -114,6 +114,19 @@ export type CustomModalConfig<T> = {
|
|
|
114
114
|
type: 'custom';
|
|
115
115
|
component: ComponentType<ActionComponentProps<T>>;
|
|
116
116
|
};
|
|
117
|
+
/**
|
|
118
|
+
* A page-level action rendered in a phase entity's header (e.g. "Create inference server").
|
|
119
|
+
* Unlike {@link ActionConfig}, it has no associated record — it opens a custom component
|
|
120
|
+
* that owns its own submit flow, same as {@link CustomModalConfig}.
|
|
121
|
+
*/
|
|
122
|
+
export type CreateActionConfig = {
|
|
123
|
+
display: ActionTriggerDisplay;
|
|
124
|
+
component: ComponentType<CreateActionComponentProps>;
|
|
125
|
+
};
|
|
126
|
+
/** Props passed to a component rendered by {@link CreateActionConfig}. */
|
|
127
|
+
export type CreateActionComponentProps = {
|
|
128
|
+
onClose: () => void;
|
|
129
|
+
};
|
|
117
130
|
export type BannerConfig = {
|
|
118
131
|
content: ReactNode;
|
|
119
132
|
kind?: BannerProps['kind'];
|
|
@@ -155,7 +168,7 @@ export type ResolvedActionItem = {
|
|
|
155
168
|
*
|
|
156
169
|
* @note icon is a string reference to an icon in the icon provider
|
|
157
170
|
*/
|
|
158
|
-
type ActionTriggerDisplay = {
|
|
171
|
+
export type ActionTriggerDisplay = {
|
|
159
172
|
label: string;
|
|
160
173
|
icon?: string;
|
|
161
174
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../components/actions/types.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../components/actions/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -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;AAQnD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnD,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,
|
|
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,CA8FxD,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, labelEndEnhancer, 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, getOptionContent, }: 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":"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,
|
|
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,EACjB,gBAAgB,GACjB,EAAE,gBAAgB,CAAC,CAAC,CAAC,2CA8HrB"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
1
2
|
import type { BaseFieldProps, SharedFieldConfig } from '../types';
|
|
2
3
|
export interface SelectOption<V = string | number> {
|
|
3
4
|
id: V;
|
|
@@ -15,6 +16,14 @@ interface SelectFieldOwnProps<V> {
|
|
|
15
16
|
* By default there is no limit.
|
|
16
17
|
*/
|
|
17
18
|
visibleOptionLimit?: number;
|
|
19
|
+
/**
|
|
20
|
+
* Renders richer content for each dropdown row — multiple columns of metadata, for
|
|
21
|
+
* instance — instead of the plain `option.label`.
|
|
22
|
+
*
|
|
23
|
+
* Only affects the dropdown menu. Selected values always render `option.label`, so a
|
|
24
|
+
* multi-select's tags stay compact no matter how detailed the rows are.
|
|
25
|
+
*/
|
|
26
|
+
getOptionContent?: (option: SelectOption<V>) => ReactNode;
|
|
18
27
|
}
|
|
19
28
|
export type SelectFieldProps<V = string | number> = (SelectFieldOwnProps<V> & BaseFieldProps<V> & {
|
|
20
29
|
multi?: false;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/select/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAElE,MAAM,WAAW,YAAY,CAAC,CAAC,GAAG,MAAM,GAAG,MAAM;IAC/C,EAAE,EAAE,CAAC,CAAC;IACN,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,UAAU,mBAAmB,CAAC,CAAC;IAC7B,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/select/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAElE,MAAM,WAAW,YAAY,CAAC,CAAC,GAAG,MAAM,GAAG,MAAM;IAC/C,EAAE,EAAE,CAAC,CAAC;IACN,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,UAAU,mBAAmB,CAAC,CAAC;IAC7B,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;;;OAMG;IACH,gBAAgB,CAAC,EAAE,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC,CAAC,KAAK,SAAS,CAAC;CAC3D;AAED,MAAM,MAAM,gBAAgB,CAAC,CAAC,GAAG,MAAM,GAAG,MAAM,IAC5C,CAAC,mBAAmB,CAAC,CAAC,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,GAAG;IAAE,KAAK,CAAC,EAAE,KAAK,CAAA;CAAE,CAAC,GAChE,CAAC,mBAAmB,CAAC,CAAC,CAAC,GAAG,cAAc,CAAC,CAAC,EAAE,CAAC,GAAG;IAAE,KAAK,EAAE,IAAI,CAAA;CAAE,CAAC,CAAC;AAErE,KAAK,yBAAyB,GAAG,IAAI,CACnC,mBAAmB,CAAC,MAAM,GAAG,MAAM,CAAC,EACpC,SAAS,GAAG,WAAW,GAAG,YAAY,GAAG,WAAW,GAAG,WAAW,GAAG,oBAAoB,CAC1F,CAAC;AAEF,MAAM,MAAM,uBAAuB,CAAC,CAAC,GAAG,MAAM,GAAG,MAAM,IAAI,iBAAiB,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,GAC9F,yBAAyB,GAAG;IAC1B,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,CAAC;AAEJ,MAAM,MAAM,sBAAsB,CAAC,CAAC,GAAG,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,IAAI,iBAAiB,CAChF,CAAC,EACD,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CACvB,GACC,yBAAyB,GAAG;IAC1B,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,EAAE,IAAI,CAAC;CACb,CAAC;AAEJ,MAAM,MAAM,iBAAiB,CAAC,CAAC,GAAG,MAAM,GAAG,MAAM,IAC7C,uBAAuB,CAAC,CAAC,CAAC,GAC1B,sBAAsB,CAAC,CAAC,CAAC,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { SingleStringFieldProps } from '../types';
|
|
2
|
-
export declare function SingleStringField({ name, label, defaultValue, initialValue, required, validate, readOnly, disabled, placeholder, description, caption, labelEndEnhancer, format, parse, }: SingleStringFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function SingleStringField({ name, label, defaultValue, initialValue, required, validate, readOnly, disabled, placeholder, description, caption, labelEndEnhancer, format, parse, maxLength, }: SingleStringFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=single-string-field.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"single-string-field.d.ts","sourceRoot":"","sources":["../../../../../../components/form/fields/string/components/single-string-field.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAEvD,wBAAgB,iBAAiB,CAAC,EAChC,IAAI,EACJ,KAAK,EACL,YAAY,EACZ,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,WAAW,EACX,WAAW,EACX,OAAO,EACP,gBAAgB,EAChB,MAAM,EACN,KAAK,
|
|
1
|
+
{"version":3,"file":"single-string-field.d.ts","sourceRoot":"","sources":["../../../../../../components/form/fields/string/components/single-string-field.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAEvD,wBAAgB,iBAAiB,CAAC,EAChC,IAAI,EACJ,KAAK,EACL,YAAY,EACZ,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,WAAW,EACX,WAAW,EACX,OAAO,EACP,gBAAgB,EAChB,MAAM,EACN,KAAK,EACL,SAAS,GACV,EAAE,sBAAsB,2CAoCxB"}
|
|
@@ -2,6 +2,12 @@ import type { SharedFieldConfig } from '../types';
|
|
|
2
2
|
import type { BaseFieldProps } from '../types';
|
|
3
3
|
export type SingleStringFieldProps = BaseFieldProps<string> & {
|
|
4
4
|
multi?: false;
|
|
5
|
+
/**
|
|
6
|
+
* Limits input length and displays a character counter in the label row.
|
|
7
|
+
* When `labelEndEnhancer` is also provided, the counter appears first
|
|
8
|
+
* followed by the enhancer content.
|
|
9
|
+
*/
|
|
10
|
+
maxLength?: number;
|
|
5
11
|
};
|
|
6
12
|
export type MultiStringFieldProps = BaseFieldProps<string[]> & {
|
|
7
13
|
multi: true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/string/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,MAAM,MAAM,sBAAsB,GAAG,cAAc,CAAC,MAAM,CAAC,GAAG;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../components/form/fields/string/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,MAAM,MAAM,sBAAsB,GAAG,cAAc,CAAC,MAAM,CAAC,GAAG;IAC5D,KAAK,CAAC,EAAE,KAAK,CAAC;IACd;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,MAAM,EAAE,CAAC,GAAG;IAAE,KAAK,EAAE,IAAI,CAAA;CAAE,CAAC;AAE/E,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,GAAG,qBAAqB,CAAC;AAE9E,MAAM,MAAM,uBAAuB,CAAC,CAAC,GAAG,MAAM,IAAI,iBAAiB,CAAC,CAAC,EAAE,MAAM,CAAC,GAAG;IAC/E,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,sBAAsB,CAAC,CAAC,GAAG,MAAM,EAAE,IAAI,iBAAiB,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,GAAG;IAClF,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,EAAE,IAAI,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,iBAAiB,CAAC,CAAC,GAAG,MAAM,IAAI,uBAAuB,CAAC,CAAC,CAAC,GAAG,sBAAsB,CAAC,CAAC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"row-item.d.ts","sourceRoot":"","sources":["../../../../components/row/components/row-item.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"row-item.d.ts","sourceRoot":"","sources":["../../../../components/row/components/row-item.tsx"],"names":[],"mappings":"AAOA,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,4CAeA,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { TextEditorProps } from './types';
|
|
2
|
-
export declare function TextEditor({ value, language, readOnly, height, onChange, }: TextEditorProps): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function TextEditor({ value, language, readOnly, height, foldable, onChange, }: TextEditorProps): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=text-editor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-editor.d.ts","sourceRoot":"","sources":["../../../components/text-editor/text-editor.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE/C,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,QAAQ,EACR,QAAgB,EAChB,MAAgB,EAChB,QAAQ,GACT,EAAE,eAAe,2CAmDjB"}
|
|
1
|
+
{"version":3,"file":"text-editor.d.ts","sourceRoot":"","sources":["../../../components/text-editor/text-editor.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE/C,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,QAAQ,EACR,QAAgB,EAChB,MAAgB,EAChB,QAAgB,EAChB,QAAQ,GACT,EAAE,eAAe,2CAmDjB"}
|
|
@@ -3,6 +3,11 @@ export type TextEditorProps = {
|
|
|
3
3
|
language?: 'json';
|
|
4
4
|
readOnly?: boolean;
|
|
5
5
|
height?: string;
|
|
6
|
+
/**
|
|
7
|
+
* Show controls in the gutter for collapsing/expanding nested blocks
|
|
8
|
+
* (objects, arrays), useful for navigating large documents. Defaults to false.
|
|
9
|
+
*/
|
|
10
|
+
foldable?: boolean;
|
|
6
11
|
onChange?: (value: string) => void;
|
|
7
12
|
};
|
|
8
13
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../components/text-editor/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC,CAAC"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../components/text-editor/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC,CAAC"}
|
|
@@ -12,5 +12,5 @@ import type { EntityTableProps } from './types';
|
|
|
12
12
|
* />
|
|
13
13
|
* ```
|
|
14
14
|
*/
|
|
15
|
-
export declare function EntityTable<T extends object = object>({ service, tableConfig, tableSettingsId, pipelineTypes, }: EntityTableProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare function EntityTable<T extends object = object>({ service, tableConfig, tableSettingsId, pipelineTypes, trailingActions, }: EntityTableProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
16
16
|
//# sourceMappingURL=entity-table.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entity-table.d.ts","sourceRoot":"","sources":["../../../../components/views/phase-entity-view/entity-table.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD;;;;;;;;;;;;GAYG;AACH,wBAAgB,WAAW,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,EAAE,EACrD,OAAO,EACP,WAAW,EACX,eAAe,EACf,aAAa,
|
|
1
|
+
{"version":3,"file":"entity-table.d.ts","sourceRoot":"","sources":["../../../../components/views/phase-entity-view/entity-table.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD;;;;;;;;;;;;GAYG;AACH,wBAAgB,WAAW,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,EAAE,EACrD,OAAO,EACP,WAAW,EACX,eAAe,EACf,aAAa,EACb,eAAe,GAChB,EAAE,gBAAgB,CAAC,CAAC,CAAC,2CA8BrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"phase-entity-view.d.ts","sourceRoot":"","sources":["../../../../components/views/phase-entity-view/phase-entity-view.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"phase-entity-view.d.ts","sourceRoot":"","sources":["../../../../components/views/phase-entity-view/phase-entity-view.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEpD;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,EAAE,EACzD,WAAW,EACX,QAAQ,GACT,EAAE,oBAAoB,CAAC,CAAC,CAAC,kDA2GzB"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
1
2
|
import type { ListViewConfig, TableConfig, ViewConfig } from '../../../components/views/types';
|
|
2
3
|
import type { PhaseConfig, PhaseEntityConfig } from '../../../types/common/studio-types';
|
|
3
4
|
import type { QueryConfig } from '../../../types/query-types';
|
|
@@ -27,5 +28,7 @@ export interface EntityTableProps<T extends object = object> {
|
|
|
27
28
|
tableSettingsId: string;
|
|
28
29
|
/** Pipeline types the owning phase restricts this entity's data to, if any */
|
|
29
30
|
pipelineTypes?: string[];
|
|
31
|
+
/** Rendered in the trailing section of the table's search/filter action bar */
|
|
32
|
+
trailingActions?: ReactNode;
|
|
30
33
|
}
|
|
31
34
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../components/views/phase-entity-view/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAC5F,OAAO,KAAK,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACtF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAE3D,MAAM,MAAM,cAAc,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,IAAI,iBAAiB,CAAC,CAAC,CAAC,GAAG;IAC7E,KAAK,EAAE,QAAQ,CAAC;IAChB,KAAK,EAAE,UAAU,CAAC,CAAC,CAAC,EAAE,GAAG;QAAE,CAAC,EAAE,cAAc,CAAC,CAAC,CAAC,CAAA;KAAE,CAAC;CACnD,CAAC;AAEF,MAAM,WAAW,oBAAoB,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM;IAC7D;;;OAGG;IACH,WAAW,EAAE,IAAI,CAAC,WAAW,EAAE,UAAU,CAAC,CAAC;IAE3C,QAAQ,EAAE,cAAc,CAAC,CAAC,CAAC,EAAE,CAAC;CAC/B;AAED,MAAM,WAAW,mBAAmB;IAClC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,gBAAgB,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM;IACzD,yEAAyE;IACzE,OAAO,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IAChC,WAAW,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC;IAC5B,4CAA4C;IAC5C,eAAe,EAAE,MAAM,CAAC;IACxB,8EAA8E;IAC9E,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../components/views/phase-entity-view/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAC5F,OAAO,KAAK,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACtF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAE3D,MAAM,MAAM,cAAc,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,IAAI,iBAAiB,CAAC,CAAC,CAAC,GAAG;IAC7E,KAAK,EAAE,QAAQ,CAAC;IAChB,KAAK,EAAE,UAAU,CAAC,CAAC,CAAC,EAAE,GAAG;QAAE,CAAC,EAAE,cAAc,CAAC,CAAC,CAAC,CAAA;KAAE,CAAC;CACnD,CAAC;AAEF,MAAM,WAAW,oBAAoB,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM;IAC7D;;;OAGG;IACH,WAAW,EAAE,IAAI,CAAC,WAAW,EAAE,UAAU,CAAC,CAAC;IAE3C,QAAQ,EAAE,cAAc,CAAC,CAAC,CAAC,EAAE,CAAC;CAC/B;AAED,MAAM,WAAW,mBAAmB;IAClC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,gBAAgB,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM;IACzD,yEAAyE;IACzE,OAAO,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IAChC,WAAW,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC;IAC5B,4CAA4C;IAC5C,eAAe,EAAE,MAAM,CAAC;IACxB,8EAA8E;IAC9E,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,+EAA+E;IAC/E,eAAe,CAAC,EAAE,SAAS,CAAC;CAC7B"}
|
package/dist/components/views/phase-entity-view/utils/__tests__/inject-list-options.test.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inject-list-options.test.d.ts","sourceRoot":"","sources":["../../../../../../components/views/phase-entity-view/utils/__tests__/inject-list-options.test.ts"],"names":[],"mappings":""}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
import type { QueryConfig } from '../../../../types/query-types';
|
|
2
2
|
import type { InjectedListOptions } from '../types';
|
|
3
|
-
/**
|
|
4
|
-
* Derives the RPC-level listOptions needed to restrict an entity's list query to a
|
|
5
|
-
* phase's pipeline types.
|
|
6
|
-
*/
|
|
7
3
|
export declare function injectListOptions(service: QueryConfig['service'], pipelineTypes?: string[]): InjectedListOptions | undefined;
|
|
8
4
|
//# sourceMappingURL=inject-list-options.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inject-list-options.d.ts","sourceRoot":"","sources":["../../../../../components/views/phase-entity-view/utils/inject-list-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"inject-list-options.d.ts","sourceRoot":"","sources":["../../../../../components/views/phase-entity-view/utils/inject-list-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAIpD,wBAAgB,iBAAiB,CAC/B,OAAO,EAAE,WAAW,CAAC,SAAS,CAAC,EAC/B,aAAa,CAAC,EAAE,MAAM,EAAE,GACvB,mBAAmB,GAAG,SAAS,CAgBjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"phase-card.d.ts","sourceRoot":"","sources":["../../../../../components/views/project/components/phase-card.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAEnE,wBAAgB,SAAS,CAAC,KAAK,EAAE,WAAW,GAAG;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,
|
|
1
|
+
{"version":3,"file":"phase-card.d.ts","sourceRoot":"","sources":["../../../../../components/views/project/components/phase-card.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAEnE,wBAAgB,SAAS,CAAC,KAAK,EAAE,WAAW,GAAG;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,2CAoGnE"}
|
|
@@ -4,15 +4,18 @@ export declare const SHARED_PROJECT_CELL_CONFIG: ({
|
|
|
4
4
|
label: string;
|
|
5
5
|
url: string;
|
|
6
6
|
type?: undefined;
|
|
7
|
+
accessor?: undefined;
|
|
7
8
|
} | {
|
|
8
9
|
id: string;
|
|
9
10
|
label: string;
|
|
10
11
|
type: CellType;
|
|
11
12
|
url?: undefined;
|
|
13
|
+
accessor?: undefined;
|
|
12
14
|
} | {
|
|
13
15
|
id: string;
|
|
14
16
|
label: string;
|
|
15
|
-
|
|
17
|
+
accessor: (data: unknown) => string | undefined;
|
|
18
|
+
url: string | undefined;
|
|
16
19
|
type?: undefined;
|
|
17
20
|
})[];
|
|
18
21
|
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../components/views/project/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../components/views/project/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAU3D,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;qBAclB,OAAO;;;IAQ3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project-list.d.ts","sourceRoot":"","sources":["../../../../components/views/project/project-list.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"project-list.d.ts","sourceRoot":"","sources":["../../../../components/views/project/project-list.tsx"],"names":[],"mappings":"AAOA,wBAAgB,WAAW,4CAqC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../components/views/project/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE;QACL,KAAK,CAAC,EAAE;YACN,IAAI,CAAC,EAAE;gBAAE,WAAW,CAAC,EAAE,MAAM,CAAC;gBAAC,GAAG,CAAC,EAAE,MAAM,CAAA;aAAE,CAAC;YAC9C,UAAU,CAAC,EAAE,MAAM,CAAC;SACrB,CAAC;KACH,CAAC;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-deployment-form.d.ts","sourceRoot":"","sources":["../../../../config/entities/deployment/create-deployment-form.tsx"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAGjF,eAAO,MAAM,oBAAoB,gBAAiB,0BAA0B,4CAuF3E,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
/** A labeled value within a DeploymentRevisionCard's metadata grid. */
|
|
3
|
+
export declare function DeploymentRevisionCardField({ label, children, }: {
|
|
4
|
+
label: string;
|
|
5
|
+
children: ReactNode;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=deployment-revision-card-field.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deployment-revision-card-field.d.ts","sourceRoot":"","sources":["../../../../config/entities/deployment/deployment-revision-card-field.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,uEAAuE;AACvE,wBAAgB,2BAA2B,CAAC,EAC1C,KAAK,EACL,QAAQ,GACT,EAAE;IACD,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,SAAS,CAAC;CACrB,2CAWA"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { ResourceRef } from './types';
|
|
2
2
|
/**
|
|
3
3
|
* Renders a card for one of a deployment's revision references (current,
|
|
4
|
-
* candidate, or desired).
|
|
5
|
-
*
|
|
6
|
-
*
|
|
4
|
+
* candidate, or desired). Resolves the referenced Model CR to show its
|
|
5
|
+
* metadata (owner, type, creation time, source pipeline run); falls back to
|
|
6
|
+
* the bare revision name when the Model cannot be fetched.
|
|
7
7
|
*/
|
|
8
8
|
export declare function DeploymentRevisionCard({ title, revision, emptyText, isLoading, }: {
|
|
9
9
|
title: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deployment-revision-card.d.ts","sourceRoot":"","sources":["../../../../config/entities/deployment/deployment-revision-card.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"deployment-revision-card.d.ts","sourceRoot":"","sources":["../../../../config/entities/deployment/deployment-revision-card.tsx"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAI3C;;;;;GAKG;AACH,wBAAgB,sBAAsB,CAAC,EACrC,KAAK,EACL,QAAQ,EACR,SAAS,EACT,SAAS,GACV,EAAE;IACD,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,2CAmGA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deployment.d.ts","sourceRoot":"","sources":["../../../../config/entities/deployment/deployment.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"deployment.d.ts","sourceRoot":"","sources":["../../../../config/entities/deployment/deployment.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAEzE,eAAO,MAAM,wBAAwB,EAAE,iBAUtC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Resolves spec.desiredRevision.name from a Model Family -> Model cascade. The deployment
|
|
3
|
+
* controller's AssetPreparationActor fetches this name directly as a Model CR (see
|
|
4
|
+
* go/components/deployment/plugins/common/model.go's FetchModel), so despite the field's
|
|
5
|
+
* name and proto annotation (resource_reference type "michelangelo.uber.com/Revision"),
|
|
6
|
+
* it must be set to the selected Model's own name, not a Revision's. Must be rendered
|
|
7
|
+
* inside FormDialog's <Form> so useForm() can write to that field.
|
|
8
|
+
*/
|
|
9
|
+
export declare const ModelFamilyRevisionFields: () => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
//# sourceMappingURL=model-family-revision-fields.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"model-family-revision-fields.d.ts","sourceRoot":"","sources":["../../../../config/entities/deployment/model-family-revision-fields.tsx"],"names":[],"mappings":"AAyBA;;;;;;;GAOG;AACH,eAAO,MAAM,yBAAyB,+CAwDrC,CAAC"}
|
|
@@ -2,6 +2,68 @@ export type ResourceRef = {
|
|
|
2
2
|
name?: string;
|
|
3
3
|
namespace?: string;
|
|
4
4
|
};
|
|
5
|
+
export type DeploymentCreateInput = {
|
|
6
|
+
metadata: {
|
|
7
|
+
name: string;
|
|
8
|
+
namespace: string;
|
|
9
|
+
};
|
|
10
|
+
spec: {
|
|
11
|
+
/** UI-only: filters the Model dropdown by family. Stripped before submission in handleCreate. */
|
|
12
|
+
modelFamilyName?: string;
|
|
13
|
+
desiredRevision: {
|
|
14
|
+
name: string;
|
|
15
|
+
namespace?: string;
|
|
16
|
+
};
|
|
17
|
+
target: {
|
|
18
|
+
case: 'inferenceServer';
|
|
19
|
+
value: {
|
|
20
|
+
name: string;
|
|
21
|
+
namespace?: string;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
strategy: {
|
|
25
|
+
rolloutStrategy: {
|
|
26
|
+
case: 'rolling';
|
|
27
|
+
value: {
|
|
28
|
+
incrementPercentage: number;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
definition: {
|
|
33
|
+
type: number;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
export type InferenceServerListResult = {
|
|
38
|
+
inferenceServerList: {
|
|
39
|
+
items: Array<{
|
|
40
|
+
metadata: {
|
|
41
|
+
name: string;
|
|
42
|
+
};
|
|
43
|
+
}>;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
export type ModelFamilyListResult = {
|
|
47
|
+
modelFamilyList: {
|
|
48
|
+
items: Array<{
|
|
49
|
+
metadata: {
|
|
50
|
+
name: string;
|
|
51
|
+
};
|
|
52
|
+
spec: {
|
|
53
|
+
name: string;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
export type ModelListResult = {
|
|
59
|
+
modelList: {
|
|
60
|
+
items: Array<{
|
|
61
|
+
metadata: {
|
|
62
|
+
name: string;
|
|
63
|
+
};
|
|
64
|
+
}>;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
5
67
|
export type DeploymentRecord = {
|
|
6
68
|
metadata?: {
|
|
7
69
|
labels?: Record<string, string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../config/entities/deployment/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG;IAAE,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAEhE,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,CAAC,EAAE;QACT,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QAChC,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KACtC,CAAC;IACF,IAAI,CAAC,EAAE;QACL,UAAU,CAAC,EAAE;YAAE,IAAI,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;QAC/B,QAAQ,CAAC,EAAE;YACT,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;YACrC,gBAAgB,CAAC,EAAE;gBAAE,MAAM,CAAC,EAAE,MAAM,EAAE,CAAA;aAAE,EAAE,CAAC;SAC5C,CAAC;QACF,QAAQ,CAAC,EAAE;YAAE,eAAe,CAAC,EAAE;gBAAE,IAAI,CAAC,EAAE,MAAM,CAAA;aAAE,CAAA;SAAE,CAAC;QACnD,MAAM,CAAC,EAAE;YAAE,IAAI,CAAC,EAAE,MAAM,CAAC;YAAC,KAAK,CAAC,EAAE,WAAW,CAAA;SAAE,CAAC;QAChD,eAAe,CAAC,EAAE,WAAW,CAAC;QAC9B,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KACxC,CAAC;IACF,MAAM,CAAC,EAAE;QACP,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,eAAe,CAAC,EAAE,WAAW,CAAC;QAC9B,iBAAiB,CAAC,EAAE,WAAW,CAAC;KACjC,CAAC;CACH,CAAC"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../config/entities/deployment/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"model-detail-page.test.d.ts","sourceRoot":"","sources":["../../../../../config/entities/model/__tests__/model-detail-page.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"detail.d.ts","sourceRoot":"","sources":["../../../../config/entities/model/detail.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAErE,eAAO,MAAM,mBAAmB,EAAE,gBAkCjC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"model-info-page.d.ts","sourceRoot":"","sources":["../../../../config/entities/model/model-info-page.tsx"],"names":[],"mappings":"AAaA,wBAAgB,aAAa,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE;IAAE,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,OAAO,CAAA;CAAE,2CAmHvF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../config/entities/model/model.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../config/entities/model/model.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAEzE,eAAO,MAAM,mBAAmB,EAAE,iBAMjC,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export type ModelRecord = {
|
|
2
|
+
metadata?: {
|
|
3
|
+
labels?: Record<string, string>;
|
|
4
|
+
creationTimestamp?: {
|
|
5
|
+
seconds: number;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
spec?: {
|
|
9
|
+
owner?: {
|
|
10
|
+
name?: string;
|
|
11
|
+
};
|
|
12
|
+
description?: string;
|
|
13
|
+
kind?: number;
|
|
14
|
+
sourcePipelineRun?: {
|
|
15
|
+
name?: string;
|
|
16
|
+
namespace?: string;
|
|
17
|
+
};
|
|
18
|
+
qualityScores?: {
|
|
19
|
+
name?: string;
|
|
20
|
+
value?: number;
|
|
21
|
+
}[];
|
|
22
|
+
modelFamily?: {
|
|
23
|
+
name?: string;
|
|
24
|
+
namespace?: string;
|
|
25
|
+
};
|
|
26
|
+
trainingFramework?: string;
|
|
27
|
+
source?: string;
|
|
28
|
+
predictionResult?: {
|
|
29
|
+
trainTableName?: string;
|
|
30
|
+
testTableName?: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../config/entities/model/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG;IACxB,QAAQ,CAAC,EAAE;QACT,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QAChC,iBAAiB,CAAC,EAAE;YAAE,OAAO,EAAE,MAAM,CAAA;SAAE,CAAC;KACzC,CAAC;IACF,IAAI,CAAC,EAAE;QACL,KAAK,CAAC,EAAE;YAAE,IAAI,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;QAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,iBAAiB,CAAC,EAAE;YAAE,IAAI,CAAC,EAAE,MAAM,CAAC;YAAC,SAAS,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;QAC1D,aAAa,CAAC,EAAE;YAAE,IAAI,CAAC,EAAE,MAAM,CAAC;YAAC,KAAK,CAAC,EAAE,MAAM,CAAA;SAAE,EAAE,CAAC;QACpD,WAAW,CAAC,EAAE;YAAE,IAAI,CAAC,EAAE,MAAM,CAAC;YAAC,SAAS,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;QACpD,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAC3B,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,gBAAgB,CAAC,EAAE;YACjB,cAAc,CAAC,EAAE,MAAM,CAAC;YACxB,aAAa,CAAC,EAAE,MAAM,CAAC;SACxB,CAAC;KACH,CAAC;CACH,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"format-trigger-schedule.test.d.ts","sourceRoot":"","sources":["../../../../../config/entities/pipeline/__tests__/format-trigger-schedule.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"run-trigger-form.test.d.ts","sourceRoot":"","sources":["../../../../../config/entities/pipeline/__tests__/run-trigger-form.test.tsx"],"names":[],"mappings":""}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
+
import { NotificationEventType } from '../../../config/entities/run/types';
|
|
1
2
|
import type { ActionComponentProps } from '../../../components/actions/types';
|
|
2
3
|
import type { Pipeline } from '../../../config/entities/pipeline/types';
|
|
4
|
+
/**
|
|
5
|
+
* Every implemented event a pipeline run can notify on. The form has no event-type picker —
|
|
6
|
+
* whoever opts in gets notified for all of them — so this is the fixed `eventTypes` value
|
|
7
|
+
* for every notification the form produces.
|
|
8
|
+
*/
|
|
9
|
+
export declare const ALL_PIPELINE_RUN_EVENT_TYPES: NotificationEventType[];
|
|
3
10
|
export declare const CreatePipelineRunForm: ({ record, onClose }: ActionComponentProps<Pipeline>) => import("react/jsx-runtime").JSX.Element;
|
|
4
11
|
//# sourceMappingURL=create-pipeline-run-form.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-pipeline-run-form.d.ts","sourceRoot":"","sources":["../../../../config/entities/pipeline/create-pipeline-run-form.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-pipeline-run-form.d.ts","sourceRoot":"","sources":["../../../../config/entities/pipeline/create-pipeline-run-form.tsx"],"names":[],"mappings":"AASA,OAAO,EACL,qBAAqB,EAGtB,MAAM,iCAAiC,CAAC;AAOzC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,KAAK,EAAE,QAAQ,EAAyB,MAAM,sCAAsC,CAAC;AAG5F;;;;GAIG;AACH,eAAO,MAAM,4BAA4B,EAAE,qBAAqB,EAM/D,CAAC;AAEF,eAAO,MAAM,qBAAqB,wBAAyB,oBAAoB,CAAC,QAAQ,CAAC,4CAkGxF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"detail.d.ts","sourceRoot":"","sources":["../../../../config/entities/pipeline/detail.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"detail.d.ts","sourceRoot":"","sources":["../../../../config/entities/pipeline/detail.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAGrE,eAAO,MAAM,sBAAsB,EAAE,gBA6EpC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ManifestTrigger } from '../../../config/entities/trigger/types';
|
|
2
|
+
/**
|
|
3
|
+
* Human-readable summary of a manifest trigger's schedule, used to tell one trigger from
|
|
4
|
+
* another in the scheduling dropdown.
|
|
5
|
+
*
|
|
6
|
+
* Returns an empty string when the trigger carries no schedule the reconciler recognizes,
|
|
7
|
+
* so callers can fall back to showing the trigger name on its own.
|
|
8
|
+
*/
|
|
9
|
+
export declare const formatTriggerSchedule: (trigger: ManifestTrigger | undefined) => string;
|
|
10
|
+
//# sourceMappingURL=format-trigger-schedule.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"format-trigger-schedule.d.ts","sourceRoot":"","sources":["../../../../config/entities/pipeline/format-trigger-schedule.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAQ3E;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB,YAAa,eAAe,GAAG,SAAS,KAAG,MAa5E,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":"AAOA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAczE,eAAO,MAAM,sBAAsB,EAAE,iBAkDpC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const SOURCE_RUN_FIELD = "spec.resume.pipelineRun.name";
|
|
2
|
+
export declare const RESUME_FROM_FIELD = "spec.resume.resumeFrom";
|
|
3
|
+
/**
|
|
4
|
+
* Collapsible group for continuing a previous pipeline run.
|
|
5
|
+
*
|
|
6
|
+
* Collapsed, it costs nothing — neither query runs until the user opens it. Expanding
|
|
7
|
+
* lists the pipeline's finished runs; picking one loads that run's DAG tasks into the
|
|
8
|
+
* step picker.
|
|
9
|
+
*
|
|
10
|
+
* Renders inside a `Form`, and reads the selected source run straight from form state
|
|
11
|
+
* rather than duplicating it in local state.
|
|
12
|
+
*/
|
|
13
|
+
export declare const ResumeRunFields: ({ pipelineName }: {
|
|
14
|
+
pipelineName: string;
|
|
15
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
//# sourceMappingURL=resume-run-fields.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resume-run-fields.d.ts","sourceRoot":"","sources":["../../../../config/entities/pipeline/resume-run-fields.tsx"],"names":[],"mappings":"AAoBA,eAAO,MAAM,gBAAgB,iCAAiC,CAAC;AAC/D,eAAO,MAAM,iBAAiB,2BAA2B,CAAC;AAiC1D;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe,qBAAsB;IAAE,YAAY,EAAE,MAAM,CAAA;CAAE,4CAuFzE,CAAC"}
|