@next-core/brick-kit 2.104.6 → 2.104.7
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/CHANGELOG.md +11 -0
- package/dist/index.bundle.js +3 -1
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +3 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -10145,7 +10145,9 @@ function propertyMergeAllOfArray(_ref, object) {
|
|
|
10145
10145
|
// Use an approach like template-literal's quasis:
|
|
10146
10146
|
// `quasi0${0}quais1${1}quasi2...`
|
|
10147
10147
|
// Every quasi can be merged with multiple items.
|
|
10148
|
-
var computedBaseValue = Array.isArray(baseValue) ? computeRealValue(baseValue, context, true
|
|
10148
|
+
var computedBaseValue = Array.isArray(baseValue) ? computeRealValue(baseValue, context, true, {
|
|
10149
|
+
$$lazyForUseBrick: true
|
|
10150
|
+
}) : [];
|
|
10149
10151
|
var quasis = [];
|
|
10150
10152
|
var size = computedBaseValue.length + 1;
|
|
10151
10153
|
|