@dereekb/dbx-web 13.43.0 → 14.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,30 +1,30 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-web",
3
- "version": "13.43.0",
3
+ "version": "14.0.0",
4
4
  "sideEffects": [
5
5
  "*.scss",
6
6
  "*.css"
7
7
  ],
8
8
  "peerDependencies": {
9
- "@angular/cdk": "^21.2.9",
10
- "@angular/common": "21.2.11",
11
- "@angular/core": "21.2.11",
12
- "@angular/forms": "21.2.11",
13
- "@angular/material": "^21.2.9",
14
- "@angular/platform-browser": "21.2.11",
9
+ "@angular/cdk": "^22.1.4",
10
+ "@angular/common": "22.1.4",
11
+ "@angular/core": "22.1.4",
12
+ "@angular/forms": "22.1.4",
13
+ "@angular/material": "^22.1.4",
14
+ "@angular/platform-browser": "22.1.4",
15
15
  "@cantoo/pdf-lib": "^2.6.5",
16
- "@dereekb/browser": "13.43.0",
17
- "@dereekb/date": "13.43.0",
18
- "@dereekb/dbx-core": "13.43.0",
19
- "@dereekb/rxjs": "13.43.0",
20
- "@dereekb/util": "13.43.0",
21
- "@dereekb/vitest": "13.43.0",
22
- "@ngbracket/ngx-layout": "^21.0.0",
23
- "@ngrx/component-store": "^21.1.0",
24
- "@ngrx/effects": "^21.1.0",
25
- "@ngrx/store": "^21.1.0",
16
+ "@dereekb/browser": "14.0.0",
17
+ "@dereekb/date": "14.0.0",
18
+ "@dereekb/dbx-core": "14.0.0",
19
+ "@dereekb/rxjs": "14.0.0",
20
+ "@dereekb/util": "14.0.0",
21
+ "@dereekb/vitest": "14.0.0",
22
+ "@ngbracket/ngx-layout": "^22.0.1",
23
+ "@ngrx/component-store": "^22.0.0",
24
+ "@ngrx/effects": "^22.0.0",
25
+ "@ngrx/store": "^22.0.0",
26
26
  "@placemarkio/geo-viewport": "^1.0.2",
27
- "@uirouter/angular": "21.0.0",
27
+ "@uirouter/angular": "22.0.0",
28
28
  "@uirouter/core": "^6.1.2",
29
29
  "@zip.js/zip.js": "^2.8.26",
30
30
  "angular-calendar": "^0.32.2",
@@ -32,8 +32,8 @@
32
32
  "date-fns": "^4.1.0",
33
33
  "linkify-string": "^4.3.2",
34
34
  "mapbox-gl": "^3.22.0",
35
- "ng-overlay-container": "^21.0.1",
36
- "ngx-infinite-scroll": "^21.0.0",
35
+ "ng-overlay-container": "^22.0.1",
36
+ "ngx-infinite-scroll": "^22.0.0",
37
37
  "ngx-mapbox-gl": "git+https://git@github.com/dereekb/ngx-mapbox-gl#3f1d25b0661bc48abbd415dc79ca7f66568bae2e",
38
38
  "rxjs": "^7.8.2"
39
39
  },
@@ -862,10 +862,6 @@ declare function provideDbxMapbox(config: ProvideDbxMapboxConfig): EnvironmentPr
862
862
  interface DbxMapboxEnvironmentOptions extends DbxMapboxConfig {
863
863
  readonly token: string;
864
864
  }
865
- /**
866
- * @deprecated use DbxMapboxEnvironmentOptions instead.
867
- */
868
- type DbxMapboxOptions = DbxMapboxEnvironmentOptions;
869
865
 
870
866
  export { DEFAULT_DBX_MAPBOX_WORKER_URL, DEFAULT_MAPBOX_CENTER, DEFAULT_MAPBOX_LAYOUT_DRAWER_WIDTH, DEFAULT_MAPBOX_MAP_STORE_TIMER_REFRESH_PERIOD, DEFAULT_MAPBOX_STYLE, DEFAULT_MAPBOX_ZOOM, DbxMapboxChangeService, DbxMapboxConfig, DbxMapboxInjectionComponent, DbxMapboxInjectionStore, DbxMapboxInjectionStoreInjectionBlockDirective, DbxMapboxInjectionStoreProviderBlock, DbxMapboxLayoutComponent, DbxMapboxLayoutDrawerComponent, DbxMapboxLayoutVirtualResizeSyncComponent, DbxMapboxMapDirective, DbxMapboxMapStore, DbxMapboxMapStoreInjectionBlockDirective, DbxMapboxMapStoreProviderBlock, DbxMapboxMarkerComponent, DbxMapboxMarkersComponent, DbxMapboxMenuComponent, DbxMapboxModule, DbxMapboxService, KNOWN_MAPBOX_STYLES, MAPBOX_MAX_ZOOM_LEVEL, MAPBOX_MIN_ZOOM_LEVEL, configureDbxMapboxWorker, dbxMapboxColoredDotStyle, filterByMapboxViewportBound, isDbxMapboxWorkerAssetAvailable, mapboxViewportBoundFunction, mapboxZoomLevel, provideDbxMapbox, provideMapboxInjectionStoreIfParentIsUnavailable, provideMapboxStoreIfParentIsUnavailable, updateDbxMapboxMapInjectionStoreStateWithInjectionConfig, updateDbxMapboxMapInjectionStoreStateWithRemovedKey };
