@m3e/core 1.1.7 → 1.1.9

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.
@@ -16,6 +16,10 @@ export declare class FocusController extends MonitorControllerBase {
16
16
  * @param {FocusControllerOptions} options Options used to configure this controller.
17
17
  */
18
18
  constructor(host: ReactiveControllerHost & HTMLElement, options: FocusControllerOptions);
19
+ /** @inheritdoc */
20
+ hostConnected(): void;
21
+ /** @inheritdoc */
22
+ hostDisconnected(): void;
19
23
  /**
20
24
  * Starts observing the specified element.
21
25
  * @param {HTMLElement} target The element to start observing.
@@ -1 +1 @@
1
- {"version":3,"file":"FocusController.d.ts","sourceRoot":"","sources":["../../../../src/shared/controllers/FocusController.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,KAAK,CAAC;AAE7C,OAAO,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AAG1F,kFAAkF;AAClF,MAAM,MAAM,uBAAuB,GAAG,CAAC,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,KAAK,IAAI,CAAC;AAE7G,kEAAkE;AAClE,MAAM,WAAW,sBAAuB,SAAQ,wBAAwB;IACtE,yEAAyE;IACzE,QAAQ,EAAE,uBAAuB,CAAC;CACnC;AAED,wFAAwF;AACxF,qBAAa,eAAgB,SAAQ,qBAAqB;;IASxD;;;;OAIG;gBACS,IAAI,EAAE,sBAAsB,GAAG,WAAW,EAAE,OAAO,EAAE,sBAAsB;IAKvF;;;OAGG;cACgB,QAAQ,CAAC,MAAM,EAAE,WAAW,GAAG,IAAI;IAStD;;;OAGG;cACgB,UAAU,CAAC,MAAM,EAAE,WAAW,GAAG,IAAI;CA6BzD"}
1
+ {"version":3,"file":"FocusController.d.ts","sourceRoot":"","sources":["../../../../src/shared/controllers/FocusController.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,KAAK,CAAC;AAE7C,OAAO,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AAG1F,kFAAkF;AAClF,MAAM,MAAM,uBAAuB,GAAG,CAAC,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,KAAK,IAAI,CAAC;AAE7G,kEAAkE;AAClE,MAAM,WAAW,sBAAuB,SAAQ,wBAAwB;IACtE,yEAAyE;IACzE,QAAQ,EAAE,uBAAuB,CAAC;CACnC;AAED,wFAAwF;AACxF,qBAAa,eAAgB,SAAQ,qBAAqB;;IAaxD;;;;OAIG;gBACS,IAAI,EAAE,sBAAsB,GAAG,WAAW,EAAE,OAAO,EAAE,sBAAsB;IAKvF,kBAAkB;IACT,aAAa,IAAI,IAAI;IAO9B,kBAAkB;IACT,gBAAgB,IAAI,IAAI;IAOjC;;;OAGG;cACgB,QAAQ,CAAC,MAAM,EAAE,WAAW,GAAG,IAAI;IAStD;;;OAGG;cACgB,UAAU,CAAC,MAAM,EAAE,WAAW,GAAG,IAAI;CA6BzD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/core",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
4
4
  "description": "Core for M3E",
5
5
  "author": "matraic <matraic@yahoo.com>",
6
6
  "license": "MIT",