@kestra-io/ui-libs 0.0.260 → 0.0.262
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/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/plugins/CollapsibleProperties.vue.d.ts.map +1 -1
- package/dist/kestra-index.cjs.js +9 -9
- package/dist/kestra-index.cjs.js.map +1 -1
- package/dist/kestra-index.es.js +144 -143
- package/dist/kestra-index.es.js.map +1 -1
- package/dist/ui-libs.css +1 -1
- package/package.json +1 -1
- package/src/components/index.ts +2 -1
- package/src/components/plugins/CollapsibleProperties.vue +14 -4
|
@@ -2,6 +2,7 @@ export { default as DependenciesNode } from "./nodes/DependenciesNode.vue";
|
|
|
2
2
|
export { default as Topology } from "./topology/Topology.vue";
|
|
3
3
|
export { default as State } from "./misc/State.vue";
|
|
4
4
|
export { default as TaskIcon } from "./misc/TaskIcon.vue";
|
|
5
|
+
export { default as Collapsible } from "./misc/Collapsible.vue";
|
|
5
6
|
export { default as SchemaToHtml } from "./plugins/SchemaToHtml.vue";
|
|
6
7
|
export { default as PluginIndex } from "./plugins/PluginIndex.vue";
|
|
7
8
|
export { default as MDCRenderer } from "./content/MDCRenderer.vue";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,OAAO,IAAI,gBAAgB,EAAC,MAAM,8BAA8B,CAAA;AAGxE,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,yBAAyB,CAAC;AAG5D,OAAO,EAAC,OAAO,IAAI,KAAK,EAAC,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,OAAO,IAAI,gBAAgB,EAAC,MAAM,8BAA8B,CAAA;AAGxE,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,yBAAyB,CAAC;AAG5D,OAAO,EAAC,OAAO,IAAI,KAAK,EAAC,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAC,OAAO,IAAI,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAG9D,OAAO,EAAC,OAAO,IAAI,YAAY,EAAC,MAAM,4BAA4B,CAAC;AACnE,OAAO,EAAC,OAAO,IAAI,WAAW,EAAC,MAAM,2BAA2B,CAAC;AAGjE,OAAO,EAAC,OAAO,IAAI,WAAW,EAAC,MAAM,2BAA2B,CAAC"}
|
|
@@ -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,OAiNW,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;AAuYN,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;AAKjD,QAAA,MAAM,UAAU;;;;;UArZD,MAAM;uBAIO,OAAO;iBAEb,OAAO;gBAJR,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC;iBAC3B,OAAO;kBAEN,MAAM,EAAE;6EAoZ7B,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|