* Remove index signature
Make "new" operator optional
Make CreateHttpError accept zero arguments
* Update version header to 2.0
Version 2.0.0 now only accepts the status code from the first argument
* Number argument can only be the first argument
UnorderedCollection renamed to TooEarly
* Update index.d.ts
* Update dom-webcodecs for TS 4.9 RC
Four properties now allow `null` in addition to `undefined`.
* Add minimum-version of 4.9
* Update dom-webcodecs dependent
* created type file for noteflight-client API.
* NoteflightEvent combines several interfaces
* deleted include in tsconfig
* added files to tsconfig.json
* remove syntheticImports on tsconfig
* set npm naming to false
* ran prettier
This patch adds the `http.setMaxIdleHTTPParsers` function and the
`localFamily` property on `net.Socket`. These also exist in Node 18.8.0
and were backported to 16.x just now. I updated `v16/index.d.ts` to
reflect the Node.js version for these methods.
Node.js 16.18.0 also added methods to `assert.CallTracker`, but these
are part of a different PR to simplify the reviewing process: #62678.
* Add types for ember-modal-service and ember-task-scheduler
* Updating types for ember-modal-service and ember-task-resolver
* Updating model
* Minor fix for ember-modal-service types
* Minor fix for ember-modal-service types
* Updating model type
* Add types for ember-changeset-validations
* fix any
* Updating types for ember-modal-service for 2.7
* review fixes
* remove unnecessary file
* minor validators update for ember-changeset-validations
Co-authored-by: golovkoe <golovkoe@ae.com>
* [@types/dc] Update typings of dc exceptions
* [@types/dc] Add missing method to BaseMixin
* [@types/dc] Add dc version in index.d.ts header
* Update types/dc/index.d.ts
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
* Feat: Create the type file for @nkzq/copy-paste.
* Update types/nkzq__copy-paste/nkzq__copy-paste-tests.ts
Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) <peterblazejewicz@users.noreply.github.com>
* Fix: Fix the PR review problem.
Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) <peterblazejewicz@users.noreply.github.com>
* Add types for zingchart
* Adds content header to zingchart
* Fixes typedef extends for lint
* Fixes version, import, and empty jsdoc comments
* Removes last empty jsdoc comment
* Allows values and series types to be arrays
* Fixes values type
* ZingChart type updates
* Added d.ts file for zingchart/es6 and applied fixes
* Move definitions in es6/index and reference in index.d.ts
* Update test to include added attributes
* Add .d.ts for ZingChart NodeJS build
* Apply fixes after running "npm test"
* Add additional test using NodeJS d.ts
* Included new files into in tsconfig
* Fix JSON format for tsconfig
* Rewrite .d.ts for NodeJS build and combine tests into one file
* Only list one d.ts in tsconfig and reference NodeJS d.ts in test
* Provide default exports
* Update to include default exports
* Update test to try default import
* Allow default export and fix exports for each version (originally assumed exports were the same)
* use nodejs version in test because required to use file
* Fix whitespace error in test
* Update test to include testing default import
* Fixed zingchart/index.dts based on reviewers notes
* Update tslint.json to remove rules no longer needed
* Corrections to TDF relating to plot and legend
* Asterisk fix
* update(zingchart): Add def for plot.tooltip.text
* create(zinggrid): add new typings
* update(zingchart): Add missing types for plot and graphset
* Remove redundant 'undefined' value and fix trailing whitespace
* Updated definition author
* Added camel-case version of attributes
* refactor definitions
* Update exec arg to be optional
* Add missing properties: series.id
series.type
graphset.utc
graphset.plot.selectedState.lineWidth
graphset.plot.tooltip.textAlign
graphset.plot.valueBox.fontSize (doesn't accept numbers, only string)
graphset.maxTrackers
graphset.legend.marker.borderRadius
graphset.scaleX.maxItems
graphset.scaleY.zooming
* Fix alignment issues
* Update/fix properties:
- *.lineWidth
- *.borderWidth
- graphset.plot.dataAppendSelection
- graphset.plot.dataIgnoreSelection
- graphset.plot.selectionMode
- graphset.scaleX.thousandsSeparator
- graphset.scaleX.zooming
- graphset.plot.highlight
- graphset.timeZone
* Add missing attributes:
- graphset.legend.marker.borderRadius (type)
- graphset.plot.highlight
- graphset.zoomSnap
- graphset.selectionTool
* Added tests for previous commit
* update(zingchart): add behavior.text and behavior.customFunction, and updated graphset.labels
* Add definitions for palette (theme)
* update(zingchart): Add missing transform definitions
* remove consecutive blank lines
* Add definitions for scaleX (minValue, step) and scaleY (step)
* Updated the typing for scaleX/Y.step
* mend
* Update test
* Add legendMarker.borderRadius and related attributes
* Added legendMarker.lineStyle
* update(zingchart): update typings for offsetEnd/Start
* update(zingchart): add series.zIndex
* update(zingchart): add typings for tooltip.htmlMode and valueBox.Rules
* update(zingchart): fix array typings
* updated lslint and array typings
* fix tslint file
* revert tslint.json changes
* update(zingchart) - add preview.visible, tooltip.rules, scaleX.itemsOverlap
* Added graphset.values, plot.rules.*, tooltip.rules.*
* update(zingchart): add tree-related options properties
* update(zingchart) typings for barWidth and scaleYN
* Reorder interfaces alphabetically
* Fix typings of FONTFAMILY and FONTSIZE
* Fix typo in scrollXScrollY and update tests
* add stacked attribute to graphset
* Revert "add stacked attribute to graphset"
* add stacked attribute to graphset
Co-authored-by: Mike Schultz <mschultz@zingsoft.com>
Co-authored-by: dannyjuergens <djuergens@zingsoft.com>
Co-authored-by: jphung <jphung@zingsoft.com>
Co-authored-by: jeanettephung <jeanettephung@hotmail.com>
Co-authored-by: --lasabahebwa <--lasabahebwa@zingsoft.com>