Add animations demo to the gallery app, make vertical alignment center and visibility collapsed backward compatible

This commit is contained in:
Panayot Cankov
2017-01-25 13:17:33 +02:00
parent ba2d5d42e6
commit 0dd8f985c4
12 changed files with 376 additions and 11 deletions

View File

@@ -65,6 +65,13 @@ declare module "data/observable" {
* Observable is used when you want to be notified when a change occurs. Use on/off methods to add/remove listener.
*/
class Observable {
/**
* Please note that should you be using the `new Observable({})` constructor, it is **obsolete** since v3.0,
* and you have to migrate to the "data/observable" `fromObject({})` or the `fromObjectRecursive({})` functions.
*/
constructor();
/**
* String value used when hooking to propertyChange event.
*/