@prefecthq/prefect-ui-library 3.11.5 → 3.11.6
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/{RunsPageWithDefaultFilter-HASQ4wyq.mjs → RunsPageWithDefaultFilter-BOe6z3wt.mjs} +2 -2
- package/dist/{RunsPageWithDefaultFilter-HASQ4wyq.mjs.map → RunsPageWithDefaultFilter-BOe6z3wt.mjs.map} +1 -1
- package/dist/{WorkQueueToWorkPoolQueueRedirect-DkNydpeJ.mjs → WorkQueueToWorkPoolQueueRedirect-BSEYSr8B.mjs} +2 -2
- package/dist/{WorkQueueToWorkPoolQueueRedirect-DkNydpeJ.mjs.map → WorkQueueToWorkPoolQueueRedirect-BSEYSr8B.mjs.map} +1 -1
- package/dist/{index-CPNllGO7.mjs → index-oGR3vWBM.mjs} +171 -169
- package/dist/{index-CPNllGO7.mjs.map → index-oGR3vWBM.mjs.map} +1 -1
- package/dist/prefect-ui-library.mjs +1 -1
- package/dist/prefect-ui-library.umd.js +1 -1
- package/dist/prefect-ui-library.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/RunMenu.vue +6 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var CH = Object.defineProperty;
|
|
2
2
|
var DH = (t, e, n) => e in t ? CH(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
|
|
3
3
|
var W = (t, e, n) => DH(t, typeof e != "symbol" ? e + "" : e, n);
|
|
4
|
-
import { ref as ue, computed as M, capitalize as IH, readonly as GD, inject as N_, getCurrentInstance as HD, defineComponent as B, openBlock as k, createElementBlock as H, createTextVNode as $, createVNode as v, unref as g, withCtx as w, toValue as ze, reactive as ct, toRef as Te, isReactive as OH, toRefs as Sn, watch as Ct, onScopeDispose as $D, watchEffect as GT, onUnmounted as Rm, isRef as Ne, onMounted as bu, mergeModels as Na, useModel as Mr, useSlots as X_, resolveComponent as E, createBlock as D, Fragment as ce, createCommentVNode as G, renderSlot as Oe, createElementVNode as q, resolveDynamicComponent as mr, normalizeProps as Ut, guardReactiveProps as Qt, toDisplayString as J, mergeProps as
|
|
4
|
+
import { ref as ue, computed as M, capitalize as IH, readonly as GD, inject as N_, getCurrentInstance as HD, defineComponent as B, openBlock as k, createElementBlock as H, createTextVNode as $, createVNode as v, unref as g, withCtx as w, toValue as ze, reactive as ct, toRef as Te, isReactive as OH, toRefs as Sn, watch as Ct, onScopeDispose as $D, watchEffect as GT, onUnmounted as Rm, isRef as Ne, onMounted as bu, mergeModels as Na, useModel as Mr, useSlots as X_, resolveComponent as E, createBlock as D, Fragment as ce, createCommentVNode as G, renderSlot as Oe, createElementVNode as q, resolveDynamicComponent as mr, normalizeProps as Ut, guardReactiveProps as Qt, toDisplayString as J, mergeProps as dt, renderList as zt, createSlots as vt, markRaw as FH, normalizeClass as At, normalizeStyle as dg, KeepAlive as HT, withAsyncContext as $T, onActivated as LH, provide as zD, h as Mm, getCurrentScope as NH, withKeys as jD, withModifiers as Aw, onBeforeMount as XH, useAttrs as Ph, onBeforeUnmount as BH, effectScope as WH, Transition as zT, createStaticVNode as Pm } from "vue";
|
|
5
5
|
import { DivergingBarChart as VH, LineChart as Cw, ScatterPlot as UH, useChartCursor as ZD, useChartSelection as YD, ChartCursor as GH, ChartSelection as HH, ChartZoom as $H } from "@prefecthq/vue-charts";
|
|
6
6
|
import { asArray as Ra, isDefined as Lt, toPluralString as na, showToast as Ve, isDateBefore as zH, isDateBeforeOrEqual as jH, isDateAfter as ZH, isDateAfterOrEqual as YH, isNotNullish as Ad, isArray as ou, mapDateRangeSelectValueToDateRange as KH, PLink as jT, isDateRangeSelectPeriod as mP, isDateRangeSelectAroundUnit as yP, isDateRangeSelectType as gP, scrollToValidationError as qH, useThemeTokens as QH, PCombobox as rs, PToggle as Eh, PNumberInput as Da, PTextarea as Dw, PDateInput as _P, randomId as Em, PLabel as jn, PTextInput as JH, PIcon as lo, PEmptyResults as yl, useAttrsStylesAndClasses as e$, PCodeInput as t$, sortStringArray as Am, kebabCase as KD, PEmptyState as la, PKeyValue as Et, PTags as qf, POverflowMenuItem as Iw, useAttrsStylesClassesAndListeners as n$, PButton as Jo, PContent as qD, PIconButtonMenu as r$, PTagWrapper as o$, PSelect as Cm, PListItemInput as s$, PListItem as a$, media as ws, PForm as B_, positions as Fr, usePopOverGroup as i$, toPixels as u$, PPopOver as W_, useColorTheme as l$, PTag as QD, PCode as c$, PTagsInput as d$, PButtonGroup as p$, PTable as JD, PBreadCrumbs as h$, useWizardStep as ZT, isSelectOptionNormalized as vP, ToastPlugin as f$ } from "@prefecthq/prefect-design";
|
|
7
7
|
import { createActions as xn, SubscriptionManager as m$, RouteParam as wi, InvalidRouteParamValue as po, getLocationQueryForSchema as y$, useRouteQueryParams as g$, NumberRouteParam as ho, BooleanRouteParam as ys, DateRouteParam as so, StringRouteParam as Zt, NullableBooleanRouteParam as _$, useSubscriptionWithDependencies as xt, useRouteQueryParam as on, useSubscription as ot, useLocalStorage as Pl, watchableArgs as v$, unrefArgs as b$, useNow as V_, useElementRect as eI, useSessionStorage as w$, useDebouncedRef as os, useIntersectionObserver as tI, useValidation as bn, useValidationObserver as ca, useRouteParam as k$, useKeyDown as nI, usePatchRef as or, refreshChannel as rI } from "@prefecthq/vue-compositions";
|
|
@@ -3305,11 +3305,11 @@ function NI(t) {
|
|
|
3305
3305
|
function Az(t) {
|
|
3306
3306
|
const e = NI(t);
|
|
3307
3307
|
return {
|
|
3308
|
-
is: (n) =>
|
|
3308
|
+
is: (n) => pt[n] === e,
|
|
3309
3309
|
isInRange: (n) => Cz[n].includes(e)
|
|
3310
3310
|
};
|
|
3311
3311
|
}
|
|
3312
|
-
const
|
|
3312
|
+
const pt = {
|
|
3313
3313
|
Continue: 100,
|
|
3314
3314
|
SwitchingProtocols: 101,
|
|
3315
3315
|
Processing: 102,
|
|
@@ -3368,70 +3368,70 @@ const dt = {
|
|
|
3368
3368
|
NetworkAuthenticationRequired: 511
|
|
3369
3369
|
}, Cz = {
|
|
3370
3370
|
informational: [
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3371
|
+
pt.Continue,
|
|
3372
|
+
pt.SwitchingProtocols,
|
|
3373
|
+
pt.Processing
|
|
3374
3374
|
],
|
|
3375
3375
|
successful: [
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3376
|
+
pt.OK,
|
|
3377
|
+
pt.Created,
|
|
3378
|
+
pt.Accepted,
|
|
3379
|
+
pt.NonAuthoritativeInformation,
|
|
3380
|
+
pt.NoContent,
|
|
3381
|
+
pt.ResetContent,
|
|
3382
|
+
pt.PartialContent,
|
|
3383
|
+
pt.MultiStatus
|
|
3384
3384
|
],
|
|
3385
3385
|
redirection: [
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3386
|
+
pt.MultipleChoices,
|
|
3387
|
+
pt.MovedPermanently,
|
|
3388
|
+
pt.MovedTemporarily,
|
|
3389
|
+
pt.SeeOther,
|
|
3390
|
+
pt.NotModified,
|
|
3391
|
+
pt.UseProxy,
|
|
3392
|
+
pt.TemporaryRedirect,
|
|
3393
|
+
pt.PermanentRedirect
|
|
3394
3394
|
],
|
|
3395
3395
|
clientError: [
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3396
|
+
pt.BadRequest,
|
|
3397
|
+
pt.Unauthorized,
|
|
3398
|
+
pt.PaymentRequired,
|
|
3399
|
+
pt.Forbidden,
|
|
3400
|
+
pt.NotFound,
|
|
3401
|
+
pt.MethodNotAllowed,
|
|
3402
|
+
pt.NotAcceptable,
|
|
3403
|
+
pt.ProxyAuthenticationRequired,
|
|
3404
|
+
pt.RequestTimeout,
|
|
3405
|
+
pt.Conflict,
|
|
3406
|
+
pt.Gone,
|
|
3407
|
+
pt.LengthRequired,
|
|
3408
|
+
pt.PreconditionFailed,
|
|
3409
|
+
pt.RequestEntityTooLarge,
|
|
3410
|
+
pt.RequestURITooLong,
|
|
3411
|
+
pt.UnsupportedMediaType,
|
|
3412
|
+
pt.RequestedRangeNotSatisfiable,
|
|
3413
|
+
pt.ExpectationFailed,
|
|
3414
|
+
pt.ImATeapot,
|
|
3415
|
+
pt.InsufficientSpaceOnResource,
|
|
3416
|
+
pt.MethodFailure,
|
|
3417
|
+
pt.MisdirectedRequest,
|
|
3418
|
+
pt.UnprocessableEntity,
|
|
3419
|
+
pt.Locked,
|
|
3420
|
+
pt.FailedDependency,
|
|
3421
|
+
pt.PreconditionRequired,
|
|
3422
|
+
pt.TooManyRequests,
|
|
3423
|
+
pt.RequestHeaderFieldsTooLarge,
|
|
3424
|
+
pt.UnavailableForLegalReasons
|
|
3425
3425
|
],
|
|
3426
3426
|
serverError: [
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3427
|
+
pt.InternalServerError,
|
|
3428
|
+
pt.NotImplemented,
|
|
3429
|
+
pt.BadGateway,
|
|
3430
|
+
pt.ServiceUnavailable,
|
|
3431
|
+
pt.GatewayTimeout,
|
|
3432
|
+
pt.HTTPVersionNotSupported,
|
|
3433
|
+
pt.InsufficientStorage,
|
|
3434
|
+
pt.NetworkAuthenticationRequired
|
|
3435
3435
|
]
|
|
3436
3436
|
};
|
|
3437
3437
|
class Dz extends Fn {
|
|
@@ -25275,7 +25275,7 @@ function $4e(t) {
|
|
|
25275
25275
|
{
|
|
25276
25276
|
name: "workspace.runs",
|
|
25277
25277
|
path: "",
|
|
25278
|
-
component: () => import("./RunsPageWithDefaultFilter-
|
|
25278
|
+
component: () => import("./RunsPageWithDefaultFilter-BOe6z3wt.mjs"),
|
|
25279
25279
|
props: { component: t.runs }
|
|
25280
25280
|
},
|
|
25281
25281
|
{
|
|
@@ -25391,7 +25391,7 @@ function $4e(t) {
|
|
|
25391
25391
|
{
|
|
25392
25392
|
name: "workspace.work-queues.work-queue",
|
|
25393
25393
|
path: "work-queue/:workQueueId",
|
|
25394
|
-
component: t.workQueue ?? (() => import("./WorkQueueToWorkPoolQueueRedirect-
|
|
25394
|
+
component: t.workQueue ?? (() => import("./WorkQueueToWorkPoolQueueRedirect-BSEYSr8B.mjs"))
|
|
25395
25395
|
}
|
|
25396
25396
|
]
|
|
25397
25397
|
},
|
|
@@ -26337,7 +26337,7 @@ const cse = { class: "schema-form-property-array-list" }, dse = {
|
|
|
26337
26337
|
const _ = E("p-draggable-list");
|
|
26338
26338
|
return k(), H("div", cse, [
|
|
26339
26339
|
o.value ? (k(), H("p", dse, " No items in this list ")) : G("", !0),
|
|
26340
|
-
v(_,
|
|
26340
|
+
v(_, dt({
|
|
26341
26341
|
modelValue: i.value,
|
|
26342
26342
|
"onUpdate:modelValue": m[0] || (m[0] = (b) => i.value = b)
|
|
26343
26343
|
}, { allowCreate: u.value, generator: c, state: f.state }, { "allow-delete": "" }), {
|
|
@@ -26402,7 +26402,7 @@ const cse = { class: "schema-form-property-array-list" }, dse = {
|
|
|
26402
26402
|
"onUpdate:value": (c) => s("update:value", c)
|
|
26403
26403
|
});
|
|
26404
26404
|
});
|
|
26405
|
-
return (a, c) => (k(), D(mr(l.value.component),
|
|
26405
|
+
return (a, c) => (k(), D(mr(l.value.component), dt(l.value.props, { class: "schema-form-property-array" }), null, 16));
|
|
26406
26406
|
}
|
|
26407
26407
|
}), mse = { class: "schema-form-input__description" }, lk = /* @__PURE__ */ B({
|
|
26408
26408
|
__name: "SchemaFormInput",
|
|
@@ -26446,7 +26446,7 @@ const cse = { class: "schema-form-property-array-list" }, dse = {
|
|
|
26446
26446
|
])
|
|
26447
26447
|
]),
|
|
26448
26448
|
default: w(() => [
|
|
26449
|
-
n.value && n.value.component ? (k(), D(mr(n.value.component),
|
|
26449
|
+
n.value && n.value.component ? (k(), D(mr(n.value.component), dt({
|
|
26450
26450
|
key: 0,
|
|
26451
26451
|
modelValue: g(u),
|
|
26452
26452
|
"onUpdate:modelValue": d[0] || (d[0] = (m) => Ne(u) ? u.value = m : null),
|
|
@@ -26922,7 +26922,7 @@ const im = /* @__PURE__ */ B({
|
|
|
26922
26922
|
};
|
|
26923
26923
|
return (u, l) => {
|
|
26924
26924
|
const a = E("p-button"), c = E("p-code-input");
|
|
26925
|
-
return k(), D(c,
|
|
26925
|
+
return k(), D(c, dt({
|
|
26926
26926
|
modelValue: o.value,
|
|
26927
26927
|
"onUpdate:modelValue": l[0] || (l[0] = (d) => o.value = d),
|
|
26928
26928
|
lang: "json",
|
|
@@ -27714,7 +27714,7 @@ const Bse = { class: "schema-form-property-any-of__section-header" }, SF = /* @_
|
|
|
27714
27714
|
class: At(["block-documents-select", g(o)]),
|
|
27715
27715
|
style: dg(g(s))
|
|
27716
27716
|
}, [
|
|
27717
|
-
v(d,
|
|
27717
|
+
v(d, dt({
|
|
27718
27718
|
modelValue: l.value,
|
|
27719
27719
|
"onUpdate:modelValue": c[0] || (c[0] = (p) => l.value = p),
|
|
27720
27720
|
options: u.value,
|
|
@@ -27756,7 +27756,7 @@ const Bse = { class: "schema-form-property-any-of__section-header" }, SF = /* @_
|
|
|
27756
27756
|
key: 0,
|
|
27757
27757
|
url: d.value.logoUrl
|
|
27758
27758
|
}, null, 8, ["url"])) : G("", !0),
|
|
27759
|
-
f.value.length ? (k(), D(EF,
|
|
27759
|
+
f.value.length ? (k(), D(EF, dt({
|
|
27760
27760
|
key: 1,
|
|
27761
27761
|
selected: o.value,
|
|
27762
27762
|
"onUpdate:selected": b[0] || (b[0] = (P) => o.value = P),
|
|
@@ -27872,7 +27872,7 @@ const Kse = /* @__PURE__ */ B({
|
|
|
27872
27872
|
}));
|
|
27873
27873
|
return (i, u) => {
|
|
27874
27874
|
var l, a;
|
|
27875
|
-
return k(), D(mr((l = s.value) == null ? void 0 : l.component),
|
|
27875
|
+
return k(), D(mr((l = s.value) == null ? void 0 : l.component), dt((a = s.value) == null ? void 0 : a.props, { class: "schema-form-property-integer" }), null, 16);
|
|
27876
27876
|
};
|
|
27877
27877
|
}
|
|
27878
27878
|
}), Qse = { class: "schema-form-property-null" }, Jse = /* @__PURE__ */ B({
|
|
@@ -28395,7 +28395,7 @@ const dae = /* @__PURE__ */ B({
|
|
|
28395
28395
|
}
|
|
28396
28396
|
return (u, l) => {
|
|
28397
28397
|
var a, c;
|
|
28398
|
-
return k(), D(mr((a = s.value) == null ? void 0 : a.component),
|
|
28398
|
+
return k(), D(mr((a = s.value) == null ? void 0 : a.component), dt((c = s.value) == null ? void 0 : c.props, { class: "schema-form-property-string" }), null, 16);
|
|
28399
28399
|
};
|
|
28400
28400
|
}
|
|
28401
28401
|
}), gae = /* @__PURE__ */ B({
|
|
@@ -28431,7 +28431,7 @@ const dae = /* @__PURE__ */ B({
|
|
|
28431
28431
|
"onUpdate:modelValue": (a) => s("update:value", a)
|
|
28432
28432
|
}) : ft(() => "");
|
|
28433
28433
|
});
|
|
28434
|
-
return (l, a) => (k(), D(mr(u.value.component),
|
|
28434
|
+
return (l, a) => (k(), D(mr(u.value.component), dt(u.value.props, { class: "schema-form-property-string" }), null, 16));
|
|
28435
28435
|
}
|
|
28436
28436
|
}), IE = /* @__PURE__ */ B({
|
|
28437
28437
|
__name: "SchemaFormPropertyInput",
|
|
@@ -28511,7 +28511,7 @@ const dae = /* @__PURE__ */ B({
|
|
|
28511
28511
|
const l = i;
|
|
28512
28512
|
throw new Error(`SchemaFormPropertyInput missing case for ${l}`);
|
|
28513
28513
|
});
|
|
28514
|
-
return (i, u) => (k(), D(mr(s.value.component),
|
|
28514
|
+
return (i, u) => (k(), D(mr(s.value.component), dt(s.value.props, { class: "schema-form-property-input" }), null, 16));
|
|
28515
28515
|
}
|
|
28516
28516
|
}), _ae = {
|
|
28517
28517
|
key: 0,
|
|
@@ -32185,7 +32185,7 @@ const sde = /* @__PURE__ */ q("div", { class: "activity-chart__median" }, null,
|
|
|
32185
32185
|
class: "artifact-data-raw__copyable-wrapper"
|
|
32186
32186
|
}, {
|
|
32187
32187
|
default: w(() => [
|
|
32188
|
-
v(i,
|
|
32188
|
+
v(i, dt({ "show-line-numbers": "" }, { lang: r.value, text: n.value }, { class: "artifact-data-raw__code" }), null, 16)
|
|
32189
32189
|
]),
|
|
32190
32190
|
_: 1
|
|
32191
32191
|
}, 8, ["text-to-copy"])
|
|
@@ -33077,7 +33077,7 @@ const sde = /* @__PURE__ */ q("div", { class: "activity-chart__median" }, null,
|
|
|
33077
33077
|
return (c, d) => {
|
|
33078
33078
|
const p = E("p-overflow-menu-item"), f = E("router-link"), m = E("p-icon"), _ = E("p-icon-button-menu");
|
|
33079
33079
|
return k(), H(ce, null, [
|
|
33080
|
-
v(_,
|
|
33080
|
+
v(_, dt(c.$attrs, { class: "automation-menu" }), {
|
|
33081
33081
|
default: w(() => [
|
|
33082
33082
|
v(qr, {
|
|
33083
33083
|
label: "Copy ID",
|
|
@@ -33189,11 +33189,11 @@ const YF = /* @__PURE__ */ Al(ipe, [["render", lpe]]), cpe = { class: "block-cap
|
|
|
33189
33189
|
};
|
|
33190
33190
|
return (Y, Q) => {
|
|
33191
33191
|
const Z = E("p-select"), ne = E("p-button");
|
|
33192
|
-
return k(), H("div",
|
|
33192
|
+
return k(), H("div", dt({
|
|
33193
33193
|
class: ["block-capability-block-document-input", g(i)],
|
|
33194
33194
|
style: g(u)
|
|
33195
33195
|
}, g(l)), [
|
|
33196
|
-
v(Z,
|
|
33196
|
+
v(Z, dt({
|
|
33197
33197
|
modelValue: m.value,
|
|
33198
33198
|
"onUpdate:modelValue": Q[0] || (Q[0] = (ie) => m.value = ie)
|
|
33199
33199
|
}, g(a), {
|
|
@@ -33374,7 +33374,7 @@ const YF = /* @__PURE__ */ Al(ipe, [["render", lpe]]), cpe = { class: "block-cap
|
|
|
33374
33374
|
}), r = M(() => uh(e.value) ?? ""), o = M(() => typeof e.value == "object" && e.value !== null ? Array.isArray(e.value) ? e.value.length > 0 : Object.keys(e.value).length > 0 : typeof e.value < "u" && e.value !== null && e.value !== "");
|
|
33375
33375
|
return (s, i) => {
|
|
33376
33376
|
const u = E("p-code-highlight"), l = E("p-key-value");
|
|
33377
|
-
return g(Eg)(s.value) ? (k(), D(gpe, Ut(
|
|
33377
|
+
return g(Eg)(s.value) ? (k(), D(gpe, Ut(dt({ key: 0 }, { property: s.property, value: s.value })), null, 16)) : (k(), D(l, dt({
|
|
33378
33378
|
key: 1,
|
|
33379
33379
|
label: s.property.title,
|
|
33380
33380
|
class: "schema-property-key-value"
|
|
@@ -33415,7 +33415,7 @@ const YF = /* @__PURE__ */ Al(ipe, [["render", lpe]]), cpe = { class: "block-cap
|
|
|
33415
33415
|
return k(), D(i, { class: "schema-properties-key-values" }, {
|
|
33416
33416
|
default: w(() => [
|
|
33417
33417
|
(k(!0), H(ce, null, zt(r.value, ([u, l]) => (k(), H(ce, { key: u }, [
|
|
33418
|
-
l ? (k(), D(QF,
|
|
33418
|
+
l ? (k(), D(QF, dt({
|
|
33419
33419
|
key: 0,
|
|
33420
33420
|
value: n(u),
|
|
33421
33421
|
ref_for: !0
|
|
@@ -33462,7 +33462,7 @@ const YF = /* @__PURE__ */ Al(ipe, [["render", lpe]]), cpe = { class: "block-cap
|
|
|
33462
33462
|
}, 8, ["to"])
|
|
33463
33463
|
], 64)) : G("", !0)
|
|
33464
33464
|
])) : G("", !0),
|
|
33465
|
-
r.value ? (k(), D(_2, Ut(
|
|
33465
|
+
r.value ? (k(), D(_2, Ut(dt({ key: 1 }, { snippet: r.value, name: o.value })), null, 16)) : G("", !0),
|
|
33466
33466
|
v(v2, {
|
|
33467
33467
|
values: s.blockDocument.data,
|
|
33468
33468
|
schema: s.blockDocument.blockSchema.fields
|
|
@@ -33573,7 +33573,7 @@ const YF = /* @__PURE__ */ Al(ipe, [["render", lpe]]), cpe = { class: "block-cap
|
|
|
33573
33573
|
return (a, c) => {
|
|
33574
33574
|
const d = E("p-button");
|
|
33575
33575
|
return k(), H(ce, null, [
|
|
33576
|
-
a.selected.length > 0 ? (k(), D(d,
|
|
33576
|
+
a.selected.length > 0 ? (k(), D(d, dt({ key: 0 }, g(u), {
|
|
33577
33577
|
icon: "TrashIcon",
|
|
33578
33578
|
onClick: g(o)
|
|
33579
33579
|
}), null, 16, ["onClick"])) : G("", !0),
|
|
@@ -34645,7 +34645,7 @@ const YF = /* @__PURE__ */ Al(ipe, [["render", lpe]]), cpe = { class: "block-cap
|
|
|
34645
34645
|
ref: T,
|
|
34646
34646
|
class: "task-run-list-item"
|
|
34647
34647
|
}, [
|
|
34648
|
-
v(k2,
|
|
34648
|
+
v(k2, dt({
|
|
34649
34649
|
selected: o.value,
|
|
34650
34650
|
"onUpdate:selected": N[0] || (N[0] = (te) => o.value = te)
|
|
34651
34651
|
}, { selectable: C.selectable, value: a.value, tags: l.value, stateType: u.value }), vt({
|
|
@@ -34767,7 +34767,7 @@ const YF = /* @__PURE__ */ Al(ipe, [["render", lpe]]), cpe = { class: "block-cap
|
|
|
34767
34767
|
class: "task-run-list"
|
|
34768
34768
|
}, {
|
|
34769
34769
|
default: w(({ item: l }) => [
|
|
34770
|
-
v(t5,
|
|
34770
|
+
v(t5, dt({
|
|
34771
34771
|
selected: o.value,
|
|
34772
34772
|
"onUpdate:selected": i[0] || (i[0] = (a) => o.value = a)
|
|
34773
34773
|
}, { taskRun: l, selectable: s.selectable }), null, 16, ["selected"])
|
|
@@ -35738,7 +35738,7 @@ function Rhe(t, e, n, r, o, s) {
|
|
|
35738
35738
|
close: t.close,
|
|
35739
35739
|
toggle: t.toggle
|
|
35740
35740
|
}),
|
|
35741
|
-
v(i,
|
|
35741
|
+
v(i, dt({
|
|
35742
35742
|
showModal: t.showModal,
|
|
35743
35743
|
"onUpdate:showModal": e[0] || (e[0] = (u) => t.showModal = u)
|
|
35744
35744
|
}, t.$attrs), vt({ _: 2 }, [
|
|
@@ -35922,7 +35922,7 @@ const Mhe = /* @__PURE__ */ Al(She, [["render", Rhe]]), Phe = { class: "state-se
|
|
|
35922
35922
|
return (s, i) => {
|
|
35923
35923
|
const u = E("p-icon"), l = E("p-button"), a = E("p-modal");
|
|
35924
35924
|
return k(), H(ce, null, [
|
|
35925
|
-
q("button",
|
|
35925
|
+
q("button", dt({ class: "extra-info-modal" }, g(e), {
|
|
35926
35926
|
type: "button",
|
|
35927
35927
|
onClick: i[0] || (i[0] = Aw(
|
|
35928
35928
|
//@ts-ignore
|
|
@@ -40413,7 +40413,7 @@ const Ege = { class: "deployment-details" }, Age = { class: "deployment-details_
|
|
|
40413
40413
|
]),
|
|
40414
40414
|
_: 1
|
|
40415
40415
|
}, 16),
|
|
40416
|
-
v(g(n1),
|
|
40416
|
+
v(g(n1), dt({
|
|
40417
40417
|
ref_key: "scheduleFormModalRef",
|
|
40418
40418
|
ref: a
|
|
40419
40419
|
}, s.value, { onSubmit: p }), null, 16),
|
|
@@ -40630,7 +40630,7 @@ const Ege = { class: "deployment-details" }, Age = { class: "deployment-details_
|
|
|
40630
40630
|
return (a, c) => {
|
|
40631
40631
|
const d = E("p-button");
|
|
40632
40632
|
return k(), H(ce, null, [
|
|
40633
|
-
a.selected.length > 0 ? (k(), D(d,
|
|
40633
|
+
a.selected.length > 0 ? (k(), D(d, dt({ key: 0 }, g(u), {
|
|
40634
40634
|
icon: "TrashIcon",
|
|
40635
40635
|
onClick: g(o)
|
|
40636
40636
|
}), null, 16, ["onClick"])) : G("", !0),
|
|
@@ -41024,7 +41024,7 @@ const Ege = { class: "deployment-details" }, Age = { class: "deployment-details_
|
|
|
41024
41024
|
});
|
|
41025
41025
|
return (l, a) => {
|
|
41026
41026
|
const c = E("p-tags-input");
|
|
41027
|
-
return k(), D(c,
|
|
41027
|
+
return k(), D(c, dt({
|
|
41028
41028
|
modelValue: s.value,
|
|
41029
41029
|
"onUpdate:modelValue": a[0] || (a[0] = (d) => s.value = d),
|
|
41030
41030
|
class: "deployment-tags-input",
|
|
@@ -41515,7 +41515,7 @@ const Ege = { class: "deployment-details" }, Age = { class: "deployment-details_
|
|
|
41515
41515
|
Oe(o.$slots, "default", Ut(Qt({ open: d, close: p, toggle: f, flow: g(r) })), () => [
|
|
41516
41516
|
v(g(Yg), { "flow-id": o.flowId }, {
|
|
41517
41517
|
default: w(() => [
|
|
41518
|
-
g(r) ? (k(), H("div",
|
|
41518
|
+
g(r) ? (k(), H("div", dt({
|
|
41519
41519
|
key: 0,
|
|
41520
41520
|
class: "flow-popover__link"
|
|
41521
41521
|
}, o.$attrs), [
|
|
@@ -42065,7 +42065,7 @@ function eve(t, e, n) {
|
|
|
42065
42065
|
const r = _4(t, e) / 1e3;
|
|
42066
42066
|
return J_e()(r);
|
|
42067
42067
|
}
|
|
42068
|
-
var ep = /* @__PURE__ */ ((t) => (t[t.WEBGL_LEGACY = 0] = "WEBGL_LEGACY", t[t.WEBGL = 1] = "WEBGL", t[t.WEBGL2 = 2] = "WEBGL2", t))(ep || {}), v4 = /* @__PURE__ */ ((t) => (t[t.UNKNOWN = 0] = "UNKNOWN", t[t.WEBGL = 1] = "WEBGL", t[t.CANVAS = 2] = "CANVAS", t))(v4 || {}), Mk = /* @__PURE__ */ ((t) => (t[t.COLOR = 16384] = "COLOR", t[t.DEPTH = 256] = "DEPTH", t[t.STENCIL = 1024] = "STENCIL", t))(Mk || {}), Tt = /* @__PURE__ */ ((t) => (t[t.NORMAL = 0] = "NORMAL", t[t.ADD = 1] = "ADD", t[t.MULTIPLY = 2] = "MULTIPLY", t[t.SCREEN = 3] = "SCREEN", t[t.OVERLAY = 4] = "OVERLAY", t[t.DARKEN = 5] = "DARKEN", t[t.LIGHTEN = 6] = "LIGHTEN", t[t.COLOR_DODGE = 7] = "COLOR_DODGE", t[t.COLOR_BURN = 8] = "COLOR_BURN", t[t.HARD_LIGHT = 9] = "HARD_LIGHT", t[t.SOFT_LIGHT = 10] = "SOFT_LIGHT", t[t.DIFFERENCE = 11] = "DIFFERENCE", t[t.EXCLUSION = 12] = "EXCLUSION", t[t.HUE = 13] = "HUE", t[t.SATURATION = 14] = "SATURATION", t[t.COLOR = 15] = "COLOR", t[t.LUMINOSITY = 16] = "LUMINOSITY", t[t.NORMAL_NPM = 17] = "NORMAL_NPM", t[t.ADD_NPM = 18] = "ADD_NPM", t[t.SCREEN_NPM = 19] = "SCREEN_NPM", t[t.NONE = 20] = "NONE", t[t.SRC_OVER = 0] = "SRC_OVER", t[t.SRC_IN = 21] = "SRC_IN", t[t.SRC_OUT = 22] = "SRC_OUT", t[t.SRC_ATOP = 23] = "SRC_ATOP", t[t.DST_OVER = 24] = "DST_OVER", t[t.DST_IN = 25] = "DST_IN", t[t.DST_OUT = 26] = "DST_OUT", t[t.DST_ATOP = 27] = "DST_ATOP", t[t.ERASE = 26] = "ERASE", t[t.SUBTRACT = 28] = "SUBTRACT", t[t.XOR = 29] = "XOR", t))(Tt || {}), nu = /* @__PURE__ */ ((t) => (t[t.POINTS = 0] = "POINTS", t[t.LINES = 1] = "LINES", t[t.LINE_LOOP = 2] = "LINE_LOOP", t[t.LINE_STRIP = 3] = "LINE_STRIP", t[t.TRIANGLES = 4] = "TRIANGLES", t[t.TRIANGLE_STRIP = 5] = "TRIANGLE_STRIP", t[t.TRIANGLE_FAN = 6] = "TRIANGLE_FAN", t))(nu || {}), Ge = /* @__PURE__ */ ((t) => (t[t.RGBA = 6408] = "RGBA", t[t.RGB = 6407] = "RGB", t[t.RG = 33319] = "RG", t[t.RED = 6403] = "RED", t[t.RGBA_INTEGER = 36249] = "RGBA_INTEGER", t[t.RGB_INTEGER = 36248] = "RGB_INTEGER", t[t.RG_INTEGER = 33320] = "RG_INTEGER", t[t.RED_INTEGER = 36244] = "RED_INTEGER", t[t.ALPHA = 6406] = "ALPHA", t[t.LUMINANCE = 6409] = "LUMINANCE", t[t.LUMINANCE_ALPHA = 6410] = "LUMINANCE_ALPHA", t[t.DEPTH_COMPONENT = 6402] = "DEPTH_COMPONENT", t[t.DEPTH_STENCIL = 34041] = "DEPTH_STENCIL", t))(Ge || {}), Yp = /* @__PURE__ */ ((t) => (t[t.TEXTURE_2D = 3553] = "TEXTURE_2D", t[t.TEXTURE_CUBE_MAP = 34067] = "TEXTURE_CUBE_MAP", t[t.TEXTURE_2D_ARRAY = 35866] = "TEXTURE_2D_ARRAY", t[t.TEXTURE_CUBE_MAP_POSITIVE_X = 34069] = "TEXTURE_CUBE_MAP_POSITIVE_X", t[t.TEXTURE_CUBE_MAP_NEGATIVE_X = 34070] = "TEXTURE_CUBE_MAP_NEGATIVE_X", t[t.TEXTURE_CUBE_MAP_POSITIVE_Y = 34071] = "TEXTURE_CUBE_MAP_POSITIVE_Y", t[t.TEXTURE_CUBE_MAP_NEGATIVE_Y = 34072] = "TEXTURE_CUBE_MAP_NEGATIVE_Y", t[t.TEXTURE_CUBE_MAP_POSITIVE_Z = 34073] = "TEXTURE_CUBE_MAP_POSITIVE_Z", t[t.TEXTURE_CUBE_MAP_NEGATIVE_Z = 34074] = "TEXTURE_CUBE_MAP_NEGATIVE_Z", t))(Yp || {}),
|
|
42068
|
+
var ep = /* @__PURE__ */ ((t) => (t[t.WEBGL_LEGACY = 0] = "WEBGL_LEGACY", t[t.WEBGL = 1] = "WEBGL", t[t.WEBGL2 = 2] = "WEBGL2", t))(ep || {}), v4 = /* @__PURE__ */ ((t) => (t[t.UNKNOWN = 0] = "UNKNOWN", t[t.WEBGL = 1] = "WEBGL", t[t.CANVAS = 2] = "CANVAS", t))(v4 || {}), Mk = /* @__PURE__ */ ((t) => (t[t.COLOR = 16384] = "COLOR", t[t.DEPTH = 256] = "DEPTH", t[t.STENCIL = 1024] = "STENCIL", t))(Mk || {}), Tt = /* @__PURE__ */ ((t) => (t[t.NORMAL = 0] = "NORMAL", t[t.ADD = 1] = "ADD", t[t.MULTIPLY = 2] = "MULTIPLY", t[t.SCREEN = 3] = "SCREEN", t[t.OVERLAY = 4] = "OVERLAY", t[t.DARKEN = 5] = "DARKEN", t[t.LIGHTEN = 6] = "LIGHTEN", t[t.COLOR_DODGE = 7] = "COLOR_DODGE", t[t.COLOR_BURN = 8] = "COLOR_BURN", t[t.HARD_LIGHT = 9] = "HARD_LIGHT", t[t.SOFT_LIGHT = 10] = "SOFT_LIGHT", t[t.DIFFERENCE = 11] = "DIFFERENCE", t[t.EXCLUSION = 12] = "EXCLUSION", t[t.HUE = 13] = "HUE", t[t.SATURATION = 14] = "SATURATION", t[t.COLOR = 15] = "COLOR", t[t.LUMINOSITY = 16] = "LUMINOSITY", t[t.NORMAL_NPM = 17] = "NORMAL_NPM", t[t.ADD_NPM = 18] = "ADD_NPM", t[t.SCREEN_NPM = 19] = "SCREEN_NPM", t[t.NONE = 20] = "NONE", t[t.SRC_OVER = 0] = "SRC_OVER", t[t.SRC_IN = 21] = "SRC_IN", t[t.SRC_OUT = 22] = "SRC_OUT", t[t.SRC_ATOP = 23] = "SRC_ATOP", t[t.DST_OVER = 24] = "DST_OVER", t[t.DST_IN = 25] = "DST_IN", t[t.DST_OUT = 26] = "DST_OUT", t[t.DST_ATOP = 27] = "DST_ATOP", t[t.ERASE = 26] = "ERASE", t[t.SUBTRACT = 28] = "SUBTRACT", t[t.XOR = 29] = "XOR", t))(Tt || {}), nu = /* @__PURE__ */ ((t) => (t[t.POINTS = 0] = "POINTS", t[t.LINES = 1] = "LINES", t[t.LINE_LOOP = 2] = "LINE_LOOP", t[t.LINE_STRIP = 3] = "LINE_STRIP", t[t.TRIANGLES = 4] = "TRIANGLES", t[t.TRIANGLE_STRIP = 5] = "TRIANGLE_STRIP", t[t.TRIANGLE_FAN = 6] = "TRIANGLE_FAN", t))(nu || {}), Ge = /* @__PURE__ */ ((t) => (t[t.RGBA = 6408] = "RGBA", t[t.RGB = 6407] = "RGB", t[t.RG = 33319] = "RG", t[t.RED = 6403] = "RED", t[t.RGBA_INTEGER = 36249] = "RGBA_INTEGER", t[t.RGB_INTEGER = 36248] = "RGB_INTEGER", t[t.RG_INTEGER = 33320] = "RG_INTEGER", t[t.RED_INTEGER = 36244] = "RED_INTEGER", t[t.ALPHA = 6406] = "ALPHA", t[t.LUMINANCE = 6409] = "LUMINANCE", t[t.LUMINANCE_ALPHA = 6410] = "LUMINANCE_ALPHA", t[t.DEPTH_COMPONENT = 6402] = "DEPTH_COMPONENT", t[t.DEPTH_STENCIL = 34041] = "DEPTH_STENCIL", t))(Ge || {}), Yp = /* @__PURE__ */ ((t) => (t[t.TEXTURE_2D = 3553] = "TEXTURE_2D", t[t.TEXTURE_CUBE_MAP = 34067] = "TEXTURE_CUBE_MAP", t[t.TEXTURE_2D_ARRAY = 35866] = "TEXTURE_2D_ARRAY", t[t.TEXTURE_CUBE_MAP_POSITIVE_X = 34069] = "TEXTURE_CUBE_MAP_POSITIVE_X", t[t.TEXTURE_CUBE_MAP_NEGATIVE_X = 34070] = "TEXTURE_CUBE_MAP_NEGATIVE_X", t[t.TEXTURE_CUBE_MAP_POSITIVE_Y = 34071] = "TEXTURE_CUBE_MAP_POSITIVE_Y", t[t.TEXTURE_CUBE_MAP_NEGATIVE_Y = 34072] = "TEXTURE_CUBE_MAP_NEGATIVE_Y", t[t.TEXTURE_CUBE_MAP_POSITIVE_Z = 34073] = "TEXTURE_CUBE_MAP_POSITIVE_Z", t[t.TEXTURE_CUBE_MAP_NEGATIVE_Z = 34074] = "TEXTURE_CUBE_MAP_NEGATIVE_Z", t))(Yp || {}), ht = /* @__PURE__ */ ((t) => (t[t.UNSIGNED_BYTE = 5121] = "UNSIGNED_BYTE", t[t.UNSIGNED_SHORT = 5123] = "UNSIGNED_SHORT", t[t.UNSIGNED_SHORT_5_6_5 = 33635] = "UNSIGNED_SHORT_5_6_5", t[t.UNSIGNED_SHORT_4_4_4_4 = 32819] = "UNSIGNED_SHORT_4_4_4_4", t[t.UNSIGNED_SHORT_5_5_5_1 = 32820] = "UNSIGNED_SHORT_5_5_5_1", t[t.UNSIGNED_INT = 5125] = "UNSIGNED_INT", t[t.UNSIGNED_INT_10F_11F_11F_REV = 35899] = "UNSIGNED_INT_10F_11F_11F_REV", t[t.UNSIGNED_INT_2_10_10_10_REV = 33640] = "UNSIGNED_INT_2_10_10_10_REV", t[t.UNSIGNED_INT_24_8 = 34042] = "UNSIGNED_INT_24_8", t[t.UNSIGNED_INT_5_9_9_9_REV = 35902] = "UNSIGNED_INT_5_9_9_9_REV", t[t.BYTE = 5120] = "BYTE", t[t.SHORT = 5122] = "SHORT", t[t.INT = 5124] = "INT", t[t.FLOAT = 5126] = "FLOAT", t[t.FLOAT_32_UNSIGNED_INT_24_8_REV = 36269] = "FLOAT_32_UNSIGNED_INT_24_8_REV", t[t.HALF_FLOAT = 36193] = "HALF_FLOAT", t))(ht || {}), Je = /* @__PURE__ */ ((t) => (t[t.FLOAT = 0] = "FLOAT", t[t.INT = 1] = "INT", t[t.UINT = 2] = "UINT", t))(Je || {}), ll = /* @__PURE__ */ ((t) => (t[t.NEAREST = 0] = "NEAREST", t[t.LINEAR = 1] = "LINEAR", t))(ll || {}), uu = /* @__PURE__ */ ((t) => (t[t.CLAMP = 33071] = "CLAMP", t[t.REPEAT = 10497] = "REPEAT", t[t.MIRRORED_REPEAT = 33648] = "MIRRORED_REPEAT", t))(uu || {}), _u = /* @__PURE__ */ ((t) => (t[t.OFF = 0] = "OFF", t[t.POW2 = 1] = "POW2", t[t.ON = 2] = "ON", t[t.ON_MANUAL = 3] = "ON_MANUAL", t))(_u || {}), vs = /* @__PURE__ */ ((t) => (t[t.NPM = 0] = "NPM", t[t.UNPACK = 1] = "UNPACK", t[t.PMA = 2] = "PMA", t[t.NO_PREMULTIPLIED_ALPHA = 0] = "NO_PREMULTIPLIED_ALPHA", t[t.PREMULTIPLY_ON_UPLOAD = 1] = "PREMULTIPLY_ON_UPLOAD", t[t.PREMULTIPLIED_ALPHA = 2] = "PREMULTIPLIED_ALPHA", t))(vs || {}), qi = /* @__PURE__ */ ((t) => (t[t.NO = 0] = "NO", t[t.YES = 1] = "YES", t[t.AUTO = 2] = "AUTO", t[t.BLEND = 0] = "BLEND", t[t.CLEAR = 1] = "CLEAR", t[t.BLIT = 2] = "BLIT", t))(qi || {}), q2 = /* @__PURE__ */ ((t) => (t[t.AUTO = 0] = "AUTO", t[t.MANUAL = 1] = "MANUAL", t))(q2 || {}), Ma = /* @__PURE__ */ ((t) => (t.LOW = "lowp", t.MEDIUM = "mediump", t.HIGH = "highp", t))(Ma || {}), Kr = /* @__PURE__ */ ((t) => (t[t.NONE = 0] = "NONE", t[t.SCISSOR = 1] = "SCISSOR", t[t.STENCIL = 2] = "STENCIL", t[t.SPRITE = 3] = "SPRITE", t[t.COLOR = 4] = "COLOR", t))(Kr || {}), Or = /* @__PURE__ */ ((t) => (t[t.NONE = 0] = "NONE", t[t.LOW = 2] = "LOW", t[t.MEDIUM = 4] = "MEDIUM", t[t.HIGH = 8] = "HIGH", t))(Or || {}), lu = /* @__PURE__ */ ((t) => (t[t.ELEMENT_ARRAY_BUFFER = 34963] = "ELEMENT_ARRAY_BUFFER", t[t.ARRAY_BUFFER = 34962] = "ARRAY_BUFFER", t[t.UNIFORM_BUFFER = 35345] = "UNIFORM_BUFFER", t))(lu || {});
|
|
42069
42069
|
const tve = {
|
|
42070
42070
|
/**
|
|
42071
42071
|
* Creates a canvas element of the given size.
|
|
@@ -44803,7 +44803,7 @@ const P1e = {
|
|
|
44803
44803
|
e = e || new Float32Array(n * r * 4);
|
|
44804
44804
|
const s = new Nv(e, { width: n, height: r, ...o == null ? void 0 : o.resourceOptions });
|
|
44805
44805
|
let i, u;
|
|
44806
|
-
return e instanceof Float32Array ? (i = Ge.RGBA, u =
|
|
44806
|
+
return e instanceof Float32Array ? (i = Ge.RGBA, u = ht.FLOAT) : e instanceof Int32Array ? (i = Ge.RGBA_INTEGER, u = ht.INT) : e instanceof Uint32Array ? (i = Ge.RGBA_INTEGER, u = ht.UNSIGNED_INT) : e instanceof Int16Array ? (i = Ge.RGBA_INTEGER, u = ht.SHORT) : e instanceof Uint16Array ? (i = Ge.RGBA_INTEGER, u = ht.UNSIGNED_SHORT) : e instanceof Int8Array ? (i = Ge.RGBA, u = ht.BYTE) : (i = Ge.RGBA, u = ht.UNSIGNED_BYTE), s.internal = !0, new Dp(s, Object.assign({}, P1e, { type: u, format: i }, o));
|
|
44807
44807
|
}
|
|
44808
44808
|
/**
|
|
44809
44809
|
* Adds a BaseTexture to the global BaseTextureCache. This cache is shared across the whole PIXI object.
|
|
@@ -44877,7 +44877,7 @@ Nk.defaultOptions = {
|
|
|
44877
44877
|
* @type {PIXI.TYPES}
|
|
44878
44878
|
* @default PIXI.TYPES.UNSIGNED_BYTE
|
|
44879
44879
|
*/
|
|
44880
|
-
type:
|
|
44880
|
+
type: ht.UNSIGNED_BYTE
|
|
44881
44881
|
}, /** Global number of the texture batch, used by multi-texture renderers. */
|
|
44882
44882
|
Nk._globalBatch = 0;
|
|
44883
44883
|
let Ft = Nk;
|
|
@@ -44946,7 +44946,7 @@ class t_ {
|
|
|
44946
44946
|
* @param [instance=false] - Whether the geometry is instanced.
|
|
44947
44947
|
* @param [divisor=1] - Divisor to use when doing instanced rendering
|
|
44948
44948
|
*/
|
|
44949
|
-
constructor(e, n = 0, r = !1, o =
|
|
44949
|
+
constructor(e, n = 0, r = !1, o = ht.FLOAT, s, i, u, l = 1) {
|
|
44950
44950
|
this.buffer = e, this.size = n, this.normalized = r, this.type = o, this.stride = s, this.start = i, this.instance = u, this.divisor = l;
|
|
44951
44951
|
}
|
|
44952
44952
|
/** Destroys the Attribute. */
|
|
@@ -45173,7 +45173,7 @@ class N4 extends bc {
|
|
|
45173
45173
|
* is updated every frame, `true` doesn't change frame-to-frame.
|
|
45174
45174
|
*/
|
|
45175
45175
|
constructor(e = !1) {
|
|
45176
|
-
super(), this._buffer = new Tr(null, e, !1), this._indexBuffer = new Tr(null, e, !0), this.addAttribute("aVertexPosition", this._buffer, 2, !1,
|
|
45176
|
+
super(), this._buffer = new Tr(null, e, !1), this._indexBuffer = new Tr(null, e, !0), this.addAttribute("aVertexPosition", this._buffer, 2, !1, ht.FLOAT).addAttribute("aTextureCoord", this._buffer, 2, !1, ht.FLOAT).addAttribute("aColor", this._buffer, 4, !0, ht.UNSIGNED_BYTE).addAttribute("aTextureId", this._buffer, 1, !0, ht.FLOAT).addIndex(this._indexBuffer);
|
|
45177
45177
|
}
|
|
45178
45178
|
}
|
|
45179
45179
|
const n_ = Math.PI * 2, O1e = 180 / Math.PI, Bk = Math.PI / 180;
|
|
@@ -47674,7 +47674,7 @@ class $k {
|
|
|
47674
47674
|
height: this.height,
|
|
47675
47675
|
mipmap: _u.OFF,
|
|
47676
47676
|
format: Ge.DEPTH_COMPONENT,
|
|
47677
|
-
type:
|
|
47677
|
+
type: ht.UNSIGNED_SHORT
|
|
47678
47678
|
}), this.dirtyId++, this.dirtyFormat++, this;
|
|
47679
47679
|
}
|
|
47680
47680
|
/** Enable depth on the frame buffer. */
|
|
@@ -50552,7 +50552,7 @@ let sd = Df;
|
|
|
50552
50552
|
st.add(sd);
|
|
50553
50553
|
class Yb {
|
|
50554
50554
|
constructor(e) {
|
|
50555
|
-
this.texture = e, this.width = -1, this.height = -1, this.dirtyId = -1, this.dirtyStyleId = -1, this.mipmap = !1, this.wrapMode = 33071, this.type =
|
|
50555
|
+
this.texture = e, this.width = -1, this.height = -1, this.dirtyId = -1, this.dirtyStyleId = -1, this.mipmap = !1, this.wrapMode = 33071, this.type = ht.UNSIGNED_BYTE, this.internalFormat = Ge.RGBA, this.samplerType = 0;
|
|
50556
50556
|
}
|
|
50557
50557
|
}
|
|
50558
50558
|
function Abe(t) {
|
|
@@ -50630,7 +50630,7 @@ function Abe(t) {
|
|
|
50630
50630
|
function Cbe(t) {
|
|
50631
50631
|
let e;
|
|
50632
50632
|
return "WebGL2RenderingContext" in globalThis && t instanceof globalThis.WebGL2RenderingContext ? e = {
|
|
50633
|
-
[
|
|
50633
|
+
[ht.UNSIGNED_BYTE]: {
|
|
50634
50634
|
[Ge.RGBA]: t.RGBA8,
|
|
50635
50635
|
[Ge.RGB]: t.RGB8,
|
|
50636
50636
|
[Ge.RG]: t.RG8,
|
|
@@ -50643,7 +50643,7 @@ function Cbe(t) {
|
|
|
50643
50643
|
[Ge.LUMINANCE]: t.LUMINANCE,
|
|
50644
50644
|
[Ge.LUMINANCE_ALPHA]: t.LUMINANCE_ALPHA
|
|
50645
50645
|
},
|
|
50646
|
-
[
|
|
50646
|
+
[ht.BYTE]: {
|
|
50647
50647
|
[Ge.RGBA]: t.RGBA8_SNORM,
|
|
50648
50648
|
[Ge.RGB]: t.RGB8_SNORM,
|
|
50649
50649
|
[Ge.RG]: t.RG8_SNORM,
|
|
@@ -50653,85 +50653,85 @@ function Cbe(t) {
|
|
|
50653
50653
|
[Ge.RG_INTEGER]: t.RG8I,
|
|
50654
50654
|
[Ge.RED_INTEGER]: t.R8I
|
|
50655
50655
|
},
|
|
50656
|
-
[
|
|
50656
|
+
[ht.UNSIGNED_SHORT]: {
|
|
50657
50657
|
[Ge.RGBA_INTEGER]: t.RGBA16UI,
|
|
50658
50658
|
[Ge.RGB_INTEGER]: t.RGB16UI,
|
|
50659
50659
|
[Ge.RG_INTEGER]: t.RG16UI,
|
|
50660
50660
|
[Ge.RED_INTEGER]: t.R16UI,
|
|
50661
50661
|
[Ge.DEPTH_COMPONENT]: t.DEPTH_COMPONENT16
|
|
50662
50662
|
},
|
|
50663
|
-
[
|
|
50663
|
+
[ht.SHORT]: {
|
|
50664
50664
|
[Ge.RGBA_INTEGER]: t.RGBA16I,
|
|
50665
50665
|
[Ge.RGB_INTEGER]: t.RGB16I,
|
|
50666
50666
|
[Ge.RG_INTEGER]: t.RG16I,
|
|
50667
50667
|
[Ge.RED_INTEGER]: t.R16I
|
|
50668
50668
|
},
|
|
50669
|
-
[
|
|
50669
|
+
[ht.UNSIGNED_INT]: {
|
|
50670
50670
|
[Ge.RGBA_INTEGER]: t.RGBA32UI,
|
|
50671
50671
|
[Ge.RGB_INTEGER]: t.RGB32UI,
|
|
50672
50672
|
[Ge.RG_INTEGER]: t.RG32UI,
|
|
50673
50673
|
[Ge.RED_INTEGER]: t.R32UI,
|
|
50674
50674
|
[Ge.DEPTH_COMPONENT]: t.DEPTH_COMPONENT24
|
|
50675
50675
|
},
|
|
50676
|
-
[
|
|
50676
|
+
[ht.INT]: {
|
|
50677
50677
|
[Ge.RGBA_INTEGER]: t.RGBA32I,
|
|
50678
50678
|
[Ge.RGB_INTEGER]: t.RGB32I,
|
|
50679
50679
|
[Ge.RG_INTEGER]: t.RG32I,
|
|
50680
50680
|
[Ge.RED_INTEGER]: t.R32I
|
|
50681
50681
|
},
|
|
50682
|
-
[
|
|
50682
|
+
[ht.FLOAT]: {
|
|
50683
50683
|
[Ge.RGBA]: t.RGBA32F,
|
|
50684
50684
|
[Ge.RGB]: t.RGB32F,
|
|
50685
50685
|
[Ge.RG]: t.RG32F,
|
|
50686
50686
|
[Ge.RED]: t.R32F,
|
|
50687
50687
|
[Ge.DEPTH_COMPONENT]: t.DEPTH_COMPONENT32F
|
|
50688
50688
|
},
|
|
50689
|
-
[
|
|
50689
|
+
[ht.HALF_FLOAT]: {
|
|
50690
50690
|
[Ge.RGBA]: t.RGBA16F,
|
|
50691
50691
|
[Ge.RGB]: t.RGB16F,
|
|
50692
50692
|
[Ge.RG]: t.RG16F,
|
|
50693
50693
|
[Ge.RED]: t.R16F
|
|
50694
50694
|
},
|
|
50695
|
-
[
|
|
50695
|
+
[ht.UNSIGNED_SHORT_5_6_5]: {
|
|
50696
50696
|
[Ge.RGB]: t.RGB565
|
|
50697
50697
|
},
|
|
50698
|
-
[
|
|
50698
|
+
[ht.UNSIGNED_SHORT_4_4_4_4]: {
|
|
50699
50699
|
[Ge.RGBA]: t.RGBA4
|
|
50700
50700
|
},
|
|
50701
|
-
[
|
|
50701
|
+
[ht.UNSIGNED_SHORT_5_5_5_1]: {
|
|
50702
50702
|
[Ge.RGBA]: t.RGB5_A1
|
|
50703
50703
|
},
|
|
50704
|
-
[
|
|
50704
|
+
[ht.UNSIGNED_INT_2_10_10_10_REV]: {
|
|
50705
50705
|
[Ge.RGBA]: t.RGB10_A2,
|
|
50706
50706
|
[Ge.RGBA_INTEGER]: t.RGB10_A2UI
|
|
50707
50707
|
},
|
|
50708
|
-
[
|
|
50708
|
+
[ht.UNSIGNED_INT_10F_11F_11F_REV]: {
|
|
50709
50709
|
[Ge.RGB]: t.R11F_G11F_B10F
|
|
50710
50710
|
},
|
|
50711
|
-
[
|
|
50711
|
+
[ht.UNSIGNED_INT_5_9_9_9_REV]: {
|
|
50712
50712
|
[Ge.RGB]: t.RGB9_E5
|
|
50713
50713
|
},
|
|
50714
|
-
[
|
|
50714
|
+
[ht.UNSIGNED_INT_24_8]: {
|
|
50715
50715
|
[Ge.DEPTH_STENCIL]: t.DEPTH24_STENCIL8
|
|
50716
50716
|
},
|
|
50717
|
-
[
|
|
50717
|
+
[ht.FLOAT_32_UNSIGNED_INT_24_8_REV]: {
|
|
50718
50718
|
[Ge.DEPTH_STENCIL]: t.DEPTH32F_STENCIL8
|
|
50719
50719
|
}
|
|
50720
50720
|
} : e = {
|
|
50721
|
-
[
|
|
50721
|
+
[ht.UNSIGNED_BYTE]: {
|
|
50722
50722
|
[Ge.RGBA]: t.RGBA,
|
|
50723
50723
|
[Ge.RGB]: t.RGB,
|
|
50724
50724
|
[Ge.ALPHA]: t.ALPHA,
|
|
50725
50725
|
[Ge.LUMINANCE]: t.LUMINANCE,
|
|
50726
50726
|
[Ge.LUMINANCE_ALPHA]: t.LUMINANCE_ALPHA
|
|
50727
50727
|
},
|
|
50728
|
-
[
|
|
50728
|
+
[ht.UNSIGNED_SHORT_5_6_5]: {
|
|
50729
50729
|
[Ge.RGB]: t.RGB
|
|
50730
50730
|
},
|
|
50731
|
-
[
|
|
50731
|
+
[ht.UNSIGNED_SHORT_4_4_4_4]: {
|
|
50732
50732
|
[Ge.RGBA]: t.RGBA
|
|
50733
50733
|
},
|
|
50734
|
-
[
|
|
50734
|
+
[ht.UNSIGNED_SHORT_5_5_5_1]: {
|
|
50735
50735
|
[Ge.RGBA]: t.RGBA
|
|
50736
50736
|
}
|
|
50737
50737
|
}, e;
|
|
@@ -50820,7 +50820,7 @@ class lL {
|
|
|
50820
50820
|
}
|
|
50821
50821
|
initTextureType(e, n) {
|
|
50822
50822
|
var r;
|
|
50823
|
-
n.internalFormat = ((r = this.internalFormats[e.type]) == null ? void 0 : r[e.format]) ?? e.format, n.samplerType = this.samplerTypes[n.internalFormat] ?? Je.FLOAT, this.webGLVersion === 2 && e.type ===
|
|
50823
|
+
n.internalFormat = ((r = this.internalFormats[e.type]) == null ? void 0 : r[e.format]) ?? e.format, n.samplerType = this.samplerTypes[n.internalFormat] ?? Je.FLOAT, this.webGLVersion === 2 && e.type === ht.HALF_FLOAT ? n.type = this.gl.HALF_FLOAT : n.type = e.type;
|
|
50824
50824
|
}
|
|
50825
50825
|
/**
|
|
50826
50826
|
* Update a texture
|
|
@@ -59052,12 +59052,12 @@ const _C = [171, 75, 84, 88, 32, 49, 49, 187, 13, 10, 26, 10], Eke = 67305985, r
|
|
|
59052
59052
|
NUMBER_OF_MIPMAP_LEVELS: 56,
|
|
59053
59053
|
BYTES_OF_KEY_VALUE_DATA: 60
|
|
59054
59054
|
}, aT = 64, vC = {
|
|
59055
|
-
[
|
|
59056
|
-
[
|
|
59057
|
-
[
|
|
59058
|
-
[
|
|
59059
|
-
[
|
|
59060
|
-
[
|
|
59055
|
+
[ht.UNSIGNED_BYTE]: 1,
|
|
59056
|
+
[ht.UNSIGNED_SHORT]: 2,
|
|
59057
|
+
[ht.INT]: 4,
|
|
59058
|
+
[ht.UNSIGNED_INT]: 4,
|
|
59059
|
+
[ht.FLOAT]: 4,
|
|
59060
|
+
[ht.HALF_FLOAT]: 8
|
|
59061
59061
|
}, Ake = {
|
|
59062
59062
|
[Ge.RGBA]: 4,
|
|
59063
59063
|
[Ge.RGB]: 3,
|
|
@@ -59067,9 +59067,9 @@ const _C = [171, 75, 84, 88, 32, 49, 49, 187, 13, 10, 26, 10], Eke = 67305985, r
|
|
|
59067
59067
|
[Ge.LUMINANCE_ALPHA]: 2,
|
|
59068
59068
|
[Ge.ALPHA]: 1
|
|
59069
59069
|
}, Cke = {
|
|
59070
|
-
[
|
|
59071
|
-
[
|
|
59072
|
-
[
|
|
59070
|
+
[ht.UNSIGNED_SHORT_4_4_4_4]: 2,
|
|
59071
|
+
[ht.UNSIGNED_SHORT_5_5_5_1]: 2,
|
|
59072
|
+
[ht.UNSIGNED_SHORT_5_6_5]: 2
|
|
59073
59073
|
};
|
|
59074
59074
|
function Dke(t, e, n = !1) {
|
|
59075
59075
|
const r = new DataView(e);
|
|
@@ -59108,15 +59108,15 @@ function Dke(t, e, n = !1) {
|
|
|
59108
59108
|
return s !== 0 ? {
|
|
59109
59109
|
uncompressed: R.map((Z) => {
|
|
59110
59110
|
let ne = Z[0].levelBuffer, ie = !1;
|
|
59111
|
-
return s ===
|
|
59111
|
+
return s === ht.FLOAT ? ne = new Float32Array(
|
|
59112
59112
|
Z[0].levelBuffer.buffer,
|
|
59113
59113
|
Z[0].levelBuffer.byteOffset,
|
|
59114
59114
|
Z[0].levelBuffer.byteLength / 4
|
|
59115
|
-
) : s ===
|
|
59115
|
+
) : s === ht.UNSIGNED_INT ? (ie = !0, ne = new Uint32Array(
|
|
59116
59116
|
Z[0].levelBuffer.buffer,
|
|
59117
59117
|
Z[0].levelBuffer.byteOffset,
|
|
59118
59118
|
Z[0].levelBuffer.byteLength / 4
|
|
59119
|
-
)) : s ===
|
|
59119
|
+
)) : s === ht.INT && (ie = !0, ne = new Int32Array(
|
|
59120
59120
|
Z[0].levelBuffer.buffer,
|
|
59121
59121
|
Z[0].levelBuffer.byteOffset,
|
|
59122
59122
|
Z[0].levelBuffer.byteLength / 4
|
|
@@ -61181,7 +61181,7 @@ class FL extends bc {
|
|
|
61181
61181
|
constructor(e, n, r) {
|
|
61182
61182
|
super();
|
|
61183
61183
|
const o = new Tr(e), s = new Tr(n, !0), i = new Tr(r, !0, !0);
|
|
61184
|
-
this.addAttribute("aVertexPosition", o, 2, !1,
|
|
61184
|
+
this.addAttribute("aVertexPosition", o, 2, !1, ht.FLOAT).addAttribute("aTextureCoord", s, 2, !1, ht.FLOAT).addIndex(i), this._updateId = -1;
|
|
61185
61185
|
}
|
|
61186
61186
|
/**
|
|
61187
61187
|
* If the vertex position is updated.
|
|
@@ -61390,7 +61390,7 @@ class RC {
|
|
|
61390
61390
|
attributeName: s.attributeName,
|
|
61391
61391
|
size: s.size,
|
|
61392
61392
|
uploadFunction: s.uploadFunction,
|
|
61393
|
-
type: s.type ||
|
|
61393
|
+
type: s.type || ht.FLOAT,
|
|
61394
61394
|
offset: s.offset
|
|
61395
61395
|
}, n[o] ? this.dynamicProperties.push(s) : this.staticProperties.push(s);
|
|
61396
61396
|
}
|
|
@@ -61421,7 +61421,7 @@ class RC {
|
|
|
61421
61421
|
u.attributeName,
|
|
61422
61422
|
this.dynamicBuffer,
|
|
61423
61423
|
0,
|
|
61424
|
-
u.type ===
|
|
61424
|
+
u.type === ht.UNSIGNED_BYTE,
|
|
61425
61425
|
u.type,
|
|
61426
61426
|
this.dynamicStride * 4,
|
|
61427
61427
|
u.offset * 4
|
|
@@ -61433,7 +61433,7 @@ class RC {
|
|
|
61433
61433
|
u.attributeName,
|
|
61434
61434
|
this.staticBuffer,
|
|
61435
61435
|
0,
|
|
61436
|
-
u.type ===
|
|
61436
|
+
u.type === ht.UNSIGNED_BYTE,
|
|
61437
61437
|
u.type,
|
|
61438
61438
|
this.staticStride * 4,
|
|
61439
61439
|
u.offset * 4
|
|
@@ -61453,7 +61453,7 @@ class RC {
|
|
|
61453
61453
|
e,
|
|
61454
61454
|
n,
|
|
61455
61455
|
r,
|
|
61456
|
-
s.type ===
|
|
61456
|
+
s.type === ht.UNSIGNED_BYTE ? this.dynamicDataUint32 : this.dynamicData,
|
|
61457
61457
|
this.dynamicStride,
|
|
61458
61458
|
s.offset
|
|
61459
61459
|
);
|
|
@@ -61473,7 +61473,7 @@ class RC {
|
|
|
61473
61473
|
e,
|
|
61474
61474
|
n,
|
|
61475
61475
|
r,
|
|
61476
|
-
s.type ===
|
|
61476
|
+
s.type === ht.UNSIGNED_BYTE ? this.staticDataUint32 : this.staticData,
|
|
61477
61477
|
this.staticStride,
|
|
61478
61478
|
s.offset
|
|
61479
61479
|
);
|
|
@@ -61557,7 +61557,7 @@ class LL extends Vv {
|
|
|
61557
61557
|
{
|
|
61558
61558
|
attributeName: "aColor",
|
|
61559
61559
|
size: 1,
|
|
61560
|
-
type:
|
|
61560
|
+
type: ht.UNSIGNED_BYTE,
|
|
61561
61561
|
uploadFunction: this.uploadTint,
|
|
61562
61562
|
offset: 0
|
|
61563
61563
|
}
|
|
@@ -77326,7 +77326,7 @@ const EEe = { class: "flex items-center gap-2" }, AEe = /* @__PURE__ */ B({
|
|
|
77326
77326
|
class: "flow-run-list"
|
|
77327
77327
|
}, {
|
|
77328
77328
|
default: w(({ item: a }) => [
|
|
77329
|
-
v(g(o),
|
|
77329
|
+
v(g(o), dt({
|
|
77330
77330
|
selected: s.value,
|
|
77331
77331
|
"onUpdate:selected": u[0] || (u[0] = (c) => s.value = c)
|
|
77332
77332
|
}, { hideFlowName: i.hideFlowName, hideDetails: i.hideDetails, flowRun: a, selectable: i.selectable }), null, 16, ["selected"])
|
|
@@ -77349,7 +77349,7 @@ const EEe = { class: "flex items-center gap-2" }, AEe = /* @__PURE__ */ B({
|
|
|
77349
77349
|
return (i, u) => {
|
|
77350
77350
|
const l = E("p-icon-text"), a = E("p-code-highlight"), c = E("p-modal");
|
|
77351
77351
|
return k(), H(ce, null, [
|
|
77352
|
-
v(l,
|
|
77352
|
+
v(l, dt(i.$attrs, {
|
|
77353
77353
|
icon: "AdjustmentsVerticalIcon",
|
|
77354
77354
|
class: "flow-run-parameters-icon-text"
|
|
77355
77355
|
}), {
|
|
@@ -77442,7 +77442,7 @@ const EEe = { class: "flex items-center gap-2" }, AEe = /* @__PURE__ */ B({
|
|
|
77442
77442
|
ref: a,
|
|
77443
77443
|
class: "flow-run-list-item"
|
|
77444
77444
|
}, [
|
|
77445
|
-
v(k2,
|
|
77445
|
+
v(k2, dt({
|
|
77446
77446
|
selected: o.value,
|
|
77447
77447
|
"onUpdate:selected": m[0] || (m[0] = (_) => o.value = _)
|
|
77448
77448
|
}, { selectable: f.selectable, value: u.value, tags: i.value, stateType: s.value }), vt({
|
|
@@ -77719,7 +77719,7 @@ const EEe = { class: "flex items-center gap-2" }, AEe = /* @__PURE__ */ B({
|
|
|
77719
77719
|
return (ie, fe) => {
|
|
77720
77720
|
const _e = E("p-overflow-menu-item"), Ce = E("p-icon-button-menu");
|
|
77721
77721
|
return k(), H(ce, null, [
|
|
77722
|
-
v(Ce,
|
|
77722
|
+
v(Ce, dt({ class: "flow-run-menu" }, ie.$attrs), {
|
|
77723
77723
|
default: w(() => {
|
|
77724
77724
|
var me, ye;
|
|
77725
77725
|
return [
|
|
@@ -77906,7 +77906,7 @@ const EEe = { class: "flex items-center gap-2" }, AEe = /* @__PURE__ */ B({
|
|
|
77906
77906
|
return (u, l) => {
|
|
77907
77907
|
const a = E("p-button");
|
|
77908
77908
|
return k(), H(ce, null, [
|
|
77909
|
-
i.value ? (k(), D(a,
|
|
77909
|
+
i.value ? (k(), D(a, dt({
|
|
77910
77910
|
key: 0,
|
|
77911
77911
|
"icon-append": "PlayIcon"
|
|
77912
77912
|
}, g(n), { onClick: g(s) }), {
|
|
@@ -78088,7 +78088,7 @@ const EEe = { class: "flex items-center gap-2" }, AEe = /* @__PURE__ */ B({
|
|
|
78088
78088
|
});
|
|
78089
78089
|
return (l, a) => {
|
|
78090
78090
|
const c = E("p-tags-input");
|
|
78091
|
-
return k(), D(c,
|
|
78091
|
+
return k(), D(c, dt({
|
|
78092
78092
|
modelValue: s.value,
|
|
78093
78093
|
"onUpdate:modelValue": a[0] || (a[0] = (d) => s.value = d),
|
|
78094
78094
|
class: "flow-run-tags-input",
|
|
@@ -78141,7 +78141,7 @@ const EEe = { class: "flex items-center gap-2" }, AEe = /* @__PURE__ */ B({
|
|
|
78141
78141
|
...l
|
|
78142
78142
|
];
|
|
78143
78143
|
}), u = (l) => typeof l == "string" ? ih(l) : null;
|
|
78144
|
-
return (l, a) => (k(), D(g(Cm),
|
|
78144
|
+
return (l, a) => (k(), D(g(Cm), dt({
|
|
78145
78145
|
modelValue: s.value,
|
|
78146
78146
|
"onUpdate:modelValue": a[0] || (a[0] = (c) => s.value = c),
|
|
78147
78147
|
class: "state-name-select"
|
|
@@ -78211,7 +78211,7 @@ const EEe = { class: "flex items-center gap-2" }, AEe = /* @__PURE__ */ B({
|
|
|
78211
78211
|
label: "None"
|
|
78212
78212
|
}), c;
|
|
78213
78213
|
});
|
|
78214
|
-
return (c, d) => (k(), D(g(rs),
|
|
78214
|
+
return (c, d) => (k(), D(g(rs), dt({
|
|
78215
78215
|
modelValue: s.value,
|
|
78216
78216
|
"onUpdate:modelValue": d[0] || (d[0] = (p) => s.value = p)
|
|
78217
78217
|
}, { options: a.value, emptyMessage: c.emptyMessage, multiple: o.value }), {
|
|
@@ -78852,7 +78852,7 @@ const KAe = /* @__PURE__ */ Al($Ae, [["render", YAe]]), qAe = { class: "flow-run
|
|
|
78852
78852
|
});
|
|
78853
78853
|
return (l, a) => {
|
|
78854
78854
|
const c = E("p-tags-input");
|
|
78855
|
-
return k(), D(c,
|
|
78855
|
+
return k(), D(c, dt({
|
|
78856
78856
|
modelValue: s.value,
|
|
78857
78857
|
"onUpdate:modelValue": a[0] || (a[0] = (d) => s.value = d),
|
|
78858
78858
|
class: "task-run-tags-input",
|
|
@@ -79160,7 +79160,7 @@ const KAe = /* @__PURE__ */ Al($Ae, [["render", YAe]]), qAe = { class: "flow-run
|
|
|
79160
79160
|
return (a, c) => {
|
|
79161
79161
|
const d = E("p-button");
|
|
79162
79162
|
return k(), H(ce, null, [
|
|
79163
|
-
a.selected.length > 0 ? (k(), D(d,
|
|
79163
|
+
a.selected.length > 0 ? (k(), D(d, dt({ key: 0 }, g(u), {
|
|
79164
79164
|
icon: "TrashIcon",
|
|
79165
79165
|
onClick: g(o)
|
|
79166
79166
|
}), null, 16, ["onClick"])) : G("", !0),
|
|
@@ -79350,7 +79350,7 @@ const SCe = /* @__PURE__ */ Al(bCe, [["render", xCe]]), RCe = /* @__PURE__ */ q(
|
|
|
79350
79350
|
class: "icon-text-count"
|
|
79351
79351
|
}, {
|
|
79352
79352
|
default: w(() => [
|
|
79353
|
-
r.count > 0 ? Oe(r.$slots, "default", Ut(
|
|
79353
|
+
r.count > 0 ? Oe(r.$slots, "default", Ut(dt({ key: 0 }, { count: r.count, formattedLabel: n.value })), () => [
|
|
79354
79354
|
$(J(r.count) + " " + J(n.value), 1)
|
|
79355
79355
|
]) : Oe(r.$slots, "empty", { key: 1 }, () => [
|
|
79356
79356
|
RCe
|
|
@@ -81920,6 +81920,7 @@ const RB = /* @__PURE__ */ B({
|
|
|
81920
81920
|
};
|
|
81921
81921
|
}
|
|
81922
81922
|
}), AB = /* @__PURE__ */ B({
|
|
81923
|
+
inheritAttrs: !1,
|
|
81923
81924
|
__name: "RunMenu",
|
|
81924
81925
|
props: {
|
|
81925
81926
|
deployment: {}
|
|
@@ -81945,19 +81946,20 @@ const RB = /* @__PURE__ */ B({
|
|
|
81945
81946
|
onKeydown: jD(u, ["esc"])
|
|
81946
81947
|
}, {
|
|
81947
81948
|
target: w(({ toggle: d }) => [
|
|
81948
|
-
v(g(Jo), {
|
|
81949
|
+
v(g(Jo), dt(l.$attrs, {
|
|
81949
81950
|
ref_key: "runButton",
|
|
81950
81951
|
ref: n,
|
|
81951
81952
|
class: "run-menu__run-button",
|
|
81952
81953
|
"icon-append": "PlayIcon",
|
|
81954
|
+
solid: "",
|
|
81953
81955
|
disabled: l.deployment.deprecated || l.deployment.disabled,
|
|
81954
81956
|
onClick: d
|
|
81955
|
-
}, {
|
|
81957
|
+
}), {
|
|
81956
81958
|
default: w(() => [
|
|
81957
81959
|
$(" Run ")
|
|
81958
81960
|
]),
|
|
81959
81961
|
_: 2
|
|
81960
|
-
},
|
|
81962
|
+
}, 1040, ["disabled", "onClick"])
|
|
81961
81963
|
]),
|
|
81962
81964
|
default: w(() => [
|
|
81963
81965
|
v(c, {
|
|
@@ -82621,7 +82623,7 @@ const RB = /* @__PURE__ */ B({
|
|
|
82621
82623
|
return (f, m) => {
|
|
82622
82624
|
const _ = E("p-overflow-menu-item"), b = E("p-icon-button-menu");
|
|
82623
82625
|
return k(), H(ce, null, [
|
|
82624
|
-
v(b,
|
|
82626
|
+
v(b, dt({ class: "task-run-menu" }, f.$attrs), {
|
|
82625
82627
|
default: w(() => [
|
|
82626
82628
|
i.value ? (k(), D(_, {
|
|
82627
82629
|
key: 0,
|
|
@@ -83994,7 +83996,7 @@ const RB = /* @__PURE__ */ B({
|
|
|
83994
83996
|
a.value ? (k(), H(ce, { key: 2 }, [
|
|
83995
83997
|
v(m),
|
|
83996
83998
|
_3e,
|
|
83997
|
-
v(g(v2),
|
|
83999
|
+
v(g(v2), dt({ values: c.value }, { schema: l.value, alternate: d.alternate }), null, 16, ["values"])
|
|
83998
84000
|
], 64)) : G("", !0)
|
|
83999
84001
|
]);
|
|
84000
84002
|
};
|
|
@@ -84162,7 +84164,7 @@ const RB = /* @__PURE__ */ B({
|
|
|
84162
84164
|
return (c, d) => {
|
|
84163
84165
|
const p = E("p-overflow-menu-item"), f = E("router-link"), m = E("p-icon-button-menu");
|
|
84164
84166
|
return k(), H(ce, null, [
|
|
84165
|
-
v(m,
|
|
84167
|
+
v(m, dt(c.$attrs, { class: "work-pool-menu" }), {
|
|
84166
84168
|
default: w(() => [
|
|
84167
84169
|
v(g(qr), {
|
|
84168
84170
|
label: "Copy ID",
|
|
@@ -84595,7 +84597,7 @@ const RB = /* @__PURE__ */ B({
|
|
|
84595
84597
|
return (f, m) => {
|
|
84596
84598
|
const _ = E("p-overflow-menu-item"), b = E("router-link"), T = E("p-icon-button-menu");
|
|
84597
84599
|
return k(), H(ce, null, [
|
|
84598
|
-
v(T,
|
|
84600
|
+
v(T, dt(f.$attrs, { class: "work-pool-queue-menu" }), {
|
|
84599
84601
|
default: w(() => [
|
|
84600
84602
|
v(g(qr), {
|
|
84601
84603
|
label: "Copy ID",
|
|
@@ -85078,7 +85080,7 @@ const RB = /* @__PURE__ */ B({
|
|
|
85078
85080
|
})).sort((c, d) => c.label.localeCompare(d.label)));
|
|
85079
85081
|
return (a, c) => {
|
|
85080
85082
|
const d = E("PSelect");
|
|
85081
|
-
return k(), D(d,
|
|
85083
|
+
return k(), D(d, dt({
|
|
85082
85084
|
modelValue: o.value,
|
|
85083
85085
|
"onUpdate:modelValue": c[0] || (c[0] = (p) => o.value = p),
|
|
85084
85086
|
class: "block-type-select"
|
|
@@ -85135,7 +85137,7 @@ const RB = /* @__PURE__ */ B({
|
|
|
85135
85137
|
for (const _ of m.options)
|
|
85136
85138
|
vP(_) && !p.has(_.value) && f.add(_.value);
|
|
85137
85139
|
f.size !== 0 && (!o.value && s.value && f.has(s.value) ? s.value = void 0 : Array.isArray(s.value) && s.value.length && (s.value = s.value.filter((m) => !f.has(m))));
|
|
85138
|
-
}), (c, d) => (k(), D(g(rs),
|
|
85140
|
+
}), (c, d) => (k(), D(g(rs), dt({
|
|
85139
85141
|
modelValue: s.value,
|
|
85140
85142
|
"onUpdate:modelValue": d[0] || (d[0] = (p) => s.value = p)
|
|
85141
85143
|
}, { options: a.value, multiple: o.value, emptyMessage: c.emptyMessage }), {
|
|
@@ -85659,7 +85661,7 @@ const RB = /* @__PURE__ */ B({
|
|
|
85659
85661
|
return (l, a) => {
|
|
85660
85662
|
const c = E("p-number-input"), d = E("p-select");
|
|
85661
85663
|
return k(), H("div", q3e, [
|
|
85662
|
-
v(c,
|
|
85664
|
+
v(c, dt({
|
|
85663
85665
|
modelValue: i.value,
|
|
85664
85666
|
"onUpdate:modelValue": a[0] || (a[0] = (p) => i.value = p)
|
|
85665
85667
|
}, l.$attrs, { min: l.min }), null, 16, ["modelValue", "min"]),
|
|
@@ -85856,7 +85858,7 @@ const RB = /* @__PURE__ */ B({
|
|
|
85856
85858
|
}
|
|
85857
85859
|
return (m, _) => {
|
|
85858
85860
|
const b = E("p-combobox");
|
|
85859
|
-
return k(), D(b,
|
|
85861
|
+
return k(), D(b, dt({
|
|
85860
85862
|
modelValue: o.value,
|
|
85861
85863
|
"onUpdate:modelValue": _[0] || (_[0] = (T) => o.value = T)
|
|
85862
85864
|
}, { options: p.value, multiple: m.multiple }, {
|
|
@@ -86101,7 +86103,7 @@ const RB = /* @__PURE__ */ B({
|
|
|
86101
86103
|
});
|
|
86102
86104
|
return (i, u) => {
|
|
86103
86105
|
const l = E("p-key-value");
|
|
86104
|
-
return k(), D(l,
|
|
86106
|
+
return k(), D(l, dt({
|
|
86105
86107
|
label: "Related Resources",
|
|
86106
86108
|
class: "event-related-key-value"
|
|
86107
86109
|
}, { alternate: i.alternate }), vt({ _: 2 }, [
|
|
@@ -86136,7 +86138,7 @@ const RB = /* @__PURE__ */ B({
|
|
|
86136
86138
|
const { EventResourceIconText: e } = An();
|
|
86137
86139
|
return (n, r) => {
|
|
86138
86140
|
const o = E("p-key-value");
|
|
86139
|
-
return k(), D(o,
|
|
86141
|
+
return k(), D(o, dt({
|
|
86140
86142
|
label: "Resource",
|
|
86141
86143
|
class: "event-resource-key-value"
|
|
86142
86144
|
}, { alternate: n.alternate }), {
|
|
@@ -86295,7 +86297,7 @@ const RB = /* @__PURE__ */ B({
|
|
|
86295
86297
|
layout: n.value
|
|
86296
86298
|
}, {
|
|
86297
86299
|
date: w(({ item: i }) => [
|
|
86298
|
-
g(xb)(i) ? (k(), D(aOe, Ut(
|
|
86300
|
+
g(xb)(i) ? (k(), D(aOe, Ut(dt({ key: 0 }, { event: i, startDate: r.startDate, endDate: r.endDate, layout: n.value })), null, 16)) : G("", !0)
|
|
86299
86301
|
]),
|
|
86300
86302
|
point: w(({ item: i }) => [
|
|
86301
86303
|
g(xb)(i) ? (k(), D(rOe, {
|
|
@@ -86872,7 +86874,7 @@ const RB = /* @__PURE__ */ B({
|
|
|
86872
86874
|
ref: u,
|
|
86873
86875
|
class: "workspace-events-line-chart"
|
|
86874
86876
|
}, [
|
|
86875
|
-
v(g(GH),
|
|
86877
|
+
v(g(GH), dt({
|
|
86876
86878
|
cursor: g(i),
|
|
86877
86879
|
"onUpdate:cursor": C[4] || (C[4] = (N) => Ne(i) ? i.value = N : null)
|
|
86878
86880
|
}, { startDate: o.value, endDate: s.value }), {
|
|
@@ -86881,7 +86883,7 @@ const RB = /* @__PURE__ */ B({
|
|
|
86881
86883
|
q("span", VOe, J(g(J3)(N)), 1)
|
|
86882
86884
|
]),
|
|
86883
86885
|
default: w(() => [
|
|
86884
|
-
v(g(HH),
|
|
86886
|
+
v(g(HH), dt({
|
|
86885
86887
|
"selection-start": g(a),
|
|
86886
86888
|
"onUpdate:selectionStart": C[2] || (C[2] = (N) => Ne(a) ? a.value = N : null),
|
|
86887
86889
|
"selection-end": g(c),
|
|
@@ -87257,7 +87259,7 @@ const o8e = {
|
|
|
87257
87259
|
label: "None"
|
|
87258
87260
|
}), c;
|
|
87259
87261
|
});
|
|
87260
|
-
return (c, d) => (k(), D(g(rs),
|
|
87262
|
+
return (c, d) => (k(), D(g(rs), dt({
|
|
87261
87263
|
modelValue: s.value,
|
|
87262
87264
|
"onUpdate:modelValue": d[0] || (d[0] = (p) => s.value = p)
|
|
87263
87265
|
}, { options: a.value, multiple: o.value, emptyMessage: c.emptyMessage }), {
|
|
@@ -88084,7 +88086,7 @@ const o8e = {
|
|
|
88084
88086
|
throw new Error(`AutomationActionInput.vue missing case for action type: ${s.type}`);
|
|
88085
88087
|
}
|
|
88086
88088
|
});
|
|
88087
|
-
return (s, i) => o.value ? (k(), D(mr(o.value.component),
|
|
88089
|
+
return (s, i) => o.value ? (k(), D(mr(o.value.component), dt({ key: 0 }, o.value.props, { class: "automation-action-input" }), null, 16)) : G("", !0);
|
|
88088
88090
|
}
|
|
88089
88091
|
}), b8e = { class: "automation-action-description-change-flow-run-state" }, w8e = /* @__PURE__ */ B({
|
|
88090
88092
|
__name: "AutomationActionDescriptionChangeFlowRunState",
|
|
@@ -88193,7 +88195,7 @@ const X8e = /* @__PURE__ */ Al(L8e, [["render", N8e]]), B8e = { class: "automati
|
|
|
88193
88195
|
return (u, l) => {
|
|
88194
88196
|
const a = E("p-button"), c = E("p-code-highlight"), d = E("p-modal");
|
|
88195
88197
|
return k(), H(ce, null, [
|
|
88196
|
-
q("div",
|
|
88198
|
+
q("div", dt({ class: "automation-action-description-run-deployment" }, u.$attrs), [
|
|
88197
88199
|
u.action.deploymentId ? (k(), H(ce, { key: 0 }, [
|
|
88198
88200
|
q("span", B8e, [
|
|
88199
88201
|
$("Run deployment: "),
|
|
@@ -88336,7 +88338,7 @@ const X8e = /* @__PURE__ */ Al(L8e, [["render", N8e]]), B8e = { class: "automati
|
|
|
88336
88338
|
throw new Error(`AutomationActionDescription has no case for type: ${r.type}`);
|
|
88337
88339
|
}
|
|
88338
88340
|
});
|
|
88339
|
-
return (r, o) => n.value ? (k(), D(mr(n.value.component),
|
|
88341
|
+
return (r, o) => n.value ? (k(), D(mr(n.value.component), dt({ key: 0 }, n.value.props, { class: "automation-action-description" }), null, 16)) : G("", !0);
|
|
88340
88342
|
}
|
|
88341
88343
|
}), H8e = {}, $8e = { class: "automation-trigger-description-custom" };
|
|
88342
88344
|
function z8e(t, e) {
|
|
@@ -88526,7 +88528,7 @@ const j8e = /* @__PURE__ */ Al(H8e, [["render", z8e]]), Z8e = { class: "automati
|
|
|
88526
88528
|
throw new Error(`AutomationTriggerDescription missing case for trigger template: ${o}`);
|
|
88527
88529
|
}
|
|
88528
88530
|
});
|
|
88529
|
-
return (r, o) => (k(), D(mr(n.value.component),
|
|
88531
|
+
return (r, o) => (k(), D(mr(n.value.component), dt(n.value.props, { class: "automation-trigger-description" }), null, 16));
|
|
88530
88532
|
}
|
|
88531
88533
|
}), l1 = /* @__PURE__ */ B({
|
|
88532
88534
|
__name: "AutomationTriggerEventPostureSelect",
|
|
@@ -89120,7 +89122,7 @@ const j8e = /* @__PURE__ */ Al(H8e, [["render", z8e]]), Z8e = { class: "automati
|
|
|
89120
89122
|
function o(s) {
|
|
89121
89123
|
e.value = s;
|
|
89122
89124
|
}
|
|
89123
|
-
return (s, i) => (k(), D(mr(r.value.component),
|
|
89125
|
+
return (s, i) => (k(), D(mr(r.value.component), dt(r.value.props, { class: "automation-trigger-event-input" }), null, 16));
|
|
89124
89126
|
}
|
|
89125
89127
|
}), mFe = /* @__PURE__ */ q("code", null, "event", -1), aLe = /* @__PURE__ */ B({
|
|
89126
89128
|
__name: "AutomationTriggerCustomInput",
|
|
@@ -90057,7 +90059,7 @@ export {
|
|
|
90057
90059
|
Cx as lr,
|
|
90058
90060
|
_J as ls,
|
|
90059
90061
|
Az as lt,
|
|
90060
|
-
|
|
90062
|
+
pt as lu,
|
|
90061
90063
|
Cz as lv,
|
|
90062
90064
|
cv as lw,
|
|
90063
90065
|
WJ as lx,
|
|
@@ -90218,4 +90220,4 @@ export {
|
|
|
90218
90220
|
EF as y,
|
|
90219
90221
|
d2 as z
|
|
90220
90222
|
};
|
|
90221
|
-
//# sourceMappingURL=index-
|
|
90223
|
+
//# sourceMappingURL=index-oGR3vWBM.mjs.map
|