@omegagrid/bundle 0.6.3 → 0.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/omegagrid.d.ts +4 -1
- package/omegagrid.js +651 -647
- package/package.json +18 -18
package/omegagrid.d.ts
CHANGED
|
@@ -2387,7 +2387,8 @@ export declare namespace dom {
|
|
|
2387
2387
|
fixPosition,
|
|
2388
2388
|
zoomElement,
|
|
2389
2389
|
measureText,
|
|
2390
|
-
px
|
|
2390
|
+
px,
|
|
2391
|
+
query
|
|
2391
2392
|
}
|
|
2392
2393
|
}
|
|
2393
2394
|
|
|
@@ -5087,6 +5088,8 @@ declare function max(...args: ArrayArg): number;
|
|
|
5087
5088
|
|
|
5088
5089
|
declare function measureText(text: string, font: string): TextMetrics;
|
|
5089
5090
|
|
|
5091
|
+
declare function query<T>(selector: string, parent?: ParentNode) : T;
|
|
5092
|
+
|
|
5090
5093
|
declare class Menu extends LitElement {
|
|
5091
5094
|
static styles: CSSResult[];
|
|
5092
5095
|
items: MenuItem[];
|