@dereekb/dbx-form 9.22.2 → 9.22.4

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,9 +1,10 @@
1
1
  import { Maybe } from '@dereekb/util';
2
2
  import { FormlyFieldConfig } from '@ngx-formly/core';
3
+ import { MaterialFormFieldConfig } from '../field';
3
4
  export interface DbxFormSearchFormFieldsValue {
4
5
  search: string;
5
6
  }
6
- export interface DbxFormSearchFormFieldsConfig {
7
+ export interface DbxFormSearchFormFieldsConfig extends MaterialFormFieldConfig {
7
8
  label?: string;
8
9
  placeholder?: string;
9
10
  }
@@ -9,7 +9,7 @@ export declare type TextPasswordFieldPasswordParameters = Partial<Pick<TextField
9
9
  /**
10
10
  * textPasswordField() configuration.
11
11
  */
12
- export interface TextPasswordFieldConfig extends Omit<TextFieldConfig, 'inputType' | 'key'>, Partial<Pick<TextFieldConfig, 'key'>> {
12
+ export interface TextPasswordFieldConfig extends Omit<TextFieldConfig, 'inputType' | 'key'>, Partial<Pick<TextFieldConfig, 'key' | 'materialFormField'>> {
13
13
  }
14
14
  /**
15
15
  * Configured simple text password field.
@@ -9,7 +9,7 @@ export declare const DISPLAY_FOR_TIMEZONE_STRING_VALUE: SearchableValueFieldDisp
9
9
  /**
10
10
  * textPasswordField() configuration.
11
11
  */
12
- export interface TimezoneStringFieldConfig extends Omit<SearchableTextFieldConfig<TimezoneString, TimezoneInfo>, 'inputType' | 'searchOnEmptyText' | 'search' | 'displayForValue' | 'key'>, Partial<Pick<SearchableTextFieldConfig<TimezoneString, TimezoneInfo>, 'key'>> {
12
+ export interface TimezoneStringFieldConfig extends Omit<SearchableTextFieldConfig<TimezoneString, TimezoneInfo>, 'inputType' | 'searchOnEmptyText' | 'search' | 'displayForValue' | 'key'>, Partial<Pick<SearchableTextFieldConfig<TimezoneString, TimezoneInfo>, 'key' | 'materialFormField'>> {
13
13
  }
14
14
  /**
15
15
  * Template for login field that takes in a username and password.
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-form/mapbox",
3
- "version": "9.22.2",
3
+ "version": "9.22.4",
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.22.2",
8
+ "@dereekb/dbx-web": "9.22.4",
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.22.2",
14
- "@dereekb/dbx-form": "9.22.2"
13
+ "@dereekb/dbx-web/mapbox": "9.22.4",
14
+ "@dereekb/dbx-form": "9.22.4"
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.22.2",
3
+ "version": "9.22.4",
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.22.2",
8
+ "@dereekb/dbx-core": "9.22.4",
9
9
  "@angular/material": "^14.2.0",
10
- "@dereekb/dbx-web": "9.22.2",
10
+ "@dereekb/dbx-web": "9.22.4",
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.22.2"
16
+ "@dereekb/model": "9.22.4"
17
17
  },
18
18
  "dependencies": {
19
19
  "tslib": "^2.3.0"