@arcgis/lumina 5.2.0-next.69 → 5.2.0-next.70
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/{ControllerManager-4cSEnB5Y.js → ControllerManager-Ng9Wocs5.js} +1 -1
- package/dist/controllers/index.js +1 -1
- package/dist/controllers/useDirection.d.ts +1 -1
- package/dist/controllers/useT9n.d.ts +2 -2
- package/dist/hmrSupport.js +1 -1
- package/dist/index.js +3 -3
- package/dist/{lazyLoad-B5Rj3U_I.js → lazyLoad-BpMEtKby.js} +1 -1
- package/package.json +2 -2
|
@@ -88,7 +88,7 @@ class ControllerManager extends GenericController {
|
|
|
88
88
|
* @privateRemarks
|
|
89
89
|
* Keeping this method async needlessly for now to avoid a breaking change if
|
|
90
90
|
* we would need to make it async in the future.
|
|
91
|
-
* Related: https://devtopia.esri.com/WebGIS/
|
|
91
|
+
* Related: https://devtopia.esri.com/WebGIS/webgis-sdk/pull/15301#issuecomment-6321306
|
|
92
92
|
*/
|
|
93
93
|
// eslint-disable-next-line @typescript-eslint/require-await
|
|
94
94
|
async destroy() {
|
|
@@ -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, b as autoDestroyOnDisconnectTimeout } from "../ControllerManager-
|
|
10
|
+
import { s as setAutoDestroyOnDisconnectTimeout, b as autoDestroyOnDisconnectTimeout } from "../ControllerManager-Ng9Wocs5.js";
|
|
11
11
|
const makeController = (constructor) => proxy(void 0, constructor);
|
|
12
12
|
const makeGenericController = (constructor) => (component) => proxy(
|
|
13
13
|
component,
|
|
@@ -5,6 +5,6 @@ export type Direction = "ltr" | "rtl";
|
|
|
5
5
|
* Watches for changes to "dir" and will re-render your component if needed.
|
|
6
6
|
*
|
|
7
7
|
* @see https://webgis.esri.com/references/lumina/controllers/useDirection
|
|
8
|
-
* @see [Design decisions](https://devtopia.esri.com/WebGIS/
|
|
8
|
+
* @see [Design decisions](https://devtopia.esri.com/WebGIS/webgis-sdk/discussions/987)
|
|
9
9
|
*/
|
|
10
10
|
export function useDirection(): Direction;
|
|
@@ -49,7 +49,7 @@ export interface UseT9n {
|
|
|
49
49
|
*
|
|
50
50
|
* @param getAssetPath
|
|
51
51
|
* @see [Documentation](https://webgis.esri.com/references/lumina/controllers/useT9n)
|
|
52
|
-
* @see [Design decisions 1](https://devtopia.esri.com/WebGIS/
|
|
53
|
-
* @see [Design decisions 2](https://devtopia.esri.com/WebGIS/
|
|
52
|
+
* @see [Design decisions 1](https://devtopia.esri.com/WebGIS/webgis-sdk/discussions/969)
|
|
53
|
+
* @see [Design decisions 2](https://devtopia.esri.com/WebGIS/webgis-sdk/discussions/987)
|
|
54
54
|
*/
|
|
55
55
|
export function makeT9nController(getAssetPath: (path: string) => string): UseT9n;
|
package/dist/hmrSupport.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as ProxyComponent, n as noShadowRoot } from "./lazyLoad-
|
|
1
|
+
import { P as ProxyComponent, n as noShadowRoot } from "./lazyLoad-BpMEtKby.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,14 +2,14 @@ import { p as propertyTrackResolve } from "./GenericController-C8NSb50b.js";
|
|
|
2
2
|
import { c } from "./GenericController-C8NSb50b.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, p as proxyFormMethodsToEvents, a as attachToAncestor } from "./lazyLoad-
|
|
6
|
-
import { d, m } from "./lazyLoad-
|
|
5
|
+
import { e as emptyFunction, n as noShadowRoot, p as proxyFormMethodsToEvents, a as attachToAncestor } from "./lazyLoad-BpMEtKby.js";
|
|
6
|
+
import { d, m } from "./lazyLoad-BpMEtKby.js";
|
|
7
7
|
import { isEsriInternalEnv, safeAsyncCall, safeCall } from "@arcgis/toolkit/error";
|
|
8
8
|
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 { c as controllerSymbol, s as shouldBypassReadOnly } from "./ControllerInternals-CeDntN3G.js";
|
|
12
|
-
import { C as ControllerManager, a as autoDestroyDisabledPropName } from "./ControllerManager-
|
|
12
|
+
import { C as ControllerManager, a as autoDestroyDisabledPropName } from "./ControllerManager-Ng9Wocs5.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";
|
|
@@ -215,7 +215,7 @@ class ProxyComponent extends HtmlElement {
|
|
|
215
215
|
/**
|
|
216
216
|
* "$$" is our top-level await polyfill due to broken top-level await
|
|
217
217
|
* support in Safari. Only applies in CDN build.
|
|
218
|
-
* See https://devtopia.esri.com/WebGIS/
|
|
218
|
+
* See https://devtopia.esri.com/WebGIS/webgis-sdk/issues/3933
|
|
219
219
|
* and https://bugs.webkit.org/show_bug.cgi?id=242740
|
|
220
220
|
*/
|
|
221
221
|
await (module.default?.then(
|
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.70",
|
|
4
4
|
"description": "Runtime for WebGIS SDK web components",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"csstype": "^3.1.3",
|
|
37
37
|
"tslib": "^2.8.1",
|
|
38
|
-
"@arcgis/toolkit": "~5.2.0-next.
|
|
38
|
+
"@arcgis/toolkit": "~5.2.0-next.70"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@lit/context": "^1.1.6",
|