dbgate-plugin-xml
Version:
XML import/export plugin for DbGate
1 lines • 936 B
JavaScript
var plugin;(()=>{"use strict";var e={d:(t,a)=>{for(var l in a)e.o(a,l)&&!e.o(t,l)&&Object.defineProperty(t,l,{enumerable:!0,get:a[l]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},t={};e.r(t),e.d(t,{default:()=>a});const a={fileFormats:[{packageName:"dbgate-plugin-xml",storageType:"xml@dbgate-plugin-xml",extension:"xml",name:"XML file",readerFunc:"reader@dbgate-plugin-xml",writerFunc:"writer@dbgate-plugin-xml",args:[{type:"text",name:"rootElementName",label:"Root element name",apiName:"rootElementName",direction:"target"},{type:"text",name:"itemElementName",label:"Item element name",apiName:"itemElementName"}]}],quickExports:[{label:"XML file",extension:"xml",createWriter:e=>({functionName:"writer@dbgate-plugin-xml",props:{fileName:e}})}]};plugin=t})();