@arcgis/lumina 5.2.0-next.93 → 5.2.0-next.95
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.
|
@@ -2,7 +2,7 @@ import { safeCall, isEsriInternalEnv } from "@arcgis/toolkit/error";
|
|
|
2
2
|
import { G as GenericController, p as propertyTrackResolve } from "./GenericController-Ko6PTuJs.js";
|
|
3
3
|
import { nothing, LitElement as LitElement$1 } from "lit";
|
|
4
4
|
import { devToolsAwareTimeout } from "@arcgis/toolkit/promise";
|
|
5
|
-
import { s as setAmbientComponent } from "./ControllerInternals-DBoubTn4.js";
|
|
5
|
+
import { a as setParentController, s as setAmbientComponent } from "./ControllerInternals-DBoubTn4.js";
|
|
6
6
|
class ControllerManager extends GenericController {
|
|
7
7
|
/**
|
|
8
8
|
* @public
|
|
@@ -79,6 +79,7 @@ class ControllerManager extends GenericController {
|
|
|
79
79
|
}
|
|
80
80
|
});
|
|
81
81
|
queueMicrotask(() => this.R = true);
|
|
82
|
+
setParentController(void 0);
|
|
82
83
|
setAmbientComponent(component);
|
|
83
84
|
}
|
|
84
85
|
#autoDestroyTimeout;
|
|
@@ -7,7 +7,7 @@ import { isServer } from "lit";
|
|
|
7
7
|
import { isEsriInternalEnv } from "@arcgis/toolkit/error";
|
|
8
8
|
import { observeAncestorsMutation, getElementAttribute } from "@arcgis/toolkit/dom";
|
|
9
9
|
import { getElementLocale, startLocaleObserver } from "@arcgis/toolkit/intl/dom";
|
|
10
|
-
import { s as setAutoDestroyOnDisconnectTimeout, a as autoDestroyOnDisconnectTimeout } from "../ControllerManager-
|
|
10
|
+
import { s as setAutoDestroyOnDisconnectTimeout, a as autoDestroyOnDisconnectTimeout } from "../ControllerManager-CXEWZVTX.js";
|
|
11
11
|
const makeController = (constructor) => proxy(void 0, constructor);
|
|
12
12
|
const makeGenericController = (constructor) => (component) => proxy(
|
|
13
13
|
component,
|
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import { camelToKebab } from "@arcgis/toolkit/string";
|
|
|
9
9
|
import { Deferred } from "@arcgis/toolkit/promise";
|
|
10
10
|
import { LitElement as LitElement$1, isServer, notEqual, noChange as noChange$1, nothing as nothing$1, render } from "lit";
|
|
11
11
|
import { h as shouldBypassReadOnly, d as controllerSymbol } from "./ControllerInternals-DBoubTn4.js";
|
|
12
|
-
import { C as ControllerManager, b as autoDestroyDisabledPropName } from "./ControllerManager-
|
|
12
|
+
import { C as ControllerManager, b as autoDestroyDisabledPropName } from "./ControllerManager-CXEWZVTX.js";
|
|
13
13
|
import { propertyFlagAttribute, propertyFlagUseDefault, propertyFlagNoAccessor, propertyFlagReadOnly, propertyFlagState, propertyFlagBoolean, propertyFlagNumber, propertyFlagReflect } from "./config.js";
|
|
14
14
|
import { classMap } from "lit/directives/class-map.js";
|
|
15
15
|
import { styleMap } from "lit/directives/style-map.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/lumina",
|
|
3
|
-
"version": "5.2.0-next.
|
|
3
|
+
"version": "5.2.0-next.95",
|
|
4
4
|
"description": "Runtime for WebGIS SDK web components",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
],
|
|
37
37
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@arcgis/toolkit": "~5.2.0-next.
|
|
39
|
+
"@arcgis/toolkit": "~5.2.0-next.95",
|
|
40
40
|
"csstype": "^3.1.3",
|
|
41
41
|
"tslib": "^2.8.1"
|
|
42
42
|
},
|