defaultkavy
8817e5da1b
initial repository. changes: $View.events add 'beforeSwitch' and 'afterSwitch' events. update: $View.switch() will fire event before replacing content. new: add $View.currentContent for getting current view content.
25 lines
663 B
JSON
25 lines
663 B
JSON
{
|
|
"name": "@elexis/view",
|
|
"description": "A tool for manage multiple content",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "defaultkavy",
|
|
"email": "defaultkavy@gmail.com",
|
|
"url": "https://git.defaultkavy.com/defaultkavy"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.defaultkavy.com/elexis/view.git"
|
|
},
|
|
"module": "index.ts",
|
|
"bugs": {
|
|
"url": "https://git.defaultkavy.com/elexis/view/issues"
|
|
},
|
|
"homepage": "https://git.defaultkavy.com/elexis/view",
|
|
"keywords": ["web", "front-end", "lib", "fluent", "framework"],
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"elexis": "../../elexis"
|
|
}
|
|
} |