chart2music
Advanced tools
Comparing version 1.11.0 to 1.12.0
@@ -72,3 +72,3 @@ declare enum AudioNotificationType { | ||
type dataSet = { | ||
[groupName: string]: SupportedInputType[]; | ||
[groupName: string]: SupportedInputType[] | null; | ||
}; | ||
@@ -94,3 +94,4 @@ type AxisData = { | ||
SCATTER = "scatter", | ||
TREEMAP = "treemap" | ||
TREEMAP = "treemap", | ||
UNSUPPORTED = "unsupported" | ||
} | ||
@@ -151,7 +152,8 @@ type StatBundle = { | ||
private _ccElement; | ||
private _summary; | ||
private _chartSummary; | ||
private _instructions; | ||
private _groups; | ||
private _visible_group_indices; | ||
private _data; | ||
private _groupIndex; | ||
private _visibleGroupIndex; | ||
private _pointIndex; | ||
@@ -166,3 +168,3 @@ private _sr; | ||
private _speedRateIndex; | ||
private _flagNewGroup; | ||
private _flagNewLevel; | ||
private _flagNewStat; | ||
@@ -188,5 +190,11 @@ private _keyEventManager; | ||
constructor(input: SonifyTypes); | ||
get _groupIndex(): number; | ||
private get _currentGroupType(); | ||
private get _currentDataRow(); | ||
private get _movementAvailable(); | ||
get currentPoint(): SupportedDataPointType; | ||
private get _currentGroupName(); | ||
private _clearPlay; | ||
private _initializeActionMap; | ||
private _cleanupAfterCategoryChange; | ||
private _initializeTouchActions; | ||
@@ -213,3 +221,5 @@ private _generateSummary; | ||
private _initializeData; | ||
private generateGroupSummary; | ||
private _startListening; | ||
private _announceCategoryChange; | ||
private _playAndSpeak; | ||
@@ -216,0 +226,0 @@ private _moveNextOutlier; |
{ | ||
"name": "chart2music", | ||
"version": "1.11.0", | ||
"version": "1.12.0", | ||
"main": "dist/index.js", | ||
@@ -51,17 +51,17 @@ "module": "dist/index.mjs", | ||
"devDependencies": { | ||
"@rollup/plugin-typescript": "11.1.2", | ||
"@rollup/plugin-typescript": "11.1.3", | ||
"@types/jest": "^29.2.1", | ||
"@typescript-eslint/eslint-plugin": "5.60.1", | ||
"@typescript-eslint/parser": "5.60.1", | ||
"concurrently": "8.2.0", | ||
"@typescript-eslint/eslint-plugin": "6.4.0", | ||
"@typescript-eslint/parser": "6.4.1", | ||
"concurrently": "8.2.1", | ||
"depcheck": "^1.4.3", | ||
"eslint": "8.44.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"eslint-plugin-jsdoc": "46.4.3", | ||
"eslint": "8.47.0", | ||
"eslint-config-prettier": "9.0.0", | ||
"eslint-plugin-jsdoc": "46.4.6", | ||
"http-server": "14.1.1", | ||
"husky": "8.0.3", | ||
"jest": "28.1.3", | ||
"jest-environment-jsdom": "29.5.0", | ||
"lint-staged": "13.2.2", | ||
"prettier": "2.8.8", | ||
"jest-environment-jsdom": "29.6.1", | ||
"lint-staged": "14.0.1", | ||
"prettier": "3.0.2", | ||
"rimraf": "5.0.1", | ||
@@ -72,9 +72,5 @@ "rollup": "2.79.1", | ||
"ts-jest": "28.0.8", | ||
"tslib": "2.5.3", | ||
"tslib": "2.6.2", | ||
"typescript": "4.9.5" | ||
}, | ||
"overrides": { | ||
"optionator": "^0.9.3", | ||
"semver": "^7.5.2" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
220253
5252