@dereekb/dbx-web 13.43.0 → 14.0.1
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 +65 -7
- package/eslint/package.json +9 -9
- package/eslint/src/lib/require-action-error-handler.rule.d.ts +13 -1
- 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 +122 -100
- 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 +2798 -2683
- package/fesm2022/dereekb-dbx-web.mjs.map +1 -1
- package/lib/style/_config.scss +1 -6
- package/lib/style/_mixin.scss +1 -1
- package/lib/style/_style-demo.scss +9 -9
- 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/lib/style/_config.scss
CHANGED
|
@@ -5,12 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
// convenience
|
|
7
7
|
@function quick-define-dbx-config-via-banners($top-banner: 0px, $bottom-banner: 0px) {
|
|
8
|
-
@return (
|
|
9
|
-
'layout': (
|
|
10
|
-
'top-banner-height': $top-banner,
|
|
11
|
-
'bottom-banner-height': $bottom-banner
|
|
12
|
-
)
|
|
13
|
-
);
|
|
8
|
+
@return ('layout': ('top-banner-height': $top-banner, 'bottom-banner-height': $bottom-banner));
|
|
14
9
|
}
|
|
15
10
|
|
|
16
11
|
// theme
|
package/lib/style/_mixin.scss
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
*/
|
|
95
95
|
@mixin nested-content-height($headers: 1, $additionalOffset: 0) {
|
|
96
96
|
@if $headers < 1 {
|
|
97
|
-
@error
|
|
97
|
+
@error 'Headers count #{$headers} must be greater than 1.';
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
@include content-height($additionalOffset, $headers);
|
|
@@ -54,11 +54,11 @@
|
|
|
54
54
|
'--mat-datepicker-calendar-container-shape': $value,
|
|
55
55
|
'--mat-bottom-sheet-container-shape': $value,
|
|
56
56
|
'--mat-tooltip-container-shape': $value,
|
|
57
|
-
// dbx component corner tokens that track the system scale.
|
|
58
|
-
|
|
57
|
+
'--dbx-content-pit-rounded-border-radius': $value // dbx component corner tokens that track the system scale.
|
|
58
|
+
,
|
|
59
59
|
'--dbx-prompt-box-border-radius': $value,
|
|
60
60
|
'--dbx-corners-border-radius': $value,
|
|
61
|
-
'--dbx-navbar-item-border-radius': $value
|
|
61
|
+
'--dbx-navbar-item-border-radius': $value
|
|
62
62
|
);
|
|
63
63
|
}
|
|
64
64
|
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
'--mat-fab-container-shape': $value,
|
|
80
80
|
'--mat-fab-small-container-shape': $value,
|
|
81
81
|
'--mat-list-active-indicator-shape': $value,
|
|
82
|
-
// list + nav/anchor-list rows (each list type reads its own token)
|
|
83
|
-
|
|
82
|
+
'--dbx-list-item-border-radius': $value // list + nav/anchor-list rows (each list type reads its own token)
|
|
83
|
+
,
|
|
84
84
|
'--dbx-anchor-list-item-border-radius': $value
|
|
85
85
|
);
|
|
86
86
|
}
|
|
@@ -175,10 +175,10 @@ $dbx-style-demo-templates: (
|
|
|
175
175
|
'sidenav-corner-extra': -dbx-style-demo-sidenav-shape-map(var(--mat-sys-corner-extra-large)),
|
|
176
176
|
// Tints surfaces toward the primary color by mixing the theme's own system tokens — stays theme-correct.
|
|
177
177
|
'surface-tint': (
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
178
|
+
'--mat-sys-surface': color-mix(in srgb, var(--mat-sys-primary) 8%, var(--mat-sys-surface)),
|
|
179
|
+
'--mat-sys-surface-container': color-mix(in srgb, var(--mat-sys-primary) 12%, var(--mat-sys-surface-container)),
|
|
180
|
+
'--mat-sys-surface-container-high': color-mix(in srgb, var(--mat-sys-primary) 16%, var(--mat-sys-surface-container-high))
|
|
181
|
+
)
|
|
182
182
|
);
|
|
183
183
|
|
|
184
184
|
/// Opt-in mixin that emits the disposable `.dbx-style-demo-template-<key>` debug classes.
|
package/package.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-web",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.1",
|
|
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.1",
|
|
17
|
+
"@dereekb/date": "14.0.1",
|
|
18
|
+
"@dereekb/dbx-core": "14.0.1",
|
|
19
|
+
"@dereekb/rxjs": "14.0.1",
|
|
20
|
+
"@dereekb/util": "14.0.1",
|
|
21
|
+
"@dereekb/vitest": "14.0.1",
|
|
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 };
|