From 1cd6cf089f0f71d2dadf60117e8f2e1396755b04 Mon Sep 17 00:00:00 2001 From: Atanas Atanasov Date: Sun, 23 Dec 2018 17:24:17 +0200 Subject: [PATCH] upgrade to version 1.9.12 --- types/gijgo/index.d.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/types/gijgo/index.d.ts b/types/gijgo/index.d.ts index 611373be11..07d97da01b 100644 --- a/types/gijgo/index.d.ts +++ b/types/gijgo/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Gijgo v1.9.6 +// Type definitions for Gijgo v1.9.12 // Project: http://gijgo.com // Definitions by: Atanas Atanasov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped @@ -262,6 +262,8 @@ declare module Types { modal?: boolean; header?: boolean; footer?: boolean; + showOnFocus?: boolean; + showRightIcon?: boolean; //Events change?: (e: any) => any; @@ -467,6 +469,7 @@ declare module Types { disable(node: any, cascade?: boolean) : Tree; enableAll() : Tree; disableAll() : Tree; + //parents(id: string): Array; getCheckedNodes() : Array; checkAll() : Tree;