@brickclay-org/ui 0.1.25 → 0.1.27

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/index.d.ts CHANGED
@@ -208,6 +208,15 @@ declare class BkCustomCalendar implements OnInit, OnDestroy, OnChanges, ControlV
208
208
  get resolvedWeekDayLabels(): string[];
209
209
  /** When dual range mode, Apply is blocked until both endpoints exist. */
210
210
  get isDualRangeApplyBlocked(): boolean;
211
+ /**
212
+ * Popup single-date with manual Apply: do not push to ngModel / (selected) until Apply.
213
+ * Inline calendars have no Apply footer, so they always commit immediately.
214
+ */
215
+ private shouldDeferSingleDateCommit;
216
+ private emitSelectionUnlessSingleDateDeferred;
217
+ /** Discard in-popup draft and restore last committed value from {@link selectedValue}. */
218
+ private revertSingleDateDraftIfNeeded;
219
+ private finishPopupDismissal;
211
220
  /** User preference before viewport adjustment (legacy `drop` still applies when `popupPosition` is `bottom`). */
212
221
  private preferPopupAbove;
213
222
  private resolveCustomRangesFromInputsOrService;
@@ -221,6 +230,8 @@ declare class BkCustomCalendar implements OnInit, OnDestroy, OnChanges, ControlV
221
230
  validate(control: AbstractControl): ValidationErrors | null;
222
231
  /** Call from template when control loses focus (for CVA touched state). */
223
232
  markAsTouched(): void;
233
+ /** Clears embedded time picker ngModels, spinner state, raw minute typing, and forces dropdowns closed. */
234
+ private resetEmbeddedTimePickerUiState;
224
235
  /** Apply CalendarSelection to internal state (startDate, endDate, startTime, endTime, selectedDates, calendar view). */
225
236
  private applyValueToState;
226
237
  /** Format to "H:MM AM/PM" string. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brickclay-org/ui",
3
- "version": "0.1.25",
3
+ "version": "0.1.27",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-add": {
6
6
  "save": "dependencies"