tinybase 8.2.0-beta.2 → 8.2.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.
- package/@types/ui-react-dom/index.d.ts +10 -14
- package/@types/ui-react-dom/with-schemas/index.d.ts +10 -14
- package/@types/ui-react-inspector/index.d.ts +1 -1
- package/@types/ui-react-inspector/with-schemas/index.d.ts +1 -1
- package/@types/ui-svelte-dom/index.d.ts +10 -14
- package/@types/ui-svelte-dom/with-schemas/index.d.ts +10 -14
- package/@types/ui-svelte-inspector/index.d.ts +1 -1
- package/@types/ui-svelte-inspector/with-schemas/index.d.ts +1 -1
- package/package.json +3 -3
- package/readme.md +14 -14
- package/releases.md +51 -50
- package/ui-react/index.js +7 -4
- package/ui-react/with-schemas/index.js +7 -4
- package/ui-react-dom/index.js +7 -4
- package/ui-react-dom/with-schemas/index.js +7 -4
- package/ui-react-inspector/index.js +7 -4
- package/ui-react-inspector/with-schemas/index.js +7 -4
|
@@ -692,7 +692,7 @@ export type SortedTablePaginatorProps = {
|
|
|
692
692
|
*
|
|
693
693
|
* See the <TableInHtmlTable /> (React) demo for this component in action:
|
|
694
694
|
*
|
|
695
|
-
* 
|
|
697
697
|
*
|
|
698
698
|
* The component's props identify which Table to render based on Table Id, and
|
|
@@ -838,8 +838,7 @@ export function TableInHtmlTable(
|
|
|
838
838
|
* See the <SortedTableInHtmlTable /> (React) demo for this component in
|
|
839
839
|
* action:
|
|
840
840
|
*
|
|
841
|
-
* 
|
|
844
843
|
*
|
|
845
844
|
* The component's props identify which Table to render based on Table Id, and
|
|
@@ -1012,7 +1011,7 @@ export function SortedTableInHtmlTable(
|
|
|
1012
1011
|
*
|
|
1013
1012
|
* See the <ValuesInHtmlTable /> (React) demo for this component in action:
|
|
1014
1013
|
*
|
|
1015
|
-
* 
|
|
1017
1016
|
*
|
|
1018
1017
|
* The component's props identify which Row to render based on Table Id, Row Id,
|
|
@@ -1143,7 +1142,7 @@ export function ValuesInHtmlTable(
|
|
|
1143
1142
|
*
|
|
1144
1143
|
* See the <SliceInHtmlTable /> (React) demo for this component in action:
|
|
1145
1144
|
*
|
|
1146
|
-
* 
|
|
1148
1147
|
*
|
|
1149
1148
|
* The component's props identify which Slice to render based on Index Id, Slice
|
|
@@ -1301,8 +1300,7 @@ export function SliceInHtmlTable(
|
|
|
1301
1300
|
* See the <RelationshipInHtmlTable /> (React) demo for this component in
|
|
1302
1301
|
* action:
|
|
1303
1302
|
*
|
|
1304
|
-
* 
|
|
1307
1305
|
*
|
|
1308
1306
|
* The component's props identify which Relationship to render based on
|
|
@@ -1480,8 +1478,7 @@ export function RelationshipInHtmlTable(
|
|
|
1480
1478
|
* See the <ResultTableInHtmlTable /> (React) demo for this component in
|
|
1481
1479
|
* action:
|
|
1482
1480
|
*
|
|
1483
|
-
* 
|
|
1486
1483
|
*
|
|
1487
1484
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1634,8 +1631,7 @@ export function ResultTableInHtmlTable(
|
|
|
1634
1631
|
* See the <ResultSortedTableInHtmlTable /> (React) demo for this component in
|
|
1635
1632
|
* action:
|
|
1636
1633
|
*
|
|
1637
|
-
* 
|
|
1640
1636
|
*
|
|
1641
1637
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1809,7 +1805,7 @@ export function ResultSortedTableInHtmlTable(
|
|
|
1809
1805
|
*
|
|
1810
1806
|
* See the <EditableCellView /> (React) demo for this component in action:
|
|
1811
1807
|
*
|
|
1812
|
-
* 
|
|
1814
1810
|
*
|
|
1815
1811
|
* The component's props identify which Cell to render based on Table Id, Row
|
|
@@ -1880,7 +1876,7 @@ export function EditableCellView(
|
|
|
1880
1876
|
*
|
|
1881
1877
|
* See the <EditableValueView /> (React) demo for this component in action:
|
|
1882
1878
|
*
|
|
1883
|
-
* 
|
|
1885
1881
|
*
|
|
1886
1882
|
* The component's props identify which Value to render based on Table Id, Row
|
|
@@ -1951,7 +1947,7 @@ export function EditableValueView(
|
|
|
1951
1947
|
* See the <SortedTableInHtmlTable /> (React) demo for this component in
|
|
1952
1948
|
* action:
|
|
1953
1949
|
*
|
|
1954
|
-
* 
|
|
1956
1952
|
*
|
|
1957
1953
|
* The component displays 'previous' and 'next' buttons for paging through the
|
|
@@ -674,7 +674,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
674
674
|
*
|
|
675
675
|
* See the <TableInHtmlTable /> (React) demo for this component in action:
|
|
676
676
|
*
|
|
677
|
-
* 
|
|
679
679
|
*
|
|
680
680
|
* The component's props identify which Table to render based on Table Id, and
|
|
@@ -828,8 +828,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
828
828
|
* See the <SortedTableInHtmlTable /> (React) demo for this component in
|
|
829
829
|
* action:
|
|
830
830
|
*
|
|
831
|
-
* 
|
|
834
833
|
*
|
|
835
834
|
* The component's props identify which Table to render based on Table Id, and
|
|
@@ -1010,7 +1009,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1010
1009
|
*
|
|
1011
1010
|
* See the <ValuesInHtmlTable /> (React) demo for this component in action:
|
|
1012
1011
|
*
|
|
1013
|
-
* 
|
|
1015
1014
|
*
|
|
1016
1015
|
* The component's props identify which Row to render based on Table Id, Row Id,
|
|
@@ -1149,7 +1148,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1149
1148
|
*
|
|
1150
1149
|
* See the <SliceInHtmlTable /> (React) demo for this component in action:
|
|
1151
1150
|
*
|
|
1152
|
-
* 
|
|
1154
1153
|
*
|
|
1155
1154
|
* The component's props identify which Slice to render based on Index Id, Slice
|
|
@@ -1315,8 +1314,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1315
1314
|
* See the <RelationshipInHtmlTable /> (React) demo for this component in
|
|
1316
1315
|
* action:
|
|
1317
1316
|
*
|
|
1318
|
-
* 
|
|
1321
1319
|
*
|
|
1322
1320
|
* The component's props identify which Relationship to render based on
|
|
@@ -1502,8 +1500,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1502
1500
|
* See the <ResultTableInHtmlTable /> (React) demo for this component in
|
|
1503
1501
|
* action:
|
|
1504
1502
|
*
|
|
1505
|
-
* 
|
|
1508
1505
|
*
|
|
1509
1506
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1664,8 +1661,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1664
1661
|
* See the <ResultSortedTableInHtmlTable /> (React) demo for this component in
|
|
1665
1662
|
* action:
|
|
1666
1663
|
*
|
|
1667
|
-
* 
|
|
1670
1666
|
*
|
|
1671
1667
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1847,7 +1843,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1847
1843
|
*
|
|
1848
1844
|
* See the <EditableCellView /> (React) demo for this component in action:
|
|
1849
1845
|
*
|
|
1850
|
-
* 
|
|
1852
1848
|
*
|
|
1853
1849
|
* The component's props identify which Cell to render based on Table Id, Row
|
|
@@ -1932,7 +1928,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1932
1928
|
*
|
|
1933
1929
|
* See the <EditableValueView /> (React) demo for this component in action:
|
|
1934
1930
|
*
|
|
1935
|
-
* 
|
|
1937
1933
|
*
|
|
1938
1934
|
* The component's props identify which Value to render based on Table Id, Row
|
|
@@ -2003,7 +1999,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
2003
1999
|
* See the <SortedTableInHtmlTable /> (React) demo for this component in
|
|
2004
2000
|
* action:
|
|
2005
2001
|
*
|
|
2006
|
-
* 
|
|
2008
2004
|
*
|
|
2009
2005
|
* The component displays 'previous' and 'next' buttons for paging through the
|
|
@@ -46,7 +46,7 @@ export type InspectorProps = {
|
|
|
46
46
|
*
|
|
47
47
|
* See the <Inspector /> (React) demo for this component in action:
|
|
48
48
|
*
|
|
49
|
-
* 
|
|
51
51
|
*
|
|
52
52
|
* The component displays a nub in the corner of the screen which you may then
|
|
@@ -46,7 +46,7 @@ export type InspectorProps = {
|
|
|
46
46
|
*
|
|
47
47
|
* See the <Inspector /> (React) demo for this component in action:
|
|
48
48
|
*
|
|
49
|
-
* 
|
|
51
51
|
*
|
|
52
52
|
* The component displays a nub in the corner of the screen which you may then
|
|
@@ -690,7 +690,7 @@ export type SortedTablePaginatorProps = {
|
|
|
690
690
|
*
|
|
691
691
|
* See the <TableInHtmlTable /> (Svelte) demo for this component in action:
|
|
692
692
|
*
|
|
693
|
-
* 
|
|
695
695
|
*
|
|
696
696
|
* The component's props identify which Table to render based on Table Id, and
|
|
@@ -854,8 +854,7 @@ export const TableInHtmlTable: Component<
|
|
|
854
854
|
* See the <SortedTableInHtmlTable /> (Svelte) demo for this component in
|
|
855
855
|
* action:
|
|
856
856
|
*
|
|
857
|
-
* 
|
|
860
859
|
*
|
|
861
860
|
* The component's props identify which Table to render based on Table Id, and
|
|
@@ -1043,7 +1042,7 @@ export const SortedTableInHtmlTable: Component<
|
|
|
1043
1042
|
*
|
|
1044
1043
|
* See the <ValuesInHtmlTable /> (Svelte) demo for this component in action:
|
|
1045
1044
|
*
|
|
1046
|
-
* 
|
|
1048
1047
|
*
|
|
1049
1048
|
* The component's props identify which Row to render based on Table Id, Row Id,
|
|
@@ -1186,7 +1185,7 @@ export const ValuesInHtmlTable: Component<
|
|
|
1186
1185
|
*
|
|
1187
1186
|
* See the <SliceInHtmlTable /> (Svelte) demo for this component in action:
|
|
1188
1187
|
*
|
|
1189
|
-
* 
|
|
1191
1190
|
*
|
|
1192
1191
|
* The component's props identify which Slice to render based on Index Id, Slice
|
|
@@ -1358,8 +1357,7 @@ export const SliceInHtmlTable: Component<
|
|
|
1358
1357
|
* See the <RelationshipInHtmlTable /> (Svelte) demo for this component in
|
|
1359
1358
|
* action:
|
|
1360
1359
|
*
|
|
1361
|
-
* 
|
|
1364
1362
|
*
|
|
1365
1363
|
* The component's props identify which Relationship to render based on
|
|
@@ -1546,8 +1544,7 @@ export const RelationshipInHtmlTable: Component<
|
|
|
1546
1544
|
* See the <ResultTableInHtmlTable /> (Svelte) demo for this component in
|
|
1547
1545
|
* action:
|
|
1548
1546
|
*
|
|
1549
|
-
* 
|
|
1552
1549
|
*
|
|
1553
1550
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1716,8 +1713,7 @@ export const ResultTableInHtmlTable: Component<
|
|
|
1716
1713
|
* See the <ResultSortedTableInHtmlTable /> (Svelte) demo for this component in
|
|
1717
1714
|
* action:
|
|
1718
1715
|
*
|
|
1719
|
-
* 
|
|
1722
1718
|
*
|
|
1723
1719
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1906,7 +1902,7 @@ export const ResultSortedTableInHtmlTable: Component<
|
|
|
1906
1902
|
*
|
|
1907
1903
|
* See the <EditableCellView /> (Svelte) demo for this component in action:
|
|
1908
1904
|
*
|
|
1909
|
-
* 
|
|
1911
1907
|
*
|
|
1912
1908
|
* The component's props identify which Cell to render based on Table Id, Row
|
|
@@ -1979,7 +1975,7 @@ export const EditableCellView: Component<
|
|
|
1979
1975
|
*
|
|
1980
1976
|
* See the <EditableValueView /> (Svelte) demo for this component in action:
|
|
1981
1977
|
*
|
|
1982
|
-
* 
|
|
1984
1980
|
*
|
|
1985
1981
|
* The component's props identify which Value to render based on Table Id, Row
|
|
@@ -2054,7 +2050,7 @@ export const EditableValueView: Component<
|
|
|
2054
2050
|
* See the <SortedTableInHtmlTable /> (Svelte) demo for this component in
|
|
2055
2051
|
* action:
|
|
2056
2052
|
*
|
|
2057
|
-
* 
|
|
2059
2055
|
*
|
|
2060
2056
|
* The component displays 'previous' and 'next' buttons for paging through the
|
|
@@ -670,7 +670,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
670
670
|
*
|
|
671
671
|
* See the <TableInHtmlTable /> (Svelte) demo for this component in action:
|
|
672
672
|
*
|
|
673
|
-
* 
|
|
675
675
|
*
|
|
676
676
|
* The component's props identify which Table to render based on Table Id, and
|
|
@@ -840,8 +840,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
840
840
|
* See the <SortedTableInHtmlTable /> (Svelte) demo for this component in
|
|
841
841
|
* action:
|
|
842
842
|
*
|
|
843
|
-
* 
|
|
846
845
|
*
|
|
847
846
|
* The component's props identify which Table to render based on Table Id, and
|
|
@@ -1037,7 +1036,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1037
1036
|
*
|
|
1038
1037
|
* See the <ValuesInHtmlTable /> (Svelte) demo for this component in action:
|
|
1039
1038
|
*
|
|
1040
|
-
* 
|
|
1042
1041
|
*
|
|
1043
1042
|
* The component's props identify which Row to render based on Table Id, Row Id,
|
|
@@ -1188,7 +1187,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1188
1187
|
*
|
|
1189
1188
|
* See the <SliceInHtmlTable /> (Svelte) demo for this component in action:
|
|
1190
1189
|
*
|
|
1191
|
-
* 
|
|
1193
1192
|
*
|
|
1194
1193
|
* The component's props identify which Slice to render based on Index Id, Slice
|
|
@@ -1366,8 +1365,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1366
1365
|
* See the <RelationshipInHtmlTable /> (Svelte) demo for this component in
|
|
1367
1366
|
* action:
|
|
1368
1367
|
*
|
|
1369
|
-
* 
|
|
1372
1370
|
*
|
|
1373
1371
|
* The component's props identify which Relationship to render based on
|
|
@@ -1562,8 +1560,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1562
1560
|
* See the <ResultTableInHtmlTable /> (Svelte) demo for this component in
|
|
1563
1561
|
* action:
|
|
1564
1562
|
*
|
|
1565
|
-
* 
|
|
1568
1565
|
*
|
|
1569
1566
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1740,8 +1737,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1740
1737
|
* See the <ResultSortedTableInHtmlTable /> (Svelte) demo for this component in
|
|
1741
1738
|
* action:
|
|
1742
1739
|
*
|
|
1743
|
-
* 
|
|
1746
1742
|
*
|
|
1747
1743
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1938,7 +1934,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1938
1934
|
*
|
|
1939
1935
|
* See the <EditableCellView /> (Svelte) demo for this component in action:
|
|
1940
1936
|
*
|
|
1941
|
-
* 
|
|
1943
1939
|
*
|
|
1944
1940
|
* The component's props identify which Cell to render based on Table Id, Row
|
|
@@ -2025,7 +2021,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
2025
2021
|
*
|
|
2026
2022
|
* See the <EditableValueView /> (Svelte) demo for this component in action:
|
|
2027
2023
|
*
|
|
2028
|
-
* 
|
|
2030
2026
|
*
|
|
2031
2027
|
* The component's props identify which Value to render based on Table Id, Row
|
|
@@ -2100,7 +2096,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
2100
2096
|
* See the <SortedTableInHtmlTable /> (Svelte) demo for this component in
|
|
2101
2097
|
* action:
|
|
2102
2098
|
*
|
|
2103
|
-
* 
|
|
2105
2101
|
*
|
|
2106
2102
|
* The component displays 'previous' and 'next' buttons for paging through the
|
|
@@ -46,7 +46,7 @@ export type InspectorProps = {
|
|
|
46
46
|
*
|
|
47
47
|
* See the <Inspector /> (Svelte) demo for this component in action:
|
|
48
48
|
*
|
|
49
|
-
* 
|
|
51
51
|
*
|
|
52
52
|
* The component displays a nub in the corner of the screen which you may then
|
|
@@ -46,7 +46,7 @@ export type InspectorProps = {
|
|
|
46
46
|
*
|
|
47
47
|
* See the <Inspector /> (Svelte) demo for this component in action:
|
|
48
48
|
*
|
|
49
|
-
* 
|
|
51
51
|
*
|
|
52
52
|
* The component displays a nub in the corner of the screen which you may then
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tinybase",
|
|
3
|
-
"version": "8.2.0
|
|
3
|
+
"version": "8.2.0",
|
|
4
4
|
"author": "jamesgpearce",
|
|
5
5
|
"repository": "github:tinyplex/tinybase",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@automerge/automerge-repo": "^2.5.5",
|
|
25
|
-
"@cloudflare/workers-types": "^4.
|
|
25
|
+
"@cloudflare/workers-types": "^4.20260417.1",
|
|
26
26
|
"@electric-sql/pglite": "^0.4.4",
|
|
27
27
|
"@libsql/client": "^0.17.2",
|
|
28
28
|
"@powersync/common": "^1.52.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@vlcn.io/crsqlite-wasm": "^0.16.0",
|
|
32
32
|
"arktype": "^2.2.0",
|
|
33
33
|
"bun": "^1.3.12",
|
|
34
|
-
"effect": "^3.21.
|
|
34
|
+
"effect": "^3.21.1",
|
|
35
35
|
"electric-sql": "^0.12.1",
|
|
36
36
|
"expo": "^55.0.15",
|
|
37
37
|
"expo-sqlite": "^55.0.13",
|