@dereekb/dbx-form 9.25.16 → 10.0.1

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.
Files changed (364) hide show
  1. package/_index.scss +1 -0
  2. package/calendar/lib/calendar.module.d.ts +1 -1
  3. package/calendar/lib/calendar.schedule.selection.cell.component.d.ts +1 -1
  4. package/calendar/lib/calendar.schedule.selection.component.d.ts +4 -4
  5. package/calendar/lib/calendar.schedule.selection.d.ts +1 -1
  6. package/calendar/lib/calendar.schedule.selection.days.component.d.ts +1 -1
  7. package/calendar/lib/calendar.schedule.selection.days.form.component.d.ts +2 -2
  8. package/calendar/lib/calendar.schedule.selection.dialog.button.component.d.ts +1 -6
  9. package/calendar/lib/calendar.schedule.selection.dialog.component.d.ts +1 -11
  10. package/calendar/lib/calendar.schedule.selection.popover.button.component.d.ts +2 -2
  11. package/calendar/lib/calendar.schedule.selection.popover.component.d.ts +1 -1
  12. package/calendar/lib/calendar.schedule.selection.popover.content.component.d.ts +1 -1
  13. package/calendar/lib/calendar.schedule.selection.range.component.d.ts +1 -1
  14. package/calendar/lib/calendar.schedule.selection.store.d.ts +4 -32
  15. package/calendar/lib/calendar.schedule.selection.store.provide.d.ts +1 -1
  16. package/calendar/lib/calendar.schedule.selection.toggle.button.component.d.ts +1 -1
  17. package/calendar/lib/field/schedule/calendar.schedule.field.component.d.ts +2 -8
  18. package/esm2022/calendar/lib/calendar.module.mjs +155 -0
  19. package/{esm2020 → esm2022}/calendar/lib/calendar.schedule.selection.cell.component.mjs +10 -10
  20. package/{esm2020 → esm2022}/calendar/lib/calendar.schedule.selection.component.mjs +6 -6
  21. package/{esm2020 → esm2022}/calendar/lib/calendar.schedule.selection.days.component.mjs +6 -6
  22. package/{esm2020 → esm2022}/calendar/lib/calendar.schedule.selection.days.form.component.mjs +6 -6
  23. package/esm2022/calendar/lib/calendar.schedule.selection.dialog.button.component.mjs +36 -0
  24. package/esm2022/calendar/lib/calendar.schedule.selection.dialog.component.mjs +56 -0
  25. package/{esm2020 → esm2022}/calendar/lib/calendar.schedule.selection.mjs +1 -1
  26. package/{esm2020 → esm2022}/calendar/lib/calendar.schedule.selection.popover.button.component.mjs +6 -6
  27. package/esm2022/calendar/lib/calendar.schedule.selection.popover.component.mjs +38 -0
  28. package/{esm2020 → esm2022}/calendar/lib/calendar.schedule.selection.popover.content.component.mjs +6 -6
  29. package/esm2022/calendar/lib/calendar.schedule.selection.range.component.mjs +188 -0
  30. package/esm2022/calendar/lib/calendar.schedule.selection.store.mjs +785 -0
  31. package/{esm2020 → esm2022}/calendar/lib/calendar.schedule.selection.store.provide.mjs +7 -7
  32. package/{esm2020 → esm2022}/calendar/lib/calendar.schedule.selection.toggle.button.component.mjs +6 -6
  33. package/esm2022/calendar/lib/field/schedule/calendar.schedule.field.component.mjs +158 -0
  34. package/esm2022/calendar/lib/field/schedule/calendar.schedule.field.mjs +28 -0
  35. package/esm2022/calendar/lib/field/schedule/calendar.schedule.module.mjs +58 -0
  36. package/{esm2020 → esm2022}/lib/form/action/form.action.directive.mjs +4 -4
  37. package/{esm2020 → esm2022}/lib/form/action/form.action.module.mjs +5 -5
  38. package/{esm2020 → esm2022}/lib/form/action/transition/form.action.transition.module.mjs +5 -5
  39. package/{esm2020 → esm2022}/lib/form/action/transition/form.action.transition.safety.directive.mjs +4 -4
  40. package/{esm2020 → esm2022}/lib/form/form.module.mjs +5 -5
  41. package/{esm2020 → esm2022}/lib/form/io/form.changes.directive.mjs +4 -4
  42. package/{esm2020 → esm2022}/lib/form/io/form.input.directive.mjs +4 -4
  43. package/{esm2020 → esm2022}/lib/form/io/form.io.module.mjs +5 -5
  44. package/{esm2020 → esm2022}/lib/form/io/form.loading.directive.mjs +4 -4
  45. package/{esm2020 → esm2022}/lib/form.module.mjs +5 -5
  46. package/{esm2020 → esm2022}/lib/formly/field/checklist/checklist.item.field.component.mjs +9 -9
  47. package/{esm2020 → esm2022}/lib/formly/field/checklist/checklist.item.field.content.default.component.mjs +6 -6
  48. package/esm2022/lib/formly/field/checklist/checklist.item.field.module.mjs +67 -0
  49. package/{esm2020 → esm2022}/lib/formly/field/component/component.field.component.mjs +6 -6
  50. package/esm2022/lib/formly/field/component/component.field.module.mjs +32 -0
  51. package/esm2022/lib/formly/field/field.mjs +97 -0
  52. package/{esm2020 → esm2022}/lib/formly/field/form.field.module.mjs +5 -5
  53. package/{esm2020 → esm2022}/lib/formly/field/selection/list/list.field.component.mjs +4 -4
  54. package/esm2022/lib/formly/field/selection/list/list.field.module.mjs +76 -0
  55. package/esm2022/lib/formly/field/selection/pickable/pickable.chip.field.component.mjs +33 -0
  56. package/{esm2020 → esm2022}/lib/formly/field/selection/pickable/pickable.field.directive.mjs +4 -4
  57. package/esm2022/lib/formly/field/selection/pickable/pickable.field.module.mjs +93 -0
  58. package/esm2022/lib/formly/field/selection/pickable/pickable.list.field.component.mjs +116 -0
  59. package/{esm2020 → esm2022}/lib/formly/field/selection/pickable/pickable.mjs +1 -1
  60. package/esm2022/lib/formly/field/selection/searchable/searchable.chip.field.component.mjs +68 -0
  61. package/esm2022/lib/formly/field/selection/searchable/searchable.field.autocomplete.item.component.mjs +95 -0
  62. package/esm2022/lib/formly/field/selection/searchable/searchable.field.directive.mjs +278 -0
  63. package/esm2022/lib/formly/field/selection/searchable/searchable.field.module.mjs +91 -0
  64. package/{esm2020 → esm2022}/lib/formly/field/selection/searchable/searchable.text.field.component.mjs +4 -4
  65. package/esm2022/lib/formly/field/selection/selection.field.mjs +39 -0
  66. package/{esm2020 → esm2022}/lib/formly/field/selection/selection.mjs +1 -1
  67. package/{esm2020 → esm2022}/lib/formly/field/selection/selection.module.mjs +5 -5
  68. package/{esm2020 → esm2022}/lib/formly/field/selection/sourceselect/sourceselect.field.component.mjs +4 -4
  69. package/esm2022/lib/formly/field/selection/sourceselect/sourceselect.field.module.mjs +93 -0
  70. package/{esm2020 → esm2022}/lib/formly/field/texteditor/texteditor.field.component.mjs +6 -6
  71. package/esm2022/lib/formly/field/texteditor/texteditor.field.module.mjs +51 -0
  72. package/{esm2020 → esm2022}/lib/formly/field/value/array/array.field.component.mjs +8 -8
  73. package/esm2022/lib/formly/field/value/array/array.field.module.mjs +62 -0
  74. package/esm2022/lib/formly/field/value/boolean/boolean.field.mjs +47 -0
  75. package/{esm2020 → esm2022}/lib/formly/field/value/boolean/boolean.field.module.mjs +5 -5
  76. package/esm2022/lib/formly/field/value/date/date.field.module.mjs +96 -0
  77. package/esm2022/lib/formly/field/value/date/datetime.field.component.mjs +488 -0
  78. package/esm2022/lib/formly/field/value/date/datetime.field.mjs +141 -0
  79. package/{esm2020 → esm2022}/lib/formly/field/value/date/datetime.field.service.mjs +9 -9
  80. package/esm2022/lib/formly/field/value/date/fixeddaterange.field.component.mjs +506 -0
  81. package/{esm2020 → esm2022}/lib/formly/field/value/number/number.field.module.mjs +5 -5
  82. package/esm2022/lib/formly/field/value/phone/phone.field.component.mjs +100 -0
  83. package/esm2022/lib/formly/field/value/phone/phone.field.module.mjs +66 -0
  84. package/{esm2020 → esm2022}/lib/formly/field/value/text/text.field.module.mjs +5 -5
  85. package/{esm2020 → esm2022}/lib/formly/field/value/value.module.mjs +5 -5
  86. package/{esm2020 → esm2022}/lib/formly/field/wrapper/autotouch.wrapper.component.mjs +6 -6
  87. package/{esm2020 → esm2022}/lib/formly/field/wrapper/expandable.wrapper.component.mjs +6 -6
  88. package/{esm2020 → esm2022}/lib/formly/field/wrapper/expandable.wrapper.delegate.mjs +4 -4
  89. package/{esm2020 → esm2022}/lib/formly/field/wrapper/flex.wrapper.component.mjs +6 -6
  90. package/esm2022/lib/formly/field/wrapper/form.wrapper.module.mjs +86 -0
  91. package/{esm2020 → esm2022}/lib/formly/field/wrapper/info.wrapper.component.mjs +7 -7
  92. package/esm2022/lib/formly/field/wrapper/section.wrapper.component.mjs +27 -0
  93. package/{esm2020 → esm2022}/lib/formly/field/wrapper/style.wrapper.component.mjs +7 -7
  94. package/esm2022/lib/formly/field/wrapper/subsection.wrapper.component.mjs +27 -0
  95. package/{esm2020 → esm2022}/lib/formly/field/wrapper/toggle.wrapper.component.mjs +6 -6
  96. package/{esm2020 → esm2022}/lib/formly/field/wrapper/working.wrapper.component.mjs +6 -6
  97. package/esm2022/lib/formly/field/wrapper/wrapper.mjs +73 -0
  98. package/{esm2020 → esm2022}/lib/formly/form/form.form.module.mjs +5 -5
  99. package/{esm2020 → esm2022}/lib/formly/form/search.form.component.mjs +6 -6
  100. package/{esm2020 → esm2022}/lib/formly/formly.context.directive.mjs +4 -4
  101. package/esm2022/lib/formly/formly.context.mjs +100 -0
  102. package/{esm2020 → esm2022}/lib/formly/formly.directive.mjs +16 -16
  103. package/{esm2020 → esm2022}/lib/formly/formly.form.component.mjs +6 -6
  104. package/{esm2020 → esm2022}/lib/formly/formly.module.mjs +16 -16
  105. package/{esm2020 → esm2022}/lib/layout/form.layout.module.mjs +5 -5
  106. package/{esm2020 → esm2022}/lib/layout/form.spacer.component.mjs +6 -6
  107. package/{esm2020 → esm2022}/mapbox/lib/field/latlng/latlng.field.component.mjs +10 -10
  108. package/{esm2020 → esm2022}/mapbox/lib/field/latlng/latlng.field.marker.component.mjs +6 -6
  109. package/esm2022/mapbox/lib/field/latlng/latlng.field.mjs +35 -0
  110. package/esm2022/mapbox/lib/field/latlng/latlng.module.mjs +59 -0
  111. package/{mapbox/esm2020 → esm2022/mapbox}/lib/field/zoom/zoom.field.component.mjs +10 -10
  112. package/esm2022/mapbox/lib/field/zoom/zoom.field.mjs +23 -0
  113. package/esm2022/mapbox/lib/field/zoom/zoom.module.mjs +57 -0
  114. package/{mapbox/esm2020 → esm2022/mapbox}/lib/mapbox.module.mjs +5 -5
  115. package/{fesm2020 → fesm2022}/dereekb-dbx-form-calendar.mjs +188 -228
  116. package/fesm2022/dereekb-dbx-form-calendar.mjs.map +1 -0
  117. package/{mapbox/fesm2020 → fesm2022}/dereekb-dbx-form-mapbox.mjs +76 -76
  118. package/fesm2022/dereekb-dbx-form-mapbox.mjs.map +1 -0
  119. package/{fesm2020 → fesm2022}/dereekb-dbx-form.mjs +820 -831
  120. package/fesm2022/dereekb-dbx-form.mjs.map +1 -0
  121. package/lib/extension/_extension.scss +11 -6
  122. package/lib/extension/calendar/_calendar.scss +7 -5
  123. package/lib/form/_form.scss +3 -2
  124. package/lib/form/action/form.action.directive.d.ts +2 -2
  125. package/lib/form/action/transition/form.action.transition.safety.directive.d.ts +1 -1
  126. package/lib/form/form.angular.util.d.ts +1 -1
  127. package/lib/form/form.d.ts +1 -1
  128. package/lib/form/io/form.changes.directive.d.ts +1 -1
  129. package/lib/form/io/form.input.directive.d.ts +2 -2
  130. package/lib/form/io/form.loading.directive.d.ts +1 -1
  131. package/lib/formly/_formly.scss +7 -9
  132. package/lib/formly/field/_field.scss +7 -7
  133. package/lib/formly/field/checklist/_checklist.scss +3 -2
  134. package/lib/formly/field/checklist/checklist.field.d.ts +4 -4
  135. package/lib/formly/field/checklist/checklist.item.d.ts +1 -1
  136. package/lib/formly/field/checklist/checklist.item.field.component.d.ts +2 -2
  137. package/lib/formly/field/checklist/checklist.item.field.content.default.component.d.ts +4 -4
  138. package/lib/formly/field/checklist/checklist.item.field.d.ts +1 -1
  139. package/lib/formly/field/component/_component.scss +3 -2
  140. package/lib/formly/field/component/component.field.component.d.ts +2 -2
  141. package/lib/formly/field/component/component.field.d.ts +1 -1
  142. package/lib/formly/field/field.d.ts +5 -11
  143. package/lib/formly/field/selection/_selection.scss +5 -5
  144. package/lib/formly/field/selection/list/_list.scss +3 -2
  145. package/lib/formly/field/selection/list/list.field.component.d.ts +1 -1
  146. package/lib/formly/field/selection/pickable/_pickable.scss +3 -9
  147. package/lib/formly/field/selection/pickable/pickable.chip.field.component.d.ts +1 -1
  148. package/lib/formly/field/selection/pickable/pickable.d.ts +6 -22
  149. package/lib/formly/field/selection/pickable/pickable.field.directive.d.ts +3 -3
  150. package/lib/formly/field/selection/pickable/pickable.list.field.component.d.ts +4 -4
  151. package/lib/formly/field/selection/pickable/pickable.util.d.ts +2 -2
  152. package/lib/formly/field/selection/searchable/_searchable.scss +5 -5
  153. package/lib/formly/field/selection/searchable/searchable.chip.field.component.d.ts +1 -1
  154. package/lib/formly/field/selection/searchable/searchable.d.ts +4 -4
  155. package/lib/formly/field/selection/searchable/searchable.field.autocomplete.item.component.d.ts +3 -3
  156. package/lib/formly/field/selection/searchable/searchable.field.d.ts +1 -1
  157. package/lib/formly/field/selection/searchable/searchable.field.directive.d.ts +1 -1
  158. package/lib/formly/field/selection/searchable/searchable.text.field.component.d.ts +1 -1
  159. package/lib/formly/field/selection/selection.d.ts +1 -5
  160. package/lib/formly/field/selection/selection.field.d.ts +1 -1
  161. package/lib/formly/field/selection/sourceselect/_sourceselect.scss +6 -15
  162. package/lib/formly/field/selection/sourceselect/sourceselect.d.ts +6 -6
  163. package/lib/formly/field/selection/sourceselect/sourceselect.field.component.d.ts +1 -1
  164. package/lib/formly/field/selection/sourceselect/sourceselect.field.module.d.ts +1 -1
  165. package/lib/formly/field/texteditor/_texteditor.scss +3 -2
  166. package/lib/formly/field/texteditor/texteditor.field.component.d.ts +2 -2
  167. package/lib/formly/field/value/_value.scss +10 -6
  168. package/lib/formly/field/value/array/_array.scss +7 -2
  169. package/lib/formly/field/value/array/array.field.component.d.ts +2 -2
  170. package/lib/formly/field/value/boolean/_boolean.scss +5 -4
  171. package/lib/formly/field/value/date/_date.scss +20 -37
  172. package/lib/formly/field/value/date/date.field.module.d.ts +1 -1
  173. package/lib/formly/field/value/date/datetime.field.component.d.ts +3 -13
  174. package/lib/formly/field/value/date/datetime.field.d.ts +5 -5
  175. package/lib/formly/field/value/date/fixeddaterange.field.component.d.ts +7 -7
  176. package/lib/formly/field/value/hidden.field.d.ts +1 -1
  177. package/lib/formly/field/value/number/_number.scss +35 -0
  178. package/lib/formly/field/value/number/number.field.d.ts +3 -3
  179. package/lib/formly/field/value/phone/_phone.scss +4 -3
  180. package/lib/formly/field/value/phone/phone.field.component.d.ts +1 -1
  181. package/lib/formly/field/value/phone/phone.field.module.d.ts +1 -1
  182. package/lib/formly/field/value/text/_text.scss +3 -2
  183. package/lib/formly/field/value/text/text.additional.field.d.ts +3 -3
  184. package/lib/formly/field/value/text/text.field.d.ts +2 -2
  185. package/lib/formly/field/wrapper/_wrapper.scss +5 -4
  186. package/lib/formly/field/wrapper/autotouch.wrapper.component.d.ts +1 -1
  187. package/lib/formly/field/wrapper/expandable.wrapper.component.d.ts +2 -2
  188. package/lib/formly/field/wrapper/expandable.wrapper.delegate.d.ts +1 -1
  189. package/lib/formly/field/wrapper/flex.wrapper.component.d.ts +1 -1
  190. package/lib/formly/field/wrapper/form.wrapper.module.d.ts +1 -1
  191. package/lib/formly/field/wrapper/info.wrapper.component.d.ts +1 -1
  192. package/lib/formly/field/wrapper/section.wrapper.component.d.ts +2 -2
  193. package/lib/formly/field/wrapper/style.wrapper.component.d.ts +2 -2
  194. package/lib/formly/field/wrapper/subsection.wrapper.component.d.ts +2 -2
  195. package/lib/formly/field/wrapper/toggle.wrapper.component.d.ts +1 -1
  196. package/lib/formly/field/wrapper/working.wrapper.component.d.ts +2 -2
  197. package/lib/formly/field/wrapper/wrapper.d.ts +1 -1
  198. package/lib/formly/form/_form.scss +17 -4
  199. package/lib/formly/form/search.form.component.d.ts +1 -1
  200. package/lib/formly/formly.context.directive.d.ts +1 -1
  201. package/lib/formly/formly.directive.d.ts +4 -4
  202. package/lib/formly/formly.form.component.d.ts +1 -1
  203. package/lib/formly/template/login.d.ts +1 -1
  204. package/lib/formly/template/timezone.d.ts +1 -1
  205. package/lib/layout/_layout.scss +3 -2
  206. package/lib/layout/form.spacer.component.d.ts +1 -1
  207. package/lib/style/_all-typography.scss +11 -3
  208. package/lib/style/_core.scss +1 -2
  209. package/lib/style/_mixin.scss +10 -0
  210. package/lib/style/_theming.scss +1 -1
  211. package/lib/validator/available.d.ts +1 -1
  212. package/mapbox/{esm2020 → esm2022}/lib/field/latlng/latlng.field.component.mjs +10 -10
  213. package/mapbox/{esm2020 → esm2022}/lib/field/latlng/latlng.field.marker.component.mjs +6 -6
  214. package/mapbox/esm2022/lib/field/latlng/latlng.field.mjs +35 -0
  215. package/mapbox/esm2022/lib/field/latlng/latlng.module.mjs +59 -0
  216. package/{esm2020/mapbox → mapbox/esm2022}/lib/field/zoom/zoom.field.component.mjs +10 -10
  217. package/mapbox/esm2022/lib/field/zoom/zoom.field.mjs +23 -0
  218. package/mapbox/esm2022/lib/field/zoom/zoom.module.mjs +57 -0
  219. package/{esm2020/mapbox → mapbox/esm2022}/lib/mapbox.module.mjs +5 -5
  220. package/{fesm2020 → mapbox/fesm2022}/dereekb-dbx-form-mapbox.mjs +76 -76
  221. package/mapbox/fesm2022/dereekb-dbx-form-mapbox.mjs.map +1 -0
  222. package/mapbox/lib/field/latlng/latlng.field.component.d.ts +1 -1
  223. package/mapbox/lib/field/latlng/latlng.field.marker.component.d.ts +1 -1
  224. package/mapbox/lib/field/zoom/zoom.field.component.d.ts +1 -1
  225. package/mapbox/package.json +10 -28
  226. package/package.json +31 -31
  227. package/esm2020/calendar/lib/calendar.module.mjs +0 -155
  228. package/esm2020/calendar/lib/calendar.schedule.selection.dialog.button.component.mjs +0 -38
  229. package/esm2020/calendar/lib/calendar.schedule.selection.dialog.component.mjs +0 -65
  230. package/esm2020/calendar/lib/calendar.schedule.selection.popover.component.mjs +0 -37
  231. package/esm2020/calendar/lib/calendar.schedule.selection.range.component.mjs +0 -188
  232. package/esm2020/calendar/lib/calendar.schedule.selection.store.mjs +0 -814
  233. package/esm2020/calendar/lib/field/schedule/calendar.schedule.field.component.mjs +0 -158
  234. package/esm2020/calendar/lib/field/schedule/calendar.schedule.field.mjs +0 -29
  235. package/esm2020/calendar/lib/field/schedule/calendar.schedule.module.mjs +0 -58
  236. package/esm2020/lib/formly/field/checklist/checklist.item.field.module.mjs +0 -67
  237. package/esm2020/lib/formly/field/component/component.field.module.mjs +0 -32
  238. package/esm2020/lib/formly/field/field.mjs +0 -103
  239. package/esm2020/lib/formly/field/selection/list/list.field.module.mjs +0 -76
  240. package/esm2020/lib/formly/field/selection/pickable/pickable.chip.field.component.mjs +0 -33
  241. package/esm2020/lib/formly/field/selection/pickable/pickable.field.module.mjs +0 -93
  242. package/esm2020/lib/formly/field/selection/pickable/pickable.list.field.component.mjs +0 -116
  243. package/esm2020/lib/formly/field/selection/searchable/searchable.chip.field.component.mjs +0 -68
  244. package/esm2020/lib/formly/field/selection/searchable/searchable.field.autocomplete.item.component.mjs +0 -95
  245. package/esm2020/lib/formly/field/selection/searchable/searchable.field.directive.mjs +0 -278
  246. package/esm2020/lib/formly/field/selection/searchable/searchable.field.module.mjs +0 -91
  247. package/esm2020/lib/formly/field/selection/selection.field.mjs +0 -39
  248. package/esm2020/lib/formly/field/selection/sourceselect/sourceselect.field.module.mjs +0 -93
  249. package/esm2020/lib/formly/field/texteditor/texteditor.field.module.mjs +0 -51
  250. package/esm2020/lib/formly/field/value/array/array.field.module.mjs +0 -62
  251. package/esm2020/lib/formly/field/value/boolean/boolean.field.mjs +0 -47
  252. package/esm2020/lib/formly/field/value/date/date.field.module.mjs +0 -96
  253. package/esm2020/lib/formly/field/value/date/datetime.field.component.mjs +0 -488
  254. package/esm2020/lib/formly/field/value/date/datetime.field.mjs +0 -143
  255. package/esm2020/lib/formly/field/value/date/fixeddaterange.field.component.mjs +0 -506
  256. package/esm2020/lib/formly/field/value/phone/phone.field.component.mjs +0 -100
  257. package/esm2020/lib/formly/field/value/phone/phone.field.module.mjs +0 -66
  258. package/esm2020/lib/formly/field/wrapper/form.wrapper.module.mjs +0 -86
  259. package/esm2020/lib/formly/field/wrapper/section.wrapper.component.mjs +0 -26
  260. package/esm2020/lib/formly/field/wrapper/subsection.wrapper.component.mjs +0 -26
  261. package/esm2020/lib/formly/field/wrapper/wrapper.mjs +0 -78
  262. package/esm2020/lib/formly/formly.context.mjs +0 -100
  263. package/esm2020/mapbox/lib/field/latlng/latlng.field.mjs +0 -35
  264. package/esm2020/mapbox/lib/field/latlng/latlng.module.mjs +0 -59
  265. package/esm2020/mapbox/lib/field/zoom/zoom.field.mjs +0 -23
  266. package/esm2020/mapbox/lib/field/zoom/zoom.module.mjs +0 -57
  267. package/fesm2015/dereekb-dbx-form-calendar.mjs +0 -1955
  268. package/fesm2015/dereekb-dbx-form-calendar.mjs.map +0 -1
  269. package/fesm2015/dereekb-dbx-form-mapbox.mjs +0 -585
  270. package/fesm2015/dereekb-dbx-form-mapbox.mjs.map +0 -1
  271. package/fesm2015/dereekb-dbx-form.mjs +0 -6205
  272. package/fesm2015/dereekb-dbx-form.mjs.map +0 -1
  273. package/fesm2020/dereekb-dbx-form-calendar.mjs.map +0 -1
  274. package/fesm2020/dereekb-dbx-form-mapbox.mjs.map +0 -1
  275. package/fesm2020/dereekb-dbx-form.mjs.map +0 -1
  276. package/mapbox/esm2020/lib/field/latlng/latlng.field.mjs +0 -35
  277. package/mapbox/esm2020/lib/field/latlng/latlng.module.mjs +0 -59
  278. package/mapbox/esm2020/lib/field/zoom/zoom.field.mjs +0 -23
  279. package/mapbox/esm2020/lib/field/zoom/zoom.module.mjs +0 -57
  280. package/mapbox/fesm2015/dereekb-dbx-form-mapbox.mjs +0 -585
  281. package/mapbox/fesm2015/dereekb-dbx-form-mapbox.mjs.map +0 -1
  282. package/mapbox/fesm2020/dereekb-dbx-form-mapbox.mjs.map +0 -1
  283. /package/{esm2020 → esm2022}/calendar/dereekb-dbx-form-calendar.mjs +0 -0
  284. /package/{esm2020 → esm2022}/calendar/index.mjs +0 -0
  285. /package/{esm2020 → esm2022}/calendar/lib/calendar.schedule.selection.form.mjs +0 -0
  286. /package/{esm2020 → esm2022}/calendar/lib/field/index.mjs +0 -0
  287. /package/{esm2020 → esm2022}/calendar/lib/field/schedule/index.mjs +0 -0
  288. /package/{esm2020 → esm2022}/calendar/lib/index.mjs +0 -0
  289. /package/{esm2020 → esm2022}/dereekb-dbx-form.mjs +0 -0
  290. /package/{esm2020 → esm2022}/index.mjs +0 -0
  291. /package/{esm2020 → esm2022}/lib/form/action/index.mjs +0 -0
  292. /package/{esm2020 → esm2022}/lib/form/action/transition/index.mjs +0 -0
  293. /package/{esm2020 → esm2022}/lib/form/form.angular.util.mjs +0 -0
  294. /package/{esm2020 → esm2022}/lib/form/form.mjs +0 -0
  295. /package/{esm2020 → esm2022}/lib/form/index.mjs +0 -0
  296. /package/{esm2020 → esm2022}/lib/form/io/index.mjs +0 -0
  297. /package/{esm2020 → esm2022}/lib/formly/config/index.mjs +0 -0
  298. /package/{esm2020 → esm2022}/lib/formly/config/validation.mjs +0 -0
  299. /package/{esm2020 → esm2022}/lib/formly/field/checklist/checklist.field.mjs +0 -0
  300. /package/{esm2020 → esm2022}/lib/formly/field/checklist/checklist.item.field.mjs +0 -0
  301. /package/{esm2020 → esm2022}/lib/formly/field/checklist/checklist.item.mjs +0 -0
  302. /package/{esm2020 → esm2022}/lib/formly/field/checklist/index.mjs +0 -0
  303. /package/{esm2020 → esm2022}/lib/formly/field/component/component.field.mjs +0 -0
  304. /package/{esm2020 → esm2022}/lib/formly/field/component/index.mjs +0 -0
  305. /package/{esm2020 → esm2022}/lib/formly/field/index.mjs +0 -0
  306. /package/{esm2020 → esm2022}/lib/formly/field/selection/index.mjs +0 -0
  307. /package/{esm2020 → esm2022}/lib/formly/field/selection/list/index.mjs +0 -0
  308. /package/{esm2020 → esm2022}/lib/formly/field/selection/list/list.field.mjs +0 -0
  309. /package/{esm2020 → esm2022}/lib/formly/field/selection/pickable/index.mjs +0 -0
  310. /package/{esm2020 → esm2022}/lib/formly/field/selection/pickable/pickable.field.mjs +0 -0
  311. /package/{esm2020 → esm2022}/lib/formly/field/selection/pickable/pickable.util.mjs +0 -0
  312. /package/{esm2020 → esm2022}/lib/formly/field/selection/searchable/index.mjs +0 -0
  313. /package/{esm2020 → esm2022}/lib/formly/field/selection/searchable/searchable.field.mjs +0 -0
  314. /package/{esm2020 → esm2022}/lib/formly/field/selection/searchable/searchable.mjs +0 -0
  315. /package/{esm2020 → esm2022}/lib/formly/field/selection/searchable/text.chip.field.mjs +0 -0
  316. /package/{esm2020 → esm2022}/lib/formly/field/selection/sourceselect/index.mjs +0 -0
  317. /package/{esm2020 → esm2022}/lib/formly/field/selection/sourceselect/sourceselect.field.mjs +0 -0
  318. /package/{esm2020 → esm2022}/lib/formly/field/selection/sourceselect/sourceselect.mjs +0 -0
  319. /package/{esm2020 → esm2022}/lib/formly/field/texteditor/index.mjs +0 -0
  320. /package/{esm2020 → esm2022}/lib/formly/field/texteditor/texteditor.field.mjs +0 -0
  321. /package/{esm2020 → esm2022}/lib/formly/field/value/array/array.field.mjs +0 -0
  322. /package/{esm2020 → esm2022}/lib/formly/field/value/array/index.mjs +0 -0
  323. /package/{esm2020 → esm2022}/lib/formly/field/value/boolean/index.mjs +0 -0
  324. /package/{esm2020 → esm2022}/lib/formly/field/value/date/date.value.mjs +0 -0
  325. /package/{esm2020 → esm2022}/lib/formly/field/value/date/datetime.mjs +0 -0
  326. /package/{esm2020 → esm2022}/lib/formly/field/value/date/datetime.preset.mjs +0 -0
  327. /package/{esm2020 → esm2022}/lib/formly/field/value/date/index.mjs +0 -0
  328. /package/{esm2020 → esm2022}/lib/formly/field/value/hidden.field.mjs +0 -0
  329. /package/{esm2020 → esm2022}/lib/formly/field/value/index.mjs +0 -0
  330. /package/{esm2020 → esm2022}/lib/formly/field/value/number/index.mjs +0 -0
  331. /package/{esm2020 → esm2022}/lib/formly/field/value/number/number.field.mjs +0 -0
  332. /package/{esm2020 → esm2022}/lib/formly/field/value/phone/index.mjs +0 -0
  333. /package/{esm2020 → esm2022}/lib/formly/field/value/phone/phone.field.mjs +0 -0
  334. /package/{esm2020 → esm2022}/lib/formly/field/value/text/index.mjs +0 -0
  335. /package/{esm2020 → esm2022}/lib/formly/field/value/text/text.additional.field.mjs +0 -0
  336. /package/{esm2020 → esm2022}/lib/formly/field/value/text/text.address.field.mjs +0 -0
  337. /package/{esm2020 → esm2022}/lib/formly/field/value/text/text.field.mjs +0 -0
  338. /package/{esm2020 → esm2022}/lib/formly/field/wrapper/index.mjs +0 -0
  339. /package/{esm2020 → esm2022}/lib/formly/form/form.form.mjs +0 -0
  340. /package/{esm2020 → esm2022}/lib/formly/form/index.mjs +0 -0
  341. /package/{esm2020 → esm2022}/lib/formly/index.mjs +0 -0
  342. /package/{esm2020 → esm2022}/lib/formly/template/available.mjs +0 -0
  343. /package/{esm2020 → esm2022}/lib/formly/template/index.mjs +0 -0
  344. /package/{esm2020 → esm2022}/lib/formly/template/login.mjs +0 -0
  345. /package/{esm2020 → esm2022}/lib/formly/template/timezone.mjs +0 -0
  346. /package/{esm2020 → esm2022}/lib/index.mjs +0 -0
  347. /package/{esm2020 → esm2022}/lib/layout/index.mjs +0 -0
  348. /package/{esm2020 → esm2022}/lib/validator/available.mjs +0 -0
  349. /package/{esm2020 → esm2022}/lib/validator/boolean.mjs +0 -0
  350. /package/{esm2020 → esm2022}/lib/validator/email.mjs +0 -0
  351. /package/{esm2020 → esm2022}/lib/validator/field.mjs +0 -0
  352. /package/{esm2020 → esm2022}/lib/validator/index.mjs +0 -0
  353. /package/{esm2020 → esm2022}/lib/validator/number.mjs +0 -0
  354. /package/{esm2020 → esm2022}/lib/validator/phone.mjs +0 -0
  355. /package/{esm2020 → esm2022}/mapbox/dereekb-dbx-form-mapbox.mjs +0 -0
  356. /package/{esm2020 → esm2022}/mapbox/index.mjs +0 -0
  357. /package/{esm2020 → esm2022}/mapbox/lib/field/index.mjs +0 -0
  358. /package/{esm2020 → esm2022}/mapbox/lib/field/latlng/index.mjs +0 -0
  359. /package/{esm2020 → esm2022}/mapbox/lib/field/zoom/index.mjs +0 -0
  360. /package/mapbox/{esm2020 → esm2022}/dereekb-dbx-form-mapbox.mjs +0 -0
  361. /package/mapbox/{esm2020 → esm2022}/index.mjs +0 -0
  362. /package/mapbox/{esm2020 → esm2022}/lib/field/index.mjs +0 -0
  363. /package/mapbox/{esm2020 → esm2022}/lib/field/latlng/index.mjs +0 -0
  364. /package/mapbox/{esm2020 → esm2022}/lib/field/zoom/index.mjs +0 -0
