@toolbox-web/grid 0.1.0 → 0.1.1

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/README.md CHANGED
@@ -506,7 +506,7 @@ For architecture details, rendering pipeline, and plugin development, see [ARCHI
506
506
  This grid is built and maintained by a single developer in spare time. If it saves you time or money, consider sponsoring to keep development going:
507
507
 
508
508
  [![GitHub Sponsors](https://img.shields.io/badge/Sponsor_on_GitHub-ea4aaa?style=for-the-badge&logo=github)](https://github.com/sponsors/OysteinAmundsen)
509
- [![Patreon](https://img.shields.io/badge/Support_on_Patreon-f96854?style=for-the-badge&logo=patreon)](https://patreon.com/user?u=40656340)
509
+ [![Patreon](https://img.shields.io/badge/Support_on_Patreon-f96854?style=for-the-badge&logo=patreon)](https://www.patreon.com/c/OysteinAmundsen)
510
510
 
511
511
  **What sponsorship enables:**
512
512
 
package/all.d.ts CHANGED
@@ -1959,6 +1959,11 @@ export declare class ContextMenuPlugin extends BaseGridPlugin_2<ContextMenuConfi
1959
1959
  attach(grid: GridElement_2): void;
1960
1960
  detach(): void;
1961
1961
  private installGlobalHandlers;
1962
+ /**
1963
+ * Clean up global handlers when the last instance detaches.
1964
+ * Uses reference counting to ensure handlers persist while any grid uses the plugin.
1965
+ */
1966
+ private uninstallGlobalHandlers;
1962
1967
  afterRender(): void;
1963
1968
  /**
1964
1969
  * Programmatically show the context menu at the specified position.