@dereekb/dbx-form 10.0.5 → 10.0.6

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.
@@ -1,4 +1,4 @@
1
- import { Maybe, ReadableTimeString, ArrayOrValue, ISO8601DateString, DecisionFunction, TimezoneString, LogicalDate, DateOrDayString, MapFunction } from '@dereekb/util';
1
+ import { type Maybe, type ReadableTimeString, type ArrayOrValue, type ISO8601DateString, type DecisionFunction, type TimezoneString, type LogicalDate, type DateOrDayString, type MapFunction } from '@dereekb/util';
2
2
  import { DateTimeMinuteConfig, DateTimezoneUtcNormalInstance } from '@dereekb/date';
3
3
  import { Observable } from 'rxjs';
4
4
  import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
@@ -1,4 +1,4 @@
1
- import { Maybe, DecisionFunction, TimezoneString } from '@dereekb/util';
1
+ import { type Maybe, type DecisionFunction, type TimezoneString } from '@dereekb/util';
2
2
  import { DateTimezoneUtcNormalInstance, DateRangeInput, DateRange, DateTimeMinuteConfig } from '@dereekb/date';
3
3
  import { Observable } from 'rxjs';
4
4
  import { ElementRef, OnDestroy, OnInit } from '@angular/core';
@@ -1,4 +1,4 @@
1
- import { TimezoneString } from '@dereekb/util';
1
+ import { type TimezoneString } from '@dereekb/util';
2
2
  import { TimezoneInfo } from '@dereekb/date';
3
3
  import { FormlyFieldConfig } from '@ngx-formly/core';
4
4
  import { SearchableValueFieldStringSearchFn, SearchableValueFieldDisplayFn } from '../field/selection/searchable';
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-form/mapbox",
3
- "version": "10.0.5",
3
+ "version": "10.0.6",
4
4
  "module": "fesm2022/dereekb-dbx-form-mapbox.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-form",
3
- "version": "10.0.5",
3
+ "version": "10.0.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.12",
6
6
  "@angular/core": "^16.2.12",