oasis-editor 0.0.78 → 0.0.79

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.
@@ -22,6 +22,11 @@ export interface TablePropertiesDialogBridgeDeps {
22
22
  }) => void;
23
23
  focusInput: () => void;
24
24
  }
25
+ /**
26
+ * UI bridge for the table properties dialog: opens/closes it and returns focus.
27
+ * All model knowledge (active-table resolution, value mapping, mutation) lives
28
+ * in `@/app/services/tablePropertiesService` (F1).
29
+ */
25
30
  export declare function createTablePropertiesDialogBridge(deps: TablePropertiesDialogBridgeDeps): {
26
31
  isInsideTable: () => boolean;
27
32
  openTablePropertiesDialog: (activeTab?: TablePropertiesDialogInitialValues["activeTab"]) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oasis-editor",
3
- "version": "0.0.78",
3
+ "version": "0.0.79",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",