@dereekb/dbx-web 9.20.20 → 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 (126) 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.layout.module.mjs +31 -4
  17. package/esm2020/lib/layout/content/content.pit.directive.mjs +19 -0
  18. package/esm2020/lib/layout/content/index.mjs +2 -1
  19. package/esm2020/lib/layout/list/list.wrapper.mjs +1 -1
  20. package/esm2020/mapbox/lib/mapbox.change.service.mjs +2 -3
  21. package/esm2020/table/dereekb-dbx-web-table.mjs +5 -0
  22. package/esm2020/table/index.mjs +2 -0
  23. package/esm2020/table/lib/date/date.table.column.header.component.mjs +49 -0
  24. package/esm2020/table/lib/date/daterange.table.cell.input.component.mjs +166 -0
  25. package/esm2020/table/lib/date/index.mjs +4 -0
  26. package/esm2020/table/lib/date/table.date.module.mjs +68 -0
  27. package/esm2020/table/lib/index.mjs +18 -0
  28. package/esm2020/table/lib/table.cell.action.component.mjs +28 -0
  29. package/esm2020/table/lib/table.cell.input.component.mjs +31 -0
  30. package/esm2020/table/lib/table.cell.summaryend.component.mjs +28 -0
  31. package/esm2020/table/lib/table.cell.summarystart.component.mjs +31 -0
  32. package/esm2020/table/lib/table.column.directive.mjs +30 -0
  33. package/esm2020/table/lib/table.column.footer.component.mjs +35 -0
  34. package/esm2020/table/lib/table.column.header.component.mjs +35 -0
  35. package/esm2020/table/lib/table.component.mjs +58 -0
  36. package/esm2020/table/lib/table.directive.mjs +37 -0
  37. package/esm2020/table/lib/table.item.action.component.mjs +35 -0
  38. package/esm2020/table/lib/table.item.cell.component.mjs +39 -0
  39. package/esm2020/table/lib/table.item.directive.mjs +30 -0
  40. package/esm2020/table/lib/table.item.header.component.mjs +27 -0
  41. package/esm2020/table/lib/table.mjs +2 -0
  42. package/esm2020/table/lib/table.module.mjs +74 -0
  43. package/esm2020/table/lib/table.store.mjs +53 -0
  44. package/fesm2015/dereekb-dbx-web-mapbox.mjs +1 -2
  45. package/fesm2015/dereekb-dbx-web-mapbox.mjs.map +1 -1
  46. package/fesm2015/dereekb-dbx-web-table.mjs +745 -0
  47. package/fesm2015/dereekb-dbx-web-table.mjs.map +1 -0
  48. package/fesm2015/dereekb-dbx-web.mjs +99 -38
  49. package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
  50. package/fesm2020/dereekb-dbx-web-mapbox.mjs +1 -2
  51. package/fesm2020/dereekb-dbx-web-mapbox.mjs.map +1 -1
  52. package/fesm2020/dereekb-dbx-web-table.mjs +738 -0
  53. package/fesm2020/dereekb-dbx-web-table.mjs.map +1 -0
  54. package/fesm2020/dereekb-dbx-web.mjs +97 -38
  55. package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
  56. package/lib/button/_button.scss +4 -0
  57. package/lib/button/button.component.d.ts +5 -2
  58. package/lib/button/progress/button.progress.config.d.ts +7 -0
  59. package/lib/button/progress/spinner.button.component.d.ts +1 -0
  60. package/lib/extension/_extension.scss +19 -0
  61. package/lib/extension/table/_table.scss +60 -0
  62. package/lib/layout/content/_content.scss +14 -0
  63. package/lib/layout/content/content.layout.module.d.ts +3 -2
  64. package/lib/layout/content/content.pit.directive.d.ts +8 -0
  65. package/lib/layout/content/index.d.ts +1 -0
  66. package/lib/layout/list/list.wrapper.d.ts +2 -1
  67. package/lib/layout/style/_style.scss +4 -0
  68. package/lib/style/_config.scss +8 -2
  69. package/mapbox/esm2020/lib/mapbox.change.service.mjs +2 -3
  70. package/mapbox/fesm2015/dereekb-dbx-web-mapbox.mjs +1 -2
  71. package/mapbox/fesm2015/dereekb-dbx-web-mapbox.mjs.map +1 -1
  72. package/mapbox/fesm2020/dereekb-dbx-web-mapbox.mjs +1 -2
  73. package/mapbox/fesm2020/dereekb-dbx-web-mapbox.mjs.map +1 -1
  74. package/mapbox/package.json +3 -3
  75. package/package.json +14 -6
  76. package/table/README.md +6 -0
  77. package/table/esm2020/dereekb-dbx-web-table.mjs +5 -0
  78. package/table/esm2020/index.mjs +2 -0
  79. package/table/esm2020/lib/date/date.table.column.header.component.mjs +49 -0
  80. package/table/esm2020/lib/date/daterange.table.cell.input.component.mjs +166 -0
  81. package/table/esm2020/lib/date/index.mjs +4 -0
  82. package/table/esm2020/lib/date/table.date.module.mjs +68 -0
  83. package/table/esm2020/lib/index.mjs +18 -0
  84. package/table/esm2020/lib/table.cell.action.component.mjs +28 -0
  85. package/table/esm2020/lib/table.cell.input.component.mjs +31 -0
  86. package/table/esm2020/lib/table.cell.summaryend.component.mjs +28 -0
  87. package/table/esm2020/lib/table.cell.summarystart.component.mjs +31 -0
  88. package/table/esm2020/lib/table.column.directive.mjs +30 -0
  89. package/table/esm2020/lib/table.column.footer.component.mjs +35 -0
  90. package/table/esm2020/lib/table.column.header.component.mjs +35 -0
  91. package/table/esm2020/lib/table.component.mjs +58 -0
  92. package/table/esm2020/lib/table.directive.mjs +37 -0
  93. package/table/esm2020/lib/table.item.action.component.mjs +35 -0
  94. package/table/esm2020/lib/table.item.cell.component.mjs +39 -0
  95. package/table/esm2020/lib/table.item.directive.mjs +30 -0
  96. package/table/esm2020/lib/table.item.header.component.mjs +27 -0
  97. package/table/esm2020/lib/table.mjs +2 -0
  98. package/table/esm2020/lib/table.module.mjs +74 -0
  99. package/table/esm2020/lib/table.store.mjs +53 -0
  100. package/table/fesm2015/dereekb-dbx-web-table.mjs +745 -0
  101. package/table/fesm2015/dereekb-dbx-web-table.mjs.map +1 -0
  102. package/table/fesm2020/dereekb-dbx-web-table.mjs +738 -0
  103. package/table/fesm2020/dereekb-dbx-web-table.mjs.map +1 -0
  104. package/table/index.d.ts +1 -0
  105. package/table/lib/date/date.table.column.header.component.d.ts +18 -0
  106. package/table/lib/date/daterange.table.cell.input.component.d.ts +66 -0
  107. package/table/lib/date/index.d.ts +3 -0
  108. package/table/lib/date/table.date.module.d.ts +16 -0
  109. package/table/lib/index.d.ts +17 -0
  110. package/table/lib/table.cell.action.component.d.ts +9 -0
  111. package/table/lib/table.cell.input.component.d.ts +12 -0
  112. package/table/lib/table.cell.summaryend.component.d.ts +9 -0
  113. package/table/lib/table.cell.summarystart.component.d.ts +12 -0
  114. package/table/lib/table.column.directive.d.ts +18 -0
  115. package/table/lib/table.column.footer.component.d.ts +8 -0
  116. package/table/lib/table.column.header.component.d.ts +8 -0
  117. package/table/lib/table.component.d.ts +29 -0
  118. package/table/lib/table.d.ts +99 -0
  119. package/table/lib/table.directive.d.ts +16 -0
  120. package/table/lib/table.item.action.component.d.ts +7 -0
  121. package/table/lib/table.item.cell.component.d.ts +13 -0
  122. package/table/lib/table.item.directive.d.ts +17 -0
  123. package/table/lib/table.item.header.component.d.ts +7 -0
  124. package/table/lib/table.module.d.ts +22 -0
  125. package/table/lib/table.store.d.ts +38 -0
  126. package/table/package.json +35 -0
