dap-design-system 0.56.8 → 0.57.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.
@@ -155,7 +155,10 @@ export default class DapDSFileInput extends GenericFormElement {
155
155
  /**
156
156
  * When false, the dropzone is not tab-focusable (tabindex -1), uses role="group"
157
157
  * instead of role="button", and Enter/Space no longer opens the file dialog from
158
- * the dropzone. Click and drag-and-drop still work.
158
+ * the dropzone. Click and drag-and-drop still work. When the browse button is
159
+ * also hidden, slot a focusable control into dropzone-content to keep a keyboard
160
+ * path to the file dialog — the hidden native input is out of the tab order
161
+ * whenever a dropzone is rendered.
159
162
  */
160
163
  dropzoneFocusable: string;
161
164
  /** Size of the thumbnail preview in the built-in file list */
@@ -12808,7 +12808,7 @@ let Y = class extends pe {
12808
12808
  }
12809
12809
  render() {
12810
12810
  var i, o;
12811
- const t = this.showBrowseButton === "true" && !this.autoupload, e = t || !(this.showDropzone && this.dropzoneFocusable === "true");
12811
+ const t = this.showBrowseButton === "true" && !this.autoupload, e = t || !this.showDropzone;
12812
12812
  return $`
12813
12813
  <div class="label-container">
12814
12814
  ${this.label && $`<dap-ds-form-label
@@ -21555,15 +21555,15 @@ export {
21555
21555
  Na as Y,
21556
21556
  Ro as Z,
21557
21557
  ie as _,
21558
- Be as a,
21558
+ to as a,
21559
21559
  Ar as a0,
21560
21560
  zt as a1,
21561
21561
  Lr as a2,
21562
21562
  Ea as a3,
21563
21563
  Le as a4,
21564
21564
  Pt as a5,
21565
- ri as a6,
21566
- Er as a7,
21565
+ Er as a6,
21566
+ ri as a7,
21567
21567
  no as a8,
21568
21568
  cn as a9,
21569
21569
  si as aA,
@@ -21601,10 +21601,10 @@ export {
21601
21601
  po as ax,
21602
21602
  me as ay,
21603
21603
  Pr as az,
21604
- to as b,
21605
- eo as c,
21606
- Ut as d,
21607
- Eo as e,
21604
+ Eo as b,
21605
+ Ut as c,
21606
+ Be as d,
21607
+ eo as e,
21608
21608
  He as f,
21609
21609
  vi as g,
21610
21610
  ii as h,
@@ -21627,4 +21627,4 @@ export {
21627
21627
  Qt as y,
21628
21628
  wi as z
21629
21629
  };
21630
- //# sourceMappingURL=components-Dd2F_vzC.js.map
21630
+ //# sourceMappingURL=components-B1eoYWYt.js.map