871
- export type { DbxMapboxClickEvent, DbxMapboxEnvironmentOptions, DbxMapboxInjectionConfig, DbxMapboxInjectionKey, DbxMapboxLayoutMode, DbxMapboxLayoutSide, DbxMapboxMapInjectionStoreState, DbxMapboxMarginCalculationSizing, DbxMapboxMarker, DbxMapboxMarkerDisplayConfig, DbxMapboxMarkerFactory, DbxMapboxMarkerPresentation, DbxMapboxMarkerSize, DbxMapboxOptions, DbxMapboxStoreBoundRefreshSettings, DbxMapboxStoreBoundRefreshType, DbxMapboxStoreState, DbxMapboxWorkerConfig, DbxMapboxWorkerConfigurationResult, FilterMapboxBoundConfig, FilterMapboxBoundReadItemValueFunction, KnownMapboxStyle, MapboxBearing, MapboxEaseTo, MapboxEaseToOptions, MapboxEaseToPositionOptions, MapboxEventData, MapboxFitBounds, MapboxFitBoundsOptions, MapboxFitPositions, MapboxFlyTo, MapboxFlyToOptions, MapboxFlyToPositionOptions, MapboxJumpTo, MapboxJumpToPositionOptions, MapboxMapLifecycleState, MapboxMapMoveState, MapboxMapRotateState, MapboxMapZoomState, MapboxPitch, MapboxResetNorth, MapboxResetNorthPitch, MapboxRotateTo, MapboxSetStyleOptions, MapboxSnapToNorth, MapboxStyleConfig, MapboxTileSize, MapboxViewportBoundFunction, MapboxViewportBoundFunctionConfig, MapboxViewportBoundFunctionInput, MapboxViewportBoundFunctionItem, MapboxViewportBoundFunctionItemValue, MapboxZoomLevel, MapboxZoomLevelRange, ProvideDbxMapboxConfig, StringMapboxListenerPair, TypedMapboxListenerPair };
867
+ export type { DbxMapboxClickEvent, DbxMapboxEnvironmentOptions, DbxMapboxInjectionConfig, DbxMapboxInjectionKey, DbxMapboxLayoutMode, DbxMapboxLayoutSide, DbxMapboxMapInjectionStoreState, DbxMapboxMarginCalculationSizing, DbxMapboxMarker, DbxMapboxMarkerDisplayConfig, DbxMapboxMarkerFactory, DbxMapboxMarkerPresentation, DbxMapboxMarkerSize, DbxMapboxStoreBoundRefreshSettings, DbxMapboxStoreBoundRefreshType, DbxMapboxStoreState, DbxMapboxWorkerConfig, DbxMapboxWorkerConfigurationResult, FilterMapboxBoundConfig, FilterMapboxBoundReadItemValueFunction, KnownMapboxStyle, MapboxBearing, MapboxEaseTo, MapboxEaseToOptions, MapboxEaseToPositionOptions, MapboxEventData, MapboxFitBounds, MapboxFitBoundsOptions, MapboxFitPositions, MapboxFlyTo, MapboxFlyToOptions, MapboxFlyToPositionOptions, MapboxJumpTo, MapboxJumpToPositionOptions, MapboxMapLifecycleState, MapboxMapMoveState, MapboxMapRotateState, MapboxMapZoomState, MapboxPitch, MapboxResetNorth, MapboxResetNorthPitch, MapboxRotateTo, MapboxSetStyleOptions, MapboxSnapToNorth, MapboxStyleConfig, MapboxTileSize, MapboxViewportBoundFunction, MapboxViewportBoundFunctionConfig, MapboxViewportBoundFunctionInput, MapboxViewportBoundFunctionItem, MapboxViewportBoundFunctionItemValue, MapboxZoomLevel, MapboxZoomLevelRange, ProvideDbxMapboxConfig, StringMapboxListenerPair, TypedMapboxListenerPair };