mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
Compare commits
70 Commits
v0.7.22-be
...
v0.7.25-be
Author | SHA1 | Date | |
---|---|---|---|
b4cdd58973 | |||
9947479fdc | |||
4a1697d633 | |||
b7dfd5cb8c | |||
3fa9873d20 | |||
37a160a03f | |||
2385a8207c | |||
|
243984e697 | ||
d1bb50b2bb | |||
8501fa2e81 | |||
25123e34ef | |||
bd4502ee47 | |||
b2f9d475a2 | |||
|
93de974b09 | ||
|
949bf4cbcb | ||
|
bb3c87b2cf | ||
40bf9a040a | |||
|
978b55fdb1 | ||
|
098d4e96d6 | ||
957cb9e1a5 | |||
09c274a724 | |||
9bcd874e80 | |||
ece2ee05cc | |||
058fc2fc0b | |||
33bbc0e7e6 | |||
23c59b4d4e | |||
6600197b82 | |||
33203aeb04 | |||
f4f385589f | |||
0565ae1204 | |||
258fbc81f7 | |||
8d8650fbe7 | |||
af2812f2b0 | |||
|
d163cbfac8 | ||
|
4537d96f3e | ||
099a71a189 | |||
e7efb9c616 | |||
a752dcb6a9 | |||
|
c1e58eb695 | ||
|
f7204dc0ae | ||
|
6b56c60b68 | ||
1875e895ae | |||
2064294119 | |||
62e3115860 | |||
9aef287a98 | |||
65ec4c5da6 | |||
e19118982b | |||
11f130d91c | |||
|
0bb5cedda6 | ||
de9dac3e8a | |||
dd5b41716a | |||
86acb390ac | |||
2884ec3dd6 | |||
b542a09c01 | |||
6d94a04b67 | |||
8500fc40a1 | |||
586f901bae | |||
04e4d21e20 | |||
fd3dd03eb2 | |||
d3f71e65ce | |||
90b9b87b1d | |||
e9b42c3edb | |||
259d051a21 | |||
876d5ea481 | |||
6d002efaf5 | |||
58be1abf5f | |||
da56905572 | |||
d698f2798a | |||
9a41511c42 | |||
|
30ada13663 |
@@ -266,6 +266,24 @@
|
|||||||
"contributions": [
|
"contributions": [
|
||||||
"translation"
|
"translation"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"login": "bagusindrayana",
|
||||||
|
"name": "Bagus Indrayana",
|
||||||
|
"avatar_url": "https://avatars.githubusercontent.com/u/36830534?v=4",
|
||||||
|
"profile": "https://github.com/bagusindrayana",
|
||||||
|
"contributions": [
|
||||||
|
"code"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"login": "penguinlab",
|
||||||
|
"name": "Naoki Ishikawa",
|
||||||
|
"avatar_url": "https://avatars.githubusercontent.com/u/10959317?v=4",
|
||||||
|
"profile": "https://github.com/penguinlab",
|
||||||
|
"contributions": [
|
||||||
|
"translation"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"contributorsPerLine": 7,
|
"contributorsPerLine": 7,
|
||||||
|
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
# These are supported funding model platforms
|
# These are supported funding model platforms
|
||||||
|
|
||||||
github: [fabio286]
|
github: [antares-sql,fabio286]
|
||||||
patreon: #fabio286
|
patreon: #fabio286
|
||||||
open_collective: # Replace with a single Open Collective username
|
open_collective: # Replace with a single Open Collective username
|
||||||
ko_fi: # Replace with a single Ko-fi username
|
ko_fi: # Replace with a single Ko-fi username
|
||||||
|
1
.husky/commit-msg
Normal file
1
.husky/commit-msg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
npx --no -- commitlint --edit $1
|
1
.husky/pre-commit
Normal file
1
.husky/pre-commit
Normal file
@@ -0,0 +1 @@
|
|||||||
|
npm run lint
|
@@ -5,14 +5,14 @@
|
|||||||
],
|
],
|
||||||
"fix": true,
|
"fix": true,
|
||||||
"formatter": "verbose",
|
"formatter": "verbose",
|
||||||
|
"customSyntax": "postcss-html",
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"stylelint-scss"
|
"stylelint-scss"
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"at-rule-no-unknown": null,
|
"at-rule-no-unknown": null,
|
||||||
"no-descending-specificity": null,
|
"no-descending-specificity": null,
|
||||||
"font-family-no-missing-generic-family-keyword": null,
|
"font-family-no-missing-generic-family-keyword": null
|
||||||
"declaration-colon-newline-after": "always-multi-line"
|
|
||||||
},
|
},
|
||||||
"syntax": "scss"
|
"syntax": "scss"
|
||||||
}
|
}
|
118
CHANGELOG.md
118
CHANGELOG.md
@@ -2,6 +2,124 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
|
### [0.7.25-beta.1](https://github.com/antares-sql/antares/compare/v0.7.25-beta.0...v0.7.25-beta.1) (2024-06-08)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* issue switching table after using a filter, fixes[#691](https://github.com/antares-sql/antares/issues/691) ([4a1697d](https://github.com/antares-sql/antares/commit/4a1697d63351b9990efff5804b95d92ac2fc9783))
|
||||||
|
|
||||||
|
### [0.7.25-beta.0](https://github.com/antares-sql/antares/compare/v0.7.24...v0.7.25-beta.0) (2024-05-26)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* update japanese translation ([bb3c87b](https://github.com/antares-sql/antares/commit/bb3c87b2cf6fa38e3cfb68317c02aa350aae7887))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* missing resizebars on mouse over ([25123e3](https://github.com/antares-sql/antares/commit/25123e34ef860d8bf019c496097e68e0101c9ab9))
|
||||||
|
* **PostgreSQL:** unable to search for databases, fixes [#798](https://github.com/antares-sql/antares/issues/798) ([d1bb50b](https://github.com/antares-sql/antares/commit/d1bb50b2bb48d3445080990c28fdc656cf27a6d3))
|
||||||
|
|
||||||
|
### [0.7.24](https://github.com/antares-sql/antares/compare/v0.7.24-beta.1...v0.7.24) (2024-05-03)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* missing accent color change ([09c274a](https://github.com/antares-sql/antares/commit/09c274a724b5020efc650aaf7eecb2404343a6fc))
|
||||||
|
|
||||||
|
### [0.7.24-beta.1](https://github.com/antares-sql/antares/compare/v0.7.24-beta.0...v0.7.24-beta.1) (2024-04-30)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* accent color based on folder color, closes [#762](https://github.com/antares-sql/antares/issues/762) ([058fc2f](https://github.com/antares-sql/antares/commit/058fc2fc0b34cde5aa19233a4a999ef3624dae71))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **PostgreSQL:** better handle connection errors, should fix [#794](https://github.com/antares-sql/antares/issues/794) ([33bbc0e](https://github.com/antares-sql/antares/commit/33bbc0e7e6be370c944e979a34ab2cb19562d1e3))
|
||||||
|
* **PostgreSQL:** issue with similar tabs on differend databases ([23c59b4](https://github.com/antares-sql/antares/commit/23c59b4d4e8f250acad75f54d157c7c162e1c4f8))
|
||||||
|
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
* **UI:** hide "insert row" button in read-only mode, closes [#695](https://github.com/antares-sql/antares/issues/695) ([6600197](https://github.com/antares-sql/antares/commit/6600197b8286ced4c79378883594d21e69a83d8c))
|
||||||
|
* **UI:** improvements on light theme ([ece2ee0](https://github.com/antares-sql/antares/commit/ece2ee05cc90a58c1926e882e3ccf4f057f02d68))
|
||||||
|
|
||||||
|
### [0.7.24-beta.0](https://github.com/antares-sql/antares/compare/v0.7.23...v0.7.24-beta.0) (2024-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* add shortcut open,save, and save as file ([6b56c60](https://github.com/antares-sql/antares/commit/6b56c60b68647bc7182548a137cccc3413e3fbd5))
|
||||||
|
* add translation for open,save, and save as file ([f7204dc](https://github.com/antares-sql/antares/commit/f7204dc0ae721534eaefbde097d1c26c1d72ad41))
|
||||||
|
* open,save, and save as file in query tab ([c1e58eb](https://github.com/antares-sql/antares/commit/c1e58eb695de78fbf1d2b26c608692f0962373df))
|
||||||
|
* unsaved file reminder closing file tabs ([8d8650f](https://github.com/antares-sql/antares/commit/8d8650fbe76c79fd66be857d049b3baaa9ab1f9f))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **translation:** missing translation for "Open notes" shortcut ([0565ae1](https://github.com/antares-sql/antares/commit/0565ae12042901b9d67fe3e0ea269562ec444994))
|
||||||
|
|
||||||
|
### [0.7.23](https://github.com/antares-sql/antares/compare/v0.7.23-beta.1...v0.7.23) (2024-04-07)
|
||||||
|
|
||||||
|
### [0.7.23-beta.1](https://github.com/antares-sql/antares/compare/v0.7.23-beta.0...v0.7.23-beta.1) (2024-04-02)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* add the page reference in the export file name, closes [#772](https://github.com/antares-sql/antares/issues/772) ([2064294](https://github.com/antares-sql/antares/commit/2064294119ed9dfab2a9968dfb5b35d52e2ae03b))
|
||||||
|
* move connections out of folder from context menu, related to [#773](https://github.com/antares-sql/antares/issues/773) ([62e3115](https://github.com/antares-sql/antares/commit/62e311586073ae7ee4896305198c7168f637c1af))
|
||||||
|
* move connections to folders from context menu, related to [#773](https://github.com/antares-sql/antares/issues/773) ([9aef287](https://github.com/antares-sql/antares/commit/9aef287a983754158cdbdc9b2a72db9ab82f76c8))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* bad format of timestamp fields on CSV export, fixes 776 ([65ec4c5](https://github.com/antares-sql/antares/commit/65ec4c5da6187a7ab2dfff59326cd12bfa788c3b))
|
||||||
|
|
||||||
|
### [0.7.23-beta.0](https://github.com/antares-sql/antares/compare/v0.7.22...v0.7.23-beta.0) (2024-03-21)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* CSV export does not escape strings when needed, fixes [#770](https://github.com/antares-sql/antares/issues/770) ([dd5b417](https://github.com/antares-sql/antares/commit/dd5b41716a10cf9500f2c611b232f5b5b0756a68))
|
||||||
|
* query result sort not working with aliased tables, fixes [#765](https://github.com/antares-sql/antares/issues/765) ([de9dac3](https://github.com/antares-sql/antares/commit/de9dac3e8abf3b3261f8c54c88cf2386a5be2207))
|
||||||
|
* shortcut not working on mac os ([0bb5ced](https://github.com/antares-sql/antares/commit/0bb5cedda6a67ccbeea8c127b799f533395101a2))
|
||||||
|
|
||||||
|
### [0.7.22](https://github.com/antares-sql/antares/compare/v0.7.22-beta.2...v0.7.22) (2024-02-26)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* delete record modal pressing del when editing a field, fixes [#767](https://github.com/antares-sql/antares/issues/767) ([586f901](https://github.com/antares-sql/antares/commit/586f901bae9a80c0e53ac1d804cbae3f05e26d8e))
|
||||||
|
|
||||||
|
### [0.7.22-beta.2](https://github.com/antares-sql/antares/compare/v0.7.22-beta.1...v0.7.22-beta.2) (2024-02-18)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **MySQL:** option to enable single connection mode ([d3f71e6](https://github.com/antares-sql/antares/commit/d3f71e65cef88838f03f95a4b34e197fb61878f8))
|
||||||
|
|
||||||
|
### [0.7.22-beta.1](https://github.com/antares-sql/antares/compare/v0.7.22-beta.0...v0.7.22-beta.1) (2024-02-12)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* update dutch translation + fix spelling mistake ([30ada13](https://github.com/antares-sql/antares/commit/30ada13663e88f89beb3dd7291010837059585d5))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* some issues related to previous commit ([259d051](https://github.com/antares-sql/antares/commit/259d051a21e334496d3a52b662f1855ba9a9046d))
|
||||||
|
* unable to edit tables containing SET fields, fixes [#755](https://github.com/antares-sql/antares/issues/755) ([d698f27](https://github.com/antares-sql/antares/commit/d698f2798a2423f86e6d786dd3ab80439b372a08))
|
||||||
|
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
* **MySQL:** improvements in connection handling ([876d5ea](https://github.com/antares-sql/antares/commit/876d5ea48185334e9e2fc981c4282a9c42d22b10))
|
||||||
|
|
||||||
### [0.7.22-beta.0](https://github.com/antares-sql/antares/compare/v0.7.21...v0.7.22-beta.0) (2024-02-04)
|
### [0.7.22-beta.0](https://github.com/antares-sql/antares/compare/v0.7.21...v0.7.22-beta.0) (2024-02-04)
|
||||||
|
|
||||||
|
|
||||||
|
@@ -101,7 +101,7 @@ On macOS you can run `.dmg` distribution following [this guide](https://support.
|
|||||||
|
|
||||||
- 🌍 [Translate Antares](https://github.com/Fabio286/antares/wiki/Translate-Antares)
|
- 🌍 [Translate Antares](https://github.com/Fabio286/antares/wiki/Translate-Antares)
|
||||||
- 📖 [Contributors Guide](https://github.com/Fabio286/antares/wiki/Contributors-Guide)
|
- 📖 [Contributors Guide](https://github.com/Fabio286/antares/wiki/Contributors-Guide)
|
||||||
- 🚧 [Project Board](https://github.com/antares-sql/antares/projects/1)
|
- 🚧 [Project Board](https://github.com/orgs/antares-sql/projects/3/views/2)
|
||||||
|
|
||||||
## Contributors ✨
|
## Contributors ✨
|
||||||
|
|
||||||
@@ -148,6 +148,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|||||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Lawondyss"><img src="https://avatars.githubusercontent.com/u/272130?v=4?s=100" width="100px;" alt="Ladislav Vondráček"/><br /><sub><b>Ladislav Vondráček</b></sub></a><br /><a href="#translation-Lawondyss" title="Translation">🌍</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Lawondyss"><img src="https://avatars.githubusercontent.com/u/272130?v=4?s=100" width="100px;" alt="Ladislav Vondráček"/><br /><sub><b>Ladislav Vondráček</b></sub></a><br /><a href="#translation-Lawondyss" title="Translation">🌍</a></td>
|
||||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zvlad"><img src="https://avatars.githubusercontent.com/u/9055134?v=4?s=100" width="100px;" alt="Vladyslav"/><br /><sub><b>Vladyslav</b></sub></a><br /><a href="#translation-zvlad" title="Translation">🌍</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zvlad"><img src="https://avatars.githubusercontent.com/u/9055134?v=4?s=100" width="100px;" alt="Vladyslav"/><br /><sub><b>Vladyslav</b></sub></a><br /><a href="#translation-zvlad" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bagusindrayana"><img src="https://avatars.githubusercontent.com/u/36830534?v=4?s=100" width="100px;" alt="Bagus Indrayana"/><br /><sub><b>Bagus Indrayana</b></sub></a><br /><a href="https://github.com/antares-sql/antares/commits?author=bagusindrayana" title="Code">💻</a></td>
|
||||||
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/penguinlab"><img src="https://avatars.githubusercontent.com/u/10959317?v=4?s=100" width="100px;" alt="Naoki Ishikawa"/><br /><sub><b>Naoki Ishikawa</b></sub></a><br /><a href="#translation-penguinlab" title="Translation">🌍</a></td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
33
commitlint.config.js
Normal file
33
commitlint.config.js
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
module.exports = {
|
||||||
|
extends: ['@commitlint/config-conventional'],
|
||||||
|
rules: {
|
||||||
|
// TODO Add Scope Enum Here
|
||||||
|
// 'scope-enum': [2, 'always', ['yourscope', 'yourscope']],
|
||||||
|
'type-enum': [
|
||||||
|
2,
|
||||||
|
'always',
|
||||||
|
[
|
||||||
|
'feat',
|
||||||
|
'fix',
|
||||||
|
'docs',
|
||||||
|
'chore',
|
||||||
|
'style',
|
||||||
|
'refactor',
|
||||||
|
'build',
|
||||||
|
'ci',
|
||||||
|
'test',
|
||||||
|
'revert',
|
||||||
|
'perf'
|
||||||
|
]
|
||||||
|
],
|
||||||
|
'subject-case': [
|
||||||
|
2,
|
||||||
|
'never',
|
||||||
|
[
|
||||||
|
'upper-case',
|
||||||
|
'pascal-case',
|
||||||
|
'start-case'
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
};
|
20138
package-lock.json
generated
20138
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
81
package.json
81
package.json
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "antares",
|
"name": "antares",
|
||||||
"productName": "Antares",
|
"productName": "Antares",
|
||||||
"version": "0.7.22-beta.0",
|
"version": "0.7.25-beta.1",
|
||||||
"description": "A modern, fast and productivity driven SQL client with a focus in UX.",
|
"description": "A modern, fast and productivity driven SQL client with a focus in UX.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/antares-sql/antares.git",
|
"repository": "https://github.com/antares-sql/antares.git",
|
||||||
@@ -25,7 +25,8 @@
|
|||||||
"lint": "eslint . --ext .js,.ts,.vue && stylelint \"./src/**/*.{css,scss,sass,vue}\"",
|
"lint": "eslint . --ext .js,.ts,.vue && stylelint \"./src/**/*.{css,scss,sass,vue}\"",
|
||||||
"lint:fix": "eslint . --ext .js,.ts,.vue --fix && stylelint \"./src/**/*.{css,scss,sass,vue}\" --fix",
|
"lint:fix": "eslint . --ext .js,.ts,.vue --fix && stylelint \"./src/**/*.{css,scss,sass,vue}\" --fix",
|
||||||
"contributors:add": "all-contributors add",
|
"contributors:add": "all-contributors add",
|
||||||
"contributors:generate": "all-contributors generate"
|
"contributors:generate": "all-contributors generate",
|
||||||
|
"prepare": "husky"
|
||||||
},
|
},
|
||||||
"author": "Fabio Di Stasio <info@fabiodistasio.it>",
|
"author": "Fabio Di Stasio <info@fabiodistasio.it>",
|
||||||
"main": "./dist/main.js",
|
"main": "./dist/main.js",
|
||||||
@@ -118,45 +119,70 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@electron/remote": "~2.0.1",
|
"@electron/remote": "~2.1.2",
|
||||||
"@fabio286/ssh2-promise": "~1.0.4-b",
|
"@fabio286/ssh2-promise": "~1.0.4-b",
|
||||||
"@faker-js/faker": "~6.1.2",
|
"@faker-js/faker": "~6.1.2",
|
||||||
"@jamescoyle/vue-icon": "~0.1.2",
|
"@jamescoyle/vue-icon": "~0.1.2",
|
||||||
"@mdi/js": "~7.2.96",
|
"@mdi/js": "~7.2.96",
|
||||||
"@turf/helpers": "~6.5.0",
|
"@turf/helpers": "~6.5.0",
|
||||||
|
"@vue/compiler-sfc": "~3.2.33",
|
||||||
"@vueuse/core": "~10.4.1",
|
"@vueuse/core": "~10.4.1",
|
||||||
"ace-builds": "~1.24.1",
|
"ace-builds": "~1.34.1",
|
||||||
"better-sqlite3": "^8.0.1",
|
"babel-loader": "~8.2.3",
|
||||||
|
"better-sqlite3": "~10.0.0",
|
||||||
|
"chalk": "~4.1.2",
|
||||||
|
"cpu-features": "^0.0.10",
|
||||||
|
"cross-env": "~7.0.2",
|
||||||
|
"css-loader": "~6.5.0",
|
||||||
"electron-log": "~5.0.1",
|
"electron-log": "~5.0.1",
|
||||||
"electron-store": "~8.1.0",
|
"electron-store": "~8.1.0",
|
||||||
"electron-updater": "~4.6.5",
|
"electron-updater": "~4.6.5",
|
||||||
"electron-window-state": "~5.0.3",
|
"electron-window-state": "~5.0.3",
|
||||||
"encoding": "~0.1.13",
|
"encoding": "~0.1.13",
|
||||||
|
"file-loader": "~6.2.0",
|
||||||
"floating-vue": "~2.0.0-beta.20",
|
"floating-vue": "~2.0.0-beta.20",
|
||||||
|
"html-webpack-plugin": "~5.5.0",
|
||||||
"json2php": "~0.0.7",
|
"json2php": "~0.0.7",
|
||||||
"leaflet": "~1.7.1",
|
"leaflet": "~1.7.1",
|
||||||
"marked": "~4.0.19",
|
"marked": "~12.0.0",
|
||||||
"moment": "~2.29.4",
|
"mini-css-extract-plugin": "~2.4.5",
|
||||||
"mysql2": "~3.5.2",
|
"moment": "~2.30.1",
|
||||||
"node-firebird": "~1.1.4",
|
"mysql2": "~3.9.7",
|
||||||
"pg": "~8.11.1",
|
"node-firebird": "~1.1.8",
|
||||||
|
"node-loader": "~2.0.0",
|
||||||
|
"pg": "~8.11.5",
|
||||||
"pg-connection-string": "~2.5.0",
|
"pg-connection-string": "~2.5.0",
|
||||||
"pg-query-stream": "~4.2.3",
|
"pg-query-stream": "~4.2.3",
|
||||||
"pgsql-ast-parser": "~7.2.1",
|
"pgsql-ast-parser": "~7.2.1",
|
||||||
"pinia": "~2.1.6",
|
"pinia": "~2.1.7",
|
||||||
|
"postcss-html": "~1.5.0",
|
||||||
|
"progress-webpack-plugin": "~1.0.12",
|
||||||
|
"rimraf": "~3.0.2",
|
||||||
|
"sass": "~1.42.1",
|
||||||
|
"sass-loader": "~12.3.0",
|
||||||
"source-map-support": "~0.5.20",
|
"source-map-support": "~0.5.20",
|
||||||
"spectre.css": "~0.5.9",
|
"spectre.css": "~0.5.9",
|
||||||
"sql-formatter": "~13.0.0",
|
"sql-formatter": "~13.0.0",
|
||||||
"sql-highlight": "~4.4.0",
|
"sql-highlight": "~4.4.0",
|
||||||
|
"style-loader": "~3.3.1",
|
||||||
|
"tree-kill": "~1.2.2",
|
||||||
|
"ts-loader": "~9.2.8",
|
||||||
|
"typescript": "~4.6.3",
|
||||||
|
"unzip-crx-3": "~0.2.0",
|
||||||
"v-mask": "~2.3.0",
|
"v-mask": "~2.3.0",
|
||||||
"vue": "~3.3.4",
|
"vue": "~3.4.27",
|
||||||
"vue-i18n": "~9.2.2",
|
"vue-i18n": "~9.13.1",
|
||||||
"vuedraggable": "~4.1.0"
|
"vue-loader": "~16.8.3",
|
||||||
|
"vuedraggable": "~4.1.0",
|
||||||
|
"webpack": "^5.91.0",
|
||||||
|
"webpack-cli": "~4.9.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/eslint-parser": "~7.15.7",
|
"@babel/eslint-parser": "~7.15.7",
|
||||||
"@babel/preset-env": "~7.15.8",
|
"@babel/preset-env": "~7.15.8",
|
||||||
"@babel/preset-typescript": "~7.16.7",
|
"@babel/preset-typescript": "~7.16.7",
|
||||||
|
"@commitlint/cli": "~19.0.3",
|
||||||
|
"@commitlint/config-conventional": "~19.0.3",
|
||||||
"@playwright/test": "~1.28.1",
|
"@playwright/test": "~1.28.1",
|
||||||
"@types/better-sqlite3": "~7.5.0",
|
"@types/better-sqlite3": "~7.5.0",
|
||||||
"@types/leaflet": "~1.7.9",
|
"@types/leaflet": "~1.7.9",
|
||||||
@@ -166,14 +192,9 @@
|
|||||||
"@types/ssh2": "~1.11.6",
|
"@types/ssh2": "~1.11.6",
|
||||||
"@typescript-eslint/eslint-plugin": "~5.18.0",
|
"@typescript-eslint/eslint-plugin": "~5.18.0",
|
||||||
"@typescript-eslint/parser": "~5.18.0",
|
"@typescript-eslint/parser": "~5.18.0",
|
||||||
"@vue/compiler-sfc": "~3.2.33",
|
|
||||||
"all-contributors-cli": "~6.20.0",
|
"all-contributors-cli": "~6.20.0",
|
||||||
"babel-loader": "~8.2.3",
|
"electron": "~30.0.8",
|
||||||
"chalk": "~4.1.2",
|
"electron-builder": "~24.13.3",
|
||||||
"cross-env": "~7.0.2",
|
|
||||||
"css-loader": "~6.5.0",
|
|
||||||
"electron": "~22.3.27",
|
|
||||||
"electron-builder": "~24.6.4",
|
|
||||||
"eslint": "~7.32.0",
|
"eslint": "~7.32.0",
|
||||||
"eslint-config-standard": "~16.0.3",
|
"eslint-config-standard": "~16.0.3",
|
||||||
"eslint-plugin-import": "~2.24.2",
|
"eslint-plugin-import": "~2.24.2",
|
||||||
@@ -181,32 +202,16 @@
|
|||||||
"eslint-plugin-promise": "~5.2.0",
|
"eslint-plugin-promise": "~5.2.0",
|
||||||
"eslint-plugin-simple-import-sort": "~10.0.0",
|
"eslint-plugin-simple-import-sort": "~10.0.0",
|
||||||
"eslint-plugin-vue": "~8.0.3",
|
"eslint-plugin-vue": "~8.0.3",
|
||||||
"file-loader": "~6.2.0",
|
"husky": "~9.0.11",
|
||||||
"html-webpack-plugin": "~5.5.0",
|
|
||||||
"mini-css-extract-plugin": "~2.4.5",
|
|
||||||
"node-loader": "~2.0.0",
|
|
||||||
"playwright": "~1.28.1",
|
"playwright": "~1.28.1",
|
||||||
"playwright-core": "~1.28.1",
|
"playwright-core": "~1.28.1",
|
||||||
"postcss-html": "~1.5.0",
|
|
||||||
"progress-webpack-plugin": "~1.0.12",
|
|
||||||
"rimraf": "~3.0.2",
|
|
||||||
"sass": "~1.42.1",
|
|
||||||
"sass-loader": "~12.3.0",
|
|
||||||
"standard-version": "~9.3.1",
|
"standard-version": "~9.3.1",
|
||||||
"style-loader": "~3.3.1",
|
|
||||||
"stylelint": "^15.11.0",
|
"stylelint": "^15.11.0",
|
||||||
"stylelint-config-recommended-vue": "~1.5.0",
|
"stylelint-config-recommended-vue": "~1.5.0",
|
||||||
"stylelint-config-standard": "~34.0.0",
|
"stylelint-config-standard": "~34.0.0",
|
||||||
"stylelint-scss": "~5.3.0",
|
"stylelint-scss": "~5.3.0",
|
||||||
"tree-kill": "~1.2.2",
|
|
||||||
"ts-loader": "~9.2.8",
|
|
||||||
"ts-node": "~10.9.1",
|
"ts-node": "~10.9.1",
|
||||||
"typescript": "~4.6.3",
|
|
||||||
"unzip-crx-3": "~0.2.0",
|
|
||||||
"vue-eslint-parser": "~8.3.0",
|
"vue-eslint-parser": "~8.3.0",
|
||||||
"vue-loader": "~16.8.3",
|
|
||||||
"webpack": "~5.72.0",
|
|
||||||
"webpack-cli": "~4.9.1",
|
|
||||||
"webpack-dev-server": "~4.11.1",
|
"webpack-dev-server": "~4.11.1",
|
||||||
"xvfb-maybe": "~0.2.1"
|
"xvfb-maybe": "~0.2.1"
|
||||||
}
|
}
|
||||||
|
@@ -19,6 +19,7 @@ export const defaults: Customizations = {
|
|||||||
sshConnection: false,
|
sshConnection: false,
|
||||||
fileConnection: false,
|
fileConnection: false,
|
||||||
cancelQueries: false,
|
cancelQueries: false,
|
||||||
|
singleConnectionMode: false,
|
||||||
// Tools
|
// Tools
|
||||||
processesList: false,
|
processesList: false,
|
||||||
usersManagement: false,
|
usersManagement: false,
|
||||||
|
@@ -29,6 +29,7 @@ export const customizations: Customizations = {
|
|||||||
sslConnection: true,
|
sslConnection: true,
|
||||||
sshConnection: true,
|
sshConnection: true,
|
||||||
cancelQueries: true,
|
cancelQueries: true,
|
||||||
|
singleConnectionMode: true,
|
||||||
// Tools
|
// Tools
|
||||||
processesList: true,
|
processesList: true,
|
||||||
// Structure
|
// Structure
|
||||||
|
@@ -52,6 +52,7 @@ export interface ConnectionParams {
|
|||||||
password: string;
|
password: string;
|
||||||
ask: boolean;
|
ask: boolean;
|
||||||
readonly: boolean;
|
readonly: boolean;
|
||||||
|
singleConnectionMode: boolean;
|
||||||
ssl: boolean;
|
ssl: boolean;
|
||||||
cert?: string;
|
cert?: string;
|
||||||
key?: string;
|
key?: string;
|
||||||
|
@@ -19,6 +19,7 @@ export interface Customizations {
|
|||||||
sshConnection?: boolean;
|
sshConnection?: boolean;
|
||||||
fileConnection?: boolean;
|
fileConnection?: boolean;
|
||||||
cancelQueries?: boolean;
|
cancelQueries?: boolean;
|
||||||
|
singleConnectionMode?: boolean;
|
||||||
// Tools
|
// Tools
|
||||||
processesList?: boolean;
|
processesList?: boolean;
|
||||||
usersManagement?: boolean;
|
usersManagement?: boolean;
|
||||||
|
@@ -6,6 +6,9 @@ export const shortcutEvents: Record<string, { l18n: string; l18nParam?: string |
|
|||||||
'kill-query': { l18n: 'database.killQuery', context: 'tab' },
|
'kill-query': { l18n: 'database.killQuery', context: 'tab' },
|
||||||
'query-history': { l18n: 'database.queryHistory', context: 'tab' },
|
'query-history': { l18n: 'database.queryHistory', context: 'tab' },
|
||||||
'clear-query': { l18n: 'database.clearQuery', context: 'tab' },
|
'clear-query': { l18n: 'database.clearQuery', context: 'tab' },
|
||||||
|
// 'save-file': { l18n: 'application.saveFile', context: 'tab' },
|
||||||
|
'open-file': { l18n: 'application.openFile', context: 'tab' },
|
||||||
|
'save-file-as': { l18n: 'application.saveFileAs', context: 'tab' },
|
||||||
'next-tab': { l18n: 'application.nextTab' },
|
'next-tab': { l18n: 'application.nextTab' },
|
||||||
'prev-tab': { l18n: 'application.previousTab' },
|
'prev-tab': { l18n: 'application.previousTab' },
|
||||||
'open-all-connections': { l18n: 'application.openAllConnections' },
|
'open-all-connections': { l18n: 'application.openAllConnections' },
|
||||||
@@ -16,7 +19,7 @@ export const shortcutEvents: Record<string, { l18n: string; l18nParam?: string |
|
|||||||
'save-content': { l18n: 'application.saveContent' },
|
'save-content': { l18n: 'application.saveContent' },
|
||||||
'create-connection': { l18n: 'connection.createNewConnection' },
|
'create-connection': { l18n: 'connection.createNewConnection' },
|
||||||
'open-settings': { l18n: 'application.openSettings' },
|
'open-settings': { l18n: 'application.openSettings' },
|
||||||
'open-scratchpad': { l18n: 'application.openScratchpad' }
|
'open-scratchpad': { l18n: 'application.openNotes' }
|
||||||
};
|
};
|
||||||
|
|
||||||
interface ShortcutRecord {
|
interface ShortcutRecord {
|
||||||
@@ -119,6 +122,21 @@ const shortcuts: ShortcutRecord[] = [
|
|||||||
event: 'toggle-console',
|
event: 'toggle-console',
|
||||||
keys: ['CommandOrControl+`'],
|
keys: ['CommandOrControl+`'],
|
||||||
os: ['darwin', 'linux', 'win32']
|
os: ['darwin', 'linux', 'win32']
|
||||||
|
},
|
||||||
|
// {
|
||||||
|
// event: 'save-file',
|
||||||
|
// keys: ['CommandOrControl+S'],
|
||||||
|
// os: ['darwin', 'linux', 'win32']
|
||||||
|
// },
|
||||||
|
{
|
||||||
|
event: 'open-file',
|
||||||
|
keys: ['CommandOrControl+O'],
|
||||||
|
os: ['darwin', 'linux', 'win32']
|
||||||
|
},
|
||||||
|
{
|
||||||
|
event: 'save-file-as',
|
||||||
|
keys: ['Shift+CommandOrControl+S'],
|
||||||
|
os: ['darwin', 'linux', 'win32']
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
import { app, dialog, ipcMain, safeStorage } from 'electron';
|
import { app, dialog, ipcMain, safeStorage } from 'electron';
|
||||||
import * as Store from 'electron-store';
|
import * as Store from 'electron-store';
|
||||||
|
import * as fs from 'fs';
|
||||||
|
|
||||||
import { validateSender } from '../libs/misc/validateSender';
|
import { validateSender } from '../libs/misc/validateSender';
|
||||||
import { ShortcutRegister } from '../libs/ShortcutRegister';
|
import { ShortcutRegister } from '../libs/ShortcutRegister';
|
||||||
@@ -52,6 +53,11 @@ export default () => {
|
|||||||
return dialog.showOpenDialog(options);
|
return dialog.showOpenDialog(options);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ipcMain.handle('show-save-dialog', (event, options) => {
|
||||||
|
if (!validateSender(event.senderFrame)) return { status: 'error', response: 'Unauthorized process' };
|
||||||
|
return dialog.showSaveDialog(options);
|
||||||
|
});
|
||||||
|
|
||||||
ipcMain.handle('get-download-dir-path', (event) => {
|
ipcMain.handle('get-download-dir-path', (event) => {
|
||||||
if (!validateSender(event.senderFrame)) return { status: 'error', response: 'Unauthorized process' };
|
if (!validateSender(event.senderFrame)) return { status: 'error', response: 'Unauthorized process' };
|
||||||
return app.getPath('downloads');
|
return app.getPath('downloads');
|
||||||
@@ -80,4 +86,26 @@ export default () => {
|
|||||||
const shortCutRegister = ShortcutRegister.getInstance();
|
const shortCutRegister = ShortcutRegister.getInstance();
|
||||||
shortCutRegister.unregister();
|
shortCutRegister.unregister();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ipcMain.handle('read-file', (event, filePath) => {
|
||||||
|
if (!validateSender(event.senderFrame)) return { status: 'error', response: 'Unauthorized process' };
|
||||||
|
try {
|
||||||
|
const content = fs.readFileSync(filePath, 'utf-8');
|
||||||
|
return content;
|
||||||
|
}
|
||||||
|
catch (error) {
|
||||||
|
return { status: 'error', response: error.toString() };
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
ipcMain.handle('write-file', (event, filePath, content) => {
|
||||||
|
if (!validateSender(event.senderFrame)) return { status: 'error', response: 'Unauthorized process' };
|
||||||
|
try {
|
||||||
|
fs.writeFileSync(filePath, content, 'utf-8');
|
||||||
|
return { status: 'success' };
|
||||||
|
}
|
||||||
|
catch (error) {
|
||||||
|
return { status: 'error', response: error.toString() };
|
||||||
|
}
|
||||||
|
});
|
||||||
};
|
};
|
||||||
|
@@ -146,7 +146,7 @@ export default (connections: Record<string, antares.Client>) => {
|
|||||||
uid: conn.uid,
|
uid: conn.uid,
|
||||||
client: conn.client,
|
client: conn.client,
|
||||||
params,
|
params,
|
||||||
poolSize: 5
|
poolSize: conn.singleConnectionMode ? 0 : 5
|
||||||
});
|
});
|
||||||
|
|
||||||
await connection.connect();
|
await connection.connect();
|
||||||
|
@@ -70,23 +70,21 @@ export class ShortcutRegister {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private setLocalShortcuts () {
|
private setLocalShortcuts () {
|
||||||
|
const isMenuVisible = process.platform === 'darwin';
|
||||||
|
const submenu = [];
|
||||||
for (const shortcut of this.shortcuts) {
|
for (const shortcut of this.shortcuts) {
|
||||||
if (shortcut.os.includes(process.platform)) {
|
if (shortcut.os.includes(process.platform)) {
|
||||||
for (const key of shortcut.keys) {
|
for (const key of shortcut.keys) {
|
||||||
try {
|
try {
|
||||||
this._menu.append(new MenuItem({
|
submenu.push({
|
||||||
label: '.',
|
label: String(shortcut.event),
|
||||||
visible: false,
|
|
||||||
submenu: [{
|
|
||||||
label: String(key),
|
|
||||||
accelerator: key,
|
accelerator: key,
|
||||||
visible: false,
|
visible: isMenuVisible,
|
||||||
click: () => {
|
click: () => {
|
||||||
this._mainWindow.webContents.send(shortcut.event);
|
this._mainWindow.webContents.send(shortcut.event);
|
||||||
if (isDevelopment) console.log('LOCAL EVENT:', shortcut);
|
if (isDevelopment) console.log('LOCAL EVENT:', shortcut);
|
||||||
}
|
}
|
||||||
}]
|
});
|
||||||
}));
|
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
if (isDevelopment) console.log(error);
|
if (isDevelopment) console.log(error);
|
||||||
@@ -96,6 +94,11 @@ export class ShortcutRegister {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
this._menu.append(new MenuItem({
|
||||||
|
label: 'Shortcut',
|
||||||
|
visible: isMenuVisible,
|
||||||
|
submenu
|
||||||
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
private setGlobalShortcuts () {
|
private setGlobalShortcuts () {
|
||||||
|
@@ -12,6 +12,7 @@ export class MySQLClient extends BaseClient {
|
|||||||
private _connectionsToCommit: Map<string, mysql.Connection | mysql.PoolConnection>;
|
private _connectionsToCommit: Map<string, mysql.Connection | mysql.PoolConnection>;
|
||||||
private _keepaliveTimer: NodeJS.Timer;
|
private _keepaliveTimer: NodeJS.Timer;
|
||||||
private _keepaliveMs: number;
|
private _keepaliveMs: number;
|
||||||
|
private sqlMode?: string[];
|
||||||
_connection?: mysql.Connection | mysql.Pool;
|
_connection?: mysql.Connection | mysql.Pool;
|
||||||
_params: mysql.ConnectionOptions & {schema: string; ssl?: mysql.SslOptions; ssh?: SSHConfig; readonly: boolean};
|
_params: mysql.ConnectionOptions & {schema: string; ssl?: mysql.SslOptions; ssh?: SSHConfig; readonly: boolean};
|
||||||
|
|
||||||
@@ -58,6 +59,10 @@ export class MySQLClient extends BaseClient {
|
|||||||
this._keepaliveMs = 10*60*1000;
|
this._keepaliveMs = 10*60*1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private get isPool () {
|
||||||
|
return 'getConnection' in this._connection;
|
||||||
|
}
|
||||||
|
|
||||||
private _getType (field: mysql.FieldPacket & { columnType?: number; columnLength?: number }) {
|
private _getType (field: mysql.FieldPacket & { columnType?: number; columnLength?: number }) {
|
||||||
let name = this.types[field.columnType];
|
let name = this.types[field.columnType];
|
||||||
let length = field.columnLength;
|
let length = field.columnLength;
|
||||||
@@ -181,9 +186,32 @@ export class MySQLClient extends BaseClient {
|
|||||||
|
|
||||||
async connect () {
|
async connect () {
|
||||||
if (!this._poolSize)
|
if (!this._poolSize)
|
||||||
this._connection = await this.getConnection();
|
this._connection = await this.getSingleConnection();
|
||||||
else
|
else
|
||||||
this._connection = await this.getConnectionPool();
|
this._connection = await this.getConnectionPool();
|
||||||
|
|
||||||
|
// ANSI_QUOTES check
|
||||||
|
const [response] = await this._connection.query<mysql.RowDataPacket[]>('SHOW GLOBAL VARIABLES LIKE \'%sql_mode%\'');
|
||||||
|
this.sqlMode = response[0]?.Value?.split(',');
|
||||||
|
const hasAnsiQuotes = this.sqlMode.includes('ANSI') || this.sqlMode.includes('ANSI_QUOTES');
|
||||||
|
|
||||||
|
if (hasAnsiQuotes)
|
||||||
|
await this._connection.query(`SET SESSION sql_mode = '${this.sqlMode.filter((m: string) => !['ANSI', 'ANSI_QUOTES'].includes(m)).join(',')}'`);
|
||||||
|
|
||||||
|
if (this._params.readonly)
|
||||||
|
await this._connection.query('SET SESSION TRANSACTION READ ONLY');
|
||||||
|
|
||||||
|
if (this._poolSize) {
|
||||||
|
const hasAnsiQuotes = this.sqlMode.includes('ANSI') || this.sqlMode.includes('ANSI_QUOTES');
|
||||||
|
|
||||||
|
this._connection.on('connection', conn => {
|
||||||
|
if (this._params.readonly)
|
||||||
|
conn.query('SET SESSION TRANSACTION READ ONLY');
|
||||||
|
|
||||||
|
if (hasAnsiQuotes)
|
||||||
|
conn.query(`SET SESSION sql_mode = '${this.sqlMode.filter((m: string) => !['ANSI', 'ANSI_QUOTES'].includes(m)).join(',')}'`);
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
destroy () {
|
destroy () {
|
||||||
@@ -196,7 +224,7 @@ export class MySQLClient extends BaseClient {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async getConnection () {
|
async getSingleConnection () {
|
||||||
const dbConfig = await this.getDbConfig();
|
const dbConfig = await this.getDbConfig();
|
||||||
const connection = await mysql.createConnection({
|
const connection = await mysql.createConnection({
|
||||||
...dbConfig,
|
...dbConfig,
|
||||||
@@ -208,17 +236,6 @@ export class MySQLClient extends BaseClient {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// ANSI_QUOTES check
|
|
||||||
const [response] = await connection.query<mysql.RowDataPacket[]>('SHOW GLOBAL VARIABLES LIKE \'%sql_mode%\'');
|
|
||||||
const sqlMode: string[] = response[0]?.Value?.split(',');
|
|
||||||
const hasAnsiQuotes = sqlMode.includes('ANSI') || sqlMode.includes('ANSI_QUOTES');
|
|
||||||
|
|
||||||
if (this._params.readonly)
|
|
||||||
await connection.query('SET SESSION TRANSACTION READ ONLY');
|
|
||||||
|
|
||||||
if (hasAnsiQuotes)
|
|
||||||
await connection.query(`SET SESSION sql_mode = '${sqlMode.filter((m: string) => !['ANSI', 'ANSI_QUOTES'].includes(m)).join(',')}'`);
|
|
||||||
|
|
||||||
return connection;
|
return connection;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -227,6 +244,7 @@ export class MySQLClient extends BaseClient {
|
|||||||
const connection = mysql.createPool({
|
const connection = mysql.createPool({
|
||||||
...dbConfig,
|
...dbConfig,
|
||||||
connectionLimit: this._poolSize,
|
connectionLimit: this._poolSize,
|
||||||
|
enableKeepAlive: true,
|
||||||
typeCast: (field, next) => {
|
typeCast: (field, next) => {
|
||||||
if (field.type === 'DATETIME')
|
if (field.type === 'DATETIME')
|
||||||
return field.string();
|
return field.string();
|
||||||
@@ -235,25 +253,6 @@ export class MySQLClient extends BaseClient {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// ANSI_QUOTES check
|
|
||||||
const [res] = await connection.query<mysql.RowDataPacket[]>('SHOW GLOBAL VARIABLES LIKE \'%sql_mode%\'');
|
|
||||||
const sqlMode: string[] = res[0]?.Value?.split(',');
|
|
||||||
const hasAnsiQuotes = sqlMode.includes('ANSI') || sqlMode.includes('ANSI_QUOTES');
|
|
||||||
|
|
||||||
if (hasAnsiQuotes)
|
|
||||||
await connection.query(`SET SESSION sql_mode = '${sqlMode.filter((m: string) => !['ANSI', 'ANSI_QUOTES'].includes(m)).join(',')}'`);
|
|
||||||
|
|
||||||
if (this._params.readonly)
|
|
||||||
await connection.query('SET SESSION TRANSACTION READ ONLY');
|
|
||||||
|
|
||||||
connection.on('connection', conn => {
|
|
||||||
if (this._params.readonly)
|
|
||||||
conn.query('SET SESSION TRANSACTION READ ONLY');
|
|
||||||
|
|
||||||
if (hasAnsiQuotes)
|
|
||||||
conn.query(`SET SESSION sql_mode = '${sqlMode.filter((m: string) => !['ANSI', 'ANSI_QUOTES'].includes(m)).join(',')}'`);
|
|
||||||
});
|
|
||||||
|
|
||||||
this._keepaliveTimer = setInterval(async () => {
|
this._keepaliveTimer = setInterval(async () => {
|
||||||
await this.keepAlive();
|
await this.keepAlive();
|
||||||
}, this._keepaliveMs);
|
}, this._keepaliveMs);
|
||||||
@@ -261,6 +260,43 @@ export class MySQLClient extends BaseClient {
|
|||||||
return connection;
|
return connection;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async getConnection (args?: antares.QueryParams, retry?: boolean): Promise<mysql.Pool | mysql.PoolConnection | mysql.Connection> {
|
||||||
|
let connection;
|
||||||
|
|
||||||
|
try {
|
||||||
|
if (args && !args.autocommit && args.tabUid) { // autocommit OFF
|
||||||
|
if (this._connectionsToCommit.has(args.tabUid))
|
||||||
|
connection = this._connectionsToCommit.get(args.tabUid);
|
||||||
|
else {
|
||||||
|
connection = await this.getSingleConnection();
|
||||||
|
await connection.query('SET SESSION autocommit=0');
|
||||||
|
this._connectionsToCommit.set(args.tabUid, connection);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else// autocommit ON
|
||||||
|
connection = this.isPool ? await (this._connection as mysql.Pool).getConnection() : this._connection;
|
||||||
|
|
||||||
|
if (args && args.tabUid && this.isPool) {
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
|
this._runningConnections.set(args.tabUid, (connection as any).connection.connectionId);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (args && args.schema)
|
||||||
|
await connection.query(`USE \`${args.schema}\``);
|
||||||
|
|
||||||
|
return connection;
|
||||||
|
}
|
||||||
|
catch (error) {
|
||||||
|
if (error.code === 'ECONNRESET' && !retry) {
|
||||||
|
this.destroy();
|
||||||
|
await this.connect();
|
||||||
|
return this.getConnection(args, true);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
throw new Error(error.message);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private async keepAlive () {
|
private async keepAlive () {
|
||||||
try {
|
try {
|
||||||
const connection = await (this._connection as mysql.Pool).getConnection();
|
const connection = await (this._connection as mysql.Pool).getConnection();
|
||||||
@@ -591,7 +627,7 @@ export class MySQLClient extends BaseClient {
|
|||||||
return rows.map((field) => {
|
return rows.map((field) => {
|
||||||
const numLengthMatch = field.COLUMN_TYPE.match(/int\(([^)]+)\)/);
|
const numLengthMatch = field.COLUMN_TYPE.match(/int\(([^)]+)\)/);
|
||||||
const numLength = numLengthMatch ? +numLengthMatch.pop() : field.NUMERIC_PRECISION || null;
|
const numLength = numLengthMatch ? +numLengthMatch.pop() : field.NUMERIC_PRECISION || null;
|
||||||
const enumValues = /(enum)/.test(field.COLUMN_TYPE)
|
const enumValues = /(enum|set)/.test(field.COLUMN_TYPE)
|
||||||
? field.COLUMN_TYPE.match(/\(([^)]+)\)/)[0].slice(1, -1)
|
? field.COLUMN_TYPE.match(/\(([^)]+)\)/)[0].slice(1, -1)
|
||||||
: null;
|
: null;
|
||||||
|
|
||||||
@@ -1648,28 +1684,7 @@ export class MySQLClient extends BaseClient {
|
|||||||
.map(q => q.trim())
|
.map(q => q.trim())
|
||||||
: [sql];
|
: [sql];
|
||||||
|
|
||||||
let connection: mysql.Connection | mysql.Pool | mysql.PoolConnection;
|
const connection = await this.getConnection(args);
|
||||||
const isPool = 'getConnection' in this._connection;
|
|
||||||
|
|
||||||
if (!args.autocommit && args.tabUid) { // autocommit OFF
|
|
||||||
if (this._connectionsToCommit.has(args.tabUid))
|
|
||||||
connection = this._connectionsToCommit.get(args.tabUid);
|
|
||||||
else {
|
|
||||||
connection = await this.getConnection();
|
|
||||||
await connection.query('SET SESSION autocommit=0');
|
|
||||||
this._connectionsToCommit.set(args.tabUid, connection);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else// autocommit ON
|
|
||||||
connection = isPool ? await (this._connection as mysql.Pool).getConnection() : this._connection;
|
|
||||||
|
|
||||||
if (args.tabUid && isPool) {
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
||||||
this._runningConnections.set(args.tabUid, (connection as any).connection.connectionId);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (args.schema)
|
|
||||||
await connection.query(`USE \`${args.schema}\``);
|
|
||||||
|
|
||||||
for (const query of queries) {
|
for (const query of queries) {
|
||||||
if (!query) continue;
|
if (!query) continue;
|
||||||
@@ -1729,7 +1744,7 @@ export class MySQLClient extends BaseClient {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
if (isPool && args.autocommit) {
|
if (this.isPool && args.autocommit) {
|
||||||
(connection as mysql.PoolConnection).release();
|
(connection as mysql.PoolConnection).release();
|
||||||
this._runningConnections.delete(args.tabUid);
|
this._runningConnections.delete(args.tabUid);
|
||||||
}
|
}
|
||||||
@@ -1741,7 +1756,7 @@ export class MySQLClient extends BaseClient {
|
|||||||
keysArr = keysArr ? [...keysArr, ...response] : response;
|
keysArr = keysArr ? [...keysArr, ...response] : response;
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
if (isPool && args.autocommit) {
|
if (this.isPool && args.autocommit) {
|
||||||
(connection as mysql.PoolConnection).release();
|
(connection as mysql.PoolConnection).release();
|
||||||
this._runningConnections.delete(args.tabUid);
|
this._runningConnections.delete(args.tabUid);
|
||||||
}
|
}
|
||||||
@@ -1759,7 +1774,7 @@ export class MySQLClient extends BaseClient {
|
|||||||
keys: keysArr
|
keys: keysArr
|
||||||
});
|
});
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
if (isPool && args.autocommit) {
|
if (this.isPool && args.autocommit) {
|
||||||
(connection as mysql.PoolConnection).release();
|
(connection as mysql.PoolConnection).release();
|
||||||
this._runningConnections.delete(args.tabUid);
|
this._runningConnections.delete(args.tabUid);
|
||||||
}
|
}
|
||||||
@@ -1776,7 +1791,7 @@ export class MySQLClient extends BaseClient {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isPool && args.autocommit) {
|
if (this.isPool && args.autocommit) {
|
||||||
(connection as mysql.PoolConnection).release();
|
(connection as mysql.PoolConnection).release();
|
||||||
this._runningConnections.delete(args.tabUid);
|
this._runningConnections.delete(args.tabUid);
|
||||||
}
|
}
|
||||||
|
@@ -210,6 +210,10 @@ export class PostgreSQLClient extends BaseClient {
|
|||||||
if (this._params.readonly)
|
if (this._params.readonly)
|
||||||
await connection.query('SET SESSION CHARACTERISTICS AS TRANSACTION READ ONLY');
|
await connection.query('SET SESSION CHARACTERISTICS AS TRANSACTION READ ONLY');
|
||||||
|
|
||||||
|
connection.on('error', err => { // Intercepts errors and converts to rejections
|
||||||
|
Promise.reject(err);
|
||||||
|
});
|
||||||
|
|
||||||
return connection;
|
return connection;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -127,8 +127,8 @@ app.on('ready', async () => {
|
|||||||
if (isWindows)
|
if (isWindows)
|
||||||
mainWindow.show();
|
mainWindow.show();
|
||||||
|
|
||||||
// if (isDevelopment)
|
if (isDevelopment && !isWindows)// Because on Windows you can open devtools from title-bar
|
||||||
// mainWindow.webContents.openDevTools();
|
mainWindow.webContents.openDevTools();
|
||||||
|
|
||||||
process.on('uncaughtException', error => {
|
process.on('uncaughtException', error => {
|
||||||
mainWindow.webContents.send('unhandled-exception', error);
|
mainWindow.webContents.send('unhandled-exception', error);
|
||||||
|
@@ -99,7 +99,7 @@ onMounted(() => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: $primary-color;
|
background: var(--primary-color);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
box-shadow: 0 0 5px 1px darken($body-font-color-dark, 40%);
|
box-shadow: 0 0 5px 1px darken($body-font-color-dark, 40%);
|
||||||
}
|
}
|
||||||
|
@@ -360,7 +360,7 @@ onBeforeUnmount(() => {
|
|||||||
outline: none;
|
outline: none;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
box-shadow: 0 0 3px 0.1rem rgba($primary-color, 80%);
|
box-shadow: 0 0 3px 0.1rem rgba(var(--primary-color), 80%);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@@ -204,7 +204,7 @@ onBeforeUnmount(() => {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&.selected {
|
&.selected {
|
||||||
outline: 2px solid $primary-color;
|
outline: 2px solid var(--primary-color);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -115,7 +115,7 @@
|
|||||||
<BaseIcon icon-name="mdiHistory" :size="48" />
|
<BaseIcon icon-name="mdiHistory" :size="48" />
|
||||||
</div>
|
</div>
|
||||||
<p class="empty-title h5">
|
<p class="empty-title h5">
|
||||||
{{ t('database.thereIsNoQueriesYet') }}
|
{{ t('database.thereAreNoQueriesYet') }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -287,7 +287,7 @@ onBeforeUnmount(() => {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
// color: $primary-color;
|
// color: var(--primary-color);
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
@@ -703,7 +703,7 @@ onBeforeUnmount(() => {
|
|||||||
|
|
||||||
&.selected {
|
&.selected {
|
||||||
img {
|
img {
|
||||||
box-shadow: 0 0 0 3px $primary-color;
|
box-shadow: 0 0 0 3px var(--primary-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -731,7 +731,7 @@ onBeforeUnmount(() => {
|
|||||||
|
|
||||||
.badge-update::after {
|
.badge-update::after {
|
||||||
bottom: initial;
|
bottom: initial;
|
||||||
background: $primary-color;
|
background: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-label {
|
.form-label {
|
||||||
|
@@ -409,7 +409,7 @@ defineExpose({ editor });
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 3px;
|
left: 3px;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
color: $primary-color;
|
color: var(--primary-color);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font: normal normal normal 24px/1 "Material Design Icons", sans-serif;
|
font: normal normal normal 24px/1 "Material Design Icons", sans-serif;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
<div class="tile-icon">
|
<div class="tile-icon">
|
||||||
<BaseIcon
|
<BaseIcon
|
||||||
:icon-name="note.type === 'query'
|
:icon-name="note.type === 'query'
|
||||||
? 'mdiStarOutline'
|
? 'mdiHeartOutline'
|
||||||
: note.type === 'todo'
|
: note.type === 'todo'
|
||||||
? note.isArchived
|
? note.isArchived
|
||||||
? 'mdiCheckboxMarkedOutline'
|
? 'mdiCheckboxMarkedOutline'
|
||||||
|
@@ -15,6 +15,56 @@
|
|||||||
:size="18"
|
:size="18"
|
||||||
/> {{ t('connection.disconnect') }}</span>
|
/> {{ t('connection.disconnect') }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div v-if="!contextConnection.isFolder" class="context-element">
|
||||||
|
<span class="d-flex">
|
||||||
|
<BaseIcon
|
||||||
|
class="text-light mt-1 mr-1"
|
||||||
|
icon-name="mdiFolderMove"
|
||||||
|
:size="18"
|
||||||
|
/> {{ t('general.moveTo') }}</span>
|
||||||
|
<BaseIcon
|
||||||
|
class="text-light ml-1"
|
||||||
|
icon-name="mdiChevronRight"
|
||||||
|
:size="18"
|
||||||
|
/>
|
||||||
|
<div class="context-submenu">
|
||||||
|
<div class="context-element" @click.stop="moveToFolder(null)">
|
||||||
|
<span class="d-flex">
|
||||||
|
<BaseIcon
|
||||||
|
class="text-light mt-1 mr-1"
|
||||||
|
icon-name="mdiFolderPlus"
|
||||||
|
:size="18"
|
||||||
|
/> {{ t('application.newFolder') }}</span>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
v-for="folder in filteredFolders"
|
||||||
|
:key="folder.uid"
|
||||||
|
class="context-element"
|
||||||
|
@click.stop="moveToFolder(folder.uid)"
|
||||||
|
>
|
||||||
|
<span class="d-flex">
|
||||||
|
<BaseIcon
|
||||||
|
class="text-light mt-1 mr-1"
|
||||||
|
icon-name="mdiFolder"
|
||||||
|
:size="18"
|
||||||
|
:style="`color: ${folder.color}!important`"
|
||||||
|
/> {{ folder.name || t('general.folder') }}</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div
|
||||||
|
v-if="isInFolder"
|
||||||
|
class="context-element"
|
||||||
|
@click="outOfFolder"
|
||||||
|
>
|
||||||
|
<span class="d-flex">
|
||||||
|
<BaseIcon
|
||||||
|
class="text-light mt-1 mr-1"
|
||||||
|
icon-name="mdiFolderOff"
|
||||||
|
:size="18"
|
||||||
|
/> {{ t('application.outOfFolder') }}</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div class="context-element" @click.stop="showAppearanceModal">
|
<div class="context-element" @click.stop="showAppearanceModal">
|
||||||
<span class="d-flex">
|
<span class="d-flex">
|
||||||
<BaseIcon
|
<BaseIcon
|
||||||
@@ -79,6 +129,7 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { uidGen } from 'common/libs/uidGen';
|
import { uidGen } from 'common/libs/uidGen';
|
||||||
|
import { storeToRefs } from 'pinia';
|
||||||
import { computed, Prop, ref } from 'vue';
|
import { computed, Prop, ref } from 'vue';
|
||||||
import { useI18n } from 'vue-i18n';
|
import { useI18n } from 'vue-i18n';
|
||||||
|
|
||||||
@@ -98,9 +149,14 @@ const {
|
|||||||
getConnectionByUid,
|
getConnectionByUid,
|
||||||
getConnectionName,
|
getConnectionName,
|
||||||
addConnection,
|
addConnection,
|
||||||
deleteConnection
|
deleteConnection,
|
||||||
|
addFolder,
|
||||||
|
addToFolder,
|
||||||
|
removeFromFolders
|
||||||
} = connectionsStore;
|
} = connectionsStore;
|
||||||
|
|
||||||
|
const { getFolders: folders } = storeToRefs(connectionsStore);
|
||||||
|
|
||||||
const workspacesStore = useWorkspacesStore();
|
const workspacesStore = useWorkspacesStore();
|
||||||
|
|
||||||
const {
|
const {
|
||||||
@@ -121,6 +177,8 @@ const isConnectionEdit = ref(false);
|
|||||||
|
|
||||||
const connectionName = computed(() => props.contextConnection.name || getConnectionName(props.contextConnection.uid) || t('general.folder', 1));
|
const connectionName = computed(() => props.contextConnection.name || getConnectionName(props.contextConnection.uid) || t('general.folder', 1));
|
||||||
const isConnected = computed(() => getWorkspace(props.contextConnection.uid)?.connectionStatus === 'connected');
|
const isConnected = computed(() => getWorkspace(props.contextConnection.uid)?.connectionStatus === 'connected');
|
||||||
|
const filteredFolders = computed(() => folders.value.filter(f => !f.connections.includes(props.contextConnection.uid)));
|
||||||
|
const isInFolder = computed(() => folders.value.some(f => f.connections.includes(props.contextConnection.uid)));
|
||||||
|
|
||||||
const confirmDeleteConnection = () => {
|
const confirmDeleteConnection = () => {
|
||||||
if (isConnected.value)
|
if (isConnected.value)
|
||||||
@@ -129,6 +187,27 @@ const confirmDeleteConnection = () => {
|
|||||||
closeContext();
|
closeContext();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const moveToFolder = (folderUid?: string) => {
|
||||||
|
if (!folderUid) {
|
||||||
|
addFolder({
|
||||||
|
connections: [props.contextConnection.uid]
|
||||||
|
});
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
addToFolder({
|
||||||
|
folder: folderUid,
|
||||||
|
connection: props.contextConnection.uid
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
closeContext();
|
||||||
|
};
|
||||||
|
|
||||||
|
const outOfFolder = () => {
|
||||||
|
removeFromFolders(props.contextConnection.uid);
|
||||||
|
closeContext();
|
||||||
|
};
|
||||||
|
|
||||||
const duplicateConnection = () => {
|
const duplicateConnection = () => {
|
||||||
let connectionCopy = getConnectionByUid(props.contextConnection.uid);
|
let connectionCopy = getConnectionByUid(props.contextConnection.uid);
|
||||||
connectionCopy = {
|
connectionCopy = {
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
id="footer"
|
id="footer"
|
||||||
:class="[lightColors.includes(footerColor) ? 'text-dark' : 'text-light']"
|
:class="[lightColors.includes(accentColor) ? 'text-dark' : 'text-light']"
|
||||||
:style="`background-color: ${footerColor};`"
|
:style="`background-color: ${accentColor};`"
|
||||||
>
|
>
|
||||||
<div class="footer-left-elements">
|
<div class="footer-left-elements">
|
||||||
<ul class="footer-elements">
|
<ul class="footer-elements">
|
||||||
@@ -85,10 +85,11 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { shell } from 'electron';
|
import { shell } from 'electron';
|
||||||
import { storeToRefs } from 'pinia';
|
import { storeToRefs } from 'pinia';
|
||||||
import { computed, ComputedRef } from 'vue';
|
import { computed, ComputedRef, watch } from 'vue';
|
||||||
import { useI18n } from 'vue-i18n';
|
import { useI18n } from 'vue-i18n';
|
||||||
|
|
||||||
import BaseIcon from '@/components/BaseIcon.vue';
|
import BaseIcon from '@/components/BaseIcon.vue';
|
||||||
|
import { hexToRGBA } from '@/libs/hexToRgba';
|
||||||
import { useApplicationStore } from '@/stores/application';
|
import { useApplicationStore } from '@/stores/application';
|
||||||
import { useConnectionsStore } from '@/stores/connections';
|
import { useConnectionsStore } from '@/stores/connections';
|
||||||
import { useConsoleStore } from '@/stores/console';
|
import { useConsoleStore } from '@/stores/console';
|
||||||
@@ -117,7 +118,11 @@ const { getWorkspace } = workspacesStore;
|
|||||||
const { getConnectionFolder, getConnectionByUid } = connectionsStore;
|
const { getConnectionFolder, getConnectionByUid } = connectionsStore;
|
||||||
|
|
||||||
const workspace = computed(() => getWorkspace(workspaceUid.value));
|
const workspace = computed(() => getWorkspace(workspaceUid.value));
|
||||||
const footerColor = computed(() => getConnectionFolder(workspaceUid.value)?.color || '#E36929');
|
const accentColor = computed(() => {
|
||||||
|
if (getConnectionFolder(workspaceUid.value)?.color)
|
||||||
|
return getConnectionFolder(workspaceUid.value).color;
|
||||||
|
return '#E36929';
|
||||||
|
});
|
||||||
const connectionInfos = computed(() => getConnectionByUid(workspaceUid.value));
|
const connectionInfos = computed(() => getConnectionByUid(workspaceUid.value));
|
||||||
const version: ComputedRef<DatabaseInfos> = computed(() => {
|
const version: ComputedRef<DatabaseInfos> = computed(() => {
|
||||||
return getWorkspace(workspaceUid.value) ? workspace.value.version : null;
|
return getWorkspace(workspaceUid.value) ? workspace.value.version : null;
|
||||||
@@ -129,7 +134,17 @@ const versionString = computed(() => {
|
|||||||
return '';
|
return '';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
watch(accentColor, () => {
|
||||||
|
changeAccentColor();
|
||||||
|
});
|
||||||
|
|
||||||
const openOutside = (link: string) => shell.openExternal(link);
|
const openOutside = (link: string) => shell.openExternal(link);
|
||||||
|
const changeAccentColor = () => {
|
||||||
|
document.querySelector<HTMLBodyElement>(':root').style.setProperty('--primary-color', accentColor.value);
|
||||||
|
document.querySelector<HTMLBodyElement>(':root').style.setProperty('--primary-color-shadow', hexToRGBA(accentColor.value, 0.2));
|
||||||
|
};
|
||||||
|
|
||||||
|
changeAccentColor();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
@@ -186,7 +186,7 @@ if (!connectionsArr.value.length)
|
|||||||
.settingbar-top-elements {
|
.settingbar-top-elements {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: overlay;
|
overflow-y: overlay;
|
||||||
// max-height: calc((100vh - 3.5rem) - #{$excluding-size});
|
width: 100%;
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 3px;
|
width: 3px;
|
||||||
@@ -233,6 +233,7 @@ if (!connectionsArr.value.length)
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
border: none;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
@@ -42,11 +42,11 @@
|
|||||||
>
|
>
|
||||||
<BaseIcon
|
<BaseIcon
|
||||||
class="mt-1 mr-1"
|
class="mt-1 mr-1"
|
||||||
icon-name="mdiCodeTags"
|
:icon-name="element.filePath ? 'mdiFileCodeOutline' : 'mdiCodeTags'"
|
||||||
:size="18"
|
:size="18"
|
||||||
/>
|
/>
|
||||||
<span>
|
<span>
|
||||||
<span>{{ cutText(element.content || 'Query', 20, true) }} #{{ element.index }}</span>
|
<span>{{ cutText(element.elementName || element.content || 'Query', 20, true) }} #{{ element.index }}</span>
|
||||||
<span
|
<span
|
||||||
class="btn btn-clear"
|
class="btn btn-clear"
|
||||||
:title="t('general.close')"
|
:title="t('general.close')"
|
||||||
|
@@ -163,22 +163,30 @@
|
|||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="clientCustomizations.readOnlyMode" class="form-group columns">
|
<div v-if="clientCustomizations.readOnlyMode" class="form-group columns mb-0">
|
||||||
<div class="column col-5 col-sm-12" />
|
<div class="column col-5 col-sm-12" />
|
||||||
<div class="column col-7 col-sm-12">
|
<div class="column col-7 col-sm-12">
|
||||||
<label class="form-checkbox form-inline">
|
<label class="form-checkbox form-inline my-0">
|
||||||
<input v-model="connection.readonly" type="checkbox"><i class="form-icon" /> {{ t('connection.readOnlyMode') }}
|
<input v-model="connection.readonly" type="checkbox"><i class="form-icon" /> {{ t('connection.readOnlyMode') }}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="!clientCustomizations.fileConnection" class="form-group columns">
|
<div v-if="!clientCustomizations.fileConnection" class="form-group columns mb-0">
|
||||||
<div class="column col-5 col-sm-12" />
|
<div class="column col-5 col-sm-12" />
|
||||||
<div class="column col-7 col-sm-12">
|
<div class="column col-7 col-sm-12">
|
||||||
<label class="form-checkbox form-inline">
|
<label class="form-checkbox form-inline my-0">
|
||||||
<input v-model="connection.ask" type="checkbox"><i class="form-icon" /> {{ t('connection.askCredentials') }}
|
<input v-model="connection.ask" type="checkbox"><i class="form-icon" /> {{ t('connection.askCredentials') }}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div v-if="clientCustomizations.singleConnectionMode" class="form-group columns mb-0">
|
||||||
|
<div class="column col-5 col-sm-12" />
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<label class="form-checkbox form-inline my-0">
|
||||||
|
<input v-model="connection.singleConnectionMode" type="checkbox"><i class="form-icon" /> {{ t('connection.singleConnection') }}
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -165,22 +165,30 @@
|
|||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="clientCustomizations.readOnlyMode" class="form-group columns">
|
<div v-if="clientCustomizations.readOnlyMode" class="form-group columns mb-0">
|
||||||
<div class="column col-5 col-sm-12" />
|
<div class="column col-5 col-sm-12" />
|
||||||
<div class="column col-7 col-sm-12">
|
<div class="column col-7 col-sm-12">
|
||||||
<label class="form-checkbox form-inline">
|
<label class="form-checkbox form-inline my-0">
|
||||||
<input v-model="localConnection.readonly" type="checkbox"><i class="form-icon" /> {{ t('connection.readOnlyMode') }}
|
<input v-model="localConnection.readonly" type="checkbox"><i class="form-icon" /> {{ t('connection.readOnlyMode') }}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="!clientCustomizations.fileConnection" class="form-group columns">
|
<div v-if="!clientCustomizations.fileConnection" class="form-group columns mb-0">
|
||||||
<div class="column col-5 col-sm-12" />
|
<div class="column col-5 col-sm-12" />
|
||||||
<div class="column col-7 col-sm-12">
|
<div class="column col-7 col-sm-12">
|
||||||
<label class="form-checkbox form-inline">
|
<label class="form-checkbox form-inline my-0">
|
||||||
<input v-model="localConnection.ask" type="checkbox"><i class="form-icon" /> {{ t('connection.askCredentials') }}
|
<input v-model="localConnection.ask" type="checkbox"><i class="form-icon" /> {{ t('connection.askCredentials') }}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div v-if="clientCustomizations.singleConnectionMode" class="form-group columns mb-0">
|
||||||
|
<div class="column col-5 col-sm-12" />
|
||||||
|
<div class="column col-7 col-sm-12">
|
||||||
|
<label class="form-checkbox form-inline my-0">
|
||||||
|
<input v-model="localConnection.singleConnectionMode" type="checkbox"><i class="form-icon" /> {{ t('connection.singleConnection') }}
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -19,6 +19,8 @@
|
|||||||
v-model="selectedDatabase"
|
v-model="selectedDatabase"
|
||||||
:options="databases"
|
:options="databases"
|
||||||
class="form-select select-sm text-bold my-0"
|
class="form-select select-sm text-bold my-0"
|
||||||
|
@keypress.stop=""
|
||||||
|
@keydown.stop=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<span v-else class="workspace-explorebar-title">{{ connectionName }}</span>
|
<span v-else class="workspace-explorebar-title">{{ connectionName }}</span>
|
||||||
@@ -501,7 +503,7 @@ const toggleSearchMethod = () => {
|
|||||||
transition: background 0.2s;
|
transition: background 0.2s;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: rgba($primary-color, 50%);
|
background: var(--primary-color-dark);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -513,7 +513,13 @@ const selectMisc = ({ schema, misc, type }: { schema: string; misc: { name: stri
|
|||||||
};
|
};
|
||||||
|
|
||||||
const openDataTab = ({ schema, table }: { schema: string; table: TableInfos }) => {
|
const openDataTab = ({ schema, table }: { schema: string; table: TableInfos }) => {
|
||||||
newTab({ uid: props.connection.uid, elementName: table.name, schema: props.database.name, type: 'data', elementType: table.type });
|
newTab({
|
||||||
|
uid: props.connection.uid,
|
||||||
|
elementName: table.name,
|
||||||
|
schema: props.database.name,
|
||||||
|
type: 'data',
|
||||||
|
elementType: table.type
|
||||||
|
});
|
||||||
setBreadcrumbs({ schema, [table.type]: table.name });
|
setBreadcrumbs({ schema, [table.type]: table.name });
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -145,7 +145,7 @@ onMounted(() => {
|
|||||||
transition: background 0.2s;
|
transition: background 0.2s;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: rgba($primary-color, 50%);
|
background: var(--primary-color-dark);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -101,7 +101,13 @@ const props = defineProps({
|
|||||||
selectedField: Object
|
selectedField: Object
|
||||||
});
|
});
|
||||||
|
|
||||||
const emit = defineEmits(['close-context', 'duplicate-selected', 'delete-selected', 'add-new-index', 'add-to-index']);
|
const emit = defineEmits([
|
||||||
|
'close-context',
|
||||||
|
'duplicate-selected',
|
||||||
|
'delete-selected',
|
||||||
|
'add-new-index',
|
||||||
|
'add-to-index'
|
||||||
|
]);
|
||||||
|
|
||||||
const hasPrimary = computed(() => props.indexes.some(index => index.type === 'PRIMARY'));
|
const hasPrimary = computed(() => props.indexes.some(index => index.type === 'PRIMARY'));
|
||||||
|
|
||||||
|
@@ -150,7 +150,13 @@ const props = defineProps({
|
|||||||
mode: String
|
mode: String
|
||||||
});
|
});
|
||||||
|
|
||||||
const emit = defineEmits(['add-new-index', 'add-to-index', 'rename-field', 'duplicate-field', 'remove-field']);
|
const emit = defineEmits([
|
||||||
|
'add-new-index',
|
||||||
|
'add-to-index',
|
||||||
|
'rename-field',
|
||||||
|
'duplicate-field',
|
||||||
|
'remove-field'
|
||||||
|
]);
|
||||||
|
|
||||||
const workspacesStore = useWorkspacesStore();
|
const workspacesStore = useWorkspacesStore();
|
||||||
const consoleStore = useConsoleStore();
|
const consoleStore = useConsoleStore();
|
||||||
|
@@ -19,7 +19,10 @@
|
|||||||
<div ref="resizer" class="query-area-resizer" />
|
<div ref="resizer" class="query-area-resizer" />
|
||||||
<div ref="queryAreaFooter" class="workspace-query-runner-footer">
|
<div ref="queryAreaFooter" class="workspace-query-runner-footer">
|
||||||
<div class="workspace-query-buttons">
|
<div class="workspace-query-buttons">
|
||||||
<div @mouseenter="setCancelButtonVisibility(true)" @mouseleave="setCancelButtonVisibility(false)">
|
<div
|
||||||
|
@mouseenter="setCancelButtonVisibility(true)"
|
||||||
|
@mouseleave="setCancelButtonVisibility(false)"
|
||||||
|
>
|
||||||
<button
|
<button
|
||||||
v-if="showCancel && isQuering"
|
v-if="showCancel && isQuering"
|
||||||
class="btn btn-primary btn-sm cancellable"
|
class="btn btn-primary btn-sm cancellable"
|
||||||
@@ -94,6 +97,48 @@
|
|||||||
>
|
>
|
||||||
<BaseIcon icon-name="mdiBrush" :size="24" />
|
<BaseIcon icon-name="mdiBrush" :size="24" />
|
||||||
</button>
|
</button>
|
||||||
|
<div class="btn-group">
|
||||||
|
<button
|
||||||
|
class="btn btn-dark btn-sm mr-0"
|
||||||
|
:disabled="!filePath || lastSavedQuery === query"
|
||||||
|
:title="t('application.saveFile')"
|
||||||
|
@click="saveFile()"
|
||||||
|
>
|
||||||
|
<BaseIcon icon-name="mdiContentSaveCheckOutline" :size="24" />
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
class="btn btn-dark btn-sm mr-0"
|
||||||
|
:title="t('application.saveFileAs')"
|
||||||
|
@click="saveFileAs()"
|
||||||
|
>
|
||||||
|
<BaseIcon icon-name="mdiContentSavePlusOutline" :size="24" />
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
class="btn btn-dark btn-sm"
|
||||||
|
:title="t('application.openFile')"
|
||||||
|
@click="openFile()"
|
||||||
|
>
|
||||||
|
<BaseIcon icon-name="mdiFolderOpenOutline" :size="24" />
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<div class="btn-group">
|
||||||
|
<button
|
||||||
|
class="btn btn-dark btn-sm mr-0"
|
||||||
|
:disabled="isQuering || (isQuerySaved || query.length < 5)"
|
||||||
|
:title="t('application.saveAsNote')"
|
||||||
|
@click="saveQuery()"
|
||||||
|
>
|
||||||
|
<BaseIcon icon-name="mdiHeartPlusOutline" :size="24" />
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
class="btn btn-dark btn-sm"
|
||||||
|
:disabled="isQuering"
|
||||||
|
:title="t('database.savedQueries')"
|
||||||
|
@click="openSavedModal()"
|
||||||
|
>
|
||||||
|
<BaseIcon icon-name="mdiNotebookHeartOutline" :size="24" />
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
<button
|
<button
|
||||||
class="btn btn-dark btn-sm"
|
class="btn btn-dark btn-sm"
|
||||||
:disabled="isQuering"
|
:disabled="isQuering"
|
||||||
@@ -102,24 +147,6 @@
|
|||||||
>
|
>
|
||||||
<BaseIcon icon-name="mdiHistory" :size="24" />
|
<BaseIcon icon-name="mdiHistory" :size="24" />
|
||||||
</button>
|
</button>
|
||||||
<div class="btn-group">
|
|
||||||
<button
|
|
||||||
class="btn btn-dark btn-sm mr-0"
|
|
||||||
:disabled="isQuering || (isQuerySaved || query.length < 5)"
|
|
||||||
:title="t('general.save')"
|
|
||||||
@click="saveQuery()"
|
|
||||||
>
|
|
||||||
<BaseIcon icon-name="mdiContentSaveOutline" :size="24" />
|
|
||||||
</button>
|
|
||||||
<button
|
|
||||||
class="btn btn-dark btn-sm"
|
|
||||||
:disabled="isQuering"
|
|
||||||
:title="t('database.savedQueries')"
|
|
||||||
@click="openSavedModal()"
|
|
||||||
>
|
|
||||||
<BaseIcon icon-name="mdiStarOutline" :size="24" />
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown table-dropdown pr-2">
|
<div class="dropdown table-dropdown pr-2">
|
||||||
<button
|
<button
|
||||||
:disabled="!hasResults || isQuering"
|
:disabled="!hasResults || isQuering"
|
||||||
@@ -251,7 +278,7 @@ import { uidGen } from 'common/libs/uidGen';
|
|||||||
import { ipcRenderer } from 'electron';
|
import { ipcRenderer } from 'electron';
|
||||||
import { storeToRefs } from 'pinia';
|
import { storeToRefs } from 'pinia';
|
||||||
import { format } from 'sql-formatter';
|
import { format } from 'sql-formatter';
|
||||||
import { Component, computed, onBeforeUnmount, onMounted, Prop, Ref, ref, watch } from 'vue';
|
import { Component, computed, onBeforeUnmount, onMounted, Prop, Ref, ref, toRaw, watch } from 'vue';
|
||||||
import { useI18n } from 'vue-i18n';
|
import { useI18n } from 'vue-i18n';
|
||||||
|
|
||||||
import BaseIcon from '@/components/BaseIcon.vue';
|
import BaseIcon from '@/components/BaseIcon.vue';
|
||||||
@@ -262,6 +289,7 @@ import QueryEditor from '@/components/QueryEditor.vue';
|
|||||||
import WorkspaceTabQueryEmptyState from '@/components/WorkspaceTabQueryEmptyState.vue';
|
import WorkspaceTabQueryEmptyState from '@/components/WorkspaceTabQueryEmptyState.vue';
|
||||||
import WorkspaceTabQueryTable from '@/components/WorkspaceTabQueryTable.vue';
|
import WorkspaceTabQueryTable from '@/components/WorkspaceTabQueryTable.vue';
|
||||||
import { useResultTables } from '@/composables/useResultTables';
|
import { useResultTables } from '@/composables/useResultTables';
|
||||||
|
import Application from '@/ipc-api/Application';
|
||||||
import Schema from '@/ipc-api/Schema';
|
import Schema from '@/ipc-api/Schema';
|
||||||
import { useApplicationStore } from '@/stores/application';
|
import { useApplicationStore } from '@/stores/application';
|
||||||
import { useConsoleStore } from '@/stores/console';
|
import { useConsoleStore } from '@/stores/console';
|
||||||
@@ -302,14 +330,18 @@ const {
|
|||||||
getWorkspace,
|
getWorkspace,
|
||||||
changeBreadcrumbs,
|
changeBreadcrumbs,
|
||||||
updateTabContent,
|
updateTabContent,
|
||||||
setUnsavedChanges
|
setUnsavedChanges,
|
||||||
|
newTab
|
||||||
} = workspacesStore;
|
} = workspacesStore;
|
||||||
|
|
||||||
const queryEditor: Ref<Component & { editor: Ace.Editor; $el: HTMLElement }> = ref(null);
|
const queryEditor: Ref<Component & { editor: Ace.Editor; $el: HTMLElement }> = ref(null);
|
||||||
const queryAreaFooter: Ref<HTMLDivElement> = ref(null);
|
const queryAreaFooter: Ref<HTMLDivElement> = ref(null);
|
||||||
const resizer: Ref<HTMLDivElement> = ref(null);
|
const resizer: Ref<HTMLDivElement> = ref(null);
|
||||||
|
const queryName = ref('');
|
||||||
const query = ref('');
|
const query = ref('');
|
||||||
|
const filePath = ref('');
|
||||||
const lastQuery = ref('');
|
const lastQuery = ref('');
|
||||||
|
const lastSavedQuery = ref('');
|
||||||
const isCancelling = ref(false);
|
const isCancelling = ref(false);
|
||||||
const showCancel = ref(false);
|
const showCancel = ref(false);
|
||||||
const autocommit = ref(true);
|
const autocommit = ref(true);
|
||||||
@@ -333,17 +365,41 @@ const databaseSchemas = computed(() => {
|
|||||||
});
|
});
|
||||||
const hasResults = computed(() => results.value.length && results.value[0].rows);
|
const hasResults = computed(() => results.value.length && results.value[0].rows);
|
||||||
const hasAffected = computed(() => affectedCount.value || (!resultsCount.value && affectedCount.value !== null));
|
const hasAffected = computed(() => affectedCount.value || (!resultsCount.value && affectedCount.value !== null));
|
||||||
|
const isChanged = computed(() => {
|
||||||
|
return filePath.value && lastSavedQuery.value !== query.value;
|
||||||
|
});
|
||||||
|
|
||||||
watch(query, (val) => {
|
watch(query, (val) => {
|
||||||
clearTimeout(debounceTimeout.value);
|
clearTimeout(debounceTimeout.value);
|
||||||
|
|
||||||
debounceTimeout.value = setTimeout(() => {
|
debounceTimeout.value = setTimeout(() => {
|
||||||
updateTabContent({
|
updateTabContent({
|
||||||
|
elementName: queryName.value,
|
||||||
|
filePath: filePath.value,
|
||||||
uid: props.connection.uid,
|
uid: props.connection.uid,
|
||||||
tab: props.tab.uid,
|
tab: props.tab.uid,
|
||||||
type: 'query',
|
type: 'query',
|
||||||
schema: selectedSchema.value,
|
schema: selectedSchema.value,
|
||||||
content: val
|
content: val
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
|
isQuerySaved.value = false;
|
||||||
|
}, 200);
|
||||||
|
});
|
||||||
|
|
||||||
|
watch(queryName, (val) => {
|
||||||
|
clearTimeout(debounceTimeout.value);
|
||||||
|
|
||||||
|
debounceTimeout.value = setTimeout(() => {
|
||||||
|
updateTabContent({
|
||||||
|
elementName: val,
|
||||||
|
filePath: filePath.value,
|
||||||
|
uid: props.connection.uid,
|
||||||
|
tab: props.tab.uid,
|
||||||
|
type: 'query',
|
||||||
|
schema: selectedSchema.value,
|
||||||
|
content: query.value
|
||||||
});
|
});
|
||||||
|
|
||||||
isQuerySaved.value = false;
|
isQuerySaved.value = false;
|
||||||
@@ -377,6 +433,10 @@ watch(() => props.tab.content, () => {
|
|||||||
queryEditor.value.editor.session.setValue(query.value);
|
queryEditor.value.editor.session.setValue(query.value);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
watch(isChanged, (val) => {
|
||||||
|
setUnsavedChanges({ uid: props.connection.uid, tUid: props.tabUid, isChanged: val });
|
||||||
|
});
|
||||||
|
|
||||||
const runQuery = async (query: string) => {
|
const runQuery = async (query: string) => {
|
||||||
if (!query || isQuering.value) return;
|
if (!query || isQuering.value) return;
|
||||||
isQuering.value = true;
|
isQuering.value = true;
|
||||||
@@ -529,7 +589,8 @@ const saveQuery = () => {
|
|||||||
type: 'query',
|
type: 'query',
|
||||||
date: new Date(),
|
date: new Date(),
|
||||||
note: query.value,
|
note: query.value,
|
||||||
isArchived: false
|
isArchived: false,
|
||||||
|
title: queryName.value
|
||||||
});
|
});
|
||||||
isQuerySaved.value = true;
|
isQuerySaved.value = true;
|
||||||
};
|
};
|
||||||
@@ -596,6 +657,8 @@ const rollbackTab = async () => {
|
|||||||
defineExpose({ resizeResults });
|
defineExpose({ resizeResults });
|
||||||
|
|
||||||
query.value = props.tab.content as string;
|
query.value = props.tab.content as string;
|
||||||
|
queryName.value = props.tab.elementName as string;
|
||||||
|
filePath.value = props.tab.filePath as string;
|
||||||
selectedSchema.value = props.tab.schema || breadcrumbsSchema.value;
|
selectedSchema.value = props.tab.schema || breadcrumbsSchema.value;
|
||||||
|
|
||||||
window.addEventListener('resize', onWindowResize);
|
window.addEventListener('resize', onWindowResize);
|
||||||
@@ -630,6 +693,73 @@ const historyListener = () => {
|
|||||||
openHistoryModal();
|
openHistoryModal();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const openFileListener = () => {
|
||||||
|
const hasModalOpen = !!document.querySelectorAll('.modal.active').length;
|
||||||
|
if (props.isSelected && !hasModalOpen)
|
||||||
|
openFile();
|
||||||
|
};
|
||||||
|
|
||||||
|
const saveFileAsListener = () => {
|
||||||
|
const hasModalOpen = !!document.querySelectorAll('.modal.active').length;
|
||||||
|
if (props.isSelected && !hasModalOpen)
|
||||||
|
saveFileAs();
|
||||||
|
};
|
||||||
|
|
||||||
|
const saveContentListener = () => {
|
||||||
|
const hasModalOpen = !!document.querySelectorAll('.modal.active').length;
|
||||||
|
if (props.isSelected && !hasModalOpen && filePath)
|
||||||
|
saveFile();
|
||||||
|
};
|
||||||
|
|
||||||
|
const openFile = async () => {
|
||||||
|
const result = await Application.showOpenDialog({ properties: ['openFile'], filters: [{ name: 'SQL', extensions: ['sql', 'txt'] }] });
|
||||||
|
if (result && !result.canceled) {
|
||||||
|
const file = result.filePaths[0];
|
||||||
|
const content = await Application.readFile(file);
|
||||||
|
const fileName = file.split('/').pop().split('\\').pop();
|
||||||
|
if (props.tab.filePath && props.tab.filePath !== file) {
|
||||||
|
newTab({
|
||||||
|
uid: props.connection.uid,
|
||||||
|
type: 'query',
|
||||||
|
filePath: file,
|
||||||
|
content: '',
|
||||||
|
schema: selectedSchema.value,
|
||||||
|
elementName: fileName
|
||||||
|
});
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
filePath.value = file;
|
||||||
|
queryName.value = fileName;
|
||||||
|
query.value = content;
|
||||||
|
lastSavedQuery.value = content;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const saveFileAs = async () => {
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
|
const result: any = await Application.showSaveDialog({ filters: [{ name: 'SQL', extensions: ['sql'] }], defaultPath: `${queryName.value || 'query'}.sql` });
|
||||||
|
if (result && !result.canceled) {
|
||||||
|
await Application.writeFile(result.filePath, query.value);
|
||||||
|
addNotification({ status: 'success', message: t('general.actionSuccessful', { action: t('application.saveFile') }) });
|
||||||
|
queryName.value = result.filePath.split('/').pop().split('\\').pop();
|
||||||
|
filePath.value = result.filePath;
|
||||||
|
lastSavedQuery.value = toRaw(query.value);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const saveFile = async () => {
|
||||||
|
await Application.writeFile(filePath.value, query.value);
|
||||||
|
addNotification({ status: 'success', message: t('general.actionSuccessful', { action: t('application.saveFile') }) });
|
||||||
|
lastSavedQuery.value = toRaw(query.value);
|
||||||
|
};
|
||||||
|
|
||||||
|
const loadFileContent = async (file: string) => {
|
||||||
|
const content = await Application.readFile(file);
|
||||||
|
query.value = content;
|
||||||
|
lastSavedQuery.value = content;
|
||||||
|
};
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
const localResizer = resizer.value;
|
const localResizer = resizer.value;
|
||||||
|
|
||||||
@@ -638,6 +768,9 @@ onMounted(() => {
|
|||||||
ipcRenderer.on('kill-query', killQueryListener);
|
ipcRenderer.on('kill-query', killQueryListener);
|
||||||
ipcRenderer.on('clear-query', clearQueryListener);
|
ipcRenderer.on('clear-query', clearQueryListener);
|
||||||
ipcRenderer.on('query-history', historyListener);
|
ipcRenderer.on('query-history', historyListener);
|
||||||
|
ipcRenderer.on('open-file', openFileListener);
|
||||||
|
ipcRenderer.on('save-file-as', saveFileAsListener);
|
||||||
|
ipcRenderer.on('save-content', saveContentListener);
|
||||||
|
|
||||||
localResizer.addEventListener('mousedown', (e: MouseEvent) => {
|
localResizer.addEventListener('mousedown', (e: MouseEvent) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
@@ -648,6 +781,9 @@ onMounted(() => {
|
|||||||
|
|
||||||
if (props.tab.autorun)
|
if (props.tab.autorun)
|
||||||
runQuery(query.value);
|
runQuery(query.value);
|
||||||
|
|
||||||
|
if (props.tab.filePath)
|
||||||
|
loadFileContent(props.tab.filePath);
|
||||||
});
|
});
|
||||||
|
|
||||||
onBeforeUnmount(() => {
|
onBeforeUnmount(() => {
|
||||||
@@ -663,6 +799,9 @@ onBeforeUnmount(() => {
|
|||||||
ipcRenderer.removeListener('kill-query', killQueryListener);
|
ipcRenderer.removeListener('kill-query', killQueryListener);
|
||||||
ipcRenderer.removeListener('clear-query', clearQueryListener);
|
ipcRenderer.removeListener('clear-query', clearQueryListener);
|
||||||
ipcRenderer.removeListener('query-history', historyListener);
|
ipcRenderer.removeListener('query-history', historyListener);
|
||||||
|
ipcRenderer.removeListener('open-file', openFileListener);
|
||||||
|
ipcRenderer.removeListener('save-file-as', saveFileAsListener);
|
||||||
|
ipcRenderer.removeListener('save-content', saveContentListener);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -682,7 +821,7 @@ onBeforeUnmount(() => {
|
|||||||
transition: background 0.2s;
|
transition: background 0.2s;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: rgba($primary-color, 50%);
|
background: var(--primary-color-dark);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -721,4 +860,4 @@ onBeforeUnmount(() => {
|
|||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>filePathsfilePathsfilePaths
|
||||||
|
@@ -31,7 +31,7 @@
|
|||||||
:class="{ 'active': resultsetIndex === index }"
|
:class="{ 'active': resultsetIndex === index }"
|
||||||
@click="selectResultset(index)"
|
@click="selectResultset(index)"
|
||||||
>
|
>
|
||||||
<a>{{ result.fields ? result.fields[0]?.table : '' }} ({{ result.rows.length }})</a>
|
<a>{{ result.fields ? result.fields[0]?.tableAlias ?? result.fields[0]?.table : `${t('general.results')} #${index}` }} ({{ result.rows.length }})</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div ref="table" class="table table-hover">
|
<div ref="table" class="table table-hover">
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
:title="`${field.type} ${fieldLength(field) ? `(${fieldLength(field)})` : ''}`"
|
:title="`${field.type} ${fieldLength(field) ? `(${fieldLength(field)})` : ''}`"
|
||||||
>
|
>
|
||||||
<div ref="columnResize" class="column-resizable">
|
<div ref="columnResize" class="column-resizable">
|
||||||
<div class="table-column-title" @click="sort(field.name)">
|
<div class="table-column-title" @click="sort(field)">
|
||||||
<div v-if="field.key" :title="keyName(field.key)">
|
<div v-if="field.key" :title="keyName(field.key)">
|
||||||
<BaseIcon
|
<BaseIcon
|
||||||
icon-name="mdiKey"
|
icon-name="mdiKey"
|
||||||
@@ -56,8 +56,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<span>{{ field.alias || field.name }}</span>
|
<span>{{ field.alias || field.name }}</span>
|
||||||
<BaseIcon
|
<BaseIcon
|
||||||
v-if="isSortable && currentSort === field.name || currentSort === `${field.table}.${field.name}`"
|
v-if="isSortable && currentSort[resultsetIndex]?.field === field.name || currentSort[resultsetIndex]?.field === `${field.tableAlias || field.table}.${field.name}`"
|
||||||
:icon-name="currentSortDir === 'asc' ? 'mdiSortAscending' : 'mdiSortDescending'"
|
:icon-name="currentSort[resultsetIndex].dir === 'asc' ? 'mdiSortAscending' : 'mdiSortDescending'"
|
||||||
:size="18"
|
:size="18"
|
||||||
class="sort-icon ml-1"
|
class="sort-icon ml-1"
|
||||||
/>
|
/>
|
||||||
@@ -292,6 +292,10 @@ const props = defineProps({
|
|||||||
results: Array as Prop<QueryResult[]>,
|
results: Array as Prop<QueryResult[]>,
|
||||||
connUid: String,
|
connUid: String,
|
||||||
mode: String as Prop<'table' | 'query'>,
|
mode: String as Prop<'table' | 'query'>,
|
||||||
|
page: {
|
||||||
|
type: Number,
|
||||||
|
required: false
|
||||||
|
},
|
||||||
isSelected: Boolean,
|
isSelected: Boolean,
|
||||||
elementType: { type: String, default: 'table' }
|
elementType: { type: String, default: 'table' }
|
||||||
});
|
});
|
||||||
@@ -314,8 +318,7 @@ const hasFocus = ref(false);
|
|||||||
const contextEvent = ref(null);
|
const contextEvent = ref(null);
|
||||||
const selectedCell = ref(null);
|
const selectedCell = ref(null);
|
||||||
const selectedRows = ref([]);
|
const selectedRows = ref([]);
|
||||||
const currentSort = ref('');
|
const currentSort: Ref<{field: string; dir: 'asc' | 'desc'}[]> = ref([]);
|
||||||
const currentSortDir = ref('asc');
|
|
||||||
const resultsetIndex = ref(0);
|
const resultsetIndex = ref(0);
|
||||||
const scrollElement = ref(null);
|
const scrollElement = ref(null);
|
||||||
const rowHeight = ref(23);
|
const rowHeight = ref(23);
|
||||||
@@ -358,14 +361,16 @@ const isHardSort = computed(() => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const sortedResults = computed(() => {
|
const sortedResults = computed(() => {
|
||||||
if (currentSort.value && !isHardSort.value) {
|
if (currentSort.value[resultsetIndex.value] && !isHardSort.value) {
|
||||||
|
const sortObj = currentSort.value[resultsetIndex.value];
|
||||||
|
|
||||||
return [...localResults.value].sort((a: any, b: any) => {
|
return [...localResults.value].sort((a: any, b: any) => {
|
||||||
let modifier = 1;
|
let modifier = 1;
|
||||||
let valA = typeof a[currentSort.value] === 'string' ? a[currentSort.value].toLowerCase() : a[currentSort.value];
|
let valA = typeof a[sortObj.field] === 'string' ? a[sortObj.field].toLowerCase() : a[sortObj.field];
|
||||||
if (!isNaN(valA)) valA = Number(valA);
|
if (!isNaN(valA)) valA = Number(valA);
|
||||||
let valB = typeof b[currentSort.value] === 'string' ? b[currentSort.value].toLowerCase() : b[currentSort.value];
|
let valB = typeof b[sortObj.field] === 'string' ? b[sortObj.field].toLowerCase() : b[sortObj.field];
|
||||||
if (!isNaN(valB)) valB = Number(valB);
|
if (!isNaN(valB)) valB = Number(valB);
|
||||||
if (currentSortDir.value === 'desc') modifier = -1;
|
if (sortObj.dir === 'desc') modifier = -1;
|
||||||
if (valA < valB) return -1 * modifier;
|
if (valA < valB) return -1 * modifier;
|
||||||
if (valA > valB) return 1 * modifier;
|
if (valA > valB) return 1 * modifier;
|
||||||
return 0;
|
return 0;
|
||||||
@@ -784,32 +789,42 @@ const contextMenu = (event: MouseEvent, cell: any) => {
|
|||||||
isContext.value = true;
|
isContext.value = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
const sort = (field: string) => {
|
const sort = (field: TableField) => {
|
||||||
if (!isSortable.value) return;
|
if (!isSortable.value) return;
|
||||||
|
|
||||||
selectedRows.value = [];
|
selectedRows.value = [];
|
||||||
|
let fieldName = field.name;
|
||||||
|
const hasTableInFieldname = Object.keys(localResults.value[0]).find(k => k !== '_antares_id').includes('.');
|
||||||
|
|
||||||
if (props.mode === 'query')
|
if (props.mode === 'query' && hasTableInFieldname)
|
||||||
field = `${getTable(resultsetIndex.value)}.${field}`;
|
fieldName = `${field.tableAlias || field.table}.${field.name}`;
|
||||||
|
|
||||||
if (field === currentSort.value) {
|
if (fieldName === currentSort.value[resultsetIndex.value]?.field) {
|
||||||
if (currentSortDir.value === 'asc')
|
if (currentSort.value[resultsetIndex.value].dir === 'asc')
|
||||||
currentSortDir.value = 'desc';
|
currentSort.value[resultsetIndex.value].dir = 'desc';
|
||||||
else
|
else
|
||||||
resetSort();
|
resetSort();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
currentSortDir.value = 'asc';
|
currentSort.value[resultsetIndex.value] = {
|
||||||
currentSort.value = field;
|
field: fieldName,
|
||||||
|
dir: 'asc'
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isHardSort.value)
|
if (isHardSort.value) {
|
||||||
emit('hard-sort', { field: currentSort.value, dir: currentSortDir.value });
|
emit('hard-sort', {
|
||||||
|
field: currentSort.value[resultsetIndex.value].field,
|
||||||
|
dir: currentSort.value[resultsetIndex.value].dir
|
||||||
|
});
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const resetSort = () => {
|
const resetSort = () => {
|
||||||
currentSort.value = '';
|
currentSort.value[resultsetIndex.value] = {
|
||||||
currentSortDir.value = 'asc';
|
field: null,
|
||||||
|
dir: 'asc'
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
const selectResultset = (index: number) => {
|
const selectResultset = (index: number) => {
|
||||||
@@ -857,6 +872,7 @@ const downloadTable = (format: 'csv' | 'json' | 'sql' | 'php', table: string, po
|
|||||||
},
|
},
|
||||||
client: workspaceClient.value,
|
client: workspaceClient.value,
|
||||||
table,
|
table,
|
||||||
|
page: props.page,
|
||||||
sqlOptions: popup ? { ...sqlExportOptions.value } : null,
|
sqlOptions: popup ? { ...sqlExportOptions.value } : null,
|
||||||
csvOptions: popup ? { ...csvExportOptions.value } : null
|
csvOptions: popup ? { ...csvExportOptions.value } : null
|
||||||
});
|
});
|
||||||
|
@@ -43,6 +43,7 @@
|
|||||||
autofocus
|
autofocus
|
||||||
class="editable-field form-input input-sm px-1"
|
class="editable-field form-input input-sm px-1"
|
||||||
@blur="editOFF"
|
@blur="editOFF"
|
||||||
|
@keyup.delete.stop
|
||||||
>
|
>
|
||||||
<BaseSelect
|
<BaseSelect
|
||||||
v-else-if="inputProps.type === 'boolean'"
|
v-else-if="inputProps.type === 'boolean'"
|
||||||
@@ -50,6 +51,7 @@
|
|||||||
:options="['true', 'false']"
|
:options="['true', 'false']"
|
||||||
class="form-select small-select editable-field"
|
class="form-select small-select editable-field"
|
||||||
@blur="editOFF"
|
@blur="editOFF"
|
||||||
|
@keyup.delete.stop
|
||||||
/>
|
/>
|
||||||
<BaseSelect
|
<BaseSelect
|
||||||
v-else-if="enumArray"
|
v-else-if="enumArray"
|
||||||
@@ -58,6 +60,7 @@
|
|||||||
class="form-select small-select editable-field"
|
class="form-select small-select editable-field"
|
||||||
dropdown-class="small-select"
|
dropdown-class="small-select"
|
||||||
@blur="editOFF"
|
@blur="editOFF"
|
||||||
|
@keyup.delete.stop
|
||||||
/>
|
/>
|
||||||
<input
|
<input
|
||||||
v-else
|
v-else
|
||||||
@@ -67,6 +70,7 @@
|
|||||||
autofocus
|
autofocus
|
||||||
class="editable-field form-input input-sm px-1"
|
class="editable-field form-input input-sm px-1"
|
||||||
@blur="editOFF"
|
@blur="editOFF"
|
||||||
|
@keyup.delete.stop
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
</template>
|
</template>
|
||||||
@@ -382,7 +386,7 @@ const isBaseSelectField = computed(() => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const enumArray = computed(() => {
|
const enumArray = computed(() => {
|
||||||
if (props.fields[editingField.value] && props.fields[editingField.value].enumValues)
|
if (props.fields[editingField.value] && props.fields[editingField.value].enumValues && props.fields[editingField.value].type !== 'SET')
|
||||||
return props.fields[editingField.value].enumValues.replaceAll('\'', '').split(',');
|
return props.fields[editingField.value].enumValues.replaceAll('\'', '').split(',');
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
@@ -91,7 +91,7 @@
|
|||||||
<BaseIcon icon-name="mdiMagnify" :size="24" />
|
<BaseIcon icon-name="mdiMagnify" :size="24" />
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
v-if="isTable"
|
v-if="isTable && !connection.readonly"
|
||||||
class="btn btn-dark btn-sm"
|
class="btn btn-dark btn-sm"
|
||||||
:disabled="isQuering"
|
:disabled="isQuering"
|
||||||
@click="showFakerModal()"
|
@click="showFakerModal()"
|
||||||
@@ -202,6 +202,7 @@
|
|||||||
v-if="results"
|
v-if="results"
|
||||||
ref="queryTable"
|
ref="queryTable"
|
||||||
:results="results"
|
:results="results"
|
||||||
|
:page="page"
|
||||||
:tab-uid="tabUid"
|
:tab-uid="tabUid"
|
||||||
:conn-uid="connection.uid"
|
:conn-uid="connection.uid"
|
||||||
:is-selected="isSelected"
|
:is-selected="isSelected"
|
||||||
@@ -440,6 +441,25 @@ const resizeScroller = () => {
|
|||||||
const updateFilters = (clausoles: TableFilterClausole[]) => {
|
const updateFilters = (clausoles: TableFilterClausole[]) => {
|
||||||
filters.value = clausoles;
|
filters.value = clausoles;
|
||||||
results.value = [];
|
results.value = [];
|
||||||
|
|
||||||
|
const permanentTabs = {
|
||||||
|
table: 'data',
|
||||||
|
view: 'data',
|
||||||
|
trigger: 'trigger-props',
|
||||||
|
triggerFunction: 'trigger-function-props',
|
||||||
|
function: 'function-props',
|
||||||
|
routine: 'routine-props',
|
||||||
|
procedure: 'routine-props',
|
||||||
|
scheduler: 'scheduler-props'
|
||||||
|
} as Record<string, string>;
|
||||||
|
|
||||||
|
newTab({
|
||||||
|
uid: props.connection.uid,
|
||||||
|
schema: props.schema,
|
||||||
|
elementName: props.table,
|
||||||
|
type: permanentTabs[props.elementType],
|
||||||
|
elementType: props.elementType
|
||||||
|
});
|
||||||
getTableData();
|
getTableData();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -232,7 +232,7 @@ export const caES = {
|
|||||||
newFunction: 'Nova funció',
|
newFunction: 'Nova funció',
|
||||||
newScheduler: 'Nou planificador',
|
newScheduler: 'Nou planificador',
|
||||||
newTriggerFunction: 'Nova funció de disparador',
|
newTriggerFunction: 'Nova funció de disparador',
|
||||||
thereIsNoQueriesYet: 'Encara no hi ha consultes',
|
thereAreNoQueriesYet: 'Encara no hi ha consultes',
|
||||||
searchForQueries: 'Cerca consultes',
|
searchForQueries: 'Cerca consultes',
|
||||||
killProcess: 'Mata procés',
|
killProcess: 'Mata procés',
|
||||||
exportSchema: 'Exporta esquema',
|
exportSchema: 'Exporta esquema',
|
||||||
|
@@ -233,7 +233,7 @@ export const csCZ = {
|
|||||||
newFunction: 'Nová funkce',
|
newFunction: 'Nová funkce',
|
||||||
newScheduler: 'Nový scheduler',
|
newScheduler: 'Nový scheduler',
|
||||||
newTriggerFunction: 'Nová trigger funkce',
|
newTriggerFunction: 'Nová trigger funkce',
|
||||||
thereIsNoQueriesYet: 'Nejsou tu žádné dotazy',
|
thereAreNoQueriesYet: 'Nejsou tu žádné dotazy',
|
||||||
searchForQueries: 'Hledání dotazů',
|
searchForQueries: 'Hledání dotazů',
|
||||||
killProcess: 'Zabít proces',
|
killProcess: 'Zabít proces',
|
||||||
exportSchema: 'Exportovat schéma',
|
exportSchema: 'Exportovat schéma',
|
||||||
|
@@ -79,7 +79,8 @@ export const enUS = {
|
|||||||
search: 'Search',
|
search: 'Search',
|
||||||
title: 'Title',
|
title: 'Title',
|
||||||
archive: 'Archive', // verb
|
archive: 'Archive', // verb
|
||||||
undo: 'Undo'
|
undo: 'Undo',
|
||||||
|
moveTo: 'Move to'
|
||||||
},
|
},
|
||||||
connection: { // Database connection
|
connection: { // Database connection
|
||||||
connection: 'Connection',
|
connection: 'Connection',
|
||||||
@@ -116,7 +117,8 @@ export const enUS = {
|
|||||||
readOnlyMode: 'Read-only mode',
|
readOnlyMode: 'Read-only mode',
|
||||||
allConnections: 'All connections',
|
allConnections: 'All connections',
|
||||||
searchForConnections: 'Search for connections',
|
searchForConnections: 'Search for connections',
|
||||||
keepAliveInterval: 'Keep alive interval'
|
keepAliveInterval: 'Keep alive interval',
|
||||||
|
singleConnection: 'Single connection'
|
||||||
},
|
},
|
||||||
database: { // Database related terms
|
database: { // Database related terms
|
||||||
schema: 'Schema',
|
schema: 'Schema',
|
||||||
@@ -251,7 +253,7 @@ export const enUS = {
|
|||||||
newFunction: 'New function',
|
newFunction: 'New function',
|
||||||
newScheduler: 'New scheduler',
|
newScheduler: 'New scheduler',
|
||||||
newTriggerFunction: 'New trigger function',
|
newTriggerFunction: 'New trigger function',
|
||||||
thereIsNoQueriesYet: 'There is no queries yet',
|
thereAreNoQueriesYet: 'There are no queries yet',
|
||||||
searchForQueries: 'Search for queries',
|
searchForQueries: 'Search for queries',
|
||||||
killProcess: 'Kill process',
|
killProcess: 'Kill process',
|
||||||
exportSchema: 'Export schema',
|
exportSchema: 'Export schema',
|
||||||
@@ -331,7 +333,7 @@ export const enUS = {
|
|||||||
wrapLongLines: 'Wrap long lines',
|
wrapLongLines: 'Wrap long lines',
|
||||||
markdownSupported: 'Markdown supported',
|
markdownSupported: 'Markdown supported',
|
||||||
plantATree: 'Plant a Tree',
|
plantATree: 'Plant a Tree',
|
||||||
dataTabPageSize: 'DATA tab page size',
|
dataTabPageSize: 'Results per page',
|
||||||
noOpenTabs: 'There are no open tabs, navigate on the left bar or:',
|
noOpenTabs: 'There are no open tabs, navigate on the left bar or:',
|
||||||
restorePreviousSession: 'Restore previous session',
|
restorePreviousSession: 'Restore previous session',
|
||||||
closeTab: 'Close tab',
|
closeTab: 'Close tab',
|
||||||
@@ -362,6 +364,8 @@ export const enUS = {
|
|||||||
editFolder: 'Edit folder',
|
editFolder: 'Edit folder',
|
||||||
folderName: 'Folder name',
|
folderName: 'Folder name',
|
||||||
deleteFolder: 'Delete folder',
|
deleteFolder: 'Delete folder',
|
||||||
|
newFolder: 'New folder',
|
||||||
|
outOfFolder: 'Out of folder',
|
||||||
editConnectionAppearance: 'Edit connection appearance',
|
editConnectionAppearance: 'Edit connection appearance',
|
||||||
defaultCopyType: 'Default copy type',
|
defaultCopyType: 'Default copy type',
|
||||||
showTableSize: 'Show table size in sidebar',
|
showTableSize: 'Show table size in sidebar',
|
||||||
@@ -393,9 +397,15 @@ export const enUS = {
|
|||||||
thereAreNoNotesYet: 'There are no notes yet',
|
thereAreNoNotesYet: 'There are no notes yet',
|
||||||
addNote: 'Add note',
|
addNote: 'Add note',
|
||||||
editNote: 'Edit note',
|
editNote: 'Edit note',
|
||||||
|
saveAsNote: 'Save as note',
|
||||||
showArchivedNotes: 'Show archived notes',
|
showArchivedNotes: 'Show archived notes',
|
||||||
hideArchivedNotes: 'Hide archived notes',
|
hideArchivedNotes: 'Hide archived notes',
|
||||||
tag: 'Tag' // Note tag
|
tag: 'Tag', // Note tag,
|
||||||
|
saveFile: 'Save file',
|
||||||
|
saveFileAs: 'Save file as',
|
||||||
|
openFile: 'Open file',
|
||||||
|
openNotes: 'Open notes'
|
||||||
|
|
||||||
},
|
},
|
||||||
faker: { // Faker.js methods, used in random generated content
|
faker: { // Faker.js methods, used in random generated content
|
||||||
address: 'Address',
|
address: 'Address',
|
||||||
|
@@ -229,7 +229,7 @@ export const frFR = {
|
|||||||
newFunction: 'Nouvelle function',
|
newFunction: 'Nouvelle function',
|
||||||
newScheduler: 'Nouveau déclencheur',
|
newScheduler: 'Nouveau déclencheur',
|
||||||
newTriggerFunction: 'Nouvelle fonction de déclencheur',
|
newTriggerFunction: 'Nouvelle fonction de déclencheur',
|
||||||
thereIsNoQueriesYet: 'Il n\'y a pas encore de requête',
|
thereAreNoQueriesYet: 'Il n\'y a pas encore de requête',
|
||||||
searchForQueries: 'Rechercher des requêtes',
|
searchForQueries: 'Rechercher des requêtes',
|
||||||
killProcess: 'Terminer un processus',
|
killProcess: 'Terminer un processus',
|
||||||
exportSchema: 'Exporter un schéma',
|
exportSchema: 'Exporter un schéma',
|
||||||
|
@@ -227,7 +227,7 @@ export const idID = {
|
|||||||
newFunction: 'Fungsi baru',
|
newFunction: 'Fungsi baru',
|
||||||
newScheduler: 'Penjadwal baru',
|
newScheduler: 'Penjadwal baru',
|
||||||
newTriggerFunction: 'Fungsi pemicu baru',
|
newTriggerFunction: 'Fungsi pemicu baru',
|
||||||
thereIsNoQueriesYet: 'Belum ada kueri',
|
thereAreNoQueriesYet: 'Belum ada kueri',
|
||||||
searchForQueries: 'Telusuri kueri',
|
searchForQueries: 'Telusuri kueri',
|
||||||
killProcess: 'Membunuh proses',
|
killProcess: 'Membunuh proses',
|
||||||
exportSchema: 'Skema ekspor',
|
exportSchema: 'Skema ekspor',
|
||||||
|
@@ -228,7 +228,7 @@ export const itIT = {
|
|||||||
newFunction: 'Nuova funzione',
|
newFunction: 'Nuova funzione',
|
||||||
newScheduler: 'Nuovo scheduler',
|
newScheduler: 'Nuovo scheduler',
|
||||||
newTriggerFunction: 'Nuova funzione di trigger',
|
newTriggerFunction: 'Nuova funzione di trigger',
|
||||||
thereIsNoQueriesYet: 'Non ci sono ancora query',
|
thereAreNoQueriesYet: 'Non ci sono ancora query',
|
||||||
searchForQueries: 'Cerca query',
|
searchForQueries: 'Cerca query',
|
||||||
killProcess: 'Uccidi processo',
|
killProcess: 'Uccidi processo',
|
||||||
exportSchema: 'Esporta schema',
|
exportSchema: 'Esporta schema',
|
||||||
|
@@ -4,106 +4,145 @@ export const jaJP = {
|
|||||||
save: '保存',
|
save: '保存',
|
||||||
close: '閉じる',
|
close: '閉じる',
|
||||||
delete: '削除',
|
delete: '削除',
|
||||||
confirm: '確認',
|
confirm: '確定',
|
||||||
cancel: 'キャンセル',
|
cancel: 'キャンセル',
|
||||||
send: '送信',
|
send: '送信',
|
||||||
refresh: 'リフレッシュ',
|
refresh: 'リフレッシュ',
|
||||||
autoRefresh: 'オートリフレシュ',
|
autoRefresh: '自動リフレッシュ',
|
||||||
version: 'バージョン',
|
version: 'バージョン',
|
||||||
donate: '寄付する',
|
donate: '寄付',
|
||||||
run: '実行',
|
run: '実行',
|
||||||
results: '結果',
|
results: '結果',
|
||||||
size: 'サイズ',
|
size: 'サイズ',
|
||||||
mimeType: 'マイムタイプ',
|
mimeType: 'MIME タイプ',
|
||||||
download: 'ダウンロード',
|
download: 'ダウンロード',
|
||||||
add: '追加',
|
add: '追加',
|
||||||
data: 'データ',
|
data: 'データ',
|
||||||
properties: 'プロパティ',
|
properties: 'プロパティ',
|
||||||
insert: '挿入',
|
name: '名前',
|
||||||
name: '名称',
|
|
||||||
clear: 'クリア',
|
clear: 'クリア',
|
||||||
seconds: '秒数',
|
|
||||||
options: 'オプション',
|
options: 'オプション',
|
||||||
|
insert: '挿入',
|
||||||
discard: '破棄',
|
discard: '破棄',
|
||||||
stay: 'ステイ',
|
stay: '留まる',
|
||||||
author: '作者',
|
author: '作成者',
|
||||||
upload: 'アップロード',
|
upload: 'アップロード',
|
||||||
browse: '閲覧',
|
browse: '参照',
|
||||||
content: 'コンテンツ',
|
content: '内容',
|
||||||
cut: 'カット',
|
cut: '切り取り',
|
||||||
copy: 'コピー',
|
copy: 'コピー',
|
||||||
paste: '貼り付け',
|
paste: '貼り付け',
|
||||||
|
duplicate: '複製',
|
||||||
tools: 'ツール',
|
tools: 'ツール',
|
||||||
format: 'フォーマット',
|
seconds: '秒',
|
||||||
all: 'すべて',
|
all: 'すべて',
|
||||||
duplicate: 'デュプリケート',
|
new: '新規',
|
||||||
history: '履歴',
|
|
||||||
select: '選択',
|
select: '選択',
|
||||||
deleteConfirm: 'のキャンセルを確認しますか?',
|
change: '変更',
|
||||||
|
include: '含める',
|
||||||
|
includes: '含める',
|
||||||
|
completed: '完了しました',
|
||||||
|
aborted: '中断しました',
|
||||||
|
disabled: '無効',
|
||||||
|
enable: '有効化',
|
||||||
|
disable: '無効化',
|
||||||
|
contributors: 'コントリビューター',
|
||||||
|
pin: '固定',
|
||||||
|
unpin: '固定を解除',
|
||||||
|
folder: 'フォルダー | フォルダー',
|
||||||
|
none: 'なし',
|
||||||
|
singleQuote: 'シングルクォート',
|
||||||
|
doubleQuote: 'ダブルクォート',
|
||||||
|
deleteConfirm: '次の要素を抹消します。確定しますか?',
|
||||||
uploadFile: 'ファイルのアップロード',
|
uploadFile: 'ファイルのアップロード',
|
||||||
|
format: 'フォーマット',
|
||||||
|
history: '履歴',
|
||||||
|
filter: 'フィルタ',
|
||||||
manualValue: 'マニュアル値',
|
manualValue: 'マニュアル値',
|
||||||
selectAll: 'すべてを選択する',
|
selectAll: 'すべて選択',
|
||||||
pageNumber: 'ページ番号'
|
pageNumber: 'ページ番号',
|
||||||
|
directoryPath: 'ディレクトリパス',
|
||||||
|
actionSuccessful: '{action} 成功',
|
||||||
|
outputFormat: '出力フォーマット',
|
||||||
|
singleFile: '単一の {ext} ファイル',
|
||||||
|
zipCompressedFile: 'ZIP 圧縮済の {ext} ファイル',
|
||||||
|
copyName: '名前をコピー',
|
||||||
|
search: '検索',
|
||||||
|
title: 'タイトル',
|
||||||
|
archive: 'アーカイブ',
|
||||||
|
undo: '元に戻す',
|
||||||
|
moveTo: '移動'
|
||||||
},
|
},
|
||||||
connection: {
|
connection: {
|
||||||
|
connection: '接続',
|
||||||
connectionName: '接続名',
|
connectionName: '接続名',
|
||||||
client: 'クライアント',
|
|
||||||
hostName: 'ホスト名',
|
hostName: 'ホスト名',
|
||||||
|
client: 'クライアント',
|
||||||
port: 'ポート',
|
port: 'ポート',
|
||||||
user: 'ユーザー名',
|
user: 'ユーザー名',
|
||||||
password: 'パスワード',
|
password: 'パスワード',
|
||||||
credentials: '認証情報',
|
credentials: '認証情報',
|
||||||
connect: '接続',
|
connect: '接続',
|
||||||
connected: '接続中',
|
connected: '接続済',
|
||||||
disconnect: '接続解除',
|
disconnect: '切断',
|
||||||
disconnected: '接続解除',
|
disconnected: '切断済',
|
||||||
ssl: 'SSL',
|
ssl: 'SSL',
|
||||||
|
enableSsl: 'SSL を有効化',
|
||||||
privateKey: '秘密鍵',
|
privateKey: '秘密鍵',
|
||||||
certificate: '証明書',
|
certificate: '証明書',
|
||||||
caCertificate: 'CA 証明書',
|
caCertificate: 'CA 証明書',
|
||||||
ciphers: '暗号',
|
ciphers: '暗号化アルゴリズム',
|
||||||
|
untrustedConnection: '信頼できない接続',
|
||||||
|
passphrase: 'パスフレーズ',
|
||||||
sshTunnel: 'SSH トンネル',
|
sshTunnel: 'SSH トンネル',
|
||||||
addConnection: '接続の追加',
|
enableSsh: 'SSH を有効化',
|
||||||
createConnection: '接続の作成',
|
connectionString: '接続文字列',
|
||||||
createNewConnection: '新しい接続の作成',
|
addConnection: '接続を追加',
|
||||||
askCredentials: '認証情報の入力',
|
createConnection: '接続を作成',
|
||||||
testConnection: '接続のテスト',
|
createNewConnection: '新規接続の作成',
|
||||||
editConnection: '接続の編集',
|
askCredentials: '認証情報を接続時に尋ねる',
|
||||||
deleteConnection: '接続の削除',
|
testConnection: '接続をテスト',
|
||||||
|
editConnection: '接続を編集',
|
||||||
|
deleteConnection: '接続を削除',
|
||||||
connectionSuccessfullyMade: '接続に成功しました。',
|
connectionSuccessfullyMade: '接続に成功しました。',
|
||||||
enableSsl: 'SSL 対応',
|
readOnlyMode: '読み取り専用モード',
|
||||||
enableSsh: 'SSH を有効にする'
|
allConnections: 'すべての接続',
|
||||||
|
searchForConnections: '接続を検索',
|
||||||
|
keepAliveInterval: 'Keep alive 間隔',
|
||||||
|
singleConnection: '単一接続'
|
||||||
},
|
},
|
||||||
database: {
|
database: {
|
||||||
schema: 'スキーマ',
|
schema: 'スキーマ',
|
||||||
type: 'タイプ',
|
type: '型',
|
||||||
|
insert: '挿入',
|
||||||
|
indexes: 'インデックス',
|
||||||
foreignKeys: '外部キー',
|
foreignKeys: '外部キー',
|
||||||
length: '長さ',
|
length: '長さ',
|
||||||
unsigned: '符号なし',
|
unsigned: '符号なし',
|
||||||
default: 'デフォルト',
|
default: 'デフォルト値',
|
||||||
comment: 'コメント',
|
comment: 'コメント',
|
||||||
collation: '照合',
|
|
||||||
key: 'キー | キー',
|
key: 'キー | キー',
|
||||||
order: '順序',
|
order: '順序',
|
||||||
expression: '表現',
|
expression: '式',
|
||||||
autoIncrement: 'オートインクリメント',
|
autoIncrement: '自動インクリメント',
|
||||||
engine: 'エンジン',
|
engine: 'エンジン',
|
||||||
field: 'フィールド | フィールド',
|
field: 'フィールド | フィールド',
|
||||||
approximately: '約',
|
approximately: '約',
|
||||||
total: '合計',
|
total: '合計',
|
||||||
table: 'テーブル',
|
table: 'テーブル',
|
||||||
view: 'ビュー',
|
view: 'ビュー',
|
||||||
indexes: 'インデックス',
|
|
||||||
definer: 'デファイナー',
|
definer: 'デファイナー',
|
||||||
algorithm: 'アルゴリズム',
|
algorithm: 'アルゴリズム',
|
||||||
trigger: 'トリガー | トリガー',
|
trigger: 'トリガー | トリガー',
|
||||||
storedRoutine: 'ストアド・ルーチン | ストアド・ルーチン',
|
storedRoutine: 'ストアド・ルーチン | ストアド・ルーチン',
|
||||||
scheduler: 'スケジューラー | スケジューラー',
|
scheduler: 'スケジューラー | スケジューラー',
|
||||||
event: 'イベント',
|
event: 'イベント',
|
||||||
parameters: 'パラメータ',
|
parameters: 'パラメーター',
|
||||||
function: '関数 | 関数',
|
function: '関数 | 関数',
|
||||||
|
deterministic: '決定論的',
|
||||||
context: 'コンテキスト',
|
context: 'コンテキスト',
|
||||||
export: 'エクスポート',
|
export: 'エクスポート',
|
||||||
|
import: 'インポート',
|
||||||
returns: '戻り値',
|
returns: '戻り値',
|
||||||
timing: 'タイミング',
|
timing: 'タイミング',
|
||||||
state: '状態',
|
state: '状態',
|
||||||
@@ -115,128 +154,249 @@ export const jaJP = {
|
|||||||
database: 'データベース',
|
database: 'データベース',
|
||||||
array: '配列',
|
array: '配列',
|
||||||
structure: '構造',
|
structure: '構造',
|
||||||
row: 'ロウ | ロウ',
|
row: '行 | 行',
|
||||||
cell: 'セル | セル',
|
cell: 'セル | セル',
|
||||||
triggerFunction: 'トリガー関数 | トリガー関数',
|
triggerFunction: 'トリガー関数 | トリガー関数',
|
||||||
routine: 'ルーチン',
|
routine: 'ルーチン',
|
||||||
unableEditFieldWithoutPrimary: '主キーのないフィールドを結果セットで編集できない',
|
drop: 'ドロップ',
|
||||||
editCell: 'セルの編集',
|
commit: 'コミット',
|
||||||
deleteRows: '行の削除 | {count} 行の削除',
|
rollback: 'ロールバック',
|
||||||
confirmToDeleteRows: '1つの行を削除することを確認しますか? | {count} 行を削除することを確認しますか?',
|
ddl: 'DDL',
|
||||||
addNewRow: '新しい行の追加',
|
collation: '照合',
|
||||||
numberOfInserts: 'インサート数',
|
resultsTable: '結果テーブル',
|
||||||
|
unableEditFieldWithoutPrimary: '結果セットでは主キーのないフィールドを編集できません',
|
||||||
|
editCell: 'セルを編集',
|
||||||
|
deleteRows: '行を削除 | {count} 行を削除',
|
||||||
|
confirmToDeleteRows: '行を削除します。確定しますか? | {count} 行を削除します。確定しますか?',
|
||||||
|
addNewRow: '行を新規追加',
|
||||||
|
numberOfInserts: '挿入レコード数',
|
||||||
affectedRows: '影響を受ける行',
|
affectedRows: '影響を受ける行',
|
||||||
createNewDatabase: '新規データベースの作成',
|
createNewDatabase: '新規データベースの作成',
|
||||||
databaseName: 'データベース名',
|
databaseName: 'データベース名',
|
||||||
serverDefault: 'サーバーのデフォルト',
|
serverDefault: 'サーバーのデフォルト',
|
||||||
deleteDatabase: 'データベースの削除',
|
deleteDatabase: 'データベースを削除',
|
||||||
editDatabase: 'データベースの編集',
|
editDatabase: 'データベースを編集',
|
||||||
clearChanges: '変更の消去',
|
clearChanges: '変更をクリア',
|
||||||
addNewField: '新しいフィールドの追加',
|
addNewField: '新規フィールドを追加',
|
||||||
manageIndexes: 'インデックスの管理',
|
manageIndexes: 'インデックスの管理',
|
||||||
manageForeignKeys: '外部キーの管理',
|
manageForeignKeys: '外部キーの管理',
|
||||||
allowNull: 'NULL を許可する',
|
allowNull: 'NULL を許可',
|
||||||
zeroFill: 'ゼロフィル',
|
zeroFill: 'ゼロ埋め',
|
||||||
customValue: 'カスタム値',
|
customValue: 'カスタム値',
|
||||||
onUpdate: '更新時',
|
onUpdate: 'ON UPDATE',
|
||||||
deleteField: 'フィールドの削除',
|
deleteField: 'フィールドを削除',
|
||||||
createNewIndex: '新しいインデックスの作成',
|
createNewIndex: '新規インデックスの作成',
|
||||||
addToIndex: 'インデックスへの追加',
|
addToIndex: 'インデックスに追加',
|
||||||
createNewTable: '新しいテーブルの作成',
|
createNewTable: '新規テーブルの作成',
|
||||||
emptyTable: '空のテーブル',
|
emptyTable: 'テーブルを空にする',
|
||||||
deleteTable: 'テーブルの削除',
|
duplicateTable: 'テーブルを複製',
|
||||||
emptyConfirm: '空にすることを確認しますか?',
|
deleteTable: 'テーブルを削除',
|
||||||
thereAreNoIndexes: 'インデックスがありません',
|
exportTable: 'テーブルをエクスポート',
|
||||||
|
emptyConfirm: 'テーブルを空にします。確定しますか?',
|
||||||
|
thereAreNoIndexes: 'インデックスがありません。',
|
||||||
thereAreNoForeign: '外部キーがありません。',
|
thereAreNoForeign: '外部キーがありません。',
|
||||||
createNewForeign: '新しい外部キーの作成',
|
createNewForeign: '新規外部キーの作成',
|
||||||
referenceTable: '参照テーブル',
|
referenceTable: '参照テーブル',
|
||||||
referenceField: '参照フィールド',
|
referenceField: '参照フィールド',
|
||||||
foreignFields: '外部フィールド',
|
foreignFields: '外部フィールド',
|
||||||
invalidDefault: '無効なデフォルト',
|
invalidDefault: '無効なデフォルト値',
|
||||||
onDelete: '削除時',
|
onDelete: 'ON DELETE',
|
||||||
selectStatement: '選択文',
|
selectStatement: 'SELECT 文',
|
||||||
triggerStatement: 'トリガー文',
|
triggerStatement: 'トリガー文',
|
||||||
sqlSecurity: 'SQL セキュリティ',
|
sqlSecurity: 'SQL セキュリティ',
|
||||||
updateOption: '更新オプション',
|
updateOption: '更新オプション',
|
||||||
deleteView: 'ビューの削除',
|
deleteView: 'ビューの削除',
|
||||||
createNewView: '新規ビューの作成',
|
createNewView: '新規ビューの作成',
|
||||||
deleteTrigger: 'トリガーの削除',
|
deleteTrigger: 'トリガーを削除',
|
||||||
createNewTrigger: '新しいトリガの作成',
|
createNewTrigger: '新規トリガーの作成',
|
||||||
currentUser: '現在のユーザー',
|
currentUser: '現在のユーザー',
|
||||||
routineBody: 'ルーチン本体',
|
routineBody: 'ルーチンの本体',
|
||||||
dataAccess: 'データアクセス',
|
dataAccess: 'データアクセス',
|
||||||
thereAreNoParameters: 'パラメータはありません',
|
thereAreNoParameters: 'パラメーターがありません',
|
||||||
createNewParameter: '新しいパラメータの作成',
|
createNewParameter: '新規パラメータの作成',
|
||||||
createNewRoutine: 'ストアド・ルーチンの新規作成',
|
createNewRoutine: '新規ストアド・ルーチンの作成',
|
||||||
deleteRoutine: 'ストアド・ルーチンの削除',
|
deleteRoutine: 'ストアド・ルーチンの削除',
|
||||||
functionBody: '関数本体',
|
functionBody: '関数の本体',
|
||||||
createNewFunction: '新しい関数の作成',
|
createNewFunction: '新規関数の作成',
|
||||||
deleteFunction: '関数の削除',
|
deleteFunction: '関数を削除',
|
||||||
schedulerBody: 'スケジューラ本体',
|
schedulerBody: 'スケジューラの本体',
|
||||||
createNewScheduler: 'スケジューラの新規作成',
|
createNewScheduler: '新規スケジューラの作成',
|
||||||
deleteScheduler: 'スケジューラの削除',
|
deleteScheduler: 'スケジューラを削除',
|
||||||
preserveOnCompletion: '完了時に保存する',
|
preserveOnCompletion: '完了時に保存する',
|
||||||
tableFiller: 'テーブルフィラー',
|
tableFiller: 'テーブルフィラー',
|
||||||
fakeDataLanguage: 'フェイクデータの言語',
|
fakeDataLanguage: 'フェイクデータの言語',
|
||||||
queryDuration: '問い合わせ期間',
|
queryDuration: 'クエリ実行時間',
|
||||||
setNull: 'NULL の設定',
|
setNull: 'NULL の設定',
|
||||||
processesList: 'プロセス一覧',
|
processesList: 'プロセス一覧',
|
||||||
processInfo: 'プロセス情報',
|
processInfo: 'プロセス情報',
|
||||||
manageUsers: 'ユーザーの管理',
|
manageUsers: 'ユーザーの管理',
|
||||||
createNewSchema: '新しいスキーマの作成',
|
createNewSchema: '新規スキーマの作成',
|
||||||
schemaName: 'スキーマ名',
|
schemaName: 'スキーマ名',
|
||||||
editSchema: 'スキーマの編集',
|
editSchema: 'スキーマを編集',
|
||||||
deleteSchema: 'スキーマの削除',
|
deleteSchema: 'スキーマを削除',
|
||||||
duplicateTable: 'テーブルを複製する',
|
|
||||||
noSchema: 'スキーマなし',
|
noSchema: 'スキーマなし',
|
||||||
runQuery: 'クエリの実行',
|
runQuery: 'クエリを実行',
|
||||||
thereAreNoTableFields: 'テーブルのフィールドがありません',
|
thereAreNoTableFields: 'テーブルにフィールドがありません。',
|
||||||
newTable: '新しいテーブル',
|
newTable: '新規テーブル',
|
||||||
newView: '新しいビュー',
|
newView: '新規ビュー',
|
||||||
newTrigger: '新しいトリガー',
|
newTrigger: '新規トリガー',
|
||||||
newRoutine: '新しいルーチン',
|
newRoutine: '新規ルーチン',
|
||||||
newFunction: '新しい関数',
|
newFunction: '新規関数',
|
||||||
newScheduler: '新規スケジューラ',
|
newScheduler: '新規スケジューラ',
|
||||||
newTriggerFunction: '新しいトリガー機能',
|
newTriggerFunction: '新規トリガー機能',
|
||||||
thereIsNoQueriesYet: 'まだ問い合わせはありません',
|
thereAreNoQueriesYet: 'クエリはまだありません。',
|
||||||
searchForQueries: 'クエリの検索',
|
searchForQueries: 'クエリの検索',
|
||||||
killProcess: 'プロセスの停止'
|
killProcess: 'プロセスの停止',
|
||||||
|
exportSchema: 'スキーマをエクスポート',
|
||||||
|
importSchema: 'スキーマをインポート',
|
||||||
|
newInsertStmtEvery: 'それぞれに新しい INSERT 文',
|
||||||
|
processingTableExport: '{table} を処理中',
|
||||||
|
fetchingTableExport: '{table} のデータを取得中',
|
||||||
|
writingTableExport: '{table} のデータを書き込み中',
|
||||||
|
checkAllTables: 'すべてのテーブルを選択',
|
||||||
|
uncheckAllTables: 'すべてのテーブルの選択を解除',
|
||||||
|
killQuery: 'クエリを終了',
|
||||||
|
insertRow: '行を挿入 | 行を挿入',
|
||||||
|
commitMode: 'コミットモード',
|
||||||
|
autoCommit: '自動コミット',
|
||||||
|
manualCommit: '手動コミット',
|
||||||
|
importQueryErrors: '警告: {n} 個のエラーが発生しました。 | 警告: {n} 個のエラーが発生しました。',
|
||||||
|
executedQueries: '{n} 個のクエリを実行しました。 | {n} 個のクエリを実行しました。',
|
||||||
|
disableFKChecks: '外部キーのチェックを無効化',
|
||||||
|
formatQuery: 'クエリをフォーマット',
|
||||||
|
queryHistory: 'クエリ履歴',
|
||||||
|
clearQuery: 'クエリをクリア',
|
||||||
|
fillCell: 'セルを埋める',
|
||||||
|
executeSelectedQuery: '選択されたクエリを実行',
|
||||||
|
noResultsPresent: '結果がありません。',
|
||||||
|
sqlExportOptions: 'SQL エクスポートオプション',
|
||||||
|
targetTable: '対象テーブル',
|
||||||
|
switchDatabase: 'データベースを切り替え',
|
||||||
|
searchForElements: '要素を検索',
|
||||||
|
searchForSchemas: 'スキーマを検索',
|
||||||
|
savedQueries: '保存済のクエリ'
|
||||||
},
|
},
|
||||||
application: {
|
application: {
|
||||||
settings: '設定',
|
settings: '設定',
|
||||||
|
console: 'コンソール',
|
||||||
general: '一般',
|
general: '一般',
|
||||||
themes: 'テーマ',
|
themes: 'テーマ',
|
||||||
update: '更新情報',
|
update: '更新',
|
||||||
|
about: 'About',
|
||||||
language: '言語',
|
language: '言語',
|
||||||
|
shortcuts: 'ショートカット',
|
||||||
|
key: 'キー | キー', // キーボードのキー
|
||||||
|
event: 'イベント',
|
||||||
light: 'ライト',
|
light: 'ライト',
|
||||||
dark: 'ダーク',
|
dark: 'ダーク',
|
||||||
autoCompletion: 'オートコンプリート',
|
autoCompletion: 'オートコンプリート',
|
||||||
application: 'アプリケーション',
|
application: 'アプリケーション',
|
||||||
editor: 'エディター',
|
editor: 'エディター',
|
||||||
scratchpad: 'スクラッチパッド',
|
|
||||||
changelog: '変更履歴',
|
changelog: '変更履歴',
|
||||||
madeWithJS: '💛 と JavaScript で作られています。',
|
small: '小',
|
||||||
checkForUpdates: '更新情報の確認',
|
medium: '中',
|
||||||
noUpdatesAvailable: 'アップデートがありません',
|
large: '大',
|
||||||
checkingForUpdate: 'アップデートを確認中',
|
appearance: '外観',
|
||||||
checkFailure: 'チェックに失敗しました、後で試してください',
|
color: '色',
|
||||||
updateAvailable: 'アップデートが利用可能です',
|
label: 'ラベル',
|
||||||
downloadingUpdate: 'アップデートのダウンロード',
|
icon: 'アイコン',
|
||||||
updateDownloaded: 'アップデートのダウンロード',
|
fileName: 'ファイル名',
|
||||||
restartToInstall: 'Antares を再起動してインストールしてください',
|
choseFile: 'ファイルを選択',
|
||||||
|
data: 'データ',
|
||||||
|
password: 'パスワード',
|
||||||
|
required: '必須',
|
||||||
|
madeWithJS: '💛 と JavaScript で作られています!',
|
||||||
|
checkForUpdates: '更新を確認',
|
||||||
|
noUpdatesAvailable: '更新はありません。',
|
||||||
|
checkingForUpdate: '更新を確認中',
|
||||||
|
checkFailure: 'チェックに失敗しました、後で試してください。',
|
||||||
|
updateAvailable: '更新が利用可能です。',
|
||||||
|
downloadingUpdate: '更新をダウンロード中',
|
||||||
|
updateDownloaded: '更新をダウンロード済',
|
||||||
|
restartToInstall: 'Antares を再起動してインストールしてください。',
|
||||||
|
includeBetaUpdates: 'ベータ版アップデートを含む',
|
||||||
notificationsTimeout: '通知のタイムアウト',
|
notificationsTimeout: '通知のタイムアウト',
|
||||||
openNewTab: '新しいタブを開く',
|
openNewTab: '新しいタブを開く',
|
||||||
unsavedChanges: '保存されていない変更',
|
unsavedChanges: '保存されていない変更',
|
||||||
discardUnsavedChanges: '保存されていない変更があります。このタブを閉じると、これらの変更は破棄されます。',
|
discardUnsavedChanges: '保存されていない変更があります。このタブを閉じると、これらの変更は破棄されます。',
|
||||||
applicationTheme: 'アプリケーションテーマ',
|
applicationTheme: 'アプリケーションのテーマ',
|
||||||
editorTheme: 'エディターテーマ',
|
editorTheme: 'エディターのテーマ',
|
||||||
wrapLongLines: '長い行の折り返し',
|
wrapLongLines: '長い行を折り返す',
|
||||||
includeBetaUpdates: 'ベータ版アップデートを含む',
|
markdownSupported: 'Markdown をサポートしています。',
|
||||||
markdownSupported: 'マークダウン対応',
|
plantATree: '木を植える',
|
||||||
dataTabPageSize: 'DATA タブのページサイズ',
|
dataTabPageSize: 'DATA タブのページサイズ',
|
||||||
noOpenTabs: '開いているタブがありません。左のバーでナビゲートするか',
|
noOpenTabs: '開いているタブがありません。',
|
||||||
restorePreviousSession: '前のセッションに戻す',
|
restorePreviousSession: '前のセッションに戻す',
|
||||||
searchForElements: '要素の検索'
|
closeTab: 'タブを閉じる',
|
||||||
|
goToDownloadPage: 'ダウンロードページへ移動',
|
||||||
|
disableBlur: 'ぼかしを無効化',
|
||||||
|
missingOrIncompleteTranslation: '翻訳が不足しているか、または不完全ですか?',
|
||||||
|
findOutHowToContribute: 'コントリビュートの方法を調べる',
|
||||||
|
reportABug: 'バグを報告',
|
||||||
|
nextTab: '次のタブ',
|
||||||
|
previousTab: '前のタブ',
|
||||||
|
selectTabNumber: 'タブ番号を選択 {param}',
|
||||||
|
toggleConsole: 'コンソールを切り替え',
|
||||||
|
addShortcut: 'ショートカットを追加',
|
||||||
|
editShortcut: 'ショートカットを編集',
|
||||||
|
deleteShortcut: 'ショートカットを削除',
|
||||||
|
restoreDefaults: 'デフォルトに戻す',
|
||||||
|
restoreDefaultsQuestion: 'デフォルト値に戻します。確定しますか?',
|
||||||
|
registerAShortcut: 'ショートカットを登録',
|
||||||
|
invalidShortcutMessage: '無効な組み合わせです、続けて入力してください。',
|
||||||
|
shortcutAlreadyExists: 'ショートカットが既に存在します。',
|
||||||
|
saveContent: '内容を保存',
|
||||||
|
openAllConnections: 'すべての接続を開く',
|
||||||
|
openSettings: '設定を開く',
|
||||||
|
runOrReload: '実行またはリロード',
|
||||||
|
openFilter: 'フィルタを開く',
|
||||||
|
nextResultsPage: '次の結果ページ',
|
||||||
|
previousResultsPage: '前の結果ページ',
|
||||||
|
editFolder: 'フォルダーを編集',
|
||||||
|
folderName: 'フォルダー名',
|
||||||
|
deleteFolder: 'フォルダーを削除',
|
||||||
|
newFolder: '新規フォルダー',
|
||||||
|
outOfFolder: 'フォルダーの外',
|
||||||
|
editConnectionAppearance: '接続の外観を編集',
|
||||||
|
defaultCopyType: 'デフォルトのコピータイプ',
|
||||||
|
showTableSize: 'サイドバーにテーブルのサイズを表示',
|
||||||
|
showTableSizeDescription: 'MySQL/MariaDB のみ。このオプションを有効にすると、多数のテーブルを持つスキーマのパフォーマンスに影響を与える可能性があります。',
|
||||||
|
switchSearchMethod: '検索方法を切り替え',
|
||||||
|
phpArray: 'PHP 配列',
|
||||||
|
closeAllTabs: 'すべてのタブを閉じる',
|
||||||
|
closeOtherTabs: '他のタブを閉じる',
|
||||||
|
closeTabsToLeft: '左のタブを閉じる',
|
||||||
|
closeTabsToRight: '右のタブを閉じる',
|
||||||
|
csvFieldDelimiter: 'フィールドの区切り文字',
|
||||||
|
csvLinesTerminator: '行の終端',
|
||||||
|
csvStringDelimiter: '文字列の区切り文字',
|
||||||
|
csvIncludeHeader: 'ヘッダを含める',
|
||||||
|
csvExportOptions: 'CSV エクスポートオプション',
|
||||||
|
exportData: 'データをエクスポート',
|
||||||
|
exportDataExplanation: 'Anteras に保存された接続をエクスポートします。エクスポートされたファイルを暗号化するためのパスワードが要求されます。',
|
||||||
|
importData: 'データをインポート',
|
||||||
|
importDataExplanation: '接続を含む .antares ファイルをインポートします。エクスポート時に定義したパスワードを入力する必要があります。',
|
||||||
|
includeConnectionPasswords: '接続パスワードを含める',
|
||||||
|
includeFolders: 'フォルダーを含める',
|
||||||
|
encryptionPassword: '暗号化パスワード',
|
||||||
|
encryptionPasswordError: '暗号化パスワードは8文字以上でなければなりません。',
|
||||||
|
ignoreDuplicates: '重複を無視',
|
||||||
|
wrongImportPassword: 'インポートパスワードが誤っています。',
|
||||||
|
wrongFileFormat: 'ファイルフォーマットが誤っています。',
|
||||||
|
dataImportSuccess: 'データのインポートに成功しました。',
|
||||||
|
note: 'ノート | ノート',
|
||||||
|
thereAreNoNotesYet: 'ノートはまだありません。',
|
||||||
|
addNote: 'ノートを追加',
|
||||||
|
editNote: 'ノートを編集',
|
||||||
|
saveAsNote: 'ノートとして保存',
|
||||||
|
showArchivedNotes: 'アーカイブ済のノートを表示',
|
||||||
|
hideArchivedNotes: 'アーカイブ済のノートを非表示',
|
||||||
|
tag: 'タグ', // ノートのタグ
|
||||||
|
saveFile: 'ファイルを保存',
|
||||||
|
saveFileAs: 'ファイルを別名で保存',
|
||||||
|
openFile: 'ファイルを開く',
|
||||||
|
openNotes: 'ノートを開く'
|
||||||
|
|
||||||
},
|
},
|
||||||
faker: {
|
faker: {
|
||||||
address: '住所',
|
address: '住所',
|
||||||
@@ -245,42 +405,42 @@ export const jaJP = {
|
|||||||
database: 'データベース',
|
database: 'データベース',
|
||||||
date: '日付',
|
date: '日付',
|
||||||
finance: 'ファイナンス',
|
finance: 'ファイナンス',
|
||||||
// git: 'ギット',
|
git: 'Git',
|
||||||
hacker: 'ハッカー',
|
hacker: 'ハッカー',
|
||||||
internet: 'インターネット',
|
internet: 'インターネット',
|
||||||
// lorem: 'ローレム',
|
lorem: 'Lorem',
|
||||||
name: '名前',
|
name: '名前',
|
||||||
music: '音楽',
|
music: '音楽',
|
||||||
phone: '電話',
|
phone: '電話',
|
||||||
random: 'ランダム',
|
random: 'ランダム',
|
||||||
system: 'システム',
|
system: 'システム',
|
||||||
time: '時間',
|
time: '時間',
|
||||||
vehicle: '車',
|
vehicle: '車両',
|
||||||
zipCode: '郵便番号',
|
zipCode: '郵便番号',
|
||||||
zipCodeByState: '都道府県別郵便番号',
|
zipCodeByState: '都道府県別郵便番号',
|
||||||
city: '都市名',
|
city: '都市名',
|
||||||
cityPrefix: '市のプレフィックス',
|
cityPrefix: '都市のプレフィックス',
|
||||||
citySuffix: '市の接尾辞',
|
citySuffix: '都市のサフィックス',
|
||||||
streetName: '通りの名前',
|
streetName: '通りの名前',
|
||||||
streetAddress: 'ストリートアドレス',
|
streetAddress: '通りの住所',
|
||||||
streetSuffix: '通りの接尾辞',
|
streetSuffix: '通りのサフィックス',
|
||||||
streetPrefix: 'ストリートプレフィックス',
|
streetPrefix: '通りのプレフィックス',
|
||||||
secondaryAddress: '副住所',
|
secondaryAddress: '副住所',
|
||||||
county: '郡',
|
county: '郡',
|
||||||
country: '国名',
|
country: '国名',
|
||||||
countryCode: '国コード',
|
countryCode: '国コード',
|
||||||
state: '州',
|
state: '州',
|
||||||
stateAbbr: '州の略語',
|
stateAbbr: '州の略称',
|
||||||
latitude: '緯度',
|
latitude: '緯度',
|
||||||
longitude: '経度',
|
longitude: '経度',
|
||||||
direction: '方向',
|
direction: '方向',
|
||||||
cardinalDirection: '枢機卿の方向',
|
cardinalDirection: '4方位',
|
||||||
ordinalDirection: '序列方向',
|
ordinalDirection: '8方位',
|
||||||
nearbyGPSCoordinate: '近くのGPS座標',
|
nearbyGPSCoordinate: '近くのGPS座標',
|
||||||
timeZone: 'タイムゾーン',
|
timeZone: 'タイムゾーン',
|
||||||
color: '色',
|
color: '色',
|
||||||
department: '部門',
|
department: '部門',
|
||||||
productName: '商品名',
|
productName: '製品名',
|
||||||
price: '価格',
|
price: '価格',
|
||||||
productAdjective: '製品の形容詞',
|
productAdjective: '製品の形容詞',
|
||||||
productMaterial: '製品の素材',
|
productMaterial: '製品の素材',
|
||||||
@@ -288,29 +448,30 @@ export const jaJP = {
|
|||||||
productDescription: '製品の説明',
|
productDescription: '製品の説明',
|
||||||
suffixes: 'サフィックス',
|
suffixes: 'サフィックス',
|
||||||
companyName: '会社名',
|
companyName: '会社名',
|
||||||
companySuffix: '会社のサフィックス',
|
companySuffix: '会社名のサフィックス',
|
||||||
catchPhrase: 'キャッチフレーズ',
|
catchPhrase: 'キャッチフレーズ',
|
||||||
// bs: 'BS',
|
bs: 'BS',
|
||||||
catchPhraseAdjective: 'キャッチフレーズ形容詞',
|
catchPhraseAdjective: 'キャッチフレーズ形容詞',
|
||||||
catchPhraseDescriptor: 'キャッチフレーズの説明文',
|
catchPhraseDescriptor: 'キャッチフレーズの説明文',
|
||||||
catchPhraseNoun: 'キャッチフレーズの名詞',
|
catchPhraseNoun: 'キャッチフレーズの名詞',
|
||||||
bsAdjective: 'BS 形容詞',
|
bsAdjective: 'BS 形容詞',
|
||||||
bsBuzz: 'BS の話題',
|
bsBuzz: 'BS の話題',
|
||||||
bsNoun: 'BS の名詞',
|
bsNoun: 'BS の名詞',
|
||||||
column: 'コラム',
|
column: 'カラム',
|
||||||
type: 'タイプ',
|
type: 'タイプ',
|
||||||
collation: '照合',
|
collation: '照合',
|
||||||
engine: 'エンジン',
|
engine: 'エンジン',
|
||||||
past: '過去',
|
past: '過去',
|
||||||
|
now: '現在',
|
||||||
future: '未来',
|
future: '未来',
|
||||||
between: '間',
|
between: '間',
|
||||||
recent: '最近',
|
recent: '最近',
|
||||||
soon: 'すぐ',
|
soon: 'まもなく',
|
||||||
month: '月',
|
month: '月',
|
||||||
weekday: '曜日',
|
weekday: '曜日',
|
||||||
account: 'アカウント',
|
account: '口座',
|
||||||
accountName: '口座名',
|
accountName: '口座名',
|
||||||
routingNumber: 'ルーティング番号',
|
routingNumber: 'ルーティングナンバー',
|
||||||
mask: 'マスク',
|
mask: 'マスク',
|
||||||
amount: '金額',
|
amount: '金額',
|
||||||
transactionType: '取引の種類',
|
transactionType: '取引の種類',
|
||||||
@@ -318,19 +479,19 @@ export const jaJP = {
|
|||||||
currencyName: '通貨名',
|
currencyName: '通貨名',
|
||||||
currencySymbol: '通貨記号',
|
currencySymbol: '通貨記号',
|
||||||
bitcoinAddress: 'Bitcoin アドレス',
|
bitcoinAddress: 'Bitcoin アドレス',
|
||||||
litecoinAddress: 'ライトコインのアドレス',
|
litecoinAddress: 'Litecoin アドレス',
|
||||||
creditCardNumber: 'クレジットカード番号',
|
creditCardNumber: 'クレジットカード番号',
|
||||||
creditCardCVV: 'クレジットカードの CVV',
|
creditCardCVV: 'クレジットカードの CVV',
|
||||||
ethereumAddress: 'イーサリアムのアドレス',
|
ethereumAddress: 'Ethereum アドレス',
|
||||||
iban: 'アイバン',
|
iban: 'IBAN',
|
||||||
bic: 'ビック',
|
bic: 'BIC',
|
||||||
transactionDescription: '取引内容',
|
transactionDescription: '取引の説明',
|
||||||
branch: 'ブランチ',
|
branch: 'ブランチ',
|
||||||
commitEntry: 'コミットエントリ',
|
commitEntry: 'コミットエントリ',
|
||||||
commitMessage: 'コミットメッセージ',
|
commitMessage: 'コミットメッセージ',
|
||||||
commitSha: 'コミット SHA',
|
commitSha: 'コミット SHA',
|
||||||
shortSha: 'ショート SHA',
|
shortSha: 'ショート SHA',
|
||||||
abbreviation: '省略形',
|
abbreviation: '略称',
|
||||||
adjective: '形容詞',
|
adjective: '形容詞',
|
||||||
noun: '名詞',
|
noun: '名詞',
|
||||||
verb: '動詞',
|
verb: '動詞',
|
||||||
@@ -345,23 +506,23 @@ export const jaJP = {
|
|||||||
domainName: 'ドメイン名',
|
domainName: 'ドメイン名',
|
||||||
domainSuffix: 'ドメインのサフィックス',
|
domainSuffix: 'ドメインのサフィックス',
|
||||||
domainWord: 'ドメイン名',
|
domainWord: 'ドメイン名',
|
||||||
ip: 'Ip',
|
ip: 'IP',
|
||||||
ipv6: 'Ipv6',
|
ipv6: 'IPv6',
|
||||||
userAgent: 'ユーザーエージェント',
|
userAgent: 'User-Agent',
|
||||||
// mac: 'Mac',
|
mac: 'MAC',
|
||||||
password: 'パスワード',
|
password: 'パスワード',
|
||||||
word: 'ワード',
|
word: '単語',
|
||||||
words: '単語',
|
words: '単語',
|
||||||
sentence: '文章',
|
sentence: '文章',
|
||||||
slug: 'スラッグ',
|
slug: 'Slug',
|
||||||
sentences: 'センテンス',
|
sentences: '文章',
|
||||||
paragraph: 'パラグラフ',
|
paragraph: '段落',
|
||||||
paragraphs: 'パラグラフ',
|
paragraphs: '段落',
|
||||||
text: 'テキスト',
|
text: 'テキスト',
|
||||||
lines: '行',
|
lines: '行',
|
||||||
genre: 'ジャンル',
|
genre: 'ジャンル',
|
||||||
firstName: 'ファーストネーム',
|
firstName: '姓',
|
||||||
lastName: '苗字',
|
lastName: '名',
|
||||||
middleName: 'ミドルネーム',
|
middleName: 'ミドルネーム',
|
||||||
findName: 'フルネーム',
|
findName: 'フルネーム',
|
||||||
jobTitle: '役職名',
|
jobTitle: '役職名',
|
||||||
@@ -371,35 +532,35 @@ export const jaJP = {
|
|||||||
title: '役職名',
|
title: '役職名',
|
||||||
jobDescriptor: '職務記述書',
|
jobDescriptor: '職務記述書',
|
||||||
jobArea: '職務領域',
|
jobArea: '職務領域',
|
||||||
jobType: '仕事の種類',
|
jobType: '職種',
|
||||||
phoneNumber: '電話番号',
|
phoneNumber: '電話番号',
|
||||||
phoneNumberFormat: '電話番号のフォーマット',
|
phoneNumberFormat: '電話番号のフォーマット',
|
||||||
phoneFormats: '電話番号のフォーマット',
|
phoneFormats: '電話番号のフォーマット',
|
||||||
// number: '番号',
|
number: '数字',
|
||||||
// float: 'フロート',
|
float: '浮動小数点数',
|
||||||
arrayElement: '配列要素',
|
arrayElement: '配列要素',
|
||||||
arrayElements: '配列要素',
|
arrayElements: '配列要素',
|
||||||
objectElement: 'オブジェクトの要素',
|
objectElement: 'オブジェクトの要素',
|
||||||
// uuid: 'Uuid',
|
uuid: 'UUID',
|
||||||
// boolean: 'ブール',
|
boolean: 'ブール値',
|
||||||
image: '画像',
|
image: '画像',
|
||||||
locale: 'ロケール',
|
locale: 'ロケール',
|
||||||
alpha: '英字',
|
alpha: '英字',
|
||||||
alphaNumeric: '英数字',
|
alphaNumeric: '英数字',
|
||||||
hexaDecimal: '16進法',
|
hexaDecimal: '16進数',
|
||||||
fileName: 'ファイル名',
|
fileName: 'ファイル名',
|
||||||
commonFileName: '一般的なファイル名',
|
commonFileName: '一般的なファイル名',
|
||||||
mimeType: 'Mimeタイプ',
|
mimeType: 'MIME タイプ',
|
||||||
commonFileType: '共通のファイルタイプ',
|
commonFileType: '共通のファイルタイプ',
|
||||||
commonFileExt: '共通のファイル拡張子',
|
commonFileExt: '共通のファイル拡張子',
|
||||||
fileType: 'ファイルタイプ',
|
fileType: 'ファイルタイプ',
|
||||||
fileExt: 'ファイル拡張子',
|
fileExt: 'ファイル拡張子',
|
||||||
directoryPath: 'ディレクトリパス',
|
directoryPath: 'ディレクトリパス',
|
||||||
filePath: 'ファイルパス',
|
filePath: 'ファイルパス',
|
||||||
// semver: 'セムバー',
|
semver: 'セマンティックバージョニング',
|
||||||
manufacturer: 'メーカー名',
|
manufacturer: 'メーカー',
|
||||||
model: 'モデル',
|
model: 'モデル',
|
||||||
fuel: '燃料'
|
fuel: '燃料',
|
||||||
// vin: 'Vin'
|
vin: '車両識別番号'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@@ -228,7 +228,7 @@ export const koKR = {
|
|||||||
newFunction: '새 함수',
|
newFunction: '새 함수',
|
||||||
newScheduler: '새 스케줄러',
|
newScheduler: '새 스케줄러',
|
||||||
newTriggerFunction: '새 트리거 함수',
|
newTriggerFunction: '새 트리거 함수',
|
||||||
thereIsNoQueriesYet: '아직 쿼리가 없습니다',
|
thereAreNoQueriesYet: '아직 쿼리가 없습니다',
|
||||||
searchForQueries: '쿼리 검색',
|
searchForQueries: '쿼리 검색',
|
||||||
killProcess: '프로세스 종료',
|
killProcess: '프로세스 종료',
|
||||||
exportSchema: '스키마 내보내기',
|
exportSchema: '스키마 내보내기',
|
||||||
|
@@ -100,7 +100,7 @@ export const nlNL = {
|
|||||||
readOnlyMode: 'Alleen lezen modus',
|
readOnlyMode: 'Alleen lezen modus',
|
||||||
untrustedConnection: 'Niet vertrouwde verbinding',
|
untrustedConnection: 'Niet vertrouwde verbinding',
|
||||||
allConnections: 'Alle verbindingen',
|
allConnections: 'Alle verbindingen',
|
||||||
searchForConnections: 'Search for connections'
|
searchForConnections: 'Zoek naar verbindingen'
|
||||||
},
|
},
|
||||||
database: {
|
database: {
|
||||||
schema: 'Schema',
|
schema: 'Schema',
|
||||||
@@ -233,8 +233,8 @@ export const nlNL = {
|
|||||||
newFunction: 'Nieuwe function',
|
newFunction: 'Nieuwe function',
|
||||||
newScheduler: 'Nieuwe scheduler',
|
newScheduler: 'Nieuwe scheduler',
|
||||||
newTriggerFunction: 'Nieuwe trigger function',
|
newTriggerFunction: 'Nieuwe trigger function',
|
||||||
thereIsNoQueriesYet: 'There is no queries yet',
|
thereAreNoQueriesYet: 'Er zijn nog geen queries',
|
||||||
searchForQueries: 'Search for queries',
|
searchForQueries: 'Zoek naar queries',
|
||||||
killProcess: 'Sluit proces af',
|
killProcess: 'Sluit proces af',
|
||||||
exportSchema: 'Exporteer schema',
|
exportSchema: 'Exporteer schema',
|
||||||
importSchema: 'Importeer schema',
|
importSchema: 'Importeer schema',
|
||||||
|
@@ -231,7 +231,7 @@ export const ptBR = {
|
|||||||
newFunction: 'Nova função',
|
newFunction: 'Nova função',
|
||||||
newScheduler: 'Novo agendento',
|
newScheduler: 'Novo agendento',
|
||||||
newTriggerFunction: 'Novo gatinho de função',
|
newTriggerFunction: 'Novo gatinho de função',
|
||||||
thereIsNoQueriesYet: 'Nenhuma consulta ainda',
|
thereAreNoQueriesYet: 'Nenhuma consulta ainda',
|
||||||
searchForQueries: 'Pesquisar por consultas',
|
searchForQueries: 'Pesquisar por consultas',
|
||||||
killProcess: 'Matar processo',
|
killProcess: 'Matar processo',
|
||||||
exportSchema: 'Exportar banco de dados',
|
exportSchema: 'Exportar banco de dados',
|
||||||
|
@@ -229,7 +229,7 @@ export const ruRU = {
|
|||||||
newFunction: 'Новая функция',
|
newFunction: 'Новая функция',
|
||||||
newScheduler: 'Новый планировщик',
|
newScheduler: 'Новый планировщик',
|
||||||
newTriggerFunction: 'Новая функция триггера',
|
newTriggerFunction: 'Новая функция триггера',
|
||||||
thereIsNoQueriesYet: 'Запросы пока отсутствуют',
|
thereAreNoQueriesYet: 'Запросы пока отсутствуют',
|
||||||
searchForQueries: 'Поиск по запросам',
|
searchForQueries: 'Поиск по запросам',
|
||||||
killProcess: 'Убить процесс',
|
killProcess: 'Убить процесс',
|
||||||
exportSchema: 'Экспорт схемы',
|
exportSchema: 'Экспорт схемы',
|
||||||
|
@@ -238,7 +238,7 @@ export const ukUA = {
|
|||||||
newFunction: 'Нова функція',
|
newFunction: 'Нова функція',
|
||||||
newScheduler: 'Новий планувальник',
|
newScheduler: 'Новий планувальник',
|
||||||
newTriggerFunction: 'Нова функція тригера',
|
newTriggerFunction: 'Нова функція тригера',
|
||||||
thereIsNoQueriesYet: 'Поки що немає запитів',
|
thereAreNoQueriesYet: 'Поки що немає запитів',
|
||||||
searchForQueries: 'Пошук запитів',
|
searchForQueries: 'Пошук запитів',
|
||||||
killProcess: 'Завершити процес',
|
killProcess: 'Завершити процес',
|
||||||
exportSchema: 'Експорт схеми',
|
exportSchema: 'Експорт схеми',
|
||||||
|
@@ -222,7 +222,7 @@ export const viVN = {
|
|||||||
newFunction: 'Chức năng mới',
|
newFunction: 'Chức năng mới',
|
||||||
newScheduler: 'Bộ lập lịch mới',
|
newScheduler: 'Bộ lập lịch mới',
|
||||||
newTriggerFunction: 'Chức năng kích hoạt mới',
|
newTriggerFunction: 'Chức năng kích hoạt mới',
|
||||||
thereIsNoQueriesYet: 'Không có truy vấn nào',
|
thereAreNoQueriesYet: 'Không có truy vấn nào',
|
||||||
searchForQueries: 'Tìm kiếm truy vấn',
|
searchForQueries: 'Tìm kiếm truy vấn',
|
||||||
killProcess: 'Huỷ quá trình',
|
killProcess: 'Huỷ quá trình',
|
||||||
exportSchema: 'Xuất lược đồ',
|
exportSchema: 'Xuất lược đồ',
|
||||||
|
@@ -65,9 +65,16 @@ export const zhCN = {
|
|||||||
actionSuccessful: '{action} 成功',
|
actionSuccessful: '{action} 成功',
|
||||||
outputFormat: '输出格式',
|
outputFormat: '输出格式',
|
||||||
singleFile: '单个 {ext} 文件',
|
singleFile: '单个 {ext} 文件',
|
||||||
zipCompressedFile: 'ZIP 压缩 {ext} 文件'
|
zipCompressedFile: 'ZIP 压缩 {ext} 文件',
|
||||||
|
copyName: '复制名称',
|
||||||
|
search: '搜索',
|
||||||
|
title: '标题',
|
||||||
|
archive: '归档',
|
||||||
|
undo: '重做',
|
||||||
|
moveTo: '移动到'
|
||||||
},
|
},
|
||||||
connection: { // 数据库连接
|
connection: { // 数据库连接
|
||||||
|
connection: '连接',
|
||||||
connectionName: '连接名称',
|
connectionName: '连接名称',
|
||||||
hostName: '主机名',
|
hostName: '主机名',
|
||||||
client: '数据库类型',
|
client: '数据库类型',
|
||||||
@@ -101,7 +108,8 @@ export const zhCN = {
|
|||||||
readOnlyMode: '只读模式',
|
readOnlyMode: '只读模式',
|
||||||
allConnections: '所有连接',
|
allConnections: '所有连接',
|
||||||
searchForConnections: '搜索连接',
|
searchForConnections: '搜索连接',
|
||||||
keepAliveInterval: '保持活跃间隔'
|
keepAliveInterval: '保持活跃间隔',
|
||||||
|
singleConnection: '单一连接'
|
||||||
},
|
},
|
||||||
database: { // 数据库相关术语
|
database: { // 数据库相关术语
|
||||||
schema: '模式(schema)',
|
schema: '模式(schema)',
|
||||||
@@ -236,7 +244,7 @@ export const zhCN = {
|
|||||||
newFunction: '新函数',
|
newFunction: '新函数',
|
||||||
newScheduler: '新调度器',
|
newScheduler: '新调度器',
|
||||||
newTriggerFunction: '新触发器函数',
|
newTriggerFunction: '新触发器函数',
|
||||||
thereIsNoQueriesYet: '目前还没有任何查询',
|
thereAreNoQueriesYet: '目前还没有任何查询',
|
||||||
searchForQueries: '搜索查询',
|
searchForQueries: '搜索查询',
|
||||||
killProcess: '终止进程',
|
killProcess: '终止进程',
|
||||||
exportSchema: '导出模式(schema)',
|
exportSchema: '导出模式(schema)',
|
||||||
@@ -265,12 +273,11 @@ export const zhCN = {
|
|||||||
targetTable: '目标表',
|
targetTable: '目标表',
|
||||||
switchDatabase: '切换数据库',
|
switchDatabase: '切换数据库',
|
||||||
searchForElements: '搜索元素',
|
searchForElements: '搜索元素',
|
||||||
searchForSchemas: '搜索模式(schema)'
|
searchForSchemas: '搜索模式(schema)',
|
||||||
|
savedQueries: '已保存的查询'
|
||||||
},
|
},
|
||||||
application: { // 应用程序相关术语
|
application: { // 应用程序相关术语
|
||||||
settings: '设置',
|
settings: '设置',
|
||||||
scratchpad: '草稿栏',
|
|
||||||
disableScratchpad: '禁用草稿栏',
|
|
||||||
console: '控制台',
|
console: '控制台',
|
||||||
general: '常规',
|
general: '常规',
|
||||||
themes: '主题',
|
themes: '主题',
|
||||||
@@ -375,7 +382,19 @@ export const zhCN = {
|
|||||||
ignoreDuplicates: '忽略重复',
|
ignoreDuplicates: '忽略重复',
|
||||||
wrongImportPassword: '错误的导入密码',
|
wrongImportPassword: '错误的导入密码',
|
||||||
wrongFileFormat: '错误的文件格式',
|
wrongFileFormat: '错误的文件格式',
|
||||||
dataImportSuccess: '数据已成功导入'
|
dataImportSuccess: '数据已成功导入',
|
||||||
|
note: '笔记 | 笔记',
|
||||||
|
thereAreNoNotesYet: '目前还没有笔记',
|
||||||
|
addNote: '添加笔记',
|
||||||
|
editNote: '编辑笔记',
|
||||||
|
saveAsNote: '另存为笔记',
|
||||||
|
showArchivedNotes: '显示归档笔记',
|
||||||
|
hideArchivedNotes: '隐藏归档笔记',
|
||||||
|
tag: '笔记标签', // Note tag,
|
||||||
|
saveFile: '保存文件',
|
||||||
|
saveFileAs: '将文件另存为',
|
||||||
|
openFile: '打开文件',
|
||||||
|
openNotes: '打开笔记'
|
||||||
},
|
},
|
||||||
faker: { // Faker.js 方法,用于随机生成的内容
|
faker: { // Faker.js 方法,用于随机生成的内容
|
||||||
address: '地址',
|
address: '地址',
|
||||||
|
@@ -8,6 +8,10 @@ export default class {
|
|||||||
return ipcRenderer.invoke('show-open-dialog', unproxify(options));
|
return ipcRenderer.invoke('show-open-dialog', unproxify(options));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static showSaveDialog (options: OpenDialogOptions): Promise<OpenDialogReturnValue> {
|
||||||
|
return ipcRenderer.invoke('show-save-dialog', unproxify(options));
|
||||||
|
}
|
||||||
|
|
||||||
static getDownloadPathDirectory (): Promise<string> {
|
static getDownloadPathDirectory (): Promise<string> {
|
||||||
return ipcRenderer.invoke('get-download-dir-path');
|
return ipcRenderer.invoke('get-download-dir-path');
|
||||||
}
|
}
|
||||||
@@ -27,4 +31,12 @@ export default class {
|
|||||||
static unregisterShortcuts () {
|
static unregisterShortcuts () {
|
||||||
return ipcRenderer.invoke('unregister-shortcuts');
|
return ipcRenderer.invoke('unregister-shortcuts');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static readFile (path: string): Promise<string> {
|
||||||
|
return ipcRenderer.invoke('read-file', path);
|
||||||
|
}
|
||||||
|
|
||||||
|
static writeFile (path: string, content: unknown) {
|
||||||
|
return ipcRenderer.invoke('write-file', path, content);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
18
src/renderer/libs/colorShade.ts
Normal file
18
src/renderer/libs/colorShade.ts
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
export const colorShade = (color: string, amount: number) => {
|
||||||
|
color = color.replaceAll('#', '');
|
||||||
|
if (color.length === 3) color = color[0] + color[0] + color[1] + color[1] + color[2] + color[2];
|
||||||
|
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
|
let [r, g, b] = color.match(/.{2}/g) as any;
|
||||||
|
([r, g, b] = [parseInt(r, 16) + amount, parseInt(g, 16) + amount, parseInt(b, 16) + amount]);
|
||||||
|
|
||||||
|
r = Math.max(Math.min(255, r), 0).toString(16);
|
||||||
|
g = Math.max(Math.min(255, g), 0).toString(16);
|
||||||
|
b = Math.max(Math.min(255, b), 0).toString(16);
|
||||||
|
|
||||||
|
const rr = (r.length < 2 ? '0' : '') + r;
|
||||||
|
const gg = (g.length < 2 ? '0' : '') + g;
|
||||||
|
const bb = (b.length < 2 ? '0' : '') + b;
|
||||||
|
|
||||||
|
return `#${rr}${gg}${bb}`;
|
||||||
|
};
|
@@ -1,11 +1,13 @@
|
|||||||
import { ClientCode } from 'common/interfaces/antares';
|
import { ClientCode } from 'common/interfaces/antares';
|
||||||
import { jsonToSqlInsert } from 'common/libs/sqlUtils';
|
import { jsonToSqlInsert } from 'common/libs/sqlUtils';
|
||||||
import * as json2php from 'json2php';
|
import * as json2php from 'json2php';
|
||||||
|
import * as moment from 'moment';
|
||||||
|
|
||||||
export const exportRows = (args: {
|
export const exportRows = (args: {
|
||||||
type: 'csv' | 'json'| 'sql' | 'php';
|
type: 'csv' | 'json'| 'sql' | 'php';
|
||||||
content: object[];
|
content: object[];
|
||||||
table: string;
|
table: string;
|
||||||
|
page?: number;
|
||||||
client?: ClientCode;
|
client?: ClientCode;
|
||||||
fields?: {
|
fields?: {
|
||||||
[key: string]: {type: string; datePrecision: number};
|
[key: string]: {type: string; datePrecision: number};
|
||||||
@@ -31,7 +33,7 @@ export const exportRows = (args: {
|
|||||||
const csv = [];
|
const csv = [];
|
||||||
const sd = args.csvOptions.stringDelimiter === 'single'
|
const sd = args.csvOptions.stringDelimiter === 'single'
|
||||||
? '\''
|
? '\''
|
||||||
: args.csvOptions.stringDelimiter === 'single'
|
: args.csvOptions.stringDelimiter === 'double'
|
||||||
? '"'
|
? '"'
|
||||||
: '';
|
: '';
|
||||||
|
|
||||||
@@ -41,6 +43,7 @@ export const exportRows = (args: {
|
|||||||
for (const row of args.content) {
|
for (const row of args.content) {
|
||||||
csv.push(Object.values(row).map(col => {
|
csv.push(Object.values(row).map(col => {
|
||||||
if (typeof col === 'string') return `${sd}${col}${sd}`;
|
if (typeof col === 'string') return `${sd}${col}${sd}`;
|
||||||
|
if (col instanceof Date) return `${sd}${moment(col).format('YYYY-MM-DD HH:mm:ss')}${sd}`;
|
||||||
if (col instanceof Buffer) return col.toString('base64');
|
if (col instanceof Buffer) return col.toString('base64');
|
||||||
if (col instanceof Uint8Array) return Buffer.from(col).toString('base64');
|
if (col instanceof Uint8Array) return Buffer.from(col).toString('base64');
|
||||||
return col;
|
return col;
|
||||||
@@ -81,7 +84,7 @@ export const exportRows = (args: {
|
|||||||
|
|
||||||
const file = new Blob([content], { type: mime });
|
const file = new Blob([content], { type: mime });
|
||||||
const downloadLink = document.createElement('a');
|
const downloadLink = document.createElement('a');
|
||||||
downloadLink.download = `${args.sqlOptions?.targetTable || args.table}.${args.type}`;
|
downloadLink.download = `${args.sqlOptions?.targetTable || args.table}${args.page ? `-${args.page}` : ''}.${args.type}`;
|
||||||
downloadLink.href = window.URL.createObjectURL(file);
|
downloadLink.href = window.URL.createObjectURL(file);
|
||||||
downloadLink.style.display = 'none';
|
downloadLink.style.display = 'none';
|
||||||
document.body.appendChild(downloadLink);
|
document.body.appendChild(downloadLink);
|
||||||
|
16
src/renderer/libs/hexToRgba.ts
Normal file
16
src/renderer/libs/hexToRgba.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
export const hexToRGBA = (hexCode: string, opacity = 1) => {
|
||||||
|
let hex = hexCode.replace('#', '');
|
||||||
|
|
||||||
|
if (hex.length === 3)
|
||||||
|
hex = `${hex[0]}${hex[0]}${hex[1]}${hex[1]}${hex[2]}${hex[2]}`;
|
||||||
|
|
||||||
|
const r = parseInt(hex.substring(0, 2), 16);
|
||||||
|
const g = parseInt(hex.substring(2, 4), 16);
|
||||||
|
const b = parseInt(hex.substring(4, 6), 16);
|
||||||
|
|
||||||
|
/* Backward compatibility for whole number based opacity values. */
|
||||||
|
if (opacity > 1 && opacity <= 100)
|
||||||
|
opacity = opacity / 100;
|
||||||
|
|
||||||
|
return `rgba(${r},${g},${b},${opacity})`;
|
||||||
|
};
|
@@ -1,5 +1,5 @@
|
|||||||
/* Colors */
|
/* Colors */
|
||||||
$body-bg: #fdfdfd;
|
$body-bg: #f3f3f3;
|
||||||
$body-bg-dark: #1d1d1d;
|
$body-bg-dark: #1d1d1d;
|
||||||
$body-font-color-dark: #fff;
|
$body-font-color-dark: #fff;
|
||||||
$bg-color-dark: #1d1d1d;
|
$bg-color-dark: #1d1d1d;
|
||||||
|
@@ -1,4 +1,10 @@
|
|||||||
/* stylelint-disable */
|
/* stylelint-disable */
|
||||||
|
:root {
|
||||||
|
--primary-color: #e36929;
|
||||||
|
--primary-color-dark: color-mix(in srgb, var(--primary-color), #000 30%);
|
||||||
|
--primary-color-shadow: 0 0 0 0.1rem rgba(227, 105, 41, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
@import "~spectre.css/src/variables";
|
@import "~spectre.css/src/variables";
|
||||||
@import "variables";
|
@import "variables";
|
||||||
@import "transitions";
|
@import "transitions";
|
||||||
@@ -16,12 +22,20 @@ body {
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--primary-color);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: var(--primary-color-dark)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
::selection,
|
::selection,
|
||||||
option:hover,
|
option:hover,
|
||||||
option:focus,
|
option:focus,
|
||||||
option:active,
|
option:active,
|
||||||
option:checked {
|
option:checked {
|
||||||
background-color: $primary-color;
|
background-color: var(--primary-color);
|
||||||
color: $light-color;
|
color: $light-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -189,6 +203,14 @@ option:checked {
|
|||||||
animation: rotation 0.8s infinite linear;
|
animation: rotation 0.8s infinite linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.loading {
|
||||||
|
&::after {
|
||||||
|
border: 0.1rem solid var(--primary-color);
|
||||||
|
border-right-color: transparent;
|
||||||
|
border-top-color: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Override */
|
/* Override */
|
||||||
.modal {
|
.modal {
|
||||||
.modal-container,
|
.modal-container,
|
||||||
@@ -248,7 +270,7 @@ option:checked {
|
|||||||
height: 2px;
|
height: 2px;
|
||||||
width: 0;
|
width: 0;
|
||||||
transition: width 0.2s;
|
transition: width 0.2s;
|
||||||
background-color: $primary-color;
|
background-color: var(--primary-color);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
@@ -300,9 +322,23 @@ option:checked {
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-checkbox input:checked + .form-icon, .form-radio input:checked + .form-icon, .form-switch input:checked + .form-icon {
|
||||||
|
background: var(--primary-color);
|
||||||
|
border-color: var(--primary-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-checkbox input:focus + .form-icon, .form-radio input:focus + .form-icon, .form-switch input:focus + .form-icon {
|
||||||
|
box-shadow: 0 0 0 0.1rem var(--primary-color-shadow);
|
||||||
|
border-color: var(--primary-color);
|
||||||
|
}
|
||||||
|
|
||||||
.form-select {
|
.form-select {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
box-shadow: 0 0 0 0.1rem var(--primary-color-shadow);
|
||||||
|
}
|
||||||
|
|
||||||
&.small-select {
|
&.small-select {
|
||||||
height: 21px;
|
height: 21px;
|
||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
@@ -311,7 +347,8 @@ option:checked {
|
|||||||
|
|
||||||
&.select {
|
&.select {
|
||||||
&.select--open {
|
&.select--open {
|
||||||
border-color: $primary-color !important;
|
border-color: var(--primary-color) !important;
|
||||||
|
box-shadow: 0 0 0 0.1rem var(--primary-color-shadow) !important;
|
||||||
|
|
||||||
@include control-shadow();
|
@include control-shadow();
|
||||||
}
|
}
|
||||||
@@ -336,19 +373,28 @@ option:checked {
|
|||||||
z-index: 401 !important;
|
z-index: 401 !important;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
|
box-shadow:
|
||||||
|
0 8px 17px 0 rgb(0 0 0 / 20%),
|
||||||
|
0 6px 20px 0 rgb(0 0 0 / 19%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.select__option--selected {
|
.select__option--selected {
|
||||||
background: rgba($primary-color, 0.25);
|
background: rgba(var(--primary-color), 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
.select__option--highlight {
|
.select__option--highlight {
|
||||||
background: $primary-color;
|
background: var(--primary-color);
|
||||||
|
text-shadow: 0 0 15px #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-input[type="file"] {
|
.form-input {
|
||||||
|
&[type="file"] {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
&:focus {
|
||||||
|
border-color: var(--primary-color);
|
||||||
|
box-shadow: 0 0 0 0.1rem var(--primary-color-shadow);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group .input-group-addon {
|
.input-group .input-group-addon {
|
||||||
@@ -370,13 +416,34 @@ option:checked {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
color: var(--primary-color);
|
||||||
|
border-color: var(--primary-color);
|
||||||
|
|
||||||
|
&:not(.btn-link) {
|
||||||
|
text-shadow: 0 0 15px #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
border-color: var(--primary-color-dark);
|
||||||
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
box-shadow: 0 0 3px 1px rgba($primary-color, 90%);
|
box-shadow: 0 0 3px 1px rgba(var(--primary-color), 90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.btn-success:focus {
|
&.btn-success:focus {
|
||||||
border-color: $primary-color;
|
border-color: var(--primary-color);
|
||||||
box-shadow: 0 0 3px 1px rgba($primary-color, 90%);
|
box-shadow: 0 0 3px 1px rgba(var(--primary-color), 90%);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.btn-primary {
|
||||||
|
background: var(--primary-color);
|
||||||
|
border-color: var(--primary-color-dark);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: var(--primary-color-dark);
|
||||||
|
border-color: var(--primary-color-dark);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -435,7 +502,7 @@ code.sql {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sql-hl-keyword {
|
.sql-hl-keyword {
|
||||||
color: $primary-color;
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sql-hl-function {
|
.sql-hl-function {
|
||||||
|
@@ -33,12 +33,41 @@
|
|||||||
|
|
||||||
.menu-item a {
|
.menu-item a {
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $primary-color;
|
color: var(--primary-color);
|
||||||
background: $bg-color-gray;
|
background: $bg-color-gray;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tab {
|
||||||
|
.tab-item {
|
||||||
|
a {
|
||||||
|
color: $body-font-color-dark;
|
||||||
|
opacity: .7;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: $body-font-color-dark;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
a {
|
||||||
|
color: $body-font-color-dark;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab-link {
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
&.btn-link {
|
&.btn-link {
|
||||||
color: rgba($body-font-color-dark, 0.8);
|
color: rgba($body-font-color-dark, 0.8);
|
||||||
@@ -67,7 +96,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
background-color: $primary-color;
|
background-color: var(--primary-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -124,7 +153,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-select:not([multiple], [size]):focus {
|
.form-select:not([multiple], [size]):focus {
|
||||||
border-color: $primary-color;
|
border-color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.select {
|
.select {
|
||||||
@@ -415,8 +444,7 @@
|
|||||||
box-shadow: 0 0 1px 0 #000;
|
box-shadow: 0 0 1px 0 #000;
|
||||||
|
|
||||||
.settingbar-top-elements {
|
.settingbar-top-elements {
|
||||||
overflow-x: hidden;
|
overflow: hidden overlay;
|
||||||
overflow-y: overlay;
|
|
||||||
max-height: calc((100vh - 3.5rem) - #{$excluding-size});
|
max-height: calc((100vh - 3.5rem) - #{$excluding-size});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -433,7 +461,7 @@
|
|||||||
.settingbar-element {
|
.settingbar-element {
|
||||||
.settingbar-element-icon {
|
.settingbar-element-icon {
|
||||||
&.badge-update::after {
|
&.badge-update::after {
|
||||||
background: $primary-color;
|
background: var(--primary-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -448,7 +476,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
background: $primary-color;
|
background: var(--primary-color);
|
||||||
box-shadow: 0 0 1px 0 #000;
|
box-shadow: 0 0 1px 0 #000;
|
||||||
|
|
||||||
.footer-elements {
|
.footer-elements {
|
||||||
|
@@ -12,6 +12,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-select,
|
||||||
|
.form-input,
|
||||||
|
.form-select:not([multiple], [size]),
|
||||||
|
.form-checkbox .form-icon,
|
||||||
|
.form-radio .form-icon {
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
}
|
||||||
|
|
||||||
.form-input:disabled,
|
.form-input:disabled,
|
||||||
.form-input.disabled,
|
.form-input.disabled,
|
||||||
.form-select:disabled,
|
.form-select:disabled,
|
||||||
@@ -44,7 +52,43 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tab {
|
||||||
|
border-bottom: 0.05rem solid #c5c5c5;
|
||||||
|
|
||||||
|
.tab-item {
|
||||||
|
a {
|
||||||
|
color: $body-font-color;
|
||||||
|
opacity: .7;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: $body-font-color;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
a {
|
||||||
|
color: $body-font-color;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab-link {
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
&.btn-clear:focus, &.btn-clear:hover {
|
||||||
|
background: #e0e0e0;
|
||||||
|
opacity: 0.95;
|
||||||
|
}
|
||||||
|
|
||||||
&.btn-link {
|
&.btn-link {
|
||||||
color: rgba($body-font-color, 0.8);
|
color: rgba($body-font-color, 0.8);
|
||||||
|
|
||||||
@@ -72,7 +116,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
background-color: $primary-color;
|
background-color: var(--primary-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -164,8 +208,7 @@
|
|||||||
box-shadow: 0 0 1px 0 #000;
|
box-shadow: 0 0 1px 0 #000;
|
||||||
|
|
||||||
.settingbar-top-elements {
|
.settingbar-top-elements {
|
||||||
overflow-x: hidden;
|
overflow: hidden overlay;
|
||||||
overflow-y: overlay;
|
|
||||||
max-height: calc((100vh - 3.5rem) - #{$excluding-size});
|
max-height: calc((100vh - 3.5rem) - #{$excluding-size});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -182,7 +225,7 @@
|
|||||||
.settingbar-element {
|
.settingbar-element {
|
||||||
.settingbar-element-icon {
|
.settingbar-element-icon {
|
||||||
&.badge-update::after {
|
&.badge-update::after {
|
||||||
background: $primary-color;
|
background: var(--primary-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -231,6 +274,10 @@
|
|||||||
.workspace-tabs {
|
.workspace-tabs {
|
||||||
.tab-block {
|
.tab-block {
|
||||||
.tab-item {
|
.tab-item {
|
||||||
|
> a {
|
||||||
|
color: $body-font-color;
|
||||||
|
}
|
||||||
|
|
||||||
&.tools-dropdown {
|
&.tools-dropdown {
|
||||||
background-color: $body-bg;
|
background-color: $body-bg;
|
||||||
}
|
}
|
||||||
@@ -242,19 +289,25 @@
|
|||||||
.workspace-query-results {
|
.workspace-query-results {
|
||||||
.table {
|
.table {
|
||||||
.th {
|
.th {
|
||||||
background: $body-bg;
|
background: #D8D8D8;
|
||||||
border-color: lighten($bg-color-light-gray, 2%);
|
border-color: transparent;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.th:first-child {
|
||||||
|
border-left: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tr {
|
.tr {
|
||||||
background-color: lighten($bg-color-light-gray, 2%);
|
background-color: lighten($bg-color-light-gray, 2%);
|
||||||
|
|
||||||
.td:first-child {
|
.td:first-child {
|
||||||
border-left: 2px solid $body-bg;
|
border-left: 2px solid #0000001f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.td {
|
.td {
|
||||||
border-color: $body-bg;
|
border-color: #0000001f;
|
||||||
|
border-radius: 1px;
|
||||||
|
|
||||||
&:focus,
|
&:focus,
|
||||||
&.selected {
|
&.selected {
|
||||||
@@ -273,7 +326,7 @@
|
|||||||
|
|
||||||
.connection-panel {
|
.connection-panel {
|
||||||
.panel {
|
.panel {
|
||||||
background: rgba($bg-color-light-gray, 100%);
|
background: #e0e0e0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -344,7 +397,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
background: $primary-color;
|
background: var(--primary-color);
|
||||||
box-shadow: 0 0 1px 0 #000;
|
box-shadow: 0 0 1px 0 #000;
|
||||||
|
|
||||||
.footer-elements {
|
.footer-elements {
|
||||||
|
@@ -55,10 +55,9 @@ export const useApplicationStore = defineStore('application', {
|
|||||||
},
|
},
|
||||||
showScratchpad (tag?: string) {
|
showScratchpad (tag?: string) {
|
||||||
this.isScratchpad = true;
|
this.isScratchpad = true;
|
||||||
if (tag) {
|
if (!tag) tag = 'all';
|
||||||
const { selectedTag } = storeToRefs(useScratchpadStore());
|
const { selectedTag } = storeToRefs(useScratchpadStore());
|
||||||
selectedTag.value = tag;
|
selectedTag.value = tag;
|
||||||
}
|
|
||||||
},
|
},
|
||||||
hideScratchpad () {
|
hideScratchpad () {
|
||||||
this.isScratchpad = false;
|
this.isScratchpad = false;
|
||||||
|
@@ -90,8 +90,12 @@ export const useConnectionsStore = defineStore('connections', {
|
|||||||
});
|
});
|
||||||
persistentStore.set('connectionsOrder', this.connectionsOrder);
|
persistentStore.set('connectionsOrder', this.connectionsOrder);
|
||||||
},
|
},
|
||||||
addFolder (params: {after: string; connections: [string, string]}) {
|
addFolder (params: {after?: string; connections: [string, string?]}) {
|
||||||
const index = this.connectionsOrder.findIndex((conn: SidebarElement) => conn.uid === params.after);
|
const index = params.after
|
||||||
|
? this.connectionsOrder.findIndex((conn: SidebarElement) => conn.uid === params.after)
|
||||||
|
: this.connectionsOrder.length;
|
||||||
|
|
||||||
|
this.removeFromFolders(...params.connections);
|
||||||
|
|
||||||
this.connectionsOrder.splice(index, 0, {
|
this.connectionsOrder.splice(index, 0, {
|
||||||
isFolder: true,
|
isFolder: true,
|
||||||
@@ -102,7 +106,18 @@ export const useConnectionsStore = defineStore('connections', {
|
|||||||
});
|
});
|
||||||
persistentStore.set('connectionsOrder', this.connectionsOrder);
|
persistentStore.set('connectionsOrder', this.connectionsOrder);
|
||||||
},
|
},
|
||||||
|
removeFromFolders (...connections: string[]) { // Removes connections from folders
|
||||||
|
this.connectionsOrder = (this.connectionsOrder as SidebarElement[]).map(el => {
|
||||||
|
if (el.isFolder)
|
||||||
|
el.connections = el.connections.filter(uid => !connections.includes(uid));
|
||||||
|
return el;
|
||||||
|
});
|
||||||
|
|
||||||
|
this.clearEmptyFolders();
|
||||||
|
},
|
||||||
addToFolder (params: {folder: string; connection: string}) {
|
addToFolder (params: {folder: string; connection: string}) {
|
||||||
|
this.removeFromFolders(params.connection);
|
||||||
|
|
||||||
this.connectionsOrder = this.connectionsOrder.map((conn: SidebarElement) => {
|
this.connectionsOrder = this.connectionsOrder.map((conn: SidebarElement) => {
|
||||||
if (conn.uid === params.folder)
|
if (conn.uid === params.folder)
|
||||||
conn.connections.push(params.connection);
|
conn.connections.push(params.connection);
|
||||||
@@ -113,11 +128,7 @@ export const useConnectionsStore = defineStore('connections', {
|
|||||||
this.clearEmptyFolders();
|
this.clearEmptyFolders();
|
||||||
},
|
},
|
||||||
deleteConnection (connection: SidebarElement | ConnectionParams) {
|
deleteConnection (connection: SidebarElement | ConnectionParams) {
|
||||||
this.connectionsOrder = (this.connectionsOrder as SidebarElement[]).map(el => { // Removes connection from folders
|
this.removeFromFolders(connection.uid);
|
||||||
if (el.isFolder && el.connections.includes(connection.uid))
|
|
||||||
el.connections = el.connections.filter(uid => uid !== connection.uid);
|
|
||||||
return el;
|
|
||||||
});
|
|
||||||
this.connectionsOrder = (this.connectionsOrder as SidebarElement[]).filter(el => el.uid !== connection.uid);
|
this.connectionsOrder = (this.connectionsOrder as SidebarElement[]).filter(el => el.uid !== connection.uid);
|
||||||
this.lastConnections = (this.lastConnections as SidebarElement[]).filter(el => el.uid !== connection.uid);
|
this.lastConnections = (this.lastConnections as SidebarElement[]).filter(el => el.uid !== connection.uid);
|
||||||
|
|
||||||
|
@@ -37,6 +37,7 @@ export interface WorkspaceTab {
|
|||||||
isChanged?: boolean;
|
isChanged?: boolean;
|
||||||
content?: string;
|
content?: string;
|
||||||
autorun?: boolean;
|
autorun?: boolean;
|
||||||
|
filePath?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface WorkspaceStructure {
|
export interface WorkspaceStructure {
|
||||||
@@ -66,7 +67,7 @@ export interface Workspace {
|
|||||||
uid: string;
|
uid: string;
|
||||||
client?: ClientCode;
|
client?: ClientCode;
|
||||||
database?: string;
|
database?: string;
|
||||||
connectionStatus: 'connected' | 'disconnected' | 'failed';
|
connectionStatus: 'connected' | 'connecting' | 'disconnected' | 'failed';
|
||||||
selectedTab: string;
|
selectedTab: string;
|
||||||
searchTerm: string;
|
searchTerm: string;
|
||||||
tabs: WorkspaceTab[];
|
tabs: WorkspaceTab[];
|
||||||
@@ -492,7 +493,7 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
}
|
}
|
||||||
: workspace);
|
: workspace);
|
||||||
},
|
},
|
||||||
_addTab ({ uid, tab, content, type, autorun, schema, database, elementName, elementType }: WorkspaceTab) {
|
_addTab ({ uid, tab, content, type, autorun, schema, database, elementName, elementType, filePath }: WorkspaceTab) {
|
||||||
if (type === 'query')
|
if (type === 'query')
|
||||||
tabIndex[uid] = tabIndex[uid] ? ++tabIndex[uid] : 1;
|
tabIndex[uid] = tabIndex[uid] ? ++tabIndex[uid] : 1;
|
||||||
|
|
||||||
@@ -506,7 +507,8 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
elementName,
|
elementName,
|
||||||
elementType,
|
elementType,
|
||||||
content: content || '',
|
content: content || '',
|
||||||
autorun: !!autorun
|
autorun: !!autorun,
|
||||||
|
filePath: filePath || ''
|
||||||
};
|
};
|
||||||
|
|
||||||
this.workspaces = (this.workspaces as Workspace[]).map(workspace => {
|
this.workspaces = (this.workspaces as Workspace[]).map(workspace => {
|
||||||
@@ -522,14 +524,23 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
|
|
||||||
persistentStore.set(uid, (this.workspaces as Workspace[]).find(workspace => workspace.uid === uid).tabs);
|
persistentStore.set(uid, (this.workspaces as Workspace[]).find(workspace => workspace.uid === uid).tabs);
|
||||||
},
|
},
|
||||||
_replaceTab ({ uid, tab: tUid, type, schema, content, elementName, elementType }: WorkspaceTab) {
|
_replaceTab ({ uid, tab: tUid, type, schema, content, elementName, elementType, filePath }: WorkspaceTab) {
|
||||||
this.workspaces = (this.workspaces as Workspace[]).map(workspace => {
|
this.workspaces = (this.workspaces as Workspace[]).map(workspace => {
|
||||||
if (workspace.uid === uid) {
|
if (workspace.uid === uid) {
|
||||||
return {
|
return {
|
||||||
...workspace,
|
...workspace,
|
||||||
tabs: workspace.tabs.map(tab => {
|
tabs: workspace.tabs.map(tab => {
|
||||||
if (tab.uid === tUid)
|
if (tab.uid === tUid) {
|
||||||
return { ...tab, type, schema, content, elementName, elementType };
|
return {
|
||||||
|
...tab,
|
||||||
|
type,
|
||||||
|
schema,
|
||||||
|
content,
|
||||||
|
elementName,
|
||||||
|
elementType,
|
||||||
|
filePath
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
return tab;
|
return tab;
|
||||||
})
|
})
|
||||||
@@ -541,7 +552,7 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
|
|
||||||
persistentStore.set(uid, (this.workspaces as Workspace[]).find(workspace => workspace.uid === uid).tabs);
|
persistentStore.set(uid, (this.workspaces as Workspace[]).find(workspace => workspace.uid === uid).tabs);
|
||||||
},
|
},
|
||||||
newTab ({ uid, content, type, autorun, schema, elementName, elementType }: WorkspaceTab) {
|
newTab ({ uid, content, type, autorun, schema, elementName, elementType, filePath }: WorkspaceTab) {
|
||||||
let tabUid;
|
let tabUid;
|
||||||
const workspaceTabs = (this.workspaces as Workspace[]).find(workspace => workspace.uid === uid);
|
const workspaceTabs = (this.workspaces as Workspace[]).find(workspace => workspace.uid === uid);
|
||||||
|
|
||||||
@@ -562,7 +573,8 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
database: workspaceTabs.database,
|
database: workspaceTabs.database,
|
||||||
schema,
|
schema,
|
||||||
elementName,
|
elementName,
|
||||||
elementType
|
elementType,
|
||||||
|
filePath
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 'temp-data':
|
case 'temp-data':
|
||||||
@@ -576,6 +588,7 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
tab.schema === schema &&
|
tab.schema === schema &&
|
||||||
tab.elementName === elementName &&
|
tab.elementName === elementName &&
|
||||||
tab.elementType === elementType &&
|
tab.elementType === elementType &&
|
||||||
|
tab.database === workspaceTabs.database &&
|
||||||
[type, type.replace('temp-', '')].includes(tab.type))
|
[type, type.replace('temp-', '')].includes(tab.type))
|
||||||
: false;
|
: false;
|
||||||
|
|
||||||
@@ -594,21 +607,52 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
type: tab.type.replace('temp-', ''),
|
type: tab.type.replace('temp-', ''),
|
||||||
schema: tab.schema,
|
schema: tab.schema,
|
||||||
elementName: tab.elementName,
|
elementName: tab.elementName,
|
||||||
elementType: tab.elementType
|
elementType: tab.elementType,
|
||||||
|
filePath: tab.filePath
|
||||||
});
|
});
|
||||||
|
|
||||||
tabUid = uidGen('T');
|
tabUid = uidGen('T');
|
||||||
this._addTab({ uid, tab: tabUid, content, type, autorun, database: workspaceTabs.database, schema, elementName, elementType });
|
this._addTab({
|
||||||
|
uid,
|
||||||
|
tab: tabUid,
|
||||||
|
content,
|
||||||
|
type,
|
||||||
|
autorun,
|
||||||
|
database: workspaceTabs.database,
|
||||||
|
schema,
|
||||||
|
elementName,
|
||||||
|
elementType,
|
||||||
|
filePath
|
||||||
|
});
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
this._replaceTab({ uid, tab: tab.uid, type, schema, elementName, elementType });
|
this._replaceTab({
|
||||||
|
uid,
|
||||||
|
tab: tab.uid,
|
||||||
|
type,
|
||||||
|
schema,
|
||||||
|
elementName,
|
||||||
|
elementType,
|
||||||
|
filePath
|
||||||
|
});
|
||||||
tabUid = tab.uid;
|
tabUid = tab.uid;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
tabUid = uidGen('T');
|
tabUid = uidGen('T');
|
||||||
this._addTab({ uid, tab: tabUid, content, type, autorun, database: workspaceTabs.database, schema, elementName, elementType });
|
this._addTab({
|
||||||
|
uid,
|
||||||
|
tab: tabUid,
|
||||||
|
content,
|
||||||
|
type,
|
||||||
|
autorun,
|
||||||
|
database: workspaceTabs.database,
|
||||||
|
schema,
|
||||||
|
elementName,
|
||||||
|
elementType,
|
||||||
|
filePath
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -625,6 +669,7 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
tab.schema === schema &&
|
tab.schema === schema &&
|
||||||
tab.elementName === elementName &&
|
tab.elementName === elementName &&
|
||||||
tab.elementType === elementType &&
|
tab.elementType === elementType &&
|
||||||
|
tab.database === workspaceTabs.database &&
|
||||||
[`temp-${type}`, type].includes(tab.type))
|
[`temp-${type}`, type].includes(tab.type))
|
||||||
: false;
|
: false;
|
||||||
|
|
||||||
@@ -635,7 +680,8 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
database: workspaceTabs.database,
|
database: workspaceTabs.database,
|
||||||
schema,
|
schema,
|
||||||
elementName,
|
elementName,
|
||||||
elementType
|
elementType,
|
||||||
|
filePath
|
||||||
});
|
});
|
||||||
tabUid = existentTab.uid;
|
tabUid = existentTab.uid;
|
||||||
}
|
}
|
||||||
@@ -649,7 +695,8 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
database: workspaceTabs.database,
|
database: workspaceTabs.database,
|
||||||
schema,
|
schema,
|
||||||
elementName,
|
elementName,
|
||||||
elementType
|
elementType,
|
||||||
|
filePath
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -664,7 +711,8 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
database: workspaceTabs.database,
|
database: workspaceTabs.database,
|
||||||
schema,
|
schema,
|
||||||
elementName,
|
elementName,
|
||||||
elementType
|
elementType,
|
||||||
|
filePath
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@@ -687,8 +735,8 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
this.selectTab({ uid, tab: workspace.tabs[workspace.tabs.length - 1].uid });
|
this.selectTab({ uid, tab: workspace.tabs[workspace.tabs.length - 1].uid });
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
updateTabContent ({ uid, tab, type, schema, content }: WorkspaceTab) {
|
updateTabContent ({ uid, tab, type, schema, content, elementName, filePath }: WorkspaceTab) {
|
||||||
this._replaceTab({ uid, tab, type, schema, content });
|
this._replaceTab({ uid, tab, type, schema, content, elementName, filePath });
|
||||||
},
|
},
|
||||||
renameTabs ({ uid, schema, elementName, elementNewName }: WorkspaceTab) {
|
renameTabs ({ uid, schema, elementName, elementNewName }: WorkspaceTab) {
|
||||||
this.workspaces = (this.workspaces as Workspace[]).map(workspace => {
|
this.workspaces = (this.workspaces as Workspace[]).map(workspace => {
|
||||||
|
Reference in New Issue
Block a user