@kong-ui-public/entities-plugins 9.138.7 → 9.138.8

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 (190) hide show
  1. package/dist/entities-plugins.es.js +7185 -7087
  2. package/dist/entities-plugins.umd.js +32 -32
  3. package/dist/style.css +1 -1
  4. package/dist/types/components/PluginConfigCard.vue.d.ts +3 -2
  5. package/dist/types/components/PluginConfigCard.vue.d.ts.map +1 -1
  6. package/dist/types/components/PluginEntityForm.vue.d.ts +3 -2
  7. package/dist/types/components/PluginEntityForm.vue.d.ts.map +1 -1
  8. package/dist/types/components/PluginFieldRuleAlerts.vue.d.ts +2 -1
  9. package/dist/types/components/PluginFieldRuleAlerts.vue.d.ts.map +1 -1
  10. package/dist/types/components/PluginForm.vue.d.ts +3 -2
  11. package/dist/types/components/PluginForm.vue.d.ts.map +1 -1
  12. package/dist/types/components/PluginFormActionsWrapper.vue.d.ts +7 -6
  13. package/dist/types/components/PluginFormActionsWrapper.vue.d.ts.map +1 -1
  14. package/dist/types/components/PluginList.vue.d.ts +3 -2
  15. package/dist/types/components/PluginList.vue.d.ts.map +1 -1
  16. package/dist/types/components/PluginSelect.vue.d.ts +6 -5
  17. package/dist/types/components/PluginSelect.vue.d.ts.map +1 -1
  18. package/dist/types/components/custom-plugins/DeleteCustomPluginSchemaModal.vue.d.ts +3 -2
  19. package/dist/types/components/custom-plugins/DeleteCustomPluginSchemaModal.vue.d.ts.map +1 -1
  20. package/dist/types/components/custom-plugins/PluginCustomGrid.vue.d.ts +3 -2
  21. package/dist/types/components/custom-plugins/PluginCustomGrid.vue.d.ts.map +1 -1
  22. package/dist/types/components/fields/key-auth-identity-realms/Base.vue.d.ts +4 -3
  23. package/dist/types/components/fields/key-auth-identity-realms/Base.vue.d.ts.map +1 -1
  24. package/dist/types/components/fields/key-auth-identity-realms/FreeFormAdapter.vue.d.ts +5 -4
  25. package/dist/types/components/fields/key-auth-identity-realms/FreeFormAdapter.vue.d.ts.map +1 -1
  26. package/dist/types/components/fields/key-auth-identity-realms/VfgAdapter.vue.d.ts +2 -1
  27. package/dist/types/components/fields/key-auth-identity-realms/VfgAdapter.vue.d.ts.map +1 -1
  28. package/dist/types/components/free-form/AIMcpProxy/AIMcpProxyForm.vue.d.ts +3 -2
  29. package/dist/types/components/free-form/AIMcpProxy/AIMcpProxyForm.vue.d.ts.map +1 -1
  30. package/dist/types/components/free-form/AIMcpProxy/ConfigForm.vue.d.ts +2 -1
  31. package/dist/types/components/free-form/AIMcpProxy/ConfigForm.vue.d.ts.map +1 -1
  32. package/dist/types/components/free-form/Common/CommonForm.vue.d.ts +3 -2
  33. package/dist/types/components/free-form/Common/CommonForm.vue.d.ts.map +1 -1
  34. package/dist/types/components/free-form/Common/ConfigForm.vue.d.ts +2 -1
  35. package/dist/types/components/free-form/Common/ConfigForm.vue.d.ts.map +1 -1
  36. package/dist/types/components/free-form/Datakit/CodeEditor.vue.d.ts +2 -1
  37. package/dist/types/components/free-form/Datakit/CodeEditor.vue.d.ts.map +1 -1
  38. package/dist/types/components/free-form/Datakit/DatakitConfigCardCanvas.vue.d.ts +2 -1
  39. package/dist/types/components/free-form/Datakit/DatakitConfigCardCanvas.vue.d.ts.map +1 -1
  40. package/dist/types/components/free-form/Datakit/DatakitForm.vue.d.ts +2 -1
  41. package/dist/types/components/free-form/Datakit/DatakitForm.vue.d.ts.map +1 -1
  42. package/dist/types/components/free-form/Datakit/flow-editor/FlowCanvas.vue.d.ts +2 -1
  43. package/dist/types/components/free-form/Datakit/flow-editor/FlowCanvas.vue.d.ts.map +1 -1
  44. package/dist/types/components/free-form/Datakit/flow-editor/FlowEditor.vue.d.ts +2 -1
  45. package/dist/types/components/free-form/Datakit/flow-editor/FlowEditor.vue.d.ts.map +1 -1
  46. package/dist/types/components/free-form/Datakit/flow-editor/FlowPanels.vue.d.ts +2 -1
  47. package/dist/types/components/free-form/Datakit/flow-editor/FlowPanels.vue.d.ts.map +1 -1
  48. package/dist/types/components/free-form/Datakit/flow-editor/HotkeyLabel.vue.d.ts +2 -1
  49. package/dist/types/components/free-form/Datakit/flow-editor/HotkeyLabel.vue.d.ts.map +1 -1
  50. package/dist/types/components/free-form/Datakit/flow-editor/VaultSecretPicker.vue.d.ts +2 -1
  51. package/dist/types/components/free-form/Datakit/flow-editor/VaultSecretPicker.vue.d.ts.map +1 -1
  52. package/dist/types/components/free-form/Datakit/flow-editor/modal/ConflictModal.vue.d.ts +2 -1
  53. package/dist/types/components/free-form/Datakit/flow-editor/modal/ConflictModal.vue.d.ts.map +1 -1
  54. package/dist/types/components/free-form/Datakit/flow-editor/modal/EditorContent.vue.d.ts +2 -1
  55. package/dist/types/components/free-form/Datakit/flow-editor/modal/EditorContent.vue.d.ts.map +1 -1
  56. package/dist/types/components/free-form/Datakit/flow-editor/modal/EditorMain.vue.d.ts +3 -2
  57. package/dist/types/components/free-form/Datakit/flow-editor/modal/EditorMain.vue.d.ts.map +1 -1
  58. package/dist/types/components/free-form/Datakit/flow-editor/modal/EditorModal.vue.d.ts +4 -3
  59. package/dist/types/components/free-form/Datakit/flow-editor/modal/EditorModal.vue.d.ts.map +1 -1
  60. package/dist/types/components/free-form/Datakit/flow-editor/modal/EditorNav.vue.d.ts +2 -1
  61. package/dist/types/components/free-form/Datakit/flow-editor/modal/EditorNav.vue.d.ts.map +1 -1
  62. package/dist/types/components/free-form/Datakit/flow-editor/node/FlowNode.vue.d.ts +2 -1
  63. package/dist/types/components/free-form/Datakit/flow-editor/node/FlowNode.vue.d.ts.map +1 -1
  64. package/dist/types/components/free-form/Datakit/flow-editor/node/GroupNode.vue.d.ts +2 -1
  65. package/dist/types/components/free-form/Datakit/flow-editor/node/GroupNode.vue.d.ts.map +1 -1
  66. package/dist/types/components/free-form/Datakit/flow-editor/node/HandleTwig.vue.d.ts +2 -1
  67. package/dist/types/components/free-form/Datakit/flow-editor/node/HandleTwig.vue.d.ts.map +1 -1
  68. package/dist/types/components/free-form/Datakit/flow-editor/node/NodeBadge.vue.d.ts +2 -1
  69. package/dist/types/components/free-form/Datakit/flow-editor/node/NodeBadge.vue.d.ts.map +1 -1
  70. package/dist/types/components/free-form/Datakit/flow-editor/node/NodePanelItem.vue.d.ts +2 -1
  71. package/dist/types/components/free-form/Datakit/flow-editor/node/NodePanelItem.vue.d.ts.map +1 -1
  72. package/dist/types/components/free-form/Datakit/flow-editor/node/NodePortal.vue.d.ts +2 -1
  73. package/dist/types/components/free-form/Datakit/flow-editor/node/NodePortal.vue.d.ts.map +1 -1
  74. package/dist/types/components/free-form/Datakit/flow-editor/node/NodePropertiesPanel.vue.d.ts +2 -1
  75. package/dist/types/components/free-form/Datakit/flow-editor/node/NodePropertiesPanel.vue.d.ts.map +1 -1
  76. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/HttpMethodField.vue.d.ts +2 -1
  77. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/HttpMethodField.vue.d.ts.map +1 -1
  78. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/InputsField.vue.d.ts +5 -4
  79. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/InputsField.vue.d.ts.map +1 -1
  80. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/InputsMapField.vue.d.ts +5 -4
  81. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/InputsMapField.vue.d.ts.map +1 -1
  82. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/InputsRecordField.vue.d.ts +5 -4
  83. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/InputsRecordField.vue.d.ts.map +1 -1
  84. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NameField.vue.d.ts +2 -1
  85. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NameField.vue.d.ts.map +1 -1
  86. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormBranch.vue.d.ts +2 -1
  87. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormBranch.vue.d.ts.map +1 -1
  88. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormCache.vue.d.ts +2 -1
  89. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormCache.vue.d.ts.map +1 -1
  90. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormCall.vue.d.ts +2 -1
  91. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormCall.vue.d.ts.map +1 -1
  92. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormExit.vue.d.ts +2 -1
  93. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormExit.vue.d.ts.map +1 -1
  94. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormJq.vue.d.ts +2 -1
  95. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormJq.vue.d.ts.map +1 -1
  96. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormProperty.vue.d.ts +2 -1
  97. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormProperty.vue.d.ts.map +1 -1
  98. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormResponse.vue.d.ts +2 -1
  99. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormResponse.vue.d.ts.map +1 -1
  100. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormServiceRequest.vue.d.ts +2 -1
  101. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormServiceRequest.vue.d.ts.map +1 -1
  102. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormStatic.vue.d.ts +2 -1
  103. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormStatic.vue.d.ts.map +1 -1
  104. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/OutputValueField.vue.d.ts +2 -1
  105. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/OutputValueField.vue.d.ts.map +1 -1
  106. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/PropertiesField.vue.d.ts +2 -1
  107. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/PropertiesField.vue.d.ts.map +1 -1
  108. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/SourceItem.vue.d.ts +2 -1
  109. package/dist/types/components/free-form/Datakit/flow-editor/node-forms/SourceItem.vue.d.ts.map +1 -1
  110. package/dist/types/components/free-form/Datakit/flow-editor/side-panel/CacheField.vue.d.ts +2 -1
  111. package/dist/types/components/free-form/Datakit/flow-editor/side-panel/CacheField.vue.d.ts.map +1 -1
  112. package/dist/types/components/free-form/Datakit/flow-editor/side-panel/NodePanel.vue.d.ts +2 -1
  113. package/dist/types/components/free-form/Datakit/flow-editor/side-panel/NodePanel.vue.d.ts.map +1 -1
  114. package/dist/types/components/free-form/Datakit/flow-editor/side-panel/ResourcesPanel.vue.d.ts +2 -1
  115. package/dist/types/components/free-form/Datakit/flow-editor/side-panel/ResourcesPanel.vue.d.ts.map +1 -1
  116. package/dist/types/components/free-form/Datakit/flow-editor/side-panel/SidePanel.vue.d.ts +2 -1
  117. package/dist/types/components/free-form/Datakit/flow-editor/side-panel/SidePanel.vue.d.ts.map +1 -1
  118. package/dist/types/components/free-form/Datakit/flow-editor/side-panel/VaultField.vue.d.ts +2 -1
  119. package/dist/types/components/free-form/Datakit/flow-editor/side-panel/VaultField.vue.d.ts.map +1 -1
  120. package/dist/types/components/free-form/RequestCallout/CalloutForm.vue.d.ts +2 -1
  121. package/dist/types/components/free-form/RequestCallout/CalloutForm.vue.d.ts.map +1 -1
  122. package/dist/types/components/free-form/RequestCallout/CalloutsForm.vue.d.ts +2 -1
  123. package/dist/types/components/free-form/RequestCallout/CalloutsForm.vue.d.ts.map +1 -1
  124. package/dist/types/components/free-form/RequestCallout/ConfigForm.vue.d.ts +2 -1
  125. package/dist/types/components/free-form/RequestCallout/ConfigForm.vue.d.ts.map +1 -1
  126. package/dist/types/components/free-form/RequestCallout/RequestCalloutForm.vue.d.ts +3 -2
  127. package/dist/types/components/free-form/RequestCallout/RequestCalloutForm.vue.d.ts.map +1 -1
  128. package/dist/types/components/free-form/ServiceProtection/ConfigForm.vue.d.ts +2 -1
  129. package/dist/types/components/free-form/ServiceProtection/ConfigForm.vue.d.ts.map +1 -1
  130. package/dist/types/components/free-form/ServiceProtection/ErrorMessageForm.vue.d.ts +2 -1
  131. package/dist/types/components/free-form/ServiceProtection/ErrorMessageForm.vue.d.ts.map +1 -1
  132. package/dist/types/components/free-form/ServiceProtection/RedisField.vue.d.ts +2 -1
  133. package/dist/types/components/free-form/ServiceProtection/RedisField.vue.d.ts.map +1 -1
  134. package/dist/types/components/free-form/ServiceProtection/RequestLimitsForm.vue.d.ts +2 -1
  135. package/dist/types/components/free-form/ServiceProtection/RequestLimitsForm.vue.d.ts.map +1 -1
  136. package/dist/types/components/free-form/ServiceProtection/ServiceProtectionForm.vue.d.ts +3 -2
  137. package/dist/types/components/free-form/ServiceProtection/ServiceProtectionForm.vue.d.ts.map +1 -1
  138. package/dist/types/components/free-form/shared/AdvancedFields.vue.d.ts +5 -4
  139. package/dist/types/components/free-form/shared/AdvancedFields.vue.d.ts.map +1 -1
  140. package/dist/types/components/free-form/shared/ArrayField.vue.d.ts +14 -9
  141. package/dist/types/components/free-form/shared/ArrayField.vue.d.ts.map +1 -1
  142. package/dist/types/components/free-form/shared/BooleanField.vue.d.ts +5 -4
  143. package/dist/types/components/free-form/shared/BooleanField.vue.d.ts.map +1 -1
  144. package/dist/types/components/free-form/shared/EnhancedInput.vue.d.ts +3 -2
  145. package/dist/types/components/free-form/shared/EnhancedInput.vue.d.ts.map +1 -1
  146. package/dist/types/components/free-form/shared/EntityChecksAlert.vue.d.ts +2 -1
  147. package/dist/types/components/free-form/shared/EntityChecksAlert.vue.d.ts.map +1 -1
  148. package/dist/types/components/free-form/shared/EnumField.vue.d.ts +7 -6
  149. package/dist/types/components/free-form/shared/EnumField.vue.d.ts.map +1 -1
  150. package/dist/types/components/free-form/shared/Field.vue.d.ts +3 -2
  151. package/dist/types/components/free-form/shared/Field.vue.d.ts.map +1 -1
  152. package/dist/types/components/free-form/shared/FieldRenderer.vue.d.ts +3 -2
  153. package/dist/types/components/free-form/shared/FieldRenderer.vue.d.ts.map +1 -1
  154. package/dist/types/components/free-form/shared/ForeignField.vue.d.ts +5 -4
  155. package/dist/types/components/free-form/shared/ForeignField.vue.d.ts.map +1 -1
  156. package/dist/types/components/free-form/shared/Form.vue.d.ts +15 -10
  157. package/dist/types/components/free-form/shared/Form.vue.d.ts.map +1 -1
  158. package/dist/types/components/free-form/shared/JsonField.vue.d.ts +5 -4
  159. package/dist/types/components/free-form/shared/JsonField.vue.d.ts.map +1 -1
  160. package/dist/types/components/free-form/shared/KeyValueField.vue.d.ts +5 -4
  161. package/dist/types/components/free-form/shared/KeyValueField.vue.d.ts.map +1 -1
  162. package/dist/types/components/free-form/shared/NumberField.vue.d.ts +5 -4
  163. package/dist/types/components/free-form/shared/NumberField.vue.d.ts.map +1 -1
  164. package/dist/types/components/free-form/shared/ObjectField.vue.d.ts +8 -6
  165. package/dist/types/components/free-form/shared/ObjectField.vue.d.ts.map +1 -1
  166. package/dist/types/components/free-form/shared/PluginFormWrapper.vue.d.ts +11 -6
  167. package/dist/types/components/free-form/shared/PluginFormWrapper.vue.d.ts.map +1 -1
  168. package/dist/types/components/free-form/shared/RadioField.vue.d.ts +2 -1
  169. package/dist/types/components/free-form/shared/RadioField.vue.d.ts.map +1 -1
  170. package/dist/types/components/free-form/shared/RedisConfigCard.vue.d.ts +2 -1
  171. package/dist/types/components/free-form/shared/RedisConfigCard.vue.d.ts.map +1 -1
  172. package/dist/types/components/free-form/shared/RedisSelector.vue.d.ts +2 -1
  173. package/dist/types/components/free-form/shared/RedisSelector.vue.d.ts.map +1 -1
  174. package/dist/types/components/free-form/shared/SlideTransition.vue.d.ts +3 -2
  175. package/dist/types/components/free-form/shared/SlideTransition.vue.d.ts.map +1 -1
  176. package/dist/types/components/free-form/shared/StringArrayField.vue.d.ts +5 -4
  177. package/dist/types/components/free-form/shared/StringArrayField.vue.d.ts.map +1 -1
  178. package/dist/types/components/free-form/shared/StringField.vue.d.ts +6 -5
  179. package/dist/types/components/free-form/shared/StringField.vue.d.ts.map +1 -1
  180. package/dist/types/components/free-form/shared/VFGField.vue.d.ts +2 -1
  181. package/dist/types/components/free-form/shared/VFGField.vue.d.ts.map +1 -1
  182. package/dist/types/components/free-form/shared/layout/StandardLayout.vue.d.ts +11 -6
  183. package/dist/types/components/free-form/shared/layout/StandardLayout.vue.d.ts.map +1 -1
  184. package/dist/types/components/select/PluginSelectCard.vue.d.ts +3 -2
  185. package/dist/types/components/select/PluginSelectCard.vue.d.ts.map +1 -1
  186. package/dist/types/components/select/PluginSelectGrid.vue.d.ts +3 -2
  187. package/dist/types/components/select/PluginSelectGrid.vue.d.ts.map +1 -1
  188. package/dist/types/components/select/PluginSelectGroup.vue.d.ts +3 -2
  189. package/dist/types/components/select/PluginSelectGroup.vue.d.ts.map +1 -1
  190. package/package.json +21 -21
