@dereekb/dbx-web 9.21.0 → 9.22.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.
Files changed (73) hide show
  1. package/calendar/package.json +2 -2
  2. package/esm2020/lib/action/snackbar/action.snackbar.component.mjs +1 -1
  3. package/esm2020/lib/action/transition/transition.safety.dialog.component.mjs +1 -1
  4. package/esm2020/lib/button/button.component.mjs +14 -2
  5. package/esm2020/lib/button/progress/base.progress.button.directive.mjs +3 -1
  6. package/esm2020/lib/button/progress/button.progress.config.mjs +1 -1
  7. package/esm2020/lib/button/progress/spinner.button.component.mjs +7 -4
  8. package/esm2020/lib/extension/model/model.tracker.view.storage.mjs +2 -3
  9. package/esm2020/lib/extension/model/model.types.service.mjs +2 -3
  10. package/esm2020/lib/extension/model/state/effects/tracker.effects.mjs +2 -2
  11. package/esm2020/lib/interaction/filter/filter.preset.menu.component.mjs +2 -3
  12. package/esm2020/lib/interaction/filter/filter.preset.mjs +2 -3
  13. package/esm2020/lib/interaction/filter/filter.wrapper.component.mjs +1 -1
  14. package/esm2020/lib/interaction/popup/popup.controls.buttons.component.mjs +1 -1
  15. package/esm2020/lib/layout/column/two/two.column.sref.showright.directive.mjs +2 -3
  16. package/esm2020/lib/layout/content/content.pit.directive.mjs +1 -1
  17. package/esm2020/mapbox/lib/mapbox.change.service.mjs +2 -3
  18. package/esm2020/table/lib/date/date.table.column.header.component.mjs +1 -1
  19. package/esm2020/table/lib/date/daterange.table.cell.input.component.mjs +1 -1
  20. package/esm2020/table/lib/table.cell.input.component.mjs +1 -1
  21. package/esm2020/table/lib/table.cell.summarystart.component.mjs +1 -1
  22. package/esm2020/table/lib/table.column.directive.mjs +1 -1
  23. package/esm2020/table/lib/table.component.mjs +2 -3
  24. package/esm2020/table/lib/table.directive.mjs +1 -1
  25. package/esm2020/table/lib/table.item.action.component.mjs +1 -1
  26. package/esm2020/table/lib/table.item.directive.mjs +1 -1
  27. package/esm2020/table/lib/table.item.header.component.mjs +1 -1
  28. package/esm2020/table/lib/table.mjs +1 -1
  29. package/esm2020/table/lib/table.store.mjs +1 -1
  30. package/fesm2015/dereekb-dbx-web-mapbox.mjs +1 -2
  31. package/fesm2015/dereekb-dbx-web-mapbox.mjs.map +1 -1
  32. package/fesm2015/dereekb-dbx-web-table.mjs +3 -4
  33. package/fesm2015/dereekb-dbx-web-table.mjs.map +1 -1
  34. package/fesm2015/dereekb-dbx-web.mjs +41 -25
  35. package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
  36. package/fesm2020/dereekb-dbx-web-mapbox.mjs +1 -2
  37. package/fesm2020/dereekb-dbx-web-mapbox.mjs.map +1 -1
  38. package/fesm2020/dereekb-dbx-web-table.mjs +3 -4
  39. package/fesm2020/dereekb-dbx-web-table.mjs.map +1 -1
  40. package/fesm2020/dereekb-dbx-web.mjs +41 -25
  41. package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
  42. package/lib/button/_button.scss +4 -0
  43. package/lib/button/button.component.d.ts +5 -2
  44. package/lib/button/progress/button.progress.config.d.ts +7 -0
  45. package/lib/button/progress/spinner.button.component.d.ts +1 -0
  46. package/mapbox/esm2020/lib/mapbox.change.service.mjs +2 -3
  47. package/mapbox/fesm2015/dereekb-dbx-web-mapbox.mjs +1 -2
  48. package/mapbox/fesm2015/dereekb-dbx-web-mapbox.mjs.map +1 -1
  49. package/mapbox/fesm2020/dereekb-dbx-web-mapbox.mjs +1 -2
  50. package/mapbox/fesm2020/dereekb-dbx-web-mapbox.mjs.map +1 -1
  51. package/mapbox/package.json +3 -3
  52. package/package.json +3 -3
  53. package/table/esm2020/lib/date/date.table.column.header.component.mjs +1 -1
  54. package/table/esm2020/lib/date/daterange.table.cell.input.component.mjs +1 -1
  55. package/table/esm2020/lib/table.cell.input.component.mjs +1 -1
  56. package/table/esm2020/lib/table.cell.summarystart.component.mjs +1 -1
  57. package/table/esm2020/lib/table.column.directive.mjs +1 -1
  58. package/table/esm2020/lib/table.component.mjs +2 -3
  59. package/table/esm2020/lib/table.directive.mjs +1 -1
  60. package/table/esm2020/lib/table.item.action.component.mjs +1 -1
  61. package/table/esm2020/lib/table.item.directive.mjs +1 -1
  62. package/table/esm2020/lib/table.item.header.component.mjs +1 -1
  63. package/table/esm2020/lib/table.mjs +1 -1
  64. package/table/esm2020/lib/table.store.mjs +1 -1
  65. package/table/fesm2015/dereekb-dbx-web-table.mjs +3 -4
  66. package/table/fesm2015/dereekb-dbx-web-table.mjs.map +1 -1
  67. package/table/fesm2020/dereekb-dbx-web-table.mjs +3 -4
  68. package/table/fesm2020/dereekb-dbx-web-table.mjs.map +1 -1
  69. package/table/lib/table.cell.input.component.d.ts +1 -1
  70. package/table/lib/table.cell.summarystart.component.d.ts +1 -1
  71. package/table/lib/table.item.action.component.d.ts +1 -2
  72. package/table/lib/table.item.header.component.d.ts +1 -2
  73. package/table/package.json +3 -3
