@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/eslint/index.esm.js +9 -5
- package/eslint/package.json +9 -9
- package/fesm2022/dereekb-dbx-web-calendar.mjs +14 -13
- package/fesm2022/dereekb-dbx-web-calendar.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-web-docs.mjs +30 -32
- package/fesm2022/dereekb-dbx-web-docs.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-web-mapbox.mjs +111 -99
- package/fesm2022/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-web-style-demo.mjs +90 -91
- package/fesm2022/dereekb-dbx-web-style-demo.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-web-table.mjs +149 -157
- package/fesm2022/dereekb-dbx-web-table.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-web.mjs +2663 -2672
- package/fesm2022/dereekb-dbx-web.mjs.map +1 -1
- package/package.json +20 -20
- package/types/dereekb-dbx-web-mapbox.d.ts +1 -5
- package/types/dereekb-dbx-web.d.ts +121 -321
package/package.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-web",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.0",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.scss",
|
|
6
6
|
"*.css"
|
|
7
7
|
],
|
|
8
8
|
"peerDependencies": {
|
|
9
|
-
"@angular/cdk": "^
|
|
10
|
-
"@angular/common": "
|
|
11
|
-
"@angular/core": "
|
|
12
|
-
"@angular/forms": "
|
|
13
|
-
"@angular/material": "^
|
|
14
|
-
"@angular/platform-browser": "
|
|
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": "
|
|
17
|
-
"@dereekb/date": "
|
|
18
|
-
"@dereekb/dbx-core": "
|
|
19
|
-
"@dereekb/rxjs": "
|
|
20
|
-
"@dereekb/util": "
|
|
21
|
-
"@dereekb/vitest": "
|
|
22
|
-
"@ngbracket/ngx-layout": "^
|
|
23
|
-
"@ngrx/component-store": "^
|
|
24
|
-
"@ngrx/effects": "^
|
|
25
|
-
"@ngrx/store": "^
|
|
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": "
|
|
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": "^
|
|
36
|
-
"ngx-infinite-scroll": "^
|
|
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,
|
|
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 };
|