@@ -10,12 +10,12 @@ import * as i0 from "@angular/core";
10
10
  export declare class DbxPickableListFieldComponent<T> extends AbstractDbxPickableItemFieldDirective<T> {
11
11
  onSelectionChange(event: unknown): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxPickableListFieldComponent<any>, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxPickableListFieldComponent<any>, "ng-component", never, {}, {}, never, never, false>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxPickableListFieldComponent<any>, "ng-component", never, {}, {}, never, never, false, never>;
14
14
  }
15
15
  export declare class DbxPickableListFieldItemListComponent<T> extends AbstractDbxSelectionListWrapperDirective<PickableItemFieldItem<T>> {
16
16
  constructor();
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxPickableListFieldItemListComponent<any>, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxPickableListFieldItemListComponent<any>, "dbx-form-pickable-item-field-item-list", never, {}, {}, never, ["[top]", "[bottom]", "[empty]", "[emptyLoading]"], false>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxPickableListFieldItemListComponent<any>, "dbx-form-pickable-item-field-item-list", never, {}, {}, never, ["[top]", "[bottom]", "[empty]", "[emptyLoading]"], false, never>;
19
19
  }
20
20
  /**
21
21
  * NOTE: Values input are PickableItemFieldItem<T>, but output values are PickableValueFieldDisplayValue<T>.
@@ -28,12 +28,12 @@ export declare class DbxPickableListFieldItemListViewComponent<T> extends Abstra
28
28
  readonly items$: import("rxjs").Observable<any[]>;
29
29
  constructor(dbxPickableListFieldComponent: DbxPickableListFieldComponent<T>);
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxPickableListFieldItemListViewComponent<any>, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxPickableListFieldItemListViewComponent<any>, "ng-component", never, {}, {}, never, never, false>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxPickableListFieldItemListViewComponent<any>, "ng-component", never, {}, {}, never, never, false, never>;
32
32
  }
33
33
  export declare class DbxPickableListFieldItemListViewItemComponent<T> extends AbstractDbxValueListViewItemComponent<PickableValueFieldDisplayValue<T>> {
34
34
  get label(): string;
35
35
  get sublabel(): string | undefined;
36
36
  get icon(): string | undefined;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxPickableListFieldItemListViewItemComponent<any>, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxPickableListFieldItemListViewItemComponent<any>, "ng-component", never, {}, {}, never, never, false>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxPickableListFieldItemListViewItemComponent<any>, "ng-component", never, {}, {}, never, never, false, never>;
39
39
  }
@@ -4,9 +4,9 @@ import { PickableValueFieldDisplayValue } from './pickable';
4
4
  import { PickableItemFieldItem, PickableValueFieldsFieldProps } from './pickable.field.directive';
5
5
  export declare const filterPickableItemFieldValuesByLabelFilterFunction: SearchStringFilterFunction<PickableValueFieldDisplayValue<any>>;
6
6
  export declare function filterPickableItemFieldValuesByLabel<T>(filterText: Maybe<string>, values: PickableValueFieldDisplayValue<T>[]): Observable<T[]>;
7
- export declare const sortPickableItemsByLabelStringFunction: import("@dereekb/util").SortByStringFunction<PickableItemFieldItem<any, unknown>>;
7
+ export declare const sortPickableItemsByLabelStringFunction: import("@dereekb/util").SortByStringFunction<PickableItemFieldItem<any>>;
8
8
  export declare function sortPickableItemsByLabel<T>(chips: PickableItemFieldItem<T>[]): PickableItemFieldItem<T>[];
9
- export declare type PickableValueFieldValuesConfigForStaticLabeledValues<T, M extends LabeledValue<T>> = Pick<PickableValueFieldsFieldProps<T, M>, 'loadValues' | 'displayForValue' | 'filterValues'>;
9
+ export type PickableValueFieldValuesConfigForStaticLabeledValues<T, M extends LabeledValue<T>> = Pick<PickableValueFieldsFieldProps<T, M>, 'loadValues' | 'displayForValue' | 'filterValues'>;
10
10
  export interface PickableValueFieldValuesConfigForStaticLabeledValuesConfig<T, M extends LabeledValue<T>> {
11
11
  readonly allOptions: M[];
12
12
  readonly unknownOptionLabel?: string;
@@ -8,9 +8,8 @@
8
8
  width: 100%;
9
9
  }
10
10
 
11
- .dbx-searchable-text-field-value.mat-option,
12
- .dbx-searchable-text-field-autocomplete .mat-option {
13
- padding: 0;
11
+ .dbx-searchable-text-field-autocomplete > .mat-mdc-option > .mdc-list-item__primary-text {
12
+ width: 100%;
14
13
  }
15
14
 
16
15
  .dbx-default-searchable-field-display {
@@ -40,12 +39,13 @@
40
39
  @mixin color($theme-config) {
41
40
  }
42
41
 
43
- @mixin typography($typography-config) {
42
+ @mixin typography($theme-config-or-typography-config) {
44
43
  }
45
44
 
46
45
  @mixin theme($theme-config) {
47
46
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-form-field-selection-searchable') {
48
47
  $color: theming.get-color-config($theme-config);
48
+ $density: theming.get-density-config($theme-config);
49
49
  $typography: theming.get-typography-config($theme-config);
50
50
 
51
51
  @if $color !=null {
@@ -53,7 +53,7 @@
53
53
  }
54
54
 
55
55
  @if $typography !=null {
56
- @include typography($typography);
56
+ @include typography($theme-config);
57
57
  }
58
58
  }
59
59
  }
@@ -24,5 +24,5 @@ export declare class DbxSearchableChipFieldComponent<T, M = unknown, H extends P
24
24
  ngOnDestroy(): void;
25
25
  onBlur(): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxSearchableChipFieldComponent<any, any, any>, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxSearchableChipFieldComponent<any, any, any>, "ng-component", never, {}, {}, never, never, false>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxSearchableChipFieldComponent<any, any, any>, "ng-component", never, {}, {}, never, never, false, never>;
28
28
  }
@@ -23,7 +23,7 @@ export interface ConfiguredSearchableValueFieldDisplayValue<T, M = unknown> exte
23
23
  /**
24
24
  * SearchableValueField function for searching values.
25
25
  */
