@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.
- package/calendar/package.json +2 -2
- package/esm2020/lib/action/snackbar/action.snackbar.component.mjs +1 -1
- package/esm2020/lib/action/transition/transition.safety.dialog.component.mjs +1 -1
- package/esm2020/lib/button/button.component.mjs +14 -2
- package/esm2020/lib/button/progress/base.progress.button.directive.mjs +3 -1
- package/esm2020/lib/button/progress/button.progress.config.mjs +1 -1
- package/esm2020/lib/button/progress/spinner.button.component.mjs +7 -4
- package/esm2020/lib/extension/model/model.tracker.view.storage.mjs +2 -3
- package/esm2020/lib/extension/model/model.types.service.mjs +2 -3
- package/esm2020/lib/extension/model/state/effects/tracker.effects.mjs +2 -2
- package/esm2020/lib/interaction/filter/filter.preset.menu.component.mjs +2 -3
- package/esm2020/lib/interaction/filter/filter.preset.mjs +2 -3
- package/esm2020/lib/interaction/filter/filter.wrapper.component.mjs +1 -1
- package/esm2020/lib/interaction/popup/popup.controls.buttons.component.mjs +1 -1
- package/esm2020/lib/layout/column/two/two.column.sref.showright.directive.mjs +2 -3
- package/esm2020/lib/layout/content/content.pit.directive.mjs +1 -1
- package/esm2020/mapbox/lib/mapbox.change.service.mjs +2 -3
- package/esm2020/table/lib/date/date.table.column.header.component.mjs +1 -1
- package/esm2020/table/lib/date/daterange.table.cell.input.component.mjs +1 -1
- package/esm2020/table/lib/table.cell.input.component.mjs +1 -1
- package/esm2020/table/lib/table.cell.summarystart.component.mjs +1 -1
- package/esm2020/table/lib/table.column.directive.mjs +1 -1
- package/esm2020/table/lib/table.component.mjs +2 -3
- package/esm2020/table/lib/table.directive.mjs +1 -1
- package/esm2020/table/lib/table.item.action.component.mjs +1 -1
- package/esm2020/table/lib/table.item.directive.mjs +1 -1
- package/esm2020/table/lib/table.item.header.component.mjs +1 -1
- package/esm2020/table/lib/table.mjs +1 -1
- package/esm2020/table/lib/table.store.mjs +1 -1
- package/fesm2015/dereekb-dbx-web-mapbox.mjs +1 -2
- package/fesm2015/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/fesm2015/dereekb-dbx-web-table.mjs +3 -4
- package/fesm2015/dereekb-dbx-web-table.mjs.map +1 -1
- package/fesm2015/dereekb-dbx-web.mjs +41 -25
- package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web-mapbox.mjs +1 -2
- package/fesm2020/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web-table.mjs +3 -4
- package/fesm2020/dereekb-dbx-web-table.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web.mjs +41 -25
- package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
- package/lib/button/_button.scss +4 -0
- package/lib/button/button.component.d.ts +5 -2
- package/lib/button/progress/button.progress.config.d.ts +7 -0
- package/lib/button/progress/spinner.button.component.d.ts +1 -0
- package/mapbox/esm2020/lib/mapbox.change.service.mjs +2 -3
- package/mapbox/fesm2015/dereekb-dbx-web-mapbox.mjs +1 -2
- package/mapbox/fesm2015/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/mapbox/fesm2020/dereekb-dbx-web-mapbox.mjs +1 -2
- package/mapbox/fesm2020/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/mapbox/package.json +3 -3
- package/package.json +3 -3
- package/table/esm2020/lib/date/date.table.column.header.component.mjs +1 -1
- package/table/esm2020/lib/date/daterange.table.cell.input.component.mjs +1 -1
- package/table/esm2020/lib/table.cell.input.component.mjs +1 -1
- package/table/esm2020/lib/table.cell.summarystart.component.mjs +1 -1
- package/table/esm2020/lib/table.column.directive.mjs +1 -1
- package/table/esm2020/lib/table.component.mjs +2 -3
- package/table/esm2020/lib/table.directive.mjs +1 -1
- package/table/esm2020/lib/table.item.action.component.mjs +1 -1
- package/table/esm2020/lib/table.item.directive.mjs +1 -1
- package/table/esm2020/lib/table.item.header.component.mjs +1 -1
- package/table/esm2020/lib/table.mjs +1 -1
- package/table/esm2020/lib/table.store.mjs +1 -1
- package/table/fesm2015/dereekb-dbx-web-table.mjs +3 -4
- package/table/fesm2015/dereekb-dbx-web-table.mjs.map +1 -1
- package/table/fesm2020/dereekb-dbx-web-table.mjs +3 -4
- package/table/fesm2020/dereekb-dbx-web-table.mjs.map +1 -1
- package/table/lib/table.cell.input.component.d.ts +1 -1
- package/table/lib/table.cell.summarystart.component.d.ts +1 -1
- package/table/lib/table.item.action.component.d.ts +1 -2
- package/table/lib/table.item.header.component.d.ts +1 -2
- 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
|
|
534
|
+
.pipe(switchMap((mapService) => this.applyChanges$.pipe(tap(() => {
|
|
536
535
|
mapService.applyChanges();
|
|
537
536
|
}))))
|
|
538
537
|
.subscribe());
|