@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
@@ -15,26 +15,28 @@ type __VLS_Props = {
15
15
  fieldsOrder?: string[];
16
16
  renderRules?: RenderRules;
17
17
  };
18
- type __VLS_PublicProps = __VLS_Props & {
18
+ type __VLS_ModelProps = {
19
19
  'added'?: boolean;
20
20
  'expanded'?: boolean;
21
21
  };
22
- declare var __VLS_11: {}, __VLS_27: {}, __VLS_64: {};
22
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
23
+ declare var __VLS_11: {}, __VLS_30: {}, __VLS_69: {};
23
24
  type __VLS_Slots = {} & {
24
25
  default?: (props: typeof __VLS_11) => any;
25
26
  } & {
26
- tooltip?: (props: typeof __VLS_27) => any;
27
+ tooltip?: (props: typeof __VLS_30) => any;
27
28
  } & {
28
- default?: (props: typeof __VLS_64) => any;
29
+ default?: (props: typeof __VLS_69) => any;
29
30
  };
30
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
31
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
31
32
  "update:added": (value: boolean) => any;
32
33
  "update:expanded": (value: boolean) => any;
33
34
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
34
35
  "onUpdate:added"?: ((value: boolean) => any) | undefined;
35
36
  "onUpdate:expanded"?: ((value: boolean) => any) | undefined;
36
37
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
37
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
38
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
39
+ declare const _default: typeof __VLS_export;
38
40
  export default _default;
39
41
  type __VLS_WithSlots<T, S> = T & {
40
42
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ObjectField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/ObjectField.vue"],"names":[],"mappings":"AAkSA,OAAO,EAAmB,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAUzE,OAAO,KAAK,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAM9D,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,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC/B,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;IACf,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,cAAc,CAAC,EAAE,kBAAkB,CAAA;IACnC,WAAW,CAAC,EAAE,MAAM,EAAE,CAAA;IACtB,WAAW,CAAC,EAAE,WAAW,CAAA;CAC1B,CAAC;AAgGF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAwTF,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAqChD,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":"ObjectField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/ObjectField.vue"],"names":[],"mappings":"AAkSA,OAAO,EAAmB,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAUzE,OAAO,KAAK,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAM9D,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,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC/B,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;IACf,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,cAAc,CAAC,EAAE,kBAAkB,CAAA;IACnC,WAAW,CAAC,EAAE,MAAM,EAAE,CAAA;IACtB,WAAW,CAAC,EAAE,WAAW,CAAA;CAC1B,CAAC;AAgGF,KAAK,gBAAgB,GAAG;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAMF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAuSxD,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAGhD,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"}
@@ -15,9 +15,13 @@ export type ConfigFormProps<T extends FreeFormPluginData = FreeFormPluginData> =
15
15
  data: Record<string, any>;
16
16
  onChange: (value: T) => void;
17
17
  };
18
- declare const _default: <T extends FreeFormPluginData = FreeFormPluginData>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
19
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & PluginFormWrapperProps<T> & Partial<{}>> & import("vue").PublicProps;
20
- expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
18
+ declare const _default: typeof __VLS_export;
19
+ export default _default;
20
+ declare const __VLS_export: <T extends FreeFormPluginData = FreeFormPluginData>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
21
+ props: __VLS_PrettifyLocal<PluginFormWrapperProps<T>> & import("vue").PublicProps & (typeof globalThis extends {
22
+ __VLS_PROPS_FALLBACK: infer P;
23
+ } ? P : {});
24
+ expose: (exposed: {}) => void;
21
25
  attrs: any;
22
26
  slots: {
23
27
  default: (props: ConfigFormProps<T>) => any;
@@ -26,8 +30,9 @@ declare const _default: <T extends FreeFormPluginData = FreeFormPluginData>(__VL
26
30
  }>) => import("vue").VNode & {
27
31
  __ctx?: Awaited<typeof __VLS_setup>;
28
32
  };
29
- export default _default;
30
- type __VLS_PrettifyLocal<T> = {
33
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
34
+ [K in keyof T]: T[K];
35
+ } : {
31
36
  [K in keyof T as K]: T[K];
32
- } & {};
37
+ }) & {};
33
38
  //# sourceMappingURL=PluginFormWrapper.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PluginFormWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/PluginFormWrapper.vue"],"names":[],"mappings":"AAkKA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAA;AACpE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAA;AAG1E,MAAM,MAAM,sBAAsB,CAAC,CAAC,SAAS,kBAAkB,GAAG,kBAAkB,IAAI;IACtF,MAAM,EAAE,UAAU,CAAA;IAClB,UAAU,EAAE,GAAG,CAAA;IACf,KAAK,EAAE,CAAC,CAAA;IACR,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC9B,WAAW,EAAE,GAAG,CAAA;IAChB,SAAS,EAAE,OAAO,CAAA;IAClB,cAAc,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACnD,YAAY,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAA;CACjC,CAAA;AAED,MAAM,MAAM,eAAe,CAAC,CAAC,SAAS,kBAAkB,GAAG,kBAAkB,IAAI;IAC/E,MAAM,EAAE,UAAU,CAAA;IAClB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IACzB,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAA;CAC7B,CAAA;yBAEgB,CAAC,SAAS,kBAAkB,GAAG,kBAAkB,EACjE,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA4LO,mBAAmB,CAAC,+KAAqC,OAAO,IAAsB,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;iBAvLA,CAAC,KAAK,EAAE,eAAe,CAAC,CAAC,CAAC,KAAK,GAAG;;UAyLtC,EAAE;EAEL,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAvMzE,wBAuM4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"PluginFormWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/PluginFormWrapper.vue"],"names":[],"mappings":"AAkKA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAA;AACpE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAA;AAG1E,MAAM,MAAM,sBAAsB,CAAC,CAAC,SAAS,kBAAkB,GAAG,kBAAkB,IAAI;IACtF,MAAM,EAAE,UAAU,CAAA;IAClB,UAAU,EAAE,GAAG,CAAA;IACf,KAAK,EAAE,CAAC,CAAA;IACR,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC9B,WAAW,EAAE,GAAG,CAAA;IAChB,SAAS,EAAE,OAAO,CAAA;IAClB,cAAc,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACnD,YAAY,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAA;CACjC,CAAA;AAED,MAAM,MAAM,eAAe,CAAC,CAAC,SAAS,kBAAkB,GAAG,kBAAkB,IAAI;IAC/E,MAAM,EAAE,UAAU,CAAA;IAClB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IACzB,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAA;CAC7B,CAAA;wBACoB,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY,GAAK,CAAC,SAAS,kBAAkB,GAAG,kBAAkB,EACvE,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,gBAAgB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EAClE;WAwKO,mBAAmB,2BAAmB,GAAG,OAAO,KAAK,EAAE,WAAW,GAAG,CAAC,OAAO,UAAU,SAAS;QAAE,oBAAoB,EAAE,MAAM,CAAC,CAAA;KAAE,GAAG,CAAC,GAAG,EAAE,CAAC;YAC1I,CAAC,OAAO,EAAE,EAAE,KAAK,IAAI;WACtB,GAAG;;iBAnKA,CAAC,KAAK,EAAE,eAAe,CAAC,CAAC,CAAC,KAAK,GAAG;;UAqKtC,EAAE;EAEL,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAI,CAAC;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,GAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,CAAC,GAAG,EAAE,CAAC"}