26
- export declare type SearchableValueFieldStringSearchFn<T, M = unknown> = MapFunction<string, Observable<SearchableValueFieldValue<T, M>[]>>;
26
+ export type SearchableValueFieldStringSearchFn<T, M = unknown> = MapFunction<string, Observable<SearchableValueFieldValue<T, M>[]>>;
27
27
  /**
28
28
  * SearchableValueField function that allows the values a chance to go through another observable for unknown changes.
29
29
  *
@@ -31,9 +31,9 @@ export declare type SearchableValueFieldStringSearchFn<T, M = unknown> = MapFunc
31
31
  *
32
32
  * The value itself should not change. All other fields on the value may change, however.
33
33
  */
34
- export declare type SearchableValueFieldDisplayFn<T, M = unknown> = MapFunction<SearchableValueFieldValue<T, M>[], Observable<SearchableValueFieldDisplayValue<T, M>[]>>;
34
+ export type SearchableValueFieldDisplayFn<T, M = unknown> = MapFunction<SearchableValueFieldValue<T, M>[], Observable<SearchableValueFieldDisplayValue<T, M>[]>>;
35
35
  /**
36
36
  * SearchableValueField function for setting anchor values on a field value.
37
37
  */
38
- export declare type SearchableValueFieldAnchorFn<T, M = unknown> = MapFunction<SearchableValueFieldValue<T, M>, ClickableAnchor>;
39
- export declare type SearchableValueFieldHashFn<T, H extends PrimativeKey = PrimativeKey> = SelectionValueHashFunction<T, H>;
38
+ export type SearchableValueFieldAnchorFn<T, M = unknown> = MapFunction<SearchableValueFieldValue<T, M>, ClickableAnchor>;
39
+ export type SearchableValueFieldHashFn<T, H extends PrimativeKey = PrimativeKey> = SelectionValueHashFunction<T, H>;
@@ -12,16 +12,16 @@ export declare class DbxSearchableFieldAutocompleteItemComponent<T> implements O
12
12
  set displayValue(displayValue: ConfiguredSearchableValueFieldDisplayValue<T>);
