@absolutejs/absolute 0.19.0-beta.1004 → 0.19.0-beta.1005

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.
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  var __require = import.meta.require;
3
3
 
4
- // .angular-partial-tmp-yvlu3P/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-YncvOu/src/core/streamingSlotRegistrar.ts
5
5
  var STREAMING_SLOT_REGISTRAR_KEY = Symbol.for("absolutejs.streamingSlotRegistrar");
6
6
  var STREAMING_SLOT_WARNING_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotWarningController");
7
7
  var STREAMING_SLOT_COLLECTION_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotCollectionController");
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  var __require = import.meta.require;
3
3
 
4
- // .angular-partial-tmp-yvlu3P/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-YncvOu/src/core/streamingSlotRegistrar.ts
5
5
  var STREAMING_SLOT_REGISTRAR_KEY = Symbol.for("absolutejs.streamingSlotRegistrar");
6
6
  var STREAMING_SLOT_WARNING_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotWarningController");
7
7
  var STREAMING_SLOT_COLLECTION_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotCollectionController");
@@ -48,7 +48,7 @@ var warnMissingStreamingSlotCollector = (primitiveName) => {
48
48
  getWarningController()?.maybeWarn(primitiveName);
49
49
  };
50
50
 
51
- // .angular-partial-tmp-yvlu3P/src/core/streamingSlotRegistry.ts
51
+ // .angular-partial-tmp-YncvOu/src/core/streamingSlotRegistry.ts
52
52
  var STREAMING_SLOT_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotAsyncLocalStorage");
53
53
  var isObjectRecord2 = (value) => Boolean(value) && typeof value === "object";
54
54
  var isAsyncLocalStorage = (value) => isObjectRecord2(value) && ("getStore" in value) && typeof value.getStore === "function" && ("run" in value) && typeof value.run === "function";
package/dist/build.js CHANGED
@@ -23192,6 +23192,10 @@ ${code}`;
23192
23192
  ${templateResult.code}`;
23193
23193
  code += `
23194
23194
  __script__.render = render;`;
23195
+ if (isScoped) {
23196
+ code += `
23197
+ __script__.__scopeId = "data-v-${componentId}";`;
23198
+ }
23195
23199
  code += `
23196
23200
  export default __script__;`;
23197
23201
  return code;
@@ -27091,5 +27095,5 @@ export {
27091
27095
  build
27092
27096
  };
27093
27097
 
27094
- //# debugId=848168031D8942E164756E2164756E21
27098
+ //# debugId=563DFF6CF5262F3964756E2164756E21
27095
27099
  //# sourceMappingURL=build.js.map