@cqa-lib/cqa-ui 1.1.298 → 1.1.301

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.
@@ -96,6 +96,12 @@ export declare class DynamicSelectFieldComponent implements OnInit, OnChanges {
96
96
  * at least once since opening the panel. Prevents auto-load on open.
97
97
  */
98
98
  private hasScrolledSinceOpen;
99
+ /**
100
+ * True when the load-more sentinel is currently in view. Used to trigger only when
101
+ * the sentinel transitions from out-of-view to in-view (user scrolled to bottom again),
102
+ * not when it stays in view after new data arrives (which would cause repeated API calls).
103
+ */
104
+ private sentinelCurrentlyInView;
99
105
  private onPanelScroll;
100
106
  ngOnInit(): void;
101
107
  get displayPlaceholder(): string | undefined;
@@ -174,6 +174,7 @@ export declare class TestCaseConditionStepComponent implements OnInit, OnChanges
174
174
  /** Build condition string from form values */
175
175
  private buildConditionFromForm;
176
176
  onEditFormFieldChange(controlName: string, value: string): void;
177
+ /** Count steps as conditions (badges): IF = 1 + number of ELSE IF + 1 if ELSE */
177
178
  getStepsSummary(): string;
178
179
  /** Branch type badges for step row: IF, ELSE IF (with count if multiple), ELSE */
179
180
  getBranchTypeBadges(): {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.298",
3
+ "version": "1.1.301",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",