13
13
  ngOnDestroy(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxSearchableFieldAutocompleteItemComponent<any>, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxSearchableFieldAutocompleteItemComponent<any>, "dbx-searchable-field-autocomplete-item", never, { "displayValue": "displayValue"; }, {}, never, never, false>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxSearchableFieldAutocompleteItemComponent<any>, "dbx-searchable-field-autocomplete-item", never, { "displayValue": { "alias": "displayValue"; "required": false; }; }, {}, never, never, false, never>;
16
16
  }
17
17
  export declare abstract class AbstractDbxSearchableFieldDisplayDirective<T> {
18
18
  readonly displayValue: ConfiguredSearchableValueFieldDisplayValue<T>;
19
19
  constructor(displayValue: ConfiguredSearchableValueFieldDisplayValue<T>);
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxSearchableFieldDisplayDirective<any>, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxSearchableFieldDisplayDirective<any>, never, never, {}, {}, never, never, false>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxSearchableFieldDisplayDirective<any>, never, never, {}, {}, never, never, false, never>;
22
22
  }
23
23
  export declare class DbxDefaultSearchableFieldDisplayComponent<T> extends AbstractDbxSearchableFieldDisplayDirective<T> {
24
24
  get icon(): string | undefined;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxDefaultSearchableFieldDisplayComponent<any>, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxDefaultSearchableFieldDisplayComponent<any>, "dbx-default-searchable-field-display", never, {}, {}, never, never, false>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxDefaultSearchableFieldDisplayComponent<any>, "dbx-default-searchable-field-display", never, {}, {}, never, never, false, never>;
27
27
  }
