@arcgis/lumina 4.32.0-next.106 → 4.32.0-next.107
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/dist/LitElement.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/LitElement.d.ts
CHANGED
|
@@ -80,7 +80,7 @@ export declare class LitElement extends OriginalLitElement implements ComponentL
|
|
|
80
80
|
*/
|
|
81
81
|
el: ToElement<this>;
|
|
82
82
|
/**
|
|
83
|
-
* Controller Manager orchestrates all
|
|
83
|
+
* Controller Manager orchestrates all controllers used by this component,
|
|
84
84
|
* connecting their lifecycle hooks and providing context information.
|
|
85
85
|
*/
|
|
86
86
|
manager: import("@arcgis/components-controllers").ControllerManager<never>;
|
package/dist/index.js
CHANGED
|
@@ -101,7 +101,7 @@ var LitElement = class _LitElement extends OriginalLitElement {
|
|
|
101
101
|
*/
|
|
102
102
|
this.el = this.constructor.lazy ?? this;
|
|
103
103
|
/**
|
|
104
|
-
* Controller Manager orchestrates all
|
|
104
|
+
* Controller Manager orchestrates all controllers used by this component,
|
|
105
105
|
* connecting their lifecycle hooks and providing context information.
|
|
106
106
|
*/
|
|
107
107
|
this.manager = useControllerManager(this);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/lumina",
|
|
3
|
-
"version": "4.32.0-next.
|
|
3
|
+
"version": "4.32.0-next.107",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
],
|
|
21
21
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@arcgis/components-controllers": "4.32.0-next.
|
|
24
|
-
"@arcgis/components-utils": "4.32.0-next.
|
|
23
|
+
"@arcgis/components-controllers": "4.32.0-next.107",
|
|
24
|
+
"@arcgis/components-utils": "4.32.0-next.107",
|
|
25
25
|
"@lit-labs/ssr": "^3.2.2",
|
|
26
26
|
"@lit-labs/ssr-client": "^1.1.7",
|
|
27
27
|
"@lit/context": "^1.1.3",
|