@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
@@ -1 +1 @@
1
- {"version":3,"file":"PluginList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PluginList.vue"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"PluginList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PluginList.vue"],"names":[],"mappings":"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"}
@@ -1,10 +1,10 @@
1
1
  import { type PropType } from 'vue';
2
2
  import { type CustomPluginSupportLevel, type KongManagerPluginSelectConfig, type KonnectPluginSelectConfig, type PluginType, type DisabledPlugin } from '../types';
3
- declare var __VLS_53: {};
3
+ declare var __VLS_56: {};
4
4
  type __VLS_Slots = {} & {
5
- 'before-custom-tab-content'?: (props: typeof __VLS_53) => any;
5
+ 'before-custom-tab-content'?: (props: typeof __VLS_56) => any;
6
6
  };
7
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
8
  /** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
9
9
  config: {
10
10
  type: PropType<KonnectPluginSelectConfig | KongManagerPluginSelectConfig>;
@@ -82,7 +82,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
82
82
  type: StringConstructor;
83
83
  default: string;
84
84
  };
85
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
85
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
86
86
  loading: (isLoading: boolean) => any;
87
87
  "plugin-clicked": (plugin: PluginType) => any;
88
88
  "delete-custom:success": (pluginName: string) => any;
@@ -180,7 +180,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
180
180
  disabledPlugins: DisabledPlugin;
181
181
  highlightedPluginIds: string[];
182
182
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
183
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
183
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
184
+ declare const _default: typeof __VLS_export;
184
185
  export default _default;
185
186
  type __VLS_WithSlots<T, S> = T & {
186
187
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"PluginSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PluginSelect.vue"],"names":[],"mappings":"AAklBA,OAAO,EAAkD,KAAK,QAAQ,EAAkB,MAAM,KAAK,CAAA;AAEnG,OAAO,EAGL,KAAK,wBAAwB,EAC7B,KAAK,6BAA6B,EAClC,KAAK,yBAAyB,EAC9B,KAAK,UAAU,EACf,KAAK,cAAc,EAGpB,MAAM,UAAU,CAAA;AAsvBjB,QAAA,IAAuB,QAAQ,IAAY,CAAE;AAC7C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,2BAA2B,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAwHpE,QAAA,MAAM,eAAe;IAKnB,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;IAMzF,kCAAkC;;cAEhB,QAAQ,CAAC,wBAAwB,CAAC;;;IAGpD,4HAA4H;;cAExG,QAAQ,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI9D,4HAA4H;;cAExG,QAAQ,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI9D,wHAAwH;;cAEpG,QAAQ,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI9D;;;OAGG;;;;;IAKH;;;;QAII;;;;;IAKJ;;OAEG;;cAEc,QAAQ,CAAC,MAAM,EAAE,CAAC;;;IAGnC;;;;;OAKG;;cAEe,QAAQ,CAAC,cAAc,CAAC;;;IAG1C;;OAEG;;cAEc,QAAQ,CAAC,MAAM,EAAE,CAAC;;;IAGnC;;OAEG;;;;;;;;;;IA5EH,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;IAMzF,kCAAkC;;cAEhB,QAAQ,CAAC,wBAAwB,CAAC;;;IAGpD,4HAA4H;;cAExG,QAAQ,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI9D,4HAA4H;;cAExG,QAAQ,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI9D,wHAAwH;;cAEpG,QAAQ,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI9D;;;OAGG;;;;;IAKH;;;;QAII;;;;;IAKJ;;OAEG;;cAEc,QAAQ,CAAC,MAAM,EAAE,CAAC;;;IAGnC;;;;;OAKG;;cAEe,QAAQ,CAAC,cAAc,CAAC;;;IAG1C;;OAEG;;cAEc,QAAQ,CAAC,MAAM,EAAE,CAAC;;;IAGnC;;OAEG;;;;;;;;;;iCArDgC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;+BAM1B,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;;iCAZ1B,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;;;;;;;4EAiE7D,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":"PluginSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PluginSelect.vue"],"names":[],"mappings":"AAklBA,OAAO,EAAkD,KAAK,QAAQ,EAAkB,MAAM,KAAK,CAAA;AAEnG,OAAO,EAGL,KAAK,wBAAwB,EAC7B,KAAK,6BAA6B,EAClC,KAAK,yBAAyB,EAC9B,KAAK,UAAU,EACf,KAAK,cAAc,EAGpB,MAAM,UAAU,CAAA;AAqvBjB,QAAA,IAAuB,QAAQ,IAAY,CAAE;AAC7C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,2BAA2B,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAOpE,QAAA,MAAM,UAAU;IAGd,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;IAMzF,kCAAkC;;cAEhB,QAAQ,CAAC,wBAAwB,CAAC;;;IAGpD,4HAA4H;;cAExG,QAAQ,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI9D,4HAA4H;;cAExG,QAAQ,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI9D,wHAAwH;;cAEpG,QAAQ,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI9D;;;OAGG;;;;;IAKH;;;;QAII;;;;;IAKJ;;OAEG;;cAEc,QAAQ,CAAC,MAAM,EAAE,CAAC;;;IAGnC;;;;;OAKG;;cAEe,QAAQ,CAAC,cAAc,CAAC;;;IAG1C;;OAEG;;cAEc,QAAQ,CAAC,MAAM,EAAE,CAAC;;;IAGnC;;OAEG;;;;;;;;;;IA5EH,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;IAMzF,kCAAkC;;cAEhB,QAAQ,CAAC,wBAAwB,CAAC;;;IAGpD,4HAA4H;;cAExG,QAAQ,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI9D,4HAA4H;;cAExG,QAAQ,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI9D,wHAAwH;;cAEpG,QAAQ,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI9D;;;OAGG;;;;;IAKH;;;;QAII;;;;;IAKJ;;OAEG;;cAEc,QAAQ,CAAC,MAAM,EAAE,CAAC;;;IAGnC;;;;;OAKG;;cAEe,QAAQ,CAAC,cAAc,CAAC;;;IAG1C;;OAEG;;cAEc,QAAQ,CAAC,MAAM,EAAE,CAAC;;;IAGnC;;OAEG;;;;;;;;;;iCArDgC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;+BAM1B,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;;iCAZ1B,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;;;;;;;4EAiE7D,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"}
@@ -1,6 +1,6 @@
1
1
  import { type PropType } from 'vue';
2
2
  import { type CustomPluginType, type KongManagerPluginSelectConfig, type KonnectPluginSelectConfig } from '../../types';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  /** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
5
5
  config: {
6
6
  type: PropType<KonnectPluginSelectConfig | KongManagerPluginSelectConfig>;
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
15
15
  }>;
16
16
  required: true;
17
17
  };
18
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
19
  proceed: (...args: any[]) => void;
20
20
  closed: (...args: any[]) => void;
21
21
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -37,5 +37,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
37
37
  onProceed?: ((...args: any[]) => any) | undefined;
38
38
  onClosed?: ((...args: any[]) => any) | undefined;
39
39
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
40
+ declare const _default: typeof __VLS_export;
40
41
  export default _default;
41
42
  //# sourceMappingURL=DeleteCustomPluginSchemaModal.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DeleteCustomPluginSchemaModal.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/custom-plugins/DeleteCustomPluginSchemaModal.vue"],"names":[],"mappings":"AA6JA,OAAO,EAAiB,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAClD,OAAO,EACL,KAAK,gBAAgB,EACrB,KAAK,6BAA6B,EAClC,KAAK,yBAAyB,EAC/B,MAAM,aAAa,CAAA;;IAmTlB,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;;cAMvE,QAAQ,CAAC;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,EAAE,EAAE,MAAM,CAAC;YAAC,gBAAgB,CAAC,EAAE,gBAAgB,CAAA;SAAE,CAAC;;;;;;;IAV7F,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;;cAMvE,QAAQ,CAAC;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,EAAE,EAAE,MAAM,CAAC;YAAC,gBAAgB,CAAC,EAAE,gBAAgB,CAAA;SAAE,CAAC;;;;;;;AAf/F,wBAmBG"}
1
+ {"version":3,"file":"DeleteCustomPluginSchemaModal.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/custom-plugins/DeleteCustomPluginSchemaModal.vue"],"names":[],"mappings":"AA6JA,OAAO,EAAiB,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAClD,OAAO,EACL,KAAK,gBAAgB,EACrB,KAAK,6BAA6B,EAClC,KAAK,yBAAyB,EAC/B,MAAM,aAAa,CAAA;AAoRpB,QAAA,MAAM,YAAY;IAGhB,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;;cAMvE,QAAQ,CAAC;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,EAAE,EAAE,MAAM,CAAC;YAAC,gBAAgB,CAAC,EAAE,gBAAgB,CAAA;SAAE,CAAC;;;;;;;IAV7F,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;;cAMvE,QAAQ,CAAC;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,EAAE,EAAE,MAAM,CAAC;YAAC,gBAAgB,CAAC,EAAE,gBAAgB,CAAA;SAAE,CAAC;;;;;;iFAI7F,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,6 +1,6 @@
1
1
  import type { PropType } from 'vue';
2
2
  import { type KongManagerPluginSelectConfig, type KonnectPluginSelectConfig, type PluginType, type PluginCardList } from '../../types';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  /** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
5
5
  config: {
6
6
  type: PropType<KonnectPluginSelectConfig | KongManagerPluginSelectConfig>;
@@ -43,7 +43,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
43
43
  type: BooleanConstructor;
44
44
  default: boolean;
45
45
  };
46
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
46
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
47
47
  "plugin-clicked": (plugin: PluginType) => any;
48
48
  "delete:success": (pluginName: string) => any;
49
49
  revalidate: () => any;
@@ -101,5 +101,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
101
101
  canCreateCustomPlugin: boolean;
102
102
  pluginList: PluginCardList;
103
103
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
104
+ declare const _default: typeof __VLS_export;
104
105
  export default _default;
105
106
  //# sourceMappingURL=PluginCustomGrid.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PluginCustomGrid.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/custom-plugins/PluginCustomGrid.vue"],"names":[],"mappings":"AA8QA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,EAGL,KAAK,6BAA6B,EAClC,KAAK,yBAAyB,EAC9B,KAAK,UAAU,EACf,KAAK,cAAc,EACpB,MAAM,aAAa,CAAA;;IA+alB,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;IAMzF;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;cAEe,QAAQ,CAAC,cAAc,CAAC;;;IAG1C;;;OAGG;;;;;;;;;;IAzCH,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;IAMzF;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;cAEe,QAAQ,CAAC,cAAc,CAAC;;;IAG1C;;;OAGG;;;;;;;;;;;;;;;;AA9CL,wBAoDG"}
1
+ {"version":3,"file":"PluginCustomGrid.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/custom-plugins/PluginCustomGrid.vue"],"names":[],"mappings":"AA8QA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,EAGL,KAAK,6BAA6B,EAClC,KAAK,yBAAyB,EAC9B,KAAK,UAAU,EACf,KAAK,cAAc,EACpB,MAAM,aAAa,CAAA;AAsWpB,QAAA,MAAM,YAAY;IAGhB,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;IAMzF;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;cAEe,QAAQ,CAAC,cAAc,CAAC;;;IAG1C;;;OAGG;;;;;;;;;;IAzCH,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;IAMzF;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;cAEe,QAAQ,CAAC,cAAc,CAAC;;;IAG1C;;;OAGG;;;;;;;;;;;;;;;4EAMH,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,11 +1,12 @@
1
1
  import type { IdentityRealmItem } from './types';
2
- type __VLS_PublicProps = {
2
+ type __VLS_ModelProps = {
3
3
  modelValue?: IdentityRealmItem[];
4
4
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
6
  "update:modelValue": (value: IdentityRealmItem[]) => any;
7
- }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
7
+ }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
8
8
  "onUpdate:modelValue"?: ((value: IdentityRealmItem[]) => any) | undefined;
9
9
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const _default: typeof __VLS_export;
10
11
  export default _default;
11
12
  //# sourceMappingURL=Base.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Base.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/fields/key-auth-identity-realms/Base.vue"],"names":[],"mappings":"AAgIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAyGhD,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,iBAAiB,EAAE,CAAC;CAChC,CAAC;;;;;;AA4DF,wBAKG"}
1
+ {"version":3,"file":"Base.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/fields/key-auth-identity-realms/Base.vue"],"names":[],"mappings":"AAgIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAwGhD,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,iBAAiB,EAAE,CAAC;CAChC,CAAC;AAoDF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -8,12 +8,13 @@ type __VLS_Props = {
8
8
  placeholder?: string;
9
9
  resetLabelPath?: ResetLabelPathRule;
10
10
  };
11
- declare var __VLS_7: {};
11
+ declare var __VLS_8: {};
12
12
  type __VLS_Slots = {} & {
13
- tooltip?: (props: typeof __VLS_7) => any;
13
+ tooltip?: (props: typeof __VLS_8) => any;
14
14
  };
15
- declare const __VLS_component: 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>;
16
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
15
+ declare const __VLS_base: 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>;
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":"FreeFormAdapter.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/fields/key-auth-identity-realms/FreeFormAdapter.vue"],"names":[],"mappings":"AAwDA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AACxD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAEtE,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,cAAc,CAAC,EAAE,kBAAkB,CAAA;CACpC,CAAC;AAyEF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAsB/C,QAAA,MAAM,eAAe,oSAInB,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":"FreeFormAdapter.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/fields/key-auth-identity-realms/FreeFormAdapter.vue"],"names":[],"mappings":"AAwDA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AACxD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAEtE,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,cAAc,CAAC,EAAE,kBAAkB,CAAA;CACpC,CAAC;AA2EF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,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"}
@@ -7,12 +7,13 @@ type __VLS_Props = {
7
7
  errors?: any[];
8
8
  hint?: string;
9
9
  };
10
- declare const _default: import("vue").DefineComponent<__VLS_Props, {
10
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {
11
11
  clearValidationErrors: () => void;
12
12
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
13
  modelUpdated: (value: any, model: Record<string, any>) => any;
14
14
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
15
15
  onModelUpdated?: ((value: any, model: Record<string, any>) => 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=VfgAdapter.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"VfgAdapter.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/fields/key-auth-identity-realms/VfgAdapter.vue"],"names":[],"mappings":"AAuDA,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC3B,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC3B,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IACxB,MAAM,CAAC,EAAE,GAAG,EAAE,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAC;;;;;;;;AAsEF,wBAMG"}
1
+ {"version":3,"file":"VfgAdapter.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/fields/key-auth-identity-realms/VfgAdapter.vue"],"names":[],"mappings":"AAuDA,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC3B,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC3B,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IACxB,MAAM,CAAC,EAAE,GAAG,EAAE,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAC;AA0DF,QAAA,MAAM,YAAY;;;;;;kFAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -4,8 +4,9 @@ type __VLS_Props = PluginFormWrapperProps;
4
4
  type __VLS_Slots = {
5
5
  [K in typeof AUTOFILL_SLOT_NAME]: () => any;
6
6
  };
7
- declare const __VLS_component: 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 _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ declare const __VLS_base: 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>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
9
10
  export default _default;
10
11
  type __VLS_WithSlots<T, S> = T & {
11
12
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"AIMcpProxyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/AIMcpProxy/AIMcpProxyForm.vue"],"names":[],"mappings":"AA2BA,OAAO,EAAiB,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAKzE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAA;AAE7E,KAAK,WAAW,GAAG,sBAAsB,CAAC;AAG1C,KAAK,WAAW,GAAG;KAChB,CAAC,IAAI,OAAO,kBAAkB,GAAG,MAAM,GAAG;CAC5C,CAAC;AAwDF,QAAA,MAAM,eAAe,oSAInB,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":"AIMcpProxyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/AIMcpProxy/AIMcpProxyForm.vue"],"names":[],"mappings":"AA2BA,OAAO,EAAiB,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAKzE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAA;AAE7E,KAAK,WAAW,GAAG,sBAAsB,CAAC;AAG1C,KAAK,WAAW,GAAG;KAChB,CAAC,IAAI,OAAO,kBAAkB,GAAG,MAAM,GAAG;CAC5C,CAAC;AA0CF,QAAA,MAAM,UAAU,kSAEd,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"}
@@ -1,10 +1,11 @@
1
1
  import type { AIMcpProxyPlugin } from './types';
2
2
  import type { ConfigFormProps } from '../shared/PluginFormWrapper.vue';
3
3
  type __VLS_Props = ConfigFormProps<AIMcpProxyPlugin>;
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
  change: (value: AIMcpProxyPlugin) => any;
6
6
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
7
7
  onChange?: ((value: AIMcpProxyPlugin) => any) | undefined;
8
8
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: typeof __VLS_export;
9
10
  export default _default;
10
11
  //# sourceMappingURL=ConfigForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/AIMcpProxy/ConfigForm.vue"],"names":[],"mappings":"AAoGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAA;AAEtE,KAAK,WAAW,GAAG,eAAe,CAAC,gBAAgB,CAAC,CAAC;;;;;;AAsKrD,wBAKG"}
1
+ {"version":3,"file":"ConfigForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/AIMcpProxy/ConfigForm.vue"],"names":[],"mappings":"AAoGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAA;AAEtE,KAAK,WAAW,GAAG,eAAe,CAAC,gBAAgB,CAAC,CAAC;AA6JrD,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -4,8 +4,9 @@ type __VLS_Props = Props;
4
4
  type __VLS_Slots = {
5
5
  [K in typeof AUTOFILL_SLOT_NAME]: () => any;
6
6
  };
7
- declare const __VLS_component: 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 _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ declare const __VLS_base: 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>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
9
10
  export default _default;
10
11
  type __VLS_WithSlots<T, S> = T & {
11
12
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"CommonForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/Common/CommonForm.vue"],"names":[],"mappings":"AA0BA,OAAO,EAAiB,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAKzE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAA;AAEhE,KAAK,WAAW,GAAG,KAAK,CAAC;AAGzB,KAAK,WAAW,GAAG;KAChB,CAAC,IAAI,OAAO,kBAAkB,GAAG,MAAM,GAAG;CAC5C,CAAC;AAkDF,QAAA,MAAM,eAAe,oSAInB,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":"CommonForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/Common/CommonForm.vue"],"names":[],"mappings":"AA0BA,OAAO,EAAiB,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAKzE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAA;AAEhE,KAAK,WAAW,GAAG,KAAK,CAAC;AAGzB,KAAK,WAAW,GAAG;KAChB,CAAC,IAAI,OAAO,kBAAkB,GAAG,MAAM,GAAG;CAC5C,CAAC;AAoCF,QAAA,MAAM,UAAU,kSAEd,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"}
@@ -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=ConfigForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/Common/ConfigForm.vue"],"names":[],"mappings":";AAuWA,wBAGG"}
1
+ {"version":3,"file":"ConfigForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/Common/ConfigForm.vue"],"names":[],"mappings":"AAqVA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -9,7 +9,7 @@ type __VLS_Props = {
9
9
  * which prevents the user from undoing changes after inserting an example.
10
10
  */
