@dereekb/dbx-form 9.24.44 → 9.24.45

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.
@@ -15,7 +15,7 @@ export declare class DbxPickableListFieldComponent<T> extends AbstractDbxPickabl
15
15
  export declare class DbxPickableListFieldItemListComponent<T> extends AbstractDbxSelectionListWrapperDirective<PickableItemFieldItem<T>> {
16
16
  constructor();
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxPickableListFieldItemListComponent<any>, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxPickableListFieldItemListComponent<any>, "dbx-form-pickable-item-field-item-list", never, {}, {}, never, ["[top]", "[bottom]", "[empty]"], false>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxPickableListFieldItemListComponent<any>, "dbx-form-pickable-item-field-item-list", never, {}, {}, never, ["[top]", "[bottom]", "[empty]", "[emptyLoading]"], false>;
19
19
  }
20
20
  /**
21
21
  * NOTE: Values input are PickableItemFieldItem<T>, but output values are PickableValueFieldDisplayValue<T>.
@@ -14,7 +14,7 @@ import { DateAdapter } from '@angular/material/core';
14
14
  import * as i0 from "@angular/core";
15
15
  export declare type DbxFixedDateRangeDateRangeInput = Omit<DateRangeInput, 'date'>;
16
16
  export declare type DbxFixedDateRangePickerConfiguration = Omit<DateTimeMinuteConfig, 'date'>;
17
- export declare type DbxFixedDateRangeSelectionMode = 'single' | 'arbitrary' | 'arbitrary_quick';
17
+ export declare type DbxFixedDateRangeSelectionMode = 'single' | 'normal' | 'arbitrary' | 'arbitrary_quick';
18
18
  export declare type DbxFixedDateRangePicking = 'start' | 'end';
19
19
  export interface DbxFixedDateRangeFieldProps extends FormlyFieldProps {
20
20
  /**
@@ -58,7 +58,12 @@ export interface DbxFixedDateRangeFieldProps extends FormlyFieldProps {
58
58
  */
59
59
  showRangeInput?: boolean;
60
60
  }
61
+ export declare type FixedDateRangeScanType = 'start' | 'end';
61
62
  export interface FixedDateRangeScan {
63
+ /**
64
+ * Picked the start or end of the range on the last pick.
65
+ */
66
+ lastPickType?: Maybe<FixedDateRangeScanType>;
62
67
  /**
63
68
  * The latest date passed, if applicable.
64
69
  */
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-form/mapbox",
3
- "version": "9.24.44",
3
+ "version": "9.24.45",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.1.0",
6
6
  "@angular/core": "^14.1.0",
7
7
  "@angular/forms": "^14.2.0",
8
- "@dereekb/dbx-web": "9.24.44",
8
+ "@dereekb/dbx-web": "9.24.45",
9
9
  "@ngx-formly/core": "^6.0.0",
10
10
  "@ngx-formly/material": "^6.0.0",
11
11
  "@ng-web-apis/geolocation": "^2.0.0",
12
12
  "mapbox-gl": "^2.9.2",
13
- "@dereekb/dbx-web/mapbox": "9.24.44",
14
- "@dereekb/dbx-form": "9.24.44"
13
+ "@dereekb/dbx-web/mapbox": "9.24.45",
14
+ "@dereekb/dbx-form": "9.24.45"
15
15
  },
16
16
  "dependencies": {
17
17
  "tslib": "^2.3.0"
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-form",
3
- "version": "9.24.44",
3
+ "version": "9.24.45",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",
7
7
  "lodash.clonedeep": "^4.5.0",
8
- "@dereekb/dbx-core": "9.24.44",
8
+ "@dereekb/dbx-core": "9.24.45",
9
9
  "@angular/material": "^14.2.0",
10
- "@dereekb/dbx-web": "9.24.44",
10
+ "@dereekb/dbx-web": "9.24.45",
11
11
  "@angular/forms": "^14.2.0",
12
12
  "@ngx-formly/core": "^6.0.0",
13
13
  "@ngx-formly/material": "^6.0.0",
14
14
  "ngx-editor": "^15.0.0",
15
15
  "ngx-mat-intl-tel-input": "^5.0.0",
16
- "@dereekb/model": "9.24.44"
16
+ "@dereekb/model": "9.24.45"
17
17
  },
18
18
  "dependencies": {
19
19
  "tslib": "^2.3.0"