@base-framework/base 3.7.42 → 3.7.44
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.
|
@@ -36,6 +36,7 @@ export class Component extends Unit {
|
|
|
36
36
|
/**
|
|
37
37
|
* @type {boolean} _externalData - true when data is provided
|
|
38
38
|
* externally (e.g. temp components from { data: localVar }).
|
|
39
|
+
* Preserve the value if already set by setupProps() in super().
|
|
39
40
|
*/
|
|
40
41
|
_externalData: boolean;
|
|
41
42
|
/**
|