@@ -6,10 +6,11 @@ interface EnumFieldProps extends BaseFieldProps {
6
6
  items?: SelectItem[];
7
7
  label?: string;
8
8
  }
9
- declare const _default: import("vue").DefineComponent<EnumFieldProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ declare const __VLS_export: import("vue").DefineComponent<EnumFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
10
  "update:modelValue": (value: string | number) => any;
11
11
  }, string, import("vue").PublicProps, Readonly<EnumFieldProps> & Readonly<{
12
12
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
13
13
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: typeof __VLS_export;
14
15
  export default _default;
15
16
  //# sourceMappingURL=RadioField.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RadioField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/RadioField.vue"],"names":[],"mappings":"AA4FA,OAAO,EAAU,KAAK,eAAe,EAAE,KAAK,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAEjF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAI7C,UAAU,cAAe,SAAQ,cAAc;IAC7C,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,UAAU,EAAE,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;;;;;;AA8JD,wBAKG"}
1
+ {"version":3,"file":"RadioField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/RadioField.vue"],"names":[],"mappings":"AA4FA,OAAO,EAAU,KAAK,eAAe,EAAE,KAAK,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAEjF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAI7C,UAAU,cAAe,SAAQ,cAAc;IAC7C,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,UAAU,EAAE,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AA2ID,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -4,6 +4,7 @@ interface RedisConfigCardProps {
4
4
  configFields: FlattendRedisConfigurationFields;
5
5
  pluginRedisFields?: Field[];
6
6
  }
