@kestra-io/ui-libs 0.0.254 → 0.0.255
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/components/plugins/CollapsibleProperties.vue.d.ts.map +1 -1
- package/dist/{index-Bp7RR5Ge.js → index-DLPR2Mmj.js} +6 -5
- package/dist/{index-Bp7RR5Ge.js.map → index-DLPR2Mmj.js.map} +1 -1
- package/dist/{index-BWpx6KHu.cjs → index-Dx-5UYk6.cjs} +3 -3
- package/dist/{index-BWpx6KHu.cjs.map → index-Dx-5UYk6.cjs.map} +1 -1
- package/dist/kestra-index.cjs.js +1 -1
- package/dist/kestra-index.es.js +1 -1
- package/dist/{shikiToolset-DfrJSl2f.cjs → shikiToolset-BmMzjdQM.cjs} +2 -2
- package/dist/{shikiToolset-DfrJSl2f.cjs.map → shikiToolset-BmMzjdQM.cjs.map} +1 -1
- package/dist/{shikiToolset-DwiYWP4S.js → shikiToolset-yyitI8tW.js} +2 -2
- package/dist/{shikiToolset-DwiYWP4S.js.map → shikiToolset-yyitI8tW.js.map} +1 -1
- package/dist/ui-libs.css +1 -1
- package/package.json +1 -1
- package/src/components/plugins/CollapsibleProperties.vue +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CollapsibleProperties.vue.d.ts","sourceRoot":"","sources":["../../../src/components/plugins/CollapsibleProperties.vue"],"names":[],"mappings":"AAAA,OAuMW,EAGH,KAAK,YAAY,EAEpB,MAAM,yBAAyB,CAAC;AAYjC,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC;IAC1C,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAA;CACxB,CAAC;
|
|
1
|
+
{"version":3,"file":"CollapsibleProperties.vue.d.ts","sourceRoot":"","sources":["../../../src/components/plugins/CollapsibleProperties.vue"],"names":[],"mappings":"AAAA,OAuMW,EAGH,KAAK,YAAY,EAEpB,MAAM,yBAAyB,CAAC;AAYjC,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC;IAC1C,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAA;CACxB,CAAC;AA8WN,QAAA,IAAI,QAAQ;;CAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAiCjD,QAAA,MAAM,eAAe;;;;;UAxZN,MAAM;uBAIO,OAAO;iBAEb,OAAO;gBAJR,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC;iBAC3B,OAAO;kBAEN,MAAM,EAAE;6EAuZ7B,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAY1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -7230,7 +7230,8 @@ const Yg = /* @__PURE__ */ H(Bg, [["render", Kg]]), qg = { class: "border overfl
|
|
|
7230
7230
|
"clickable-text": a.sectionName,
|
|
7231
7231
|
href: a.href,
|
|
7232
7232
|
onExpand: s[2] || (s[2] = (c) => l("expand")),
|
|
7233
|
-
"initially-expanded": a.initiallyExpanded || o.value
|
|
7233
|
+
"initially-expanded": a.initiallyExpanded || o.value,
|
|
7234
|
+
"no-url-change": a.noUrlChange
|
|
7234
7235
|
}, Li({ _: 2 }, [
|
|
7235
7236
|
Object.keys(a.properties ?? {}).length > 0 ? {
|
|
7236
7237
|
name: "content",
|
|
@@ -7322,9 +7323,9 @@ const Yg = /* @__PURE__ */ H(Bg, [["render", Kg]]), qg = { class: "border overfl
|
|
|
7322
7323
|
]),
|
|
7323
7324
|
key: "0"
|
|
7324
7325
|
} : void 0
|
|
7325
|
-
]), 1032, ["clickable-text", "href", "initially-expanded"]));
|
|
7326
|
+
]), 1032, ["clickable-text", "href", "initially-expanded", "no-url-change"]));
|
|
7326
7327
|
}
|
|
7327
|
-
}), Yt = /* @__PURE__ */ H(nh, [["__scopeId", "data-v-
|
|
7328
|
+
}), Yt = /* @__PURE__ */ H(nh, [["__scopeId", "data-v-1b987541"]]), lh = { class: "d-flex flex-column gap-6" }, ih = { class: "d-flex flex-column gap-3" }, oh = {
|
|
7328
7329
|
key: 0,
|
|
7329
7330
|
class: "alert alert-info mb-2",
|
|
7330
7331
|
role: "alert"
|
|
@@ -7382,7 +7383,7 @@ type: "${l.pluginType}"
|
|
|
7382
7383
|
javascript: k,
|
|
7383
7384
|
createJavaScriptRegexEngine: g,
|
|
7384
7385
|
createHighlighterCore: E
|
|
7385
|
-
} = ([t, n] = Sl(() => import("./shikiToolset-
|
|
7386
|
+
} = ([t, n] = Sl(() => import("./shikiToolset-yyitI8tW.js")), t = await t, n(), t);
|
|
7386
7387
|
c.value = ([t, n] = Sl(() => E({
|
|
7387
7388
|
themes: [
|
|
7388
7389
|
l.darkMode ? b : h
|
|
@@ -9352,4 +9353,4 @@ export {
|
|
|
9352
9353
|
D_ as k,
|
|
9353
9354
|
$_ as s
|
|
9354
9355
|
};
|
|
9355
|
-
//# sourceMappingURL=index-
|
|
9356
|
+
//# sourceMappingURL=index-DLPR2Mmj.js.map
|