dbgate-web-premium 5.5.7-alpha.45
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.
- package/README.md +1 -0
- package/package.json +69 -0
- package/public/admin-license.html +121 -0
- package/public/admin-login.html +121 -0
- package/public/admin.html +121 -0
- package/public/build/bundle.css +663 -0
- package/public/build/bundle.js +100 -0
- package/public/build/bundle.js.map +1 -0
- package/public/build/diff2html.min.css +1 -0
- package/public/build/fonts/materialdesignicons-webfont.eot +0 -0
- package/public/build/fonts/materialdesignicons-webfont.ttf +0 -0
- package/public/build/fonts/materialdesignicons-webfont.woff +0 -0
- package/public/build/fonts/materialdesignicons-webfont.woff2 +0 -0
- package/public/build/fonts/materialdesignicons.css +30062 -0
- package/public/build/query-parser-worker.js +2 -0
- package/public/build/query-parser-worker.js.map +1 -0
- package/public/bulma.css +419 -0
- package/public/dimensions.css +27 -0
- package/public/error.html +121 -0
- package/public/favicon.ico +0 -0
- package/public/global.css +197 -0
- package/public/icon-colors.css +32 -0
- package/public/index.html +121 -0
- package/public/license.html +121 -0
- package/public/login.html +121 -0
- package/public/logo192.png +0 -0
- package/public/logo512.png +0 -0
- package/public/manifest.json +25 -0
- package/public/not-logged.html +121 -0
- package/public/redirect.html +121 -0
- package/public/set-admin-password.html +121 -0
- package/public/unknown.svg +15 -0
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
This package is used internally by DbGate Premium
|
package/package.json
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "dbgate-web-premium",
|
|
3
|
+
"version": "5.5.7-alpha.45",
|
|
4
|
+
"scripts": {
|
|
5
|
+
"build": "yarn build:index && rollup -c",
|
|
6
|
+
"dev": "yarn build:index && cross-env API_URL=http://localhost:3000 rollup -c -w",
|
|
7
|
+
"start": "sirv public --port 5001",
|
|
8
|
+
"validate": "svelte-check",
|
|
9
|
+
"build:index": "node build-index.js",
|
|
10
|
+
"prepublishOnly": "yarn build"
|
|
11
|
+
},
|
|
12
|
+
"files": [
|
|
13
|
+
"public"
|
|
14
|
+
],
|
|
15
|
+
"devDependencies": {
|
|
16
|
+
"@ant-design/colors": "^5.0.0",
|
|
17
|
+
"@mdi/font": "^7.1.96",
|
|
18
|
+
"@rollup/plugin-commonjs": "^20.0.0",
|
|
19
|
+
"@rollup/plugin-node-resolve": "^13.0.5",
|
|
20
|
+
"@rollup/plugin-replace": "^3.0.0",
|
|
21
|
+
"@rollup/plugin-typescript": "^8.2.5",
|
|
22
|
+
"@tsconfig/svelte": "^1.0.0",
|
|
23
|
+
"ace-builds": "^1.4.8",
|
|
24
|
+
"chart.js": "^4.4.2",
|
|
25
|
+
"chartjs-adapter-moment": "^1.0.0",
|
|
26
|
+
"cross-env": "^7.0.3",
|
|
27
|
+
"dbgate-datalib": "^5.5.7-alpha.45",
|
|
28
|
+
"dbgate-query-splitter": "^4.11.2",
|
|
29
|
+
"dbgate-sqltree": "^5.5.7-alpha.45",
|
|
30
|
+
"dbgate-tools": "^5.5.7-alpha.45",
|
|
31
|
+
"dbgate-types": "^5.5.7-alpha.45",
|
|
32
|
+
"diff": "^5.0.0",
|
|
33
|
+
"diff2html": "^3.4.13",
|
|
34
|
+
"file-selector": "^0.2.4",
|
|
35
|
+
"iconv-lite": "^0.6.3",
|
|
36
|
+
"js-yaml": "^4.1.0",
|
|
37
|
+
"json-stable-stringify": "^1.0.1",
|
|
38
|
+
"localforage": "^1.9.0",
|
|
39
|
+
"lodash": "^4.17.21",
|
|
40
|
+
"randomcolor": "^0.6.2",
|
|
41
|
+
"resize-observer-polyfill": "^1.5.1",
|
|
42
|
+
"rollup": "^2.57.0",
|
|
43
|
+
"rollup-plugin-copy": "^3.3.0",
|
|
44
|
+
"rollup-plugin-css-only": "^3.1.0",
|
|
45
|
+
"rollup-plugin-livereload": "^2.0.0",
|
|
46
|
+
"rollup-plugin-svelte": "^7.0.0",
|
|
47
|
+
"rollup-plugin-terser": "^7.0.0",
|
|
48
|
+
"sirv-cli": "^1.0.0",
|
|
49
|
+
"sql-formatter": "^3.1.0",
|
|
50
|
+
"svelte": "^3.46.4",
|
|
51
|
+
"svelte-check": "^1.0.0",
|
|
52
|
+
"svelte-markdown": "^0.1.4",
|
|
53
|
+
"svelte-preprocess": "^4.9.5",
|
|
54
|
+
"svelte-select": "^4.4.7",
|
|
55
|
+
"tslib": "^2.3.1",
|
|
56
|
+
"typescript": "^4.4.3",
|
|
57
|
+
"uuid": "^3.4.0"
|
|
58
|
+
},
|
|
59
|
+
"dependencies": {
|
|
60
|
+
"chartjs-plugin-zoom": "^1.2.0",
|
|
61
|
+
"date-fns": "^4.1.0",
|
|
62
|
+
"debug": "^4.3.4",
|
|
63
|
+
"fuzzy": "^0.1.3",
|
|
64
|
+
"interval-operations": "^1.0.7",
|
|
65
|
+
"leaflet": "^1.8.0",
|
|
66
|
+
"wellknown": "^0.5.0"
|
|
67
|
+
},
|
|
68
|
+
"license": "Commercial"
|
|
69
|
+
}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
6
|
+
|
|
7
|
+
<title>DbGate</title>
|
|
8
|
+
<meta name="theme-color" content="#000000" />
|
|
9
|
+
<meta
|
|
10
|
+
name="description"
|
|
11
|
+
content="DbGate - web based opensource database administration tool for MS SQL, MySQL, Postgre SQL"
|
|
12
|
+
/>
|
|
13
|
+
|
|
14
|
+
<link rel="icon" type="image/png" href="favicon.ico" />
|
|
15
|
+
<link rel="manifest" href="manifest.json" />
|
|
16
|
+
|
|
17
|
+
<link rel="stylesheet" href="global.css" />
|
|
18
|
+
<link rel="stylesheet" href="dimensions.css" />
|
|
19
|
+
<link rel="stylesheet" href="bulma.css" />
|
|
20
|
+
<link rel="stylesheet" href="icon-colors.css" />
|
|
21
|
+
<link rel="stylesheet" href="build/bundle.css" />
|
|
22
|
+
<link rel="stylesheet" href="build/fonts/materialdesignicons.css" />
|
|
23
|
+
<link rel="stylesheet" href="build/diff2html.min.css" />
|
|
24
|
+
|
|
25
|
+
<script lang="javascript">
|
|
26
|
+
window.dbgate_page = 'admin-license';
|
|
27
|
+
</script>
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
<script defer src="build/bundle.js"></script>
|
|
31
|
+
|
|
32
|
+
<style>
|
|
33
|
+
.lds-ellipsis {
|
|
34
|
+
display: inline-block;
|
|
35
|
+
position: relative;
|
|
36
|
+
width: 80px;
|
|
37
|
+
height: 80px;
|
|
38
|
+
}
|
|
39
|
+
.lds-ellipsis div {
|
|
40
|
+
position: absolute;
|
|
41
|
+
top: 33px;
|
|
42
|
+
width: 13px;
|
|
43
|
+
height: 13px;
|
|
44
|
+
border-radius: 50%;
|
|
45
|
+
background: #000;
|
|
46
|
+
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
47
|
+
}
|
|
48
|
+
.lds-ellipsis div:nth-child(1) {
|
|
49
|
+
left: 8px;
|
|
50
|
+
animation: lds-ellipsis1 0.6s infinite;
|
|
51
|
+
}
|
|
52
|
+
.lds-ellipsis div:nth-child(2) {
|
|
53
|
+
left: 8px;
|
|
54
|
+
animation: lds-ellipsis2 0.6s infinite;
|
|
55
|
+
}
|
|
56
|
+
.lds-ellipsis div:nth-child(3) {
|
|
57
|
+
left: 32px;
|
|
58
|
+
animation: lds-ellipsis2 0.6s infinite;
|
|
59
|
+
}
|
|
60
|
+
.lds-ellipsis div:nth-child(4) {
|
|
61
|
+
left: 56px;
|
|
62
|
+
animation: lds-ellipsis3 0.6s infinite;
|
|
63
|
+
}
|
|
64
|
+
@keyframes lds-ellipsis1 {
|
|
65
|
+
0% {
|
|
66
|
+
transform: scale(0);
|
|
67
|
+
}
|
|
68
|
+
100% {
|
|
69
|
+
transform: scale(1);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
@keyframes lds-ellipsis3 {
|
|
73
|
+
0% {
|
|
74
|
+
transform: scale(1);
|
|
75
|
+
}
|
|
76
|
+
100% {
|
|
77
|
+
transform: scale(0);
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
@keyframes lds-ellipsis2 {
|
|
81
|
+
0% {
|
|
82
|
+
transform: translate(0, 0);
|
|
83
|
+
}
|
|
84
|
+
100% {
|
|
85
|
+
transform: translate(24px, 0);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
#starting_dbgate_zero {
|
|
90
|
+
position: absolute;
|
|
91
|
+
left: 0;
|
|
92
|
+
top: 0;
|
|
93
|
+
right: 0;
|
|
94
|
+
bottom: 0;
|
|
95
|
+
display: flex;
|
|
96
|
+
align-items: center;
|
|
97
|
+
justify-content: space-around;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.inner-flex {
|
|
101
|
+
display: flex;
|
|
102
|
+
align-items: center;
|
|
103
|
+
flex-direction: column;
|
|
104
|
+
}
|
|
105
|
+
</style>
|
|
106
|
+
</head>
|
|
107
|
+
|
|
108
|
+
<body>
|
|
109
|
+
<div id="starting_dbgate_zero">
|
|
110
|
+
<div class="inner-flex">
|
|
111
|
+
<div class="lds-ellipsis">
|
|
112
|
+
<div></div>
|
|
113
|
+
<div></div>
|
|
114
|
+
<div></div>
|
|
115
|
+
<div></div>
|
|
116
|
+
</div>
|
|
117
|
+
<div>Loading DbGate App</div>
|
|
118
|
+
</div>
|
|
119
|
+
</div>
|
|
120
|
+
</body>
|
|
121
|
+
</html>
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
6
|
+
|
|
7
|
+
<title>DbGate</title>
|
|
8
|
+
<meta name="theme-color" content="#000000" />
|
|
9
|
+
<meta
|
|
10
|
+
name="description"
|
|
11
|
+
content="DbGate - web based opensource database administration tool for MS SQL, MySQL, Postgre SQL"
|
|
12
|
+
/>
|
|
13
|
+
|
|
14
|
+
<link rel="icon" type="image/png" href="favicon.ico" />
|
|
15
|
+
<link rel="manifest" href="manifest.json" />
|
|
16
|
+
|
|
17
|
+
<link rel="stylesheet" href="global.css" />
|
|
18
|
+
<link rel="stylesheet" href="dimensions.css" />
|
|
19
|
+
<link rel="stylesheet" href="bulma.css" />
|
|
20
|
+
<link rel="stylesheet" href="icon-colors.css" />
|
|
21
|
+
<link rel="stylesheet" href="build/bundle.css" />
|
|
22
|
+
<link rel="stylesheet" href="build/fonts/materialdesignicons.css" />
|
|
23
|
+
<link rel="stylesheet" href="build/diff2html.min.css" />
|
|
24
|
+
|
|
25
|
+
<script lang="javascript">
|
|
26
|
+
window.dbgate_page = 'admin-login';
|
|
27
|
+
</script>
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
<script defer src="build/bundle.js"></script>
|
|
31
|
+
|
|
32
|
+
<style>
|
|
33
|
+
.lds-ellipsis {
|
|
34
|
+
display: inline-block;
|
|
35
|
+
position: relative;
|
|
36
|
+
width: 80px;
|
|
37
|
+
height: 80px;
|
|
38
|
+
}
|
|
39
|
+
.lds-ellipsis div {
|
|
40
|
+
position: absolute;
|
|
41
|
+
top: 33px;
|
|
42
|
+
width: 13px;
|
|
43
|
+
height: 13px;
|
|
44
|
+
border-radius: 50%;
|
|
45
|
+
background: #000;
|
|
46
|
+
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
47
|
+
}
|
|
48
|
+
.lds-ellipsis div:nth-child(1) {
|
|
49
|
+
left: 8px;
|
|
50
|
+
animation: lds-ellipsis1 0.6s infinite;
|
|
51
|
+
}
|
|
52
|
+
.lds-ellipsis div:nth-child(2) {
|
|
53
|
+
left: 8px;
|
|
54
|
+
animation: lds-ellipsis2 0.6s infinite;
|
|
55
|
+
}
|
|
56
|
+
.lds-ellipsis div:nth-child(3) {
|
|
57
|
+
left: 32px;
|
|
58
|
+
animation: lds-ellipsis2 0.6s infinite;
|
|
59
|
+
}
|
|
60
|
+
.lds-ellipsis div:nth-child(4) {
|
|
61
|
+
left: 56px;
|
|
62
|
+
animation: lds-ellipsis3 0.6s infinite;
|
|
63
|
+
}
|
|
64
|
+
@keyframes lds-ellipsis1 {
|
|
65
|
+
0% {
|
|
66
|
+
transform: scale(0);
|
|
67
|
+
}
|
|
68
|
+
100% {
|
|
69
|
+
transform: scale(1);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
@keyframes lds-ellipsis3 {
|
|
73
|
+
0% {
|
|
74
|
+
transform: scale(1);
|
|
75
|
+
}
|
|
76
|
+
100% {
|
|
77
|
+
transform: scale(0);
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
@keyframes lds-ellipsis2 {
|
|
81
|
+
0% {
|
|
82
|
+
transform: translate(0, 0);
|
|
83
|
+
}
|
|
84
|
+
100% {
|
|
85
|
+
transform: translate(24px, 0);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
#starting_dbgate_zero {
|
|
90
|
+
position: absolute;
|
|
91
|
+
left: 0;
|
|
92
|
+
top: 0;
|
|
93
|
+
right: 0;
|
|
94
|
+
bottom: 0;
|
|
95
|
+
display: flex;
|
|
96
|
+
align-items: center;
|
|
97
|
+
justify-content: space-around;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.inner-flex {
|
|
101
|
+
display: flex;
|
|
102
|
+
align-items: center;
|
|
103
|
+
flex-direction: column;
|
|
104
|
+
}
|
|
105
|
+
</style>
|
|
106
|
+
</head>
|
|
107
|
+
|
|
108
|
+
<body>
|
|
109
|
+
<div id="starting_dbgate_zero">
|
|
110
|
+
<div class="inner-flex">
|
|
111
|
+
<div class="lds-ellipsis">
|
|
112
|
+
<div></div>
|
|
113
|
+
<div></div>
|
|
114
|
+
<div></div>
|
|
115
|
+
<div></div>
|
|
116
|
+
</div>
|
|
117
|
+
<div>Loading DbGate App</div>
|
|
118
|
+
</div>
|
|
119
|
+
</div>
|
|
120
|
+
</body>
|
|
121
|
+
</html>
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
6
|
+
|
|
7
|
+
<title>DbGate</title>
|
|
8
|
+
<meta name="theme-color" content="#000000" />
|
|
9
|
+
<meta
|
|
10
|
+
name="description"
|
|
11
|
+
content="DbGate - web based opensource database administration tool for MS SQL, MySQL, Postgre SQL"
|
|
12
|
+
/>
|
|
13
|
+
|
|
14
|
+
<link rel="icon" type="image/png" href="favicon.ico" />
|
|
15
|
+
<link rel="manifest" href="manifest.json" />
|
|
16
|
+
|
|
17
|
+
<link rel="stylesheet" href="global.css" />
|
|
18
|
+
<link rel="stylesheet" href="dimensions.css" />
|
|
19
|
+
<link rel="stylesheet" href="bulma.css" />
|
|
20
|
+
<link rel="stylesheet" href="icon-colors.css" />
|
|
21
|
+
<link rel="stylesheet" href="build/bundle.css" />
|
|
22
|
+
<link rel="stylesheet" href="build/fonts/materialdesignicons.css" />
|
|
23
|
+
<link rel="stylesheet" href="build/diff2html.min.css" />
|
|
24
|
+
|
|
25
|
+
<script lang="javascript">
|
|
26
|
+
window.dbgate_page = 'admin';
|
|
27
|
+
</script>
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
<script defer src="build/bundle.js"></script>
|
|
31
|
+
|
|
32
|
+
<style>
|
|
33
|
+
.lds-ellipsis {
|
|
34
|
+
display: inline-block;
|
|
35
|
+
position: relative;
|
|
36
|
+
width: 80px;
|
|
37
|
+
height: 80px;
|
|
38
|
+
}
|
|
39
|
+
.lds-ellipsis div {
|
|
40
|
+
position: absolute;
|
|
41
|
+
top: 33px;
|
|
42
|
+
width: 13px;
|
|
43
|
+
height: 13px;
|
|
44
|
+
border-radius: 50%;
|
|
45
|
+
background: #000;
|
|
46
|
+
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
47
|
+
}
|
|
48
|
+
.lds-ellipsis div:nth-child(1) {
|
|
49
|
+
left: 8px;
|
|
50
|
+
animation: lds-ellipsis1 0.6s infinite;
|
|
51
|
+
}
|
|
52
|
+
.lds-ellipsis div:nth-child(2) {
|
|
53
|
+
left: 8px;
|
|
54
|
+
animation: lds-ellipsis2 0.6s infinite;
|
|
55
|
+
}
|
|
56
|
+
.lds-ellipsis div:nth-child(3) {
|
|
57
|
+
left: 32px;
|
|
58
|
+
animation: lds-ellipsis2 0.6s infinite;
|
|
59
|
+
}
|
|
60
|
+
.lds-ellipsis div:nth-child(4) {
|
|
61
|
+
left: 56px;
|
|
62
|
+
animation: lds-ellipsis3 0.6s infinite;
|
|
63
|
+
}
|
|
64
|
+
@keyframes lds-ellipsis1 {
|
|
65
|
+
0% {
|
|
66
|
+
transform: scale(0);
|
|
67
|
+
}
|
|
68
|
+
100% {
|
|
69
|
+
transform: scale(1);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
@keyframes lds-ellipsis3 {
|
|
73
|
+
0% {
|
|
74
|
+
transform: scale(1);
|
|
75
|
+
}
|
|
76
|
+
100% {
|
|
77
|
+
transform: scale(0);
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
@keyframes lds-ellipsis2 {
|
|
81
|
+
0% {
|
|
82
|
+
transform: translate(0, 0);
|
|
83
|
+
}
|
|
84
|
+
100% {
|
|
85
|
+
transform: translate(24px, 0);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
#starting_dbgate_zero {
|
|
90
|
+
position: absolute;
|
|
91
|
+
left: 0;
|
|
92
|
+
top: 0;
|
|
93
|
+
right: 0;
|
|
94
|
+
bottom: 0;
|
|
95
|
+
display: flex;
|
|
96
|
+
align-items: center;
|
|
97
|
+
justify-content: space-around;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.inner-flex {
|
|
101
|
+
display: flex;
|
|
102
|
+
align-items: center;
|
|
103
|
+
flex-direction: column;
|
|
104
|
+
}
|
|
105
|
+
</style>
|
|
106
|
+
</head>
|
|
107
|
+
|
|
108
|
+
<body>
|
|
109
|
+
<div id="starting_dbgate_zero">
|
|
110
|
+
<div class="inner-flex">
|
|
111
|
+
<div class="lds-ellipsis">
|
|
112
|
+
<div></div>
|
|
113
|
+
<div></div>
|
|
114
|
+
<div></div>
|
|
115
|
+
<div></div>
|
|
116
|
+
</div>
|
|
117
|
+
<div>Loading DbGate App</div>
|
|
118
|
+
</div>
|
|
119
|
+
</div>
|
|
120
|
+
</body>
|
|
121
|
+
</html>
|