7
- declare const _default: import("vue").DefineComponent<RedisConfigCardProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<RedisConfigCardProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const __VLS_export: import("vue").DefineComponent<RedisConfigCardProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<RedisConfigCardProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const _default: typeof __VLS_export;
8
9
  export default _default;
9
10
  //# sourceMappingURL=RedisConfigCard.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RedisConfigCard.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/RedisConfigCard.vue"],"names":[],"mappings":"AA8JA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAMpC,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,yBAAyB,CAAA;AA4B/E,UAAU,oBAAoB;IAC5B,YAAY,EAAE,gCAAgC,CAAA;IAC9C,iBAAiB,CAAC,EAAE,KAAK,EAAE,CAAA;CAC5B;;AAwID,wBAIG"}
1
+ {"version":3,"file":"RedisConfigCard.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/RedisConfigCard.vue"],"names":[],"mappings":"AA8JA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAMpC,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,yBAAyB,CAAA;AA4B/E,UAAU,oBAAoB;IAC5B,YAAY,EAAE,gCAAgC,CAAA;IAC9C,iBAAiB,CAAC,EAAE,KAAK,EAAE,CAAA;CAC5B;AA2HD,QAAA,MAAM,YAAY,oTAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -5,6 +5,7 @@ interface RedisSelectorProps {
5
5
  redisType?: RedisPartialType;
6
6
  redisPath?: string;
7
7
  }
8
- declare const _default: import("vue").DefineComponent<RedisSelectorProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<RedisSelectorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: import("vue").DefineComponent<RedisSelectorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<RedisSelectorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: typeof __VLS_export;
9
10
  export default _default;
10
11
  //# sourceMappingURL=RedisSelector.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RedisSelector.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/RedisSelector.vue"],"names":[],"mappings":"AAsUA,OAAO,KAAK,EAAE,gBAAgB,EAAsB,MAAM,SAAS,CAAA;AAInE,OAAO,8DAA8D,CAAA;AAkCrE,UAAU,kBAAkB;IAC1B,sBAAsB,CAAC,EAAE,MAAM,CAAA;IAC/B,SAAS,CAAC,EAAE,gBAAgB,CAAA;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;;AAyZD,wBAIG"}
1
+ {"version":3,"file":"RedisSelector.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/RedisSelector.vue"],"names":[],"mappings":"AAsUA,OAAO,KAAK,EAAE,gBAAgB,EAAsB,MAAM,SAAS,CAAA;AAInE,OAAO,8DAA8D,CAAA;AAkCrE,UAAU,kBAAkB;IAC1B,sBAAsB,CAAC,EAAE,MAAM,CAAA;IAC/B,SAAS,CAAC,EAAE,gBAAgB,CAAA;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AA+WD,QAAA,MAAM,YAAY,gTAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -2,8 +2,9 @@ declare var __VLS_14: {};
2
2
  type __VLS_Slots = {} & {
3
3
  default?: (props: typeof __VLS_14) => any;
4
4
  };
5
- 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>;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
5
+ 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>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
8
9
  type __VLS_WithSlots<T, S> = T & {
9
10
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"SlideTransition.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/SlideTransition.vue"],"names":[],"mappings":"AAyPA,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAsBhD,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":"SlideTransition.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/SlideTransition.vue"],"names":[],"mappings":"AA8PA,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAGhD,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"}
@@ -4,16 +4,17 @@ interface StringFieldProps extends BaseFieldProps {
4
4
  labelAttributes?: LabelAttributes;
5
5
  multiline?: boolean;
6
6
  }
7
- declare var __VLS_14: {};
7
+ declare var __VLS_16: {};
8
8
  type __VLS_Slots = {} & {
9
- tooltip?: (props: typeof __VLS_14) => any;
9
+ tooltip?: (props: typeof __VLS_16) => any;
10
10
  };
11
- declare const __VLS_component: import("vue").DefineComponent<StringFieldProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ declare const __VLS_base: import("vue").DefineComponent<StringFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
12
  "update:modelValue": (value: string[] | null) => any;