11
11
  declare function setExampleCode(example: keyof typeof examples): void;
12
- declare const _default: import("vue").DefineComponent<__VLS_Props, {
12
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {
13
13
  setExampleCode: typeof setExampleCode;
14
14
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
15
  error: (msg: string) => any;
@@ -18,5 +18,6 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {
18
18
  onError?: ((msg: string) => any) | undefined;
19
19
  onChange?: ((config: unknown) => any) | undefined;
20
20
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: typeof __VLS_export;
21
22
  export default _default;
22
23
  //# sourceMappingURL=CodeEditor.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CodeEditor.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/Datakit/CodeEditor.vue"],"names":[],"mappings":"AA6TA,OAAO,QAAQ,MAAM,YAAY,CAAA;AAGjC,OAAO,gEAAgE,CAAA;AAcvE,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,OAAO,CAAA;CACjB,CAAC;AA2DF;;;;GAIG;AACH,iBAAS,cAAc,CAAC,OAAO,EAAE,MAAM,OAAO,QAAQ,QA2CrD;;;;;;;;;;AAuRD,wBAMG"}
1
+ {"version":3,"file":"CodeEditor.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/Datakit/CodeEditor.vue"],"names":[],"mappings":"AA6TA,OAAO,QAAQ,MAAM,YAAY,CAAA;AAGjC,OAAO,gEAAgE,CAAA;AAcvE,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,OAAO,CAAA;CACjB,CAAC;AA2DF;;;;GAIG;AACH,iBAAS,cAAc,CAAC,OAAO,EAAE,MAAM,OAAO,QAAQ,QA2CrD;AA0QD,QAAA,MAAM,YAAY;;;;;;;;kFAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -2,6 +2,7 @@ import type { DatakitPluginData } from './types';
2
2
  type __VLS_Props = {
3
3
  pluginData: DatakitPluginData;
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=DatakitConfigCardCanvas.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DatakitConfigCardCanvas.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/Datakit/DatakitConfigCardCanvas.vue"],"names":[],"mappings":"AAsHA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAIhD,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,iBAAiB,CAAA;CAC9B,CAAC;;AA6FF,wBAIG"}
1
+ {"version":3,"file":"DatakitConfigCardCanvas.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/Datakit/DatakitConfigCardCanvas.vue"],"names":[],"mappings":"AAsHA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAIhD,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,iBAAiB,CAAA;CAC9B,CAAC;AA6EF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,6 +1,7 @@
1
1
  import type { Props } from '../shared/layout/StandardLayout.vue';
2
2
  import type { DatakitPluginData } from './types';
3
3
  type __VLS_Props = Props<DatakitPluginData>;
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=DatakitForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DatakitForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/Datakit/DatakitForm.vue"],"names":[],"mappings":"AAkTA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAA;AAChE,OAAO,KAAK,EAA6B,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAoB3E,KAAK,WAAW,GAAG,KAAK,CAAC,iBAAiB,CAAC,CAAC;;AA6e5C,wBAIG"}
1
+ {"version":3,"file":"DatakitForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/Datakit/DatakitForm.vue"],"names":[],"mappings":"AAkTA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAA;AAChE,OAAO,KAAK,EAA6B,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAoB3E,KAAK,WAAW,GAAG,KAAK,CAAC,iBAAiB,CAAC,CAAC;AAod5C,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -13,7 +13,7 @@ type __VLS_Props = {
13
13
  */
14
14
  mode: 'edit' | 'view' | 'preview';
15
15
  };
16
- declare const _default: import("vue").DefineComponent<__VLS_Props, {
16
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {
17
17
  autoLayout: (commitNow?: boolean) => Promise<void>;
18
18
  fitView: (paramOverrides?: Partial<import("@vue-flow/core").FitViewParams>) => void;
19
19
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -23,5 +23,6 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {
23
23
  onInitialized?: (() => any) | undefined;
24
24
  "onNodes-change"?: (() => any) | undefined;
25
25
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
+ declare const _default: typeof __VLS_export;
26
27
  export default _default;
27
28
  //# sourceMappingURL=FlowCanvas.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FlowCanvas.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/Datakit/flow-editor/FlowCanvas.vue"],"names":[],"mappings":"AAkVA,OAAO,mCAAmC,CAAA;AAC1C,OAAO,+BAA+B,CAAA;AACtC,OAAO,uCAAuC,CAAA;AAK9C,OAAO,KAAK,EAAe,SAAS,EAAE,MAAM,UAAU,CAAA;AAEtD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,SAAS,CAAA;IAChB;;;;;OAKG;IACH,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAA;CAClC,CAAC;;;;;;;;;;;AAmbF,wBAMG"}
1
+ {"version":3,"file":"FlowCanvas.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/Datakit/flow-editor/FlowCanvas.vue"],"names":[],"mappings":"AAkVA,OAAO,mCAAmC,CAAA;AAC1C,OAAO,+BAA+B,CAAA;AACtC,OAAO,uCAAuC,CAAA;AAK9C,OAAO,KAAK,EAAe,SAAS,EAAE,MAAM,UAAU,CAAA;AAEtD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,SAAS,CAAA;IAChB;;;;;OAKG;IACH,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAA;CAClC,CAAC;AAyaF,QAAA,MAAM,YAAY;;;;;;;;;kFAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -2,7 +2,7 @@ import type { DatakitUIData } from '../types';
2
2
  type __VLS_Props = {
3
3
  isEditing?: boolean;
4
4
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
6
  error: (msg: string) => any;
7
7
  change: (config: {
8
8
  nodes: ({
@@ -257,5 +257,6 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {},
257
257
  } | null | undefined;
258
258
  }, uiData: DatakitUIData) => any) | undefined;
259
259
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
260
+ declare const _default: typeof __VLS_export;
260
261
  export default _default;
261
262
  //# sourceMappingURL=FlowEditor.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FlowEditor.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/Datakit/flow-editor/FlowEditor.vue"],"names":[],"mappings":"AAkIA,OAAO,KAAK,EAAgD,aAAa,EAAE,MAAM,UAAU,CAAA;AAM3F,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyJF,wBAKG"}
1
+ {"version":3,"file":"FlowEditor.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/Datakit/flow-editor/FlowEditor.vue"],"names":[],"mappings":"AAkIA,OAAO,KAAK,EAAgD,aAAa,EAAE,MAAM,UAAU,CAAA;AAM3F,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;AAyIF,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -12,6 +12,7 @@ type __VLS_Props = {
12
12
  mode: 'edit' | 'view' | 'preview';
13
13
  resizable?: boolean;
14
14
  };
15
- 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>;
15
+ 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>;
16
+ declare const _default: typeof __VLS_export;
16
17
  export default _default;
17
18
  //# sourceMappingURL=FlowPanels.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FlowPanels.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/Datakit/flow-editor/FlowPanels.vue"],"names":[],"mappings":"AAscA,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;;;;OAKG;IACH,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAA;IACjC,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;;AA8dF,wBAIG"}
1
+ {"version":3,"file":"FlowPanels.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/Datakit/flow-editor/FlowPanels.vue"],"names":[],"mappings":"AAscA,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;;;;OAKG;IACH,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAA;IACjC,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;AAubF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -4,6 +4,7 @@ type __VLS_Props = {
4
4
  keys: KeySpec;
5
5
  reverse?: boolean;
6
6
  };
7
- 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>;
7
+ 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>;
8
+ declare const _default: typeof __VLS_export;
8
9
  export default _default;
9
10
  //# sourceMappingURL=HotkeyLabel.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HotkeyLabel.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/Datakit/flow-editor/HotkeyLabel.vue"],"names":[],"mappings":"AAkDA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AAItC,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,OAAO,CAAA;IACb,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;;AA+DF,wBAIG"}
1
+ {"version":3,"file":"HotkeyLabel.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/Datakit/flow-editor/HotkeyLabel.vue"],"names":[],"mappings":"AAkDA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AAItC,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,OAAO,CAAA;IACb,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;AAiDF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -4,7 +4,7 @@ type __VLS_Props = {
4
4
  validateName?: (secretName: string, isEditing: boolean) => string | undefined;
5
5
  isEditing?: boolean;
6
6
  };
7
- declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
8
  proceed: (data: {
9
9
  secretRef: string;
10
10
  secretName: string;
@@ -17,5 +17,6 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {},
17
17
  }) => any) | undefined;
18
18
  onCancel?: (() => 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=VaultSecretPicker.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"VaultSecretPicker.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/Datakit/flow-editor/VaultSecretPicker.vue"],"names":[],"mappings":"AAoHA,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAA;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,YAAY,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,KAAK,MAAM,GAAG,SAAS,CAAA;IAC7E,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;;;mBAS6B,MAAM;oBAAc,MAAM;;;;;mBAA1B,MAAM;oBAAc,MAAM;;;;AAkMzD,wBAKG"}
1
+ {"version":3,"file":"VaultSecretPicker.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/Datakit/flow-editor/VaultSecretPicker.vue"],"names":[],"mappings":"AAoHA,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAA;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,YAAY,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,KAAK,MAAM,GAAG,SAAS,CAAA;IAC7E,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;AA8LF,QAAA,MAAM,YAAY;;mBApLa,MAAM;oBAAc,MAAM;;;;;mBAA1B,MAAM;oBAAc,MAAM;;;kFAuLvD,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -7,7 +7,7 @@ type ConfirmModalProps = {
7
7
  removedConnections?: ConnectionString[];
8
8
  };
9
9
  declare function open(msg: string, added?: ConnectionString[], removed?: ConnectionString[]): Promise<boolean>;
10
- declare const _default: import("vue").DefineComponent<ConfirmModalProps, {
10
+ declare const __VLS_export: import("vue").DefineComponent<ConfirmModalProps, {
11
11
  open: typeof open;
12
12
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
13
  confirm: () => any;
@@ -16,5 +16,6 @@ declare const _default: import("vue").DefineComponent<ConfirmModalProps, {
16
16
  onConfirm?: (() => any) | undefined;
17
17
  onCancel?: (() => any) | undefined;
18
18
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: typeof __VLS_export;
19
20
  export default _default;
20
21
  //# sourceMappingURL=ConflictModal.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConflictModal.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/modal/ConflictModal.vue"],"names":[],"mappings":"AAsIA,MAAM,MAAM,gBAAgB,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;AAE/C,MAAM,MAAM,WAAW,GAAG,CACxB,GAAG,EAAE,MAAM,EACX,KAAK,CAAC,EAAE,gBAAgB,EAAE,EAC1B,OAAO,CAAC,EAAE,gBAAgB,EAAE,KACzB,OAAO,CAAC,OAAO,CAAC,CAAA;AAErB,KAAK,iBAAiB,GAAG;IACvB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,gBAAgB,CAAC,EAAE,gBAAgB,EAAE,CAAA;IACrC,kBAAkB,CAAC,EAAE,gBAAgB,EAAE,CAAA;CACxC,CAAA;AAkCD,iBAAe,IAAI,CACjB,GAAG,EAAE,MAAM,EACX,KAAK,CAAC,EAAE,gBAAgB,EAAE,EAC1B,OAAO,CAAC,EAAE,gBAAgB,EAAE,oBAS7B;;;;;;;;;;AA4JD,wBAMG"}
1
+ {"version":3,"file":"ConflictModal.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/modal/ConflictModal.vue"],"names":[],"mappings":"AAsIA,MAAM,MAAM,gBAAgB,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;AAE/C,MAAM,MAAM,WAAW,GAAG,CACxB,GAAG,EAAE,MAAM,EACX,KAAK,CAAC,EAAE,gBAAgB,EAAE,EAC1B,OAAO,CAAC,EAAE,gBAAgB,EAAE,KACzB,OAAO,CAAC,OAAO,CAAC,CAAA;AAErB,KAAK,iBAAiB,GAAG;IACvB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,gBAAgB,CAAC,EAAE,gBAAgB,EAAE,CAAA;IACrC,kBAAkB,CAAC,EAAE,gBAAgB,EAAE,CAAA;CACxC,CAAA;AAmCD,iBAAe,IAAI,CACjB,GAAG,EAAE,MAAM,EACX,KAAK,CAAC,EAAE,gBAAgB,EAAE,EAC1B,OAAO,CAAC,EAAE,gBAAgB,EAAE,oBAS7B;AAwID,QAAA,MAAM,YAAY;;;;;;;;kFAIhB,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=EditorContent.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EditorContent.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/modal/EditorContent.vue"],"names":[],"mappings":";AAmKA,wBAGG"}
1
+ {"version":3,"file":"EditorContent.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/modal/EditorContent.vue"],"names":[],"mappings":"AAiJA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -4,8 +4,9 @@ import '@vue-flow/core/dist/theme-default.css';
4
4
  type __VLS_Slots = {
5
5
  default(): any;
6
6
  };
7
- declare const __VLS_component: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
9
10
  export default _default;
10
11
  type __VLS_WithSlots<T, S> = T & {
11
12
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"EditorMain.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/modal/EditorMain.vue"],"names":[],"mappings":"AA0PA,OAAO,mCAAmC,CAAA;AAC1C,OAAO,+BAA+B,CAAA;AACtC,OAAO,uCAAuC,CAAA;AAO9C,KAAK,WAAW,GAAG;IACjB,OAAO,IAAI,GAAG,CAAA;CACf,CAAC;AA+ZF,QAAA,MAAM,eAAe,iRAGnB,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":"EditorMain.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/modal/EditorMain.vue"],"names":[],"mappings":"AA0PA,OAAO,mCAAmC,CAAA;AAC1C,OAAO,+BAA+B,CAAA;AACtC,OAAO,uCAAuC,CAAA;AAO9C,KAAK,WAAW,GAAG;IACjB,OAAO,IAAI,GAAG,CAAA;CACf,CAAC;AAqYF,QAAA,MAAM,UAAU,+QACd,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"}
@@ -1,10 +1,11 @@
1
- type __VLS_PublicProps = {
1
+ type __VLS_ModelProps = {
2
2
  'open'?: boolean;
3
3
  };
4
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
5
  "update:open": (value: boolean | undefined) => any;
6
- }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
6
+ }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
7
7
  "onUpdate:open"?: ((value: boolean | undefined) => any) | undefined;