@@ -24,6 +24,10 @@ $button-spacer-width: 6px;
24
24
  padding-right: $button-spacer-width;
25
25
  }
26
26
 
27
+ .mat-icon-button.dbx-button-spacer {
28
+ margin-right: $button-spacer-width;
29
+ }
30
+
27
31
  .dbx-spinner-custom.mat-progress-spinner.mat-accent circle,
28
32
  .dbx-spinner-custom.mat-spinner.mat-accent circle {
29
33
  // mat-spinners marked with dbx-spinner-custom should allow the stroke to be inherited.
@@ -6,7 +6,8 @@ import * as i0 from "@angular/core";
6
6
  export declare enum DbxButtonDisplayType {
7
7
  RAISED = 0,
8
8
  STROKED = 1,
9
- FLAT = 2
9
+ FLAT = 2,
10
+ ICON_ONLY = 3
10
11
  }
11
12
  /**
12
13
  * Complex button that supports loading states.
@@ -19,11 +20,13 @@ export declare class DbxButtonComponent extends AbstractDbxButtonDirective {
19
20
  set stroked(stroked: boolean);
20
21
  get flat(): boolean;
21
22
  set flat(flat: boolean);
23
+ get iconOnly(): boolean;
24
+ set iconOnly(iconOnly: boolean);
22
25
  color: ThemePalette;
23
26
  customButtonColor: Maybe<string>;
24
27
  customTextColor: Maybe<string>;
25
28
  customSpinnerColor: Maybe<string>;
26
29
  get btnOptions(): DbxProgressButtonOptions;
27
30
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxButtonComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxButtonComponent, "dbx-button", never, { "type": "type"; "raised": "raised"; "stroked": "stroked"; "flat": "flat"; "color": "color"; "customButtonColor": "customButtonColor"; "customTextColor": "customTextColor"; "customSpinnerColor": "customSpinnerColor"; }, {}, never, ["*"], false>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxButtonComponent, "dbx-button", never, { "type": "type"; "raised": "raised"; "stroked": "stroked"; "flat": "flat"; "iconOnly": "iconOnly"; "color": "color"; "customButtonColor": "customButtonColor"; "customTextColor": "customTextColor"; "customSpinnerColor": "customSpinnerColor"; }, {}, never, ["*"], false>;
29
32
  }
@@ -13,12 +13,19 @@ export interface DbxProgressButtonOptions {
13
13
  stroked?: boolean;
14
14
  flat?: boolean;
15
15
  fab?: boolean;
16
+ /**
17
+ * Whether or not to render as an icon button.
18
+ */
19
+ iconOnly?: boolean;
16
20
  spinnerSize?: number;
17
21
  spinnerRatio?: number;
18
22
  mode?: ProgressSpinnerMode;
19
23
  value?: number;
20
24
  fullWidth?: boolean;
21
25
  disabled?: boolean;
26
+ /**
27
+ * @deprecated use buttonIcon instead.
28
+ */
22
29
  icon?: DbxProgressButtonIcon;
23
30
  type?: string;
24
31
  customStyle?: {
@@ -3,6 +3,7 @@ import { AbstractProgressButtonDirective } from './base.progress.button.directiv
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class DbxSpinnerButtonComponent extends AbstractProgressButtonDirective {
5
5
  readonly buttonRef: ElementRef<HTMLElement>;
6
+ get showText(): boolean;
6
7
  calcSpinnerSize(): number;
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxSpinnerButtonComponent, never>;
8
9
  static ɵcmp: i0.ɵɵComponentDeclaration<DbxSpinnerButtonComponent, "dbx-spinner-button", never, {}, {}, never, ["*"], false>;
@@ -1,38 +1,57 @@
1
1
  @use '../style/config';
2
2
  @use './calendar/calendar';
3
+ @use './table/table';
3
4
 
4
5
  @mixin all-extension-core($theme-config) {
5
6
  $calendar-enabled: 1;
7
+ $table-enabled: 1;
6
8
 
7
9
  @if ($theme-config != null) {
8
10
  $calendar-enabled: config.get-dbx-extension-calendar-enabled($theme-config);
11
+ $table-enabled: config.get-dbx-extension-table-enabled($theme-config);
9
12
  }
10
13
 
11
14
  @if ($calendar-enabled == 1) {
12
15
  @include calendar.core();
13
16
  }
17
+
18
+ @if ($table-enabled == 1) {
19
+ @include table.core();
20
+ }
14
21
  }
15
22
 
16
23
  @mixin all-extension-typography($typography-config, $theme-config) {
17
24
  $calendar-enabled: 1;
25
+ $table-enabled: 1;
18
26
 
19
27
  @if ($theme-config != null) {
20
28
  $calendar-enabled: config.get-dbx-extension-calendar-enabled($theme-config);
29
+ $table-enabled: config.get-dbx-extension-table-enabled($theme-config);
21
30
  }
22
31
 
23
32
  @if ($calendar-enabled == 1) {
24
33
  @include calendar.typography($typography-config);
25
34
  }
35
+
36
+ @if ($table-enabled == 1) {
37
+ @include table.typography($typography-config);
38
+ }
26
39
  }
27
40
 
28
41
  @mixin all-extension-theme($theme-config) {
29
42
  $calendar-enabled: 1;
43
+ $table-enabled: 1;
30
44
 
31
45
  @if ($theme-config != null) {
32
46
  $calendar-enabled: config.get-dbx-extension-calendar-enabled($theme-config);
47
+ $table-enabled: config.get-dbx-extension-table-enabled($theme-config);
33
48
  }
34
49
 
35
50
  @if ($calendar-enabled == 1) {
36
51
  @include calendar.theme($theme-config);
37
52
  }
53
+
54
+ @if ($table-enabled == 1) {
55
+ @include table.theme($theme-config);
56
+ }
38
57
  }
@@ -0,0 +1,60 @@
1
+ @use 'sass:map';
2
+ @use '../../style/theming';
3
+
4
+ // MARK: Variables
5
+
6
+ // MARK: Mixin
7
+ @mixin core() {
8
+ .dbx-table-view {
9
+ height: 600px;
10
+ overflow: auto;
11
+
12
+ .dbx-table-view-table {
13
+ width: 100%;
14
+ }
15
+ }
16
+
17
+ .dbx-table-view-loading {
18
+ }
19
+
20
+ // MARK: Date
21
+ .dbx-table-date-range-distance-input-cell {
22
+ min-width: 140px;
23
+
24
+ .dbx-table-date-range-distance-input {
25
+ height: 0px;
26
+ overflow: hidden;
27
+ }
28
+ }
29
+
30
+ .dbx-table-date-column-header {
31
+ min-width: 80px;
32
+ text-align: center;
33
+
34
+ .dbx-table-date-column-header-left {
35
+ margin-right: 4px;
36
+ font-weight: 800;
37
+ }
38
+ }
39
+ }
40
+
41
+ @mixin color($theme-config) {
42
+ }
43
+
44
+ @mixin typography($typography-config) {
45
+ }
46
+
47
+ @mixin theme($theme-config) {
48
+ @include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-table') {
49
+ $color: theming.get-color-config($theme-config);
50
+ $typography: theming.get-typography-config($theme-config);
51
+
52
+ @if $color !=null {
53
+ @include color($theme-config);
54
+ }
55
+
56
+ @if $typography !=null {
57
+ @include typography($typography);
58
+ }
59
+ }
60
+ }
@@ -13,6 +13,8 @@ $max-small-content-container-width: calc($content-max-width / 3);
13
13
  $max-medium-content-container-width: calc($content-max-width / 2);
14
14
  $max-content-container-width: $content-max-width;
15
15
 
16
+ $pit-padding: theming.$padding-4;
17
+
16
18
  $content-container-padding: theming.$padding-4;
17
19
  $content-container-padding-small-screen: theming.$padding-2;
18
20
 
@@ -41,6 +43,14 @@ $scroll-content-bottom-padding: 42px;
41
43
  }
42
44
  }
