@dereekb/dbx-form 13.0.2 → 13.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-form",
3
- "version": "13.0.2",
3
+ "version": "13.0.5",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^21.0.0",
6
6
  "@angular/common": "^21.0.0",
@@ -10,12 +10,12 @@
10
10
  "@angular/material-date-fns-adapter": "^21.0.0",
11
11
  "@angular/platform-browser": "^21.0.0",
12
12
  "@bobbyquantum/ngx-editor": "21.0.0-beta.1",
13
- "@dereekb/date": "13.0.2",
14
- "@dereekb/dbx-core": "13.0.2",
15
- "@dereekb/dbx-web": "13.0.2",
16
- "@dereekb/model": "13.0.2",
17
- "@dereekb/rxjs": "13.0.2",
18
- "@dereekb/util": "13.0.2",
13
+ "@dereekb/date": "13.0.5",
14
+ "@dereekb/dbx-core": "13.0.5",
15
+ "@dereekb/dbx-web": "13.0.5",
16
+ "@dereekb/model": "13.0.5",
17
+ "@dereekb/rxjs": "13.0.5",
18
+ "@dereekb/util": "13.0.5",
19
19
  "@ng-web-apis/geolocation": "^5.1.0",
20
20
  "@ngbracket/ngx-layout": "^21.0.0",
21
21
  "@ngrx/component-store": "^21.0.0",
@@ -26,7 +26,7 @@
26
26
  "change-case-all": "^2.1.0",
27
27
  "date-fns": "^4.0.0",
28
28
  "mapbox-gl": "^3.10.0",
29
- "ng-overlay-container": "^21.0.0",
29
+ "ng-overlay-container": "git+https://git@github.com/dereekb/ng-overlay-container#f8f887afe7e1c75e4f1afe40470a4d39291707d6",
30
30
  "ngx-mapbox-gl": "git+https://git@github.com/dereekb/ngx-mapbox-gl#3f1d25b0661bc48abbd415dc79ca7f66568bae2e",
31
31
  "ngx-mat-input-tel": "^21.0.0",
32
32
  "rxjs": "^7.8.0"
@@ -3,12 +3,12 @@ import { Type, Provider, OnInit, OnDestroy, ElementRef, InjectionToken, Environm
3
3
  import { Transition, HookResult } from '@uirouter/core';
4
4
  import * as _dereekb_dbx_web from '@dereekb/dbx-web';
5
5
  import { DbxActionTransitionSafetyDirective, DbxActionTransitionSafetyType, AbstractDialogDirective, DbxButtonStyle, DbxSectionHeaderConfig, ScreenMediaWidthType, AbstractDbxSelectionListWrapperDirective, DbxValueListItemDecisionFunction, ListSelectionState, DbxValueListItem, AbstractDbxSelectionListViewDirective, DbxListSelectionMode, AbstractDbxValueListViewItemComponent, DbxFlexSize } from '@dereekb/dbx-web';
6
- import * as _dereekb_rxjs from '@dereekb/rxjs';
7
- import { LockSet, IsValidFunction, IsEqualFunction, IsModifiedFunction, ObservableOrValue, ObservableOrValueGetter, MaybeObservableOrValueGetter, WorkUsingContext, MaybeObservableOrValue, LoadingState, SubscriptionObject, SimpleLoadingContext, ListLoadingState, LoadingStateWithDefinedValue } from '@dereekb/rxjs';
8
- import * as rxjs from 'rxjs';
9
- import { Observable, BehaviorSubject } from 'rxjs';
10
6
  import * as _dereekb_dbx_core from '@dereekb/dbx-core';
11
7
  import { DbxActionContextStoreSourceInstance, DbxActionValueGetterResult, DbxButtonDisplay, ClickableAnchor, DbxInjectionComponentConfig } from '@dereekb/dbx-core';
8
+ import * as rxjs from 'rxjs';
9
+ import { Observable, BehaviorSubject } from 'rxjs';
10
+ import * as _dereekb_rxjs from '@dereekb/rxjs';
11
+ import { LockSet, IsValidFunction, IsEqualFunction, IsModifiedFunction, ObservableOrValue, ObservableOrValueGetter, MaybeObservableOrValueGetter, WorkUsingContext, MaybeObservableOrValue, LoadingState, SubscriptionObject, SimpleLoadingContext, ListLoadingState, LoadingStateWithDefinedValue } from '@dereekb/rxjs';
12
12
  import * as _dereekb_util from '@dereekb/util';
13
13
  import { BooleanStringKeyArray, Maybe, MapFunction, IsValid, IsModified, Destroyable, MaybeSo, ArrayOrValue, GeneralFilterFromPOJOFunction, FilterKeyValueTuplesInput, KeyValueTransformMap, PrimativeKey, ReadKeyFunction, LabelRef, LabeledValue, SearchStringFilterFunction, FactoryWithRequiredInput, Factory, TransformStringFunctionConfigRef, TransformStringFunctionConfig, IndexRef, DecisionFunction, GetterOrValue, LogicalDate, ReadableTimeString, Getter, ISO8601DayString, TimezoneString, DateOrDayString, Milliseconds, ISO8601DateString, TransformNumberFunctionConfigRef, WebsiteDomain, KeyValueTupleFilter, EqualityComparatorFunction } from '@dereekb/util';
14
14
  import { FormControlStatus, AbstractControl, FormGroup, ValidationErrors, ValidatorFn, AsyncValidatorFn, FormControl } from '@angular/forms';
@@ -135,7 +135,7 @@ type DbxActionFormMapValueFunction<T, O> = MapFunction<T, ObservableOrValue<DbxA
135
135
  declare class DbxActionFormDirective<T = object, O = T> implements OnInit {
136
136
  readonly form: DbxMutableForm<any>;
137
137
  readonly source: DbxActionContextStoreSourceInstance<O, unknown>;
138
- readonly lockSet: _dereekb_rxjs.LockSet;
138
+ readonly lockSet: _dereekb_dbx_core.CleanLockSet;
139
139
  /**
140
140
  * Whether or not to disable the form while the action is working.
141
141
  *