8
8
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: typeof __VLS_export;
9
10
  export default _default;
10
11
  //# sourceMappingURL=EditorModal.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EditorModal.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/modal/EditorModal.vue"],"names":[],"mappings":"AAyIA,KAAK,iBAAiB,GAAG;IACzB,MAAM,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;;;;;;AAyGF,wBAKG"}
1
+ {"version":3,"file":"EditorModal.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/modal/EditorModal.vue"],"names":[],"mappings":"AAsIA,KAAK,gBAAgB,GAAG;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AA0FF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,7 +1,8 @@
1
- declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
2
  back: () => any;
3
3
  }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
4
4
  onBack?: (() => any) | undefined;
5
5
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: typeof __VLS_export;
6
7
  export default _default;
7
8
  //# sourceMappingURL=EditorNav.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EditorNav.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/modal/EditorNav.vue"],"names":[],"mappings":";;;;;AA0cA,wBAIG"}
1
+ {"version":3,"file":"EditorNav.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/modal/EditorNav.vue"],"names":[],"mappings":"AAsbA,QAAA,MAAM,YAAY;;;;iFAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -4,6 +4,7 @@ type __VLS_Props = {
4
4
  error?: boolean;
5
5
  readonly?: boolean;
6
6
  };
7
- 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>;
7
+ 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>;
8
+ declare const _default: typeof __VLS_export;
8
9
  export default _default;
