##// END OF EJS Templates
`Subscribable` is made compatible with rxjs, added map, filter and scan...
`Subscribable` is made compatible with rxjs, added map, filter and scan methods to observables. `watch` can accept either stateful object and a property name to observe or the subscribable value. added ref attribute to the markup elements and widgets. `bind`, `tooggleClass` and `attach` methods can be passed to `ref` attribute in the markup to interact with elemnts and widgets.

File last commit:

r102:c65ea2350b1a v1.3
r102:c65ea2350b1a v1.3
Show More
package.json
36 lines | 953 B | application/json | JsonLexer
cin
Converted to subproject djx, removed dojo-typings
r65 {
"name": "@implab/djx",
"version": "0.0.1-dev",
"description": "Supports using dojo version 1 with typescript and .tsx files",
"keywords": [
"dojo",
"tsx",
"typescript",
"widgets"
],
"author": "Implab team",
"license": "BSD-2-Clause",
"repository": "https://code.implab.org/implab/implabjs-djx",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@implab/core-amd": "^1.4.0",
"dojo": "^1.10.0"
},
"devDependencies": {
"@implab/core-amd": "^1.4.0",
"@types/chai": "4.1.3",
"@types/requirejs": "2.1.31",
"@types/yaml": "1.2.0",
cin
`Subscribable` is made compatible with rxjs, added map, filter and scan...
r102 "@types/tap": "15.0.7",
cin
Converted to subproject djx, removed dojo-typings
r65 "dojo": "1.16.0",
cin
temp commit, working on @on() decorator
r72 "@implab/dojo-typings": "1.0.0",
cin
Converted to subproject djx, removed dojo-typings
r65 "eslint": "6.8.0",
"requirejs": "2.3.6",
"tslint": "^6.1.3",
cin
`Subscribable` is made compatible with rxjs, added map, filter and scan...
r102 "typescript": "4.8.2",
"yaml": "~1.7.2",
"tap": "16.3.0"
cin
Converted to subproject djx, removed dojo-typings
r65 }
}