@kestra-io/ui-libs 0.0.83 → 0.0.88

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.
Files changed (138) hide show
  1. package/dist/assets/icons/SplitCellsHorizontal.vue.d.ts +5 -0
  2. package/dist/assets/icons/SplitCellsHorizontal.vue.d.ts.map +1 -0
  3. package/dist/assets/icons/SplitCellsVertical.vue.d.ts +5 -0
  4. package/dist/assets/icons/SplitCellsVertical.vue.d.ts.map +1 -0
  5. package/dist/components/buttons/AddTaskButton.vue.d.ts +6 -0
  6. package/dist/components/buttons/AddTaskButton.vue.d.ts.map +1 -0
  7. package/dist/components/content/Alert.vue.d.ts +21 -0
  8. package/dist/components/content/Alert.vue.d.ts.map +1 -0
  9. package/dist/components/content/Collapse.vue.d.ts +21 -0
  10. package/dist/components/content/Collapse.vue.d.ts.map +1 -0
  11. package/dist/components/content/ConfigPropertyCard.vue.d.ts +11 -0
  12. package/dist/components/content/ConfigPropertyCard.vue.d.ts.map +1 -0
  13. package/dist/components/content/MDCRenderer.vue.d.ts +3 -0
  14. package/dist/components/content/MDCRenderer.vue.d.ts.map +1 -0
  15. package/dist/components/content/Mermaid.vue.d.ts +18 -0
  16. package/dist/components/content/Mermaid.vue.d.ts.map +1 -0
  17. package/dist/components/content/NextLink.vue.d.ts +18 -0
  18. package/dist/components/content/NextLink.vue.d.ts.map +1 -0
  19. package/dist/components/content/ProseBlockquote.vue.d.ts +18 -0
  20. package/dist/components/content/ProseBlockquote.vue.d.ts.map +1 -0
  21. package/dist/components/content/ProseCode.vue.d.ts +18 -0
  22. package/dist/components/content/ProseCode.vue.d.ts.map +1 -0
  23. package/dist/components/content/ProsePre.vue.d.ts +31 -0
  24. package/dist/components/content/ProsePre.vue.d.ts.map +1 -0
  25. package/dist/components/content/ProseTable.vue.d.ts +18 -0
  26. package/dist/components/content/ProseTable.vue.d.ts.map +1 -0
  27. package/dist/components/index.d.ts +9 -0
  28. package/dist/components/index.d.ts.map +1 -0
  29. package/dist/components/misc/Duration.vue.d.ts +6 -0
  30. package/dist/components/misc/Duration.vue.d.ts.map +1 -0
  31. package/dist/components/misc/ExecutionInformations.vue.d.ts +14 -0
  32. package/dist/components/misc/ExecutionInformations.vue.d.ts.map +1 -0
  33. package/dist/components/misc/State.vue.d.ts +8 -0
  34. package/dist/components/misc/State.vue.d.ts.map +1 -0
  35. package/dist/components/misc/TaskIcon.vue.d.ts +13 -0
  36. package/dist/components/misc/TaskIcon.vue.d.ts.map +1 -0
  37. package/dist/components/misc/Tooltip.vue.d.ts +29 -0
  38. package/dist/components/misc/Tooltip.vue.d.ts.map +1 -0
  39. package/dist/components/nodes/BasicNode.vue.d.ts +71 -0
  40. package/dist/components/nodes/BasicNode.vue.d.ts.map +1 -0
  41. package/dist/components/nodes/ClusterNode.vue.d.ts +49 -0
  42. package/dist/components/nodes/ClusterNode.vue.d.ts.map +1 -0
  43. package/dist/components/nodes/CollapsedClusterNode.vue.d.ts +190 -0
  44. package/dist/components/nodes/CollapsedClusterNode.vue.d.ts.map +1 -0
  45. package/dist/components/nodes/DependenciesNode.vue.d.ts +65 -0
  46. package/dist/components/nodes/DependenciesNode.vue.d.ts.map +1 -0
  47. package/dist/components/nodes/DotNode.vue.d.ts +133 -0
  48. package/dist/components/nodes/DotNode.vue.d.ts.map +1 -0
  49. package/dist/components/nodes/EdgeNode.vue.d.ts +103 -0
  50. package/dist/components/nodes/EdgeNode.vue.d.ts.map +1 -0
  51. package/dist/components/nodes/TaskNode.vue.d.ts +202 -0
  52. package/dist/components/nodes/TaskNode.vue.d.ts.map +1 -0
  53. package/dist/components/nodes/TriggerNode.vue.d.ts +170 -0
  54. package/dist/components/nodes/TriggerNode.vue.d.ts.map +1 -0
  55. package/dist/components/plugins/PropertyDetail.vue.d.ts +32 -0
  56. package/dist/components/plugins/PropertyDetail.vue.d.ts.map +1 -0
  57. package/dist/components/plugins/PropertyType.vue.d.ts +31 -0
  58. package/dist/components/plugins/PropertyType.vue.d.ts.map +1 -0
  59. package/dist/components/plugins/SchemaToCode.vue.d.ts +22 -0
  60. package/dist/components/plugins/SchemaToCode.vue.d.ts.map +1 -0
  61. package/dist/components/plugins/SchemaToHtml.vue.d.ts +53 -0
  62. package/dist/components/plugins/SchemaToHtml.vue.d.ts.map +1 -0
  63. package/dist/components/topology/Topology.vue.d.ts +157 -0
  64. package/dist/components/topology/Topology.vue.d.ts.map +1 -0
  65. package/dist/composables/getMDCParser.d.ts +3 -0
  66. package/dist/composables/getMDCParser.d.ts.map +1 -0
  67. package/dist/composables/useMarkdownParser.d.ts +4 -0
  68. package/dist/composables/useMarkdownParser.d.ts.map +1 -0
  69. package/dist/index.d.ts +8 -0
  70. package/dist/index.d.ts.map +1 -0
  71. package/dist/kestra-ui.js +15093 -10840
  72. package/dist/kestra-ui.js.map +1 -1
  73. package/dist/kestra-ui.umd.cjs +47 -21
  74. package/dist/kestra-ui.umd.cjs.map +1 -1
  75. package/dist/style.css +1 -1
  76. package/dist/utils/Utils.d.ts +14 -0
  77. package/dist/utils/Utils.d.ts.map +1 -0
  78. package/dist/utils/VueFlowUtils.d.ts +93 -0
  79. package/dist/utils/VueFlowUtils.d.ts.map +1 -0
  80. package/dist/utils/YamlUtils.d.ts +42 -0
  81. package/dist/utils/YamlUtils.d.ts.map +1 -0
  82. package/dist/utils/constants.d.ts +33 -0
  83. package/dist/utils/constants.d.ts.map +1 -0
  84. package/dist/utils/global.d.ts +14 -0
  85. package/dist/utils/global.d.ts.map +1 -0
  86. package/dist/utils/state.d.ts +42 -0
  87. package/dist/utils/state.d.ts.map +1 -0
  88. package/package.json +45 -9
  89. package/src/components/buttons/AddTaskButton.vue +10 -15
  90. package/src/components/content/Alert.vue +8 -10
  91. package/src/components/content/Collapse.vue +10 -23
  92. package/src/components/content/ConfigPropertyCard.vue +8 -19
  93. package/src/components/content/MDCRenderer.vue +3 -2
  94. package/src/components/content/Mermaid.vue +2 -2
  95. package/src/components/content/NextLink.vue +1 -7
  96. package/src/components/content/ProseBlockquote.vue +0 -3
  97. package/src/components/content/ProsePre.vue +56 -73
  98. package/src/components/content/ProseTable.vue +0 -3
  99. package/src/components/index.ts +19 -0
  100. package/src/components/misc/Duration.vue +86 -86
  101. package/src/components/misc/ExecutionInformations.vue +94 -87
  102. package/src/components/misc/State.vue +47 -45
  103. package/src/components/misc/TaskIcon.vue +68 -83
  104. package/src/components/misc/Tooltip.vue +32 -34
  105. package/src/components/nodes/BasicNode.vue +5 -5
  106. package/src/components/nodes/ClusterNode.vue +3 -3
  107. package/src/components/nodes/CollapsedClusterNode.vue +3 -3
  108. package/src/components/nodes/DependenciesNode.vue +42 -45
  109. package/src/components/nodes/EdgeNode.vue +35 -35
  110. package/src/components/nodes/TaskNode.vue +8 -8
  111. package/src/components/nodes/TriggerNode.vue +4 -4
  112. package/src/components/plugins/PropertyDetail.vue +16 -23
  113. package/src/components/plugins/PropertyType.vue +32 -8
  114. package/src/components/plugins/SchemaToCode.vue +56 -77
  115. package/src/components/plugins/SchemaToHtml.vue +38 -14
  116. package/src/components/topology/Topology.vue +140 -126
  117. package/src/composables/getMDCParser.ts +13 -0
  118. package/src/composables/{useMarkdownParser.js → useMarkdownParser.ts} +39 -33
  119. package/src/index.ts +9 -0
  120. package/src/material-icons.d.ts +5 -0
  121. package/src/scss/color-palette.scss +73 -0
  122. package/src/scss/theme-dark.scss +160 -0
  123. package/src/scss/theme-light.scss +160 -0
  124. package/src/utils/Utils.ts +80 -0
  125. package/src/utils/VueFlowUtils.ts +707 -0
  126. package/src/utils/YamlUtils.ts +643 -0
  127. package/src/utils/{constants.js → constants.ts} +16 -18
  128. package/src/utils/global.ts +36 -0
  129. package/src/utils/{state.js → state.ts} +17 -8
  130. package/src/vite.d.ts +1 -0
  131. package/dist/_theme-dark.scss +0 -20
  132. package/dist/_variables.scss +0 -119
  133. package/src/components/index.js +0 -29
  134. package/src/index.js +0 -7
  135. package/src/utils/Utils.js +0 -62
  136. package/src/utils/VueFlowUtils.js +0 -502
  137. package/src/utils/YamlUtils.js +0 -554
  138. package/src/utils/global.js +0 -23
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<any, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<any> & Readonly<{
2
+ onClick?: ((...args: any[]) => any) | undefined;
3
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4
+ export default _default;
5
+ //# sourceMappingURL=SplitCellsHorizontal.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SplitCellsHorizontal.vue.d.ts","sourceRoot":"","sources":["../../../src/assets/icons/SplitCellsHorizontal.vue"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<any, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<any> & Readonly<{
2
+ onClick?: ((...args: any[]) => any) | undefined;
3
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4
+ export default _default;
5
+ //# sourceMappingURL=SplitCellsVertical.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SplitCellsVertical.vue.d.ts","sourceRoot":"","sources":["../../../src/assets/icons/SplitCellsVertical.vue"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ type __VLS_Props = {
2
+ addTask?: boolean;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
5
+ export default _default;
6
+ //# sourceMappingURL=AddTaskButton.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddTaskButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/AddTaskButton.vue"],"names":[],"mappings":"AAyCI,KAAK,WAAW,GAAG;IAAC,OAAO,CAAC,EAAE,OAAO,CAAA;CAAC,CAAC;;AAyD3C,wBAOG"}
@@ -0,0 +1,21 @@
1
+ type __VLS_Props = {
2
+ type?: "info" | "warning" | "danger" | "success";
3
+ };
4
+ declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ default?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ rootEl: HTMLDivElement;
11
+ };
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
14
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
+ export default _default;
16
+ type __VLS_WithTemplateSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
21
+ //# sourceMappingURL=Alert.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Alert.vue.d.ts","sourceRoot":"","sources":["../../../src/components/content/Alert.vue"],"names":[],"mappings":"AAiCI,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,CAAA;CACnD,CAAC;AASN,iBAAS,cAAc;WA2BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,21 @@
1
+ type __VLS_Props = {
2
+ title: string;
3
+ };
4
+ declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ default?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ rootEl: any;
11
+ };
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
+ export default _default;
16
+ type __VLS_WithTemplateSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
21
+ //# sourceMappingURL=Collapse.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Collapse.vue.d.ts","sourceRoot":"","sources":["../../../src/components/content/Collapse.vue"],"names":[],"mappings":"AA2DI,KAAK,WAAW,GAAG;IACf,KAAK,EAAE,MAAM,CAAA;CAChB,CAAC;AAYN,iBAAS,cAAc;WAiET,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,11 @@
1
+ type __VLS_Props = {
2
+ type: string;
3
+ defaultValue?: string | boolean | number | string[] | any;
4
+ validValues?: string;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
+ defaultValue: string | boolean | number | string[] | any;
8
+ validValues: string;
9
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
10
+ export default _default;
11
+ //# sourceMappingURL=ConfigPropertyCard.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfigPropertyCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/content/ConfigPropertyCard.vue"],"names":[],"mappings":"AAsEI,KAAK,WAAW,GAAG;IACf,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,GAAG,CAAC;IAC1D,WAAW,CAAC,EAAE,MAAM,CAAA;CACvB,CAAC;;kBAFiB,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,GAAG;iBAC3C,MAAM;;AAuG5B,wBAQG"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
3
+ //# sourceMappingURL=MDCRenderer.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MDCRenderer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/content/MDCRenderer.vue"],"names":[],"mappings":";AAkEA,wBAMG"}
@@ -0,0 +1,18 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: any;
8
+ };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
18
+ //# sourceMappingURL=Mermaid.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Mermaid.vue.d.ts","sourceRoot":"","sources":["../../../src/components/content/Mermaid.vue"],"names":[],"mappings":"AAkCA,iBAAS,cAAc;WA0BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAKnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,18 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: HTMLDivElement;
8
+ };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
18
+ //# sourceMappingURL=NextLink.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NextLink.vue.d.ts","sourceRoot":"","sources":["../../../src/components/content/NextLink.vue"],"names":[],"mappings":"AAsCA,iBAAS,cAAc;WAqCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,18 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: HTMLQuoteElement;
8
+ };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLQuoteElement>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
18
+ //# sourceMappingURL=ProseBlockquote.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProseBlockquote.vue.d.ts","sourceRoot":"","sources":["../../../src/components/content/ProseBlockquote.vue"],"names":[],"mappings":"AASA,iBAAS,cAAc;WAwBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,4RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,18 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: HTMLElement;
8
+ };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLElement>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
18
+ //# sourceMappingURL=ProseCode.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProseCode.vue.d.ts","sourceRoot":"","sources":["../../../src/components/content/ProseCode.vue"],"names":[],"mappings":"AAsBA,iBAAS,cAAc;WAwBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,uRAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,31 @@
1
+ type __VLS_Props = {
2
+ code: string;
3
+ language: string;
4
+ filename: string;
5
+ highlights: string;
6
+ meta: string;
7
+ };
8
+ declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ default?(_: {}): any;
12
+ };
13
+ refs: {
14
+ copyButton: HTMLButtonElement;
15
+ copyTooltip: HTMLDivElement;
16
+ };
17
+ rootEl: any;
18
+ };
19
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
21
+ copyButton: HTMLButtonElement;
22
+ copyTooltip: HTMLDivElement;
23
+ }, any>;
24
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
+ export default _default;
26
+ type __VLS_WithTemplateSlots<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
29
+ };
30
+ };
31
+ //# sourceMappingURL=ProsePre.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProsePre.vue.d.ts","sourceRoot":"","sources":["../../../src/components/content/ProsePre.vue"],"names":[],"mappings":"AA4JI,KAAK,WAAW,GAAG;IACf,IAAI,EAAC,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAC,MAAM,CAAC;IAClB,IAAI,EAAC,MAAM,CAAC;CACf,CAAC;AA4CN,iBAAS,cAAc;WA4FT,OAAO,IAA6B;;yBAZpB,GAAG;;;;;;;EAiBhC;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;OAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,18 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: HTMLDivElement;
8
+ };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
18
+ //# sourceMappingURL=ProseTable.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProseTable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/content/ProseTable.vue"],"names":[],"mappings":"AA4CA,iBAAS,cAAc;WA8BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,9 @@
1
+ export { default as DependenciesNode } from "./nodes/DependenciesNode.vue";
2
+ export { default as Topology } from "./topology/Topology.vue";
3
+ export { default as ExecutionInformations } from "./misc/ExecutionInformations.vue";
4
+ export { default as State } from "./misc/State.vue";
5
+ export { default as TaskIcon } from "./misc/TaskIcon.vue";
6
+ export { default as AddTaskButton } from "./buttons/AddTaskButton.vue";
7
+ export { default as SchemaToHtml } from "./plugins/SchemaToHtml.vue";
8
+ export { default as MDCRenderer } from "./content/MDCRenderer.vue";
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +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,qBAAqB,EAAC,MAAM,kCAAkC,CAAC;AAClF,OAAO,EAAC,OAAO,IAAI,KAAK,EAAC,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,qBAAqB,CAAC;AAGxD,OAAO,EAAC,OAAO,IAAI,aAAa,EAAC,MAAM,6BAA6B,CAAC;AAGrE,OAAO,EAAC,OAAO,IAAI,YAAY,EAAC,MAAM,4BAA4B,CAAC;AAGnE,OAAO,EAAC,OAAO,IAAI,WAAW,EAAC,MAAM,2BAA2B,CAAC"}
@@ -0,0 +1,6 @@
1
+ type __VLS_Props = {
2
+ histories: any[];
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ export default _default;
6
+ //# sourceMappingURL=Duration.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Duration.vue.d.ts","sourceRoot":"","sources":["../../../src/components/misc/Duration.vue"],"names":[],"mappings":"AAyHI,KAAK,WAAW,GAAG;IACf,SAAS,EAAE,GAAG,EAAE,CAAC;CACpB,CAAC;;AAuJN,wBAOG"}
@@ -0,0 +1,14 @@
1
+ type __VLS_Props = {
2
+ color?: string;
3
+ uid?: string;
4
+ execution?: {
5
+ taskRunList: any[];
6
+ };
7
+ task: {
8
+ type: object;
9
+ default: null;
10
+ };
11
+ };
12
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
13
+ export default _default;
14
+ //# sourceMappingURL=ExecutionInformations.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExecutionInformations.vue.d.ts","sourceRoot":"","sources":["../../../src/components/misc/ExecutionInformations.vue"],"names":[],"mappings":"AA+HI,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE;QACR,WAAW,EAAE,GAAG,EAAE,CAAC;KACtB,CAAC;IACF,IAAI,EAAE;QACF,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,IAAI,CAAC;KACjB,CAAC;CACL,CAAC;;AA+IN,wBAOG"}
@@ -0,0 +1,8 @@
1
+ type __VLS_Props = {
2
+ color?: "primary" | "danger" | "success" | "warning";
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
5
+ color: "primary" | "danger" | "success" | "warning";
6
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
7
+ export default _default;
8
+ //# sourceMappingURL=State.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"State.vue.d.ts","sourceRoot":"","sources":["../../../src/components/misc/State.vue"],"names":[],"mappings":"AAoEI,KAAK,WAAW,GAAG;IACX,KAAK,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,CAAA;CACvD,CAAC;;WADU,SAAS,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS;;AAgGhE,wBAQG"}
@@ -0,0 +1,13 @@
1
+ type __VLS_Props = {
2
+ customIcon?: {
3
+ icon: string;
4
+ };
5
+ cls?: string;
6
+ theme?: "dark" | "light";
7
+ icons?: any;
8
+ onlyIcon?: boolean;
9
+ variable?: string;
10
+ };
11
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
12
+ export default _default;
13
+ //# sourceMappingURL=TaskIcon.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TaskIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/misc/TaskIcon.vue"],"names":[],"mappings":"AA2HI,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE;QAAC,IAAI,EAAC,MAAM,CAAC;KAAE,CAAC;IAC7B,GAAG,CAAC,EAAC,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACzB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;;AA8HN,wBAOG"}
@@ -0,0 +1,29 @@
1
+ type __VLS_Props = {
2
+ title?: string;
3
+ placement?: "top" | "right" | "bottom" | "left";
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ content?(_: {}): any;
10
+ };
11
+ refs: {
12
+ $tooltip: HTMLSpanElement;
13
+ $tooltipContent: HTMLSpanElement;
14
+ };
15
+ rootEl: any;
16
+ };
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
19
+ $tooltip: HTMLSpanElement;
20
+ $tooltipContent: HTMLSpanElement;
21
+ }, any>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
+ export default _default;
24
+ type __VLS_WithTemplateSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
27
+ };
28
+ };
29
+ //# sourceMappingURL=Tooltip.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/misc/Tooltip.vue"],"names":[],"mappings":"AAoEI,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAA;CAClD,CAAC;AA0BN,iBAAS,cAAc;WAyCT,OAAO,IAA6B;;yBAdrB,GAAG;yBACH,GAAG;;;;;;;EAkB/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;OAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,71 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<any, {}, {
2
+ filter: undefined;
3
+ isOpen: boolean;
4
+ }, any, {
5
+ mouseover(): void;
6
+ mouseleave(): void;
7
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("edit" | "delete" | "showDescription" | "expand" | "openLink" | "addTask" | "showLogs" | "mouseover" | "mouseleave" | "addError")[], "edit" | "delete" | "showDescription" | "expand" | "openLink" | "addTask" | "showLogs" | "mouseover" | "mouseleave" | "addError", import("vue").PublicProps, Readonly<any> & Readonly<{
8
+ onMouseleave?: ((...args: any[]) => any) | undefined;
9
+ onMouseover?: ((...args: any[]) => any) | undefined;
10
+ onOpenLink?: ((...args: any[]) => any) | undefined;
11
+ onEdit?: ((...args: any[]) => any) | undefined;
12
+ onDelete?: ((...args: any[]) => any) | undefined;
13
+ onShowDescription?: ((...args: any[]) => any) | undefined;
14
+ onAddTask?: ((...args: any[]) => any) | undefined;
15
+ onShowLogs?: ((...args: any[]) => any) | undefined;
16
+ onExpand?: ((...args: any[]) => any) | undefined;
17
+ onAddError?: ((...args: any[]) => any) | undefined;
18
+ }>, {
19
+ type: string;
20
+ id: string;
21
+ icons: Record<string, any>;
22
+ iconComponent: Record<string, any>;
23
+ disabled: boolean;
24
+ state: string;
25
+ }, {}, {
26
+ ArrowExpand: import("vue").Component;
27
+ InformationOutline: import("vue").Component;
28
+ OpenInNew: import("vue").Component;
29
+ Tooltip: {
30
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
31
+ title?: string;
32
+ placement?: "top" | "right" | "bottom" | "left";
33
+ }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{
34
+ title?: string;
35
+ placement?: "top" | "right" | "bottom" | "left";
36
+ }> & Readonly<{}>, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
37
+ $tooltip: HTMLSpanElement;
38
+ $tooltipContent: HTMLSpanElement;
39
+ }, any, import("vue").ComponentProvideOptions, {
40
+ P: {};
41
+ B: {};
42
+ D: {};
43
+ C: {};
44
+ M: {};
45
+ Defaults: {};
46
+ }, Readonly<{
47
+ title?: string;
48
+ placement?: "top" | "right" | "bottom" | "left";
49
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
50
+ __isFragment?: never;
51
+ __isTeleport?: never;
52
+ __isSuspense?: never;
53
+ } & import("vue").ComponentOptionsBase<Readonly<{
54
+ title?: string;
55
+ placement?: "top" | "right" | "bottom" | "left";
56
+ }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
57
+ $slots: {
58
+ default?(_: {}): any;
59
+ content?(_: {}): any;
60
+ };
61
+ });
62
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
63
+ content?(_: {}): any;
64
+ 'badge-button-before'?(_: {}): any;
65
+ 'badge-button-after'?(_: {}): any;
66
+ }>;
67
+ export default _default;
68
+ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
69
+ $slots: S;
70
+ });
71
+ //# sourceMappingURL=BasicNode.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BasicNode.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/BasicNode.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA0gB8B,GAAG;mCACW,GAAG;kCACJ,GAAG;;;6BAuTjB,CAAC,EAAE,CAAC"}
@@ -0,0 +1,49 @@
1
+ declare const _default: import("vue").DefineComponent<any, {
2
+ $emit: (event: "collapse", ...args: any[]) => void;
3
+ $props: {
4
+ readonly [x: string]: any;
5
+ };
6
+ }, {
7
+ tooltips: never[];
8
+ }, {
9
+ classes(): {
10
+ "unused-path": any;
11
+ };
12
+ clusterName(): string | undefined;
13
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<any> & Readonly<{}>, {}, {}, {
14
+ Tooltip: {
15
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
16
+ title?: string;
17
+ placement?: "top" | "right" | "bottom" | "left";
18
+ }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{
19
+ title?: string;
20
+ placement?: "top" | "right" | "bottom" | "left";
21
+ }> & Readonly<{}>, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
22
+ $tooltip: HTMLSpanElement;
23
+ $tooltipContent: HTMLSpanElement;
24
+ }, any, import("vue").ComponentProvideOptions, {
25
+ P: {};
26
+ B: {};
27
+ D: {};
28
+ C: {};
29
+ M: {};
30
+ Defaults: {};
31
+ }, Readonly<{
32
+ title?: string;
33
+ placement?: "top" | "right" | "bottom" | "left";
34
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
35
+ __isFragment?: never;
36
+ __isTeleport?: never;
37
+ __isSuspense?: never;
38
+ } & import("vue").ComponentOptionsBase<Readonly<{
39
+ title?: string;
40
+ placement?: "top" | "right" | "bottom" | "left";
41
+ }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
42
+ $slots: {
43
+ default?(_: {}): any;
44
+ content?(_: {}): any;
45
+ };
46
+ });
47
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
48
+ export default _default;
49
+ //# sourceMappingURL=ClusterNode.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ClusterNode.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/ClusterNode.vue"],"names":[],"mappings":""}