tinybase 8.4.0-beta.0 → 8.4.0-beta.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.
Files changed (31) hide show
  1. package/@types/ui-solid-dom/index.d.ts +2013 -0
  2. package/@types/ui-solid-dom/with-schemas/index.d.ts +2064 -0
  3. package/@types/ui-solid-inspector/index.d.ts +73 -0
  4. package/@types/ui-solid-inspector/with-schemas/index.d.ts +73 -0
  5. package/min/ui-solid/index.js +1 -1
  6. package/min/ui-solid/index.js.gz +0 -0
  7. package/min/ui-solid/with-schemas/index.js +1 -1
  8. package/min/ui-solid/with-schemas/index.js.gz +0 -0
  9. package/min/ui-solid-dom/index.js +1 -0
  10. package/min/ui-solid-dom/index.js.gz +0 -0
  11. package/min/ui-solid-dom/with-schemas/index.js +1 -0
  12. package/min/ui-solid-dom/with-schemas/index.js.gz +0 -0
  13. package/min/ui-solid-inspector/index.js +1 -0
  14. package/min/ui-solid-inspector/index.js.gz +0 -0
  15. package/min/ui-solid-inspector/with-schemas/index.js +1 -0
  16. package/min/ui-solid-inspector/with-schemas/index.js.gz +0 -0
  17. package/min/ui-svelte-inspector/index.js +1 -1
  18. package/min/ui-svelte-inspector/index.js.gz +0 -0
  19. package/min/ui-svelte-inspector/with-schemas/index.js +1 -1
  20. package/min/ui-svelte-inspector/with-schemas/index.js.gz +0 -0
  21. package/package.json +73 -1
  22. package/readme.md +14 -14
  23. package/releases.md +98 -62
  24. package/ui-solid/index.js +208 -104
  25. package/ui-solid/with-schemas/index.js +208 -104
  26. package/ui-solid-dom/index.js +1575 -0
  27. package/ui-solid-dom/with-schemas/index.js +1575 -0
  28. package/ui-solid-inspector/index.js +5621 -0
  29. package/ui-solid-inspector/with-schemas/index.js +5621 -0
  30. package/ui-svelte-inspector/index.js +6 -2
  31. package/ui-svelte-inspector/with-schemas/index.js +6 -2
@@ -2,7 +2,6 @@ import {getContext, onDestroy, onMount} from 'svelte';
2
2
  import * as $ from 'svelte/internal/client';
3
3
  import 'svelte/internal/disclose-version';
4
4
  import {createSubscriber} from 'svelte/reactivity';
5
- import {CellView as CellView$1} from '../ui-svelte/index.js';
6
5
 
7
6
  const getTypeOf = (thing) => typeof thing;
8
7
  const TINYBASE = 'tinybase';
@@ -6388,6 +6387,11 @@ function TablesActions($$anchor, $$props) {
6388
6387
  $.pop();
6389
6388
  }
6390
6389
 
6390
+ $.from_html(`<!><!>`, 1);
6391
+ $.from_html(`<!><!><!>`, 1);
6392
+
6393
+ $.from_html(`<!><!><!>`, 1);
6394
+
6391
6395
  function RowActions($$anchor, $$props) {
6392
6396
  $.push($$props, true);
6393
6397
 
@@ -6649,7 +6653,7 @@ function TableView($$anchor, $$props) {
6649
6653
  const sortAndOffset = $.derived(() => jsonParse(sort.current ?? '[]'));
6650
6654
  const title = $.derived(() => 'Table: ' + $$props.tableId);
6651
6655
  const CellComponent = $.derived(() =>
6652
- editable.current ? EditableCellViewWithActions : CellView$1,
6656
+ editable.current ? EditableCellViewWithActions : CellView,
6653
6657
  );
6654
6658
  const customCells = $.derived(() =>
6655
6659
  objNew(
@@ -2,7 +2,6 @@ import {getContext, onDestroy, onMount} from 'svelte';
2
2
  import * as $ from 'svelte/internal/client';
3
3
  import 'svelte/internal/disclose-version';
4
4
  import {createSubscriber} from 'svelte/reactivity';
5
- import {CellView as CellView$1} from '../../ui-svelte/with-schemas/index.js';
6
5
 
7
6
  const getTypeOf = (thing) => typeof thing;
8
7
  const TINYBASE = 'tinybase';
@@ -6388,6 +6387,11 @@ function TablesActions($$anchor, $$props) {
6388
6387
  $.pop();
6389
6388
  }
6390
6389
 
6390
+ $.from_html(`<!><!>`, 1);
6391
+ $.from_html(`<!><!><!>`, 1);
6392
+
6393
+ $.from_html(`<!><!><!>`, 1);
6394
+
6391
6395
  function RowActions($$anchor, $$props) {
6392
6396
  $.push($$props, true);
6393
6397
 
@@ -6649,7 +6653,7 @@ function TableView($$anchor, $$props) {
6649
6653
  const sortAndOffset = $.derived(() => jsonParse(sort.current ?? '[]'));
6650
6654
  const title = $.derived(() => 'Table: ' + $$props.tableId);
6651
6655
  const CellComponent = $.derived(() =>
6652
- editable.current ? EditableCellViewWithActions : CellView$1,
6656
+ editable.current ? EditableCellViewWithActions : CellView,
6653
6657
  );
6654
6658
  const customCells = $.derived(() =>
6655
6659
  objNew(