43
45
 
46
+ .dbx-content-pit {
47
+ padding: $pit-padding;
48
+ }
49
+
50
+ .dbx-content-pit > .dbx-label-block > .dbx-label {
51
+ opacity: 0.66; // increase opacity slightly to make it easier to read against background
52
+ }
53
+
44
54
  .dbx-content-end {
45
55
  margin-bottom: $content-end-margin;
46
56
  }
@@ -142,6 +152,10 @@ $scroll-content-bottom-padding: 42px;
142
152
  background: $content-background;
143
153
  }
144
154
 
155
+ .dbx-content-pit {
156
+ background: $content-border-background;
157
+ }
158
+
145
159
  .dbx-content-border {
146
160
  // border-radius: 6px;
147
161
  border: 3px dashed $content-border-background;
@@ -5,12 +5,13 @@ import * as i3 from "./content.border.directive";
5
5
  import * as i4 from "./content.elevate.directive";
6
6
  import * as i5 from "./content.box.directive";
7
7
  import * as i6 from "./content.page.directive";
8
- import * as i7 from "@angular/common";
8
+ import * as i7 from "./content.pit.directive";
9
+ import * as i8 from "@angular/common";
9
10
  /**
10
11
  * Module for container-type components.
11
12
  */
12
13
  export declare class DbxContentLayoutModule {
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxContentLayoutModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<DbxContentLayoutModule, [typeof i1.DbxContentDirective, typeof i2.DbxContentContainerDirective, typeof i3.DbxContentBorderDirective, typeof i4.DbxContentElevateDirective, typeof i5.DbxContentBoxDirective, typeof i6.DbxContentPageDirective], [typeof i7.CommonModule], [typeof i1.DbxContentDirective, typeof i2.DbxContentContainerDirective, typeof i3.DbxContentBorderDirective, typeof i4.DbxContentElevateDirective, typeof i5.DbxContentBoxDirective, typeof i6.DbxContentPageDirective]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DbxContentLayoutModule, [typeof i1.DbxContentDirective, typeof i2.DbxContentContainerDirective, typeof i3.DbxContentBorderDirective, typeof i4.DbxContentElevateDirective, typeof i5.DbxContentBoxDirective, typeof i6.DbxContentPageDirective, typeof i7.DbxContentPitDirective], [typeof i8.CommonModule], [typeof i1.DbxContentDirective, typeof i2.DbxContentContainerDirective, typeof i3.DbxContentBorderDirective, typeof i4.DbxContentElevateDirective, typeof i5.DbxContentBoxDirective, typeof i6.DbxContentPageDirective, typeof i7.DbxContentPitDirective]>;
15
16
  static ɵinj: i0.ɵɵInjectorDeclaration<DbxContentLayoutModule>;
16
17
  }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ /**
3
+ * Component used to wrap content in a pit with a label.
4
+ */
5
+ export declare class DbxContentPitDirective {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<DbxContentPitDirective, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentPitDirective, "dbx-content-pit, [dbxContentPit]", never, {}, {}, never, never, false>;
8
+ }
@@ -5,3 +5,4 @@ export * from './content.container.directive';
5
5
  export * from './content.elevate.directive';
6
6
  export * from './content.layout.module';
7
7
  export * from './content.page.directive';
8
+ export * from './content.pit.directive';
@@ -1,11 +1,12 @@
1
1
  import { Observable } from 'rxjs';
2
2
  import { ListLoadingState } from '@dereekb/rxjs';
3
- import { Provider, Type } from '@angular/core';
3
+ import { EventEmitter, Provider, Type } from '@angular/core';
4
4
  import { Maybe } from '@dereekb/util';
5
5
  /**
6
6
  * Common interface for views that may wrap a DbxListView, and pass values through to it.
7
7
  */
8
8
  export declare abstract class DbxListViewWrapper<T = unknown, S extends ListLoadingState<T> = ListLoadingState<T>> {
9
9
  state$?: Maybe<Observable<S>>;
10
+ readonly loadMore?: EventEmitter<void>;
10
11
  }
11
12
  export declare function provideDbxListViewWrapper<V extends DbxListViewWrapper>(sourceType: Type<V>): Provider[];
@@ -21,6 +21,10 @@
21
21
  padding: 0 !important;
22
22
  }