@@ -15,7 +15,7 @@ export declare function makeMetaFilterSearchableFieldValueDisplayFn<T extends st
15
15
  loadMetaForValues: (values: SearchableValueFieldValue<T, M>[]) => Observable<SearchableValueFieldValue<T, M>[]>;
16
16
  makeDisplayForValues: (values: SearchableValueFieldValue<T, M>[]) => Observable<SearchableValueFieldDisplayValue<T, M>[]>;
17
17
  }): SearchableValueFieldDisplayFn<T, M>;
18
- export declare type StringSearchableChipFieldConfig<M = unknown> = Omit<SearchableChipFieldConfig<string, M>, 'allowStringValues'>;
18
+ export type StringSearchableChipFieldConfig<M = unknown> = Omit<SearchableChipFieldConfig<string, M>, 'allowStringValues'>;
19
19
  export declare function searchableStringChipField<M = unknown>(config: StringSearchableChipFieldConfig<M>): FormlyFieldConfig;
20
20
  export interface SearchableChipFieldConfig<T = unknown, M = unknown, H extends PrimativeKey = PrimativeKey> extends LabeledFieldConfig, DescriptionFieldConfig, MaterialFormFieldConfig, SearchableChipValueFieldsFieldProps<T, M, H> {
21
21
  }