@@ -5,6 +5,7 @@ type __VLS_Props = {
5
5
  size?: number;
6
6
  type: 'bar' | 'trident' | 'corner';
7
7
  };
8
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: 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>;
9
+ declare const _default: typeof __VLS_export;
9
10
  export default _default;
10
11
  //# sourceMappingURL=HandleTwig.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HandleTwig.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/HandleTwig.vue"],"names":[],"mappings":"AAkIA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAGzC,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,QAAQ,CAAC,IAAI,GAAG,QAAQ,CAAC,KAAK,CAAA;IACzC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,KAAK,GAAG,SAAS,GAAG,QAAQ,CAAA;CACnC,CAAC;;AAsEF,wBAIG"}
1
+ {"version":3,"file":"HandleTwig.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/HandleTwig.vue"],"names":[],"mappings":"AAkIA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAGzC,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,QAAQ,CAAC,IAAI,GAAG,QAAQ,CAAC,KAAK,CAAA;IACzC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,KAAK,GAAG,SAAS,GAAG,QAAQ,CAAA;CACnC,CAAC;AA2DF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -5,6 +5,7 @@ type __VLS_Props = {
5
5
  size?: BadgeSize;
6
6
  iconOnly?: boolean;
7
7
  };
8
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: 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>;
9
+ declare const _default: typeof __VLS_export;
9
10
  export default _default;
