@prefecthq/prefect-ui-library 2.0.2 → 2.0.3

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,17 @@
1
+ import { ConcurrencyV2Limit } from '../models';
2
+ declare const _default: import("vue").DefineComponent<{
3
+ limit: {
4
+ type: import("vue").PropType<ConcurrencyV2Limit>;
5
+ required: true;
6
+ };
7
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ update: () => void;
9
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
10
+ limit: {
11
+ type: import("vue").PropType<ConcurrencyV2Limit>;
12
+ required: true;
13
+ };
14
+ }>> & {
15
+ onUpdate?: (() => any) | undefined;
16
+ }, {}, {}>;
17
+ export default _default;
@@ -50,6 +50,7 @@ export { default as ConcurrencyLimitV2Menu } from '../components/ConcurrencyLimi
50
50
  export { default as ConcurrencyLimitsV2Table } from './ConcurrencyLimitsV2Table.vue';
51
51
  export { default as ConcurrencyLimitsV2CreateModal } from './ConcurrencyLimitsV2CreateModal.vue';
52
52
  export { default as ConcurrencyLimitsV2UpdateModal } from './ConcurrencyLimitsV2UpdateModal.vue';
53
+ export { default as ConcurrencyLimitV2Toggle } from './ConcurrencyLimitV2Toggle.vue';
53
54
  export { default as ConcurrencyTableActiveSlots } from './ConcurrencyTableActiveSlots.vue';
54
55
  export { default as ConfirmDeleteModal } from './ConfirmDeleteModal.vue';
55
56
  export { default as ConfirmDeleteModalWithSlot } from './ConfirmDeleteModalWithSlot.vue';
@@ -1,4 +1,4 @@
1
- import { X as O, l as k, K as b, u as c } from "./index-0cc9270a.mjs";
1
+ import { X as O, l as k, K as b, u as c } from "./index-45e04e59.mjs";
2
2
  import "vue";
3
3
  import "@prefecthq/vue-charts";
4
4
  import "@prefecthq/prefect-design";
@@ -2239,4 +2239,4 @@ export {
2239
2239
  C as Viewport,
2240
2240
  $ as Wheel
2241
2241
  };
2242
- //# sourceMappingURL=viewport.es-f8e518db-ae75bf48.mjs.map
2242
+ //# sourceMappingURL=viewport.es-f8e518db-2ef8f059.mjs.map