@arcgis/lumina 4.34.0-next.127 → 4.34.0-next.129
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/hmrSupport.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as noShadowRoot, P as ProxyComponent } from "./lazyLoad-
|
|
1
|
+
import { n as noShadowRoot, P as ProxyComponent } from "./lazyLoad-BlK67lvm.js";
|
|
2
2
|
import { camelToKebab } from "@arcgis/toolkit/string";
|
|
3
3
|
function handleHmrUpdate(newModules) {
|
|
4
4
|
newModules.forEach((newModule) => {
|
package/dist/index.js
CHANGED
|
@@ -2,8 +2,8 @@ import { G as GenericController, p as propertyTrackResolve } from "./Controller-
|
|
|
2
2
|
import { c } from "./Controller-ftAEcdmI.js";
|
|
3
3
|
import { state } from "lit/decorators/state.js";
|
|
4
4
|
import { property as property$1 } from "lit/decorators/property.js";
|
|
5
|
-
import { e as emptyFunction, n as noShadowRoot, a as attachToAncestor } from "./lazyLoad-
|
|
6
|
-
import { d, m } from "./lazyLoad-
|
|
5
|
+
import { e as emptyFunction, n as noShadowRoot, a as attachToAncestor } from "./lazyLoad-BlK67lvm.js";
|
|
6
|
+
import { d, m } from "./lazyLoad-BlK67lvm.js";
|
|
7
7
|
import { isEsriInternalEnv, safeCall, safeAsyncCall } from "@arcgis/toolkit/error";
|
|
8
8
|
import { camelToKebab } from "@arcgis/toolkit/string";
|
|
9
9
|
import { devToolsAwareTimeout, Deferred } from "@arcgis/toolkit/promise";
|
|
@@ -18,10 +18,7 @@ function devOnlyDetectIncorrectLazyUsages(LitClass) {
|
|
|
18
18
|
// Called by Lit - we proxy it to this.el in ProxyComponent
|
|
19
19
|
"isConnected",
|
|
20
20
|
// Called by Lit, but only in dev mode for warnings, so we don't have to proxy.
|
|
21
|
-
"localName"
|
|
22
|
-
// Called by Lit Context - we proxy it to this.el in ProxyComponent.
|
|
23
|
-
// Interestingly, they never call removeEventListener.
|
|
24
|
-
"addEventListener"
|
|
21
|
+
"localName"
|
|
25
22
|
]);
|
|
26
23
|
const customErrorMessages = {
|
|
27
24
|
addEventListener: "use this.listen() or this.el.addEventListener()"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/lumina",
|
|
3
|
-
"version": "4.34.0-next.
|
|
3
|
+
"version": "4.34.0-next.129",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
],
|
|
23
23
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@arcgis/toolkit": "~4.34.0-next.
|
|
25
|
+
"@arcgis/toolkit": "~4.34.0-next.129",
|
|
26
26
|
"csstype": "^3.1.3",
|
|
27
27
|
"tslib": "^2.8.1"
|
|
28
28
|
},
|