@dereekb/dbx-form 13.10.6 → 13.10.7
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/fesm2022/dereekb-dbx-form-calendar.mjs +21 -44
- package/fesm2022/dereekb-dbx-form-calendar.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-form-mapbox.mjs +24 -46
- package/fesm2022/dereekb-dbx-form-mapbox.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-form.mjs +124 -224
- package/fesm2022/dereekb-dbx-form.mjs.map +1 -1
- package/package.json +8 -8
- package/types/dereekb-dbx-form-calendar.d.ts +3 -6
- package/types/dereekb-dbx-form-mapbox.d.ts +1 -2
- package/types/dereekb-dbx-form.d.ts +16 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-form",
|
|
3
|
-
"version": "13.10.
|
|
3
|
+
"version": "13.10.7",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/cdk": "^21.2.8",
|
|
6
6
|
"@angular/common": "21.2.10",
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"@angular/material-date-fns-adapter": "21.2.8",
|
|
11
11
|
"@angular/platform-browser": "21.2.10",
|
|
12
12
|
"@bobbyquantum/ngx-editor": "21.0.0",
|
|
13
|
-
"@dereekb/date": "13.10.
|
|
14
|
-
"@dereekb/dbx-core": "13.10.
|
|
15
|
-
"@dereekb/dbx-web": "13.10.
|
|
16
|
-
"@dereekb/model": "13.10.
|
|
17
|
-
"@dereekb/rxjs": "13.10.
|
|
18
|
-
"@dereekb/util": "13.10.
|
|
19
|
-
"@dereekb/vitest": "13.10.
|
|
13
|
+
"@dereekb/date": "13.10.7",
|
|
14
|
+
"@dereekb/dbx-core": "13.10.7",
|
|
15
|
+
"@dereekb/dbx-web": "13.10.7",
|
|
16
|
+
"@dereekb/model": "13.10.7",
|
|
17
|
+
"@dereekb/rxjs": "13.10.7",
|
|
18
|
+
"@dereekb/util": "13.10.7",
|
|
19
|
+
"@dereekb/vitest": "13.10.7",
|
|
20
20
|
"@ng-forge/dynamic-forms": "~0.8.0",
|
|
21
21
|
"@ng-forge/dynamic-forms-material": "~0.8.0",
|
|
22
22
|
"@ng-web-apis/geolocation": "^5.2.0",
|
|
@@ -690,7 +690,7 @@ interface DbxForgeCalendarDateScheduleRangeFieldComponentProps extends Pick<Cale
|
|
|
690
690
|
*
|
|
691
691
|
* Registered as ng-forge type 'dbx-forge-calendar-date-schedule-range'.
|
|
692
692
|
*/
|
|
693
|
-
declare class DbxForgeCalendarDateScheduleRangeFieldComponent
|
|
693
|
+
declare class DbxForgeCalendarDateScheduleRangeFieldComponent {
|
|
694
694
|
readonly compact: CompactContextStore | null;
|
|
695
695
|
readonly dbxCalendarScheduleSelectionStore: DbxCalendarScheduleSelectionStore;
|
|
696
696
|
private readonly elementRef;
|
|
@@ -725,7 +725,6 @@ declare class DbxForgeCalendarDateScheduleRangeFieldComponent implements OnDestr
|
|
|
725
725
|
readonly disableCustomizeSignal: Signal<boolean>;
|
|
726
726
|
private _setFieldValue;
|
|
727
727
|
constructor();
|
|
728
|
-
ngOnDestroy(): void;
|
|
729
728
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxForgeCalendarDateScheduleRangeFieldComponent, never>;
|
|
730
729
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxForgeCalendarDateScheduleRangeFieldComponent, "dbx-forge-calendar-date-schedule-range-field", never, { "field": { "alias": "field"; "required": true; "isSignal": true; }; "key": { "alias": "key"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "className": { "alias": "className"; "required": false; "isSignal": true; }; "tabIndex": { "alias": "tabIndex"; "required": false; "isSignal": true; }; "props": { "alias": "props"; "required": false; "isSignal": true; }; "meta": { "alias": "meta"; "required": false; "isSignal": true; }; "validationMessages": { "alias": "validationMessages"; "required": false; "isSignal": true; }; "defaultValidationMessages": { "alias": "defaultValidationMessages"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
731
730
|
}
|
|
@@ -910,7 +909,7 @@ type DbxScheduleSelectionCalendarBeforeMonthViewRenderFunctionFactory = (state:
|
|
|
910
909
|
* @returns A factory function that accepts a state observable and produces a render handler
|
|
911
910
|
*/
|
|
912
911
|
declare function dbxScheduleSelectionCalendarBeforeMonthViewRenderFactory(inputModifyFn?: Maybe<DbxScheduleSelectionCalendarBeforeMonthViewRenderModifyDayFunction>): DbxScheduleSelectionCalendarBeforeMonthViewRenderFunctionFactory;
|
|
913
|
-
declare class DbxScheduleSelectionCalendarComponent<T> implements OnInit
|
|
912
|
+
declare class DbxScheduleSelectionCalendarComponent<T> implements OnInit {
|
|
914
913
|
readonly calendarStore: DbxCalendarStore<T>;
|
|
915
914
|
readonly dbxCalendarScheduleSelectionStore: DbxCalendarScheduleSelectionStore;
|
|
916
915
|
readonly clickEvent: i0.OutputEmitterRef<DbxCalendarEvent<T>>;
|
|
@@ -935,7 +934,6 @@ declare class DbxScheduleSelectionCalendarComponent<T> implements OnInit, OnDest
|
|
|
935
934
|
readonly eventsSignal: i0.Signal<CalendarEvent<any>[]>;
|
|
936
935
|
readonly viewDateSignal: i0.Signal<Date>;
|
|
937
936
|
ngOnInit(): void;
|
|
938
|
-
ngOnDestroy(): void;
|
|
939
937
|
dayClicked({ date }: {
|
|
940
938
|
date: Date;
|
|
941
939
|
}): void;
|
|
@@ -955,7 +953,7 @@ declare class DbxScheduleSelectionCalendarDateDaysComponent {
|
|
|
955
953
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDateDaysComponent, "dbx-schedule-selection-calendar-date-days", never, {}, {}, never, never, true, never>;
|
|
956
954
|
}
|
|
957
955
|
|
|
958
|
-
declare class DbxScheduleSelectionCalendarDateRangeComponent implements OnInit
|
|
956
|
+
declare class DbxScheduleSelectionCalendarDateRangeComponent implements OnInit {
|
|
959
957
|
readonly dbxCalendarStore: DbxCalendarStore<any>;
|
|
960
958
|
readonly dbxCalendarScheduleSelectionStore: DbxCalendarScheduleSelectionStore;
|
|
961
959
|
readonly matFormFieldDefaultOptions: MatFormFieldDefaultOptions | null;
|
|
@@ -990,7 +988,6 @@ declare class DbxScheduleSelectionCalendarDateRangeComponent implements OnInit,
|
|
|
990
988
|
readonly datePickerFilterSignal: i0.Signal<DateFilterFn<Date>>;
|
|
991
989
|
protected readonly _requiredUpdateValidatorsEffect: i0.EffectRef;
|
|
992
990
|
ngOnInit(): void;
|
|
993
|
-
ngOnDestroy(): void;
|
|
994
991
|
clickedDateRangeInput(): void;
|
|
995
992
|
pickerOpened(): void;
|
|
996
993
|
pickerClosed(): void;
|
|
@@ -184,7 +184,7 @@ interface DbxForgeMapboxLatLngFieldComponentProps {
|
|
|
184
184
|
*
|
|
185
185
|
* Registered as ng-forge type 'dbx-forge-mapbox-latlng'.
|
|
186
186
|
*/
|
|
187
|
-
declare class DbxForgeMapboxLatLngFieldComponent
|
|
187
|
+
declare class DbxForgeMapboxLatLngFieldComponent {
|
|
188
188
|
private readonly _geolocationService;
|
|
189
189
|
readonly compact: CompactContextStore | null;
|
|
190
190
|
readonly dbxMapboxInjectionStore: DbxMapboxInjectionStore | null;
|
|
@@ -235,7 +235,6 @@ declare class DbxForgeMapboxLatLngFieldComponent implements OnDestroy {
|
|
|
235
235
|
private _syncing;
|
|
236
236
|
private _setFieldValue;
|
|
237
237
|
constructor();
|
|
238
|
-
ngOnDestroy(): void;
|
|
239
238
|
flyToMarker(): void;
|
|
240
239
|
useCurrentLocation(): void;
|
|
241
240
|
onMarkerDragEnd(marker: Marker): void;
|
|
@@ -8,7 +8,7 @@ import { DbxActionContextStoreSourceInstance, DbxActionValueGetterResult, DbxBut
|
|
|
8
8
|
import * as rxjs from 'rxjs';
|
|
9
9
|
import { Observable, BehaviorSubject } from 'rxjs';
|
|
10
10
|
import * as _dereekb_rxjs from '@dereekb/rxjs';
|
|
11
|
-
import { LockSet, IsValidFunction, IsEqualFunction, IsModifiedFunction, ObservableOrValue, ObservableOrValueGetter, MaybeObservableOrValueGetter, WorkUsingContext, MaybeObservableOrValue, LoadingState,
|
|
11
|
+
import { LockSet, IsValidFunction, IsEqualFunction, IsModifiedFunction, ObservableOrValue, ObservableOrValueGetter, MaybeObservableOrValueGetter, WorkUsingContext, MaybeObservableOrValue, LoadingState, LoadingStateWithDefinedValue, ListLoadingState, SimpleLoadingContext } from '@dereekb/rxjs';
|
|
12
12
|
import * as _dereekb_util from '@dereekb/util';
|
|
13
13
|
import { BooleanStringKeyArray, Maybe, MapFunction, IsValid, IsModified, Destroyable, FilterFromPOJOFunction, Milliseconds, ArrayOrValue, Building, MaybeMap, TransformStringFunctionConfig, TransformStringFunctionConfigRef, TransformNumberFunctionConfigRef, TransformNumberFunctionConfig, GetterOrValue, LogicalDate, ReadableTimeString, Getter, ISO8601DayString, TimezoneString, DateOrDayString, ISO8601DateString, DecisionFunction, MaybeSo, LabeledValue, GeneralFilterFromPOJOFunction, FilterKeyValueTuplesInput, TimeUnit, IndexNumber, LabelRef, PrimativeKey, FactoryWithRequiredInput, Factory, ReadKeyFunction, WebsiteDomain, KeyValueTransformMap, SearchStringFilterFunction, IndexRef, KeyValueTupleFilter, EqualityComparatorFunction } from '@dereekb/util';
|
|
14
14
|
import { FormControlStatus, AbstractControl, FormControl, FormGroup, ValidatorFn, AsyncValidatorFn, ValidationErrors } from '@angular/forms';
|
|
@@ -35,7 +35,6 @@ import { FormlyFieldProps as FormlyFieldProps$1, FieldType as FieldType$2 } from
|
|
|
35
35
|
import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
|
|
36
36
|
import { MatChipInputEvent } from '@angular/material/chips';
|
|
37
37
|
import { MatInput } from '@angular/material/input';
|
|
38
|
-
import * as dist_packages_dbx_core_types_dereekb_dbx_core from 'dist/packages/dbx-core/types/dereekb-dbx-core';
|
|
39
38
|
import { MatSelectionListChange } from '@angular/material/list';
|
|
40
39
|
import { Editor } from '@bobbyquantum/ngx-editor';
|
|
41
40
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
@@ -5158,7 +5157,7 @@ declare abstract class AbstractForgeSearchableFieldDirective<T = unknown, M = un
|
|
|
5158
5157
|
readonly validationMessages: _angular_core.InputSignal<ValidationMessages | undefined>;
|
|
5159
5158
|
readonly defaultValidationMessages: _angular_core.InputSignal<ValidationMessages | undefined>;
|
|
5160
5159
|
readonly inputCtrl: FormControl<string | null>;
|
|
5161
|
-
protected readonly _clearDisplayHashMapSub: SubscriptionObject<rxjs.Unsubscribable>;
|
|
5160
|
+
protected readonly _clearDisplayHashMapSub: _dereekb_rxjs.SubscriptionObject<rxjs.Unsubscribable>;
|
|
5162
5161
|
protected readonly _displayHashMap: BehaviorSubject<Map<H, ConfiguredSearchableValueFieldDisplayValue<T, M>>>;
|
|
5163
5162
|
readonly inputValue$: Observable<string>;
|
|
5164
5163
|
readonly inputValueString$: Observable<string>;
|
|
@@ -5632,7 +5631,7 @@ interface PickableDisplayValueWithHash<T, M = unknown, H extends PrimativeKey =
|
|
|
5632
5631
|
* Subclasses provide the specific UI presentation (chips, lists, etc.).
|
|
5633
5632
|
* This mirrors the formly {@link AbstractDbxPickableItemFieldDirective} pattern.
|
|
5634
5633
|
*/
|
|
5635
|
-
declare abstract class AbstractForgePickableItemFieldDirective<T = unknown, M = unknown, H extends PrimativeKey = PrimativeKey> implements OnInit
|
|
5634
|
+
declare abstract class AbstractForgePickableItemFieldDirective<T = unknown, M = unknown, H extends PrimativeKey = PrimativeKey> implements OnInit {
|
|
5636
5635
|
readonly field: InputSignal<FieldTree<T | T[]>>;
|
|
5637
5636
|
readonly key: InputSignal<string>;
|
|
5638
5637
|
readonly label: InputSignal<DynamicText | undefined>;
|
|
@@ -5656,7 +5655,7 @@ declare abstract class AbstractForgePickableItemFieldDirective<T = unknown, M =
|
|
|
5656
5655
|
readonly showSelectAllButtonSignal: _angular_core.Signal<boolean>;
|
|
5657
5656
|
readonly showTextFilterSignal: _angular_core.Signal<boolean>;
|
|
5658
5657
|
readonly filterLabelSignal: _angular_core.Signal<string | undefined>;
|
|
5659
|
-
readonly footerConfigSignal: _angular_core.Signal<
|
|
5658
|
+
readonly footerConfigSignal: _angular_core.Signal<_dereekb_dbx_core.DbxInjectionComponentConfig<unknown> | undefined>;
|
|
5660
5659
|
readonly resolvedErrors: _angular_core.Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
|
|
5661
5660
|
readonly showErrors: _angular_core.Signal<boolean>;
|
|
5662
5661
|
readonly errorsToDisplay: _angular_core.Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
|
|
@@ -5678,7 +5677,6 @@ declare abstract class AbstractForgePickableItemFieldDirective<T = unknown, M =
|
|
|
5678
5677
|
readonly allSelectedSignal: _angular_core.Signal<boolean>;
|
|
5679
5678
|
private readonly _syncFieldValueEffect;
|
|
5680
5679
|
ngOnInit(): void;
|
|
5681
|
-
ngOnDestroy(): void;
|
|
5682
5680
|
itemClicked(item: PickableItemFieldItem<T, M>): void;
|
|
5683
5681
|
protected _addValue(value: T): void;
|
|
5684
5682
|
protected _removeValue(value: T): void;
|
|
@@ -6119,7 +6117,7 @@ declare const dbxForgeListSelectionField: DbxForgeListSelectionFieldFunction;
|
|
|
6119
6117
|
* and tracks selected items by key. Bridges the FieldTree signal form model
|
|
6120
6118
|
* with the dbx-web list selection infrastructure.
|
|
6121
6119
|
*/
|
|
6122
|
-
declare class DbxForgeListSelectionFieldComponent<T = unknown, C extends AbstractDbxSelectionListWrapperDirective<T> = AbstractDbxSelectionListWrapperDirective<T>, K extends PrimativeKey = PrimativeKey> implements OnInit
|
|
6120
|
+
declare class DbxForgeListSelectionFieldComponent<T = unknown, C extends AbstractDbxSelectionListWrapperDirective<T> = AbstractDbxSelectionListWrapperDirective<T>, K extends PrimativeKey = PrimativeKey> implements OnInit {
|
|
6123
6121
|
private readonly elementRef;
|
|
6124
6122
|
readonly field: _angular_core.InputSignal<FieldTree<K[]>>;
|
|
6125
6123
|
readonly key: _angular_core.InputSignal<string>;
|
|
@@ -6154,7 +6152,6 @@ declare class DbxForgeListSelectionFieldComponent<T = unknown, C extends Abstrac
|
|
|
6154
6152
|
readonly isSelectedModifierFunctionSignal: _angular_core.Signal<DbxValueListItemDecisionFunction<T> | undefined>;
|
|
6155
6153
|
constructor();
|
|
6156
6154
|
ngOnInit(): void;
|
|
6157
|
-
ngOnDestroy(): void;
|
|
6158
6155
|
private _updateForSelection;
|
|
6159
6156
|
private _setValues;
|
|
6160
6157
|
private _setFieldValue;
|
|
@@ -7427,7 +7424,7 @@ declare class DbxForgeFormContextService {
|
|
|
7427
7424
|
* Uses ng-forge's signal-based form value and derives DbxFormEvent state
|
|
7428
7425
|
* from signal reads rather than complex Observable chains.
|
|
7429
7426
|
*/
|
|
7430
|
-
declare class DbxForgeFormComponent<T extends object = object> implements DbxForgeDynamicFormSignalRef, OnInit
|
|
7427
|
+
declare class DbxForgeFormComponent<T extends object = object> implements DbxForgeDynamicFormSignalRef, OnInit {
|
|
7431
7428
|
private readonly _context;
|
|
7432
7429
|
private readonly _setValueSub;
|
|
7433
7430
|
private readonly _resetSub;
|
|
@@ -7711,7 +7708,6 @@ declare class DbxForgeFormComponent<T extends object = object> implements DbxFor
|
|
|
7711
7708
|
ngOnInit(): void;
|
|
7712
7709
|
private _resetState;
|
|
7713
7710
|
private _applySetValueNow;
|
|
7714
|
-
ngOnDestroy(): void;
|
|
7715
7711
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxForgeFormComponent<any>, never>;
|
|
7716
7712
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxForgeFormComponent<any>, "dbx-forge", never, {}, {}, never, never, true, never>;
|
|
7717
7713
|
}
|
|
@@ -7803,11 +7799,10 @@ declare abstract class AbstractSyncForgeFormDirective<T = unknown> extends Abstr
|
|
|
7803
7799
|
/**
|
|
7804
7800
|
* Base directive for forge forms with dynamic (Observable) FormConfig.
|
|
7805
7801
|
*/
|
|
7806
|
-
declare abstract class AbstractAsyncForgeFormDirective<T = unknown> extends AbstractForgeFormDirective<T> implements OnInit
|
|
7802
|
+
declare abstract class AbstractAsyncForgeFormDirective<T = unknown> extends AbstractForgeFormDirective<T> implements OnInit {
|
|
7807
7803
|
abstract readonly formConfig$: Observable<Maybe<FormConfig>>;
|
|
7808
7804
|
private readonly _configSub;
|
|
7809
7805
|
ngOnInit(): void;
|
|
7810
|
-
ngOnDestroy(): void;
|
|
7811
7806
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AbstractAsyncForgeFormDirective<any>, never>;
|
|
7812
7807
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AbstractAsyncForgeFormDirective<any>, never, never, {}, {}, never, never, true, never>;
|
|
7813
7808
|
}
|
|
@@ -8685,7 +8680,7 @@ declare const DEFAULT_HAS_VALUE_FN: (x: object) => boolean;
|
|
|
8685
8680
|
* whether the user manually opened the section. Subclasses provide the
|
|
8686
8681
|
* specific UI (expand button, toggle, etc.).
|
|
8687
8682
|
*/
|
|
8688
|
-
declare class AbstractFormExpandSectionWrapperDirective<T extends object = object, S extends AbstractFormExpandSectionConfig<T> = AbstractFormExpandSectionConfig<T>> extends FieldWrapper<FormlyFieldConfig<S>> implements OnInit
|
|
8683
|
+
declare class AbstractFormExpandSectionWrapperDirective<T extends object = object, S extends AbstractFormExpandSectionConfig<T> = AbstractFormExpandSectionConfig<T>> extends FieldWrapper<FormlyFieldConfig<S>> implements OnInit {
|
|
8689
8684
|
private static _nextId;
|
|
8690
8685
|
readonly expandContentId: string;
|
|
8691
8686
|
protected readonly _formControlObs: BehaviorSubject<Maybe<AbstractControl<any, any, any>>>;
|
|
@@ -8700,7 +8695,6 @@ declare class AbstractFormExpandSectionWrapperDirective<T extends object = objec
|
|
|
8700
8695
|
get expandLabel(): Maybe<string>;
|
|
8701
8696
|
open(): void;
|
|
8702
8697
|
ngOnInit(): void;
|
|
8703
|
-
ngOnDestroy(): void;
|
|
8704
8698
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AbstractFormExpandSectionWrapperDirective<any, any>, never>;
|
|
8705
8699
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AbstractFormExpandSectionWrapperDirective<any, any>, never, never, {}, {}, never, never, true, never>;
|
|
8706
8700
|
}
|
|
@@ -8809,7 +8803,7 @@ interface DbxFormStyleWrapperConfig {
|
|
|
8809
8803
|
*
|
|
8810
8804
|
* Registered as Formly wrapper `'style'`.
|
|
8811
8805
|
*/
|
|
8812
|
-
declare class DbxFormStyleWrapperComponent extends FieldWrapper<FormlyFieldConfig<DbxFormStyleWrapperConfig>> implements OnInit
|
|
8806
|
+
declare class DbxFormStyleWrapperComponent extends FieldWrapper<FormlyFieldConfig<DbxFormStyleWrapperConfig>> implements OnInit {
|
|
8813
8807
|
private readonly _style;
|
|
8814
8808
|
private readonly _class;
|
|
8815
8809
|
readonly style$: Observable<Maybe<{}>>;
|
|
@@ -8819,7 +8813,6 @@ declare class DbxFormStyleWrapperComponent extends FieldWrapper<FormlyFieldConfi
|
|
|
8819
8813
|
get styleGetter(): Maybe<ObservableOrValue<DbxFormStyleObject>>;
|
|
8820
8814
|
get classGetter(): Maybe<ObservableOrValue<string>>;
|
|
8821
8815
|
ngOnInit(): void;
|
|
8822
|
-
ngOnDestroy(): void;
|
|
8823
8816
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxFormStyleWrapperComponent, never>;
|
|
8824
8817
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxFormStyleWrapperComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
8825
8818
|
}
|
|
@@ -8834,7 +8827,7 @@ type DbxFormWorkingWrapperConfig = object;
|
|
|
8834
8827
|
* By default shows loading during asynchronous validation of a field (FormControl status is "PENDING")
|
|
8835
8828
|
*/
|
|
8836
8829
|
declare class DbxFormWorkingWrapperComponent extends FieldWrapper<FormlyFieldConfig<DbxFormWorkingWrapperConfig>> implements OnInit, OnDestroy {
|
|
8837
|
-
readonly sub: SubscriptionObject<rxjs.Unsubscribable>;
|
|
8830
|
+
readonly sub: _dereekb_rxjs.SubscriptionObject<rxjs.Unsubscribable>;
|
|
8838
8831
|
readonly workingContext: SimpleLoadingContext;
|
|
8839
8832
|
ngOnInit(): void;
|
|
8840
8833
|
ngOnDestroy(): void;
|
|
@@ -9032,7 +9025,7 @@ interface DbxItemListFieldProps<T = unknown, C extends AbstractDbxSelectionListW
|
|
|
9032
9025
|
* The list component class is provided as an observable, enabling lazy loading. Selected items
|
|
9033
9026
|
* are tracked by key and synchronized with the form control value.
|
|
9034
9027
|
*/
|
|
9035
|
-
declare class DbxItemListFieldComponent<T = unknown, C extends AbstractDbxSelectionListWrapperDirective<T> = AbstractDbxSelectionListWrapperDirective<T>, K extends PrimativeKey = PrimativeKey> extends FieldType$1<FieldTypeConfig<DbxItemListFieldProps<T, C, K>>> implements OnInit
|
|
9028
|
+
declare class DbxItemListFieldComponent<T = unknown, C extends AbstractDbxSelectionListWrapperDirective<T> = AbstractDbxSelectionListWrapperDirective<T>, K extends PrimativeKey = PrimativeKey> extends FieldType$1<FieldTypeConfig<DbxItemListFieldProps<T, C, K>>> implements OnInit {
|
|
9036
9029
|
private readonly _selectionEventSub;
|
|
9037
9030
|
private readonly _loadMoreSub;
|
|
9038
9031
|
private readonly _formControlObs;
|
|
@@ -9051,7 +9044,6 @@ declare class DbxItemListFieldComponent<T = unknown, C extends AbstractDbxSelect
|
|
|
9051
9044
|
get readKey(): ReadKeyFunction<T, K>;
|
|
9052
9045
|
get loadMore(): (() => void) | undefined;
|
|
9053
9046
|
ngOnInit(): void;
|
|
9054
|
-
ngOnDestroy(): void;
|
|
9055
9047
|
updateForSelection(list: ListSelectionState<T>): void;
|
|
9056
9048
|
setValues(values: Maybe<K[]>): void;
|
|
9057
9049
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxItemListFieldComponent<any, any, any>, never>;
|
|
@@ -9519,7 +9511,7 @@ interface SearchableTextValueFieldsFieldProps<T, M = unknown, H extends Primativ
|
|
|
9519
9511
|
* Syncs the selected value's label back to the text input. Supports optional display
|
|
9520
9512
|
* of the currently selected value and clear functionality.
|
|
9521
9513
|
*/
|
|
9522
|
-
declare class DbxSearchableTextFieldComponent<T, M = unknown, H extends PrimativeKey = PrimativeKey> extends AbstractDbxSearchableValueFieldDirective<T, M, H, SearchableTextValueFieldsFieldProps<T, M, H>> implements OnInit
|
|
9514
|
+
declare class DbxSearchableTextFieldComponent<T, M = unknown, H extends PrimativeKey = PrimativeKey> extends AbstractDbxSearchableValueFieldDirective<T, M, H, SearchableTextValueFieldsFieldProps<T, M, H>> implements OnInit {
|
|
9523
9515
|
allowSyncValueToInput: boolean;
|
|
9524
9516
|
readonly selectedDisplayValue$: rxjs.Observable<_dereekb_dbx_form.ConfiguredSearchableValueFieldDisplayValue<T, M>>;
|
|
9525
9517
|
readonly selectedDisplayValueSignal: _angular_core.Signal<_dereekb_dbx_form.ConfiguredSearchableValueFieldDisplayValue<T, M> | undefined>;
|
|
@@ -10889,10 +10881,10 @@ declare const DEFAULT_PREFERRED_COUNTRIES: string[];
|
|
|
10889
10881
|
* Registered as Formly type `'intphone'`.
|
|
10890
10882
|
*/
|
|
10891
10883
|
declare class DbxPhoneFieldComponent extends FieldType<FieldTypeConfig<InternationalPhoneFormlyFieldProps>> implements OnInit, OnDestroy {
|
|
10892
|
-
readonly inputSync: SubscriptionObject<rxjs.Unsubscribable>;
|
|
10893
|
-
readonly outputSync: SubscriptionObject<rxjs.Unsubscribable>;
|
|
10894
|
-
readonly extensionErrorSync: SubscriptionObject<rxjs.Unsubscribable>;
|
|
10895
|
-
readonly phoneErrorSync: SubscriptionObject<rxjs.Unsubscribable>;
|
|
10884
|
+
readonly inputSync: _dereekb_rxjs.SubscriptionObject<rxjs.Unsubscribable>;
|
|
10885
|
+
readonly outputSync: _dereekb_rxjs.SubscriptionObject<rxjs.Unsubscribable>;
|
|
10886
|
+
readonly extensionErrorSync: _dereekb_rxjs.SubscriptionObject<rxjs.Unsubscribable>;
|
|
10887
|
+
readonly phoneErrorSync: _dereekb_rxjs.SubscriptionObject<rxjs.Unsubscribable>;
|
|
10896
10888
|
readonly phoneCtrl: FormControl<string | null>;
|
|
10897
10889
|
readonly extensionCtrl: FormControl<string | null>;
|
|
10898
10890
|
readonly inputFormGroup: FormGroup<{
|