@hpcc-js/common
Advanced tools
Comparing version 0.0.76 to 0.0.77
{ | ||
"name": "@hpcc-js/common", | ||
"version": "0.0.76", | ||
"version": "0.0.77", | ||
"description": "hpcc-js - Viz Common", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
export interface ClassMeta { | ||
moduleName: string; | ||
className: string; | ||
memberName: string; | ||
memberName?: string; | ||
} | ||
@@ -6,0 +6,0 @@ export declare class Class { |
@@ -20,3 +20,3 @@ import { SVGWidget } from "./SVGWidget"; | ||
protected _buttonLast: any; | ||
protected _iconBar: IconBar; | ||
_iconBar: IconBar; | ||
constructor(); | ||
@@ -23,0 +23,0 @@ getScreenBBox(target: any): { |
@@ -37,2 +37,3 @@ import { HTMLWidget } from "./HTMLWidget"; | ||
update(domNode: any, element: any): void; | ||
exit(domNode: any, element: any): void; | ||
} | ||
@@ -39,0 +40,0 @@ export interface IconBar { |
@@ -100,3 +100,3 @@ import { Selection as d3Selection } from "d3-selection"; | ||
renderPromise(): Promise<Widget>; | ||
lazyRender: (..._dummyArgs: any[]) => void; | ||
lazyRender: (debouncedCallback?: (w: Widget) => void) => (..._dummyArgs: any[]) => void; | ||
animationFrameRender(): this; | ||
@@ -103,0 +103,0 @@ enter(_domNode: HTMLElement, _element: d3SelectionType): void; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4449035
25358