@kestra-io/ui-libs 0.0.190 → 0.0.192
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/{FlowYamlUtils-f85Q_6sk.js → FlowYamlUtils-DhqWzMk-.js} +956 -889
- package/dist/{FlowYamlUtils-f85Q_6sk.js.map → FlowYamlUtils-DhqWzMk-.js.map} +1 -1
- package/dist/FlowYamlUtils-_TJm7uLE.cjs +2 -0
- package/dist/{FlowYamlUtils-BfpB1rP0.cjs.map → FlowYamlUtils-_TJm7uLE.cjs.map} +1 -1
- package/dist/components/plugins/CollapsibleProperties.vue.d.ts.map +1 -1
- package/dist/kestra-flowyamlutils.cjs.js +1 -1
- package/dist/kestra-flowyamlutils.es.js +28 -24
- package/dist/kestra-index.cjs.js +2 -2
- package/dist/kestra-index.cjs.js.map +1 -1
- package/dist/kestra-index.es.js +401 -401
- package/dist/kestra-index.es.js.map +1 -1
- package/dist/ui-libs.css +1 -1
- package/dist/utils/FlowYamlUtils.d.ts +16 -0
- package/dist/utils/FlowYamlUtils.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/plugins/CollapsibleProperties.vue +0 -1
- package/src/utils/FlowYamlUtils.test.ts +287 -1
- package/src/utils/FlowYamlUtils.ts +134 -3
- package/dist/FlowYamlUtils-BfpB1rP0.cjs +0 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CollapsibleProperties.vue.d.ts","sourceRoot":"","sources":["../../../src/components/plugins/CollapsibleProperties.vue"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"CollapsibleProperties.vue.d.ts","sourceRoot":"","sources":["../../../src/components/plugins/CollapsibleProperties.vue"],"names":[],"mappings":"AAAA,OA0LW,EAGH,KAAK,YAAY,EAEpB,MAAM,yBAAyB,CAAC;AAYjC,KAAK,WAAW,GAAG;IAAE,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAC;IAAC,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC;IAAC,WAAW,CAAC,EAAE,OAAO,CAAC;IAAC,iBAAiB,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAkE7J,iBAAS,cAAc;WAyQT,OAAO,IAA6B;;;;YAVnB,GAAG;;;;EAejC;AAyBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;UA1WW,MAAM;uBAA6G,OAAO;gBAAhF,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC;iBAAgB,OAAO;wFAmX3H,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("js-yaml");require("yaml");const e=require("./FlowYamlUtils-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("js-yaml");require("yaml");const e=require("./FlowYamlUtils-_TJm7uLE.cjs");exports.FLOW_SECTION_KEYS=e.FLOW_SECTION_KEYS;exports.ORDERED_FLOW_ROOT_KEYS=e.ORDERED_FLOW_ROOT_KEYS;exports.checkBlockAlreadyExists=e.checkBlockAlreadyExists;exports.cleanMetadata=e.cleanMetadata;exports.deleteBlock=e.deleteBlock;exports.deleteBlockWithPath=e.deleteBlockWithPath;exports.deleteMetadata=e.deleteMetadata;exports.deletePluginDefaults=e.deletePluginDefaults;exports.extractBlock=e.extractBlock;exports.extractBlockWithPath=e.extractBlockWithPath;exports.extractFieldFromMaps=e.extractFieldFromMaps;exports.extractPluginDefault=e.extractPluginDefault;exports.flowHaveTasks=e.flowHaveTasks;exports.getAllCharts=e.getAllCharts;exports.getChartAtPosition=e.getChartAtPosition;exports.getLastBlock=e.getLastBlock;exports.getMetadata=e.getMetadata;exports.getTypeAtPosition=e.getTypeAtPosition;exports.insertBlock=e.insertBlock;exports.insertBlockWithPath=e.insertBlockWithPath;exports.insertErrorInFlowable=e.insertErrorInFlowable;exports.isParentChildrenRelation=e.isParentChildrenRelation;exports.localizeElementAtIndex=e.localizeElementAtIndex;exports.pairsToMap=e.pairsToMap;exports.parse=e.parse;exports.parsePath=e.parsePath;exports.replaceBlockInDocument=e.replaceBlockInDocument;exports.replaceIdAndNamespace=e.replaceIdAndNamespace;exports.replacePluginDefaultsInDocument=e.replacePluginDefaultsInDocument;exports.sort=e.sort;exports.stringify=e.stringify;exports.swapBlocks=e.swapBlocks;exports.updateMetadata=e.updateMetadata;
|
|
2
2
|
//# sourceMappingURL=kestra-flowyamlutils.cjs.js.map
|
|
@@ -1,35 +1,39 @@
|
|
|
1
1
|
import "js-yaml";
|
|
2
2
|
import "yaml";
|
|
3
|
-
import {
|
|
3
|
+
import { ai as l, aj as o, t as r, c as i, w as c, ah as n, b as d, d as p, z as h, ae as k, e as g, a as u, f as B, m as P, k as m, v as f, g as x, j as E, x as D, ag as A, i as I, q as M, l as O, p as F, n as T, af as W, y as _, h as w, r as y, s as C, o as R, ad as L, u as S } from "./FlowYamlUtils-DhqWzMk-.js";
|
|
4
4
|
export {
|
|
5
5
|
l as FLOW_SECTION_KEYS,
|
|
6
6
|
o as ORDERED_FLOW_ROOT_KEYS,
|
|
7
7
|
r as checkBlockAlreadyExists,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
n as
|
|
11
|
-
d as
|
|
12
|
-
p as
|
|
8
|
+
i as cleanMetadata,
|
|
9
|
+
c as deleteBlock,
|
|
10
|
+
n as deleteBlockWithPath,
|
|
11
|
+
d as deleteMetadata,
|
|
12
|
+
p as deletePluginDefaults,
|
|
13
|
+
h as extractBlock,
|
|
14
|
+
k as extractBlockWithPath,
|
|
13
15
|
g as extractFieldFromMaps,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
u as extractPluginDefault,
|
|
17
|
+
B as flowHaveTasks,
|
|
18
|
+
P as getAllCharts,
|
|
19
|
+
m as getChartAtPosition,
|
|
20
|
+
f as getLastBlock,
|
|
19
21
|
x as getMetadata,
|
|
20
|
-
|
|
22
|
+
E as getTypeAtPosition,
|
|
21
23
|
D as insertBlock,
|
|
22
|
-
A as
|
|
23
|
-
I as
|
|
24
|
-
M as
|
|
25
|
-
O as
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
24
|
+
A as insertBlockWithPath,
|
|
25
|
+
I as insertErrorInFlowable,
|
|
26
|
+
M as isParentChildrenRelation,
|
|
27
|
+
O as localizeElementAtIndex,
|
|
28
|
+
F as pairsToMap,
|
|
29
|
+
T as parse,
|
|
30
|
+
W as parsePath,
|
|
31
|
+
_ as replaceBlockInDocument,
|
|
32
|
+
w as replaceIdAndNamespace,
|
|
33
|
+
y as replacePluginDefaultsInDocument,
|
|
34
|
+
C as sort,
|
|
35
|
+
R as stringify,
|
|
36
|
+
L as swapBlocks,
|
|
37
|
+
S as updateMetadata
|
|
34
38
|
};
|
|
35
39
|
//# sourceMappingURL=kestra-flowyamlutils.es.js.map
|