@dereekb/dbx-form 12.0.3 → 12.0.5
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/calendar/lib/calendar.module.d.ts +2 -1
- package/esm2022/calendar/lib/calendar.module.mjs +16 -5
- package/esm2022/calendar/lib/calendar.schedule.selection.days.form.component.mjs +4 -4
- package/esm2022/calendar/lib/calendar.schedule.selection.dialog.component.mjs +4 -4
- package/esm2022/calendar/lib/calendar.schedule.selection.toggle.button.component.mjs +1 -2
- package/esm2022/calendar/lib/field/schedule/calendar.schedule.field.mjs +1 -1
- package/esm2022/lib/formly/field/checklist/checklist.item.field.module.mjs +5 -5
- package/esm2022/lib/formly/field/field.mjs +1 -1
- package/esm2022/lib/formly/field/form.field.module.mjs +2 -2
- package/esm2022/lib/formly/field/texteditor/texteditor.field.mjs +2 -2
- package/esm2022/lib/formly/field/value/date/date.field.module.mjs +2 -2
- package/esm2022/lib/formly/field/value/text/text.field.module.mjs +2 -2
- package/esm2022/lib/formly/field/wrapper/index.mjs +2 -2
- package/esm2022/lib/formly/field/wrapper/wrapper.module.mjs +101 -0
- package/esm2022/lib/formly/template/available.mjs +1 -1
- package/esm2022/lib/formly/template/available.module.mjs +18 -0
- package/esm2022/lib/formly/template/index.mjs +5 -2
- package/esm2022/lib/formly/template/login.mjs +1 -1
- package/esm2022/lib/formly/template/login.module.mjs +17 -0
- package/esm2022/lib/formly/template/timezone.module.mjs +17 -0
- package/fesm2022/dereekb-dbx-form-calendar.mjs +20 -11
- package/fesm2022/dereekb-dbx-form-calendar.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-form.mjs +176 -89
- package/fesm2022/dereekb-dbx-form.mjs.map +1 -1
- package/lib/formly/field/checklist/checklist.item.field.module.d.ts +2 -2
- package/lib/formly/field/field.d.ts +1 -1
- package/lib/formly/field/form.field.module.d.ts +1 -1
- package/lib/formly/field/texteditor/texteditor.field.d.ts +1 -2
- package/lib/formly/field/value/date/date.field.module.d.ts +1 -1
- package/lib/formly/field/value/text/text.field.module.d.ts +1 -1
- package/lib/formly/field/wrapper/index.d.ts +1 -1
- package/lib/formly/field/wrapper/{form.wrapper.module.d.ts → wrapper.module.d.ts} +2 -1
- package/lib/formly/template/available.d.ts +1 -1
- package/lib/formly/template/available.module.d.ts +8 -0
- package/lib/formly/template/index.d.ts +4 -1
- package/lib/formly/template/login.d.ts +10 -10
- package/lib/formly/template/login.module.d.ts +7 -0
- package/lib/formly/template/timezone.module.d.ts +7 -0
- package/package.json +1 -1
- package/esm2022/lib/formly/field/wrapper/form.wrapper.module.mjs +0 -55
|
@@ -23,11 +23,11 @@ import { MatIconButton, MatButtonModule } from '@angular/material/button';
|
|
|
23
23
|
import { objectIsEmpty, mergeObjectsFunction, filterFromPOJOFunction, mergeObjects, filterFromPOJO, asArray, objectHasNoKeys, addPlusPrefixToNumber, convertMaybeToArray, isSelectedDecisionFunctionFactory, readKeysFrom, hasDifferentValues, makeValuesGroupMap, separateValues, filterUniqueValues, searchStringFilterFunction, caseInsensitiveFilterByIndexOfDecisionFactory, sortByStringFunction, mergeArraysIntoArray, lastValue, arrayToMap, setContainsAllValues, addToSetCopy, setsAreEquivalent, filterMaybeArrayValues, mergeArrays, firstValue, cachedGetter, makeGetter, asDecisionFunction, getValueFromGetter, asGetter, dateFromMinuteOfDay, dateToMinuteOfDay, isISO8601DayStringStart, mapIdentityFunction, MS_IN_MINUTE, isMonthDaySlashDate, HAS_WEBSITE_DOMAIN_NAME_REGEX, KeyValueTypleValueFilter, valuesFromPOJO, allObjectsAreEqual, isNumberDivisibleBy, nearestDivisibleValues, isE164PhoneNumber as isE164PhoneNumber$1, isValidPhoneExtensionNumber, e164PhoneNumberExtensionPair, mapMaybeFunction, transformNumberFunction, concatArrays, DOLLAR_AMOUNT_PRECISION, e164PhoneNumberFromE164PhoneNumberExtensionPair, transformStringFunction, US_STATE_CODE_STRING_REGEX, ZIP_CODE_STRING_REGEX, LAT_LNG_PATTERN, BooleanStringKeyArrayUtility, iterablesAreSetEquivalent, capitalizeFirstLetter } from '@dereekb/util';
|
|
24
24
|
import { MatSlideToggle } from '@angular/material/slide-toggle';
|
|
25
25
|
import { NgClass, NgStyle, NgTemplateOutlet, DatePipe, CommonModule } from '@angular/common';
|
|
26
|
+
import { FormlyMaterialModule, FieldType as FieldType$1 } from '@ngx-formly/material';
|
|
26
27
|
import * as i2$1 from '@angular/material/divider';
|
|
27
28
|
import { MatDividerModule, MatDivider } from '@angular/material/divider';
|
|
28
29
|
import * as i4 from '@angular/material/input';
|
|
29
30
|
import { MatInput, MatInputModule } from '@angular/material/input';
|
|
30
|
-
import { FieldType as FieldType$1, FormlyMaterialModule } from '@ngx-formly/material';
|
|
31
31
|
import { camelCase } from 'change-case-all';
|
|
32
32
|
import * as i1$4 from '@angular/material/chips';
|
|
33
33
|
import { MatChipsModule } from '@angular/material/chips';
|
|
@@ -464,7 +464,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
464
464
|
}]
|
|
465
465
|
}] });
|
|
466
466
|
|
|
467
|
-
const importsAndExports$
|
|
467
|
+
const importsAndExports$l = [DbxFormSourceDirective, DbxFormValueChangeDirective, DbxFormLoadingSourceDirective];
|
|
468
468
|
/**
|
|
469
469
|
* @deprecated import the directives directly instead.
|
|
470
470
|
*
|
|
@@ -480,8 +480,8 @@ class DbxFormIoModule {
|
|
|
480
480
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormIoModule, decorators: [{
|
|
481
481
|
type: NgModule,
|
|
482
482
|
args: [{
|
|
483
|
-
imports: importsAndExports$
|
|
484
|
-
exports: importsAndExports$
|
|
483
|
+
imports: importsAndExports$l,
|
|
484
|
+
exports: importsAndExports$l
|
|
485
485
|
}]
|
|
486
486
|
}] });
|
|
487
487
|
|
|
@@ -1032,11 +1032,53 @@ const STYLE_WRAPPER_KEY = 'style';
|
|
|
1032
1032
|
const WORKING_WRAPPER_KEY = 'working';
|
|
1033
1033
|
const EXPAND_WRAPPER_KEY = 'expand';
|
|
1034
1034
|
|
|
1035
|
-
const importsAndExports$
|
|
1035
|
+
const importsAndExports$k = [
|
|
1036
|
+
AutoTouchFieldWrapperComponent,
|
|
1037
|
+
DbxFormSectionWrapperComponent,
|
|
1038
|
+
DbxFormSubsectionWrapperComponent,
|
|
1039
|
+
DbxFormInfoWrapperComponent,
|
|
1040
|
+
DbxFormExpandWrapperComponent,
|
|
1041
|
+
DbxFormToggleWrapperComponent,
|
|
1042
|
+
DbxFormFlexWrapperComponent,
|
|
1043
|
+
DbxFormStyleWrapperComponent,
|
|
1044
|
+
DbxFormWorkingWrapperComponent,
|
|
1045
|
+
// Formly
|
|
1046
|
+
FormlyModule,
|
|
1047
|
+
FormlyMaterialModule
|
|
1048
|
+
];
|
|
1036
1049
|
class DbxFormFormlyWrapperModule {
|
|
1037
1050
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyWrapperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1038
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyWrapperModule, imports: [AutoTouchFieldWrapperComponent,
|
|
1039
|
-
|
|
1051
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyWrapperModule, imports: [AutoTouchFieldWrapperComponent,
|
|
1052
|
+
DbxFormSectionWrapperComponent,
|
|
1053
|
+
DbxFormSubsectionWrapperComponent,
|
|
1054
|
+
DbxFormInfoWrapperComponent,
|
|
1055
|
+
DbxFormExpandWrapperComponent,
|
|
1056
|
+
DbxFormToggleWrapperComponent,
|
|
1057
|
+
DbxFormFlexWrapperComponent,
|
|
1058
|
+
DbxFormStyleWrapperComponent,
|
|
1059
|
+
DbxFormWorkingWrapperComponent,
|
|
1060
|
+
// Formly
|
|
1061
|
+
FormlyModule,
|
|
1062
|
+
FormlyMaterialModule, i1$3.FormlyModule], exports: [AutoTouchFieldWrapperComponent,
|
|
1063
|
+
DbxFormSectionWrapperComponent,
|
|
1064
|
+
DbxFormSubsectionWrapperComponent,
|
|
1065
|
+
DbxFormInfoWrapperComponent,
|
|
1066
|
+
DbxFormExpandWrapperComponent,
|
|
1067
|
+
DbxFormToggleWrapperComponent,
|
|
1068
|
+
DbxFormFlexWrapperComponent,
|
|
1069
|
+
DbxFormStyleWrapperComponent,
|
|
1070
|
+
DbxFormWorkingWrapperComponent,
|
|
1071
|
+
// Formly
|
|
1072
|
+
FormlyModule,
|
|
1073
|
+
FormlyMaterialModule] });
|
|
1074
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyWrapperModule, imports: [DbxFormSectionWrapperComponent,
|
|
1075
|
+
DbxFormSubsectionWrapperComponent,
|
|
1076
|
+
DbxFormInfoWrapperComponent,
|
|
1077
|
+
DbxFormToggleWrapperComponent,
|
|
1078
|
+
DbxFormWorkingWrapperComponent,
|
|
1079
|
+
// Formly
|
|
1080
|
+
FormlyModule,
|
|
1081
|
+
FormlyMaterialModule, FormlyModule.forChild({
|
|
1040
1082
|
wrappers: [
|
|
1041
1083
|
{ name: AUTO_TOUCH_WRAPPER_KEY, component: AutoTouchFieldWrapperComponent },
|
|
1042
1084
|
{ name: EXPAND_WRAPPER_KEY, component: DbxFormExpandWrapperComponent },
|
|
@@ -1048,13 +1090,16 @@ class DbxFormFormlyWrapperModule {
|
|
|
1048
1090
|
{ name: STYLE_WRAPPER_KEY, component: DbxFormStyleWrapperComponent },
|
|
1049
1091
|
{ name: WORKING_WRAPPER_KEY, component: DbxFormWorkingWrapperComponent }
|
|
1050
1092
|
]
|
|
1051
|
-
})
|
|
1093
|
+
}),
|
|
1094
|
+
// Formly
|
|
1095
|
+
FormlyModule,
|
|
1096
|
+
FormlyMaterialModule] });
|
|
1052
1097
|
}
|
|
1053
1098
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyWrapperModule, decorators: [{
|
|
1054
1099
|
type: NgModule,
|
|
1055
1100
|
args: [{
|
|
1056
1101
|
imports: [
|
|
1057
|
-
...importsAndExports$
|
|
1102
|
+
...importsAndExports$k,
|
|
1058
1103
|
FormlyModule.forChild({
|
|
1059
1104
|
wrappers: [
|
|
1060
1105
|
{ name: AUTO_TOUCH_WRAPPER_KEY, component: AutoTouchFieldWrapperComponent },
|
|
@@ -1069,30 +1114,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1069
1114
|
]
|
|
1070
1115
|
})
|
|
1071
1116
|
],
|
|
1072
|
-
exports: importsAndExports$
|
|
1117
|
+
exports: importsAndExports$k
|
|
1073
1118
|
}]
|
|
1074
1119
|
}] });
|
|
1075
1120
|
|
|
1076
|
-
const importsAndExports$
|
|
1121
|
+
const importsAndExports$j = [DbxChecklistItemFieldComponent, DbxChecklistItemContentComponent, DbxDefaultChecklistItemFieldDisplayComponent];
|
|
1077
1122
|
class DbxFormFormlyChecklistItemFieldModule {
|
|
1078
1123
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyChecklistItemFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1079
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyChecklistItemFieldModule, imports: [DbxChecklistItemFieldComponent, DbxChecklistItemContentComponent, DbxDefaultChecklistItemFieldDisplayComponent, DbxFormFormlyWrapperModule, i1$3.FormlyModule], exports: [
|
|
1124
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyChecklistItemFieldModule, imports: [DbxChecklistItemFieldComponent, DbxChecklistItemContentComponent, DbxDefaultChecklistItemFieldDisplayComponent, DbxFormFormlyWrapperModule, i1$3.FormlyModule], exports: [DbxChecklistItemFieldComponent, DbxChecklistItemContentComponent, DbxDefaultChecklistItemFieldDisplayComponent] });
|
|
1080
1125
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyChecklistItemFieldModule, imports: [DbxChecklistItemFieldComponent, DbxChecklistItemContentComponent, DbxFormFormlyWrapperModule,
|
|
1081
1126
|
FormlyModule.forChild({
|
|
1082
1127
|
types: [{ name: 'checklistitem', component: DbxChecklistItemFieldComponent }]
|
|
1083
|
-
})
|
|
1128
|
+
})] });
|
|
1084
1129
|
}
|
|
1085
1130
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyChecklistItemFieldModule, decorators: [{
|
|
1086
1131
|
type: NgModule,
|
|
1087
1132
|
args: [{
|
|
1088
1133
|
imports: [
|
|
1089
|
-
...importsAndExports$
|
|
1134
|
+
...importsAndExports$j,
|
|
1090
1135
|
DbxFormFormlyWrapperModule,
|
|
1091
1136
|
FormlyModule.forChild({
|
|
1092
1137
|
types: [{ name: 'checklistitem', component: DbxChecklistItemFieldComponent }]
|
|
1093
1138
|
})
|
|
1094
1139
|
],
|
|
1095
|
-
exports:
|
|
1140
|
+
exports: importsAndExports$j
|
|
1096
1141
|
}]
|
|
1097
1142
|
}] });
|
|
1098
1143
|
|
|
@@ -1325,11 +1370,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1325
1370
|
}]
|
|
1326
1371
|
}] });
|
|
1327
1372
|
|
|
1328
|
-
const importsAndExports$
|
|
1373
|
+
const importsAndExports$i = [DbxFormComponentFieldComponent];
|
|
1329
1374
|
class DbxFormFormlyComponentFieldModule {
|
|
1330
1375
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyComponentFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1331
1376
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyComponentFieldModule, imports: [DbxFormComponentFieldComponent, i1$3.FormlyModule], exports: [DbxFormComponentFieldComponent] });
|
|
1332
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyComponentFieldModule, imports: [importsAndExports$
|
|
1377
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyComponentFieldModule, imports: [importsAndExports$i, FormlyModule.forChild({
|
|
1333
1378
|
types: [{ name: 'component', component: DbxFormComponentFieldComponent }]
|
|
1334
1379
|
})] });
|
|
1335
1380
|
}
|
|
@@ -1337,12 +1382,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1337
1382
|
type: NgModule,
|
|
1338
1383
|
args: [{
|
|
1339
1384
|
imports: [
|
|
1340
|
-
...importsAndExports$
|
|
1385
|
+
...importsAndExports$i,
|
|
1341
1386
|
FormlyModule.forChild({
|
|
1342
1387
|
types: [{ name: 'component', component: DbxFormComponentFieldComponent }]
|
|
1343
1388
|
})
|
|
1344
1389
|
],
|
|
1345
|
-
exports: importsAndExports$
|
|
1390
|
+
exports: importsAndExports$i
|
|
1346
1391
|
}]
|
|
1347
1392
|
}] });
|
|
1348
1393
|
|
|
@@ -1445,11 +1490,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1445
1490
|
args: [{ imports: [DbxListModifierModule, DbxInjectionComponent, MatDividerModule], changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, template: "<div class=\"dbx-list-item-field\" dbxListItemModifier [dbxListItemIsSelectedModifier]=\"isSelectedModifierFunctionSignal()\">\n @if (label) {\n <span class=\"dbx-label dbx-label-padded\">{{ label }}</span>\n }\n <div class=\"dbx-list-item-field-content\">\n <dbx-injection [config]=\"configSignal()\"></dbx-injection>\n </div>\n <mat-divider></mat-divider>\n @if (description) {\n <div class=\"dbx-form-description\">{{ description }}</div>\n }\n</div>\n" }]
|
|
1446
1491
|
}] });
|
|
1447
1492
|
|
|
1448
|
-
const importsAndExports$
|
|
1493
|
+
const importsAndExports$h = [DbxItemListFieldComponent];
|
|
1449
1494
|
class DbxFormFormlyDbxListFieldModule {
|
|
1450
1495
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyDbxListFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1451
1496
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyDbxListFieldModule, imports: [DbxItemListFieldComponent, i1$3.FormlyModule], exports: [DbxItemListFieldComponent] });
|
|
1452
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyDbxListFieldModule, imports: [importsAndExports$
|
|
1497
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyDbxListFieldModule, imports: [importsAndExports$h, FormlyModule.forChild({
|
|
1453
1498
|
types: [{ name: 'dbxlistfield', component: DbxItemListFieldComponent }]
|
|
1454
1499
|
})] });
|
|
1455
1500
|
}
|
|
@@ -1457,12 +1502,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1457
1502
|
type: NgModule,
|
|
1458
1503
|
args: [{
|
|
1459
1504
|
imports: [
|
|
1460
|
-
...importsAndExports$
|
|
1505
|
+
...importsAndExports$h,
|
|
1461
1506
|
FormlyModule.forChild({
|
|
1462
1507
|
types: [{ name: 'dbxlistfield', component: DbxItemListFieldComponent }]
|
|
1463
1508
|
})
|
|
1464
1509
|
],
|
|
1465
|
-
exports: importsAndExports$
|
|
1510
|
+
exports: importsAndExports$h
|
|
1466
1511
|
}]
|
|
1467
1512
|
}] });
|
|
1468
1513
|
|
|
@@ -1864,11 +1909,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1864
1909
|
args: [{ imports: [DbxPickableListFieldItemListComponent, NgTemplateOutlet, FormsModule, ReactiveFormsModule, MatInputModule, MatDivider, DbxLoadingComponent, DbxInjectionComponent], changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, template: "<div class=\"dbx-pickable-item-field\">\n <dbx-loading [context]=\"context\">\n @if (showFilterInput) {\n <ng-container *ngTemplateOutlet=\"filterTemplate\"></ng-container>\n }\n <!-- Content -->\n <div class=\"dbx-pickable-item-field-list\">\n <div class=\"dbx-pickable-item-field-list-content\">\n <dbx-form-pickable-item-field-item-list [disabled]=\"isReadonlyOrDisabled\" [state$]=\"filterItemsLoadingState$\" (selectionChange)=\"onSelectionChange($event)\"></dbx-form-pickable-item-field-item-list>\n </div>\n <dbx-injection [config]=\"footerConfig\"></dbx-injection>\n </div>\n </dbx-loading>\n</div>\n\n<!-- Filter Input -->\n<ng-template #filterTemplate>\n <div class=\"dbx-pickable-item-field-filter\">\n <div class=\"dbx-label\">{{ filterLabel }}</div>\n <input [name]=\"name\" autocomplete=\"{{ autocomplete }}\" #filterMatInput=\"matInput\" matInput [placeholder]=\"placeholder\" [formControl]=\"inputCtrl\" />\n <mat-divider></mat-divider>\n <dbx-loading [linear]=\"true\" [context]=\"filterResultsContext\"></dbx-loading>\n <!-- No items found. -->\n @if (noItemsAvailableSignal()) {\n <p class=\"dbx-label\">No items match this filter.</p>\n }\n </div>\n</ng-template>\n" }]
|
|
1865
1910
|
}] });
|
|
1866
1911
|
|
|
1867
|
-
const importsAndExports$
|
|
1912
|
+
const importsAndExports$g = [DbxPickableChipListFieldComponent, DbxPickableListFieldComponent, DbxPickableListFieldItemListComponent, DbxPickableListFieldItemListViewComponent, DbxPickableListFieldItemListViewItemComponent];
|
|
1868
1913
|
class DbxFormFormlyPickableFieldModule {
|
|
1869
1914
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyPickableFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1870
1915
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyPickableFieldModule, imports: [DbxPickableChipListFieldComponent, DbxPickableListFieldComponent, DbxPickableListFieldItemListComponent, DbxPickableListFieldItemListViewComponent, DbxPickableListFieldItemListViewItemComponent, i1$3.FormlyModule], exports: [DbxPickableChipListFieldComponent, DbxPickableListFieldComponent, DbxPickableListFieldItemListComponent, DbxPickableListFieldItemListViewComponent, DbxPickableListFieldItemListViewItemComponent] });
|
|
1871
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyPickableFieldModule, imports: [importsAndExports$
|
|
1916
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyPickableFieldModule, imports: [importsAndExports$g, FormlyModule.forChild({
|
|
1872
1917
|
types: [
|
|
1873
1918
|
{ name: 'pickablechipfield', component: DbxPickableChipListFieldComponent, wrappers: ['form-field'] },
|
|
1874
1919
|
{ name: 'pickablelistfield', component: DbxPickableListFieldComponent, wrappers: ['form-field'] }
|
|
@@ -1879,7 +1924,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1879
1924
|
type: NgModule,
|
|
1880
1925
|
args: [{
|
|
1881
1926
|
imports: [
|
|
1882
|
-
...importsAndExports$
|
|
1927
|
+
...importsAndExports$g,
|
|
1883
1928
|
FormlyModule.forChild({
|
|
1884
1929
|
types: [
|
|
1885
1930
|
{ name: 'pickablechipfield', component: DbxPickableChipListFieldComponent, wrappers: ['form-field'] },
|
|
@@ -1887,7 +1932,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1887
1932
|
]
|
|
1888
1933
|
})
|
|
1889
1934
|
],
|
|
1890
|
-
exports: importsAndExports$
|
|
1935
|
+
exports: importsAndExports$g
|
|
1891
1936
|
}]
|
|
1892
1937
|
}] });
|
|
1893
1938
|
|
|
@@ -2479,11 +2524,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2479
2524
|
args: [{ imports: [FormsModule, MatInput, NgClass, ReactiveFormsModule, DbxLoadingModule, MatOptionModule, MatAutocompleteModule, MatChipsModule, MatIconModule, DbxSearchableFieldAutocompleteItemComponent], changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, template: "<div class=\"dbx-searchable-text-field\" [ngClass]=\"{ 'dbx-searchable-text-field-has-value': hasValueSignal(), 'dbx-searchable-text-field-show-value': showSelectedValue }\">\n <!-- Result View -->\n @if (showSelectedDisplayValueSignal()) {\n <div class=\"dbx-searchable-text-field-value mat-option mat-option-text\">\n <dbx-searchable-field-autocomplete-item [displayValue]=\"selectedDisplayValueSignal()!\"></dbx-searchable-field-autocomplete-item>\n </div>\n }\n <div class=\"dbx-searchable-text-field-input\">\n @if (searchLabel) {\n <div class=\"dbx-label\">{{ searchLabel }}</div>\n }\n <!-- View -->\n <input type=\"search\" [name]=\"name\" matInput #textInput [placeholder]=\"searchInputPlaceholder\" [formControl]=\"inputCtrl\" [matAutocomplete]=\"auto\" [matAutocompleteDisabled]=\"readonly || disabled\" autocomplete=\"{{ autocomplete }}\" />\n <div class=\"searchable-field-form-loading\">\n <dbx-loading [linear]=\"true\" [context]=\"searchContext\"></dbx-loading>\n </div>\n </div>\n</div>\n\n<!-- Autocomplete -->\n<mat-autocomplete class=\"dbx-searchable-text-field-autocomplete\" #auto (optionSelected)=\"selected($event)\">\n @for (displayValue of searchResultsSignal(); track displayValue.value) {\n <mat-option [value]=\"displayValue\">\n <dbx-searchable-field-autocomplete-item [displayValue]=\"displayValue\"></dbx-searchable-field-autocomplete-item>\n </mat-option>\n }\n <!-- If No Results -->\n @if (searchResultsSignal()?.length === 0) {\n @if (!isLoadingSearchResultsSignal()) {\n <mat-option value=\"\" disabled>\n <p class=\"dbx-clear-hint text-center\">No results found.</p>\n </mat-option>\n } @else {\n <mat-option value=\"\" disabled>\n <p class=\"dbx-clear-hint text-center\">Loading...</p>\n </mat-option>\n }\n }\n <!-- Add/Pick String Value -->\n @if (allowStringValues && inputValueSignal()) {\n <mat-option [value]=\"{ value: inputValueSignal() }\">\n <p class=\"dbx-clear-hint text-center\">\"{{ inputValueSignal() }}\"</p>\n </mat-option>\n }\n <!-- Show clear value -->\n @if (showClearValue && hasValueSignal()) {\n <mat-option value=\"\">\n <p class=\"dbx-clear-hint text-center\">Clear</p>\n </mat-option>\n }\n</mat-autocomplete>\n" }]
|
|
2480
2525
|
}] });
|
|
2481
2526
|
|
|
2482
|
-
const importsAndExports$
|
|
2527
|
+
const importsAndExports$f = [DbxSearchableChipFieldComponent, DbxSearchableTextFieldComponent, DbxSearchableFieldAutocompleteItemComponent, DbxDefaultSearchableFieldDisplayComponent];
|
|
2483
2528
|
class DbxFormFormlySearchableFieldModule {
|
|
2484
2529
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlySearchableFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2485
2530
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlySearchableFieldModule, imports: [DbxSearchableChipFieldComponent, DbxSearchableTextFieldComponent, DbxSearchableFieldAutocompleteItemComponent, DbxDefaultSearchableFieldDisplayComponent, i1$3.FormlyModule], exports: [DbxSearchableChipFieldComponent, DbxSearchableTextFieldComponent, DbxSearchableFieldAutocompleteItemComponent, DbxDefaultSearchableFieldDisplayComponent] });
|
|
2486
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlySearchableFieldModule, imports: [importsAndExports$
|
|
2531
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlySearchableFieldModule, imports: [importsAndExports$f, FormlyModule.forChild({
|
|
2487
2532
|
types: [
|
|
2488
2533
|
{ name: 'searchablechipfield', component: DbxSearchableChipFieldComponent, wrappers: ['form-field'] },
|
|
2489
2534
|
{ name: 'searchabletextfield', component: DbxSearchableTextFieldComponent, wrappers: ['form-field'] }
|
|
@@ -2494,7 +2539,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2494
2539
|
type: NgModule,
|
|
2495
2540
|
args: [{
|
|
2496
2541
|
imports: [
|
|
2497
|
-
...importsAndExports$
|
|
2542
|
+
...importsAndExports$f,
|
|
2498
2543
|
FormlyModule.forChild({
|
|
2499
2544
|
types: [
|
|
2500
2545
|
{ name: 'searchablechipfield', component: DbxSearchableChipFieldComponent, wrappers: ['form-field'] },
|
|
@@ -2502,7 +2547,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2502
2547
|
]
|
|
2503
2548
|
})
|
|
2504
2549
|
],
|
|
2505
|
-
exports: importsAndExports$
|
|
2550
|
+
exports: importsAndExports$f
|
|
2506
2551
|
}]
|
|
2507
2552
|
}] });
|
|
2508
2553
|
|
|
@@ -2901,7 +2946,7 @@ function addValueSelectionOptionFunction(label) {
|
|
|
2901
2946
|
};
|
|
2902
2947
|
}
|
|
2903
2948
|
|
|
2904
|
-
const importsAndExports$
|
|
2949
|
+
const importsAndExports$e = [DbxFormFormlyDbxListFieldModule, DbxFormFormlyPickableFieldModule, DbxFormFormlySearchableFieldModule, DbxFormFormlySourceSelectModule];
|
|
2905
2950
|
/**
|
|
2906
2951
|
* @deprecated import the modules directly instead
|
|
2907
2952
|
*
|
|
@@ -2913,13 +2958,13 @@ const importsAndExports$b = [DbxFormFormlyDbxListFieldModule, DbxFormFormlyPicka
|
|
|
2913
2958
|
class DbxFormFormlySelectionModule {
|
|
2914
2959
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlySelectionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2915
2960
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlySelectionModule, imports: [DbxFormFormlyDbxListFieldModule, DbxFormFormlyPickableFieldModule, DbxFormFormlySearchableFieldModule, DbxFormFormlySourceSelectModule], exports: [DbxFormFormlyDbxListFieldModule, DbxFormFormlyPickableFieldModule, DbxFormFormlySearchableFieldModule, DbxFormFormlySourceSelectModule] });
|
|
2916
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlySelectionModule, imports: [importsAndExports$
|
|
2961
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlySelectionModule, imports: [importsAndExports$e, DbxFormFormlyDbxListFieldModule, DbxFormFormlyPickableFieldModule, DbxFormFormlySearchableFieldModule, DbxFormFormlySourceSelectModule] });
|
|
2917
2962
|
}
|
|
2918
2963
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlySelectionModule, decorators: [{
|
|
2919
2964
|
type: NgModule,
|
|
2920
2965
|
args: [{
|
|
2921
|
-
imports: importsAndExports$
|
|
2922
|
-
exports: importsAndExports$
|
|
2966
|
+
imports: importsAndExports$e,
|
|
2967
|
+
exports: importsAndExports$e
|
|
2923
2968
|
}]
|
|
2924
2969
|
}] });
|
|
2925
2970
|
|
|
@@ -3008,11 +3053,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3008
3053
|
}]
|
|
3009
3054
|
}] });
|
|
3010
3055
|
|
|
3011
|
-
const importsAndExports$
|
|
3056
|
+
const importsAndExports$d = [DbxTextEditorFieldComponent];
|
|
3012
3057
|
class DbxFormFormlyTextEditorFieldModule {
|
|
3013
3058
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyTextEditorFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3014
3059
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyTextEditorFieldModule, imports: [DbxTextEditorFieldComponent, i1$3.FormlyModule], exports: [DbxTextEditorFieldComponent] });
|
|
3015
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyTextEditorFieldModule, imports: [importsAndExports$
|
|
3060
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyTextEditorFieldModule, imports: [importsAndExports$d, FormlyModule.forChild({
|
|
3016
3061
|
types: [{ name: 'texteditor', component: DbxTextEditorFieldComponent }]
|
|
3017
3062
|
})] });
|
|
3018
3063
|
}
|
|
@@ -3020,12 +3065,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3020
3065
|
type: NgModule,
|
|
3021
3066
|
args: [{
|
|
3022
3067
|
imports: [
|
|
3023
|
-
...importsAndExports$
|
|
3068
|
+
...importsAndExports$d,
|
|
3024
3069
|
FormlyModule.forChild({
|
|
3025
3070
|
types: [{ name: 'texteditor', component: DbxTextEditorFieldComponent }]
|
|
3026
3071
|
})
|
|
3027
3072
|
],
|
|
3028
|
-
exports: importsAndExports$
|
|
3073
|
+
exports: importsAndExports$d
|
|
3029
3074
|
}]
|
|
3030
3075
|
}] });
|
|
3031
3076
|
|
|
@@ -3268,11 +3313,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3268
3313
|
}]
|
|
3269
3314
|
}] });
|
|
3270
3315
|
|
|
3271
|
-
const importsAndExports$
|
|
3316
|
+
const importsAndExports$c = [DbxFormRepeatArrayTypeComponent];
|
|
3272
3317
|
class DbxFormFormlyArrayFieldModule {
|
|
3273
3318
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyArrayFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3274
3319
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyArrayFieldModule, imports: [DbxFormRepeatArrayTypeComponent, i1$3.FormlyModule], exports: [DbxFormRepeatArrayTypeComponent] });
|
|
3275
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyArrayFieldModule, imports: [importsAndExports$
|
|
3320
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyArrayFieldModule, imports: [importsAndExports$c, FormlyModule.forChild({
|
|
3276
3321
|
types: [{ name: 'repeatarray', component: DbxFormRepeatArrayTypeComponent }]
|
|
3277
3322
|
})] });
|
|
3278
3323
|
}
|
|
@@ -3280,12 +3325,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3280
3325
|
type: NgModule,
|
|
3281
3326
|
args: [{
|
|
3282
3327
|
imports: [
|
|
3283
|
-
...importsAndExports$
|
|
3328
|
+
...importsAndExports$c,
|
|
3284
3329
|
FormlyModule.forChild({
|
|
3285
3330
|
types: [{ name: 'repeatarray', component: DbxFormRepeatArrayTypeComponent }]
|
|
3286
3331
|
})
|
|
3287
3332
|
],
|
|
3288
|
-
exports: importsAndExports$
|
|
3333
|
+
exports: importsAndExports$c
|
|
3289
3334
|
}]
|
|
3290
3335
|
}] });
|
|
3291
3336
|
|
|
@@ -3315,17 +3360,17 @@ function repeatArrayField(config) {
|
|
|
3315
3360
|
});
|
|
3316
3361
|
}
|
|
3317
3362
|
|
|
3318
|
-
const importsAndExports$
|
|
3363
|
+
const importsAndExports$b = [FormlyMaterialModule, FormlyMatCheckboxModule, FormlyMatToggleModule];
|
|
3319
3364
|
class DbxFormFormlyBooleanFieldModule {
|
|
3320
3365
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyBooleanFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3321
3366
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyBooleanFieldModule, imports: [FormlyMaterialModule, FormlyMatCheckboxModule, FormlyMatToggleModule], exports: [FormlyMaterialModule, FormlyMatCheckboxModule, FormlyMatToggleModule] });
|
|
3322
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyBooleanFieldModule, imports: [importsAndExports$
|
|
3367
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyBooleanFieldModule, imports: [importsAndExports$b, FormlyMaterialModule, FormlyMatCheckboxModule, FormlyMatToggleModule] });
|
|
3323
3368
|
}
|
|
3324
3369
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyBooleanFieldModule, decorators: [{
|
|
3325
3370
|
type: NgModule,
|
|
3326
3371
|
args: [{
|
|
3327
|
-
imports: importsAndExports$
|
|
3328
|
-
exports: importsAndExports$
|
|
3372
|
+
imports: importsAndExports$b,
|
|
3373
|
+
exports: importsAndExports$b
|
|
3329
3374
|
}]
|
|
3330
3375
|
}] });
|
|
3331
3376
|
|
|
@@ -4716,11 +4761,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4716
4761
|
type: Injectable
|
|
4717
4762
|
}] });
|
|
4718
4763
|
|
|
4719
|
-
const importsAndExports$
|
|
4764
|
+
const importsAndExports$a = [DbxDateTimeFieldComponent, DbxFixedDateRangeFieldComponent, DbxFormFormlyWrapperModule];
|
|
4720
4765
|
class DbxFormFormlyDateFieldModule {
|
|
4721
4766
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyDateFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4722
4767
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyDateFieldModule, imports: [DbxDateTimeFieldComponent, DbxFixedDateRangeFieldComponent, DbxFormFormlyWrapperModule, i1$3.FormlyModule], exports: [DbxDateTimeFieldComponent, DbxFixedDateRangeFieldComponent, DbxFormFormlyWrapperModule] });
|
|
4723
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyDateFieldModule, imports: [importsAndExports$
|
|
4768
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyDateFieldModule, imports: [importsAndExports$a, FormlyModule.forChild({
|
|
4724
4769
|
types: [
|
|
4725
4770
|
//
|
|
4726
4771
|
{ name: 'datetime', component: DbxDateTimeFieldComponent, wrappers: ['style', 'form-field'] },
|
|
@@ -4732,7 +4777,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4732
4777
|
type: NgModule,
|
|
4733
4778
|
args: [{
|
|
4734
4779
|
imports: [
|
|
4735
|
-
...importsAndExports$
|
|
4780
|
+
...importsAndExports$a,
|
|
4736
4781
|
FormlyModule.forChild({
|
|
4737
4782
|
types: [
|
|
4738
4783
|
//
|
|
@@ -4741,7 +4786,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4741
4786
|
]
|
|
4742
4787
|
})
|
|
4743
4788
|
],
|
|
4744
|
-
exports: importsAndExports$
|
|
4789
|
+
exports: importsAndExports$a
|
|
4745
4790
|
}]
|
|
4746
4791
|
}] });
|
|
4747
4792
|
|
|
@@ -5256,17 +5301,17 @@ function dollarAmountField(config) {
|
|
|
5256
5301
|
return numberField({ ...config, transform: { ...config.transform, precision: config.transform?.precision ?? DOLLAR_AMOUNT_PRECISION } }); // TODO: Add wrapper addon, addonLeft: { text: '$' }
|
|
5257
5302
|
}
|
|
5258
5303
|
|
|
5259
|
-
const importsAndExports$
|
|
5304
|
+
const importsAndExports$9 = [FormlyMaterialModule, FormlyMatSliderModule];
|
|
5260
5305
|
class DbxFormFormlyNumberFieldModule {
|
|
5261
5306
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyNumberFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5262
5307
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyNumberFieldModule, imports: [FormlyMaterialModule, FormlyMatSliderModule], exports: [FormlyMaterialModule, FormlyMatSliderModule] });
|
|
5263
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyNumberFieldModule, imports: [importsAndExports$
|
|
5308
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyNumberFieldModule, imports: [importsAndExports$9, FormlyMaterialModule, FormlyMatSliderModule] });
|
|
5264
5309
|
}
|
|
5265
5310
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyNumberFieldModule, decorators: [{
|
|
5266
5311
|
type: NgModule,
|
|
5267
5312
|
args: [{
|
|
5268
|
-
imports: importsAndExports$
|
|
5269
|
-
exports: importsAndExports$
|
|
5313
|
+
imports: importsAndExports$9,
|
|
5314
|
+
exports: importsAndExports$9
|
|
5270
5315
|
}]
|
|
5271
5316
|
}] });
|
|
5272
5317
|
|
|
@@ -5358,11 +5403,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
5358
5403
|
args: [{ imports: [CommonModule, MatInputModule, MatFormFieldModule, FormsModule, ReactiveFormsModule, MatIconModule, FlexLayoutModule, FormlyMatFormFieldModule, NgxMatIntlTelInputComponent], changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, template: "<div class=\"dbx-form-phone-field\" [formGroup]=\"inputFormGroup\">\n <ngx-mat-intl-tel-input class=\"dbx-form-phone-field-phone-content\" [required]=\"required\" [preferredCountries]=\"preferredCountries\" [enablePlaceholder]=\"false\" name=\"phone\" [formControl]=\"phoneCtrl\"></ngx-mat-intl-tel-input>\n @if (allowExtension) {\n <div class=\"dbx-form-phone-field-extension-content\">\n <span class=\"dbx-hint dbx-button-spacer\">Ext.</span>\n <input class=\"dbx-form-phone-field-extension-input\" placeholder=\"123\" minlength=\"0\" maxlength=\"6\" #extensionInput [formControl]=\"extensionCtrl\" />\n </div>\n }\n</div>\n" }]
|
|
5359
5404
|
}] });
|
|
5360
5405
|
|
|
5361
|
-
const importsAndExports$
|
|
5406
|
+
const importsAndExports$8 = [DbxPhoneFieldComponent];
|
|
5362
5407
|
class DbxFormFormlyPhoneFieldModule {
|
|
5363
5408
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyPhoneFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5364
5409
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyPhoneFieldModule, imports: [DbxPhoneFieldComponent, i1$3.FormlyModule], exports: [DbxPhoneFieldComponent] });
|
|
5365
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyPhoneFieldModule, imports: [importsAndExports$
|
|
5410
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyPhoneFieldModule, imports: [importsAndExports$8, FormlyModule.forChild({
|
|
5366
5411
|
types: [{ name: 'intphone', component: DbxPhoneFieldComponent, wrappers: ['form-field'] }]
|
|
5367
5412
|
})] });
|
|
5368
5413
|
}
|
|
@@ -5370,12 +5415,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
5370
5415
|
type: NgModule,
|
|
5371
5416
|
args: [{
|
|
5372
5417
|
imports: [
|
|
5373
|
-
...importsAndExports$
|
|
5418
|
+
...importsAndExports$8,
|
|
5374
5419
|
FormlyModule.forChild({
|
|
5375
5420
|
types: [{ name: 'intphone', component: DbxPhoneFieldComponent, wrappers: ['form-field'] }]
|
|
5376
5421
|
})
|
|
5377
5422
|
],
|
|
5378
|
-
exports: importsAndExports$
|
|
5423
|
+
exports: importsAndExports$8
|
|
5379
5424
|
}]
|
|
5380
5425
|
}] });
|
|
5381
5426
|
|
|
@@ -5662,17 +5707,17 @@ function addressListField(config = {}) {
|
|
|
5662
5707
|
});
|
|
5663
5708
|
}
|
|
5664
5709
|
|
|
5665
|
-
const importsAndExports$
|
|
5710
|
+
const importsAndExports$7 = [DbxFormFormlyArrayFieldModule, FormlyMaterialModule, FormlyMatInputModule, DbxFormFormlyWrapperModule];
|
|
5666
5711
|
class DbxFormFormlyTextFieldModule {
|
|
5667
5712
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyTextFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5668
5713
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyTextFieldModule, imports: [DbxFormFormlyArrayFieldModule, FormlyMaterialModule, FormlyMatInputModule, DbxFormFormlyWrapperModule], exports: [DbxFormFormlyArrayFieldModule, FormlyMaterialModule, FormlyMatInputModule, DbxFormFormlyWrapperModule] });
|
|
5669
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyTextFieldModule, imports: [importsAndExports$
|
|
5714
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyTextFieldModule, imports: [importsAndExports$7, DbxFormFormlyArrayFieldModule, FormlyMaterialModule, FormlyMatInputModule, DbxFormFormlyWrapperModule] });
|
|
5670
5715
|
}
|
|
5671
5716
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyTextFieldModule, decorators: [{
|
|
5672
5717
|
type: NgModule,
|
|
5673
5718
|
args: [{
|
|
5674
|
-
imports: importsAndExports$
|
|
5675
|
-
exports: importsAndExports$
|
|
5719
|
+
imports: importsAndExports$7,
|
|
5720
|
+
exports: importsAndExports$7
|
|
5676
5721
|
}]
|
|
5677
5722
|
}] });
|
|
5678
5723
|
|
|
@@ -5683,7 +5728,7 @@ function hiddenField({ key, required = false }) {
|
|
|
5683
5728
|
});
|
|
5684
5729
|
}
|
|
5685
5730
|
|
|
5686
|
-
const importsAndExports$
|
|
5731
|
+
const importsAndExports$6 = [DbxFormFormlyArrayFieldModule, DbxFormFormlyDateFieldModule, DbxFormFormlyPhoneFieldModule, DbxFormFormlyNumberFieldModule, DbxFormFormlyTextFieldModule];
|
|
5687
5732
|
/**
|
|
5688
5733
|
* @deprecated import the modules directly
|
|
5689
5734
|
*
|
|
@@ -5696,27 +5741,27 @@ const importsAndExports$3 = [DbxFormFormlyArrayFieldModule, DbxFormFormlyDateFie
|
|
|
5696
5741
|
class DbxFormFormlyValueModule {
|
|
5697
5742
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyValueModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5698
5743
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyValueModule, imports: [DbxFormFormlyArrayFieldModule, DbxFormFormlyDateFieldModule, DbxFormFormlyPhoneFieldModule, DbxFormFormlyNumberFieldModule, DbxFormFormlyTextFieldModule], exports: [DbxFormFormlyArrayFieldModule, DbxFormFormlyDateFieldModule, DbxFormFormlyPhoneFieldModule, DbxFormFormlyNumberFieldModule, DbxFormFormlyTextFieldModule] });
|
|
5699
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyValueModule, imports: [importsAndExports$
|
|
5744
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyValueModule, imports: [importsAndExports$6, DbxFormFormlyArrayFieldModule, DbxFormFormlyDateFieldModule, DbxFormFormlyPhoneFieldModule, DbxFormFormlyNumberFieldModule, DbxFormFormlyTextFieldModule] });
|
|
5700
5745
|
}
|
|
5701
5746
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyValueModule, decorators: [{
|
|
5702
5747
|
type: NgModule,
|
|
5703
5748
|
args: [{
|
|
5704
|
-
imports: importsAndExports$
|
|
5705
|
-
exports: importsAndExports$
|
|
5749
|
+
imports: importsAndExports$6,
|
|
5750
|
+
exports: importsAndExports$6
|
|
5706
5751
|
}]
|
|
5707
5752
|
}] });
|
|
5708
5753
|
|
|
5709
|
-
const importsAndExports$
|
|
5754
|
+
const importsAndExports$5 = [DbxFormFormlyChecklistItemFieldModule, DbxFormFormlyComponentFieldModule, DbxFormFormlySelectionModule, DbxFormFormlyTextEditorFieldModule, DbxFormFormlyValueModule, DbxFormFormlyWrapperModule];
|
|
5710
5755
|
class DbxFormFormlyFieldModule {
|
|
5711
5756
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5712
5757
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyFieldModule, imports: [DbxFormFormlyChecklistItemFieldModule, DbxFormFormlyComponentFieldModule, DbxFormFormlySelectionModule, DbxFormFormlyTextEditorFieldModule, DbxFormFormlyValueModule, DbxFormFormlyWrapperModule], exports: [DbxFormFormlyChecklistItemFieldModule, DbxFormFormlyComponentFieldModule, DbxFormFormlySelectionModule, DbxFormFormlyTextEditorFieldModule, DbxFormFormlyValueModule, DbxFormFormlyWrapperModule] });
|
|
5713
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyFieldModule, imports: [importsAndExports$
|
|
5758
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyFieldModule, imports: [importsAndExports$5, DbxFormFormlyChecklistItemFieldModule, DbxFormFormlyComponentFieldModule, DbxFormFormlySelectionModule, DbxFormFormlyTextEditorFieldModule, DbxFormFormlyValueModule, DbxFormFormlyWrapperModule] });
|
|
5714
5759
|
}
|
|
5715
5760
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyFieldModule, decorators: [{
|
|
5716
5761
|
type: NgModule,
|
|
5717
5762
|
args: [{
|
|
5718
|
-
imports: importsAndExports$
|
|
5719
|
-
exports: importsAndExports$
|
|
5763
|
+
imports: importsAndExports$5,
|
|
5764
|
+
exports: importsAndExports$5
|
|
5720
5765
|
}]
|
|
5721
5766
|
}] });
|
|
5722
5767
|
|
|
@@ -6143,20 +6188,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
6143
6188
|
}]
|
|
6144
6189
|
}] });
|
|
6145
6190
|
|
|
6146
|
-
const importsAndExports$
|
|
6191
|
+
const importsAndExports$4 = [DbxFormSearchFormComponent];
|
|
6147
6192
|
/**
|
|
6148
6193
|
* @deprecated import DbxFormSearchFormComponent directly instead.
|
|
6149
6194
|
*/
|
|
6150
6195
|
class DbxFormFormlyFormModule {
|
|
6151
6196
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyFormModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6152
6197
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyFormModule, imports: [DbxFormSearchFormComponent], exports: [DbxFormSearchFormComponent] });
|
|
6153
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyFormModule, imports: [importsAndExports$
|
|
6198
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyFormModule, imports: [importsAndExports$4] });
|
|
6154
6199
|
}
|
|
6155
6200
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormFormlyFormModule, decorators: [{
|
|
6156
6201
|
type: NgModule,
|
|
6157
6202
|
args: [{
|
|
6158
|
-
imports: importsAndExports$
|
|
6159
|
-
exports: importsAndExports$
|
|
6203
|
+
imports: importsAndExports$4,
|
|
6204
|
+
exports: importsAndExports$4
|
|
6205
|
+
}]
|
|
6206
|
+
}] });
|
|
6207
|
+
|
|
6208
|
+
function textIsAvailableField(config) {
|
|
6209
|
+
const field = textField(config);
|
|
6210
|
+
field.asyncValidators = {
|
|
6211
|
+
validation: [
|
|
6212
|
+
{
|
|
6213
|
+
expression: fieldValueIsAvailableValidator({
|
|
6214
|
+
...config,
|
|
6215
|
+
message: config?.isNotAvailableErrorMessage
|
|
6216
|
+
})
|
|
6217
|
+
}
|
|
6218
|
+
]
|
|
6219
|
+
};
|
|
6220
|
+
return workingWrapper(field, {});
|
|
6221
|
+
}
|
|
6222
|
+
|
|
6223
|
+
const importsAndExports$3 = [DbxFormFormlyTextFieldModule, DbxFormFormlyWrapperModule];
|
|
6224
|
+
class DbxFormTextAvailableFieldModule {
|
|
6225
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormTextAvailableFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6226
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormTextAvailableFieldModule, imports: [DbxFormFormlyTextFieldModule, DbxFormFormlyWrapperModule], exports: [DbxFormFormlyTextFieldModule, DbxFormFormlyWrapperModule] });
|
|
6227
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormTextAvailableFieldModule, imports: [importsAndExports$3, DbxFormFormlyTextFieldModule, DbxFormFormlyWrapperModule] });
|
|
6228
|
+
}
|
|
6229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormTextAvailableFieldModule, decorators: [{
|
|
6230
|
+
type: NgModule,
|
|
6231
|
+
args: [{
|
|
6232
|
+
imports: importsAndExports$3,
|
|
6233
|
+
exports: importsAndExports$3
|
|
6160
6234
|
}]
|
|
6161
6235
|
}] });
|
|
6162
6236
|
|
|
@@ -6243,20 +6317,19 @@ function usernamePasswordLoginFields({ username, password, verifyPassword }) {
|
|
|
6243
6317
|
return [usernameField, passwordField];
|
|
6244
6318
|
}
|
|
6245
6319
|
|
|
6246
|
-
|
|
6247
|
-
|
|
6248
|
-
|
|
6249
|
-
|
|
6250
|
-
|
|
6251
|
-
expression: fieldValueIsAvailableValidator({
|
|
6252
|
-
...config,
|
|
6253
|
-
message: config?.isNotAvailableErrorMessage
|
|
6254
|
-
})
|
|
6255
|
-
}
|
|
6256
|
-
]
|
|
6257
|
-
};
|
|
6258
|
-
return workingWrapper(field, {});
|
|
6320
|
+
const importsAndExports$2 = [DbxFormFormlyTextFieldModule];
|
|
6321
|
+
class DbxFormLoginFieldModule {
|
|
6322
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormLoginFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6323
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormLoginFieldModule, imports: [DbxFormFormlyTextFieldModule], exports: [DbxFormFormlyTextFieldModule] });
|
|
6324
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormLoginFieldModule, imports: [importsAndExports$2, DbxFormFormlyTextFieldModule] });
|
|
6259
6325
|
}
|
|
6326
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormLoginFieldModule, decorators: [{
|
|
6327
|
+
type: NgModule,
|
|
6328
|
+
args: [{
|
|
6329
|
+
imports: importsAndExports$2,
|
|
6330
|
+
exports: importsAndExports$2
|
|
6331
|
+
}]
|
|
6332
|
+
}] });
|
|
6260
6333
|
|
|
6261
6334
|
function timezoneStringSearchFunction() {
|
|
6262
6335
|
const timezoneInfos = allTimezoneInfos();
|
|
@@ -6301,6 +6374,20 @@ function timezoneStringField(config = {}) {
|
|
|
6301
6374
|
});
|
|
6302
6375
|
}
|
|
6303
6376
|
|
|
6377
|
+
const importsAndExports$1 = [DbxFormFormlySearchableFieldModule];
|
|
6378
|
+
class DbxFormTimezoneStringFieldModule {
|
|
6379
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormTimezoneStringFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6380
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DbxFormTimezoneStringFieldModule, imports: [DbxFormFormlySearchableFieldModule], exports: [DbxFormFormlySearchableFieldModule] });
|
|
6381
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormTimezoneStringFieldModule, imports: [importsAndExports$1, DbxFormFormlySearchableFieldModule] });
|
|
6382
|
+
}
|
|
6383
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DbxFormTimezoneStringFieldModule, decorators: [{
|
|
6384
|
+
type: NgModule,
|
|
6385
|
+
args: [{
|
|
6386
|
+
imports: importsAndExports$1,
|
|
6387
|
+
exports: importsAndExports$1
|
|
6388
|
+
}]
|
|
6389
|
+
}] });
|
|
6390
|
+
|
|
6304
6391
|
/**
|
|
6305
6392
|
* Provides an DbxFormlyContext and has an input for fields.
|
|
6306
6393
|
*/
|
|
@@ -6425,5 +6512,5 @@ function provideDbxFormConfiguration(config) {
|
|
|
6425
6512
|
* Generated bundle index. Do not edit.
|
|
6426
6513
|
*/
|
|
6427
6514
|
|
|
6428
|
-
export { APP_ACTION_FORM_DISABLED_KEY, AbstractAsyncFormlyFormDirective, AbstractConfigAsyncFormlyFormDirective, AbstractDbxPickableItemFieldDirective, AbstractDbxSearchableFieldDisplayDirective, AbstractDbxSearchableValueFieldDirective, AbstractFormExpandSectionWrapperDirective, AbstractFormlyFormDirective, AbstractSyncFormlyFormDirective, AutoTouchFieldWrapperComponent, ChecklistItemFieldDataSetBuilder, DBX_DATE_TIME_FIELD_DATE_NOT_IN_SCHEDULE_ERROR, DBX_DATE_TIME_FIELD_MENU_PRESETS_TOKEN, DBX_DATE_TIME_FIELD_TIME_NOT_IN_RANGE_ERROR, DBX_FORMLY_FORM_COMPONENT_TEMPLATE, DBX_SEARCHABLE_FIELD_COMPONENT_DATA_TOKEN, DEFAULT_DATE_TIME_FIELD_MENU_PRESETS_PRESETS, DEFAULT_FORM_DISABLED_KEY, DEFAULT_HAS_VALUE_FN, DEFAULT_LAT_LNG_TEXT_FIELD_PATTERN_MESSAGE, DEFAULT_LAT_LNG_TEXT_FIELD_PLACEHOLDER, DEFAULT_PREFERRED_COUNTRIES, DISPLAY_FOR_TIMEZONE_STRING_VALUE, DbxActionFormDirective, DbxActionFormSafetyDirective, DbxChecklistItemContentComponent, DbxChecklistItemFieldComponent, DbxDateTimeFieldComponent, DbxDateTimeFieldMenuPresetsService, DbxDateTimeFieldTimeMode, DbxDateTimeValueMode, DbxDefaultChecklistItemFieldDisplayComponent, DbxDefaultSearchableFieldDisplayComponent, DbxFixedDateRangeFieldComponent, DbxFixedDateRangeFieldSelectionStrategy, DbxForm, DbxFormActionModule, DbxFormActionTransitionModule, DbxFormComponentFieldComponent, DbxFormExpandWrapperComponent, DbxFormExtensionModule, DbxFormFlexWrapperComponent, DbxFormFormlyArrayFieldModule, DbxFormFormlyBooleanFieldModule, DbxFormFormlyChecklistItemFieldModule, DbxFormFormlyComponentFieldModule, DbxFormFormlyDateFieldModule, DbxFormFormlyDbxListFieldModule, DbxFormFormlyFieldModule, DbxFormFormlyFormModule, DbxFormFormlyNumberFieldModule, DbxFormFormlyPhoneFieldModule, DbxFormFormlyPickableFieldModule, DbxFormFormlySearchableFieldModule, DbxFormFormlySelectionModule, DbxFormFormlySourceSelectModule, DbxFormFormlyTextEditorFieldModule, DbxFormFormlyTextFieldModule, DbxFormFormlyValueModule, DbxFormFormlyWrapperModule, DbxFormInfoWrapperComponent, DbxFormIoModule, DbxFormLayoutModule, DbxFormLoadingSourceDirective, DbxFormModule, DbxFormRepeatArrayTypeComponent, DbxFormSearchFormComponent, DbxFormSectionWrapperComponent, DbxFormSourceDirective, DbxFormSourceSelectFieldComponent, DbxFormSpacerDirective, DbxFormState, DbxFormStyleWrapperComponent, DbxFormSubsectionWrapperComponent, DbxFormToggleWrapperComponent, DbxFormValueChangeDirective, DbxFormWorkingWrapperComponent, DbxFormlyComponent, DbxFormlyContext, DbxFormlyFieldsContextDirective, DbxFormlyFormComponentImportsModule, DbxFormlyModule, DbxItemListFieldComponent, DbxMutableForm, DbxPhoneFieldComponent, DbxPickableChipListFieldComponent, DbxPickableListFieldComponent, DbxPickableListFieldItemListComponent, DbxPickableListFieldItemListViewComponent, DbxPickableListFieldItemListViewItemComponent, DbxSearchableChipFieldComponent, DbxSearchableFieldAutocompleteItemComponent, DbxSearchableTextFieldComponent, DbxTextEditorFieldComponent, FIELD_VALUES_ARE_EQUAL_VALIDATION_KEY, FIELD_VALUE_IS_AVAILABLE_ERROR_VALIDATION_KEY, FIELD_VALUE_IS_AVAILABLE_VALIDATION_KEY, INVALID_PHONE_NUMBER_EXTENSION_MESSAGE, INVALID_PHONE_NUMBER_MESSAGE, IS_DIVISIBLE_BY_VALIDATION_KEY, LABEL_STRING_MAX_LENGTH, MAX_LENGTH_VALIDATION_MESSAGE, MAX_VALIDATION_MESSAGE, MIN_LENGTH_VALIDATION_MESSAGE, MIN_VALIDATION_MESSAGE, PHONE_LABEL_MAX_LENGTH, REQUIRED_VALIDATION_MESSAGE, SEARCH_STRING_MAX_LENGTH, TAKE_NEXT_UPCOMING_TIME_CONFIG_OBS, addValueSelectionOptionFunction, addWrapperToFormlyFieldConfig, addressField, addressFormlyFields, addressLineField, addressListField, autoTouchWrapper, checkIsFieldFlexLayoutGroupFieldConfig, checkboxField, checklistItemField, chipTextField, cityField, componentField, countryField, dateRangeField, dateTimeField, dateTimePreset, dateTimeRangeField, dbxDateRangeIsSameDateRangeFieldValue, dbxDateTimeInputValueParseFactory, dbxDateTimeIsSameDateTimeFieldValue, dbxDateTimeOutputValueFactory, dbxFormSearchFormFields, dbxFormSourceObservable, dbxFormSourceObservableFromStream, dbxFormlyFormComponentProviders, dbxListField, defaultValidationMessages, disableFormlyFieldAutofillAttributes, dollarAmountField, emailField, expandWrapper, fieldValueIsAvailableValidator, fieldValuesAreEqualValidator, filterPartialPotentialFieldConfigValuesFromObject, filterPickableItemFieldValuesByLabel, filterPickableItemFieldValuesByLabelFilterFunction, fixedDateRangeField, flexLayoutWrapper, formlyField, hiddenField, infoWrapper, isDbxDateTimeFieldTimeDateConfig, isDivisibleBy, isDomain, isE164PhoneNumber, isE164PhoneNumberWithValidExtension, isInRange, isPhoneExtension, isTruthy, latLngTextField, makeMetaFilterSearchableFieldValueDisplayFn, maxLengthValidationMessage, maxValidationMessage, mergePropsValueObjects, minLengthValidationMessage, minValidationMessage, nameField, numberField, numberFieldTransformParser, numberSliderField, partialPotentialFieldConfigKeys, partialPotentialFieldConfigKeysFilter, phoneAndLabelSectionField, phoneField, phoneListField, pickableItemChipField, pickableItemListField, pickableValueFieldValuesConfigForStaticLabeledValues, propsAndConfigForFieldConfig, propsValueForFieldConfig, provideDbxForm, provideDbxFormConfiguration, provideDbxMutableForm, provideFormlyContext, repeatArrayField, searchableChipField, searchableStringChipField, searchableTextField, sectionWrapper, sortPickableItemsByLabel, sortPickableItemsByLabelStringFunction, sourceSelectField, stateField, streamValueFromControl, styleWrapper, subsectionWrapper, syncConfigValueObs, textAreaField, textEditorField, textField, textFieldTransformParser, textIsAvailableField, textPasswordField, textPasswordWithVerifyFieldGroup, textVerifyPasswordField, timeOnlyField, timezoneStringField, timezoneStringSearchFunction, toggleDisableFormControl, toggleField, toggleWrapper, usernamePasswordLoginFields, validatorsForFieldConfig, valueSelectionField, workingWrapper, wrappedPhoneAndLabelField, zipCodeField };
|
|
6515
|
+
export { APP_ACTION_FORM_DISABLED_KEY, AbstractAsyncFormlyFormDirective, AbstractConfigAsyncFormlyFormDirective, AbstractDbxPickableItemFieldDirective, AbstractDbxSearchableFieldDisplayDirective, AbstractDbxSearchableValueFieldDirective, AbstractFormExpandSectionWrapperDirective, AbstractFormlyFormDirective, AbstractSyncFormlyFormDirective, AutoTouchFieldWrapperComponent, ChecklistItemFieldDataSetBuilder, DBX_DATE_TIME_FIELD_DATE_NOT_IN_SCHEDULE_ERROR, DBX_DATE_TIME_FIELD_MENU_PRESETS_TOKEN, DBX_DATE_TIME_FIELD_TIME_NOT_IN_RANGE_ERROR, DBX_FORMLY_FORM_COMPONENT_TEMPLATE, DBX_SEARCHABLE_FIELD_COMPONENT_DATA_TOKEN, DEFAULT_DATE_TIME_FIELD_MENU_PRESETS_PRESETS, DEFAULT_FORM_DISABLED_KEY, DEFAULT_HAS_VALUE_FN, DEFAULT_LAT_LNG_TEXT_FIELD_PATTERN_MESSAGE, DEFAULT_LAT_LNG_TEXT_FIELD_PLACEHOLDER, DEFAULT_PREFERRED_COUNTRIES, DISPLAY_FOR_TIMEZONE_STRING_VALUE, DbxActionFormDirective, DbxActionFormSafetyDirective, DbxChecklistItemContentComponent, DbxChecklistItemFieldComponent, DbxDateTimeFieldComponent, DbxDateTimeFieldMenuPresetsService, DbxDateTimeFieldTimeMode, DbxDateTimeValueMode, DbxDefaultChecklistItemFieldDisplayComponent, DbxDefaultSearchableFieldDisplayComponent, DbxFixedDateRangeFieldComponent, DbxFixedDateRangeFieldSelectionStrategy, DbxForm, DbxFormActionModule, DbxFormActionTransitionModule, DbxFormComponentFieldComponent, DbxFormExpandWrapperComponent, DbxFormExtensionModule, DbxFormFlexWrapperComponent, DbxFormFormlyArrayFieldModule, DbxFormFormlyBooleanFieldModule, DbxFormFormlyChecklistItemFieldModule, DbxFormFormlyComponentFieldModule, DbxFormFormlyDateFieldModule, DbxFormFormlyDbxListFieldModule, DbxFormFormlyFieldModule, DbxFormFormlyFormModule, DbxFormFormlyNumberFieldModule, DbxFormFormlyPhoneFieldModule, DbxFormFormlyPickableFieldModule, DbxFormFormlySearchableFieldModule, DbxFormFormlySelectionModule, DbxFormFormlySourceSelectModule, DbxFormFormlyTextEditorFieldModule, DbxFormFormlyTextFieldModule, DbxFormFormlyValueModule, DbxFormFormlyWrapperModule, DbxFormInfoWrapperComponent, DbxFormIoModule, DbxFormLayoutModule, DbxFormLoadingSourceDirective, DbxFormLoginFieldModule, DbxFormModule, DbxFormRepeatArrayTypeComponent, DbxFormSearchFormComponent, DbxFormSectionWrapperComponent, DbxFormSourceDirective, DbxFormSourceSelectFieldComponent, DbxFormSpacerDirective, DbxFormState, DbxFormStyleWrapperComponent, DbxFormSubsectionWrapperComponent, DbxFormTextAvailableFieldModule, DbxFormTimezoneStringFieldModule, DbxFormToggleWrapperComponent, DbxFormValueChangeDirective, DbxFormWorkingWrapperComponent, DbxFormlyComponent, DbxFormlyContext, DbxFormlyFieldsContextDirective, DbxFormlyFormComponentImportsModule, DbxFormlyModule, DbxItemListFieldComponent, DbxMutableForm, DbxPhoneFieldComponent, DbxPickableChipListFieldComponent, DbxPickableListFieldComponent, DbxPickableListFieldItemListComponent, DbxPickableListFieldItemListViewComponent, DbxPickableListFieldItemListViewItemComponent, DbxSearchableChipFieldComponent, DbxSearchableFieldAutocompleteItemComponent, DbxSearchableTextFieldComponent, DbxTextEditorFieldComponent, FIELD_VALUES_ARE_EQUAL_VALIDATION_KEY, FIELD_VALUE_IS_AVAILABLE_ERROR_VALIDATION_KEY, FIELD_VALUE_IS_AVAILABLE_VALIDATION_KEY, INVALID_PHONE_NUMBER_EXTENSION_MESSAGE, INVALID_PHONE_NUMBER_MESSAGE, IS_DIVISIBLE_BY_VALIDATION_KEY, LABEL_STRING_MAX_LENGTH, MAX_LENGTH_VALIDATION_MESSAGE, MAX_VALIDATION_MESSAGE, MIN_LENGTH_VALIDATION_MESSAGE, MIN_VALIDATION_MESSAGE, PHONE_LABEL_MAX_LENGTH, REQUIRED_VALIDATION_MESSAGE, SEARCH_STRING_MAX_LENGTH, TAKE_NEXT_UPCOMING_TIME_CONFIG_OBS, addValueSelectionOptionFunction, addWrapperToFormlyFieldConfig, addressField, addressFormlyFields, addressLineField, addressListField, autoTouchWrapper, checkIsFieldFlexLayoutGroupFieldConfig, checkboxField, checklistItemField, chipTextField, cityField, componentField, countryField, dateRangeField, dateTimeField, dateTimePreset, dateTimeRangeField, dbxDateRangeIsSameDateRangeFieldValue, dbxDateTimeInputValueParseFactory, dbxDateTimeIsSameDateTimeFieldValue, dbxDateTimeOutputValueFactory, dbxFormSearchFormFields, dbxFormSourceObservable, dbxFormSourceObservableFromStream, dbxFormlyFormComponentProviders, dbxListField, defaultValidationMessages, disableFormlyFieldAutofillAttributes, dollarAmountField, emailField, expandWrapper, fieldValueIsAvailableValidator, fieldValuesAreEqualValidator, filterPartialPotentialFieldConfigValuesFromObject, filterPickableItemFieldValuesByLabel, filterPickableItemFieldValuesByLabelFilterFunction, fixedDateRangeField, flexLayoutWrapper, formlyField, hiddenField, infoWrapper, isDbxDateTimeFieldTimeDateConfig, isDivisibleBy, isDomain, isE164PhoneNumber, isE164PhoneNumberWithValidExtension, isInRange, isPhoneExtension, isTruthy, latLngTextField, makeMetaFilterSearchableFieldValueDisplayFn, maxLengthValidationMessage, maxValidationMessage, mergePropsValueObjects, minLengthValidationMessage, minValidationMessage, nameField, numberField, numberFieldTransformParser, numberSliderField, partialPotentialFieldConfigKeys, partialPotentialFieldConfigKeysFilter, phoneAndLabelSectionField, phoneField, phoneListField, pickableItemChipField, pickableItemListField, pickableValueFieldValuesConfigForStaticLabeledValues, propsAndConfigForFieldConfig, propsValueForFieldConfig, provideDbxForm, provideDbxFormConfiguration, provideDbxMutableForm, provideFormlyContext, repeatArrayField, searchableChipField, searchableStringChipField, searchableTextField, sectionWrapper, sortPickableItemsByLabel, sortPickableItemsByLabelStringFunction, sourceSelectField, stateField, streamValueFromControl, styleWrapper, subsectionWrapper, syncConfigValueObs, textAreaField, textEditorField, textField, textFieldTransformParser, textIsAvailableField, textPasswordField, textPasswordWithVerifyFieldGroup, textVerifyPasswordField, timeOnlyField, timezoneStringField, timezoneStringSearchFunction, toggleDisableFormControl, toggleField, toggleWrapper, usernamePasswordLoginFields, validatorsForFieldConfig, valueSelectionField, workingWrapper, wrappedPhoneAndLabelField, zipCodeField };
|
|
6429
6516
|
//# sourceMappingURL=dereekb-dbx-form.mjs.map
|