@luigi-project/container
Advanced tools
Comparing version 1.2.0-rc4 to 1.2.0
@@ -15,5 +15,5 @@ export declare interface WebComponentSettings { | ||
* The configuration for the compound microfrontend | ||
* Take a look at the [compound parameter](https://docs.luigi-project.io/docs/navigation-parameters-reference/?section=compound) for details. | ||
* Take a look at the [compound parameter](https://docs.luigi-project.io/docs/navigation-parameters-reference/?section=compound) for details. | ||
* @since 1.0.0 | ||
* | ||
* | ||
*/ | ||
@@ -30,3 +30,3 @@ compoundConfig: Object; | ||
* If set to true, the Luigi compound container webcomponent will not use the shadow DOM for rendering. | ||
* @since NEXTRELEASE | ||
* @since 1.2.0 | ||
*/ | ||
@@ -73,3 +73,3 @@ noShadow: boolean; | ||
* The document title value to be passed to the compound micro frontend. | ||
* @since NEXT_RELEASE_CONTAINER | ||
* @since 1.2.0 | ||
*/ | ||
@@ -80,4 +80,4 @@ documentTitle: string; | ||
* The hasBack value to be passed to the compound micro frontend. | ||
* It indicates that there is one or more preserved views. Useful when you need to show a back button. | ||
* @since NEXT_RELEASE_CONTAINER | ||
* It indicates that there is one or more preserved views. Useful when you need to show a back button. | ||
* @since 1.2.0 | ||
*/ | ||
@@ -89,3 +89,3 @@ hasBack: string; | ||
* It's used to indicate that there are unsaved changes when navigating away. | ||
* @since NEXT_RELEASE_CONTAINER | ||
* @since 1.2.0 | ||
*/ | ||
@@ -108,3 +108,2 @@ dirtyStatus: boolean; | ||
* @param contextObj The context data | ||
* | ||
* @example | ||
@@ -111,0 +110,0 @@ * containerElement.updateContext({newContextData: 'some data'}) |
@@ -10,3 +10,2 @@ export declare interface WebComponentSettings { | ||
* The URL of the microfrontend to be rendered | ||
* | ||
* @since 1.0.0 | ||
@@ -18,3 +17,2 @@ */ | ||
* If set to true defers from initializing the microfronted automatically. In that case init() can be used | ||
* | ||
* @since 1.0.0 | ||
@@ -44,3 +42,3 @@ */ | ||
* @param {string} string must be a stringified boolean or JSON object from type `WebComponentSettings`. | ||
* | ||
* | ||
* </br></br> | ||
@@ -80,3 +78,3 @@ * <blockquote class="warning"> | ||
/** | ||
* If set to true, skips handshake and ready event is fired immediately | ||
* If set to true, skips handshake and ready event is fired immediately | ||
* @since 1.0.0 | ||
@@ -94,3 +92,3 @@ */ | ||
* If set to true, the Luigi container webcomponent will not use the shadow DOM for rendering. | ||
* @since NEXTRELEASE | ||
* @since 1.2.0 | ||
*/ | ||
@@ -132,3 +130,3 @@ noShadow: boolean; | ||
* You can use one or more rules by adding them to the array, for example allowRules: ["microphone", "camera"]. | ||
* @since NEXT_RELEASE_CONTAINER | ||
* @since 1.2.0 | ||
*/ | ||
@@ -140,3 +138,3 @@ allowRules: string[]; | ||
* You can use one or more rules by adding them to the array, for example sandboxRules: ["allow-scripts", "allow-same-origin"]. | ||
* @since NEXT_RELEASE_CONTAINER | ||
* @since 1.2.0 | ||
*/ | ||
@@ -147,3 +145,3 @@ sandboxRules: string[]; | ||
* The document title value to be passed to the web-component-based micro frontend. | ||
* @since NEXT_RELEASE_CONTAINER | ||
* @since 1.2.0 | ||
*/ | ||
@@ -154,4 +152,4 @@ documentTitle: string; | ||
* The hasBack value to be passed to the web-component-based micro frontend. | ||
* It indicates that there is one or more preserved views. Useful when you need to show a back button. | ||
* @since NEXT_RELEASE_CONTAINER | ||
* It indicates that there is one or more preserved views. Useful when you need to show a back button. | ||
* @since 1.2.0 | ||
*/ | ||
@@ -163,3 +161,3 @@ hasBack: string; | ||
* It's used to indicate that there are unsaved changes when navigating away. | ||
* @since NEXT_RELEASE_CONTAINER | ||
* @since 1.2.0 | ||
*/ | ||
@@ -172,3 +170,2 @@ dirtyStatus: boolean; | ||
* @param {Object} internal internal luigi legacy data used for iframes | ||
* | ||
* @example | ||
@@ -184,3 +181,2 @@ * containerElement.updateContext({newContextData: 'some data'}) | ||
* @param data data to be sent alongside the custom message | ||
* | ||
* @example | ||
@@ -196,3 +192,2 @@ * containerElement.sendCustomMessage('my-message-id', {dataToSend: 'some data'}) | ||
* @param dismissKey the key specifying which dismiss link was clicked on the alert message | ||
* | ||
* @example | ||
@@ -206,3 +201,2 @@ * containerElement.closeAlert('my-alert-id', 'my-dismiss-key') | ||
* Manually triggers the micro frontend rendering process when using defer-init attribute | ||
* | ||
* @example | ||
@@ -216,5 +210,5 @@ * containerElement.init() | ||
* The authData value to be passed to the iframe-based micro frontend. | ||
* @since NEXT_RELEASE_CONTAINER | ||
* @since 1.2.0 | ||
*/ | ||
authData: Object; | ||
authData: Object; | ||
} |
@@ -22,3 +22,3 @@ { | ||
], | ||
"version": "1.2.0-rc4" | ||
"version": "1.2.0" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
249959
576