@breadstone/mosaik-elements-svelte 0.0.273 → 0.0.274

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.0.274 (2026-05-15)
2
+
3
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
4
+
1
5
  ## 0.0.273 (2026-05-15)
2
6
 
3
7
  ### 🩹 Fixes
package/index.mjs CHANGED
@@ -95897,6 +95897,10 @@ zV([
95897
95897
  memphis: RV,
95898
95898
  cosmopolitan: IV
95899
95899
  },
95900
+ options: {
95901
+ mode: "open",
95902
+ delegatesFocus: !0
95903
+ },
95900
95904
  host: {
95901
95905
  tabIndex: "0",
95902
95906
  role: "dialog"
@@ -210237,7 +210241,7 @@ var h5 = function(e, t, n, r) {
210237
210241
  this._editorOpened = !1, this.requestUpdate("editorOpened"), this._dataTableEditorClosed.emit({});
210238
210242
  }
210239
210243
  onTableSelectionChanged(e) {
210240
- this._tableSelectionChanged.emit(e.detail);
210244
+ e.stopPropagation(), this._tableSelectionChanged.emit(e.detail);
210241
210245
  }
210242
210246
  applyColumnEditorChanges(e) {
210243
210247
  this._autoGenerateColumns &&= (this._columnDefinitions = this.getColumns(), !1), this.snapshotColumnWidthsFromDom();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-svelte",
3
- "version": "0.0.273",
3
+ "version": "0.0.274",
4
4
  "description": "Mosaik elements for Svelte.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -15,8 +15,8 @@
15
15
  "vite": "*"
16
16
  },
17
17
  "dependencies": {
18
- "@breadstone/mosaik-elements": "^0.0.273",
19
- "@breadstone/mosaik-elements-foundation": "^0.0.273"
18
+ "@breadstone/mosaik-elements": "^0.0.274",
19
+ "@breadstone/mosaik-elements-foundation": "^0.0.274"
20
20
  },
21
21
  "exports": {
22
22
  ".": {