@dereekb/dbx-form 13.26.0 → 13.27.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.
@@ -9,6 +9,20 @@
9
9
  border-radius: var(--mat-sys-corner-full);
10
10
  }
11
11
 
12
+ // Filter input rendered at the top of the mat-select panel (dbx-source-select-filterable-panel,
13
+ // applied via selectPanelClassSignal). The panel renders in the CDK overlay, so this must stay a
14
+ // top-level selector rather than nested under dbx-forge-source-select-field. The container pins
15
+ // the filter to the top of the scrolling option list and aligns it with the option padding; the
16
+ // input itself reuses .dbx-forge-bare-input (native reset + Material body-large typography).
17
+ .dbx-source-select-filter-container {
18
+ position: sticky;
19
+ top: 0;
20
+ z-index: 1;
21
+ padding: var(--dbx-padding-2) var(--dbx-padding-3);
22
+ background: var(--mat-select-panel-background-color, var(--mat-sys-surface-container));
23
+ border-bottom: 1px solid var(--mat-sys-outline-variant);
24
+ }
25
+
12
26
  dbx-forge-source-select-field {
13
27
  display: block;
14
28
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-form",
3
- "version": "13.26.0",
3
+ "version": "13.27.0",
4
4
  "sideEffects": [
5
5
  "*.scss",
6
6
  "*.css"
@@ -14,13 +14,13 @@
14
14
  "@angular/material-date-fns-adapter": "21.2.9",
15
15
  "@angular/platform-browser": "21.2.11",
16
16
  "@bobbyquantum/ngx-editor": "21.0.0",
17
- "@dereekb/date": "13.26.0",
18
- "@dereekb/dbx-core": "13.26.0",
19
- "@dereekb/dbx-web": "13.26.0",
20
- "@dereekb/model": "13.26.0",
21
- "@dereekb/rxjs": "13.26.0",
22
- "@dereekb/util": "13.26.0",
23
- "@dereekb/vitest": "13.26.0",
17
+ "@dereekb/date": "13.27.0",
18
+ "@dereekb/dbx-core": "13.27.0",
19
+ "@dereekb/dbx-web": "13.27.0",
20
+ "@dereekb/model": "13.27.0",
21
+ "@dereekb/rxjs": "13.27.0",
22
+ "@dereekb/util": "13.27.0",
23
+ "@dereekb/vitest": "13.27.0",
24
24
  "@ng-forge/dynamic-forms": "0.10.0-next.4",
25
25
  "@ng-forge/dynamic-forms-material": "0.10.0-next.4",
26
26
  "@ng-web-apis/geolocation": "^5.2.0",