13
13
  }, string, import("vue").PublicProps, Readonly<StringFieldProps> & Readonly<{
14
14
  "onUpdate:modelValue"?: ((value: string[] | 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":"StringArrayField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/StringArrayField.vue"],"names":[],"mappings":"AAoHA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAMxD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAW7C,UAAU,gBAAiB,SAAQ,cAAc;IAC/C,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAwID,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AA0BhD,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":"StringArrayField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/StringArrayField.vue"],"names":[],"mappings":"AAoHA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAMxD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAW7C,UAAU,gBAAiB,SAAQ,cAAc;IAC/C,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AA+ID,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAMhD,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"}
@@ -7,18 +7,19 @@ interface StringFieldProps extends InputProps, BaseFieldProps {
7
7
  showPasswordMaskToggle?: boolean;
8
8
  type?: string;
9
9
  }
10
- declare var __VLS_14: {}, __VLS_17: {};
10
+ declare var __VLS_16: {}, __VLS_19: {};
11
11
  type __VLS_Slots = {} & {
12
- tooltip?: (props: typeof __VLS_14) => any;
12
+ tooltip?: (props: typeof __VLS_16) => any;
13
13
  } & {
14
- help?: (props: typeof __VLS_17) => any;
14
+ help?: (props: typeof __VLS_19) => any;
15
15
  };
16
- declare const __VLS_component: import("vue").DefineComponent<StringFieldProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
+ declare const __VLS_base: import("vue").DefineComponent<StringFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
17
  "update:modelValue": (value: string | null) => any;
18
18
  }, string, import("vue").PublicProps, Readonly<StringFieldProps> & Readonly<{
19
19
  "onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
20
20
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
21
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
+ declare const _default: typeof __VLS_export;
22
23
  export default _default;
23
24
  type __VLS_WithSlots<T, S> = T & {
24
25
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"StringField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/StringField.vue"],"names":[],"mappings":"AA8JA,OAAO,KAAK,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAQpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAS7C,UAAU,gBAAiB,SAAQ,UAAU,EAAE,cAAc;IAC3D,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,sBAAsB,CAAC,EAAE,OAAO,CAAA;IAChC,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAiND,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AAC/C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAgC7C,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":"StringField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/StringField.vue"],"names":[],"mappings":"AA8JA,OAAO,KAAK,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAQpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAS7C,UAAU,gBAAiB,SAAQ,UAAU,EAAE,cAAc;IAC3D,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,sBAAsB,CAAC,EAAE,OAAO,CAAA;IAChC,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAqND,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AAC/C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAM7C,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"}
@@ -7,6 +7,7 @@ interface VFGFieldProps {
7
7
  }>;
8
8
  };
9
9
  }
10
- declare const _default: import("vue").DefineComponent<VFGFieldProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<VFGFieldProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: import("vue").DefineComponent<VFGFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<VFGFieldProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: typeof __VLS_export;
11
12
  export default _default;
12
13
  //# sourceMappingURL=VFGField.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"VFGField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/VFGField.vue"],"names":[],"mappings":"AAwFA,UAAU,aAAa;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IACjC,SAAS,EAAE;QACT,MAAM,EAAE,KAAK,CAAC;YACZ,KAAK,EAAE,MAAM,CAAA;YACb,IAAI,EAAE,MAAM,CAAA;SACb,CAAC,CAAA;KACH,CAAA;CACF;;AAwGD,wBAIG"}
1
+ {"version":3,"file":"VFGField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/VFGField.vue"],"names":[],"mappings":"AAwFA,UAAU,aAAa;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IACjC,SAAS,EAAE;QACT,MAAM,EAAE,KAAK,CAAC;YACZ,KAAK,EAAE,MAAM,CAAA;YACb,IAAI,EAAE,MAAM,CAAA;SACb,CAAC,CAAA;KACH,CAAA;CACF;AAgGD,QAAA,MAAM,YAAY,sSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -27,9 +27,13 @@ export type Props<T extends FreeFormPluginData = any> = {
27
27
  renderRules?: RenderRules;
28
28
  pluginName: string;
29
29
  };
