@prefecthq/prefect-ui-library 2.4.20 → 2.4.21

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.
@@ -0,0 +1,7 @@
1
+ import { DateRangeSelectPeriod } from '@prefecthq/prefect-design';
2
+ import { RouteParam } from '@prefecthq/vue-compositions';
3
+ import { LocationQueryValue } from 'vue-router';
4
+ export declare class DateRangeSelectAroundPeriodParam extends RouteParam<DateRangeSelectPeriod> {
5
+ protected parse(value: LocationQueryValue): DateRangeSelectPeriod;
6
+ protected format(value: DateRangeSelectPeriod): LocationQueryValue;
7
+ }
@@ -0,0 +1,7 @@
1
+ import { DateRangeSelectAroundUnit } from '@prefecthq/prefect-design';
2
+ import { RouteParam } from '@prefecthq/vue-compositions';
3
+ import { LocationQueryValue } from 'vue-router';
4
+ export declare class DateRangeSelectAroundUnitParam extends RouteParam<DateRangeSelectAroundUnit> {
5
+ protected parse(value: LocationQueryValue): DateRangeSelectAroundUnit;
6
+ protected format(value: DateRangeSelectAroundUnit): LocationQueryValue;
7
+ }
@@ -0,0 +1,7 @@
1
+ import { DateRangeSelectType } from '@prefecthq/prefect-design';
2
+ import { RouteParam } from '@prefecthq/vue-compositions';
3
+ import { LocationQueryValue } from 'vue-router';
4
+ export declare class DateRangeSelectTypeParam extends RouteParam<DateRangeSelectType> {
5
+ protected parse(value: LocationQueryValue): DateRangeSelectType;
6
+ protected format(value: DateRangeSelectType): LocationQueryValue;
7
+ }
@@ -81,7 +81,7 @@ export declare const maps: {
81
81
  string: import("..").MapFunction<Date, string>;
82
82
  };
83
83
  DateRangeSelectValue: {
84
- DateRange: import("..").MapFunction<import("@prefecthq/prefect-design").DateRangeSelectSpanValue | import("@prefecthq/prefect-design").DateRangeSelectRangeValue | import("@prefecthq/prefect-design").DateRangeSelectAroundValue | import("@prefecthq/prefect-design").DateRangeSelectPeriodValue, import("@prefecthq/prefect-design").DateRangeWithTimeSpan>;
84
+ DateRange: import("..").MapFunction<import("@prefecthq/prefect-design").DateRangeSelectValue & {}, import("@prefecthq/prefect-design").DateRangeWithTimeSpan>;
85
85
  };
86
86
  DeploymentFilter: {
87
87
  DeploymentFilterRequest: import("..").MapFunction<import("..").DeploymentFilter, import("../models/api/Filters").DeploymentFilterRequest>;
@@ -105,7 +105,7 @@ export declare const mapper: Mapper<{
105
105
  string: MapFunction<Date, string>;
106
106
  };
107
107
  DateRangeSelectValue: {
108
- DateRange: MapFunction<import("@prefecthq/prefect-design").DateRangeSelectSpanValue | import("@prefecthq/prefect-design").DateRangeSelectRangeValue | import("@prefecthq/prefect-design").DateRangeSelectAroundValue | import("@prefecthq/prefect-design").DateRangeSelectPeriodValue, import("@prefecthq/prefect-design").DateRangeWithTimeSpan>;
108
+ DateRange: MapFunction<import("@prefecthq/prefect-design").DateRangeSelectValue & {}, import("@prefecthq/prefect-design").DateRangeWithTimeSpan>;
109
109
  };
110
110
  DeploymentFilter: {
111
111
  DeploymentFilterRequest: MapFunction<import("..").DeploymentFilter, import("../models/api/Filters").DeploymentFilterRequest>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prefecthq/prefect-ui-library",
3
- "version": "2.4.20",
3
+ "version": "2.4.21",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -61,7 +61,7 @@
61
61
  "vue-tsc": "1.8.25"
62
62
  },
63
63
  "peerDependencies": {
64
- "@prefecthq/prefect-design": "^2.2.6",
64
+ "@prefecthq/prefect-design": "^2.2.9",
65
65
  "@prefecthq/vue-charts": "^2.0.3",
66
66
  "@prefecthq/vue-compositions": "^1.6.6",
67
67
  "vee-validate": "^4.7.0",