10
11
  //# sourceMappingURL=NodeBadge.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NodeBadge.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/NodeBadge.vue"],"names":[],"mappings":"AAyDA,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,aAAa,CAAA;AAE3C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAGlD,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,QAAQ,CAAA;IACd,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;;AA4FF,wBAIG"}
1
+ {"version":3,"file":"NodeBadge.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/NodeBadge.vue"],"names":[],"mappings":"AAyDA,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,aAAa,CAAA;AAE3C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAGlD,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,QAAQ,CAAA;IACd,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAkFF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -3,10 +3,11 @@ type __VLS_Props = {
3
3
  type: ConfigNodeType;
4
4
  unsupported?: boolean;
5
5
  };
6
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
7
  dragstart: (e: DragEvent, type: "jq" | "call" | "exit" | "property" | "static" | "branch" | "cache") => any;
8
8
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
9
9
  onDragstart?: ((e: DragEvent, type: "jq" | "call" | "exit" | "property" | "static" | "branch" | "cache") => any) | undefined;
10
10
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: typeof __VLS_export;
11
12
  export default _default;
12
13
  //# sourceMappingURL=NodePanelItem.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NodePanelItem.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/NodePanelItem.vue"],"names":[],"mappings":"AAyGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAEjD,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,cAAc,CAAA;IACpB,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB,CAAC;;;;;;AA2GF,wBAKG"}
