@dereekb/dbx-form 9.15.5 → 9.15.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.
- package/esm2020/lib/formly/field/value/date/datetime.field.component.mjs +9 -5
- package/esm2020/lib/formly/field/value/date/datetime.field.mjs +7 -5
- package/esm2020/lib/formly/field/wrapper/section.wrapper.component.mjs +5 -8
- package/esm2020/lib/formly/field/wrapper/subsection.wrapper.component.mjs +5 -8
- package/fesm2015/dereekb-dbx-form.mjs +23 -22
- package/fesm2015/dereekb-dbx-form.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-form.mjs +22 -22
- package/fesm2020/dereekb-dbx-form.mjs.map +1 -1
- package/lib/formly/field/value/date/datetime.field.component.d.ts +7 -0
- package/lib/formly/field/wrapper/section.wrapper.component.d.ts +3 -5
- package/lib/formly/field/wrapper/subsection.wrapper.component.d.ts +3 -5
- package/mapbox/package.json +4 -4
- package/package.json +4 -4
|
@@ -67,6 +67,12 @@ export interface DbxDateTimeFieldProps extends FormlyFieldProps {
|
|
|
67
67
|
* Whether or not to pass the date value as a UTC date, or a date in the current timezone.
|
|
68
68
|
*/
|
|
69
69
|
fullDayInUTC?: boolean;
|
|
70
|
+
/**
|
|
71
|
+
* Whether or not ot hide the date hint info content.
|
|
72
|
+
*
|
|
73
|
+
* False by default
|
|
74
|
+
*/
|
|
75
|
+
hideDateHint?: boolean;
|
|
70
76
|
/**
|
|
71
77
|
* Used for returning the configuration observable.
|
|
72
78
|
*/
|
|
@@ -99,6 +105,7 @@ export declare class DbxDateTimeFieldComponent extends FieldType<FieldTypeConfig
|
|
|
99
105
|
get timeMode(): DbxDateTimeFieldTimeMode;
|
|
100
106
|
get valueMode(): DbxDateTimeValueMode;
|
|
101
107
|
get description(): Maybe<string>;
|
|
108
|
+
get hideDateHint(): boolean;
|
|
102
109
|
readonly fullDay$: Observable<boolean>;
|
|
103
110
|
readonly showTimeInput$: Observable<boolean>;
|
|
104
111
|
readonly showAddTime$: Observable<boolean>;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
+
import { DbxSectionHeaderConfig } from '@dereekb/dbx-web';
|
|
1
2
|
import { Maybe } from '@dereekb/util';
|
|
2
3
|
import { FieldWrapper, FormlyFieldConfig } from '@ngx-formly/core';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
|
-
export interface DbxFormSectionConfig {
|
|
5
|
-
header?: string;
|
|
6
|
-
hint?: string;
|
|
5
|
+
export interface DbxFormSectionConfig extends DbxSectionHeaderConfig {
|
|
7
6
|
}
|
|
8
7
|
export declare class DbxFormSectionWrapperComponent extends FieldWrapper<FormlyFieldConfig<DbxFormSectionConfig>> {
|
|
9
|
-
get
|
|
10
|
-
get hint(): Maybe<string>;
|
|
8
|
+
get headerConfig(): Maybe<DbxSectionHeaderConfig>;
|
|
11
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFormSectionWrapperComponent, never>;
|
|
12
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFormSectionWrapperComponent, "ng-component", never, {}, {}, never, never, false>;
|
|
13
11
|
}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
+
import { DbxSectionHeaderConfig } from '@dereekb/dbx-web';
|
|
1
2
|
import { Maybe } from '@dereekb/util';
|
|
2
3
|
import { FieldTypeConfig, FieldWrapper } from '@ngx-formly/core';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
|
-
export interface DbxFormSubsectionConfig {
|
|
5
|
-
header?: string;
|
|
6
|
-
hint?: string;
|
|
5
|
+
export interface DbxFormSubsectionConfig extends DbxSectionHeaderConfig {
|
|
7
6
|
}
|
|
8
7
|
export declare class DbxFormSubsectionWrapperComponent extends FieldWrapper<FieldTypeConfig<DbxFormSubsectionConfig>> {
|
|
9
|
-
get
|
|
10
|
-
get hint(): Maybe<string>;
|
|
8
|
+
get headerConfig(): Maybe<DbxSectionHeaderConfig>;
|
|
11
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFormSubsectionWrapperComponent, never>;
|
|
12
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFormSubsectionWrapperComponent, "ng-component", never, {}, {}, never, never, false>;
|
|
13
11
|
}
|
package/mapbox/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-form/mapbox",
|
|
3
|
-
"version": "9.15.
|
|
3
|
+
"version": "9.15.6",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^14.1.0",
|
|
6
6
|
"@angular/core": "^14.1.0",
|
|
7
7
|
"@angular/forms": "^14.0.0",
|
|
8
|
-
"@dereekb/dbx-web": "9.15.
|
|
8
|
+
"@dereekb/dbx-web": "9.15.6",
|
|
9
9
|
"@ngx-formly/core": "6.0.0-rc.2",
|
|
10
10
|
"@ngx-formly/material": "6.0.0-rc.2",
|
|
11
11
|
"@ng-web-apis/geolocation": "^2.0.0",
|
|
12
12
|
"mapbox-gl": "^2.9.2",
|
|
13
|
-
"@dereekb/dbx-web/mapbox": "9.15.
|
|
14
|
-
"@dereekb/dbx-form": "9.15.
|
|
13
|
+
"@dereekb/dbx-web/mapbox": "9.15.6",
|
|
14
|
+
"@dereekb/dbx-form": "9.15.6"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"tslib": "^2.3.0"
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-form",
|
|
3
|
-
"version": "9.15.
|
|
3
|
+
"version": "9.15.6",
|
|
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.15.
|
|
8
|
+
"@dereekb/dbx-core": "9.15.6",
|
|
9
9
|
"@angular/material": "^14.0.0",
|
|
10
|
-
"@dereekb/dbx-web": "9.15.
|
|
10
|
+
"@dereekb/dbx-web": "9.15.6",
|
|
11
11
|
"@angular/forms": "^14.0.0",
|
|
12
12
|
"@ngx-formly/core": "6.0.0-rc.2",
|
|
13
13
|
"@ngx-formly/material": "6.0.0-rc.2",
|
|
14
14
|
"change-case": "^4.1.2",
|
|
15
15
|
"ngx-editor": "^15.0.0",
|
|
16
16
|
"ngx-mat-intl-tel-input": "^5.0.0",
|
|
17
|
-
"@dereekb/model": "9.15.
|
|
17
|
+
"@dereekb/model": "9.15.6"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"tslib": "^2.3.0"
|