9
10
  //# sourceMappingURL=FlowNode.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FlowNode.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/FlowNode.vue"],"names":[],"mappings":"AA20BA,OAAO,KAAK,EAAqB,YAAY,EAAiB,MAAM,aAAa,CAAA;AA6BjF,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,YAAY,CAAA;IAClB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;;AAqhCF,wBAIG"}
1
+ {"version":3,"file":"FlowNode.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/FlowNode.vue"],"names":[],"mappings":"AA20BA,OAAO,KAAK,EAAqB,YAAY,EAAiB,MAAM,aAAa,CAAA;AA6BjF,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,YAAY,CAAA;IAClB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAy6BF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -3,6 +3,7 @@ type __VLS_Props = {
3
3
  data: FlowGroupNodeData;
4
4
  active?: boolean;
5
5
  };
6
- 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>;
6
+ 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>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
8
9
  //# sourceMappingURL=GroupNode.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GroupNode.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/GroupNode.vue"],"names":[],"mappings":"AAwFA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAEpD,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,iBAAiB,CAAA;IACvB,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAC;;AAoEF,wBAIG"}
1
+ {"version":3,"file":"GroupNode.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/GroupNode.vue"],"names":[],"mappings":"AAwFA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAEpD,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,iBAAiB,CAAA;IACvB,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAC;AAwDF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}