1
+ {"version":3,"file":"NodePanelItem.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/NodePanelItem.vue"],"names":[],"mappings":"AAyGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAEjD,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,cAAc,CAAA;IACpB,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB,CAAC;AAiGF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -9,6 +9,7 @@ type __VLS_Props = {
9
9
  reversed?: boolean;
10
10
  targets: NonEmptyArray<PortalTarget>;
11
11
  };
12
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_export: 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>;
13
+ declare const _default: typeof __VLS_export;
13
14
  export default _default;
14
15
  //# sourceMappingURL=NodePortal.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NodePortal.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/NodePortal.vue"],"names":[],"mappings":"AAiQA,OAAO,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAEjF,UAAU,YAAY;IACpB,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,YAAY,CAAA;IAClB,SAAS,CAAC,EAAE,SAAS,CAAA;CACtB;AAMD,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,EAAE,aAAa,CAAC,YAAY,CAAC,CAAA;CACrC,CAAC;;AAgOF,wBAIG"}
1
+ {"version":3,"file":"NodePortal.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/NodePortal.vue"],"names":[],"mappings":"AAiQA,OAAO,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAEjF,UAAU,YAAY;IACpB,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,YAAY,CAAA;IAClB,SAAS,CAAC,EAAE,SAAS,CAAA;CACtB;AAMD,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,EAAE,aAAa,CAAC,YAAY,CAAC,CAAA;CACrC,CAAC;AA+MF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -5,10 +5,11 @@ type __VLS_Props = {
5
5
  visible?: boolean;
6
6
  nodeId?: NodeId;
7
7
  };
8
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
9
  close: () => any;
10
10
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
11
11
  onClose?: (() => any) | undefined;
12
12
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: typeof __VLS_export;
13
14
  export default _default;
14
15
  //# sourceMappingURL=NodePropertiesPanel.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NodePropertiesPanel.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/NodePropertiesPanel.vue"],"names":[],"mappings":"AA4PA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AA0BzC,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAC;;;;;;AAgRF,wBAKG"}
1
+ {"version":3,"file":"NodePropertiesPanel.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/NodePropertiesPanel.vue"],"names":[],"mappings":"AA4PA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AA0BzC,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAC;AAuPF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,6 +1,7 @@
1
1
  type __VLS_Props = {
2
2
  name: string;
3
3
  };
4
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ declare const __VLS_export: 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
+ declare const _default: typeof __VLS_export;
5
6
  export default _default;
