@dereekb/dbx-form 12.6.21 → 13.0.0
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/LICENSE +1 -1
- package/fesm2022/dereekb-dbx-form-calendar.mjs +86 -86
- package/fesm2022/dereekb-dbx-form-calendar.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-form-mapbox.mjs +28 -28
- package/fesm2022/dereekb-dbx-form-mapbox.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-form.mjs +429 -600
- package/fesm2022/dereekb-dbx-form.mjs.map +1 -1
- package/lib/formly/field/value/phone/_phone.scss +1 -0
- package/lib/style/_theming.scss +196 -1
- package/package.json +26 -32
- package/types/dereekb-dbx-form-calendar.d.ts +679 -0
- package/types/dereekb-dbx-form-mapbox.d.ts +216 -0
- package/types/dereekb-dbx-form.d.ts +3050 -0
- package/calendar/index.d.ts +0 -1
- package/calendar/lib/calendar.module.d.ts +0 -19
- package/calendar/lib/calendar.schedule.selection.cell.component.d.ts +0 -16
- package/calendar/lib/calendar.schedule.selection.component.d.ts +0 -74
- package/calendar/lib/calendar.schedule.selection.d.ts +0 -29
- package/calendar/lib/calendar.schedule.selection.days.component.d.ts +0 -15
- package/calendar/lib/calendar.schedule.selection.days.form.component.d.ts +0 -10
- package/calendar/lib/calendar.schedule.selection.dialog.button.component.d.ts +0 -15
- package/calendar/lib/calendar.schedule.selection.dialog.component.d.ts +0 -24
- package/calendar/lib/calendar.schedule.selection.form.d.ts +0 -4
- package/calendar/lib/calendar.schedule.selection.popover.button.component.d.ts +0 -17
- package/calendar/lib/calendar.schedule.selection.popover.component.d.ts +0 -14
- package/calendar/lib/calendar.schedule.selection.popover.content.component.d.ts +0 -5
- package/calendar/lib/calendar.schedule.selection.range.component.d.ts +0 -52
- package/calendar/lib/calendar.schedule.selection.store.d.ts +0 -282
- package/calendar/lib/calendar.schedule.selection.store.provide.d.ts +0 -23
- package/calendar/lib/calendar.schedule.selection.toggle.button.component.d.ts +0 -18
- package/calendar/lib/field/index.d.ts +0 -1
- package/calendar/lib/field/schedule/calendar.schedule.field.component.d.ts +0 -102
- package/calendar/lib/field/schedule/calendar.schedule.field.d.ts +0 -6
- package/calendar/lib/field/schedule/calendar.schedule.module.d.ts +0 -8
- package/calendar/lib/field/schedule/index.d.ts +0 -3
- package/calendar/lib/index.d.ts +0 -17
- package/esm2022/calendar/dereekb-dbx-form-calendar.mjs +0 -5
- package/esm2022/calendar/index.mjs +0 -2
- package/esm2022/calendar/lib/calendar.module.mjs +0 -84
- package/esm2022/calendar/lib/calendar.schedule.selection.cell.component.mjs +0 -42
- package/esm2022/calendar/lib/calendar.schedule.selection.component.mjs +0 -156
- package/esm2022/calendar/lib/calendar.schedule.selection.days.component.mjs +0 -47
- package/esm2022/calendar/lib/calendar.schedule.selection.days.form.component.mjs +0 -22
- package/esm2022/calendar/lib/calendar.schedule.selection.dialog.button.component.mjs +0 -32
- package/esm2022/calendar/lib/calendar.schedule.selection.dialog.component.mjs +0 -59
- package/esm2022/calendar/lib/calendar.schedule.selection.form.mjs +0 -15
- package/esm2022/calendar/lib/calendar.schedule.selection.mjs +0 -31
- package/esm2022/calendar/lib/calendar.schedule.selection.popover.button.component.mjs +0 -50
- package/esm2022/calendar/lib/calendar.schedule.selection.popover.component.mjs +0 -41
- package/esm2022/calendar/lib/calendar.schedule.selection.popover.content.component.mjs +0 -34
- package/esm2022/calendar/lib/calendar.schedule.selection.range.component.mjs +0 -165
- package/esm2022/calendar/lib/calendar.schedule.selection.store.mjs +0 -785
- package/esm2022/calendar/lib/calendar.schedule.selection.store.provide.mjs +0 -48
- package/esm2022/calendar/lib/calendar.schedule.selection.toggle.button.component.mjs +0 -67
- package/esm2022/calendar/lib/field/index.mjs +0 -3
- package/esm2022/calendar/lib/field/schedule/calendar.schedule.field.component.mjs +0 -154
- package/esm2022/calendar/lib/field/schedule/calendar.schedule.field.mjs +0 -28
- package/esm2022/calendar/lib/field/schedule/calendar.schedule.module.mjs +0 -26
- package/esm2022/calendar/lib/field/schedule/index.mjs +0 -4
- package/esm2022/calendar/lib/index.mjs +0 -18
- package/esm2022/dereekb-dbx-form.mjs +0 -5
- package/esm2022/index.mjs +0 -2
- package/esm2022/lib/form/action/form.action.dialog.component.mjs +0 -79
- package/esm2022/lib/form/action/form.action.directive.mjs +0 -167
- package/esm2022/lib/form/action/form.action.module.mjs +0 -19
- package/esm2022/lib/form/action/index.mjs +0 -5
- package/esm2022/lib/form/action/transition/form.action.transition.module.mjs +0 -19
- package/esm2022/lib/form/action/transition/form.action.transition.safety.directive.mjs +0 -28
- package/esm2022/lib/form/action/transition/index.mjs +0 -3
- package/esm2022/lib/form/form.angular.util.mjs +0 -13
- package/esm2022/lib/form/form.mjs +0 -42
- package/esm2022/lib/form/form.module.mjs +0 -17
- package/esm2022/lib/form/index.mjs +0 -6
- package/esm2022/lib/form/io/form.change.directive.mjs +0 -36
- package/esm2022/lib/form/io/form.input.directive.mjs +0 -95
- package/esm2022/lib/form/io/form.io.module.mjs +0 -26
- package/esm2022/lib/form/io/form.loading.directive.mjs +0 -36
- package/esm2022/lib/form/io/index.mjs +0 -5
- package/esm2022/lib/form.module.mjs +0 -18
- package/esm2022/lib/form.providers.mjs +0 -32
- package/esm2022/lib/formly/config/index.mjs +0 -2
- package/esm2022/lib/formly/config/validation.mjs +0 -23
- package/esm2022/lib/formly/field/checklist/checklist.field.mjs +0 -102
- package/esm2022/lib/formly/field/checklist/checklist.item.field.component.mjs +0 -86
- package/esm2022/lib/formly/field/checklist/checklist.item.field.content.default.component.mjs +0 -50
- package/esm2022/lib/formly/field/checklist/checklist.item.field.mjs +0 -14
- package/esm2022/lib/formly/field/checklist/checklist.item.field.module.mjs +0 -30
- package/esm2022/lib/formly/field/checklist/checklist.item.mjs +0 -2
- package/esm2022/lib/formly/field/checklist/index.mjs +0 -7
- package/esm2022/lib/formly/field/component/component.field.component.mjs +0 -25
- package/esm2022/lib/formly/field/component/component.field.mjs +0 -7
- package/esm2022/lib/formly/field/component/component.field.module.mjs +0 -26
- package/esm2022/lib/formly/field/component/index.mjs +0 -4
- package/esm2022/lib/formly/field/field.mjs +0 -97
- package/esm2022/lib/formly/field/form.field.module.mjs +0 -22
- package/esm2022/lib/formly/field/index.mjs +0 -9
- package/esm2022/lib/formly/field/selection/index.mjs +0 -8
- package/esm2022/lib/formly/field/selection/list/index.mjs +0 -4
- package/esm2022/lib/formly/field/selection/list/list.field.component.mjs +0 -90
- package/esm2022/lib/formly/field/selection/list/list.field.mjs +0 -15
- package/esm2022/lib/formly/field/selection/list/list.field.module.mjs +0 -26
- package/esm2022/lib/formly/field/selection/pickable/index.mjs +0 -8
- package/esm2022/lib/formly/field/selection/pickable/pickable.chip.field.component.mjs +0 -37
- package/esm2022/lib/formly/field/selection/pickable/pickable.field.directive.mjs +0 -272
- package/esm2022/lib/formly/field/selection/pickable/pickable.field.mjs +0 -26
- package/esm2022/lib/formly/field/selection/pickable/pickable.field.module.mjs +0 -33
- package/esm2022/lib/formly/field/selection/pickable/pickable.list.field.component.mjs +0 -130
- package/esm2022/lib/formly/field/selection/pickable/pickable.mjs +0 -2
- package/esm2022/lib/formly/field/selection/pickable/pickable.util.mjs +0 -35
- package/esm2022/lib/formly/field/selection/searchable/index.mjs +0 -9
- package/esm2022/lib/formly/field/selection/searchable/searchable.chip.field.component.mjs +0 -70
- package/esm2022/lib/formly/field/selection/searchable/searchable.field.autocomplete.item.component.mjs +0 -90
- package/esm2022/lib/formly/field/selection/searchable/searchable.field.directive.mjs +0 -288
- package/esm2022/lib/formly/field/selection/searchable/searchable.field.mjs +0 -69
- package/esm2022/lib/formly/field/selection/searchable/searchable.field.module.mjs +0 -34
- package/esm2022/lib/formly/field/selection/searchable/searchable.mjs +0 -2
- package/esm2022/lib/formly/field/selection/searchable/searchable.text.field.component.mjs +0 -72
- package/esm2022/lib/formly/field/selection/searchable/text.chip.field.mjs +0 -15
- package/esm2022/lib/formly/field/selection/selection.field.mjs +0 -39
- package/esm2022/lib/formly/field/selection/selection.mjs +0 -2
- package/esm2022/lib/formly/field/selection/selection.module.mjs +0 -28
- package/esm2022/lib/formly/field/selection/sourceselect/index.mjs +0 -5
- package/esm2022/lib/formly/field/selection/sourceselect/sourceselect.field.component.mjs +0 -325
- package/esm2022/lib/formly/field/selection/sourceselect/sourceselect.field.mjs +0 -14
- package/esm2022/lib/formly/field/selection/sourceselect/sourceselect.field.module.mjs +0 -26
- package/esm2022/lib/formly/field/selection/sourceselect/sourceselect.mjs +0 -2
- package/esm2022/lib/formly/field/texteditor/index.mjs +0 -4
- package/esm2022/lib/formly/field/texteditor/texteditor.field.component.mjs +0 -97
- package/esm2022/lib/formly/field/texteditor/texteditor.field.mjs +0 -21
- package/esm2022/lib/formly/field/texteditor/texteditor.field.module.mjs +0 -26
- package/esm2022/lib/formly/field/value/array/array.field.component.mjs +0 -231
- package/esm2022/lib/formly/field/value/array/array.field.mjs +0 -28
- package/esm2022/lib/formly/field/value/array/array.field.module.mjs +0 -26
- package/esm2022/lib/formly/field/value/array/index.mjs +0 -4
- package/esm2022/lib/formly/field/value/boolean/boolean.field.mjs +0 -51
- package/esm2022/lib/formly/field/value/boolean/boolean.field.module.mjs +0 -19
- package/esm2022/lib/formly/field/value/boolean/index.mjs +0 -3
- package/esm2022/lib/formly/field/value/date/date.field.module.mjs +0 -36
- package/esm2022/lib/formly/field/value/date/date.value.mjs +0 -133
- package/esm2022/lib/formly/field/value/date/datetime.field.component.mjs +0 -737
- package/esm2022/lib/formly/field/value/date/datetime.field.mjs +0 -151
- package/esm2022/lib/formly/field/value/date/datetime.field.service.mjs +0 -23
- package/esm2022/lib/formly/field/value/date/datetime.mjs +0 -26
- package/esm2022/lib/formly/field/value/date/datetime.preset.mjs +0 -31
- package/esm2022/lib/formly/field/value/date/fixeddaterange.field.component.mjs +0 -521
- package/esm2022/lib/formly/field/value/date/index.mjs +0 -10
- package/esm2022/lib/formly/field/value/hidden.field.mjs +0 -8
- package/esm2022/lib/formly/field/value/index.mjs +0 -9
- package/esm2022/lib/formly/field/value/number/index.mjs +0 -3
- package/esm2022/lib/formly/field/value/number/number.field.mjs +0 -75
- package/esm2022/lib/formly/field/value/number/number.field.module.mjs +0 -18
- package/esm2022/lib/formly/field/value/phone/index.mjs +0 -4
- package/esm2022/lib/formly/field/value/phone/phone.field.component.mjs +0 -104
- package/esm2022/lib/formly/field/value/phone/phone.field.mjs +0 -66
- package/esm2022/lib/formly/field/value/phone/phone.field.module.mjs +0 -26
- package/esm2022/lib/formly/field/value/text/index.mjs +0 -5
- package/esm2022/lib/formly/field/value/text/text.additional.field.mjs +0 -114
- package/esm2022/lib/formly/field/value/text/text.address.field.mjs +0 -73
- package/esm2022/lib/formly/field/value/text/text.field.mjs +0 -47
- package/esm2022/lib/formly/field/value/text/text.field.module.mjs +0 -20
- package/esm2022/lib/formly/field/value/value.module.mjs +0 -31
- package/esm2022/lib/formly/field/wrapper/autotouch.wrapper.component.mjs +0 -32
- package/esm2022/lib/formly/field/wrapper/expand.wrapper.component.mjs +0 -34
- package/esm2022/lib/formly/field/wrapper/expand.wrapper.delegate.mjs +0 -58
- package/esm2022/lib/formly/field/wrapper/flex.wrapper.component.mjs +0 -38
- package/esm2022/lib/formly/field/wrapper/index.mjs +0 -13
- package/esm2022/lib/formly/field/wrapper/info.wrapper.component.mjs +0 -48
- package/esm2022/lib/formly/field/wrapper/section.wrapper.component.mjs +0 -31
- package/esm2022/lib/formly/field/wrapper/style.wrapper.component.mjs +0 -53
- package/esm2022/lib/formly/field/wrapper/subsection.wrapper.component.mjs +0 -30
- package/esm2022/lib/formly/field/wrapper/toggle.wrapper.component.mjs +0 -55
- package/esm2022/lib/formly/field/wrapper/working.wrapper.component.mjs +0 -45
- package/esm2022/lib/formly/field/wrapper/wrapper.key.mjs +0 -10
- package/esm2022/lib/formly/field/wrapper/wrapper.mjs +0 -77
- package/esm2022/lib/formly/field/wrapper/wrapper.module.mjs +0 -101
- package/esm2022/lib/formly/form/form.form.mjs +0 -17
- package/esm2022/lib/formly/form/form.form.module.mjs +0 -20
- package/esm2022/lib/formly/form/index.mjs +0 -4
- package/esm2022/lib/formly/form/search.form.component.mjs +0 -35
- package/esm2022/lib/formly/formly.component.template.mjs +0 -29
- package/esm2022/lib/formly/formly.context.directive.mjs +0 -23
- package/esm2022/lib/formly/formly.context.mjs +0 -102
- package/esm2022/lib/formly/formly.directive.mjs +0 -84
- package/esm2022/lib/formly/formly.form.component.mjs +0 -194
- package/esm2022/lib/formly/formly.module.mjs +0 -40
- package/esm2022/lib/formly/formly.providers.mjs +0 -8
- package/esm2022/lib/formly/index.mjs +0 -12
- package/esm2022/lib/formly/template/available.mjs +0 -18
- package/esm2022/lib/formly/template/available.module.mjs +0 -18
- package/esm2022/lib/formly/template/index.mjs +0 -8
- package/esm2022/lib/formly/template/login.mjs +0 -92
- package/esm2022/lib/formly/template/login.module.mjs +0 -17
- package/esm2022/lib/formly/template/timezone.mjs +0 -46
- package/esm2022/lib/formly/template/timezone.module.mjs +0 -17
- package/esm2022/lib/formly/template/website.mjs +0 -25
- package/esm2022/lib/index.mjs +0 -7
- package/esm2022/lib/layout/form.layout.module.mjs +0 -20
- package/esm2022/lib/layout/form.spacer.directive.mjs +0 -20
- package/esm2022/lib/layout/index.mjs +0 -3
- package/esm2022/lib/validator/available.mjs +0 -31
- package/esm2022/lib/validator/boolean.mjs +0 -12
- package/esm2022/lib/validator/email.mjs +0 -6
- package/esm2022/lib/validator/field.mjs +0 -31
- package/esm2022/lib/validator/index.mjs +0 -8
- package/esm2022/lib/validator/number.mjs +0 -53
- package/esm2022/lib/validator/phone.mjs +0 -61
- package/esm2022/lib/validator/website.mjs +0 -68
- package/esm2022/mapbox/dereekb-dbx-form-mapbox.mjs +0 -5
- package/esm2022/mapbox/index.mjs +0 -3
- package/esm2022/mapbox/lib/field/index.mjs +0 -3
- package/esm2022/mapbox/lib/field/latlng/index.mjs +0 -5
- package/esm2022/mapbox/lib/field/latlng/latlng.field.component.mjs +0 -262
- package/esm2022/mapbox/lib/field/latlng/latlng.field.marker.component.mjs +0 -34
- package/esm2022/mapbox/lib/field/latlng/latlng.field.mjs +0 -35
- package/esm2022/mapbox/lib/field/latlng/latlng.module.mjs +0 -26
- package/esm2022/mapbox/lib/field/zoom/index.mjs +0 -4
- package/esm2022/mapbox/lib/field/zoom/zoom.field.component.mjs +0 -146
- package/esm2022/mapbox/lib/field/zoom/zoom.field.mjs +0 -23
- package/esm2022/mapbox/lib/field/zoom/zoom.module.mjs +0 -26
- package/esm2022/mapbox/lib/mapbox.module.mjs +0 -16
- package/index.d.ts +0 -1
- package/lib/form/action/form.action.dialog.component.d.ts +0 -63
- package/lib/form/action/form.action.directive.d.ts +0 -66
- package/lib/form/action/form.action.module.d.ts +0 -10
- package/lib/form/action/index.d.ts +0 -4
- package/lib/form/action/transition/form.action.transition.module.d.ts +0 -10
- package/lib/form/action/transition/form.action.transition.safety.directive.d.ts +0 -17
- package/lib/form/action/transition/index.d.ts +0 -2
- package/lib/form/form.angular.util.d.ts +0 -15
- package/lib/form/form.d.ts +0 -92
- package/lib/form/form.module.d.ts +0 -9
- package/lib/form/index.d.ts +0 -5
- package/lib/form/io/form.change.directive.d.ts +0 -17
- package/lib/form/io/form.input.directive.d.ts +0 -28
- package/lib/form/io/form.io.module.d.ts +0 -16
- package/lib/form/io/form.loading.directive.d.ts +0 -23
- package/lib/form/io/index.d.ts +0 -4
- package/lib/form.module.d.ts +0 -10
- package/lib/form.providers.d.ts +0 -8
- package/lib/formly/config/index.d.ts +0 -1
- package/lib/formly/config/validation.d.ts +0 -23
- package/lib/formly/field/checklist/checklist.field.d.ts +0 -44
- package/lib/formly/field/checklist/checklist.item.d.ts +0 -36
- package/lib/formly/field/checklist/checklist.item.field.component.d.ts +0 -43
- package/lib/formly/field/checklist/checklist.item.field.content.default.component.d.ts +0 -10
- package/lib/formly/field/checklist/checklist.item.field.d.ts +0 -7
- package/lib/formly/field/checklist/checklist.item.field.module.d.ts +0 -10
- package/lib/formly/field/checklist/index.d.ts +0 -6
- package/lib/formly/field/component/component.field.component.d.ts +0 -12
- package/lib/formly/field/component/component.field.d.ts +0 -3
- package/lib/formly/field/component/component.field.module.d.ts +0 -8
- package/lib/formly/field/component/index.d.ts +0 -3
- package/lib/formly/field/field.d.ts +0 -99
- package/lib/formly/field/form.field.module.d.ts +0 -12
- package/lib/formly/field/index.d.ts +0 -8
- package/lib/formly/field/selection/index.d.ts +0 -7
- package/lib/formly/field/selection/list/index.d.ts +0 -3
- package/lib/formly/field/selection/list/list.field.component.d.ts +0 -55
- package/lib/formly/field/selection/list/list.field.d.ts +0 -8
- package/lib/formly/field/selection/list/list.field.module.d.ts +0 -8
- package/lib/formly/field/selection/pickable/index.d.ts +0 -7
- package/lib/formly/field/selection/pickable/pickable.chip.field.component.d.ts +0 -10
- package/lib/formly/field/selection/pickable/pickable.d.ts +0 -26
- package/lib/formly/field/selection/pickable/pickable.field.d.ts +0 -8
- package/lib/formly/field/selection/pickable/pickable.field.directive.d.ts +0 -169
- package/lib/formly/field/selection/pickable/pickable.field.module.d.ts +0 -9
- package/lib/formly/field/selection/pickable/pickable.list.field.component.d.ts +0 -39
- package/lib/formly/field/selection/pickable/pickable.util.d.ts +0 -14
- package/lib/formly/field/selection/searchable/index.d.ts +0 -8
- package/lib/formly/field/selection/searchable/searchable.chip.field.component.d.ts +0 -28
- package/lib/formly/field/selection/searchable/searchable.d.ts +0 -39
- package/lib/formly/field/selection/searchable/searchable.field.autocomplete.item.component.d.ts +0 -22
- package/lib/formly/field/selection/searchable/searchable.field.d.ts +0 -25
- package/lib/formly/field/selection/searchable/searchable.field.directive.d.ts +0 -163
- package/lib/formly/field/selection/searchable/searchable.field.module.d.ts +0 -10
- package/lib/formly/field/selection/searchable/searchable.text.field.component.d.ts +0 -24
- package/lib/formly/field/selection/searchable/text.chip.field.d.ts +0 -8
- package/lib/formly/field/selection/selection.d.ts +0 -26
- package/lib/formly/field/selection/selection.field.d.ts +0 -38
- package/lib/formly/field/selection/selection.module.d.ts +0 -18
- package/lib/formly/field/selection/sourceselect/index.d.ts +0 -4
- package/lib/formly/field/selection/sourceselect/sourceselect.d.ts +0 -116
- package/lib/formly/field/selection/sourceselect/sourceselect.field.component.d.ts +0 -95
- package/lib/formly/field/selection/sourceselect/sourceselect.field.d.ts +0 -7
- package/lib/formly/field/selection/sourceselect/sourceselect.field.module.d.ts +0 -8
- package/lib/formly/field/texteditor/index.d.ts +0 -3
- package/lib/formly/field/texteditor/texteditor.field.component.d.ts +0 -24
- package/lib/formly/field/texteditor/texteditor.field.d.ts +0 -6
- package/lib/formly/field/texteditor/texteditor.field.module.d.ts +0 -8
- package/lib/formly/field/value/array/array.field.component.d.ts +0 -89
- package/lib/formly/field/value/array/array.field.d.ts +0 -40
- package/lib/formly/field/value/array/array.field.module.d.ts +0 -8
- package/lib/formly/field/value/array/index.d.ts +0 -3
- package/lib/formly/field/value/boolean/boolean.field.d.ts +0 -8
- package/lib/formly/field/value/boolean/boolean.field.module.d.ts +0 -9
- package/lib/formly/field/value/boolean/index.d.ts +0 -2
- package/lib/formly/field/value/date/date.field.module.d.ts +0 -10
- package/lib/formly/field/value/date/date.value.d.ts +0 -32
- package/lib/formly/field/value/date/datetime.d.ts +0 -56
- package/lib/formly/field/value/date/datetime.field.component.d.ts +0 -307
- package/lib/formly/field/value/date/datetime.field.d.ts +0 -31
- package/lib/formly/field/value/date/datetime.field.service.d.ts +0 -12
- package/lib/formly/field/value/date/datetime.preset.d.ts +0 -2
- package/lib/formly/field/value/date/fixeddaterange.field.component.d.ts +0 -163
- package/lib/formly/field/value/date/index.d.ts +0 -9
- package/lib/formly/field/value/hidden.field.d.ts +0 -4
- package/lib/formly/field/value/index.d.ts +0 -8
- package/lib/formly/field/value/number/index.d.ts +0 -2
- package/lib/formly/field/value/number/number.field.d.ts +0 -46
- package/lib/formly/field/value/number/number.field.module.d.ts +0 -8
- package/lib/formly/field/value/phone/index.d.ts +0 -3
- package/lib/formly/field/value/phone/phone.field.component.d.ts +0 -35
- package/lib/formly/field/value/phone/phone.field.d.ts +0 -28
- package/lib/formly/field/value/phone/phone.field.module.d.ts +0 -8
- package/lib/formly/field/value/text/index.d.ts +0 -4
- package/lib/formly/field/value/text/text.additional.field.d.ts +0 -24
- package/lib/formly/field/value/text/text.address.field.d.ts +0 -43
- package/lib/formly/field/value/text/text.field.d.ts +0 -21
- package/lib/formly/field/value/text/text.field.module.d.ts +0 -10
- package/lib/formly/field/value/value.module.d.ts +0 -21
- package/lib/formly/field/wrapper/autotouch.wrapper.component.d.ts +0 -11
- package/lib/formly/field/wrapper/expand.wrapper.component.d.ts +0 -14
- package/lib/formly/field/wrapper/expand.wrapper.delegate.d.ts +0 -31
- package/lib/formly/field/wrapper/flex.wrapper.component.d.ts +0 -25
- package/lib/formly/field/wrapper/index.d.ts +0 -12
- package/lib/formly/field/wrapper/info.wrapper.component.d.ts +0 -11
- package/lib/formly/field/wrapper/section.wrapper.component.d.ts +0 -10
- package/lib/formly/field/wrapper/style.wrapper.component.d.ts +0 -27
- package/lib/formly/field/wrapper/subsection.wrapper.component.d.ts +0 -10
- package/lib/formly/field/wrapper/toggle.wrapper.component.d.ts +0 -17
- package/lib/formly/field/wrapper/working.wrapper.component.d.ts +0 -21
- package/lib/formly/field/wrapper/wrapper.d.ts +0 -35
- package/lib/formly/field/wrapper/wrapper.key.d.ts +0 -9
- package/lib/formly/field/wrapper/wrapper.module.d.ts +0 -17
- package/lib/formly/form/form.form.d.ts +0 -11
- package/lib/formly/form/form.form.module.d.ts +0 -10
- package/lib/formly/form/index.d.ts +0 -3
- package/lib/formly/form/search.form.component.d.ts +0 -13
- package/lib/formly/formly.component.template.d.ts +0 -19
- package/lib/formly/formly.context.d.ts +0 -57
- package/lib/formly/formly.context.directive.d.ts +0 -18
- package/lib/formly/formly.directive.d.ts +0 -56
- package/lib/formly/formly.form.component.d.ts +0 -52
- package/lib/formly/formly.module.d.ts +0 -15
- package/lib/formly/formly.providers.d.ts +0 -1
- package/lib/formly/index.d.ts +0 -11
- package/lib/formly/template/available.d.ts +0 -7
- package/lib/formly/template/available.module.d.ts +0 -8
- package/lib/formly/template/index.d.ts +0 -7
- package/lib/formly/template/login.d.ts +0 -66
- package/lib/formly/template/login.module.d.ts +0 -7
- package/lib/formly/template/timezone.d.ts +0 -20
- package/lib/formly/template/timezone.module.d.ts +0 -7
- package/lib/formly/template/website.d.ts +0 -15
- package/lib/index.d.ts +0 -6
- package/lib/layout/form.layout.module.d.ts +0 -10
- package/lib/layout/form.spacer.directive.d.ts +0 -8
- package/lib/layout/index.d.ts +0 -2
- package/lib/validator/available.d.ts +0 -30
- package/lib/validator/boolean.d.ts +0 -2
- package/lib/validator/email.d.ts +0 -2
- package/lib/validator/field.d.ts +0 -32
- package/lib/validator/index.d.ts +0 -7
- package/lib/validator/number.d.ts +0 -23
- package/lib/validator/phone.d.ts +0 -16
- package/lib/validator/website.d.ts +0 -31
- package/mapbox/index.d.ts +0 -2
- package/mapbox/lib/field/index.d.ts +0 -2
- package/mapbox/lib/field/latlng/index.d.ts +0 -4
- package/mapbox/lib/field/latlng/latlng.field.component.d.ts +0 -116
- package/mapbox/lib/field/latlng/latlng.field.d.ts +0 -6
- package/mapbox/lib/field/latlng/latlng.field.marker.component.d.ts +0 -12
- package/mapbox/lib/field/latlng/latlng.module.d.ts +0 -8
- package/mapbox/lib/field/zoom/index.d.ts +0 -3
- package/mapbox/lib/field/zoom/zoom.field.component.d.ts +0 -68
- package/mapbox/lib/field/zoom/zoom.field.d.ts +0 -6
- package/mapbox/lib/field/zoom/zoom.module.d.ts +0 -8
- package/mapbox/lib/mapbox.module.d.ts +0 -8
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./form.input.directive";
|
|
3
|
-
import * as i2 from "./form.change.directive";
|
|
4
|
-
import * as i3 from "./form.loading.directive";
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated import the directives directly instead.
|
|
7
|
-
*
|
|
8
|
-
* @see DbxFormSourceDirective
|
|
9
|
-
* @see DbxFormValueChangeDirective
|
|
10
|
-
* @see DbxFormLoadingSourceDirective
|
|
11
|
-
*/
|
|
12
|
-
export declare class DbxFormIoModule {
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFormIoModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxFormIoModule, never, [typeof i1.DbxFormSourceDirective, typeof i2.DbxFormValueChangeDirective, typeof i3.DbxFormLoadingSourceDirective], [typeof i1.DbxFormSourceDirective, typeof i2.DbxFormValueChangeDirective, typeof i3.DbxFormLoadingSourceDirective]>;
|
|
15
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DbxFormIoModule>;
|
|
16
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { OnDestroy } from '@angular/core';
|
|
3
|
-
import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
|
|
4
|
-
import { DbxMutableForm } from '../../form/form';
|
|
5
|
-
import { LoadingState, MaybeObservableOrValue } from '@dereekb/rxjs';
|
|
6
|
-
import { DbxFormSourceDirectiveMode } from './form.input.directive';
|
|
7
|
-
import { Maybe } from '@dereekb/util';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* Used with a FormComponent to set the value from a LoadingState when the value is available.
|
|
11
|
-
*
|
|
12
|
-
* Only passes non-null values from the source.
|
|
13
|
-
*/
|
|
14
|
-
export declare class DbxFormLoadingSourceDirective<T extends object = object> extends AbstractSubscriptionDirective implements OnDestroy {
|
|
15
|
-
readonly form: DbxMutableForm<any>;
|
|
16
|
-
readonly dbxFormLoadingSourceMode: import("@angular/core").InputSignalWithTransform<DbxFormSourceDirectiveMode, Maybe<DbxFormSourceDirectiveMode>>;
|
|
17
|
-
readonly dbxFormLoadingSource: import("@angular/core").InputSignal<MaybeObservableOrValue<LoadingState<T>>>;
|
|
18
|
-
readonly mode$: Observable<DbxFormSourceDirectiveMode>;
|
|
19
|
-
readonly source$: Observable<Maybe<T>>;
|
|
20
|
-
constructor();
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFormLoadingSourceDirective<any>, never>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFormLoadingSourceDirective<any>, "[dbxFormLoadingSource]", never, { "dbxFormLoadingSourceMode": { "alias": "dbxFormLoadingSourceMode"; "required": false; "isSignal": true; }; "dbxFormLoadingSource": { "alias": "dbxFormLoadingSource"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
23
|
-
}
|
package/lib/form/io/index.d.ts
DELETED
package/lib/form.module.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./form/form.module";
|
|
3
|
-
import * as i2 from "./formly/formly.module";
|
|
4
|
-
import * as i3 from "./formly/field/form.field.module";
|
|
5
|
-
import * as i4 from "./formly/form/form.form.module";
|
|
6
|
-
export declare class DbxFormExtensionModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFormExtensionModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxFormExtensionModule, never, never, [typeof i1.DbxFormModule, typeof i2.DbxFormlyModule, typeof i3.DbxFormFormlyFieldModule, typeof i4.DbxFormFormlyFormModule]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DbxFormExtensionModule>;
|
|
10
|
-
}
|
package/lib/form.providers.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { type EnvironmentProviders } from '@angular/core';
|
|
2
|
-
import { type DateTimePresetConfiguration } from './formly';
|
|
3
|
-
import { type Maybe } from '@dereekb/util';
|
|
4
|
-
export interface ProvideDbxFormConfigurationConfig {
|
|
5
|
-
readonly provideDateAdapter?: boolean;
|
|
6
|
-
readonly defaultDateTimePresets?: Maybe<DateTimePresetConfiguration[]>;
|
|
7
|
-
}
|
|
8
|
-
export declare function provideDbxFormConfiguration(config?: ProvideDbxFormConfigurationConfig): EnvironmentProviders;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './validation';
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { type FieldTypeConfig } from '@ngx-formly/core';
|
|
2
|
-
import { type ValidationMessageOption } from '@ngx-formly/core/lib/models';
|
|
3
|
-
export declare function minLengthValidationMessage(err: unknown, field: FieldTypeConfig): string;
|
|
4
|
-
export declare function maxLengthValidationMessage(err: unknown, field: FieldTypeConfig): string;
|
|
5
|
-
export declare function minValidationMessage(err: unknown, field: FieldTypeConfig): string;
|
|
6
|
-
export declare function maxValidationMessage(err: unknown, field: FieldTypeConfig): string;
|
|
7
|
-
export declare const REQUIRED_VALIDATION_MESSAGE: {
|
|
8
|
-
name: string;
|
|
9
|
-
message: string;
|
|
10
|
-
};
|
|
11
|
-
export declare const MIN_LENGTH_VALIDATION_MESSAGE: ValidationMessageOption;
|
|
12
|
-
export declare const MAX_LENGTH_VALIDATION_MESSAGE: ValidationMessageOption;
|
|
13
|
-
export declare const MIN_VALIDATION_MESSAGE: ValidationMessageOption;
|
|
14
|
-
export declare const MAX_VALIDATION_MESSAGE: ValidationMessageOption;
|
|
15
|
-
export declare const INVALID_PHONE_NUMBER_MESSAGE: {
|
|
16
|
-
name: string;
|
|
17
|
-
message: string;
|
|
18
|
-
};
|
|
19
|
-
export declare const INVALID_PHONE_NUMBER_EXTENSION_MESSAGE: {
|
|
20
|
-
name: string;
|
|
21
|
-
message: string;
|
|
22
|
-
};
|
|
23
|
-
export declare function defaultValidationMessages(): ValidationMessageOption[];
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { type Observable } from 'rxjs';
|
|
2
|
-
import { type FormlyFieldConfig } from '@ngx-formly/core';
|
|
3
|
-
import { type ChecklistItemDisplayContent } from './checklist.item';
|
|
4
|
-
import { type KeyValueTransformMap, type Maybe } from '@dereekb/util';
|
|
5
|
-
import { type ChecklistItemFieldBuilderInput } from './checklist.item.field';
|
|
6
|
-
export type ChecklistItemFieldDataSetFieldKey<D> = keyof D & string;
|
|
7
|
-
export type ChecklistItemFieldDataSetFieldValueForKey<D, K extends keyof D = keyof D> = D[K];
|
|
8
|
-
export type ChecklistType<D> = KeyValueTransformMap<D, boolean>;
|
|
9
|
-
export type ChecklistItemFieldDataSetBuilderInput<D, T> = {
|
|
10
|
-
key: ChecklistItemFieldDataSetFieldKey<D>;
|
|
11
|
-
} & ChecklistItemFieldBuilderInput<T>;
|
|
12
|
-
export interface ChecklistItemFieldDataSetItem<D, T extends ChecklistType<D>> {
|
|
13
|
-
/**
|
|
14
|
-
* Key for the field.
|
|
15
|
-
*/
|
|
16
|
-
readonly key: ChecklistItemFieldDataSetFieldKey<T>;
|
|
17
|
-
/**
|
|
18
|
-
* Base field configuration to use.
|
|
19
|
-
*/
|
|
20
|
-
readonly field: ChecklistItemFieldBuilderInput<T>;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* Used for building a set of configurations for a data-type object that has as second object that is used as a checklist.
|
|
24
|
-
*/
|
|
25
|
-
export declare class ChecklistItemFieldDataSetBuilder<D extends object, C extends ChecklistType<D> = ChecklistType<D>> {
|
|
26
|
-
private readonly _fields;
|
|
27
|
-
readonly dataObs$: Observable<D>;
|
|
28
|
-
constructor(dataObs: Observable<D>);
|
|
29
|
-
/**
|
|
30
|
-
* Merges the input config with existing configuration.
|
|
31
|
-
*
|
|
32
|
-
* The displayContentObs, if provided, will merge with the existing observable and the two objects merged.
|
|
33
|
-
*/
|
|
34
|
-
merge<T>(key: ChecklistItemFieldDataSetFieldKey<D>, config: Partial<ChecklistItemFieldBuilderInput<T>>): void;
|
|
35
|
-
override<T>(key: ChecklistItemFieldDataSetFieldKey<D>, config: Partial<ChecklistItemFieldBuilderInput<T>>): void;
|
|
36
|
-
_assertFieldExists(key: ChecklistItemFieldDataSetFieldKey<D>): ChecklistItemFieldDataSetItem<D, any>;
|
|
37
|
-
showValueFieldArrayCount<T extends ChecklistItemFieldDataSetFieldValueForKey<D> & Array<unknown>>(key: ChecklistItemFieldDataSetFieldKey<D>, config?: Partial<ChecklistItemFieldDataSetBuilderInput<D, T>>): void;
|
|
38
|
-
showValueField<T extends ChecklistItemFieldDataSetFieldValueForKey<D> = ChecklistItemFieldDataSetFieldValueForKey<D>>(key: ChecklistItemFieldDataSetFieldKey<D>, config?: Partial<ChecklistItemFieldDataSetBuilderInput<D, T>>, labelFn?: (value: T) => Maybe<string>): void;
|
|
39
|
-
field<T>(config: ChecklistItemFieldDataSetBuilderInput<D, T>): void;
|
|
40
|
-
build(): FormlyFieldConfig[];
|
|
41
|
-
customContentFromData<T extends ChecklistItemFieldDataSetFieldValueForKey<D> = ChecklistItemFieldDataSetFieldValueForKey<D>>(mapFn: (data: D) => ChecklistItemDisplayContent<T>): Observable<ChecklistItemDisplayContent<T>>;
|
|
42
|
-
contentWithValueFromData<K extends keyof D = keyof D, T extends ChecklistItemFieldDataSetFieldValueForKey<D> = ChecklistItemFieldDataSetFieldValueForKey<D>>(key: K, contentFn?: (value: T) => ChecklistItemDisplayContent<T>): Observable<ChecklistItemDisplayContent<T>>;
|
|
43
|
-
contentWithDisplayValueFromData<T extends ChecklistItemFieldDataSetFieldValueForKey<D> = ChecklistItemFieldDataSetFieldValueForKey<D>>(key: ChecklistItemFieldDataSetFieldKey<D>, labelFn?: (value: T) => Maybe<string>): Observable<ChecklistItemDisplayContent<T>>;
|
|
44
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { type ClickableAnchor } from '@dereekb/dbx-core';
|
|
2
|
-
import { type Maybe } from '@dereekb/util';
|
|
3
|
-
export interface ChecklistItemDisplayContent<T = unknown> {
|
|
4
|
-
/**
|
|
5
|
-
* Label to display.
|
|
6
|
-
*/
|
|
7
|
-
readonly label?: Maybe<string>;
|
|
8
|
-
/**
|
|
9
|
-
* Secondary label/value to display. May be used as the string value.
|
|
10
|
-
*/
|
|
11
|
-
readonly sublabel?: Maybe<string>;
|
|
12
|
-
/**
|
|
13
|
-
* Hint/description to display.
|
|
14
|
-
*/
|
|
15
|
-
readonly description?: Maybe<string>;
|
|
16
|
-
/**
|
|
17
|
-
* Whether or not to display the ripple. Is true by default if the anchor is present.
|
|
18
|
-
*/
|
|
19
|
-
readonly ripple?: Maybe<boolean>;
|
|
20
|
-
/**
|
|
21
|
-
* Optional anchor to apply on the visible content.
|
|
22
|
-
*/
|
|
23
|
-
readonly anchor?: Maybe<ClickableAnchor>;
|
|
24
|
-
/**
|
|
25
|
-
* Value metadata. How it is used depends on the display component used.
|
|
26
|
-
*/
|
|
27
|
-
readonly meta?: Maybe<T>;
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* Component used for rendering checklist content.
|
|
31
|
-
*
|
|
32
|
-
* Content is injected.
|
|
33
|
-
*/
|
|
34
|
-
export interface ChecklistItemFieldDisplayComponent<T = unknown> {
|
|
35
|
-
setDisplayContent(displayContent: ChecklistItemDisplayContent<T>): void;
|
|
36
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { OnInit, Type } from '@angular/core';
|
|
2
|
-
import { DbxInjectionComponentConfig, AbstractSubscriptionDirective } from '@dereekb/dbx-core';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import { ValidationErrors, FormGroup } from '@angular/forms';
|
|
5
|
-
import { FieldType, FieldTypeConfig, FormlyFieldProps } from '@ngx-formly/core';
|
|
6
|
-
import { ChecklistItemFieldDisplayComponent, ChecklistItemDisplayContent } from './checklist.item';
|
|
7
|
-
import { type Maybe } from '@dereekb/util';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class DbxChecklistItemContentComponent<T = unknown> extends AbstractSubscriptionDirective {
|
|
10
|
-
readonly checklistItemFieldComponent: DbxChecklistItemFieldComponent<any>;
|
|
11
|
-
readonly config: DbxInjectionComponentConfig<ChecklistItemFieldDisplayComponent<T>>;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxChecklistItemContentComponent<any>, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxChecklistItemContentComponent<any>, "dbx-checklist-item-content-component", never, {}, {}, never, never, true, never>;
|
|
14
|
-
}
|
|
15
|
-
export interface DbxChecklistItemFieldProps<T = unknown> extends FormlyFieldProps {
|
|
16
|
-
/**
|
|
17
|
-
* Observable used to retrieve content to display for the item.
|
|
18
|
-
*/
|
|
19
|
-
readonly displayContent: Observable<ChecklistItemDisplayContent<T>>;
|
|
20
|
-
/**
|
|
21
|
-
* Custom component class to use by default.
|
|
22
|
-
*/
|
|
23
|
-
readonly componentClass?: Type<ChecklistItemFieldDisplayComponent<T>>;
|
|
24
|
-
}
|
|
25
|
-
export declare class DbxChecklistItemFieldComponent<T = unknown> extends FieldType<FieldTypeConfig<DbxChecklistItemFieldProps<T>>> implements OnInit {
|
|
26
|
-
private readonly _displayContentObs;
|
|
27
|
-
readonly displayContent$: Observable<ChecklistItemDisplayContent<T>>;
|
|
28
|
-
readonly anchor$: Observable<Maybe<import("@dereekb/dbx-core").ClickableAnchor>>;
|
|
29
|
-
readonly rippleDisabled$: Observable<boolean>;
|
|
30
|
-
readonly anchorSignal: import("@angular/core").Signal<Maybe<import("@dereekb/dbx-core").ClickableAnchor>>;
|
|
31
|
-
readonly rippleDisabledSignal: import("@angular/core").Signal<boolean>;
|
|
32
|
-
get formGroup(): FormGroup;
|
|
33
|
-
get formControlName(): string;
|
|
34
|
-
get label(): Maybe<string>;
|
|
35
|
-
get description(): Maybe<string>;
|
|
36
|
-
get required(): Maybe<boolean>;
|
|
37
|
-
get checklistField(): DbxChecklistItemFieldProps<T>;
|
|
38
|
-
get errors(): Maybe<ValidationErrors>;
|
|
39
|
-
get componentClass(): Type<ChecklistItemFieldDisplayComponent<T>>;
|
|
40
|
-
ngOnInit(): void;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxChecklistItemFieldComponent<any>, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxChecklistItemFieldComponent<any>, "ng-component", never, {}, {}, never, never, true, never>;
|
|
43
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ChecklistItemDisplayContent, ChecklistItemFieldDisplayComponent } from './checklist.item';
|
|
2
|
-
import { type Maybe } from '@dereekb/util';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DbxDefaultChecklistItemFieldDisplayComponent<T = unknown> implements ChecklistItemFieldDisplayComponent<T> {
|
|
5
|
-
readonly _displayContentSignal: import("@angular/core").WritableSignal<Maybe<ChecklistItemDisplayContent<T>>>;
|
|
6
|
-
readonly displayContentSignal: import("@angular/core").Signal<Maybe<ChecklistItemDisplayContent<T>>>;
|
|
7
|
-
setDisplayContent(displayContent: ChecklistItemDisplayContent<T>): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxDefaultChecklistItemFieldDisplayComponent<any>, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxDefaultChecklistItemFieldDisplayComponent<any>, "ng-component", never, {}, {}, never, never, true, never>;
|
|
10
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { type FormlyFieldConfig } from '@ngx-formly/core';
|
|
2
|
-
import { type LabeledFieldConfig } from '../field';
|
|
3
|
-
import { type DbxChecklistItemFieldProps } from './checklist.item.field.component';
|
|
4
|
-
export interface ChecklistItemFieldConfig<T = unknown> extends LabeledFieldConfig, DbxChecklistItemFieldProps<T> {
|
|
5
|
-
}
|
|
6
|
-
export type ChecklistItemFieldBuilderInput<T = unknown> = Partial<ChecklistItemFieldConfig<T>> & Pick<ChecklistItemFieldConfig<T>, 'key' | 'displayContent'>;
|
|
7
|
-
export declare function checklistItemField<T = unknown>(config: ChecklistItemFieldBuilderInput<T>): FormlyFieldConfig<DbxChecklistItemFieldProps<T>>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./checklist.item.field.component";
|
|
3
|
-
import * as i2 from "./checklist.item.field.content.default.component";
|
|
4
|
-
import * as i3 from "../wrapper/wrapper.module";
|
|
5
|
-
import * as i4 from "@ngx-formly/core";
|
|
6
|
-
export declare class DbxFormFormlyChecklistItemFieldModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFormFormlyChecklistItemFieldModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxFormFormlyChecklistItemFieldModule, never, [typeof i1.DbxChecklistItemFieldComponent, typeof i1.DbxChecklistItemContentComponent, typeof i2.DbxDefaultChecklistItemFieldDisplayComponent, typeof i3.DbxFormFormlyWrapperModule, typeof i4.FormlyModule], [typeof i1.DbxChecklistItemFieldComponent, typeof i1.DbxChecklistItemContentComponent, typeof i2.DbxDefaultChecklistItemFieldDisplayComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DbxFormFormlyChecklistItemFieldModule>;
|
|
10
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * from './checklist.item.field.component';
|
|
2
|
-
export * from './checklist.item.field.content.default.component';
|
|
3
|
-
export * from './checklist.item.field.module';
|
|
4
|
-
export * from './checklist.item.field';
|
|
5
|
-
export * from './checklist.item';
|
|
6
|
-
export * from './checklist.field';
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { DbxInjectionComponentConfig } from '@dereekb/dbx-core';
|
|
2
|
-
import { FieldType, FormlyFieldConfig } from '@ngx-formly/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export type DbxFormComponentFieldConfig<T> = DbxInjectionComponentConfig<T>;
|
|
5
|
-
export interface DbxFormComponentFormlyFieldConfig<T = unknown> extends FormlyFieldConfig {
|
|
6
|
-
componentField: DbxFormComponentFieldConfig<T>;
|
|
7
|
-
}
|
|
8
|
-
export declare class DbxFormComponentFieldComponent<T = unknown> extends FieldType<DbxFormComponentFormlyFieldConfig<T>> {
|
|
9
|
-
get config(): DbxInjectionComponentConfig<T>;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFormComponentFieldComponent<any>, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFormComponentFieldComponent<any>, "ng-component", never, {}, {}, never, never, true, never>;
|
|
12
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { type DbxFormComponentFieldConfig, type DbxFormComponentFormlyFieldConfig } from './component.field.component';
|
|
2
|
-
export type ComponentFieldConfig<T = unknown> = DbxFormComponentFieldConfig<T>;
|
|
3
|
-
export declare function componentField<T = unknown>(config: ComponentFieldConfig<T>): DbxFormComponentFormlyFieldConfig<T>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./component.field.component";
|
|
3
|
-
import * as i2 from "@ngx-formly/core";
|
|
4
|
-
export declare class DbxFormFormlyComponentFieldModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFormFormlyComponentFieldModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxFormFormlyComponentFieldModule, never, [typeof i1.DbxFormComponentFieldComponent, typeof i2.FormlyModule], [typeof i1.DbxFormComponentFieldComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DbxFormFormlyComponentFieldModule>;
|
|
8
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import { type AsyncValidatorFn, type ValidatorFn } from '@angular/forms';
|
|
2
|
-
import { type FilterKeyValueTuplesInput, type GeneralFilterFromPOJOFunction, type ArrayOrValue, type Maybe, type MapFunction } from '@dereekb/util';
|
|
3
|
-
import { type FormlyFieldConfig, type FormlyFieldProps } from '@ngx-formly/core';
|
|
4
|
-
import { type ValidationMessageOption } from '@ngx-formly/core/lib/models';
|
|
5
|
-
import { type FormlyFieldProps as MaterialFormlyFormFieldProps } from '@ngx-formly/material/form-field';
|
|
6
|
-
export type FormlyValueParser<I = any, O = any> = MapFunction<I, O>;
|
|
7
|
-
export interface FieldConfigParsersRef {
|
|
8
|
-
parsers: FormlyValueParser[];
|
|
9
|
-
}
|
|
10
|
-
export interface FieldConfig extends Pick<FormlyFieldConfig, 'expressions' | 'parsers'>, Partial<FieldConfigParsersRef> {
|
|
11
|
-
key: string;
|
|
12
|
-
required?: boolean;
|
|
13
|
-
readonly?: boolean;
|
|
14
|
-
}
|
|
15
|
-
export interface FieldConfigWithParsers {
|
|
16
|
-
parsers?: FormlyValueParser[];
|
|
17
|
-
}
|
|
18
|
-
export type DisableAutocompleteForField = false;
|
|
19
|
-
export interface LabeledFieldConfig extends FieldConfig {
|
|
20
|
-
key: string;
|
|
21
|
-
label?: string;
|
|
22
|
-
placeholder?: string;
|
|
23
|
-
required?: boolean;
|
|
24
|
-
readonly?: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* Sets the autocomplete values.
|
|
27
|
-
*/
|
|
28
|
-
autocomplete?: string | DisableAutocompleteForField;
|
|
29
|
-
}
|
|
30
|
-
export interface DefaultValueFieldConfig<T = unknown> {
|
|
31
|
-
defaultValue?: T;
|
|
32
|
-
}
|
|
33
|
-
export interface AttributesFieldConfig {
|
|
34
|
-
attributes?: {
|
|
35
|
-
[key: string]: string | number;
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
export interface DescriptionFieldConfig {
|
|
39
|
-
description?: string;
|
|
40
|
-
}
|
|
41
|
-
export type PartialPotentialFieldConfig = Partial<FieldConfig> & Partial<LabeledFieldConfig> & Partial<AttributesFieldConfig> & Partial<DescriptionFieldConfig>;
|
|
42
|
-
/**
|
|
43
|
-
* Validates the configuration on the input field.
|
|
44
|
-
*/
|
|
45
|
-
export declare function formlyField<T extends FormlyFieldConfig = FormlyFieldConfig>(fieldConfig: T): T;
|
|
46
|
-
/**
|
|
47
|
-
* Creates an object with propers, expressions, and parsers properly configured from the input FieldConfig.
|
|
48
|
-
*
|
|
49
|
-
* @param fieldConfig
|
|
50
|
-
* @param override
|
|
51
|
-
* @returns
|
|
52
|
-
*/
|
|
53
|
-
export declare function propsAndConfigForFieldConfig<O extends object = object>(fieldConfig: Partial<FieldConfig> & Partial<LabeledFieldConfig> & Partial<AttributesFieldConfig> & Partial<DescriptionFieldConfig>, override?: PartialPotentialFieldConfig & O): {
|
|
54
|
-
props: Partial<FormlyFieldProps> & Partial<FieldConfig> & Partial<LabeledFieldConfig> & Partial<AttributesFieldConfig> & Partial<DescriptionFieldConfig> & O;
|
|
55
|
-
expressions: ({
|
|
56
|
-
[property: string]: string | import("rxjs").Observable<any> | ((field: FormlyFieldConfig) => any);
|
|
57
|
-
} & {
|
|
58
|
-
className?: string | import("rxjs").Observable<string> | ((field: FormlyFieldConfig) => string);
|
|
59
|
-
hide?: string | import("rxjs").Observable<boolean> | ((field: FormlyFieldConfig) => boolean);
|
|
60
|
-
'props.disabled'?: string | import("rxjs").Observable<boolean> | ((field: FormlyFieldConfig) => boolean);
|
|
61
|
-
'props.required'?: string | import("rxjs").Observable<boolean> | ((field: FormlyFieldConfig) => boolean);
|
|
62
|
-
}) | undefined;
|
|
63
|
-
parsers: ((value: any) => any)[] | undefined;
|
|
64
|
-
};
|
|
65
|
-
export declare const partialPotentialFieldConfigKeys: (keyof PartialPotentialFieldConfig)[];
|
|
66
|
-
export declare const partialPotentialFieldConfigKeysFilter: FilterKeyValueTuplesInput<PartialPotentialFieldConfig>;
|
|
67
|
-
export declare const mergePropsValueObjects: import("@dereekb/util").MergeObjectsFunction<PartialPotentialFieldConfig>;
|
|
68
|
-
export declare const filterPartialPotentialFieldConfigValuesFromObject: GeneralFilterFromPOJOFunction<PartialPotentialFieldConfig>;
|
|
69
|
-
export declare function propsValueForFieldConfig<T extends FormlyFieldProps, O extends object = object>(fieldConfig: PartialPotentialFieldConfig, override?: PartialPotentialFieldConfig & O): Partial<T> & O;
|
|
70
|
-
/**
|
|
71
|
-
* Returns configuration for a formlyField that will disable autofill/autocomplete for a field.
|
|
72
|
-
*/
|
|
73
|
-
export declare function disableFormlyFieldAutofillAttributes(): {
|
|
74
|
-
name: string;
|
|
75
|
-
autocomplete: string;
|
|
76
|
-
};
|
|
77
|
-
export type FormlyMessageProperties = {
|
|
78
|
-
[messageProperties: string]: ValidationMessageOption['message'];
|
|
79
|
-
};
|
|
80
|
-
export interface ValidatorsForFieldConfigInput {
|
|
81
|
-
validators?: ArrayOrValue<ValidatorFn>;
|
|
82
|
-
asyncValidators?: ArrayOrValue<AsyncValidatorFn>;
|
|
83
|
-
messages?: Maybe<FormlyMessageProperties>;
|
|
84
|
-
}
|
|
85
|
-
export type ValidatorsForFieldConfig = {
|
|
86
|
-
validation?: {
|
|
87
|
-
messages?: FormlyMessageProperties;
|
|
88
|
-
};
|
|
89
|
-
validators?: {
|
|
90
|
-
validation: ValidatorFn[];
|
|
91
|
-
};
|
|
92
|
-
asyncValidators?: {
|
|
93
|
-
validation: AsyncValidatorFn[];
|
|
94
|
-
};
|
|
95
|
-
};
|
|
96
|
-
export declare function validatorsForFieldConfig(input: ValidatorsForFieldConfigInput): Maybe<ValidatorsForFieldConfig>;
|
|
97
|
-
export interface MaterialFormFieldConfig {
|
|
98
|
-
readonly materialFormField?: Partial<Pick<MaterialFormlyFormFieldProps, 'prefix' | 'suffix' | 'hideLabel' | 'hideRequiredMarker' | 'hideFieldUnderline' | 'floatLabel' | 'appearance' | 'color' | 'hintStart' | 'hintEnd'>>;
|
|
99
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./checklist/checklist.item.field.module";
|
|
3
|
-
import * as i2 from "./component/component.field.module";
|
|
4
|
-
import * as i3 from "./selection/selection.module";
|
|
5
|
-
import * as i4 from "./texteditor/texteditor.field.module";
|
|
6
|
-
import * as i5 from "./value/value.module";
|
|
7
|
-
import * as i6 from "./wrapper/wrapper.module";
|
|
8
|
-
export declare class DbxFormFormlyFieldModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFormFormlyFieldModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxFormFormlyFieldModule, never, [typeof i1.DbxFormFormlyChecklistItemFieldModule, typeof i2.DbxFormFormlyComponentFieldModule, typeof i3.DbxFormFormlySelectionModule, typeof i4.DbxFormFormlyTextEditorFieldModule, typeof i5.DbxFormFormlyValueModule, typeof i6.DbxFormFormlyWrapperModule], [typeof i1.DbxFormFormlyChecklistItemFieldModule, typeof i2.DbxFormFormlyComponentFieldModule, typeof i3.DbxFormFormlySelectionModule, typeof i4.DbxFormFormlyTextEditorFieldModule, typeof i5.DbxFormFormlyValueModule, typeof i6.DbxFormFormlyWrapperModule]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DbxFormFormlyFieldModule>;
|
|
12
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit, Type } from '@angular/core';
|
|
2
|
-
import { AbstractControl } from '@angular/forms';
|
|
3
|
-
import { DbxInjectionComponentConfig } from '@dereekb/dbx-core';
|
|
4
|
-
import { AbstractDbxSelectionListWrapperDirective, ListSelectionState, DbxValueListItemDecisionFunction } from '@dereekb/dbx-web';
|
|
5
|
-
import { ListLoadingState } from '@dereekb/rxjs';
|
|
6
|
-
import { Maybe, PrimativeKey, ReadKeyFunction } from '@dereekb/util';
|
|
7
|
-
import { FormlyFieldProps, FieldType, FieldTypeConfig } from '@ngx-formly/core';
|
|
8
|
-
import { Observable } from 'rxjs';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export interface DbxItemListFieldProps<T = unknown, C extends AbstractDbxSelectionListWrapperDirective<T> = AbstractDbxSelectionListWrapperDirective<T>, K extends PrimativeKey = PrimativeKey> extends Pick<FormlyFieldProps, 'label' | 'description'> {
|
|
11
|
-
/**
|
|
12
|
-
* List to render components from
|
|
13
|
-
*/
|
|
14
|
-
readonly listComponentClass: Observable<Type<C>>;
|
|
15
|
-
/**
|
|
16
|
-
* Read key function to read the identifier from the input
|
|
17
|
-
*/
|
|
18
|
-
readonly readKey: ReadKeyFunction<T, K>;
|
|
19
|
-
/**
|
|
20
|
-
* Observable that provides the items to select.
|
|
21
|
-
*/
|
|
22
|
-
readonly state$: Observable<ListLoadingState<T>>;
|
|
23
|
-
/**
|
|
24
|
-
* Function that signals to load more items.
|
|
25
|
-
*/
|
|
26
|
-
readonly loadMore?: () => void;
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Used for picking items by identifier from a DbxList component.
|
|
30
|
-
*/
|
|
31
|
-
export declare class DbxItemListFieldComponent<T = unknown, C extends AbstractDbxSelectionListWrapperDirective<T> = AbstractDbxSelectionListWrapperDirective<T>, K extends PrimativeKey = PrimativeKey> extends FieldType<FieldTypeConfig<DbxItemListFieldProps<T, C, K>>> implements OnInit, OnDestroy {
|
|
32
|
-
private readonly _selectionEventSub;
|
|
33
|
-
private readonly _loadMoreSub;
|
|
34
|
-
private readonly _formControlObs;
|
|
35
|
-
readonly formControl$: Observable<AbstractControl<any, any>>;
|
|
36
|
-
readonly _formControlValue$: Observable<Maybe<K[]>>;
|
|
37
|
-
readonly values$: Observable<K[]>;
|
|
38
|
-
private readonly _listComponentClassObs;
|
|
39
|
-
readonly listComponentClass$: Observable<Type<C>>;
|
|
40
|
-
readonly config$: Observable<DbxInjectionComponentConfig<C>>;
|
|
41
|
-
readonly isSelectedModifierFunction$: Observable<DbxValueListItemDecisionFunction<T>>;
|
|
42
|
-
readonly configSignal: import("@angular/core").Signal<DbxInjectionComponentConfig<C> | undefined>;
|
|
43
|
-
readonly isSelectedModifierFunctionSignal: import("@angular/core").Signal<DbxValueListItemDecisionFunction<T> | undefined>;
|
|
44
|
-
get label(): string | undefined;
|
|
45
|
-
get description(): string | undefined;
|
|
46
|
-
get listComponentClass(): Observable<Type<C>>;
|
|
47
|
-
get readKey(): ReadKeyFunction<T, K>;
|
|
48
|
-
get loadMore(): (() => void) | undefined;
|
|
49
|
-
ngOnInit(): void;
|
|
50
|
-
ngOnDestroy(): void;
|
|
51
|
-
updateForSelection(list: ListSelectionState<T>): void;
|
|
52
|
-
setValues(values: Maybe<K[]>): void;
|
|
53
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxItemListFieldComponent<any, any, any>, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxItemListFieldComponent<any, any, any>, "ng-component", never, {}, {}, never, never, true, never>;
|
|
55
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { type FormlyFieldConfig } from '@ngx-formly/core';
|
|
2
|
-
import { type LabeledFieldConfig } from '../../field';
|
|
3
|
-
import { type DbxItemListFieldProps } from './list.field.component';
|
|
4
|
-
import { type AbstractDbxSelectionListWrapperDirective } from '@dereekb/dbx-web';
|
|
5
|
-
import { type PrimativeKey } from '@dereekb/util';
|
|
6
|
-
export interface DbxListFieldConfig<T = unknown, C extends AbstractDbxSelectionListWrapperDirective<T> = AbstractDbxSelectionListWrapperDirective<T>, K extends PrimativeKey = PrimativeKey> extends LabeledFieldConfig, DbxItemListFieldProps<T, C, K> {
|
|
7
|
-
}
|
|
8
|
-
export declare function dbxListField<T = unknown, C extends AbstractDbxSelectionListWrapperDirective<T> = AbstractDbxSelectionListWrapperDirective<T>, K extends PrimativeKey = PrimativeKey>(config: DbxListFieldConfig<T, C, K>): FormlyFieldConfig;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./list.field.component";
|
|
3
|
-
import * as i2 from "@ngx-formly/core";
|
|
4
|
-
export declare class DbxFormFormlyDbxListFieldModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFormFormlyDbxListFieldModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxFormFormlyDbxListFieldModule, never, [typeof i1.DbxItemListFieldComponent, typeof i2.FormlyModule], [typeof i1.DbxItemListFieldComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DbxFormFormlyDbxListFieldModule>;
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from './pickable.chip.field.component';
|
|
2
|
-
export * from './pickable.field.directive';
|
|
3
|
-
export * from './pickable.field.module';
|
|
4
|
-
export * from './pickable.list.field.component';
|
|
5
|
-
export * from './pickable.field';
|
|
6
|
-
export * from './pickable';
|
|
7
|
-
export * from './pickable.util';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { AbstractDbxPickableItemFieldDirective, PickableItemFieldItem } from './pickable.field.directive';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Used for picking pre-set values using chips as the presentation.
|
|
5
|
-
*/
|
|
6
|
-
export declare class DbxPickableChipListFieldComponent<T> extends AbstractDbxPickableItemFieldDirective<T> {
|
|
7
|
-
itemClicked(item: PickableItemFieldItem<T>): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxPickableChipListFieldComponent<any>, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPickableChipListFieldComponent<any>, "ng-component", never, {}, {}, never, never, true, never>;
|
|
10
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { type Maybe, type PrimativeKey } from '@dereekb/util';
|
|
2
|
-
import { type Observable } from 'rxjs';
|
|
3
|
-
import { type SelectionDisplayValue, type SelectionValue, type SelectionValueHashFunction } from '../selection';
|
|
4
|
-
export type PickableValueFieldValue<T, M = unknown> = SelectionValue<T, M>;
|
|
5
|
-
export type PickableValueFieldDisplayValue<T, M = unknown> = SelectionDisplayValue<T, M>;
|
|
6
|
-
/**
|
|
7
|
-
* PickableValueField function for retrieving all values.
|
|
8
|
-
*/
|
|
9
|
-
export type PickableValueFieldLoadValuesFunction<T, M = unknown> = () => Observable<PickableValueFieldValue<T, M>[]>;
|
|
10
|
-
/**
|
|
11
|
-
* PickableValueField function that allows the values a chance to go through another observable for any changes.
|
|
12
|
-
*
|
|
13
|
-
* Values may not have metadata on them in some cases, where the value may infact be an unknown value.
|
|
14
|
-
* The returned value should be marked as unknown, or if it has no meta but is known, isUnknown should be marked false.
|
|
15
|
-
*
|
|
16
|
-
* The value itself should not change. All other fields on the value may change, however.
|
|
17
|
-
*/
|
|
18
|
-
export type PickableValueFieldDisplayFunction<T, M = unknown> = (values: PickableValueFieldValue<T, M>[]) => Observable<PickableValueFieldDisplayValue<T, M>[]>;
|
|
19
|
-
/**
|
|
20
|
-
* Used for filtering the values that should be displayed.
|
|
21
|
-
*/
|
|
22
|
-
export type PickableValueFieldFilterFunction<T, M = unknown> = (flterText: Maybe<string>, values: PickableValueFieldDisplayValue<T, M>[]) => Observable<T[]>;
|
|
23
|
-
/**
|
|
24
|
-
* Used to hash the value from the input pickable value.
|
|
25
|
-
*/
|
|
26
|
-
export type PickableValueFieldHashFunction<T, H extends PrimativeKey = PrimativeKey> = SelectionValueHashFunction<T, H>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { type FormlyFieldConfig } from '@ngx-formly/core';
|
|
2
|
-
import { type LabeledFieldConfig, type MaterialFormFieldConfig } from '../../field';
|
|
3
|
-
import { PickableItemFieldItem, type PickableValueFieldsFieldProps } from './pickable.field.directive';
|
|
4
|
-
export { PickableItemFieldItem };
|
|
5
|
-
export interface PickableItemFieldConfig<T = unknown, M = unknown> extends LabeledFieldConfig, PickableValueFieldsFieldProps<T, M>, MaterialFormFieldConfig {
|
|
6
|
-
}
|
|
7
|
-
export declare function pickableItemChipField<T = unknown, M = unknown>(config: PickableItemFieldConfig<T, M>): FormlyFieldConfig;
|
|
8
|
-
export declare function pickableItemListField<T = unknown, M = unknown>(config: PickableItemFieldConfig<T, M>): FormlyFieldConfig;
|