30
- declare const _default: <T extends FreeFormPluginData>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
31
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & Props<T> & Partial<{}>> & import("vue").PublicProps;
32
- expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
30
+ declare const _default: typeof __VLS_export;
31
+ export default _default;
32
+ declare const __VLS_export: <T extends FreeFormPluginData>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
33
+ props: __VLS_PrettifyLocal<Props<T>> & import("vue").PublicProps & (typeof globalThis extends {
34
+ __VLS_PROPS_FALLBACK: infer P;
35
+ } ? P : {});
36
+ expose: (exposed: {}) => void;
33
37
  attrs: any;
34
38
  slots: {
35
39
  default: () => any;
@@ -45,8 +49,9 @@ declare const _default: <T extends FreeFormPluginData>(__VLS_props: NonNullable<
45
49
  }>) => import("vue").VNode & {
46
50
  __ctx?: Awaited<typeof __VLS_setup>;
47
51
  };
48
- export default _default;
49
- type __VLS_PrettifyLocal<T> = {
52
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
53
+ [K in keyof T]: T[K];
54
+ } : {
50
55
  [K in keyof T as K]: T[K];
51
- } & {};
56
+ }) & {};
52
57
  //# sourceMappingURL=StandardLayout.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StandardLayout.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/shared/layout/StandardLayout.vue"],"names":[],"mappings":"AA+cA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uCAAuC,CAAA;AACvE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAA;AAC7E,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAA;AAElE,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,UAAU,CAAA;AAQvD,MAAM,MAAM,KAAK,CAAC,CAAC,SAAS,kBAAkB,GAAG,GAAG,IAAI;IACtD,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,sBAAsB,CAAC,EAAE,MAAM,CAAA;IAC/B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,uBAAuB,CAAC,EAAE,MAAM,CAAA;IAChC,sBAAsB;IACtB,MAAM,EAAE,UAAU,CAAA;IAClB,iBAAiB;IACjB,UAAU,EAAE,GAAG,CAAA;IACf,wDAAwD;IACxD,KAAK,EAAE,CAAC,CAAA;IACR,qBAAqB;IACrB,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC9B,WAAW,EAAE,GAAG,CAAA;IAChB,SAAS,EAAE,OAAO,CAAA;IAClB,cAAc,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACnD,0IAA0I;IAC1I,YAAY,EAAE,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC,KAAK,IAAI,CAAA;IACzC,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,yBAAyB,KAAK,IAAI,CAAA;IAC7D,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC5B,6BAA6B;IAC7B,UAAU,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC,CAAA;IAC1B,WAAW,CAAC,EAAE,WAAW,CAAA;IACzB,UAAU,EAAE,MAAM,CAAA;CACnB,CAAA;yBAEgB,CAAC,SAAS,kBAAkB,EAC5C,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA0mBO,mBAAmB,CAAC,8JAAqC,OAAO,IAAsB,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;iBAnmBA,MAAM,GAAG;wBACF,MAAM,GAAG;+BACF,MAAM,GAAG;qCACH,MAAM,GAAG;+BACf,MAAM,GAAG;gCACR,MAAM,GAAG;sCACH,MAAM,GAAG;gCACf,MAAM,GAAG;;UA8lB5B,EAAE;EAEL,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AArnBzE,wBAqnB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"StandardLayout.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/shared/layout/StandardLayout.vue"],"names":[],"mappings":"AA+cA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uCAAuC,CAAA;AACvE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAA;AAC7E,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAA;AAElE,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,UAAU,CAAA;AAQvD,MAAM,MAAM,KAAK,CAAC,CAAC,SAAS,kBAAkB,GAAG,GAAG,IAAI;IACtD,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,sBAAsB,CAAC,EAAE,MAAM,CAAA;IAC/B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,uBAAuB,CAAC,EAAE,MAAM,CAAA;IAChC,sBAAsB;IACtB,MAAM,EAAE,UAAU,CAAA;IAClB,iBAAiB;IACjB,UAAU,EAAE,GAAG,CAAA;IACf,wDAAwD;IACxD,KAAK,EAAE,CAAC,CAAA;IACR,qBAAqB;IACrB,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC9B,WAAW,EAAE,GAAG,CAAA;IAChB,SAAS,EAAE,OAAO,CAAA;IAClB,cAAc,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACnD,0IAA0I;IAC1I,YAAY,EAAE,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC,KAAK,IAAI,CAAA;IACzC,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,yBAAyB,KAAK,IAAI,CAAA;IAC7D,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC5B,6BAA6B;IAC7B,UAAU,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC,CAAA;IAC1B,WAAW,CAAC,EAAE,WAAW,CAAA;IACzB,UAAU,EAAE,MAAM,CAAA;CACnB,CAAA;wBACoB,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY,GAAK,CAAC,SAAS,kBAAkB,EAClD,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,gBAAgB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EAClE;WAklBO,mBAAmB,UAAmB,GAAG,OAAO,KAAK,EAAE,WAAW,GAAG,CAAC,OAAO,UAAU,SAAS;QAAE,oBAAoB,EAAE,MAAM,CAAC,CAAA;KAAE,GAAG,CAAC,GAAG,EAAE,CAAC;YAC1I,CAAC,OAAO,EAAE,EAAE,KAAK,IAAI;WACtB,GAAG;;iBA1kBA,MAAM,GAAG;wBACF,MAAM,GAAG;+BACF,MAAM,GAAG;qCACH,MAAM,GAAG;+BACf,MAAM,GAAG;gCACR,MAAM,GAAG;sCACH,MAAM,GAAG;gCACf,MAAM,GAAG;;UAqkB5B,EAAE;EAEL,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAI,CAAC;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,GAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,CAAC,GAAG,EAAE,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { type PropType } from 'vue';
