@mappable-world/mappable-types 0.0.11 → 0.0.12

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.
@@ -3,5 +3,6 @@ declare module "../import" {
3
3
  interface Import {
4
4
  (pkg: "@mappable-world/mappable-controls-extra"): Promise<typeof import("./controls-extra")>;
5
5
  (pkg: "@mappable-world/mappable-reactify"): Promise<typeof import("../reactify")>;
6
+ (pkg: "@mappable-world/mappable-vuefy"): Promise<typeof import("./vuefy")>;
6
7
  }
7
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappable-world/mappable-types",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "Types for mappable maps library",
5
5
  "main": "",
6
6
  "types": "index.d.ts",
@@ -43,7 +43,6 @@ declare class MMapHint extends mappable.MMapGroupEntity<MMapHintProps> {
43
43
  static [overrideKeyReactify]: CustomReactify<MMapHint, TReact.FC<MMapHintProps>>;
44
44
  static [overrideKeyVuefy]: CustomVuefyFn<MMapHint>;
45
45
  static [optionsKeyVuefy]: CustomVuefyOptions<MMapHint>;
46
- private _destroyDomContext;
47
46
  private _detachDom;
48
47
  private _element;
49
48
  private _hintElement;