@@ -155,5 +155,5 @@ export declare abstract class AbstractDbxSearchableValueFieldDirective<T, M = un
155
155
  protected _getValueOnFormControl(valueOnFormControl: ArrayOrValue<T>): T[];
156
156
  protected _setValueOnFormControl(values: T[]): void;
157
157
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxSearchableValueFieldDirective<any, any, any, any>, never>;
158
- static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxSearchableValueFieldDirective<any, any, any, any>, never, never, {}, {}, never, never, false>;
158
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxSearchableValueFieldDirective<any, any, any, any>, never, never, {}, {}, never, never, false, never>;
159
159
  }
@@ -22,5 +22,5 @@ export declare class DbxSearchableTextFieldComponent<T, M = unknown, H extends P
22
22
  ngOnDestroy(): void;
23
23
  selected(event: MatAutocompleteSelectedEvent): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxSearchableTextFieldComponent<any, any, any>, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxSearchableTextFieldComponent<any, any, any>, "ng-component", never, {}, {}, never, never, false>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxSearchableTextFieldComponent<any, any, any>, "ng-component", never, {}, {}, never, never, false, never>;
26
26
  }
@@ -23,8 +23,4 @@ export interface SelectionDisplayValue<T, M = unknown> extends SelectionValue<T,
23
23
  /**
24
24
  * Used to hash the value from the input pickable value.
25
25
  */
26
- export declare type SelectionValueHashFunction<T, H extends PrimativeKey = PrimativeKey> = MapFunction<T, H>;
27
- /**
28
- * @deprecated Use SelectionValueHashFunction
29
- */
30
- export declare type SelectionValueHashFn<T, H extends PrimativeKey = PrimativeKey> = SelectionValueHashFunction<T, H>;
26
+ export type SelectionValueHashFunction<T, H extends PrimativeKey = PrimativeKey> = MapFunction<T, H>;
@@ -9,7 +9,7 @@ export interface ValueSelectionOptionClear {
9
9
  label?: string;
10
10
  clear: true;
11
11
  }
12
- export declare type ValueSelectionOption<T> = ValueSelectionOptionWithValue<T> | ValueSelectionOptionClear;
12
+ export type ValueSelectionOption<T> = ValueSelectionOptionWithValue<T> | ValueSelectionOptionClear;
13
13
  export interface ValueSelectionFieldConfig<T> extends LabeledFieldConfig, DescriptionFieldConfig, MaterialFormFieldConfig {
14
14
  /**
15
15
  * Whether or not to use the native select.
@@ -5,27 +5,17 @@
5
5
  // MARK: Mixin
6
6
  @mixin core() {
7
7
  .dbx-source-select-field-loading {
8
- /*
9
- position: absolute;
10
- bottom: 4px;
11
- left: 0;
12
- right: 0;
13
- */
14
-
15
8
  position: absolute;
16
9
  bottom: 0px;
17
- left: -12px;
18
- right: -12px;
10
+ left: -16px;
11
+ right: -16px;
19
12
  }
20
13
 