@@ -2,7 +2,6 @@ import * as i0 from '@angular/core';
2
2
  import { Injectable, Host, Optional, Inject, Directive, Component, ElementRef, ViewChild, Input, ChangeDetectionStrategy, SkipSelf, Injector, NgModule } from '@angular/core';
3
3
  import * as i2 from '@dereekb/dbx-core';
4
4
  import { safeMarkForCheck, safeDetectChanges, AbstractSubscriptionDirective, DbxInjectionComponentModule } from '@dereekb/dbx-core';
5
- import { switchMap as switchMap$1 } from 'rxjs/operators';
6
5
  import { cleanup, filterMaybe, onTrueToFalse, SubscriptionObject, asObservable } from '@dereekb/rxjs';
7
6
  import { switchMap, NEVER, defaultIfEmpty, map, tap, EMPTY, distinctUntilChanged, shareReplay, of, combineLatest, filter, first, startWith, interval, Subject, merge, throttleTime, BehaviorSubject, combineLatestWith } from 'rxjs';
8
7
  import { latLngPointFunction, latLngBoundFunction, latLngBoundFromInput, filterUndefinedValues, isSameLatLngPoint, isDefaultLatLngPoint, swMostLatLngPoint, neMostLatLngPoint, isSameLatLngBound, diffLatLngBoundPoints, latLngBoundWrapsMap, isWithinLatLngBoundFunction, overlapsLatLngBoundFunction, vectorsAreEqual, latLngBoundCenterPoint, addLatLngPoints, latLngPoint, DestroyFunctionObject, getValueFromGetter, LAT_LONG_10M_PRECISION, roundNumberToStepFunction } from '@dereekb/util';
@@ -532,7 +531,7 @@ class DbxMapboxChangeService {
532
531
  this.markerDestroyed$ = this._markerDestroyed;
533
532
  this.applyChanges$ = merge(this._applyChanges, this.markerDestroyed$).pipe(throttleTime(100, undefined, { leading: false, trailing: true }));
534
533
  this._applyChangesSub = new SubscriptionObject(this.dbxMapboxMapStore.mapService$
535
- .pipe(switchMap$1((mapService) => this.applyChanges$.pipe(tap(() => {
534
+ .pipe(switchMap((mapService) => this.applyChanges$.pipe(tap(() => {
536
535
  mapService.applyChanges();
537
536
  }))))
538
537
  .subscribe());