23
23
 
24
+ .dbx-hide {
25
+ display: none !important;
26
+ }
27
+
24
28
  @each $i, $padding in theming.$padding-map {
25
29
  .pad-#{$i},
26
30
  .padding-#{$i} {
@@ -151,8 +151,10 @@
151
151
  // extension
152
152
  @function define-dbx-extension-config($input-dbx-theme-extension-config: null) {
153
153
  $dbx-extension-config: (
154
- // calendar
155
- 'calendar': 1 // enabled by default
154
+ // calendar enabled by default
155
+ 'calendar': 1,
156
+ // table enabled by default
157
+ 'table': 1
156
158
  );
157
159
 
158
160
  @if ($input-dbx-theme-extension-config != null) {
@@ -173,3 +175,7 @@
173
175
  @function get-dbx-extension-calendar-enabled($theme-config) {
174
176
  @return get-dbx-extension-config-var($theme-config, 'calendar');
175
177
  }
178
+
179
+ @function get-dbx-extension-table-enabled($theme-config) {
180
+ @return get-dbx-extension-config-var($theme-config, 'table');
181
+ }
@@ -1,7 +1,6 @@
1
- import { switchMap } from 'rxjs/operators';
2
1
  import { Injectable } from '@angular/core';
3
2
  import { SubscriptionObject } from '@dereekb/rxjs';
4
- import { tap, merge, Subject, throttleTime } from 'rxjs';
3
+ import { switchMap, tap, merge, Subject, throttleTime } from 'rxjs';
5
4
  import { DbxMapboxMapStore } from './mapbox.store';
6
5
  import * as i0 from "@angular/core";
7
6
  import * as i1 from "./mapbox.store";
@@ -41,4 +40,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
41
40
  providedIn: null
42
41
  }]
43
42
  }], ctorParameters: function () { return [{ type: i1.DbxMapboxMapStore }]; } });