6
7
  //# sourceMappingURL=HttpMethodField.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HttpMethodField.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/HttpMethodField.vue"],"names":[],"mappings":"AAsBA,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAA;CACb,CAAC;;AA+CF,wBAIG"}
1
+ {"version":3,"file":"HttpMethodField.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/HttpMethodField.vue"],"names":[],"mappings":"AAsBA,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAA;CACb,CAAC;AAoCF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -5,11 +5,11 @@ type __VLS_Props = {
5
5
  fieldNames: FieldName[];
6
6
  fieldNameValidator: ReturnType<typeof useNodeForm>['fieldNameValidator'];
7
7
  };
8
- declare var __VLS_14: any;
8
+ declare var __VLS_16: any;
9
9
  type __VLS_Slots = {} & {
10
- 'item-label'?: (props: typeof __VLS_14) => any;
10
+ 'item-label'?: (props: typeof __VLS_16) => any;
11
11
  };
12
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
13
  "change:inputs": (name: string & import("zod").$brand<"FieldName">, value: IdConnection | null) => any;
14
14
  "add:field": (name: string & import("zod").$brand<"FieldName">, value?: IdConnection | null | undefined) => any;
15
15
  "remove:field": (name: string & import("zod").$brand<"FieldName">) => any;
@@ -22,7 +22,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void,
22
22
  "onRename:field"?: ((oldName: string & import("zod").$brand<"FieldName">, newName: string & import("zod").$brand<"FieldName">) => any) | undefined;
23
23
  "onChange:input"?: ((value: IdConnection | null) => any) | undefined;
24
24
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
25
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
26
+ declare const _default: typeof __VLS_export;
26
27
  export default _default;
27
28
  type __VLS_WithSlots<T, S> = T & {
28
29
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"InputsField.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/InputsField.vue"],"names":[],"mappings":"AAkLA,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAC1E,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAG1D,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,WAAW,EAAE,CAAA;IACpB,UAAU,EAAE,SAAS,EAAE,CAAA;IACvB,kBAAkB,EAAE,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC,oBAAoB,CAAC,CAAA;CACzE,CAAC;AA0OF,QAAA,IAAI,QAAQ,KAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AA6BrD,QAAA,MAAM,eAAe;;;;;;;;;;;;kFAKnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"InputsField.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/InputsField.vue"],"names":[],"mappings":"AAkLA,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAC1E,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAG1D,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,WAAW,EAAE,CAAA;IACpB,UAAU,EAAE,SAAS,EAAE,CAAA;IACvB,kBAAkB,EAAE,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC,oBAAoB,CAAC,CAAA;CACzE,CAAC;AA8OF,QAAA,IAAI,QAAQ,KAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAGrD,QAAA,MAAM,UAAU;;;;;;;;;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -5,7 +5,7 @@ interface Props extends KeyValueFieldProps<FieldName, IdConnection> {
5
5
  items: InputOption[];
6
6
  fieldNameValidator: ReturnType<typeof useNodeForm>['fieldNameValidator'];
7
7
  }
