@luigi-project/client 2.2.2-dev.202307191923 → 2.2.2-dev.202307191937
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/luigi-element.d.ts +5 -0
- package/luigi-element.js +1 -0
- package/package.json +1 -1
package/luigi-element.d.ts
CHANGED
|
@@ -383,6 +383,11 @@ export declare interface Options {
|
|
|
383
383
|
*if `true` shadowRoot mode is "open" otherwise shadowRoot mode is "closed".
|
|
384
384
|
*/
|
|
385
385
|
openShadow: boolean;
|
|
386
|
+
|
|
387
|
+
/**
|
|
388
|
+
* if `true` LuigiClient initialization will be defered, until `LuigiClient.luigiClientInit()` will be called.
|
|
389
|
+
*/
|
|
390
|
+
deferLuigiClientWCInit: boolean;
|
|
386
391
|
}
|
|
387
392
|
|
|
388
393
|
/**
|
package/luigi-element.js
CHANGED
package/package.json
CHANGED