@dereekb/dbx-form 13.12.8 → 13.13.0
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 +1 -2
- package/fesm2022/dereekb-dbx-form-calendar.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-form-mapbox.mjs +2 -2
- package/fesm2022/dereekb-dbx-form-mapbox.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-form.mjs +2 -2
- package/fesm2022/dereekb-dbx-form.mjs.map +1 -1
- package/package.json +10 -10
- package/types/dereekb-dbx-form-calendar.d.ts +2 -1
- package/types/dereekb-dbx-form-mapbox.d.ts +2 -1
- package/types/dereekb-dbx-form.d.ts +5 -3
|
@@ -28,8 +28,7 @@ import * as i1$4 from '@angular/material/icon';
|
|
|
28
28
|
import { MatIconModule } from '@angular/material/icon';
|
|
29
29
|
import * as i1$5 from '@ngx-formly/core';
|
|
30
30
|
import { FormlyModule } from '@ngx-formly/core';
|
|
31
|
-
import { DEFAULT_PROPS, DEFAULT_VALIDATION_MESSAGES } from '@ng-forge/dynamic-forms';
|
|
32
|
-
import { setupMetaTracking, resolveValueFieldContext, buildValueFieldInputs } from '@ng-forge/dynamic-forms/integration';
|
|
31
|
+
import { setupMetaTracking, resolveValueFieldContext, DEFAULT_PROPS, DEFAULT_VALIDATION_MESSAGES, buildValueFieldInputs } from '@ng-forge/dynamic-forms/integration';
|
|
33
32
|
|
|
34
33
|
/* eslint-disable @typescript-eslint/no-deprecated -- legacy formly calendar factory; references deprecated config interfaces and is itself deprecated in favor of dbxForgeDateScheduleRangeField() */
|
|
35
34
|
/**
|