@prefecthq/prefect-ui-library 1.6.12 → 1.6.13
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-289c99c9.mjs → index-fc7f44e9.mjs} +7712 -7658
- package/dist/index-fc7f44e9.mjs.map +1 -0
- package/dist/prefect-ui-library.mjs +663 -661
- package/dist/prefect-ui-library.umd.js +71 -71
- package/dist/prefect-ui-library.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/demo/sections/dashboard/DashboardStatistic.vue.d.ts +2 -0
- package/dist/types/demo/sections/dashboard/DashboardTimeSpanFilter.vue.d.ts +2 -0
- package/dist/types/demo/sections/dashboard/index.d.ts +2 -0
- package/dist/types/src/components/DashboardStatistic.vue.d.ts +21 -0
- package/dist/types/src/components/DashboardTimeSpanFilter.vue.d.ts +19 -0
- package/dist/types/src/components/DeploymentList.vue.d.ts +1 -1
- package/dist/types/src/components/FlowList.vue.d.ts +1 -1
- package/dist/types/src/components/index.d.ts +3 -1
- package/dist/types/src/types/dashboard.d.ts +4 -0
- package/dist/types/src/types/index.d.ts +1 -0
- package/dist/{viewport.es-ae91b8e8-25f6445e.mjs → viewport.es-ae91b8e8-6a5b17cf.mjs} +2 -2
- package/dist/{viewport.es-ae91b8e8-25f6445e.mjs.map → viewport.es-ae91b8e8-6a5b17cf.mjs.map} +1 -1
- package/package.json +2 -2
- package/dist/index-289c99c9.mjs.map +0 -1
|
@@ -13,7 +13,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
13
13
|
onUpdate?: ((value?: string | undefined) => any) | undefined;
|
|
14
14
|
}, {}, {}>, {
|
|
15
15
|
default?(_: {
|
|
16
|
-
item:
|
|
16
|
+
item: import("../index.js").Flow;
|
|
17
17
|
selected: string[];
|
|
18
18
|
disabled: boolean | undefined;
|
|
19
19
|
update: (flowId: string) => void;
|
|
@@ -53,6 +53,8 @@ export { default as ConfirmStateChangeModal } from './ConfirmStateChangeModal.vu
|
|
|
53
53
|
export { default as CopyableWrapper } from './CopyableWrapper.vue';
|
|
54
54
|
export { default as CopyOverflowMenuItem } from './CopyOverflowMenuItem.vue';
|
|
55
55
|
export { default as CronScheduleForm } from './CronScheduleForm.vue';
|
|
56
|
+
export { default as DashboardStatistic } from './DashboardStatistic.vue';
|
|
57
|
+
export { default as DashboardTimeSpanFilter } from './DashboardTimeSpanFilter.vue';
|
|
56
58
|
export { default as DateInput } from './DateInput.vue';
|
|
57
59
|
export { default as DateRangeInput } from './DateRangeInput.vue';
|
|
58
60
|
export { default as DayOrDescriptionModal } from './DayOrDescriptionModal.vue';
|
|
@@ -240,8 +242,8 @@ export { default as WorkPoolCard } from './WorkPoolCard.vue';
|
|
|
240
242
|
export { default as WorkPoolCombobox } from './WorkPoolCombobox.vue';
|
|
241
243
|
export { default as WorkPoolCreateForm } from './WorkPoolCreateForm.vue';
|
|
242
244
|
export { default as WorkPoolCreateWizard } from './WorkPoolCreateWizard.vue';
|
|
243
|
-
export { default as WorkPoolCreateWizardStepInfrastructureConfiguration } from './WorkPoolCreateWizardStepInfrastructureConfiguration.vue';
|
|
244
245
|
export { default as WorkPoolCreateWizardStepInformation } from './WorkPoolCreateWizardStepInformation.vue';
|
|
246
|
+
export { default as WorkPoolCreateWizardStepInfrastructureConfiguration } from './WorkPoolCreateWizardStepInfrastructureConfiguration.vue';
|
|
245
247
|
export { default as WorkPoolCreateWizardStepInfrastructureType } from './WorkPoolCreateWizardStepInfrastructureType.vue';
|
|
246
248
|
export { default as WorkPoolDetails } from './WorkPoolDetails.vue';
|
|
247
249
|
export { default as WorkPoolEditForm } from './WorkPoolEditForm.vue';
|
|
@@ -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-fc7f44e9.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-6a5b17cf.mjs.map
|