44
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFwYm94LmNoYW5nZS5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvZGJ4LXdlYi9tYXBib3gvc3JjL2xpYi9tYXBib3guY2hhbmdlLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzNDLE9BQU8sRUFBRSxVQUFVLEVBQWEsTUFBTSxlQUFlLENBQUM7QUFDdEQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ25ELE9BQU8sRUFBRSxHQUFHLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDekQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7OztBQUVuRDs7R0FFRztBQUlILE1BQU0sT0FBTyxzQkFBc0I7SUFxQmpDLFlBQXFCLGlCQUFvQztRQUFwQyxzQkFBaUIsR0FBakIsaUJBQWlCLENBQW1CO1FBcEJqRCxxQkFBZ0IsR0FBRyxJQUFJLE9BQU8sRUFBUSxDQUFDO1FBQ3ZDLGtCQUFhLEdBQUcsSUFBSSxPQUFPLEVBQVEsQ0FBQztRQUVuQyxxQkFBZ0IsR0FBRyxJQUFJLENBQUMsZ0JBQWdCLENBQUM7UUFDekMsa0JBQWEsR0FBRyxLQUFLLENBQUMsSUFBSSxDQUFDLGFBQWEsRUFBRSxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLEdBQUcsRUFBRSxTQUFTLEVBQUUsRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLFFBQVEsRUFBRSxJQUFJLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFFekkscUJBQWdCLEdBQUcsSUFBSSxrQkFBa0IsQ0FDL0MsSUFBSSxDQUFDLGlCQUFpQixDQUFDLFdBQVc7YUFDL0IsSUFBSSxDQUNILFNBQVMsQ0FBQyxDQUFDLFVBQVUsRUFBRSxFQUFFLENBQ3ZCLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUNyQixHQUFHLENBQUMsR0FBRyxFQUFFO1lBQ1AsVUFBVSxDQUFDLFlBQVksRUFBRSxDQUFDO1FBQzVCLENBQUMsQ0FBQyxDQUNILENBQ0YsQ0FDRjthQUNBLFNBQVMsRUFBRSxDQUNmLENBQUM7SUFFMEQsQ0FBQztJQUU3RCxZQUFZO1FBQ1YsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUM1QixDQUFDO0lBRUQsbUJBQW1CO1FBQ2pCLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUMvQixDQUFDO0lBRUQsV0FBVztRQUNULElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxRQUFRLEVBQUUsQ0FBQztRQUNqQyxJQUFJLENBQUMsYUFBYSxDQUFDLFFBQVEsRUFBRSxDQUFDO1FBQzlCLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxPQUFPLEVBQUUsQ0FBQztJQUNsQyxDQUFDOztvSEFuQ1Usc0JBQXNCO3dIQUF0QixzQkFBc0IsY0FGckIsSUFBSTs0RkFFTCxzQkFBc0I7a0JBSGxDLFVBQVU7bUJBQUM7b0JBQ1YsVUFBVSxFQUFFLElBQUk7aUJBQ2pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgc3dpdGNoTWFwIH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnO1xuaW1wb3J0IHsgSW5qZWN0YWJsZSwgT25EZXN0cm95IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBTdWJzY3JpcHRpb25PYmplY3QgfSBmcm9tICdAZGVyZWVrYi9yeGpzJztcbmltcG9ydCB7IHRhcCwgbWVyZ2UsIFN1YmplY3QsIHRocm90dGxlVGltZSB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgRGJ4TWFwYm94TWFwU3RvcmUgfSBmcm9tICcuL21hcGJveC5zdG9yZSc7XG5cbi8qKlxuICogUHJvdmlkZWQgaW4gdGhlIHBhcmVudCBjb21wb25lbnQgdGhhdCBhbGxvd3MgY2hpbGRyZW4gdG8gZW1pdCBldmVudHMgcmVsYXRlZCB0byB0aGVpciBsaWZlY3ljbGVzLlxuICovXG5ASW5qZWN0YWJsZSh7XG4gIHByb3ZpZGVkSW46IG51bGxcbn0pXG5leHBvcnQgY2xhc3MgRGJ4TWFwYm94Q2hhbmdlU2VydmljZSBpbXBsZW1lbnRzIE9uRGVzdHJveSB7XG4gIHByaXZhdGUgX21hcmtlckRlc3Ryb3llZCA9IG5ldyBTdWJqZWN0PHZvaWQ+KCk7XG4gIHByaXZhdGUgX2FwcGx5Q2hhbmdlcyA9IG5ldyBTdWJqZWN0PHZvaWQ+KCk7XG5cbiAgcmVhZG9ubHkgbWFya2VyRGVzdHJveWVkJCA9IHRoaXMuX21hcmtlckRlc3Ryb3llZDtcbiAgcmVhZG9ubHkgYXBwbHlDaGFuZ2VzJCA9IG1lcmdlKHRoaXMuX2FwcGx5Q2hhbmdlcywgdGhpcy5tYXJrZXJEZXN0cm95ZWQkKS5waXBlKHRocm90dGxlVGltZSgxMDAsIHVuZGVmaW5lZCwgeyBsZWFkaW5nOiBmYWxzZSwgdHJhaWxpbmc6IHRydWUgfSkpO1xuXG4gIHByaXZhdGUgX2FwcGx5Q2hhbmdlc1N1YiA9IG5ldyBTdWJzY3JpcHRpb25PYmplY3QoXG4gICAgdGhpcy5kYnhNYXBib3hNYXBTdG9yZS5tYXBTZXJ2aWNlJFxuICAgICAgLnBpcGUoXG4gICAgICAgIHN3aXRjaE1hcCgobWFwU2VydmljZSkgPT5cbiAgICAgICAgICB0aGlzLmFwcGx5Q2hhbmdlcyQucGlwZShcbiAgICAgICAgICAgIHRhcCgoKSA9PiB7XG4gICAgICAgICAgICAgIG1hcFNlcnZpY2UuYXBwbHlDaGFuZ2VzKCk7XG4gICAgICAgICAgICB9KVxuICAgICAgICAgIClcbiAgICAgICAgKVxuICAgICAgKVxuICAgICAgLnN1YnNjcmliZSgpXG4gICk7XG5cbiAgY29uc3RydWN0b3IocmVhZG9ubHkgZGJ4TWFwYm94TWFwU3RvcmU6IERieE1hcGJveE1hcFN0b3JlKSB7fVxuXG4gIGFwcGx5Q2hhbmdlcygpIHtcbiAgICB0aGlzLl9hcHBseUNoYW5nZXMubmV4dCgpO1xuICB9XG5cbiAgZW1pdE1hcmtlckRlc3Ryb3llZCgpIHtcbiAgICB0aGlzLl9tYXJrZXJEZXN0cm95ZWQubmV4dCgpO1xuICB9XG5cbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgdGhpcy5fbWFya2VyRGVzdHJveWVkLmNvbXBsZXRlKCk7XG4gICAgdGhpcy5fYXBwbHlDaGFuZ2VzLmNvbXBsZXRlKCk7XG4gICAgdGhpcy5fYXBwbHlDaGFuZ2VzU3ViLmRlc3Ryb3koKTtcbiAgfVxufVxuIl19
43
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFwYm94LmNoYW5nZS5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvZGJ4LXdlYi9tYXBib3gvc3JjL2xpYi9tYXBib3guY2hhbmdlLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBYSxNQUFNLGVBQWUsQ0FBQztBQUN0RCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDbkQsT0FBTyxFQUFFLFNBQVMsRUFBRSxHQUFHLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDcEUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7OztBQUVuRDs7R0FFRztBQUlILE1BQU0sT0FBTyxzQkFBc0I7SUFxQmpDLFlBQXFCLGlCQUFvQztRQUFwQyxzQkFBaUIsR0FBakIsaUJBQWlCLENBQW1CO1FBcEJqRCxxQkFBZ0IsR0FBRyxJQUFJLE9BQU8sRUFBUSxDQUFDO1FBQ3ZDLGtCQUFhLEdBQUcsSUFBSSxPQUFPLEVBQVEsQ0FBQztRQUVuQyxxQkFBZ0IsR0FBRyxJQUFJLENBQUMsZ0JBQWdCLENBQUM7UUFDekMsa0JBQWEsR0FBRyxLQUFLLENBQUMsSUFBSSxDQUFDLGFBQWEsRUFBRSxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLEdBQUcsRUFBRSxTQUFTLEVBQUUsRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLFFBQVEsRUFBRSxJQUFJLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFFekkscUJBQWdCLEdBQUcsSUFBSSxrQkFBa0IsQ0FDL0MsSUFBSSxDQUFDLGlCQUFpQixDQUFDLFdBQVc7YUFDL0IsSUFBSSxDQUNILFNBQVMsQ0FBQyxDQUFDLFVBQVUsRUFBRSxFQUFFLENBQ3ZCLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUNyQixHQUFHLENBQUMsR0FBRyxFQUFFO1lBQ1AsVUFBVSxDQUFDLFlBQVksRUFBRSxDQUFDO1FBQzVCLENBQUMsQ0FBQyxDQUNILENBQ0YsQ0FDRjthQUNBLFNBQVMsRUFBRSxDQUNmLENBQUM7SUFFMEQsQ0FBQztJQUU3RCxZQUFZO1FBQ1YsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUM1QixDQUFDO0lBRUQsbUJBQW1CO1FBQ2pCLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUMvQixDQUFDO0lBRUQsV0FBVztRQUNULElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxRQUFRLEVBQUUsQ0FBQztRQUNqQyxJQUFJLENBQUMsYUFBYSxDQUFDLFFBQVEsRUFBRSxDQUFDO1FBQzlCLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxPQUFPLEVBQUUsQ0FBQztJQUNsQyxDQUFDOztvSEFuQ1Usc0JBQXNCO3dIQUF0QixzQkFBc0IsY0FGckIsSUFBSTs0RkFFTCxzQkFBc0I7a0JBSGxDLFVBQVU7bUJBQUM7b0JBQ1YsVUFBVSxFQUFFLElBQUk7aUJBQ2pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSwgT25EZXN0cm95IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBTdWJzY3JpcHRpb25PYmplY3QgfSBmcm9tICdAZGVyZWVrYi9yeGpzJztcbmltcG9ydCB7IHN3aXRjaE1hcCwgdGFwLCBtZXJnZSwgU3ViamVjdCwgdGhyb3R0bGVUaW1lIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBEYnhNYXBib3hNYXBTdG9yZSB9IGZyb20gJy4vbWFwYm94LnN0b3JlJztcblxuLyoqXG4gKiBQcm92aWRlZCBpbiB0aGUgcGFyZW50IGNvbXBvbmVudCB0aGF0IGFsbG93cyBjaGlsZHJlbiB0byBlbWl0IGV2ZW50cyByZWxhdGVkIHRvIHRoZWlyIGxpZmVjeWNsZXMuXG4gKi9cbkBJbmplY3RhYmxlKHtcbiAgcHJvdmlkZWRJbjogbnVsbFxufSlcbmV4cG9ydCBjbGFzcyBEYnhNYXBib3hDaGFuZ2VTZXJ2aWNlIGltcGxlbWVudHMgT25EZXN0cm95IHtcbiAgcHJpdmF0ZSBfbWFya2VyRGVzdHJveWVkID0gbmV3IFN1YmplY3Q8dm9pZD4oKTtcbiAgcHJpdmF0ZSBfYXBwbHlDaGFuZ2VzID0gbmV3IFN1YmplY3Q8dm9pZD4oKTtcblxuICByZWFkb25seSBtYXJrZXJEZXN0cm95ZWQkID0gdGhpcy5fbWFya2VyRGVzdHJveWVkO1xuICByZWFkb25seSBhcHBseUNoYW5nZXMkID0gbWVyZ2UodGhpcy5fYXBwbHlDaGFuZ2VzLCB0aGlzLm1hcmtlckRlc3Ryb3llZCQpLnBpcGUodGhyb3R0bGVUaW1lKDEwMCwgdW5kZWZpbmVkLCB7IGxlYWRpbmc6IGZhbHNlLCB0cmFpbGluZzogdHJ1ZSB9KSk7XG5cbiAgcHJpdmF0ZSBfYXBwbHlDaGFuZ2VzU3ViID0gbmV3IFN1YnNjcmlwdGlvbk9iamVjdChcbiAgICB0aGlzLmRieE1hcGJveE1hcFN0b3JlLm1hcFNlcnZpY2UkXG4gICAgICAucGlwZShcbiAgICAgICAgc3dpdGNoTWFwKChtYXBTZXJ2aWNlKSA9PlxuICAgICAgICAgIHRoaXMuYXBwbHlDaGFuZ2VzJC5waXBlKFxuICAgICAgICAgICAgdGFwKCgpID0+IHtcbiAgICAgICAgICAgICAgbWFwU2VydmljZS5hcHBseUNoYW5nZXMoKTtcbiAgICAgICAgICAgIH0pXG4gICAgICAgICAgKVxuICAgICAgICApXG4gICAgICApXG4gICAgICAuc3Vic2NyaWJlKClcbiAgKTtcblxuICBjb25zdHJ1Y3RvcihyZWFkb25seSBkYnhNYXBib3hNYXBTdG9yZTogRGJ4TWFwYm94TWFwU3RvcmUpIHt9XG5cbiAgYXBwbHlDaGFuZ2VzKCkge1xuICAgIHRoaXMuX2FwcGx5Q2hhbmdlcy5uZXh0KCk7XG4gIH1cblxuICBlbWl0TWFya2VyRGVzdHJveWVkKCkge1xuICAgIHRoaXMuX21hcmtlckRlc3Ryb3llZC5uZXh0KCk7XG4gIH1cblxuICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICB0aGlzLl9tYXJrZXJEZXN0cm95ZWQuY29tcGxldGUoKTtcbiAgICB0aGlzLl9hcHBseUNoYW5nZXMuY29tcGxldGUoKTtcbiAgICB0aGlzLl9hcHBseUNoYW5nZXNTdWIuZGVzdHJveSgpO1xuICB9XG59XG4iXX0=
@@ -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';
@@ -545,7 +544,7 @@ class DbxMapboxChangeService {
545
544
  this.markerDestroyed$ = this._markerDestroyed;
546
545
  this.applyChanges$ = merge(this._applyChanges, this.markerDestroyed$).pipe(throttleTime(100, undefined, { leading: false, trailing: true }));
547
546
  this._applyChangesSub = new SubscriptionObject(this.dbxMapboxMapStore.mapService$
548
- .pipe(switchMap$1((mapService) => this.applyChanges$.pipe(tap(() => {
547
+ .pipe(switchMap((mapService) => this.applyChanges$.pipe(tap(() => {
549
548
  mapService.applyChanges();
550
549
  }))))
551
550
  .subscribe());