@absolutejs/absolute 0.19.0-beta.920 → 0.19.0-beta.921

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-ywtyMg/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-kYZ0hu/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-ywtyMg/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-kYZ0hu/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-ywtyMg/src/core/streamingSlotRegistry.ts
51
+ // .angular-partial-tmp-kYZ0hu/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
@@ -19988,7 +19988,9 @@ ${block}
19988
19988
  queries: advancedMetadata.contentQueries,
19989
19989
  viewQueries: advancedMetadata.viewQueries,
19990
19990
  host: advancedMetadata.host,
19991
- lifecycle: { usesOnChanges: false },
19991
+ lifecycle: {
19992
+ usesOnChanges: classNode.members.some((m) => ts7.isMethodDeclaration(m) && m.name !== undefined && ts7.isIdentifier(m.name) && m.name.text === "ngOnChanges")
19993
+ },
19992
19994
  inputs,
19993
19995
  outputs,
19994
19996
  usesInheritance: false,
@@ -22868,5 +22870,5 @@ export {
22868
22870
  build
22869
22871
  };
22870
22872
 
22871
- //# debugId=7DD6570AE26CBE4E64756E2164756E21
22873
+ //# debugId=7033EC7B9DB6187F64756E2164756E21
22872
22874
  //# sourceMappingURL=build.js.map