mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 09:35:37 -05:00
* another commmit * Now shows blank grid, nullcheck in queryhistory * renamed onAngularLoaded to onComponentLoaded * removed whitespace * removed unused dataservice import * now displays data, need to fix contextmenu actions * minor changes * another small commit * added timeout for context menu * updated queryhistoryserviceimpl * removed log * added commented out contextmenuregistrations * context menu now shows up need to test * added plugin registration WIP * another commit * yet another commit * added wip function * Clean up commit * more cleaning up * removed accessor * renamed instances of parts * updated * fixed merge conflicts * refactored bootstrapparams * fixed code * small changes to format * set editable to true for testing * added more options * moved options to separate variable * added texteditorclass for later * added rudimentary create editor support * changed grid.resize.emit to fire * added formatterfactory * added tslint disable * removed debug message * added more functions from Slickgrid.ts * added wip handlechanges function * another change * added columndefinitions * Managed to display table using handlechange * added ability to edit for now * added changes to table creation * added setupevents * added onInit * fixed sql.xlf * minor changes * tidying up * more cleaning up * changed console.log messages to debug ones. * added this.enableEditing * made changes to getoverridabletexteditor * fixed opencontextmenu * added timeout for detectChange * need to find way to run oncontext asynchronously * check stuff * oncontextmenu now no longer constantly refreshes * added oldDataRows for future use * add check for datarows * small changes made * set enableediting to true * more changes * added additional information for handlechanges * another change * more changes * set enableediting to true * fixed rerender * added small test mssage for jquery * text editor is in getOverridableTextEditorClass() * removed debug messages * added transparency for input.editor for table. * need to find out how to add editing for input * Added grid div to make slickgrid style work * reinstated selected. * disabled selectedcellcssclass * restored selected * removed selectionmodel due to not being found in the original code * Added externalSelectionModel for correct results * removed selectionmodel as its not used. * WIP work on refreshresultsets * temporarily bringing back selection model for now * added getSelectedRanges from slickgrid into Table * added getselectedranges from slickgrid into table * small cleanup changes * removed detectchanges * removed last of detectchanges * return of toprownumber * no need for toprownumber * removed isColumnLoading * some small formatting * fixed null check * added back todo comment * Added fix for context menu * small change * added missing value to getFormatter in grid panel * added fix for last row italics * added fix for null inconsistencies * Some consolidation * added new check for null cells * minor change * add check for selections (usually undefined) * removed null check in formatters * Some changes made * changed plugins array * removed todo * renamed some variables * deleted html file * Moved height and width to editData.css * added box-sizing for slickgridcontainer * fixed editdatagridpanel css * added small changes * More minor changes * removed params * renamed refreshResultsets to refreshDatasets * removed the stylesheet.remove lines * added fix for null * removed tables * removed spaces in refreshGrid * More minor changes * optimization and formatting * removal of unnecessary lines * replaced firstRender in some parts with firstLoad * Added timeout fix * minor changes * Still testing * cleanup * restored 200 timeout * added styling changes for editdata * removed angular2-slickgrid and added styling * Small formatting changes to editDataGridPanel * consolidation
201 lines
6.6 KiB
JSON
201 lines
6.6 KiB
JSON
{
|
|
"name": "azuredatastudio",
|
|
"version": "1.15.0",
|
|
"distro": "b71b4af5016533d971958cc37e25b43b9c3754a5",
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "MIT",
|
|
"main": "./out/main",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"preinstall": "node build/npm/preinstall.js",
|
|
"postinstall": "node build/npm/postinstall.js",
|
|
"compile": "gulp compile --max_old_space_size=4095",
|
|
"watch": "gulp watch --max_old_space_size=4095",
|
|
"watch-client": "gulp watch-client --max_old_space_size=4095",
|
|
"monaco-editor-test": "mocha --only-monaco-editor",
|
|
"precommit": "node build/gulpfile.hygiene.js",
|
|
"gulp": "gulp --max_old_space_size=8192",
|
|
"electron": "node build/lib/electron",
|
|
"7z": "7z",
|
|
"update-grammars": "node build/npm/update-all-grammars.js",
|
|
"update-localization-extension": "node build/npm/update-localization-extension.js",
|
|
"smoketest": "cd test/smoke && node test/index.js",
|
|
"monaco-compile-check": "tsc -p src/tsconfig.monaco.json --noEmit",
|
|
"strict-vscode": "node node_modules/typescript/bin/tsc -p src/tsconfig.vscode.json",
|
|
"strict-vscode-watch": "node node_modules/typescript/bin/tsc -p src/tsconfig.vscode.json --watch",
|
|
"strict-initialization-watch": "tsc --watch -p src/tsconfig.json --noEmit --strictPropertyInitialization",
|
|
"valid-layers-check": "node build/lib/layersChecker.js",
|
|
"strict-function-types-watch": "tsc --watch -p src/tsconfig.json --noEmit --strictFunctionTypes",
|
|
"update-distro": "node build/npm/update-distro.js",
|
|
"web": "node scripts/code-web.js",
|
|
"eslint": "eslint -c .eslintrc.json --rulesdir ./build/lib/eslint --ext .ts --ext .js ./src/vs ./src/sql ./extensions"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "~4.1.3",
|
|
"@angular/common": "~4.1.3",
|
|
"@angular/compiler": "~4.1.3",
|
|
"@angular/core": "~4.1.3",
|
|
"@angular/forms": "~4.1.3",
|
|
"@angular/platform-browser": "~4.1.3",
|
|
"@angular/platform-browser-dynamic": "~4.1.3",
|
|
"@angular/router": "~4.1.3",
|
|
"angular2-grid": "2.0.6",
|
|
"ansi_up": "^3.0.0",
|
|
"applicationinsights": "1.0.8",
|
|
"chart.js": "^2.6.0",
|
|
"chokidar": "3.2.3",
|
|
"graceful-fs": "4.1.11",
|
|
"html-query-plan": "git://github.com/anthonydresser/html-query-plan.git#2.6",
|
|
"http-proxy-agent": "^2.1.0",
|
|
"https-proxy-agent": "^2.2.3",
|
|
"iconv-lite": "0.5.0",
|
|
"jquery": "3.4.0",
|
|
"jschardet": "2.1.1",
|
|
"keytar": "^4.11.0",
|
|
"native-is-elevated": "0.4.1",
|
|
"native-keymap": "2.1.1",
|
|
"native-watchdog": "1.3.0",
|
|
"ng2-charts": "^1.6.0",
|
|
"node-pty": "^0.10.0-beta2",
|
|
"onigasm-umd": "2.2.5",
|
|
"plotly.js-dist": "^1.48.3",
|
|
"reflect-metadata": "^0.1.8",
|
|
"rxjs": "5.4.0",
|
|
"sanitize-html": "^1.19.1",
|
|
"semver-umd": "^5.5.5",
|
|
"slickgrid": "github:anthonydresser/SlickGrid#2.3.32",
|
|
"spdlog": "^0.11.1",
|
|
"sudo-prompt": "9.1.1",
|
|
"underscore": "^1.8.2",
|
|
"v8-inspect-profiler": "^0.0.20",
|
|
"vscode-minimist": "^1.2.2",
|
|
"vscode-nsfw": "1.2.8",
|
|
"vscode-proxy-agent": "^0.5.2",
|
|
"vscode-ripgrep": "^1.5.7",
|
|
"vscode-sqlite3": "4.0.9",
|
|
"vscode-textmate": "4.4.0",
|
|
"xterm": "4.4.0-beta.15",
|
|
"xterm-addon-search": "0.4.0-beta4",
|
|
"xterm-addon-web-links": "0.2.1",
|
|
"xterm-addon-webgl": "0.5.0-beta.7",
|
|
"yauzl": "^2.9.2",
|
|
"yazl": "^2.4.3",
|
|
"zone.js": "^0.8.4"
|
|
},
|
|
"devDependencies": {
|
|
"7zip": "0.0.6",
|
|
"@types/applicationinsights": "0.20.0",
|
|
"@types/chart.js": "^2.7.31",
|
|
"@types/chokidar": "2.1.3",
|
|
"@types/cookie": "^0.3.3",
|
|
"@types/graceful-fs": "4.1.2",
|
|
"@types/http-proxy-agent": "^2.0.1",
|
|
"@types/iconv-lite": "0.0.1",
|
|
"@types/keytar": "^4.4.0",
|
|
"@types/mocha": "2.2.39",
|
|
"@types/node": "^12.11.7",
|
|
"@types/plotly.js": "^1.44.9",
|
|
"@types/sanitize-html": "^1.18.2",
|
|
"@types/sinon": "^1.16.36",
|
|
"@types/vscode-windows-registry": "^1.0.0",
|
|
"@types/webpack": "^4.4.10",
|
|
"@types/windows-foreground-love": "^0.3.0",
|
|
"@types/windows-mutex": "^0.4.0",
|
|
"@types/windows-process-tree": "^0.2.0",
|
|
"@types/winreg": "^1.2.30",
|
|
"@types/yauzl": "^2.9.1",
|
|
"@types/yazl": "^2.4.2",
|
|
"@typescript-eslint/eslint-plugin": "2.3.2",
|
|
"@typescript-eslint/parser": "^2.12.0",
|
|
"ansi-colors": "^3.2.3",
|
|
"asar": "^0.14.0",
|
|
"chromium-pickle-js": "^0.2.0",
|
|
"copy-webpack-plugin": "^4.5.2",
|
|
"coveralls": "^2.11.11",
|
|
"cson-parser": "^1.3.3",
|
|
"debounce": "^1.0.0",
|
|
"electron": "6.1.6",
|
|
"eslint": "6.8.0",
|
|
"eslint-plugin-jsdoc": "^19.1.0",
|
|
"event-stream": "3.3.4",
|
|
"express": "^4.13.1",
|
|
"fancy-log": "^1.3.3",
|
|
"fast-plist": "0.1.2",
|
|
"glob": "^5.0.13",
|
|
"gulp": "^4.0.0",
|
|
"gulp-atom-electron": "^1.22.0",
|
|
"gulp-azure-storage": "^0.10.0",
|
|
"gulp-buffer": "0.0.2",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-cssnano": "^2.1.3",
|
|
"gulp-eslint": "^5.0.0",
|
|
"gulp-filter": "^5.1.0",
|
|
"gulp-flatmap": "^1.0.2",
|
|
"gulp-gunzip": "^1.0.0",
|
|
"gulp-json-editor": "^2.5.0",
|
|
"gulp-plumber": "^1.2.0",
|
|
"gulp-remote-retry-src": "^0.6.0",
|
|
"gulp-rename": "^1.2.0",
|
|
"gulp-replace": "^0.5.4",
|
|
"gulp-shell": "^0.6.5",
|
|
"gulp-tsb": "4.0.5",
|
|
"gulp-untar": "^0.0.7",
|
|
"gulp-vinyl-zip": "^2.1.2",
|
|
"husky": "^0.13.1",
|
|
"innosetup": "5.6.1",
|
|
"is": "^3.1.0",
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
"istanbul-lib-instrument": "^4.0.0",
|
|
"istanbul-lib-report": "^3.0.0",
|
|
"istanbul-lib-source-maps": "^4.0.0",
|
|
"istanbul-reports": "^3.0.0",
|
|
"jsdom-no-contextify": "^3.1.0",
|
|
"lazy.js": "^0.4.2",
|
|
"merge-options": "^1.0.1",
|
|
"mime": "^1.4.1",
|
|
"minimatch": "^3.0.4",
|
|
"mkdirp": "^0.5.0",
|
|
"mocha": "^2.2.5",
|
|
"mocha-junit-reporter": "^1.23.1",
|
|
"opn": "^6.0.0",
|
|
"optimist": "0.3.5",
|
|
"p-all": "^1.0.0",
|
|
"pump": "^1.0.1",
|
|
"queue": "3.0.6",
|
|
"rcedit": "^1.1.0",
|
|
"rimraf": "^2.2.8",
|
|
"sinon": "^1.17.2",
|
|
"source-map": "^0.4.4",
|
|
"temp-write": "^3.4.0",
|
|
"ts-loader": "^4.4.2",
|
|
"typemoq": "^0.3.2",
|
|
"typescript": "3.8.0-beta",
|
|
"typescript-formatter": "7.1.0",
|
|
"vinyl": "^2.0.0",
|
|
"vinyl-fs": "^3.0.0",
|
|
"vsce": "1.48.0",
|
|
"vscode-debugprotocol": "1.37.0",
|
|
"vscode-nls-dev": "^3.3.1",
|
|
"webpack": "^4.16.5",
|
|
"webpack-cli": "^3.3.8",
|
|
"webpack-stream": "^5.1.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/azuredatastudio.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/azuredatastudio/issues"
|
|
},
|
|
"optionalDependencies": {
|
|
"vscode-windows-ca-certs": "0.2.0",
|
|
"vscode-windows-registry": "1.0.2",
|
|
"windows-foreground-love": "0.2.0",
|
|
"windows-mutex": "0.3.0",
|
|
"windows-process-tree": "0.2.4"
|
|
}
|
|
}
|