@prefecthq/prefect-ui-library 1.6.26 → 1.6.27
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/{index-58e5af68.mjs → index-36cac9f0.mjs} +8089 -8083
- package/dist/{index-58e5af68.mjs.map → index-36cac9f0.mjs.map} +1 -1
- package/dist/prefect-ui-library.mjs +1 -1
- package/dist/prefect-ui-library.umd.js +46 -46
- package/dist/prefect-ui-library.umd.js.map +1 -1
- package/dist/types/src/services/schemas/utilities.d.ts +2 -2
- package/dist/{viewport.es-ae91b8e8-018c4128.mjs → viewport.es-ae91b8e8-bbacda1e.mjs} +2 -2
- package/dist/{viewport.es-ae91b8e8-018c4128.mjs.map → viewport.es-ae91b8e8-bbacda1e.mjs.map} +1 -1
- package/package.json +1 -1
|
@@ -12,8 +12,8 @@ export declare function getSchemaDefaultValues(schema: Schema): SchemaValues;
|
|
|
12
12
|
export declare function getSchemaPropertyDefaultValue(property: SchemaProperty, level?: number): SchemaValue;
|
|
13
13
|
export declare function getSchemaResponseValue(schema: Schema, values: SchemaValues): SchemaValues;
|
|
14
14
|
export declare function getSchemaRequestValue(schema: Schema, values: SchemaValues): SchemaValues;
|
|
15
|
-
export declare function getSchemaPropertyResponseValue(property: SchemaProperty, value: SchemaValue): SchemaValue;
|
|
16
|
-
export declare function getSchemaPropertyRequestValue(property: SchemaProperty, value: SchemaValue): SchemaValue;
|
|
15
|
+
export declare function getSchemaPropertyResponseValue(property: SchemaProperty, value: SchemaValue, level?: number): SchemaValue;
|
|
16
|
+
export declare function getSchemaPropertyRequestValue(property: SchemaProperty, value: SchemaValue, level?: number): SchemaValue;
|
|
17
17
|
export declare function getSchemaPropertyAttrs(property: SchemaProperty): SchemaPropertyInputAttrs;
|
|
18
18
|
export declare function getSchemaPropertyPlaceholder(property: SchemaProperty): string | undefined;
|
|
19
19
|
export declare function getSchemaPropertyComponentWithDefaultProps({ component, props }: NonNullable<SchemaPropertyComponentWithProps>): NonNullable<SchemaPropertyComponentWithProps>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { k as O, f as k, $ as b, l as c } from "./index-
|
|
1
|
+
import { k as O, f as k, $ as b, l as c } from "./index-36cac9f0.mjs";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@prefecthq/vue-charts";
|
|
4
4
|
import "@prefecthq/prefect-design";
|
|
@@ -1535,4 +1535,4 @@ export {
|
|
|
1535
1535
|
C as Viewport,
|
|
1536
1536
|
N as Wheel
|
|
1537
1537
|
};
|
|
1538
|
-
//# sourceMappingURL=viewport.es-ae91b8e8-
|
|
1538
|
+
//# sourceMappingURL=viewport.es-ae91b8e8-bbacda1e.mjs.map
|