8
- declare var __VLS_31: {
8
+ declare var __VLS_32: {
9
9
  [x: string]: any;
10
10
  label: string;
11
11
  value: IdConnection;
@@ -15,9 +15,9 @@ declare var __VLS_31: {
15
15
  group?: string;
16
16
  };
17
17
  type __VLS_Slots = {} & {
18
- 'item-label'?: (props: typeof __VLS_31) => any;
18
+ 'item-label'?: (props: typeof __VLS_32) => any;
19
19
  };
20
- declare const __VLS_component: import("vue").DefineComponent<Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
21
  change: (args_0: Record<string, string> | null) => any;
22
22
  "change:inputs": (name: string & import("zod").$brand<"FieldName">, value: IdConnection | null) => any;
23
23
  "add:field": (name: string & import("zod").$brand<"FieldName">, value?: IdConnection | null | undefined) => any;
@@ -30,7 +30,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, void, {}, {}
30
30
  "onRemove:field"?: ((name: string & import("zod").$brand<"FieldName">) => any) | undefined;
31
31
  "onRename:field"?: ((oldName: string & import("zod").$brand<"FieldName">, newName: string & import("zod").$brand<"FieldName">) => any) | undefined;
32
32
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
33
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
33
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
34
+ declare const _default: typeof __VLS_export;
34
35
  export default _default;
35
36
  type __VLS_WithSlots<T, S> = T & {
36
37
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"InputsMapField.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/InputsMapField.vue"],"names":[],"mappings":"AAoPA,OAAO,KAAK,EACV,kBAAkB,EAGnB,MAAM,2CAA2C,CAAA;AAClD,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAC1D,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAE1E,UAAU,KAAM,SAAQ,kBAAkB,CAAC,SAAS,EAAE,YAAY,CAAC;IACjE,KAAK,EAAE,WAAW,EAAE,CAAA;IACpB,kBAAkB,EAAE,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC,oBAAoB,CAAC,CAAA;CACzE;AAoYD,QAAA,IAAI,QAAQ;;;;;;;;CAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAiCrD,QAAA,MAAM,eAAe;;;;;;;;;;;;kFAKnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"InputsMapField.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/InputsMapField.vue"],"names":[],"mappings":"AAoPA,OAAO,KAAK,EACV,kBAAkB,EAGnB,MAAM,2CAA2C,CAAA;AAClD,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAC1D,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAE1E,UAAU,KAAM,SAAQ,kBAAkB,CAAC,SAAS,EAAE,YAAY,CAAC;IACjE,KAAK,EAAE,WAAW,EAAE,CAAA;IACpB,kBAAkB,EAAE,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC,oBAAoB,CAAC,CAAA;CACzE;AAyYD,QAAA,IAAI,QAAQ;;;;;;;;CAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAQrD,QAAA,MAAM,UAAU;;;;;;;;;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -4,16 +4,17 @@ type __VLS_Props = {
4
4
  name: string;
5
5
  items: InputOption[];
6
6
  };
7
- declare var __VLS_14: any;
7
+ declare var __VLS_17: any;
8
8
  type __VLS_Slots = {} & {
9
- 'item-label'?: (props: typeof __VLS_14) => any;
9
+ 'item-label'?: (props: typeof __VLS_17) => any;
10
10
  };
11
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
12
  "change:inputs": (fieldName: string & import("zod").$brand<"FieldName">, fieldValue: IdConnection | null) => any;
13
13
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
14
14
  "onChange:inputs"?: ((fieldName: string & import("zod").$brand<"FieldName">, fieldValue: IdConnection | null) => any) | undefined;
15
15
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
16
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
+ declare const _default: typeof __VLS_export;
17
18
  export default _default;
18
19
  type __VLS_WithSlots<T, S> = T & {
19
20
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"InputsRecordField.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/InputsRecordField.vue"],"names":[],"mappings":"AAoEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAC7D,OAAO,KAAK,EAAa,YAAY,EAAE,MAAM,aAAa,CAAA;AAE1D,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,WAAW,EAAE,CAAA;CACrB,CAAC;AA2FF,QAAA,IAAI,QAAQ,KAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAuBrD,QAAA,MAAM,eAAe;;;;kFAKnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"InputsRecordField.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/InputsRecordField.vue"],"names":[],"mappings":"AAoEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAC7D,OAAO,KAAK,EAAa,YAAY,EAAE,MAAM,aAAa,CAAA;AAE1D,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,WAAW,EAAE,CAAA;CACrB,CAAC;AAqGF,QAAA,IAAI,QAAQ,KAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKrD,QAAA,MAAM,UAAU;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -3,10 +3,11 @@ type __VLS_Props = {
3
3
  name: string;
4
4
  validate: ValidatorFn<string>;
5
5
  };
6
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
7
  update: (value: string) => any;
8
8
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
9
9
  onUpdate?: ((value: string) => any) | undefined;
10
10
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: typeof __VLS_export;
11
12
  export default _default;
12
13
  //# sourceMappingURL=NameField.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NameField.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NameField.vue"],"names":[],"mappings":"AA2DA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA;AAE5D,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA;CAC9B,CAAC;;;;;;AA0GF,wBAKG"}
1
+ {"version":3,"file":"NameField.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NameField.vue"],"names":[],"mappings":"AA2DA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA;AAE5D,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA;CAC9B,CAAC;AAgGF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -2,6 +2,7 @@ import type { NodeId } from '../../types';
2
2
  type __VLS_Props = {
3
3
  nodeId: NodeId;
4
4
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const __VLS_export: 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>;
6
+ declare const _default: typeof __VLS_export;
6
7
  export default _default;
7
8
  //# sourceMappingURL=NodeFormBranch.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NodeFormBranch.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormBranch.vue"],"names":[],"mappings":"AA2GA,OAAO,KAAK,EAAc,MAAM,EAAE,MAAM,aAAa,CAAA;AAMrD,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC;;AAwOtC,wBAIG"}
1
+ {"version":3,"file":"NodeFormBranch.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormBranch.vue"],"names":[],"mappings":"AA2GA,OAAO,KAAK,EAAc,MAAM,EAAE,MAAM,aAAa,CAAA;AAMrD,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC;AA2NtC,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -2,6 +2,7 @@ import type { NodeId } from '../../types';
2
2
  type __VLS_Props = {
3
3
  nodeId: NodeId;
4
4
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const __VLS_export: 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>;
6
+ declare const _default: typeof __VLS_export;
6
7
  export default _default;
7
8
  //# sourceMappingURL=NodeFormCache.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NodeFormCache.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormCache.vue"],"names":[],"mappings":"AAiIA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAOzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;;AAwNF,wBAIG"}
1
+ {"version":3,"file":"NodeFormCache.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormCache.vue"],"names":[],"mappings":"AAiIA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAOzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AAqMF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -2,6 +2,7 @@ import type { NodeId } from '../../types';
2
2
  type __VLS_Props = {
3
3
  nodeId: NodeId;
4
4
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const __VLS_export: 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>;
6
+ declare const _default: typeof __VLS_export;
6
7
  export default _default;
7
8
  //# sourceMappingURL=NodeFormCall.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NodeFormCall.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormCall.vue"],"names":[],"mappings":"AAmIA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAIzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;;AAsRF,wBAIG"}
1
+ {"version":3,"file":"NodeFormCall.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormCall.vue"],"names":[],"mappings":"AAmIA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAIzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AAgQF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -2,6 +2,7 @@ import type { NodeId } from '../../types';
2
2
  type __VLS_Props = {
3
3
  nodeId: NodeId;
4
4
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const __VLS_export: 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>;
6
+ declare const _default: typeof __VLS_export;
6
7
  export default _default;
7
8
  //# sourceMappingURL=NodeFormExit.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NodeFormExit.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormExit.vue"],"names":[],"mappings":"AAoGA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AASzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;;AAoMF,wBAIG"}
1
+ {"version":3,"file":"NodeFormExit.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormExit.vue"],"names":[],"mappings":"AAoGA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AASzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AAkLF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -2,6 +2,7 @@ import type { NodeId } from '../../types';
2
2
  type __VLS_Props = {
3
3
  nodeId: NodeId;
4
4
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const __VLS_export: 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>;
6
+ declare const _default: typeof __VLS_export;
6
7
  export default _default;
7
8
  //# sourceMappingURL=NodeFormJq.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NodeFormJq.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormJq.vue"],"names":[],"mappings":"AA8IA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AASzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;;AA0RF,wBAIG"}
1
+ {"version":3,"file":"NodeFormJq.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormJq.vue"],"names":[],"mappings":"AA8IA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AASzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AA4QF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -2,6 +2,7 @@ import type { NodeId } from '../../types';
2
2
  type __VLS_Props = {
3
3
  nodeId: NodeId;
4
4
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const __VLS_export: 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>;
6
+ declare const _default: typeof __VLS_export;
6
7
  export default _default;
7
8
  //# sourceMappingURL=NodeFormProperty.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NodeFormProperty.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormProperty.vue"],"names":[],"mappings":"AAgIA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAIzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;;AAsOF,wBAIG"}
1
+ {"version":3,"file":"NodeFormProperty.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormProperty.vue"],"names":[],"mappings":"AAgIA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAIzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AAoNF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -2,6 +2,7 @@ import type { NodeId } from '../../types';
2
2
  type __VLS_Props = {
3
3
  nodeId: NodeId;
4
4
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const __VLS_export: 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>;
6
+ declare const _default: typeof __VLS_export;
6
7
  export default _default;
7
8
  //# sourceMappingURL=NodeFormResponse.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NodeFormResponse.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormResponse.vue"],"names":[],"mappings":"AA+CA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;;AAoGF,wBAIG"}
1
+ {"version":3,"file":"NodeFormResponse.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormResponse.vue"],"names":[],"mappings":"AA+CA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AAyFF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -2,6 +2,7 @@ import type { NodeId } from '../../types';
2
2
  type __VLS_Props = {
3
3
  nodeId: NodeId;
4
4
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const __VLS_export: 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>;
6
+ declare const _default: typeof __VLS_export;
6
7
  export default _default;
7
8
  //# sourceMappingURL=NodeFormServiceRequest.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NodeFormServiceRequest.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormServiceRequest.vue"],"names":[],"mappings":"AA+CA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;;AAoGF,wBAIG"}
1
+ {"version":3,"file":"NodeFormServiceRequest.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormServiceRequest.vue"],"names":[],"mappings":"AA+CA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AAyFF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -2,6 +2,7 @@ import type { NodeId } from '../../types';
2
2
  type __VLS_Props = {
3
3
  nodeId: NodeId;
4
4
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const __VLS_export: 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>;
6
+ declare const _default: typeof __VLS_export;
6
7
  export default _default;
7
8
  //# sourceMappingURL=NodeFormStatic.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NodeFormStatic.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormStatic.vue"],"names":[],"mappings":"AAuKA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAGzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;;AA6OF,wBAIG"}
1
+ {"version":3,"file":"NodeFormStatic.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/NodeFormStatic.vue"],"names":[],"mappings":"AAuKA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAGzC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AA+NF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -4,7 +4,7 @@ import type { useNodeForm } from '../composables/useNodeForm';
4
4
  interface Props extends KeyValueFieldProps<FieldName, string> {
5
5
  fieldNameValidator: ReturnType<typeof useNodeForm>['fieldNameValidator'];
6
6
  }
7
- declare const _default: import("vue").DefineComponent<Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
8
  change: (args_0: Record<string, string> | null) => any;
9
9
  "add:field": (name: string & import("zod").$brand<"FieldName">, value?: string | undefined) => any;
10
10
  "remove:field": (name: string & import("zod").$brand<"FieldName">) => any;
@@ -17,5 +17,6 @@ declare const _default: import("vue").DefineComponent<Props, void, {}, {}, {}, i
17
17
  "onRename:field"?: ((name: string & import("zod").$brand<"FieldName">, newName: string & import("zod").$brand<"FieldName">) => any) | undefined;
18
18
  "onChange:value"?: ((name: string & import("zod").$brand<"FieldName">, value: string) => any) | undefined;
19
19
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: typeof __VLS_export;
20
21
  export default _default;
21
22
  //# sourceMappingURL=OutputValueField.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OutputValueField.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/OutputValueField.vue"],"names":[],"mappings":"AAgOA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAC5C,OAAO,EAA6C,KAAK,kBAAkB,EAAgB,MAAM,2CAA2C,CAAA;AAC5I,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAE7D,UAAU,KAAM,SAAQ,kBAAkB,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3D,kBAAkB,EAAE,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC,oBAAoB,CAAC,CAAA;CACzE;;;;;;;;;;;;;;AA+ZD,wBAKG"}
1
+ {"version":3,"file":"OutputValueField.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/OutputValueField.vue"],"names":[],"mappings":"AAgOA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAC5C,OAAO,EAA6C,KAAK,kBAAkB,EAAgB,MAAM,2CAA2C,CAAA;AAC5I,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAE7D,UAAU,KAAM,SAAQ,kBAAkB,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3D,kBAAkB,EAAE,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC,oBAAoB,CAAC,CAAA;CACzE;AA+YD,QAAA,MAAM,YAAY;;;;;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -5,12 +5,13 @@ type __VLS_Props = {
5
5
  readonly key: FieldValidationMethods<() => string | undefined>;
6
6
  };
7
7
  };
8
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
8
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
9
9
  "update:model-value": (value: string | null) => any;
10
10
  "update:property-key": (value: string) => any;
11
11
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
12
  "onUpdate:model-value"?: ((value: string | null) => any) | undefined;
13
13
  "onUpdate:property-key"?: ((value: string) => any) | undefined;
14
14
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: typeof __VLS_export;
15
16
  export default _default;
16
17
  //# sourceMappingURL=PropertiesField.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PropertiesField.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/PropertiesField.vue"],"names":[],"mappings":"AA8KA,OAAO,KAAK,EAAE,sBAAsB,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA;AAIpF,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE;QACV,QAAQ,CAAC,QAAQ,EAAE,sBAAsB,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAA;QAC3D,QAAQ,CAAC,GAAG,EAAE,sBAAsB,CAAC,MAAM,MAAM,GAAG,SAAS,CAAC,CAAA;KAC/D,CAAA;CACF,CAAC;;;;;;;;AA2QF,wBAKG"}
1
+ {"version":3,"file":"PropertiesField.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/PropertiesField.vue"],"names":[],"mappings":"AA8KA,OAAO,KAAK,EAAE,sBAAsB,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA;AAIpF,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE;QACV,QAAQ,CAAC,QAAQ,EAAE,sBAAsB,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAA;QAC3D,QAAQ,CAAC,GAAG,EAAE,sBAAsB,CAAC,MAAM,MAAM,GAAG,SAAS,CAAC,CAAA;KAC/D,CAAA;CACF,CAAC;AAqPF,QAAA,MAAM,YAAY;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -2,6 +2,7 @@ import type { InputOption } from '../composables/useNodeForm';
2
2
  type __VLS_Props = {
3
3
  item: InputOption;
4
4
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const __VLS_export: 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>;
6
+ declare const _default: typeof __VLS_export;
6
7
  export default _default;
7
8
  //# sourceMappingURL=SourceItem.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SourceItem.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/SourceItem.vue"],"names":[],"mappings":"AAiCA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAG7D,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,WAAW,CAAA;CAClB,CAAC;;AAwDF,wBAIG"}
1
+ {"version":3,"file":"SourceItem.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node-forms/SourceItem.vue"],"names":[],"mappings":"AAiCA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAG7D,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,WAAW,CAAA;CAClB,CAAC;AA0CF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -5,7 +5,7 @@ export type FormData = {
5
5
  type __VLS_Props = {
6
6
  strategy?: CacheConfigFormData['strategy'];
7
7
  };
8
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
9
  remove: () => any;
10
10
  cancel: () => any;
11
11
  update: (config: FormData) => any;
@@ -14,5 +14,6 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {},
14
14
  onCancel?: (() => any) | undefined;
15
15
  onUpdate?: ((config: FormData) => any) | undefined;
16
16
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: typeof __VLS_export;
17
18
  export default _default;
18
19
  //# sourceMappingURL=CacheField.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CacheField.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/side-panel/CacheField.vue"],"names":[],"mappings":"AAqRA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAA;AAiBtD,MAAM,MAAM,QAAQ,GAAG;IAAE,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,CAAA;CAAE,CAAA;AAE7D,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,mBAAmB,CAAC,UAAU,CAAC,CAAA;CAC3C,CAAC;;;;;;;;;;AAueF,wBAKG"}
1
+ {"version":3,"file":"CacheField.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/side-panel/CacheField.vue"],"names":[],"mappings":"AAqRA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAA;AAiBtD,MAAM,MAAM,QAAQ,GAAG;IAAE,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,CAAA;CAAE,CAAA;AAE7D,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,mBAAmB,CAAC,UAAU,CAAC,CAAA;CAC3C,CAAC;AAwbF,QAAA,MAAM,YAAY;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,6 +1,7 @@
1
1
  type __VLS_Props = {
2
2
  hideTitle?: boolean;
3
3
  };
4
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ declare const __VLS_export: 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
+ declare const _default: typeof __VLS_export;
5
6
  export default _default;
6
7
  //# sourceMappingURL=NodePanel.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NodePanel.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/side-panel/NodePanel.vue"],"names":[],"mappings":"AAuMA,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;;AAyOF,wBAIG"}
1
+ {"version":3,"file":"NodePanel.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/side-panel/NodePanel.vue"],"names":[],"mappings":"AAuMA,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;AAqNF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,3 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
3
4
  //# sourceMappingURL=ResourcesPanel.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ResourcesPanel.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/side-panel/ResourcesPanel.vue"],"names":[],"mappings":";AAoSA,wBAGG"}
1
+ {"version":3,"file":"ResourcesPanel.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/side-panel/ResourcesPanel.vue"],"names":[],"mappings":"AAgRA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,3 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
3
4
  //# sourceMappingURL=SidePanel.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SidePanel.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/side-panel/SidePanel.vue"],"names":[],"mappings":";AA6RA,wBAGG"}
1
+ {"version":3,"file":"SidePanel.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/side-panel/SidePanel.vue"],"names":[],"mappings":"AAmQA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,7 +1,7 @@
1
1
  import type { KeyValueFieldProps } from '../../../shared/headless/useKeyValueField';
2
2
  import type { FieldName } from '../../types';
3
3
  type __VLS_Props = KeyValueFieldProps<FieldName>;
4
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
5
  remove: (name: string & import("zod").$brand<"FieldName">) => any;
6
6
  change: (args_0: Record<string, string> | null) => any;
7
7
  add: (name: string & import("zod").$brand<"FieldName">, value: string) => any;
@@ -12,5 +12,6 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {},
12
12
  onAdd?: ((name: string & import("zod").$brand<"FieldName">, value: string) => any) | undefined;
13
13
  onUpdate?: ((name: string & import("zod").$brand<"FieldName">, value: string, oldName?: (string & import("zod").$brand<"FieldName">) | undefined) => any) | undefined;
14
14
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: typeof __VLS_export;
15
16
  export default _default;
16
17
  //# sourceMappingURL=VaultField.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"VaultField.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/side-panel/VaultField.vue"],"names":[],"mappings":"AAqNA,OAAO,KAAK,EACV,kBAAkB,EAGnB,MAAM,2CAA2C,CAAA;AAMlD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAU5C,KAAK,WAAW,GAAG,kBAAkB,CAAC,SAAS,CAAC,CAAC;;;;;;;;;;;;AAsVjD,wBAKG"}
1
+ {"version":3,"file":"VaultField.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/side-panel/VaultField.vue"],"names":[],"mappings":"AAqNA,OAAO,KAAK,EACV,kBAAkB,EAGnB,MAAM,2CAA2C,CAAA;AAMlD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAU5C,KAAK,WAAW,GAAG,kBAAkB,CAAC,SAAS,CAAC,CAAC;AAgUjD,QAAA,MAAM,YAAY;;;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -2,6 +2,7 @@ type __VLS_Props = {
2
2
  index: number;
3
3
  fieldName: string;
4
4
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const __VLS_export: 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>;
6
+ declare const _default: typeof __VLS_export;
6
7
  export default _default;
7
8
  //# sourceMappingURL=CalloutForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CalloutForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/RequestCallout/CalloutForm.vue"],"names":[],"mappings":"AA4FA,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,EAAE,MAAM,CAAA;CAClB,CAAC;;AAkJF,wBAIG"}
1
+ {"version":3,"file":"CalloutForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/RequestCallout/CalloutForm.vue"],"names":[],"mappings":"AA4FA,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,EAAE,MAAM,CAAA;CAClB,CAAC;AA4IF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,3 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
3
4
  //# sourceMappingURL=CalloutsForm.vue.d.ts.map