21
14
  .dbx-source-select-field-content {
22
15
  display: flex;
23
16
 
24
- .dbx-source-select-field-select {
25
- }
26
-
27
17
  .dbx-source-select-field-button {
28
- margin-top: -16px;
18
+ margin-top: -12px;
29
19
  height: 10px;
30
20
  overflow: visible;
31
21
  }
@@ -35,12 +25,13 @@
35
25
  @mixin color($theme-config) {
36
26
  }
37
27
 
38
- @mixin typography($typography-config) {
28
+ @mixin typography($theme-config-or-typography-config) {
39
29
  }
40
30
 
41
31
  @mixin theme($theme-config) {
42
32
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-form-field-source-select') {
43
33
  $color: theming.get-color-config($theme-config);
34
+ $density: theming.get-density-config($theme-config);
44
35
  $typography: theming.get-typography-config($theme-config);
45
36
 
46
37
  @if $color !=null {
@@ -48,7 +39,7 @@
48
39
  }
49
40
 
50
41
  @if $typography !=null {
51
- @include typography($typography);
42
+ @include typography($theme-config);
52
43
  }
53
44
  }
54
45
  }
@@ -23,7 +23,7 @@ export interface SourceSelectValueGroup<T extends PrimativeKey = PrimativeKey, M
23
23
  /**
24
24
  * Display value configuration for a SourceSelectValue.
25
25
  */
26
- export declare type SourceSelectDisplayValue<T extends PrimativeKey = PrimativeKey, M = unknown> = Omit<SelectionDisplayValue<T, M>, 'meta'> & Pick<SourceSelectValue<T, M>, 'meta'>;
26
+ export type SourceSelectDisplayValue<T extends PrimativeKey = PrimativeKey, M = unknown> = Omit<SelectionDisplayValue<T, M>, 'meta'> & Pick<SourceSelectValue<T, M>, 'meta'>;
27
27
  /**
28
28
  * Display value configuration for a SourceSelectValue.
29
29
  */
@@ -47,15 +47,15 @@ export interface SourceSelectOptions<T extends PrimativeKey = PrimativeKey, M =
47
47
  /**
48
48
  * Returns an observable that loads all the display info for the input values.
49
49
  */
50
- export declare type SourceSelectDisplayFunction<T extends PrimativeKey = PrimativeKey, M = unknown> = MapFunction<SourceSelectValue<T, M>[], Observable<SourceSelectDisplayValue<T, M>[]>>;
50
+ export type SourceSelectDisplayFunction<T extends PrimativeKey = PrimativeKey, M = unknown> = MapFunction<SourceSelectValue<T, M>[], Observable<SourceSelectDisplayValue<T, M>[]>>;
51
51
  /**
52
52
  * Reads the value from the input meta value. Should always return the same value.
53
53
  */
54
- export declare type SourceSelectMetaValueReader<T extends PrimativeKey = PrimativeKey, M = unknown> = MapFunction<M, T>;
54
+ export type SourceSelectMetaValueReader<T extends PrimativeKey = PrimativeKey, M = unknown> = MapFunction<M, T>;
55
55
  /**
56
56
  * Returns an observable that loads the metadata of the input values.
57
57
  */
58
- export declare type SourceSelectValueMetaLoader<T extends PrimativeKey = PrimativeKey, M = unknown> = FactoryWithRequiredInput<Observable<M[]>, T[]>;
58
+ export type SourceSelectValueMetaLoader<T extends PrimativeKey = PrimativeKey, M = unknown> = FactoryWithRequiredInput<Observable<M[]>, T[]>;
59
59
  export interface SourceSelectOpenFunctionParams {
60
60
  /**
61
61
  * Origin of the button for the SourceSelect
@@ -65,7 +65,7 @@ export interface SourceSelectOpenFunctionParams {
65
65
  /**
66
66
  * Returns an observable that returns an array of meta values to be added to the selection.
67
67
  */
68
- export declare type SourceSelectOpenFunction<M = unknown> = FactoryWithRequiredInput<Observable<SourceSelectOpenSourceResult<M>>, SourceSelectOpenFunctionParams>;
68
+ export type SourceSelectOpenFunction<M = unknown> = FactoryWithRequiredInput<Observable<SourceSelectOpenSourceResult<M>>, SourceSelectOpenFunctionParams>;
69
69
  /**
70
70
  * Returns an observable that returns an array of meta values to be added to the selection.
71
71
  */
@@ -82,7 +82,7 @@ export interface SourceSelectOpenSourceResult<M = unknown> {
82
82
  /**
83
83
  * Function used to return an observable for an array of SourceSelectLoadSource values.
84
84
  */
85
- export declare type SourceSelectLoadSourcesFunction<M = unknown> = Factory<Observable<SourceSelectLoadSource<M>[]>>;
85
+ export type SourceSelectLoadSourcesFunction<M = unknown> = Factory<Observable<SourceSelectLoadSource<M>[]>>;
86
86
  /**
87
87
  * Source that has a label and an observable of meta values.
88
88
  */
@@ -89,5 +89,5 @@ export declare class DbxFormSourceSelectFieldComponent<T extends PrimativeKey =
89
89
  private addToOpenSourceMap;
90
90
  private addToCurrentValue;
91
91
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxFormSourceSelectFieldComponent<any, any>, never>;
92
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxFormSourceSelectFieldComponent<any, any>, "ng-component", never, {}, {}, never, never, false>;
92
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxFormSourceSelectFieldComponent<any, any>, "ng-component", never, {}, {}, never, never, false, never>;
93
93
  }
@@ -14,7 +14,7 @@ import * as i12 from "@dereekb/dbx-core";
14
14
  import * as i13 from "@dereekb/dbx-web";
15
15
  import * as i14 from "@angular/material/chips";
16
16
  import * as i15 from "@angular/material/icon";
17
- import * as i16 from "@angular/flex-layout";
17
+ import * as i16 from "@ngbracket/ngx-layout";
18
18
  import * as i17 from "@ngx-formly/core";
19
19
  export declare class DbxFormFormlySourceSelectModule {
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxFormFormlySourceSelectModule, never>;
@@ -72,12 +72,13 @@
72
72
  }
73
73
  }
74
74
 
75
- @mixin typography($typography-config) {
75
+ @mixin typography($theme-config-or-typography-config) {
76
76
  }
77
77
 
78
78
  @mixin theme($theme-config) {
79
79
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-form-field-texteditor') {
80
80
  $color: theming.get-color-config($theme-config);
81
+ $density: theming.get-density-config($theme-config);
81
82
  $typography: theming.get-typography-config($theme-config);
82
83
 
83
84
  @if $color !=null {
@@ -85,7 +86,7 @@
85
86
  }
86
87
 
87
88
  @if $typography !=null {
88
- @include typography($typography);
89
+ @include typography($theme-config);
89
90
  }
90
91
  }
91
92
  }
@@ -6,7 +6,7 @@ import { FieldType } from '@ngx-formly/material';
6
6
  import { Editor } from 'ngx-editor';
7
7
  import { Maybe } from '@dereekb/util';
8
8
  import * as i0 from "@angular/core";
9
- export declare type TextEditorComponentFieldProps = FormlyFieldProps;
9
+ export type TextEditorComponentFieldProps = FormlyFieldProps;
10
10
  export declare class DbxTextEditorFieldComponent<T extends TextEditorComponentFieldProps = TextEditorComponentFieldProps> extends FieldType<FieldTypeConfig<T>> implements OnInit, OnDestroy {
11
11
  readonly compact: CompactContextStore;
12
12
  private _editor?;
@@ -21,5 +21,5 @@ export declare class DbxTextEditorFieldComponent<T extends TextEditorComponentFi
21
21
  ngOnInit(): void;
22
22
  ngOnDestroy(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxTextEditorFieldComponent<any>, [{ optional: true; }]>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxTextEditorFieldComponent<any>, "ng-component", never, {}, {}, never, never, false>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxTextEditorFieldComponent<any>, "ng-component", never, {}, {}, never, never, false, never>;
25
25
  }
@@ -1,6 +1,7 @@
1
1
  @use './array/array';
2
2
  @use './boolean/boolean';
3
3
  @use './date/date';
4
+ @use './number/number';
4
5
  @use './phone/phone';
5
6
  @use './text/text';
6
7
 
@@ -8,22 +9,25 @@
8
9
  @include array.core();
9
10
  @include boolean.core();
10
11
  @include date.core();
12
+ @include number.core();
11
13
  @include phone.core();
12
14
  @include text.core();
13
15
  }
14
16
 
15
- @mixin all-value-typography($typography-config) {
16
- @include array.typography($typography-config);
17
- @include boolean.typography($typography-config);
18
- @include date.typography($typography-config);
19
- @include phone.typography($typography-config);
20
- @include text.typography($typography-config);
17
+ @mixin all-value-typography($theme-config) {
18
+ @include array.typography($theme-config);
19
+ @include boolean.typography($theme-config);
20
+ @include date.typography($theme-config);
21
+ @include number.typography($theme-config);
22
+ @include phone.typography($theme-config);
23
+ @include text.typography($theme-config);
21
24
  }
22
25
 
23
26
  @mixin all-value-theme($theme-config) {
24
27
  @include array.theme($theme-config);
25
28
  @include boolean.theme($theme-config);
26
29
  @include date.theme($theme-config);
30
+ @include number.theme($theme-config);
27
31
  @include phone.theme($theme-config);
28
32
  @include text.theme($theme-config);
29
33
  }
@@ -58,14 +58,19 @@
58
58
  .dbx-form-repeat-array-bar {
59
59
  background: none;
60
60
  }
61
+
62
+ .dbx-form-repeat-array-drag-button.mdc-button > .mat-icon {
63
+ margin: 0;
64
+ }
61
65
  }
62
66
 
63
- @mixin typography($typography-config) {
67
+ @mixin typography($theme-config-or-typography-config) {
64
68
  }
65
69
 
66
70
  @mixin theme($theme-config) {
67
71
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-form-field-value-array') {
68
72
  $color: theming.get-color-config($theme-config);
73
+ $density: theming.get-density-config($theme-config);
69
74
  $typography: theming.get-typography-config($theme-config);
70
75
 
71
76
  @if $color !=null {
@@ -73,7 +78,7 @@
73
78
  }
74
79
 
75
80
  @if $typography !=null {
76
- @include typography($typography);
81
+ @include typography($theme-config);
77
82
  }
78
83
  }
79
84
  }
@@ -9,7 +9,7 @@ export interface DbxFormRepeatArrayPair<T = unknown> extends IndexRef {
9
9
  export interface DbxFormRepeatArrayFieldConfigPair<T = unknown> extends Partial<DbxFormRepeatArrayPair<T>> {
10
10
  fieldConfig: FormlyFieldConfig;
11
11
  }
12
- export declare type DbxFormRepeatArrayAddTemplateFunction<T> = FactoryWithRequiredInput<Partial<Maybe<T>>, number>;
12
+ export type DbxFormRepeatArrayAddTemplateFunction<T> = FactoryWithRequiredInput<Partial<Maybe<T>>, number>;
13
13
  export interface DbxFormRepeatArrayConfig<T = unknown> extends Pick<FormlyFieldProps, 'maxLength' | 'label' | 'description'> {
14
14
  labelForField?: string | FactoryWithRequiredInput<string, DbxFormRepeatArrayFieldConfigPair<T>>;
15
15
  /**
@@ -87,5 +87,5 @@ export declare class DbxFormRepeatArrayTypeComponent<T = unknown> extends FieldA
87
87
  drop(event: CdkDragDrop<unknown>): void;
88
88
  labelForItem(fieldConfig: FormlyFieldConfig, i: number): string;
89
89
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxFormRepeatArrayTypeComponent<any>, never>;
90
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxFormRepeatArrayTypeComponent<any>, "ng-component", never, {}, {}, never, never, false>;
90
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxFormRepeatArrayTypeComponent<any>, "ng-component", never, {}, {}, never, never, false, never>;
91
91
  }
@@ -4,8 +4,8 @@
4
4
 
5
5
  // MARK: Mixin
6
6
  @mixin core() {
7
- .mat-form-field.mat-form-field-type-toggle {
8
- .mat-form-field-wrapper .mat-form-field-subscript-wrapper {
7
+ .mat-mdc-form-field.mat-mdc-form-field-type-toggle {
8
+ .mat-mdc-form-field-wrapper .mat-mdc-form-field-subscript-wrapper {
9
9
  // margin on the checkbox field is unnecessary. By removing it, it becomes more in-line with the other fields.
10
10
  margin-top: 0px;
11
11
  }
@@ -15,12 +15,13 @@
15
15
  @mixin color($theme-config) {
16
16
  }
17
17
 
18
- @mixin typography($typography-config) {
18
+ @mixin typography($theme-config-or-typography-config) {
19
19
  }
20
20
 
21
21
  @mixin theme($theme-config) {
22
22
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-form-field-value-boolean') {
23
23
  $color: theming.get-color-config($theme-config);
24
+ $density: theming.get-density-config($theme-config);
24
25
  $typography: theming.get-typography-config($theme-config);
25
26
 
26
27
  @if $color !=null {
@@ -28,7 +29,7 @@
28
29
  }
29
30
 
30
31
  @if $typography !=null {
31
- @include typography($typography);
32
+ @include typography($theme-config);
32
33
  }
33
34
  }
34
35
  }
@@ -12,27 +12,20 @@ $dbx-datetime-row-width: 40px + ($dbx-datetime-button-spacing * 2); // times 2 f
12
12
  .dbx-mat-form-date-time-field-wrapper {
13
13
  padding-top: 10px; // padding for label
14
14
 
15
- > formly-wrapper-mat-form-field {
16
- > .mat-form-field > .mat-form-field-wrapper {
17
- > .mat-form-field-flex {
18
- padding-top: 0;
19
-
20
- > .mat-form-field-infix {
21
- border: none;
22
- }
23
- }
15
+ > formly-wrapper-mat-form-field > .mat-mdc-form-field > .mat-mdc-text-field-wrapper {
16
+ padding: 0;
17
+
18
+ > .mat-mdc-form-field-flex {
19
+ padding-top: 0;
20
+ @include theming.hide-mdc-notched-outline-border;
24
21
 
25
- > .mat-form-field-subscript-wrapper {
26
- margin-top: 2px;
22
+ > .mdc-notched-outline .mdc-notched-outline__leading {
23
+ width: 9px; // align the field wrapper's title with the first input's title
27
24
  }
28
25
  }
29
- }
30
26
 
31
- .dbx-datetime-row-field > .mat-form-field-wrapper {
32
- padding-bottom: 4px;
33
-
34
- > .mat-form-field-subscript-wrapper {
35
- margin-top: 0px;
27
+ > .mat-mdc-form-field-flex > .mat-mdc-form-field-infix {
28
+ padding-bottom: 0;
36
29
  }
37
30
  }
38
31
  }
@@ -45,7 +38,7 @@ $dbx-datetime-row-width: 40px + ($dbx-datetime-button-spacing * 2); // times 2 f
45
38
  pointer-events: none;
46
39
  }
47
40
 
48
- .dbx-datetime-timezone-button .mat-button {
41
+ .dbx-datetime-timezone-button .mat-mdc-button {
49
42
  font-size: 18px;
50
43
  }
51
44
  }
@@ -55,16 +48,9 @@ $dbx-datetime-row-width: 40px + ($dbx-datetime-button-spacing * 2); // times 2 f
55
48
  justify-content: center;
56
49
  align-items: center;
57
50
 
58
- .dbx-datetime-row-field {
59
- width: calc(100% - #{$dbx-datetime-button-width});
60
- }
61
-
62
- .dbx-datetime-row-field.dbx-datetime-row-field-full-width {
63
- width: 100%;
64
- }
65
-
66
- &.dbx-datetime-hint-row {
67
- margin-top: -6px;
51
+ .mat-mdc-form-field-subscript-wrapper {
52
+ // hide the subscript wrapper since it is not used here
53
+ height: 0;
68
54
  }
69
55
  }
70
56
 
@@ -88,10 +74,6 @@ $dbx-datetime-row-width: 40px + ($dbx-datetime-button-spacing * 2); // times 2 f
88
74
  justify-items: left;
89
75
  }
90
76
 
91
- .dbx-datetime-hint-row {
92
- // margin-left: 12px;
93
- }
94
-
95
77
  .dbx-fixeddaterange-field {
96
78
  .mat-calendar,
97
79
  .dbx-fixeddaterange-field-input {
@@ -108,7 +90,7 @@ $dbx-datetime-row-width: 40px + ($dbx-datetime-button-spacing * 2); // times 2 f
108
90
  }
109
91
  }
110
92
 
111
- .mat-form-field.dbx-fixeddaterange-field-input {
93
+ .mat-mdc-form-field.dbx-fixeddaterange-field-input {
112
94
  display: block;
113
95
  }
114
96
 
@@ -117,11 +99,11 @@ $dbx-datetime-row-width: 40px + ($dbx-datetime-button-spacing * 2); // times 2 f
117
99
  pointer-events: none;
118
100
  }
119
101
 
120
- .dbx-form-fixed-date-range-field-wrapper .mat-form-field-appearance-outline .mat-form-field-infix {
102
+ .dbx-form-fixed-date-range-field-wrapper .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-infix {
121
103
  padding: 4px 0;
122
104
  }
123
105
 
124
- .dbx-form-fixed-date-range-field-wrapper .mat-form-field-appearance-outline > .mat-form-field-wrapper > .mat-form-field-flex > .mat-form-field-infix {
106
+ .dbx-form-fixed-date-range-field-wrapper .mat-mdc-form-field-appearance-outline > .mat-mdc-form-field-wrapper > .mat-mdc-form-field-flex > .mat-mdc-form-field-infix {
125
107
  padding: 0;
126
108
  }
127
109
  }
@@ -138,12 +120,13 @@ $dbx-datetime-row-width: 40px + ($dbx-datetime-button-spacing * 2); // times 2 f
138
120
  }
139
121
  }
140
122
 
141
- @mixin typography($typography-config) {
123
+ @mixin typography($theme-config-or-typography-config) {
142
124
  }
143
125
 
144
126
  @mixin theme($theme-config) {
145
127
  @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-form-field-value-date') {
146
128
  $color: theming.get-color-config($theme-config);
129
+ $density: theming.get-density-config($theme-config);
147
130
  $typography: theming.get-typography-config($theme-config);
148
131
 
149
132
  @if $color !=null {
@@ -151,7 +134,7 @@ $dbx-datetime-row-width: 40px + ($dbx-datetime-button-spacing * 2); // times 2 f
151
134
  }
152
135
 
153
136
  @if $typography !=null {
154
- @include typography($typography);
137
+ @include typography($theme-config);
155
138
  }
156
139
  }
157
140
  }
@@ -14,7 +14,7 @@ import * as i12 from "@angular/material/menu";
14
14
  import * as i13 from "@dereekb/dbx-core";
15
15
  import * as i14 from "@angular/material/chips";
16
16
  import * as i15 from "@angular/material/icon";
17
- import * as i16 from "@angular/flex-layout";
17
+ import * as i16 from "@ngbracket/ngx-layout";
18
18
  import * as i17 from "@ngx-formly/core";
19
19
  import * as i18 from "../../wrapper/form.wrapper.module";
20
20
  export declare class DbxFormFormlyDateFieldModule {
@@ -26,8 +26,8 @@ export declare enum DbxDateTimeFieldTimeMode {
26
26
  */
27
27
  NONE = "none"
28
28
  }
29
- export declare type DbxDateTimePickerConfiguration = Omit<DateTimeMinuteConfig, 'date'>;
30
- export declare type DbxDateTimeFieldSyncType = 'before' | 'after';
29
+ export type DbxDateTimePickerConfiguration = Omit<DateTimeMinuteConfig, 'date'>;
30
+ export type DbxDateTimeFieldSyncType = 'before' | 'after';
31
31
  export interface DbxDateTimeFieldSyncField {
32
32
  /**
33
33
  * Field key/path to sync with/against.
@@ -133,12 +133,6 @@ export interface DbxDateTimeFieldProps extends FormlyFieldProps {
133
133
  * Custom presets to show in the dropdown.
134
134
  */
135
135
  presets?: ObservableOrValueGetter<DateTimePresetConfiguration[]>;
136
- /**
137
- * Used for returning the configuration observable.
138
- *
139
- * @deprecated Use pickerConfig instead.
140
- */
141
- getConfigObs?: ObservableOrValueGetter<DbxDateTimePickerConfiguration>;
142
136
  }
143
137
  export interface DbxDateTimeFieldSyncParsedField extends Pick<DbxDateTimeFieldSyncField, 'syncType'> {
144
138
  control: AbstractControl<Maybe<Date | ISO8601DateString>>;
@@ -225,9 +219,5 @@ export declare class DbxDateTimeFieldComponent extends FieldType<FieldTypeConfig
225
219
  removeTime(): void;
226
220
  setFullDay(fullDay: boolean): void;
227
221
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxDateTimeFieldComponent, never>;
228
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxDateTimeFieldComponent, "ng-component", never, {}, {}, never, never, false>;
222
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxDateTimeFieldComponent, "ng-component", never, {}, {}, never, never, false, never>;
229
223
  }
230
- /**
231
- * @deprecated Use DbxDateTimePickerConfiguration instead.
232
- */
233
- export declare type DateTimePickerConfiguration = DbxDateTimePickerConfiguration;