2
2
  import { type KongManagerPluginSelectConfig, type KonnectPluginSelectConfig, type PluginType } 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>;
@@ -29,7 +29,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
29
29
  type: BooleanConstructor;
30
30
  default: boolean;
31
31
  };
32
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
32
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
33
33
  "custom-plugin-delete": () => any;
34
34
  "plugin-clicked": (plugin: PluginType) => any;
35
35
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -69,5 +69,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
69
69
  canEditCustomPlugin: boolean;
70
70
  navigateOnClick: boolean;
71
71
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
72
+ declare const _default: typeof __VLS_export;
72
73
  export default _default;
73
74
  //# sourceMappingURL=PluginSelectCard.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PluginSelectCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/select/PluginSelectCard.vue"],"names":[],"mappings":"AAoTA,OAAO,EAAY,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAE7C,OAAO,EAGL,KAAK,6BAA6B,EAClC,KAAK,yBAAyB,EAC9B,KAAK,UAAU,EAChB,MAAM,aAAa,CAAA;;IA8blB,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;IAMzF;;OAEG;;;;;IAKH;;OAEG;;;;;;cAMe,QAAQ,CAAC,UAAU,CAAC;;;;;;;;;;;IAzBtC,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;IAMzF;;OAEG;;;;;IAKH;;OAEG;;;;;;cAMe,QAAQ,CAAC,UAAU,CAAC;;;;;;;;;;;;;;;AA9BxC,wBAsCG"}
