@luigi-project/container 1.3.0-dev.202410210836 → 1.3.0-dev.202410230031

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.
@@ -11,7 +11,7 @@ export default class LuigiCompoundContainer extends HTMLElement {
11
11
  viewurl: string;
12
12
 
13
13
  /**
14
- * The configuration for the compound microfrontend.
14
+ * The configuration for the compound microfrontend
15
15
  * Take a look at the [compound parameter](https://docs.luigi-project.io/docs/navigation-parameters-reference/?section=compound) for details.
16
16
  * @since 1.0.0
17
17
  *
@@ -19,7 +19,7 @@ export default class LuigiCompoundContainer extends HTMLElement {
19
19
  compoundConfig: Object;
20
20
 
21
21
  /**
22
- * If set to true defers from initializing the microfronted automatically. In that case init() can be used.
22
+ * If set to true defers from initializing the microfronted automatically. In that case init() can be used
23
23
  * @since 1.0.0
24
24
  */
25
25
  deferInit: boolean;
@@ -56,7 +56,7 @@ export default class LuigiCompoundContainer extends HTMLElement {
56
56
  pathParams: Object;
57
57
 
58
58
  /**
59
- * The stringified context to be passed to the compound microfrontend.
59
+ * The stringified context to be passed to the compound microfrontend
60
60
  * @since 1.0.0
61
61
  */
62
62
  context: string;
@@ -68,7 +68,7 @@ export default class LuigiCompoundContainer extends HTMLElement {
68
68
  clientPermissions: Object;
69
69
 
70
70
  /**
71
- * The user settings to be passed to the compound micro frontend.
71
+ * The user settings to be passed to the compound micro frontend
72
72
  * @since 1.0.0
73
73
  */
74
74
  userSettings: Object;