dbgate-web 7.0.4 → 7.1.0

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.
@@ -1 +1,13 @@
1
- !function(){"use strict";var t,e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n={},i={},o={};t=o,Object.defineProperty(t,"__esModule",{value:!0}),t.firebirdSplitterOptions=t.oracleSplitterOptions=t.redisSplitterOptions=t.noSplitSplitterOptions=t.mongoSplitterOptions=t.sqliteSplitterOptions=t.postgreSplitterOptions=t.mssqlSplitterOptions=t.mysqlSplitterOptions=t.defaultSplitterOptions=void 0,t.defaultSplitterOptions={stringsBegins:["'",'"'],stringsEnds:{"'":"'",'"':'"'},stringEscapes:{"'":"'",'"':'"'},allowSemicolon:!0,allowCustomDelimiter:!1,allowCustomSqlTerminator:!1,allowGoDelimiter:!1,allowSlashDelimiter:!1,allowDollarDollarString:!1,noSplit:!1,skipSeparatorBeginEnd:!1,keepSemicolonInCommands:!1,doubleDashComments:!0,multilineComments:!0,javaScriptComments:!1,returnRichInfo:!1,splitByLines:!1,splitByEmptyLine:!1,preventSingleLineSplit:!1,adaptiveGoSplit:!1,ignoreComments:!1,copyFromStdin:!1,queryParameterStyle:null},t.mysqlSplitterOptions=Object.assign(Object.assign({},t.defaultSplitterOptions),{allowCustomDelimiter:!0,stringsBegins:["'","`",'"'],stringsEnds:{"'":"'","`":"`",'"':'"'},stringEscapes:{"'":"\\","`":"`",'"':"\\"}}),t.mssqlSplitterOptions=Object.assign(Object.assign({},t.defaultSplitterOptions),{allowSemicolon:!1,allowGoDelimiter:!0,keepSemicolonInCommands:!0,stringsBegins:["'","["],stringsEnds:{"'":"'","[":"]"},stringEscapes:{"'":"'"}}),t.postgreSplitterOptions=Object.assign(Object.assign({},t.defaultSplitterOptions),{allowDollarDollarString:!0,stringsBegins:["'",'"'],stringsEnds:{"'":"'",'"':'"'},stringEscapes:{"'":"'",'"':'"'}}),t.sqliteSplitterOptions=Object.assign(Object.assign({},t.defaultSplitterOptions),{skipSeparatorBeginEnd:!0,stringsBegins:["'",'"'],stringsEnds:{"'":"'",'"':'"'},stringEscapes:{"'":"'",'"':'"'}}),t.mongoSplitterOptions=Object.assign(Object.assign({},t.defaultSplitterOptions),{stringsBegins:["'",'"'],stringsEnds:{"'":"'",'"':'"'},stringEscapes:{"'":"\\",'"':"\\"}}),t.noSplitSplitterOptions=Object.assign(Object.assign({},t.defaultSplitterOptions),{noSplit:!0}),t.redisSplitterOptions=Object.assign(Object.assign({},t.defaultSplitterOptions),{splitByLines:!0}),t.oracleSplitterOptions=Object.assign(Object.assign({},t.defaultSplitterOptions),{allowCustomSqlTerminator:!0,allowSlashDelimiter:!0,stringsBegins:["'",'"'],stringsEnds:{"'":"'",'"':'"'},stringEscapes:{"'":"'",'"':'"'}}),t.firebirdSplitterOptions=Object.assign(Object.assign({},t.defaultSplitterOptions),{skipSeparatorBeginEnd:!0,queryParameterStyle:":"}),Object.defineProperty(i,"__esModule",{value:!0}),i.splitQuery=i.finishSplitStream=i.getInitialDelimiter=i.splitQueryLine=i.scanToken=void 0;const r=o,s=";",a=new RegExp(`^(?:${["DEFERRED","IMMEDIATE","EXCLUSIVE","TRANSACTION"].join("|")})`,"i"),l=new RegExp(`^(?:${["TRANSACTION","IF"].join("|")})`,"i");function p(t,e,n){let{source:i,position:o,line:r,column:s,streamPosition:a}=t;for(;e>0;)"\n"==i[o]?(r+=1,s=0):s+=1,o+=1,a+=1,e-=1;t.position=o,t.streamPosition=a,t.line=r,t.column=s,t.wasDataInCommand||(n?(t.trimCommandStartPosition=a,t.trimCommandStartLine=r,t.trimCommandStartColumn=s):t.wasDataInCommand=!0),n||(t.noWhitePosition=a,t.noWhiteLine=r,t.noWhiteColumn=s)}const m={type:"whitespace",length:1},c={type:"eoln",length:1},d={type:"data",length:1};function u(t){var e;let n=t.position;const i=t.source,o=i[n];if(t.isCopyFromStdin){if(i.slice(n).startsWith("\\.")&&!t.wasDataOnLine)return{type:"copy_stdin_end",length:2};let e=n;for(;e<t.end&&"\n"!=i[e];)e++;return e<t.end&&"\n"==i[e]&&e++,{type:"copy_stdin_line",length:e-n}}if(t.options.stringsBegins.includes(o)){n++;const e=t.options.stringsEnds[o],r=t.options.stringEscapes[o];for(;n<t.end&&i[n]!=e;)r&&i[n]==r?n+=2:n++;return{type:"string",length:n-t.position+1}}if(t.options.queryParameterStyle&&1==(null===(e=t.options.queryParameterStyle)||void 0===e?void 0:e.length)&&o==t.options.queryParameterStyle&&("?"==t.options.queryParameterStyle||/[a-zA-Z0-9_]/.test(i[n+1]))){if(n++,"?"!=t.options.queryParameterStyle)for(;n<t.end&&/[a-zA-Z0-9_]/.test(i[n]);)n++;return{type:"parameter",value:i.slice(t.position,n),length:n-t.position}}const r=t.options.skipSeparatorBeginEnd&&t.beginEndIdentLevel>0;if(t.currentDelimiter&&i.slice(n).startsWith(t.currentDelimiter)&&!r)return{type:"delimiter",length:t.currentDelimiter.length};if(" "==o||"\t"==o||"\r"==o)return m;if("\n"==o)return c;if(t.options.doubleDashComments&&"-"==o&&"-"==i[n+1]){for(;n<t.end&&"\n"!=i[n];)n++;return{type:"comment",length:n-t.position}}if(t.options.multilineComments&&"/"==o&&"*"==i[n+1]){for(n+=2;n<t.end&&("*"!=i[n]||"/"!=i[n+1]);)n++;return{type:"comment",length:n-t.position+2}}if(t.options.allowCustomDelimiter&&!t.wasDataOnLine){const t=i.slice(n).match(/^DELIMITER[ \t]+([^\n]+)/i);if(t)return{type:"set_delimiter",value:t[1].trim(),length:t[0].length}}if(t.options.allowCustomSqlTerminator){const t=i.slice(n).match(/^SET[ \t]+SQLT(ERMINATOR)?[ \t]+(ON|OFF|".")/i);if(t){if("OFF"==t[2].toUpperCase())return{type:"set_sqlterminator",value:null,length:t[0].length};if("ON"==t[2].toUpperCase())return{type:"set_sqlterminator",value:s,length:t[0].length};if(t[2].startsWith('"'))return{type:"set_sqlterminator",value:t[2].slice(1,-1),length:t[0].length}}}if((t.options.allowGoDelimiter||t.options.adaptiveGoSplit)&&!t.wasDataOnLine){const t=i.slice(n).match(/^GO[\t\r ]*(\n|$)/i);if(t)return{type:"go_delimiter",length:t[0].endsWith("\n")?t[0].length-1:t[0].length}}if(t.options.allowSlashDelimiter&&!t.wasDataOnLine){const t=i.slice(n).match(/^\/[\t\r ]*(\n|$)/i);if(t)return{type:"slash_delimiter",length:t[0].endsWith("\n")?t[0].length-1:t[0].length}}if(t.options.adaptiveGoSplit){const t=i.slice(n).match(/^(CREATE|ALTER)\s*(PROCEDURE|FUNCTION|TRIGGER)/i);if(t)return{type:"create_routine",length:t[0].length}}if(t.options.copyFromStdin&&!t.wasDataOnLine&&i.slice(n).startsWith("COPY "))return{type:"copy",length:5};if(t.isCopyFromStdinCandidate&&i.slice(n).startsWith("FROM stdin;")){let e=n+11;const o=e-1;for(;e<t.end&&"\n"!=i[e];)e++;return"\n"==i[e]&&e++,{type:"copy_stdin_start",length:e-n,lengthWithoutWhitespace:o-n}}if(t.options.skipSeparatorBeginEnd&&i.slice(n).match(/^begin/i)){let e=n+5,o=e;for(;o<t.end&&/[^a-zA-Z0-9]/.test(i[o]);)o++;if(!a.test(i.slice(o)))return{type:"begin",length:e-n,lengthWithoutWhitespace:o-n}}if(t.options.skipSeparatorBeginEnd&&i.slice(n).match(/^end/i)){let e=n+3,o=e;for(;o<t.end&&/[^a-zA-Z0-9]/.test(i[o]);)o++;if(!l.test(i.slice(o)))return{type:"end",length:e-n}}const p=function(t){if(!t.options.allowDollarDollarString)return null;let e=t.position;const n=t.source,i=/^(\$[a-zA-Z0-9_]*\$)/.exec(n.slice(e));if(!i)return null;const o=i[1];for(e+=o.length;e<t.end;){if(n.slice(e).startsWith(o))return{type:"string",length:e+o.length-t.position};e++}return null}(t);return p||d}function g(t,e){var n;const i={options:t.options,source:t.source,position:t.position,currentDelimiter:t.currentDelimiter,end:t.end,wasDataOnLine:t.wasDataOnLine,isCopyFromStdinCandidate:t.isCopyFromStdinCandidate,isCopyFromStdin:t.isCopyFromStdin,beginEndIdentLevel:t.beginEndIdentLevel};for(i.position+=e.length;i.position<i.end;){const t=u(i);if(t)switch(t.type){case"whitespace":i.position+=t.length;continue;case"eoln":return!1;case"comment":if(null===(n=t.value)||void 0===n?void 0:n.includes("\n"))return!0;i.position+=t.length;continue;default:return!0}else i.position+=1}}function S(t,e){t.commandPart+=t.source.slice(t.currentCommandStart,t.position),f(t,e)}function f(t,e){const n=t.commandPart.substring(t.trimCommandStartPosition-t.commandStartPosition,t.noWhitePosition-t.commandStartPosition);n.trim()&&(t.options.returnRichInfo?t.pushOutput({text:n,start:{position:t.commandStartPosition,line:t.commandStartLine,column:t.commandStartColumn},end:{position:t.streamPosition,line:t.line,column:t.column},trimStart:{position:t.trimCommandStartPosition,line:t.trimCommandStartLine,column:t.trimCommandStartColumn},trimEnd:{position:t.noWhitePosition,line:t.noWhiteLine,column:t.noWhiteColumn},specialMarker:e}):t.pushOutput(n))}function h(t){t.commandStartPosition=t.streamPosition,t.commandStartLine=t.line,t.commandStartColumn=t.column,t.trimCommandStartPosition=t.streamPosition,t.trimCommandStartLine=t.line,t.trimCommandStartColumn=t.column,t.wasDataInCommand=!1}function y(t){if(t.options.splitByLines)!function(t){for(;t.position<t.end;)"\n"==t.source[t.position]?(S(t),t.commandPart="",p(t,1,!0),t.currentCommandStart=t.position,h(t)):p(t,1,/\s/.test(t.source[t.position]));t.end>t.currentCommandStart&&(t.commandPart+=t.source.slice(t.currentCommandStart,t.position))}(t);else{for(;t.position<t.end;){const e=u(t);if(e)switch(e.type){case"string":case"data":case"parameter":p(t,e.length,!1),t.wasDataOnLine=!0;break;case"comment":p(t,e.length,!!t.options.ignoreComments),t.wasDataOnLine=!0;break;case"eoln":if(!t.wasDataOnLine&&t.options.splitByEmptyLine){S(t),t.commandPart="",p(t,e.length,!1),t.currentCommandStart=t.position,t.wasDataOnLine=!1,h(t);break}p(t,e.length,!0),t.wasDataOnLine=!1;break;case"whitespace":p(t,e.length,!0);break;case"set_delimiter":case"set_sqlterminator":S(t),t.commandPart="",t.currentDelimiter=e.value,p(t,e.length,!1),t.currentCommandStart=t.position,h(t);break;case"go_delimiter":S(t),t.commandPart="",p(t,e.length,!1),t.currentCommandStart=t.position,h(t),t.options.adaptiveGoSplit&&(t.currentDelimiter=s);break;case"slash_delimiter":S(t),t.commandPart="",p(t,e.length,!1),t.currentCommandStart=t.position,h(t);break;case"create_routine":p(t,e.length,!1),t.options.adaptiveGoSplit&&(t.currentDelimiter=null);break;case"copy":p(t,e.length,!1),t.isCopyFromStdinCandidate=!0,t.wasDataOnLine=!0;break;case"copy_stdin_start":p(t,e.lengthWithoutWhitespace,!1),p(t,e.length-e.lengthWithoutWhitespace,!0),t.isCopyFromStdin=!0,t.isCopyFromStdinCandidate=!1,t.wasDataOnLine=!1,S(t,"copy_stdin_start"),t.commandPart="",t.currentCommandStart=t.position,h(t);break;case"copy_stdin_line":p(t,e.length,!1),t.isCopyFromStdin=!0,t.isCopyFromStdinCandidate=!1,S(t,"copy_stdin_line"),t.commandPart="",t.currentCommandStart=t.position,h(t);break;case"copy_stdin_end":p(t,e.length,!1),t.isCopyFromStdin=!1,t.wasDataOnLine=!0,S(t,"copy_stdin_end"),t.commandPart="",t.currentCommandStart=t.position,h(t);break;case"delimiter":if(t.options.preventSingleLineSplit&&g(t,e)){p(t,e.length,!1),t.wasDataOnLine=!0;break}t.options.keepSemicolonInCommands&&t.currentDelimiter===s?(p(t,1,!1),S(t)):(S(t),p(t,e.length,!1)),t.commandPart="",t.currentCommandStart=t.position,h(t),t.isCopyFromStdinCandidate=!1;break;case"begin":t.options.skipSeparatorBeginEnd&&t.beginEndIdentLevel++,p(t,e.length,!1);break;case"end":t.options.skipSeparatorBeginEnd&&t.beginEndIdentLevel>0&&t.beginEndIdentLevel--,p(t,e.length,!1)}else p(t,1,!1)}t.end>t.currentCommandStart&&(t.commandPart+=t.source.slice(t.currentCommandStart,t.position))}}function O(t){return(null==t?void 0:t.adaptiveGoSplit)?s:!1===(null==t?void 0:t.allowSemicolon)?null:s}function C(t){f(t)}i.scanToken=u,i.splitQueryLine=y,i.getInitialDelimiter=O,i.finishSplitStream=C,i.splitQuery=function(t,e=null){var n;const i=Object.assign(Object.assign({},r.defaultSplitterOptions),e);if(i.noSplit){if(i.returnRichInfo){const e=t.split("\n");return[{text:t,start:{position:0,line:0,column:0},end:{position:t.length,line:e.length,column:(null===(n=e[e.length-1])||void 0===n?void 0:n.length)||0}}]}return[t]}const o=[],s={source:t,end:t.length,currentDelimiter:O(e),position:0,column:0,line:0,currentCommandStart:0,commandStartLine:0,commandStartColumn:0,commandStartPosition:0,streamPosition:0,noWhiteLine:0,noWhiteColumn:0,noWhitePosition:0,trimCommandStartPosition:0,trimCommandStartLine:0,trimCommandStartColumn:0,beginEndIdentLevel:0,wasDataInCommand:!1,isCopyFromStdin:!1,isCopyFromStdinCandidate:!1,pushOutput:t=>o.push(t),wasDataOnLine:!1,options:i,commandPart:""};return y(s),C(s),o};var b={};Object.defineProperty(b,"__esModule",{value:!0}),b.replaceQueryParameters=b.extractQueryParameters=void 0;const P=i;function D(t,e){return{options:e,source:t,position:0,currentDelimiter:(0,P.getInitialDelimiter)(e),end:t.length,wasDataOnLine:!1,isCopyFromStdin:!1,isCopyFromStdinCandidate:!1,beginEndIdentLevel:0}}b.extractQueryParameters=function(t,e){if(!t||!e)return[];const n=D(t,e),i=new Set;for(;n.position<n.end;){const t=(0,P.scanToken)(n);if(null===t)break;"parameter"===t.type&&("?"==t.value?i.add(`?${i.size+1}`):i.add(t.value)),n.position+=t.length}return Array.from(i)},b.replaceQueryParameters=function(t,e,n){if(!t||!n)return t;const i=D(t,n);let o="",r=0;for(;i.position<i.end;){const n=(0,P.scanToken)(i);if(null===n)break;if("parameter"===n.type){const s="?"==n.value?"?"+ ++r:n.value;e[s]?o+=e[s]:o+=t.substring(i.position,i.position+n.length)}else o+=t.substring(i.position,i.position+n.length);i.position+=n.length}return o},function(t){var n=e&&e.__createBinding||(Object.create?function(t,e,n,i){void 0===i&&(i=n);var o=Object.getOwnPropertyDescriptor(e,n);o&&!("get"in o?!e.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,i,o)}:function(t,e,n,i){void 0===i&&(i=n),t[i]=e[n]}),r=e&&e.__exportStar||function(t,e){for(var i in t)"default"===i||Object.prototype.hasOwnProperty.call(e,i)||n(e,t,i)};Object.defineProperty(t,"__esModule",{value:!0}),t.replaceQueryParameters=t.extractQueryParameters=t.splitQuery=void 0;var s=i;Object.defineProperty(t,"splitQuery",{enumerable:!0,get:function(){return s.splitQuery}});var a=b;Object.defineProperty(t,"extractQueryParameters",{enumerable:!0,get:function(){return a.extractQueryParameters}}),Object.defineProperty(t,"replaceQueryParameters",{enumerable:!0,get:function(){return a.replaceQueryParameters}}),r(o,t)}(n),onmessage=t=>{const e=n.splitQuery(t.data.text,t.data.options);postMessage(e)}}();
1
+ (function(){var e=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),t=e((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.firebirdSplitterOptions=e.oracleSplitterOptions=e.redisSplitterOptions=e.noSplitSplitterOptions=e.mongoSplitterOptions=e.sqliteSplitterOptions=e.postgreSplitterOptions=e.mssqlSplitterOptions=e.mysqlSplitterOptions=e.defaultSplitterOptions=void 0,e.defaultSplitterOptions={stringsBegins:[`'`,`"`],stringsEnds:{"'":`'`,'"':`"`},stringEscapes:{"'":`'`,'"':`"`},allowSemicolon:!0,allowCustomDelimiter:!1,allowCustomSqlTerminator:!1,allowGoDelimiter:!1,allowSlashDelimiter:!1,allowDollarDollarString:!1,noSplit:!1,skipSeparatorBeginEnd:!1,keepSemicolonInCommands:!1,doubleDashComments:!0,multilineComments:!0,javaScriptComments:!1,returnRichInfo:!1,splitByLines:!1,splitByEmptyLine:!1,preventSingleLineSplit:!1,adaptiveGoSplit:!1,ignoreComments:!1,copyFromStdin:!1,queryParameterStyle:null},e.mysqlSplitterOptions=Object.assign(Object.assign({},e.defaultSplitterOptions),{allowCustomDelimiter:!0,stringsBegins:[`'`,"`",`"`],stringsEnds:{"'":`'`,"`":"`",'"':`"`},stringEscapes:{"'":`\\`,"`":"`",'"':`\\`}}),e.mssqlSplitterOptions=Object.assign(Object.assign({},e.defaultSplitterOptions),{allowSemicolon:!1,allowGoDelimiter:!0,keepSemicolonInCommands:!0,stringsBegins:[`'`,`[`],stringsEnds:{"'":`'`,"[":`]`},stringEscapes:{"'":`'`}}),e.postgreSplitterOptions=Object.assign(Object.assign({},e.defaultSplitterOptions),{allowDollarDollarString:!0,stringsBegins:[`'`,`"`],stringsEnds:{"'":`'`,'"':`"`},stringEscapes:{"'":`'`,'"':`"`}}),e.sqliteSplitterOptions=Object.assign(Object.assign({},e.defaultSplitterOptions),{skipSeparatorBeginEnd:!0,stringsBegins:[`'`,`"`],stringsEnds:{"'":`'`,'"':`"`},stringEscapes:{"'":`'`,'"':`"`}}),e.mongoSplitterOptions=Object.assign(Object.assign({},e.defaultSplitterOptions),{stringsBegins:[`'`,`"`],stringsEnds:{"'":`'`,'"':`"`},stringEscapes:{"'":`\\`,'"':`\\`}}),e.noSplitSplitterOptions=Object.assign(Object.assign({},e.defaultSplitterOptions),{noSplit:!0}),e.redisSplitterOptions=Object.assign(Object.assign({},e.defaultSplitterOptions),{splitByLines:!0}),e.oracleSplitterOptions=Object.assign(Object.assign({},e.defaultSplitterOptions),{allowCustomSqlTerminator:!0,allowSlashDelimiter:!0,stringsBegins:[`'`,`"`],stringsEnds:{"'":`'`,'"':`"`},stringEscapes:{"'":`'`,'"':`"`}}),e.firebirdSplitterOptions=Object.assign(Object.assign({},e.defaultSplitterOptions),{skipSeparatorBeginEnd:!0,queryParameterStyle:`:`})})),n=e((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.splitQuery=e.finishSplitStream=e.getInitialDelimiter=e.splitQueryLine=e.scanToken=void 0;let n=t(),r=RegExp(`^(?:${[`DEFERRED`,`IMMEDIATE`,`EXCLUSIVE`,`TRANSACTION`].join(`|`)})`,`i`),i=RegExp(`^(?:${[`TRANSACTION`,`IF`].join(`|`)})`,`i`);function a(e,t,n){let{source:r,position:i,line:a,column:o,streamPosition:s}=e;for(;t>0;)r[i]==`
2
+ `?(a+=1,o=0):o+=1,i+=1,s+=1,--t;e.position=i,e.streamPosition=s,e.line=a,e.column=o,e.wasDataInCommand||(n?(e.trimCommandStartPosition=s,e.trimCommandStartLine=a,e.trimCommandStartColumn=o):e.wasDataInCommand=!0),n||(e.noWhitePosition=s,e.noWhiteLine=a,e.noWhiteColumn=o)}let o={type:`whitespace`,length:1},s={type:`eoln`,length:1},c={type:`data`,length:1};function l(e){if(!e.options.allowDollarDollarString)return null;let t=e.position,n=e.source,r=/^(\$[a-zA-Z0-9_]*\$)/.exec(n.slice(t));if(!r)return null;let i=r[1];for(t+=i.length;t<e.end;){if(n.slice(t).startsWith(i))return{type:`string`,length:t+i.length-e.position};t++}return null}function u(e){let t=e.position,n=e.source,a=n[t];if(e.isCopyFromStdin){if(n.slice(t).startsWith(`\\.`)&&!e.wasDataOnLine)return{type:`copy_stdin_end`,length:2};let r=t;for(;r<e.end&&n[r]!=`
3
+ `;)r++;return r<e.end&&n[r]==`
4
+ `&&r++,{type:`copy_stdin_line`,length:r-t}}if(e.options.stringsBegins.includes(a)){t++;let r=e.options.stringsEnds[a],i=e.options.stringEscapes[a];for(;t<e.end&&n[t]!=r;)i&&n[t]==i?t+=2:t++;return{type:`string`,length:t-e.position+1}}if(e.options.queryParameterStyle&&e.options.queryParameterStyle?.length==1&&a==e.options.queryParameterStyle&&(e.options.queryParameterStyle==`?`||/[a-zA-Z0-9_]/.test(n[t+1]))){if(t++,e.options.queryParameterStyle!=`?`)for(;t<e.end&&/[a-zA-Z0-9_]/.test(n[t]);)t++;return{type:`parameter`,value:n.slice(e.position,t),length:t-e.position}}let u=e.options.skipSeparatorBeginEnd&&e.beginEndIdentLevel>0;if(e.currentDelimiter&&n.slice(t).startsWith(e.currentDelimiter)&&!u)return{type:`delimiter`,length:e.currentDelimiter.length};if(a==` `||a==` `||a==`\r`)return o;if(a==`
5
+ `)return s;if(e.options.doubleDashComments&&a==`-`&&n[t+1]==`-`){for(;t<e.end&&n[t]!=`
6
+ `;)t++;return{type:`comment`,length:t-e.position}}if(e.options.multilineComments&&a==`/`&&n[t+1]==`*`){for(t+=2;t<e.end&&!(n[t]==`*`&&n[t+1]==`/`);)t++;return{type:`comment`,length:t-e.position+2}}if(e.options.allowCustomDelimiter&&!e.wasDataOnLine){let e=n.slice(t).match(/^DELIMITER[ \t]+([^\n]+)/i);if(e)return{type:`set_delimiter`,value:e[1].trim(),length:e[0].length}}if(e.options.allowCustomSqlTerminator){let e=n.slice(t).match(/^SET[ \t]+SQLT(ERMINATOR)?[ \t]+(ON|OFF|".")/i);if(e){if(e[2].toUpperCase()==`OFF`)return{type:`set_sqlterminator`,value:null,length:e[0].length};if(e[2].toUpperCase()==`ON`)return{type:`set_sqlterminator`,value:`;`,length:e[0].length};if(e[2].startsWith(`"`))return{type:`set_sqlterminator`,value:e[2].slice(1,-1),length:e[0].length}}}if((e.options.allowGoDelimiter||e.options.adaptiveGoSplit)&&!e.wasDataOnLine){let e=n.slice(t).match(/^GO[\t\r ]*(\n|$)/i);if(e)return{type:`go_delimiter`,length:e[0].endsWith(`
7
+ `)?e[0].length-1:e[0].length}}if(e.options.allowSlashDelimiter&&!e.wasDataOnLine){let e=n.slice(t).match(/^\/[\t\r ]*(\n|$)/i);if(e)return{type:`slash_delimiter`,length:e[0].endsWith(`
8
+ `)?e[0].length-1:e[0].length}}if(e.options.adaptiveGoSplit){let e=n.slice(t).match(/^(CREATE|ALTER)\s*(PROCEDURE|FUNCTION|TRIGGER)/i);if(e)return{type:`create_routine`,length:e[0].length}}if(e.options.copyFromStdin&&!e.wasDataOnLine&&n.slice(t).startsWith(`COPY `))return{type:`copy`,length:5};if(e.isCopyFromStdinCandidate&&n.slice(t).startsWith(`FROM stdin;`)){let r=t+11,i=r-1;for(;r<e.end&&n[r]!=`
9
+ `;)r++;return n[r]==`
10
+ `&&r++,{type:`copy_stdin_start`,length:r-t,lengthWithoutWhitespace:i-t}}if(e.options.skipSeparatorBeginEnd&&n.slice(t).match(/^begin/i)){let i=t+5,a=i;for(;a<e.end&&/[^a-zA-Z0-9]/.test(n[a]);)a++;if(!r.test(n.slice(a)))return{type:`begin`,length:i-t,lengthWithoutWhitespace:a-t}}if(e.options.skipSeparatorBeginEnd&&n.slice(t).match(/^end/i)){let r=t+3,a=r;for(;a<e.end&&/[^a-zA-Z0-9]/.test(n[a]);)a++;if(!i.test(n.slice(a)))return{type:`end`,length:r-t}}return l(e)||c}e.scanToken=u;function d(e,t){let n={options:e.options,source:e.source,position:e.position,currentDelimiter:e.currentDelimiter,end:e.end,wasDataOnLine:e.wasDataOnLine,isCopyFromStdinCandidate:e.isCopyFromStdinCandidate,isCopyFromStdin:e.isCopyFromStdin,beginEndIdentLevel:e.beginEndIdentLevel};for(n.position+=t.length;n.position<n.end;){let e=u(n);if(!e){n.position+=1;continue}switch(e.type){case`whitespace`:n.position+=e.length;continue;case`eoln`:return!1;case`comment`:if(e.value?.includes(`
11
+ `))return!0;n.position+=e.length;continue;default:return!0}}}function f(e,t){e.commandPart+=e.source.slice(e.currentCommandStart,e.position),p(e,t)}function p(e,t){let n=e.commandPart.substring(e.trimCommandStartPosition-e.commandStartPosition,e.noWhitePosition-e.commandStartPosition);n.trim()&&(e.options.returnRichInfo?e.pushOutput({text:n,start:{position:e.commandStartPosition,line:e.commandStartLine,column:e.commandStartColumn},end:{position:e.streamPosition,line:e.line,column:e.column},trimStart:{position:e.trimCommandStartPosition,line:e.trimCommandStartLine,column:e.trimCommandStartColumn},trimEnd:{position:e.noWhitePosition,line:e.noWhiteLine,column:e.noWhiteColumn},specialMarker:t}):e.pushOutput(n))}function m(e){e.commandStartPosition=e.streamPosition,e.commandStartLine=e.line,e.commandStartColumn=e.column,e.trimCommandStartPosition=e.streamPosition,e.trimCommandStartLine=e.line,e.trimCommandStartColumn=e.column,e.wasDataInCommand=!1}function h(e){for(;e.position<e.end;)e.source[e.position]==`
12
+ `?(f(e),e.commandPart=``,a(e,1,!0),e.currentCommandStart=e.position,m(e)):a(e,1,/\s/.test(e.source[e.position]));e.end>e.currentCommandStart&&(e.commandPart+=e.source.slice(e.currentCommandStart,e.position))}function g(e){if(e.options.splitByLines){h(e);return}for(;e.position<e.end;){let t=u(e);if(!t){a(e,1,!1);continue}switch(t.type){case`string`:a(e,t.length,!1),e.wasDataOnLine=!0;break;case`comment`:a(e,t.length,!!e.options.ignoreComments),e.wasDataOnLine=!0;break;case`eoln`:if(!e.wasDataOnLine&&e.options.splitByEmptyLine){f(e),e.commandPart=``,a(e,t.length,!1),e.currentCommandStart=e.position,e.wasDataOnLine=!1,m(e);break}a(e,t.length,!0),e.wasDataOnLine=!1;break;case`data`:a(e,t.length,!1),e.wasDataOnLine=!0;break;case`parameter`:a(e,t.length,!1),e.wasDataOnLine=!0;break;case`whitespace`:a(e,t.length,!0);break;case`set_delimiter`:case`set_sqlterminator`:f(e),e.commandPart=``,e.currentDelimiter=t.value,a(e,t.length,!1),e.currentCommandStart=e.position,m(e);break;case`go_delimiter`:f(e),e.commandPart=``,a(e,t.length,!1),e.currentCommandStart=e.position,m(e),e.options.adaptiveGoSplit&&(e.currentDelimiter=`;`);break;case`slash_delimiter`:f(e),e.commandPart=``,a(e,t.length,!1),e.currentCommandStart=e.position,m(e);break;case`create_routine`:a(e,t.length,!1),e.options.adaptiveGoSplit&&(e.currentDelimiter=null);break;case`copy`:a(e,t.length,!1),e.isCopyFromStdinCandidate=!0,e.wasDataOnLine=!0;break;case`copy_stdin_start`:a(e,t.lengthWithoutWhitespace,!1),a(e,t.length-t.lengthWithoutWhitespace,!0),e.isCopyFromStdin=!0,e.isCopyFromStdinCandidate=!1,e.wasDataOnLine=!1,f(e,`copy_stdin_start`),e.commandPart=``,e.currentCommandStart=e.position,m(e);break;case`copy_stdin_line`:a(e,t.length,!1),e.isCopyFromStdin=!0,e.isCopyFromStdinCandidate=!1,f(e,`copy_stdin_line`),e.commandPart=``,e.currentCommandStart=e.position,m(e);break;case`copy_stdin_end`:a(e,t.length,!1),e.isCopyFromStdin=!1,e.wasDataOnLine=!0,f(e,`copy_stdin_end`),e.commandPart=``,e.currentCommandStart=e.position,m(e);break;case`delimiter`:if(e.options.preventSingleLineSplit&&d(e,t)){a(e,t.length,!1),e.wasDataOnLine=!0;break}e.options.keepSemicolonInCommands&&e.currentDelimiter===`;`?(a(e,1,!1),f(e)):(f(e),a(e,t.length,!1)),e.commandPart=``,e.currentCommandStart=e.position,m(e),e.isCopyFromStdinCandidate=!1;break;case`begin`:e.options.skipSeparatorBeginEnd&&e.beginEndIdentLevel++,a(e,t.length,!1);break;case`end`:e.options.skipSeparatorBeginEnd&&e.beginEndIdentLevel>0&&e.beginEndIdentLevel--,a(e,t.length,!1);break}}e.end>e.currentCommandStart&&(e.commandPart+=e.source.slice(e.currentCommandStart,e.position))}e.splitQueryLine=g;function _(e){return e?.adaptiveGoSplit?`;`:e?.allowSemicolon===!1?null:`;`}e.getInitialDelimiter=_;function v(e){p(e)}e.finishSplitStream=v;function y(e,t=null){let r=Object.assign(Object.assign({},n.defaultSplitterOptions),t);if(r.noSplit){if(r.returnRichInfo){let t=e.split(`
13
+ `);return[{text:e,start:{position:0,line:0,column:0},end:{position:e.length,line:t.length,column:t[t.length-1]?.length||0}}]}return[e]}let i=[],a={source:e,end:e.length,currentDelimiter:_(t),position:0,column:0,line:0,currentCommandStart:0,commandStartLine:0,commandStartColumn:0,commandStartPosition:0,streamPosition:0,noWhiteLine:0,noWhiteColumn:0,noWhitePosition:0,trimCommandStartPosition:0,trimCommandStartLine:0,trimCommandStartColumn:0,beginEndIdentLevel:0,wasDataInCommand:!1,isCopyFromStdin:!1,isCopyFromStdinCandidate:!1,pushOutput:e=>i.push(e),wasDataOnLine:!1,options:r,commandPart:``};return g(a),v(a),i}e.splitQuery=y})),r=e((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.replaceQueryParameters=e.extractQueryParameters=void 0;let t=n();function r(e,n){return{options:n,source:e,position:0,currentDelimiter:(0,t.getInitialDelimiter)(n),end:e.length,wasDataOnLine:!1,isCopyFromStdin:!1,isCopyFromStdinCandidate:!1,beginEndIdentLevel:0}}function i(e,n){if(!e||!n)return[];let i=r(e,n),a=new Set;for(;i.position<i.end;){let e=(0,t.scanToken)(i);if(e===null)break;e.type===`parameter`&&(e.value==`?`?a.add(`?${a.size+1}`):a.add(e.value)),i.position+=e.length}return Array.from(a)}e.extractQueryParameters=i;function a(e,n,i){if(!e||!i)return e;let a=r(e,i),o=``,s=0;for(;a.position<a.end;){let r=(0,t.scanToken)(a);if(r===null)break;if(r.type===`parameter`){let t=r.value==`?`?`?${++s}`:r.value;n[t]?o+=n[t]:o+=e.substring(a.position,a.position+r.length)}else o+=e.substring(a.position,a.position+r.length);a.position+=r.length}return o}e.replaceQueryParameters=a})),i=e((e=>{var i=e&&e.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||(`get`in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),a=e&&e.__exportStar||function(e,t){for(var n in e)n!==`default`&&!Object.prototype.hasOwnProperty.call(t,n)&&i(t,e,n)};Object.defineProperty(e,`__esModule`,{value:!0}),e.replaceQueryParameters=e.extractQueryParameters=e.splitQuery=void 0;var o=n();Object.defineProperty(e,`splitQuery`,{enumerable:!0,get:function(){return o.splitQuery}});var s=r();Object.defineProperty(e,`extractQueryParameters`,{enumerable:!0,get:function(){return s.extractQueryParameters}}),Object.defineProperty(e,`replaceQueryParameters`,{enumerable:!0,get:function(){return s.replaceQueryParameters}}),a(t(),e)}))();onmessage=e=>{let t=(0,i.splitQuery)(e.data.text,e.data.options);postMessage(t)}})();
@@ -1 +1,251 @@
1
- /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer theme, base, components, utilities;@layer theme{:host,:root{--tw-color-red-50:oklch(97.1% 0.013 17.38);--tw-color-red-100:oklch(93.6% 0.032 17.717);--tw-color-red-200:oklch(88.5% 0.062 18.334);--tw-color-red-300:oklch(80.8% 0.114 19.571);--tw-color-red-400:oklch(70.4% 0.191 22.216);--tw-color-red-500:oklch(63.7% 0.237 25.331);--tw-color-red-600:oklch(57.7% 0.245 27.325);--tw-color-red-700:oklch(50.5% 0.213 27.518);--tw-color-red-800:oklch(44.4% 0.177 26.899);--tw-color-red-900:oklch(39.6% 0.141 25.723);--tw-color-red-950:oklch(25.8% 0.092 26.042);--tw-color-orange-50:oklch(98% 0.016 73.684);--tw-color-orange-100:oklch(95.4% 0.038 75.164);--tw-color-orange-200:oklch(90.1% 0.076 70.697);--tw-color-orange-300:oklch(83.7% 0.128 66.29);--tw-color-orange-400:oklch(75% 0.183 55.934);--tw-color-orange-500:oklch(70.5% 0.213 47.604);--tw-color-orange-600:oklch(64.6% 0.222 41.116);--tw-color-orange-700:oklch(55.3% 0.195 38.402);--tw-color-orange-800:oklch(47% 0.157 37.304);--tw-color-orange-900:oklch(40.8% 0.123 38.172);--tw-color-orange-950:oklch(26.6% 0.079 36.259);--tw-color-amber-50:oklch(98.7% 0.022 95.277);--tw-color-amber-100:oklch(96.2% 0.059 95.617);--tw-color-amber-200:oklch(92.4% 0.12 95.746);--tw-color-amber-300:oklch(87.9% 0.169 91.605);--tw-color-amber-400:oklch(82.8% 0.189 84.429);--tw-color-amber-500:oklch(76.9% 0.188 70.08);--tw-color-amber-600:oklch(66.6% 0.179 58.318);--tw-color-amber-700:oklch(55.5% 0.163 48.998);--tw-color-amber-800:oklch(47.3% 0.137 46.201);--tw-color-amber-900:oklch(41.4% 0.112 45.904);--tw-color-amber-950:oklch(27.9% 0.077 45.635);--tw-color-yellow-50:oklch(98.7% 0.026 102.212);--tw-color-yellow-100:oklch(97.3% 0.071 103.193);--tw-color-yellow-200:oklch(94.5% 0.129 101.54);--tw-color-yellow-300:oklch(90.5% 0.182 98.111);--tw-color-yellow-400:oklch(85.2% 0.199 91.936);--tw-color-yellow-500:oklch(79.5% 0.184 86.047);--tw-color-yellow-600:oklch(68.1% 0.162 75.834);--tw-color-yellow-700:oklch(55.4% 0.135 66.442);--tw-color-yellow-800:oklch(47.6% 0.114 61.907);--tw-color-yellow-900:oklch(42.1% 0.095 57.708);--tw-color-yellow-950:oklch(28.6% 0.066 53.813);--tw-color-lime-50:oklch(98.6% 0.031 120.757);--tw-color-lime-100:oklch(96.7% 0.067 122.328);--tw-color-lime-200:oklch(93.8% 0.127 124.321);--tw-color-lime-300:oklch(89.7% 0.196 126.665);--tw-color-lime-400:oklch(84.1% 0.238 128.85);--tw-color-lime-500:oklch(76.8% 0.233 130.85);--tw-color-lime-600:oklch(64.8% 0.2 131.684);--tw-color-lime-700:oklch(53.2% 0.157 131.589);--tw-color-lime-800:oklch(45.3% 0.124 130.933);--tw-color-lime-900:oklch(40.5% 0.101 131.063);--tw-color-lime-950:oklch(27.4% 0.072 132.109);--tw-color-green-50:oklch(98.2% 0.018 155.826);--tw-color-green-100:oklch(96.2% 0.044 156.743);--tw-color-green-200:oklch(92.5% 0.084 155.995);--tw-color-green-300:oklch(87.1% 0.15 154.449);--tw-color-green-400:oklch(79.2% 0.209 151.711);--tw-color-green-500:oklch(72.3% 0.219 149.579);--tw-color-green-600:oklch(62.7% 0.194 149.214);--tw-color-green-700:oklch(52.7% 0.154 150.069);--tw-color-green-800:oklch(44.8% 0.119 151.328);--tw-color-green-900:oklch(39.3% 0.095 152.535);--tw-color-green-950:oklch(26.6% 0.065 152.934);--tw-color-emerald-50:oklch(97.9% 0.021 166.113);--tw-color-emerald-100:oklch(95% 0.052 163.051);--tw-color-emerald-200:oklch(90.5% 0.093 164.15);--tw-color-emerald-300:oklch(84.5% 0.143 164.978);--tw-color-emerald-400:oklch(76.5% 0.177 163.223);--tw-color-emerald-500:oklch(69.6% 0.17 162.48);--tw-color-emerald-600:oklch(59.6% 0.145 163.225);--tw-color-emerald-700:oklch(50.8% 0.118 165.612);--tw-color-emerald-800:oklch(43.2% 0.095 166.913);--tw-color-emerald-900:oklch(37.8% 0.077 168.94);--tw-color-emerald-950:oklch(26.2% 0.051 172.552);--tw-color-teal-50:oklch(98.4% 0.014 180.72);--tw-color-teal-100:oklch(95.3% 0.051 180.801);--tw-color-teal-200:oklch(91% 0.096 180.426);--tw-color-teal-300:oklch(85.5% 0.138 181.071);--tw-color-teal-400:oklch(77.7% 0.152 181.912);--tw-color-teal-500:oklch(70.4% 0.14 182.503);--tw-color-teal-600:oklch(60% 0.118 184.704);--tw-color-teal-700:oklch(51.1% 0.096 186.391);--tw-color-teal-800:oklch(43.7% 0.078 188.216);--tw-color-teal-900:oklch(38.6% 0.063 188.416);--tw-color-teal-950:oklch(27.7% 0.046 192.524);--tw-color-cyan-50:oklch(98.4% 0.019 200.873);--tw-color-cyan-100:oklch(95.6% 0.045 203.388);--tw-color-cyan-200:oklch(91.7% 0.08 205.041);--tw-color-cyan-300:oklch(86.5% 0.127 207.078);--tw-color-cyan-400:oklch(78.9% 0.154 211.53);--tw-color-cyan-500:oklch(71.5% 0.143 215.221);--tw-color-cyan-600:oklch(60.9% 0.126 221.723);--tw-color-cyan-700:oklch(52% 0.105 223.128);--tw-color-cyan-800:oklch(45% 0.085 224.283);--tw-color-cyan-900:oklch(39.8% 0.07 227.392);--tw-color-cyan-950:oklch(30.2% 0.056 229.695);--tw-color-sky-50:oklch(97.7% 0.013 236.62);--tw-color-sky-100:oklch(95.1% 0.026 236.824);--tw-color-sky-200:oklch(90.1% 0.058 230.902);--tw-color-sky-300:oklch(82.8% 0.111 230.318);--tw-color-sky-400:oklch(74.6% 0.16 232.661);--tw-color-sky-500:oklch(68.5% 0.169 237.323);--tw-color-sky-600:oklch(58.8% 0.158 241.966);--tw-color-sky-700:oklch(50% 0.134 242.749);--tw-color-sky-800:oklch(44.3% 0.11 240.79);--tw-color-sky-900:oklch(39.1% 0.09 240.876);--tw-color-sky-950:oklch(29.3% 0.066 243.157);--tw-color-blue-50:oklch(97% 0.014 254.604);--tw-color-blue-100:oklch(93.2% 0.032 255.585);--tw-color-blue-200:oklch(88.2% 0.059 254.128);--tw-color-blue-300:oklch(80.9% 0.105 251.813);--tw-color-blue-400:oklch(70.7% 0.165 254.624);--tw-color-blue-500:oklch(62.3% 0.214 259.815);--tw-color-blue-600:oklch(54.6% 0.245 262.881);--tw-color-blue-700:oklch(48.8% 0.243 264.376);--tw-color-blue-800:oklch(42.4% 0.199 265.638);--tw-color-blue-900:oklch(37.9% 0.146 265.522);--tw-color-blue-950:oklch(28.2% 0.091 267.935);--tw-color-indigo-50:oklch(96.2% 0.018 272.314);--tw-color-indigo-100:oklch(93% 0.034 272.788);--tw-color-indigo-200:oklch(87% 0.065 274.039);--tw-color-indigo-300:oklch(78.5% 0.115 274.713);--tw-color-indigo-400:oklch(67.3% 0.182 276.935);--tw-color-indigo-500:oklch(58.5% 0.233 277.117);--tw-color-indigo-600:oklch(51.1% 0.262 276.966);--tw-color-indigo-700:oklch(45.7% 0.24 277.023);--tw-color-indigo-800:oklch(39.8% 0.195 277.366);--tw-color-indigo-900:oklch(35.9% 0.144 278.697);--tw-color-indigo-950:oklch(25.7% 0.09 281.288);--tw-color-violet-50:oklch(96.9% 0.016 293.756);--tw-color-violet-100:oklch(94.3% 0.029 294.588);--tw-color-violet-200:oklch(89.4% 0.057 293.283);--tw-color-violet-300:oklch(81.1% 0.111 293.571);--tw-color-violet-400:oklch(70.2% 0.183 293.541);--tw-color-violet-500:oklch(60.6% 0.25 292.717);--tw-color-violet-600:oklch(54.1% 0.281 293.009);--tw-color-violet-700:oklch(49.1% 0.27 292.581);--tw-color-violet-800:oklch(43.2% 0.232 292.759);--tw-color-violet-900:oklch(38% 0.189 293.745);--tw-color-violet-950:oklch(28.3% 0.141 291.089);--tw-color-purple-50:oklch(97.7% 0.014 308.299);--tw-color-purple-100:oklch(94.6% 0.033 307.174);--tw-color-purple-200:oklch(90.2% 0.063 306.703);--tw-color-purple-300:oklch(82.7% 0.119 306.383);--tw-color-purple-400:oklch(71.4% 0.203 305.504);--tw-color-purple-500:oklch(62.7% 0.265 303.9);--tw-color-purple-600:oklch(55.8% 0.288 302.321);--tw-color-purple-700:oklch(49.6% 0.265 301.924);--tw-color-purple-800:oklch(43.8% 0.218 303.724);--tw-color-purple-900:oklch(38.1% 0.176 304.987);--tw-color-purple-950:oklch(29.1% 0.149 302.717);--tw-color-fuchsia-50:oklch(97.7% 0.017 320.058);--tw-color-fuchsia-100:oklch(95.2% 0.037 318.852);--tw-color-fuchsia-200:oklch(90.3% 0.076 319.62);--tw-color-fuchsia-300:oklch(83.3% 0.145 321.434);--tw-color-fuchsia-400:oklch(74% 0.238 322.16);--tw-color-fuchsia-500:oklch(66.7% 0.295 322.15);--tw-color-fuchsia-600:oklch(59.1% 0.293 322.896);--tw-color-fuchsia-700:oklch(51.8% 0.253 323.949);--tw-color-fuchsia-800:oklch(45.2% 0.211 324.591);--tw-color-fuchsia-900:oklch(40.1% 0.17 325.612);--tw-color-fuchsia-950:oklch(29.3% 0.136 325.661);--tw-color-pink-50:oklch(97.1% 0.014 343.198);--tw-color-pink-100:oklch(94.8% 0.028 342.258);--tw-color-pink-200:oklch(89.9% 0.061 343.231);--tw-color-pink-300:oklch(82.3% 0.12 346.018);--tw-color-pink-400:oklch(71.8% 0.202 349.761);--tw-color-pink-500:oklch(65.6% 0.241 354.308);--tw-color-pink-600:oklch(59.2% 0.249 0.584);--tw-color-pink-700:oklch(52.5% 0.223 3.958);--tw-color-pink-800:oklch(45.9% 0.187 3.815);--tw-color-pink-900:oklch(40.8% 0.153 2.432);--tw-color-pink-950:oklch(28.4% 0.109 3.907);--tw-color-rose-50:oklch(96.9% 0.015 12.422);--tw-color-rose-100:oklch(94.1% 0.03 12.58);--tw-color-rose-200:oklch(89.2% 0.058 10.001);--tw-color-rose-300:oklch(81% 0.117 11.638);--tw-color-rose-400:oklch(71.2% 0.194 13.428);--tw-color-rose-500:oklch(64.5% 0.246 16.439);--tw-color-rose-600:oklch(58.6% 0.253 17.585);--tw-color-rose-700:oklch(51.4% 0.222 16.935);--tw-color-rose-800:oklch(45.5% 0.188 13.697);--tw-color-rose-900:oklch(41% 0.159 10.272);--tw-color-rose-950:oklch(27.1% 0.105 12.094);--tw-color-slate-50:oklch(98.4% 0.003 247.858);--tw-color-slate-100:oklch(96.8% 0.007 247.896);--tw-color-slate-200:oklch(92.9% 0.013 255.508);--tw-color-slate-300:oklch(86.9% 0.022 252.894);--tw-color-slate-400:oklch(70.4% 0.04 256.788);--tw-color-slate-500:oklch(55.4% 0.046 257.417);--tw-color-slate-600:oklch(44.6% 0.043 257.281);--tw-color-slate-700:oklch(37.2% 0.044 257.287);--tw-color-slate-800:oklch(27.9% 0.041 260.031);--tw-color-slate-900:oklch(20.8% 0.042 265.755);--tw-color-slate-950:oklch(12.9% 0.042 264.695);--tw-color-gray-50:oklch(98.5% 0.002 247.839);--tw-color-gray-100:oklch(96.7% 0.003 264.542);--tw-color-gray-200:oklch(92.8% 0.006 264.531);--tw-color-gray-300:oklch(87.2% 0.01 258.338);--tw-color-gray-400:oklch(70.7% 0.022 261.325);--tw-color-gray-500:oklch(55.1% 0.027 264.364);--tw-color-gray-600:oklch(44.6% 0.03 256.802);--tw-color-gray-700:oklch(37.3% 0.034 259.733);--tw-color-gray-800:oklch(27.8% 0.033 256.848);--tw-color-gray-900:oklch(21% 0.034 264.665);--tw-color-gray-950:oklch(13% 0.028 261.692);--tw-color-zinc-50:oklch(98.5% 0 0);--tw-color-zinc-100:oklch(96.7% 0.001 286.375);--tw-color-zinc-200:oklch(92% 0.004 286.32);--tw-color-zinc-300:oklch(87.1% 0.006 286.286);--tw-color-zinc-400:oklch(70.5% 0.015 286.067);--tw-color-zinc-500:oklch(55.2% 0.016 285.938);--tw-color-zinc-600:oklch(44.2% 0.017 285.786);--tw-color-zinc-700:oklch(37% 0.013 285.805);--tw-color-zinc-800:oklch(27.4% 0.006 286.033);--tw-color-zinc-900:oklch(21% 0.006 285.885);--tw-color-zinc-950:oklch(14.1% 0.005 285.823);--tw-color-neutral-50:oklch(98.5% 0 0);--tw-color-neutral-100:oklch(97% 0 0);--tw-color-neutral-200:oklch(92.2% 0 0);--tw-color-neutral-300:oklch(87% 0 0);--tw-color-neutral-400:oklch(70.8% 0 0);--tw-color-neutral-500:oklch(55.6% 0 0);--tw-color-neutral-600:oklch(43.9% 0 0);--tw-color-neutral-700:oklch(37.1% 0 0);--tw-color-neutral-800:oklch(26.9% 0 0);--tw-color-neutral-900:oklch(20.5% 0 0);--tw-color-neutral-950:oklch(14.5% 0 0);--tw-color-stone-50:oklch(98.5% 0.001 106.423);--tw-color-stone-100:oklch(97% 0.001 106.424);--tw-color-stone-200:oklch(92.3% 0.003 48.717);--tw-color-stone-300:oklch(86.9% 0.005 56.366);--tw-color-stone-400:oklch(70.9% 0.01 56.259);--tw-color-stone-500:oklch(55.3% 0.013 58.071);--tw-color-stone-600:oklch(44.4% 0.011 73.639);--tw-color-stone-700:oklch(37.4% 0.01 67.558);--tw-color-stone-800:oklch(26.8% 0.007 34.298);--tw-color-stone-900:oklch(21.6% 0.006 56.043);--tw-color-stone-950:oklch(14.7% 0.004 49.25);--tw-color-black:#000;--tw-color-white:#fff}}@layer utilities;
1
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
+ @layer theme, base, components, utilities;
3
+ @layer theme {
4
+ :root, :host {
5
+ --tw-color-red-50: oklch(97.1% 0.013 17.38);
6
+ --tw-color-red-100: oklch(93.6% 0.032 17.717);
7
+ --tw-color-red-200: oklch(88.5% 0.062 18.334);
8
+ --tw-color-red-300: oklch(80.8% 0.114 19.571);
9
+ --tw-color-red-400: oklch(70.4% 0.191 22.216);
10
+ --tw-color-red-500: oklch(63.7% 0.237 25.331);
11
+ --tw-color-red-600: oklch(57.7% 0.245 27.325);
12
+ --tw-color-red-700: oklch(50.5% 0.213 27.518);
13
+ --tw-color-red-800: oklch(44.4% 0.177 26.899);
14
+ --tw-color-red-900: oklch(39.6% 0.141 25.723);
15
+ --tw-color-red-950: oklch(25.8% 0.092 26.042);
16
+ --tw-color-orange-50: oklch(98% 0.016 73.684);
17
+ --tw-color-orange-100: oklch(95.4% 0.038 75.164);
18
+ --tw-color-orange-200: oklch(90.1% 0.076 70.697);
19
+ --tw-color-orange-300: oklch(83.7% 0.128 66.29);
20
+ --tw-color-orange-400: oklch(75% 0.183 55.934);
21
+ --tw-color-orange-500: oklch(70.5% 0.213 47.604);
22
+ --tw-color-orange-600: oklch(64.6% 0.222 41.116);
23
+ --tw-color-orange-700: oklch(55.3% 0.195 38.402);
24
+ --tw-color-orange-800: oklch(47% 0.157 37.304);
25
+ --tw-color-orange-900: oklch(40.8% 0.123 38.172);
26
+ --tw-color-orange-950: oklch(26.6% 0.079 36.259);
27
+ --tw-color-amber-50: oklch(98.7% 0.022 95.277);
28
+ --tw-color-amber-100: oklch(96.2% 0.059 95.617);
29
+ --tw-color-amber-200: oklch(92.4% 0.12 95.746);
30
+ --tw-color-amber-300: oklch(87.9% 0.169 91.605);
31
+ --tw-color-amber-400: oklch(82.8% 0.189 84.429);
32
+ --tw-color-amber-500: oklch(76.9% 0.188 70.08);
33
+ --tw-color-amber-600: oklch(66.6% 0.179 58.318);
34
+ --tw-color-amber-700: oklch(55.5% 0.163 48.998);
35
+ --tw-color-amber-800: oklch(47.3% 0.137 46.201);
36
+ --tw-color-amber-900: oklch(41.4% 0.112 45.904);
37
+ --tw-color-amber-950: oklch(27.9% 0.077 45.635);
38
+ --tw-color-yellow-50: oklch(98.7% 0.026 102.212);
39
+ --tw-color-yellow-100: oklch(97.3% 0.071 103.193);
40
+ --tw-color-yellow-200: oklch(94.5% 0.129 101.54);
41
+ --tw-color-yellow-300: oklch(90.5% 0.182 98.111);
42
+ --tw-color-yellow-400: oklch(85.2% 0.199 91.936);
43
+ --tw-color-yellow-500: oklch(79.5% 0.184 86.047);
44
+ --tw-color-yellow-600: oklch(68.1% 0.162 75.834);
45
+ --tw-color-yellow-700: oklch(55.4% 0.135 66.442);
46
+ --tw-color-yellow-800: oklch(47.6% 0.114 61.907);
47
+ --tw-color-yellow-900: oklch(42.1% 0.095 57.708);
48
+ --tw-color-yellow-950: oklch(28.6% 0.066 53.813);
49
+ --tw-color-lime-50: oklch(98.6% 0.031 120.757);
50
+ --tw-color-lime-100: oklch(96.7% 0.067 122.328);
51
+ --tw-color-lime-200: oklch(93.8% 0.127 124.321);
52
+ --tw-color-lime-300: oklch(89.7% 0.196 126.665);
53
+ --tw-color-lime-400: oklch(84.1% 0.238 128.85);
54
+ --tw-color-lime-500: oklch(76.8% 0.233 130.85);
55
+ --tw-color-lime-600: oklch(64.8% 0.2 131.684);
56
+ --tw-color-lime-700: oklch(53.2% 0.157 131.589);
57
+ --tw-color-lime-800: oklch(45.3% 0.124 130.933);
58
+ --tw-color-lime-900: oklch(40.5% 0.101 131.063);
59
+ --tw-color-lime-950: oklch(27.4% 0.072 132.109);
60
+ --tw-color-green-50: oklch(98.2% 0.018 155.826);
61
+ --tw-color-green-100: oklch(96.2% 0.044 156.743);
62
+ --tw-color-green-200: oklch(92.5% 0.084 155.995);
63
+ --tw-color-green-300: oklch(87.1% 0.15 154.449);
64
+ --tw-color-green-400: oklch(79.2% 0.209 151.711);
65
+ --tw-color-green-500: oklch(72.3% 0.219 149.579);
66
+ --tw-color-green-600: oklch(62.7% 0.194 149.214);
67
+ --tw-color-green-700: oklch(52.7% 0.154 150.069);
68
+ --tw-color-green-800: oklch(44.8% 0.119 151.328);
69
+ --tw-color-green-900: oklch(39.3% 0.095 152.535);
70
+ --tw-color-green-950: oklch(26.6% 0.065 152.934);
71
+ --tw-color-emerald-50: oklch(97.9% 0.021 166.113);
72
+ --tw-color-emerald-100: oklch(95% 0.052 163.051);
73
+ --tw-color-emerald-200: oklch(90.5% 0.093 164.15);
74
+ --tw-color-emerald-300: oklch(84.5% 0.143 164.978);
75
+ --tw-color-emerald-400: oklch(76.5% 0.177 163.223);
76
+ --tw-color-emerald-500: oklch(69.6% 0.17 162.48);
77
+ --tw-color-emerald-600: oklch(59.6% 0.145 163.225);
78
+ --tw-color-emerald-700: oklch(50.8% 0.118 165.612);
79
+ --tw-color-emerald-800: oklch(43.2% 0.095 166.913);
80
+ --tw-color-emerald-900: oklch(37.8% 0.077 168.94);
81
+ --tw-color-emerald-950: oklch(26.2% 0.051 172.552);
82
+ --tw-color-teal-50: oklch(98.4% 0.014 180.72);
83
+ --tw-color-teal-100: oklch(95.3% 0.051 180.801);
84
+ --tw-color-teal-200: oklch(91% 0.096 180.426);
85
+ --tw-color-teal-300: oklch(85.5% 0.138 181.071);
86
+ --tw-color-teal-400: oklch(77.7% 0.152 181.912);
87
+ --tw-color-teal-500: oklch(70.4% 0.14 182.503);
88
+ --tw-color-teal-600: oklch(60% 0.118 184.704);
89
+ --tw-color-teal-700: oklch(51.1% 0.096 186.391);
90
+ --tw-color-teal-800: oklch(43.7% 0.078 188.216);
91
+ --tw-color-teal-900: oklch(38.6% 0.063 188.416);
92
+ --tw-color-teal-950: oklch(27.7% 0.046 192.524);
93
+ --tw-color-cyan-50: oklch(98.4% 0.019 200.873);
94
+ --tw-color-cyan-100: oklch(95.6% 0.045 203.388);
95
+ --tw-color-cyan-200: oklch(91.7% 0.08 205.041);
96
+ --tw-color-cyan-300: oklch(86.5% 0.127 207.078);
97
+ --tw-color-cyan-400: oklch(78.9% 0.154 211.53);
98
+ --tw-color-cyan-500: oklch(71.5% 0.143 215.221);
99
+ --tw-color-cyan-600: oklch(60.9% 0.126 221.723);
100
+ --tw-color-cyan-700: oklch(52% 0.105 223.128);
101
+ --tw-color-cyan-800: oklch(45% 0.085 224.283);
102
+ --tw-color-cyan-900: oklch(39.8% 0.07 227.392);
103
+ --tw-color-cyan-950: oklch(30.2% 0.056 229.695);
104
+ --tw-color-sky-50: oklch(97.7% 0.013 236.62);
105
+ --tw-color-sky-100: oklch(95.1% 0.026 236.824);
106
+ --tw-color-sky-200: oklch(90.1% 0.058 230.902);
107
+ --tw-color-sky-300: oklch(82.8% 0.111 230.318);
108
+ --tw-color-sky-400: oklch(74.6% 0.16 232.661);
109
+ --tw-color-sky-500: oklch(68.5% 0.169 237.323);
110
+ --tw-color-sky-600: oklch(58.8% 0.158 241.966);
111
+ --tw-color-sky-700: oklch(50% 0.134 242.749);
112
+ --tw-color-sky-800: oklch(44.3% 0.11 240.79);
113
+ --tw-color-sky-900: oklch(39.1% 0.09 240.876);
114
+ --tw-color-sky-950: oklch(29.3% 0.066 243.157);
115
+ --tw-color-blue-50: oklch(97% 0.014 254.604);
116
+ --tw-color-blue-100: oklch(93.2% 0.032 255.585);
117
+ --tw-color-blue-200: oklch(88.2% 0.059 254.128);
118
+ --tw-color-blue-300: oklch(80.9% 0.105 251.813);
119
+ --tw-color-blue-400: oklch(70.7% 0.165 254.624);
120
+ --tw-color-blue-500: oklch(62.3% 0.214 259.815);
121
+ --tw-color-blue-600: oklch(54.6% 0.245 262.881);
122
+ --tw-color-blue-700: oklch(48.8% 0.243 264.376);
123
+ --tw-color-blue-800: oklch(42.4% 0.199 265.638);
124
+ --tw-color-blue-900: oklch(37.9% 0.146 265.522);
125
+ --tw-color-blue-950: oklch(28.2% 0.091 267.935);
126
+ --tw-color-indigo-50: oklch(96.2% 0.018 272.314);
127
+ --tw-color-indigo-100: oklch(93% 0.034 272.788);
128
+ --tw-color-indigo-200: oklch(87% 0.065 274.039);
129
+ --tw-color-indigo-300: oklch(78.5% 0.115 274.713);
130
+ --tw-color-indigo-400: oklch(67.3% 0.182 276.935);
131
+ --tw-color-indigo-500: oklch(58.5% 0.233 277.117);
132
+ --tw-color-indigo-600: oklch(51.1% 0.262 276.966);
133
+ --tw-color-indigo-700: oklch(45.7% 0.24 277.023);
134
+ --tw-color-indigo-800: oklch(39.8% 0.195 277.366);
135
+ --tw-color-indigo-900: oklch(35.9% 0.144 278.697);
136
+ --tw-color-indigo-950: oklch(25.7% 0.09 281.288);
137
+ --tw-color-violet-50: oklch(96.9% 0.016 293.756);
138
+ --tw-color-violet-100: oklch(94.3% 0.029 294.588);
139
+ --tw-color-violet-200: oklch(89.4% 0.057 293.283);
140
+ --tw-color-violet-300: oklch(81.1% 0.111 293.571);
141
+ --tw-color-violet-400: oklch(70.2% 0.183 293.541);
142
+ --tw-color-violet-500: oklch(60.6% 0.25 292.717);
143
+ --tw-color-violet-600: oklch(54.1% 0.281 293.009);
144
+ --tw-color-violet-700: oklch(49.1% 0.27 292.581);
145
+ --tw-color-violet-800: oklch(43.2% 0.232 292.759);
146
+ --tw-color-violet-900: oklch(38% 0.189 293.745);
147
+ --tw-color-violet-950: oklch(28.3% 0.141 291.089);
148
+ --tw-color-purple-50: oklch(97.7% 0.014 308.299);
149
+ --tw-color-purple-100: oklch(94.6% 0.033 307.174);
150
+ --tw-color-purple-200: oklch(90.2% 0.063 306.703);
151
+ --tw-color-purple-300: oklch(82.7% 0.119 306.383);
152
+ --tw-color-purple-400: oklch(71.4% 0.203 305.504);
153
+ --tw-color-purple-500: oklch(62.7% 0.265 303.9);
154
+ --tw-color-purple-600: oklch(55.8% 0.288 302.321);
155
+ --tw-color-purple-700: oklch(49.6% 0.265 301.924);
156
+ --tw-color-purple-800: oklch(43.8% 0.218 303.724);
157
+ --tw-color-purple-900: oklch(38.1% 0.176 304.987);
158
+ --tw-color-purple-950: oklch(29.1% 0.149 302.717);
159
+ --tw-color-fuchsia-50: oklch(97.7% 0.017 320.058);
160
+ --tw-color-fuchsia-100: oklch(95.2% 0.037 318.852);
161
+ --tw-color-fuchsia-200: oklch(90.3% 0.076 319.62);
162
+ --tw-color-fuchsia-300: oklch(83.3% 0.145 321.434);
163
+ --tw-color-fuchsia-400: oklch(74% 0.238 322.16);
164
+ --tw-color-fuchsia-500: oklch(66.7% 0.295 322.15);
165
+ --tw-color-fuchsia-600: oklch(59.1% 0.293 322.896);
166
+ --tw-color-fuchsia-700: oklch(51.8% 0.253 323.949);
167
+ --tw-color-fuchsia-800: oklch(45.2% 0.211 324.591);
168
+ --tw-color-fuchsia-900: oklch(40.1% 0.17 325.612);
169
+ --tw-color-fuchsia-950: oklch(29.3% 0.136 325.661);
170
+ --tw-color-pink-50: oklch(97.1% 0.014 343.198);
171
+ --tw-color-pink-100: oklch(94.8% 0.028 342.258);
172
+ --tw-color-pink-200: oklch(89.9% 0.061 343.231);
173
+ --tw-color-pink-300: oklch(82.3% 0.12 346.018);
174
+ --tw-color-pink-400: oklch(71.8% 0.202 349.761);
175
+ --tw-color-pink-500: oklch(65.6% 0.241 354.308);
176
+ --tw-color-pink-600: oklch(59.2% 0.249 0.584);
177
+ --tw-color-pink-700: oklch(52.5% 0.223 3.958);
178
+ --tw-color-pink-800: oklch(45.9% 0.187 3.815);
179
+ --tw-color-pink-900: oklch(40.8% 0.153 2.432);
180
+ --tw-color-pink-950: oklch(28.4% 0.109 3.907);
181
+ --tw-color-rose-50: oklch(96.9% 0.015 12.422);
182
+ --tw-color-rose-100: oklch(94.1% 0.03 12.58);
183
+ --tw-color-rose-200: oklch(89.2% 0.058 10.001);
184
+ --tw-color-rose-300: oklch(81% 0.117 11.638);
185
+ --tw-color-rose-400: oklch(71.2% 0.194 13.428);
186
+ --tw-color-rose-500: oklch(64.5% 0.246 16.439);
187
+ --tw-color-rose-600: oklch(58.6% 0.253 17.585);
188
+ --tw-color-rose-700: oklch(51.4% 0.222 16.935);
189
+ --tw-color-rose-800: oklch(45.5% 0.188 13.697);
190
+ --tw-color-rose-900: oklch(41% 0.159 10.272);
191
+ --tw-color-rose-950: oklch(27.1% 0.105 12.094);
192
+ --tw-color-slate-50: oklch(98.4% 0.003 247.858);
193
+ --tw-color-slate-100: oklch(96.8% 0.007 247.896);
194
+ --tw-color-slate-200: oklch(92.9% 0.013 255.508);
195
+ --tw-color-slate-300: oklch(86.9% 0.022 252.894);
196
+ --tw-color-slate-400: oklch(70.4% 0.04 256.788);
197
+ --tw-color-slate-500: oklch(55.4% 0.046 257.417);
198
+ --tw-color-slate-600: oklch(44.6% 0.043 257.281);
199
+ --tw-color-slate-700: oklch(37.2% 0.044 257.287);
200
+ --tw-color-slate-800: oklch(27.9% 0.041 260.031);
201
+ --tw-color-slate-900: oklch(20.8% 0.042 265.755);
202
+ --tw-color-slate-950: oklch(12.9% 0.042 264.695);
203
+ --tw-color-gray-50: oklch(98.5% 0.002 247.839);
204
+ --tw-color-gray-100: oklch(96.7% 0.003 264.542);
205
+ --tw-color-gray-200: oklch(92.8% 0.006 264.531);
206
+ --tw-color-gray-300: oklch(87.2% 0.01 258.338);
207
+ --tw-color-gray-400: oklch(70.7% 0.022 261.325);
208
+ --tw-color-gray-500: oklch(55.1% 0.027 264.364);
209
+ --tw-color-gray-600: oklch(44.6% 0.03 256.802);
210
+ --tw-color-gray-700: oklch(37.3% 0.034 259.733);
211
+ --tw-color-gray-800: oklch(27.8% 0.033 256.848);
212
+ --tw-color-gray-900: oklch(21% 0.034 264.665);
213
+ --tw-color-gray-950: oklch(13% 0.028 261.692);
214
+ --tw-color-zinc-50: oklch(98.5% 0 0);
215
+ --tw-color-zinc-100: oklch(96.7% 0.001 286.375);
216
+ --tw-color-zinc-200: oklch(92% 0.004 286.32);
217
+ --tw-color-zinc-300: oklch(87.1% 0.006 286.286);
218
+ --tw-color-zinc-400: oklch(70.5% 0.015 286.067);
219
+ --tw-color-zinc-500: oklch(55.2% 0.016 285.938);
220
+ --tw-color-zinc-600: oklch(44.2% 0.017 285.786);
221
+ --tw-color-zinc-700: oklch(37% 0.013 285.805);
222
+ --tw-color-zinc-800: oklch(27.4% 0.006 286.033);
223
+ --tw-color-zinc-900: oklch(21% 0.006 285.885);
224
+ --tw-color-zinc-950: oklch(14.1% 0.005 285.823);
225
+ --tw-color-neutral-50: oklch(98.5% 0 0);
226
+ --tw-color-neutral-100: oklch(97% 0 0);
227
+ --tw-color-neutral-200: oklch(92.2% 0 0);
228
+ --tw-color-neutral-300: oklch(87% 0 0);
229
+ --tw-color-neutral-400: oklch(70.8% 0 0);
230
+ --tw-color-neutral-500: oklch(55.6% 0 0);
231
+ --tw-color-neutral-600: oklch(43.9% 0 0);
232
+ --tw-color-neutral-700: oklch(37.1% 0 0);
233
+ --tw-color-neutral-800: oklch(26.9% 0 0);
234
+ --tw-color-neutral-900: oklch(20.5% 0 0);
235
+ --tw-color-neutral-950: oklch(14.5% 0 0);
236
+ --tw-color-stone-50: oklch(98.5% 0.001 106.423);
237
+ --tw-color-stone-100: oklch(97% 0.001 106.424);
238
+ --tw-color-stone-200: oklch(92.3% 0.003 48.717);
239
+ --tw-color-stone-300: oklch(86.9% 0.005 56.366);
240
+ --tw-color-stone-400: oklch(70.9% 0.01 56.259);
241
+ --tw-color-stone-500: oklch(55.3% 0.013 58.071);
242
+ --tw-color-stone-600: oklch(44.4% 0.011 73.639);
243
+ --tw-color-stone-700: oklch(37.4% 0.01 67.558);
244
+ --tw-color-stone-800: oklch(26.8% 0.007 34.298);
245
+ --tw-color-stone-900: oklch(21.6% 0.006 56.043);
246
+ --tw-color-stone-950: oklch(14.7% 0.004 49.25);
247
+ --tw-color-black: #000;
248
+ --tw-color-white: #fff;
249
+ }
250
+ }
251
+ @layer utilities;
@@ -0,0 +1,135 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <!--HEAD_SCRIPT-->
5
+ <meta charset="utf-8" />
6
+ <meta name="viewport" content="width=device-width,initial-scale=1" />
7
+
8
+ <title>DbGate</title>
9
+ <meta name="theme-color" content="#000000" />
10
+ <meta
11
+ name="description"
12
+ content="DbGate - web based opensource database administration tool for MS SQL, MySQL, Postgre SQL"
13
+ />
14
+
15
+ <link rel="icon" type="image/png" href="favicon.ico" />
16
+ <link rel="manifest" href="manifest.json" />
17
+
18
+ <link rel="stylesheet" href="global.css" />
19
+ <link rel="stylesheet" href="tokens.css" />
20
+ <link rel="stylesheet" href="dimensions.css" />
21
+ <link rel="stylesheet" href="bulma.css" />
22
+ <link rel="stylesheet" href="icon-colors.css" />
23
+ <link rel="stylesheet" href="build/tailwind.css" />
24
+ <link rel="stylesheet" href="build/bundle.css" />
25
+ <link rel="stylesheet" href="build/fonts/materialdesignicons.css" />
26
+ <link rel="stylesheet" href="build/diff2html.min.css" />
27
+
28
+ <script lang="javascript">
29
+ window.dbgate_page = 'forgot-password';
30
+
31
+ if (localStorage.getItem('currentThemeType') == 'dark') {
32
+ document.documentElement.style.setProperty('--theme-background', '#111');
33
+ document.documentElement.style.setProperty('--theme-foreground', '#e3e3e3');
34
+ } else {
35
+ document.documentElement.style.setProperty('--theme-background', '#fff');
36
+ document.documentElement.style.setProperty('--theme-foreground', '#262626');
37
+ }
38
+ </script>
39
+
40
+ <script defer src="build/bundle.js"></script>
41
+
42
+ <style>
43
+ body {
44
+ background-color: var(--theme-background);
45
+ }
46
+
47
+ .lds-ellipsis {
48
+ display: inline-block;
49
+ position: relative;
50
+ width: 80px;
51
+ height: 80px;
52
+ }
53
+ .lds-ellipsis div {
54
+ position: absolute;
55
+ top: 33px;
56
+ width: 13px;
57
+ height: 13px;
58
+ border-radius: 50%;
59
+ background: var(--theme-foreground);
60
+ animation-timing-function: cubic-bezier(0, 1, 1, 0);
61
+ }
62
+ .lds-ellipsis div:nth-child(1) {
63
+ left: 8px;
64
+ animation: lds-ellipsis1 0.6s infinite;
65
+ }
66
+ .lds-ellipsis div:nth-child(2) {
67
+ left: 8px;
68
+ animation: lds-ellipsis2 0.6s infinite;
69
+ }
70
+ .lds-ellipsis div:nth-child(3) {
71
+ left: 32px;
72
+ animation: lds-ellipsis2 0.6s infinite;
73
+ }
74
+ .lds-ellipsis div:nth-child(4) {
75
+ left: 56px;
76
+ animation: lds-ellipsis3 0.6s infinite;
77
+ }
78
+ @keyframes lds-ellipsis1 {
79
+ 0% {
80
+ transform: scale(0);
81
+ }
82
+ 100% {
83
+ transform: scale(1);
84
+ }
85
+ }
86
+ @keyframes lds-ellipsis3 {
87
+ 0% {
88
+ transform: scale(1);
89
+ }
90
+ 100% {
91
+ transform: scale(0);
92
+ }
93
+ }
94
+ @keyframes lds-ellipsis2 {
95
+ 0% {
96
+ transform: translate(0, 0);
97
+ }
98
+ 100% {
99
+ transform: translate(24px, 0);
100
+ }
101
+ }
102
+
103
+ #starting_dbgate_zero {
104
+ position: absolute;
105
+ left: 0;
106
+ top: 0;
107
+ right: 0;
108
+ bottom: 0;
109
+ display: flex;
110
+ align-items: center;
111
+ justify-content: space-around;
112
+ }
113
+
114
+ .inner-flex {
115
+ display: flex;
116
+ align-items: center;
117
+ flex-direction: column;
118
+ }
119
+ </style>
120
+ </head>
121
+
122
+ <body>
123
+ <!--BODY_SCRIPT-->
124
+ <div id="starting_dbgate_zero">
125
+ <div class="inner-flex">
126
+ <div class="lds-ellipsis">
127
+ <div></div>
128
+ <div></div>
129
+ <div></div>
130
+ <div></div>
131
+ </div>
132
+ </div>
133
+ </div>
134
+ </body>
135
+ </html>
@@ -0,0 +1,135 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <!--HEAD_SCRIPT-->
5
+ <meta charset="utf-8" />
6
+ <meta name="viewport" content="width=device-width,initial-scale=1" />
7
+
8
+ <title>DbGate</title>
9
+ <meta name="theme-color" content="#000000" />
10
+ <meta
11
+ name="description"
12
+ content="DbGate - web based opensource database administration tool for MS SQL, MySQL, Postgre SQL"
13
+ />
14
+
15
+ <link rel="icon" type="image/png" href="favicon.ico" />
16
+ <link rel="manifest" href="manifest.json" />
17
+
18
+ <link rel="stylesheet" href="global.css" />
19
+ <link rel="stylesheet" href="tokens.css" />
20
+ <link rel="stylesheet" href="dimensions.css" />
21
+ <link rel="stylesheet" href="bulma.css" />
22
+ <link rel="stylesheet" href="icon-colors.css" />
23
+ <link rel="stylesheet" href="build/tailwind.css" />
24
+ <link rel="stylesheet" href="build/bundle.css" />
25
+ <link rel="stylesheet" href="build/fonts/materialdesignicons.css" />
26
+ <link rel="stylesheet" href="build/diff2html.min.css" />
27
+
28
+ <script lang="javascript">
29
+ window.dbgate_page = 'reset-password';
30
+
31
+ if (localStorage.getItem('currentThemeType') == 'dark') {
32
+ document.documentElement.style.setProperty('--theme-background', '#111');
33
+ document.documentElement.style.setProperty('--theme-foreground', '#e3e3e3');
34
+ } else {
35
+ document.documentElement.style.setProperty('--theme-background', '#fff');
36
+ document.documentElement.style.setProperty('--theme-foreground', '#262626');
37
+ }
38
+ </script>
39
+
40
+ <script defer src="build/bundle.js"></script>
41
+
42
+ <style>
43
+ body {
44
+ background-color: var(--theme-background);
45
+ }
46
+
47
+ .lds-ellipsis {
48
+ display: inline-block;
49
+ position: relative;
50
+ width: 80px;
51
+ height: 80px;
52
+ }
53
+ .lds-ellipsis div {
54
+ position: absolute;
55
+ top: 33px;
56
+ width: 13px;
57
+ height: 13px;
58
+ border-radius: 50%;
59
+ background: var(--theme-foreground);
60
+ animation-timing-function: cubic-bezier(0, 1, 1, 0);
61
+ }
62
+ .lds-ellipsis div:nth-child(1) {
63
+ left: 8px;
64
+ animation: lds-ellipsis1 0.6s infinite;
65
+ }
66
+ .lds-ellipsis div:nth-child(2) {
67
+ left: 8px;
68
+ animation: lds-ellipsis2 0.6s infinite;
69
+ }
70
+ .lds-ellipsis div:nth-child(3) {
71
+ left: 32px;
72
+ animation: lds-ellipsis2 0.6s infinite;
73
+ }
74
+ .lds-ellipsis div:nth-child(4) {
75
+ left: 56px;
76
+ animation: lds-ellipsis3 0.6s infinite;
77
+ }
78
+ @keyframes lds-ellipsis1 {
79
+ 0% {
80
+ transform: scale(0);
81
+ }
82
+ 100% {
83
+ transform: scale(1);
84
+ }
85
+ }
86
+ @keyframes lds-ellipsis3 {
87
+ 0% {
88
+ transform: scale(1);
89
+ }
90
+ 100% {
91
+ transform: scale(0);
92
+ }
93
+ }
94
+ @keyframes lds-ellipsis2 {
95
+ 0% {
96
+ transform: translate(0, 0);
97
+ }
98
+ 100% {
99
+ transform: translate(24px, 0);
100
+ }
101
+ }
102
+
103
+ #starting_dbgate_zero {
104
+ position: absolute;
105
+ left: 0;
106
+ top: 0;
107
+ right: 0;
108
+ bottom: 0;
109
+ display: flex;
110
+ align-items: center;
111
+ justify-content: space-around;
112
+ }
113
+
114
+ .inner-flex {
115
+ display: flex;
116
+ align-items: center;
117
+ flex-direction: column;
118
+ }
119
+ </style>
120
+ </head>
121
+
122
+ <body>
123
+ <!--BODY_SCRIPT-->
124
+ <div id="starting_dbgate_zero">
125
+ <div class="inner-flex">
126
+ <div class="lds-ellipsis">
127
+ <div></div>
128
+ <div></div>
129
+ <div></div>
130
+ <div></div>
131
+ </div>
132
+ </div>
133
+ </div>
134
+ </body>
135
+ </html>