1
+ {"version":3,"file":"PluginSelectCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/select/PluginSelectCard.vue"],"names":[],"mappings":"AAoTA,OAAO,EAAY,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAE7C,OAAO,EAGL,KAAK,6BAA6B,EAClC,KAAK,yBAAyB,EAC9B,KAAK,UAAU,EAChB,MAAM,aAAa,CAAA;AA8WpB,QAAA,MAAM,YAAY;IAGhB,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;IAMzF;;OAEG;;;;;IAKH;;OAEG;;;;;;cAMe,QAAQ,CAAC,UAAU,CAAC;;;;;;;;;;;IAzBtC,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;IAMzF;;OAEG;;;;;IAKH;;OAEG;;;;;;cAMe,QAAQ,CAAC,UAAU,CAAC;;;;;;;;;;;;;;4EAQtC,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 PluginCardList, type PluginType } 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
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
49
49
  /** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
@@ -97,5 +97,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
97
97
  highlightedPluginsTitle: string;
98
98
  hideHighlightedPlugins: boolean;
99
99
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
100
+ declare const _default: typeof __VLS_export;
100
101
  export default _default;
101
102
  //# sourceMappingURL=PluginSelectGrid.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PluginSelectGrid.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/select/PluginSelectGrid.vue"],"names":[],"mappings":"AA2IA,OAAO,EAAiB,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAElD,OAAO,EAIL,KAAK,6BAA6B,EAClC,KAAK,yBAAyB,EAC9B,KAAK,cAAc,EACnB,KAAK,UAAU,EAChB,MAAM,aAAa,CAAA;;IAoRlB,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;IAMzF;;OAEG;;cAEe,QAAQ,CAAC,cAAc,CAAC;;;IAG1C;;;OAGG;;;;;IAKH;;OAEG;;cAEc,QAAQ,CAAC,UAAU,EAAE,CAAC;;;IAGvC;;OAEG;;;;;IAKH;;OAEG;;;;;;;;IAzCH,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;IAMzF;;OAEG;;cAEe,QAAQ,CAAC,cAAc,CAAC;;;IAG1C;;;OAGG;;;;;IAKH;;OAEG;;cAEc,QAAQ,CAAC,UAAU,EAAE,CAAC;;;IAGvC;;OAEG;;;;;IAKH;;OAEG;;;;;;;;;;;;;;AA9CL,wBAoDG"}
1
+ {"version":3,"file":"PluginSelectGrid.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/select/PluginSelectGrid.vue"],"names":[],"mappings":"AA2IA,OAAO,EAAiB,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAElD,OAAO,EAIL,KAAK,6BAA6B,EAClC,KAAK,yBAAyB,EAC9B,KAAK,cAAc,EACnB,KAAK,UAAU,EAChB,MAAM,aAAa,CAAA;AAgNpB,QAAA,MAAM,YAAY;IAGhB,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;IAMzF;;OAEG;;cAEe,QAAQ,CAAC,cAAc,CAAC;;;IAG1C;;;OAGG;;;;;IAKH;;OAEG;;cAEc,QAAQ,CAAC,UAAU,EAAE,CAAC;;;IAGvC;;OAEG;;;;;IAKH;;OAEG;;;;;;;;IAzCH,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;IAMzF;;OAEG;;cAEe,QAAQ,CAAC,cAAc,CAAC;;;IAG1C;;;OAGG;;;;;IAKH;;OAEG;;cAEc,QAAQ,CAAC,UAAU,EAAE,CAAC;;;IAGvC;;OAEG;;;;;IAKH;;OAEG;;;;;;;;;;;;;4EAMH,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,6 +1,6 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { KongManagerPluginSelectConfig, KonnectPluginSelectConfig, PluginType } 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>;
@@ -33,7 +33,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
33
33
  type: PropType<boolean>;
34
34
  required: true;
35
35
  };
36
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
36
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
37
37
  "update:modelValue": (value: boolean) => any;
38
38
  "plugin-clicked": (plugin: PluginType) => any;
39
39
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -75,5 +75,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
75
75
  }>, {
76
76
  navigateOnClick: boolean;
77
77
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
78
+ declare const _default: typeof __VLS_export;
78
79
  export default _default;
79
80
  //# sourceMappingURL=PluginSelectGroup.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PluginSelectGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/select/PluginSelectGroup.vue"],"names":[],"mappings":"AAyJA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAInC,OAAO,KAAK,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;;IAyQrG,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;IAMzF;;OAEG;;;;;IAKH;;OAEG;;cAEc,QAAQ,CAAC,UAAU,EAAE,CAAC;;;IAGvC;;;OAGG;;;;;;;kBAY+C,IAAI;;;;;;IAvCtD,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;IAMzF;;OAEG;;;;;IAKH;;OAEG;;cAEc,QAAQ,CAAC,UAAU,EAAE,CAAC;;;IAGvC;;;OAGG;;;;;;;kBAY+C,IAAI;;;;;;;;AA9CxD,wBAyCG"}
1
+ {"version":3,"file":"PluginSelectGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/select/PluginSelectGroup.vue"],"names":[],"mappings":"AAyJA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAInC,OAAO,KAAK,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AA+MvG,QAAA,MAAM,YAAY;IAKhB,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;IAMzF;;OAEG;;;;;IAKH;;OAEG;;cAEc,QAAQ,CAAC,UAAU,EAAE,CAAC;;;IAGvC;;;OAGG;;;;;;;kBAY+C,IAAI;;;;;;IAvCtD,oHAAoH;;cAElG,QAAQ,CAAC,yBAAyB,GAAG,6BAA6B,CAAC;;4BAE/D,yBAAyB,GAAG,6BAA6B,KAAG,OAAO;;IAMzF;;OAEG;;;;;IAKH;;OAEG;;cAEc,QAAQ,CAAC,UAAU,EAAE,CAAC;;;IAGvC;;;OAGG;;;;;;;kBAY+C,IAAI;;;;;;;4EALtD,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-plugins",
3
- "version": "9.138.7",
3
+ "version": "9.138.8",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-plugins.umd.js",
6
6
  "module": "./dist/entities-plugins.es.js",
@@ -33,16 +33,16 @@
33
33
  "@shikijs/themes": ">= 3.0.0 < 4.0.0",
34
34
  "@vueuse/core": "^13.5.0",
35
35
  "@vueuse/integrations": "^13.5.0",
36
- "axios": "^1.12.0",
36
+ "axios": "^1.12.2",
37
37
  "monaco-editor": "^0.52.2",
38
38
  "vue": ">= 3.3.13 < 4",
39
39
  "vue-router": "^4.4.5",
40
40
  "zod": ">= 4.1.3 < 5",
41
- "@kong-ui-public/entities-shared": "^3.36.5",
42
- "@kong-ui-public/i18n": "^2.4.4"
41
+ "@kong-ui-public/entities-shared": "^3.36.6",
42
+ "@kong-ui-public/i18n": "^2.4.5"
43
43
  },
44
44
  "devDependencies": {
45
- "@dagrejs/dagre": "^1.1.5",
45
+ "@dagrejs/dagre": "^1.1.8",
46
46
  "@kong/design-tokens": "1.18.2",
47
47
  "@kong/icons": "^1.41.0",
48
48
  "@kong/kongponents": "9.48.6",
@@ -51,18 +51,18 @@
51
51
  "@shikijs/langs": "^3.13.0",
52
52
  "@shikijs/themes": "^3.13.0",
53
53
  "@vue-flow/background": "^1.3.2",
54
- "@vue-flow/controls": "^1.1.2",
55
- "@vue-flow/core": "^1.45.0",
54
+ "@vue-flow/controls": "^1.1.3",
55
+ "@vue-flow/core": "^1.45.1",
56
56
  "@vueuse/core": "^13.5.0",
57
57
  "@vueuse/integrations": "^13.5.0",
58
- "axios": "^1.7.7",
58
+ "axios": "^1.7.9",
59
59
  "monaco-editor": "^0.52.2",
60
- "vue": "^3.5.22",
60
+ "vue": "^3.5.25",
61
61
  "vue-router": "^4.4.5",
62
- "zod": "^4.1.12",
63
- "@kong-ui-public/entities-shared": "^3.36.5",
64
- "@kong-ui-public/entities-vaults": "^4.0.8",
65
- "@kong-ui-public/i18n": "^2.4.4"
62
+ "zod": "^4.1.13",
63
+ "@kong-ui-public/entities-shared": "^3.36.6",
64
+ "@kong-ui-public/entities-vaults": "^4.0.9",
65
+ "@kong-ui-public/i18n": "^2.4.5"
66
66
  },
67
67
  "repository": {
68
68
  "type": "git",
@@ -81,15 +81,15 @@
81
81
  "dependencies": {
82
82
  "lodash-es": "^4.17.21",
83
83
  "marked": "^14.1.4",
84
- "@kong-ui-public/entities-consumer-groups": "^4.2.28",
85
- "@kong-ui-public/entities-consumers": "^4.2.29",
86
- "@kong-ui-public/entities-gateway-services": "^3.14.5",
87
- "@kong-ui-public/entities-plugins-icon": "^1.5.1",
84
+ "@kong-ui-public/entities-consumer-groups": "^4.2.29",
85
+ "@kong-ui-public/entities-consumers": "^4.2.30",
86
+ "@kong-ui-public/entities-gateway-services": "^3.14.6",
87
+ "@kong-ui-public/entities-plugins-icon": "^1.5.2",
88
88
  "@kong-ui-public/entities-plugins-metadata": "^1.11.0",
89
- "@kong-ui-public/entities-redis-configurations": "^1.8.12",
90
- "@kong-ui-public/entities-routes": "^3.17.6",
91
- "@kong-ui-public/forms": "^4.20.12",
92
- "@kong-ui-public/entities-vaults": "^4.0.8"
89
+ "@kong-ui-public/entities-redis-configurations": "^1.8.13",
90
+ "@kong-ui-public/entities-vaults": "^4.0.9",
91
+ "@kong-ui-public/entities-routes": "^3.17.7",
92
+ "@kong-ui-public/forms": "^4.20.13"
93
93
  },
94
94
  "scripts": {
95
95
  "dev": "cross-env USE_SANDBOX=true vite",