tinybase 8.2.0 → 8.3.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 (55) hide show
  1. package/@types/queries/index.d.ts +141 -0
  2. package/@types/queries/with-schemas/index.d.ts +184 -0
  3. package/@types/ui-react-dom/index.d.ts +10 -10
  4. package/@types/ui-react-dom/with-schemas/index.d.ts +10 -10
  5. package/@types/ui-react-inspector/index.d.ts +1 -1
  6. package/@types/ui-react-inspector/with-schemas/index.d.ts +1 -1
  7. package/@types/ui-svelte-dom/index.d.ts +10 -10
  8. package/@types/ui-svelte-dom/with-schemas/index.d.ts +10 -10
  9. package/@types/ui-svelte-inspector/index.d.ts +1 -1
  10. package/@types/ui-svelte-inspector/with-schemas/index.d.ts +1 -1
  11. package/index.js +594 -418
  12. package/indexes/index.js +8 -22
  13. package/indexes/with-schemas/index.js +8 -22
  14. package/metrics/index.js +8 -22
  15. package/metrics/with-schemas/index.js +8 -22
  16. package/min/index.js +1 -1
  17. package/min/index.js.gz +0 -0
  18. package/min/indexes/index.js +1 -1
  19. package/min/indexes/index.js.gz +0 -0
  20. package/min/indexes/with-schemas/index.js +1 -1
  21. package/min/indexes/with-schemas/index.js.gz +0 -0
  22. package/min/metrics/index.js +1 -1
  23. package/min/metrics/index.js.gz +0 -0
  24. package/min/metrics/with-schemas/index.js +1 -1
  25. package/min/metrics/with-schemas/index.js.gz +0 -0
  26. package/min/omni/index.js +1 -1
  27. package/min/omni/index.js.gz +0 -0
  28. package/min/omni/with-schemas/index.js +1 -1
  29. package/min/omni/with-schemas/index.js.gz +0 -0
  30. package/min/queries/index.js +1 -1
  31. package/min/queries/index.js.gz +0 -0
  32. package/min/queries/with-schemas/index.js +1 -1
  33. package/min/queries/with-schemas/index.js.gz +0 -0
  34. package/min/relationships/index.js +1 -1
  35. package/min/relationships/index.js.gz +0 -0
  36. package/min/relationships/with-schemas/index.js +1 -1
  37. package/min/relationships/with-schemas/index.js.gz +0 -0
  38. package/min/with-schemas/index.js +1 -1
  39. package/min/with-schemas/index.js.gz +0 -0
  40. package/omni/index.js +594 -418
  41. package/omni/with-schemas/index.js +594 -418
  42. package/package.json +10 -10
  43. package/queries/index.js +596 -454
  44. package/queries/with-schemas/index.js +596 -454
  45. package/readme.md +14 -14
  46. package/relationships/index.js +8 -22
  47. package/relationships/with-schemas/index.js +8 -22
  48. package/releases.md +51 -51
  49. package/ui-svelte/index.js +1 -1
  50. package/ui-svelte/with-schemas/index.js +1 -1
  51. package/ui-svelte-dom/index.js +2 -2
  52. package/ui-svelte-dom/with-schemas/index.js +2 -2
  53. package/ui-svelte-inspector/index.js +2 -2
  54. package/ui-svelte-inspector/with-schemas/index.js +2 -2
  55. package/with-schemas/index.js +594 -418
@@ -690,7 +690,7 @@ export type SortedTablePaginatorProps = {
690
690
  *
691
691
  * See the <TableInHtmlTable /> (Svelte) demo for this component in action:
692
692
  *
693
- * ![TableInHtmlTable example](https://tinybase.org/shots/tableinhtmltable-svelte-demo.png
693
+ * ![TableInHtmlTable example](https://beta.tinybase.org/shots/tableinhtmltable-svelte-demo.png
694
694
  * "TableInHtmlTable example")
695
695
  *
696
696
  * The component's props identify which Table to render based on Table Id, and
@@ -854,7 +854,7 @@ export const TableInHtmlTable: Component<
854
854
  * See the <SortedTableInHtmlTable /> (Svelte) demo for this component in
855
855
  * action:
856
856
  *
857
- * ![SortedTableInHtmlTable example](https://tinybase.org/shots/sortedtableinhtmltable-svelte-demo.png
857
+ * ![SortedTableInHtmlTable example](https://beta.tinybase.org/shots/sortedtableinhtmltable-svelte-demo.png
858
858
  * "SortedTableInHtmlTable example")
859
859
  *
860
860
  * The component's props identify which Table to render based on Table Id, and
@@ -1042,7 +1042,7 @@ export const SortedTableInHtmlTable: Component<
1042
1042
  *
1043
1043
  * See the <ValuesInHtmlTable /> (Svelte) demo for this component in action:
1044
1044
  *
1045
- * ![ValuesInHtmlTable example](https://tinybase.org/shots/valuesinhtmltable-svelte-demo.png
1045
+ * ![ValuesInHtmlTable example](https://beta.tinybase.org/shots/valuesinhtmltable-svelte-demo.png
1046
1046
  * "ValuesInHtmlTable example")
1047
1047
  *
1048
1048
  * The component's props identify which Row to render based on Table Id, Row Id,
@@ -1185,7 +1185,7 @@ export const ValuesInHtmlTable: Component<
1185
1185
  *
1186
1186
  * See the <SliceInHtmlTable /> (Svelte) demo for this component in action:
1187
1187
  *
1188
- * ![SliceInHtmlTable example](https://tinybase.org/shots/sliceinhtmltable-svelte-demo.png
1188
+ * ![SliceInHtmlTable example](https://beta.tinybase.org/shots/sliceinhtmltable-svelte-demo.png
1189
1189
  * "SliceInHtmlTable example")
1190
1190
  *
1191
1191
  * The component's props identify which Slice to render based on Index Id, Slice
@@ -1357,7 +1357,7 @@ export const SliceInHtmlTable: Component<
1357
1357
  * See the <RelationshipInHtmlTable /> (Svelte) demo for this component in
1358
1358
  * action:
1359
1359
  *
1360
- * ![RelationshipInHtmlTable example](https://tinybase.org/shots/relationshipinhtmltable-svelte-demo.png
1360
+ * ![RelationshipInHtmlTable example](https://beta.tinybase.org/shots/relationshipinhtmltable-svelte-demo.png
1361
1361
  * "RelationshipInHtmlTable example")
1362
1362
  *
1363
1363
  * The component's props identify which Relationship to render based on
@@ -1544,7 +1544,7 @@ export const RelationshipInHtmlTable: Component<
1544
1544
  * See the <ResultTableInHtmlTable /> (Svelte) demo for this component in
1545
1545
  * action:
1546
1546
  *
1547
- * ![ResultTableInHtmlTable example](https://tinybase.org/shots/resulttableinhtmltable-svelte-demo.png
1547
+ * ![ResultTableInHtmlTable example](https://beta.tinybase.org/shots/resulttableinhtmltable-svelte-demo.png
1548
1548
  * "ResultTableInHtmlTable example")
1549
1549
  *
1550
1550
  * The component's props identify which ResultTable to render based on query Id,
@@ -1713,7 +1713,7 @@ export const ResultTableInHtmlTable: Component<
1713
1713
  * See the <ResultSortedTableInHtmlTable /> (Svelte) demo for this component in
1714
1714
  * action:
1715
1715
  *
1716
- * ![ResultSortedTableInHtmlTable example](https://tinybase.org/shots/resultsortedtableinhtmltable-svelte-demo.png
1716
+ * ![ResultSortedTableInHtmlTable example](https://beta.tinybase.org/shots/resultsortedtableinhtmltable-svelte-demo.png
1717
1717
  * "ResultSortedTableInHtmlTable example")
1718
1718
  *
1719
1719
  * The component's props identify which ResultTable to render based on query Id,
@@ -1902,7 +1902,7 @@ export const ResultSortedTableInHtmlTable: Component<
1902
1902
  *
1903
1903
  * See the <EditableCellView /> (Svelte) demo for this component in action:
1904
1904
  *
1905
- * ![EditableCellView example](https://tinybase.org/shots/editablecellview-svelte-demo.png
1905
+ * ![EditableCellView example](https://beta.tinybase.org/shots/editablecellview-svelte-demo.png
1906
1906
  * "EditableCellView example")
1907
1907
  *
1908
1908
  * The component's props identify which Cell to render based on Table Id, Row
@@ -1975,7 +1975,7 @@ export const EditableCellView: Component<
1975
1975
  *
1976
1976
  * See the <EditableValueView /> (Svelte) demo for this component in action:
1977
1977
  *
1978
- * ![EditableValueView example](https://tinybase.org/shots/editablevalueview-svelte-demo.png
1978
+ * ![EditableValueView example](https://beta.tinybase.org/shots/editablevalueview-svelte-demo.png
1979
1979
  * "EditableValueView example")
1980
1980
  *
1981
1981
  * The component's props identify which Value to render based on Table Id, Row
@@ -2050,7 +2050,7 @@ export const EditableValueView: Component<
2050
2050
  * See the <SortedTableInHtmlTable /> (Svelte) demo for this component in
2051
2051
  * action:
2052
2052
  *
2053
- * ![SortedTablePaginator example](https://tinybase.org/shots/sortedtablepaginator-svelte-demo.png
2053
+ * ![SortedTablePaginator example](https://beta.tinybase.org/shots/sortedtablepaginator-svelte-demo.png
2054
2054
  * "SortedTablePaginator example")
2055
2055
  *
2056
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
- * ![TableInHtmlTable example](https://tinybase.org/shots/tableinhtmltable-svelte-demo.png
673
+ * ![TableInHtmlTable example](https://beta.tinybase.org/shots/tableinhtmltable-svelte-demo.png
674
674
  * "TableInHtmlTable example")
675
675
  *
676
676
  * The component's props identify which Table to render based on Table Id, and
@@ -840,7 +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
- * ![SortedTableInHtmlTable example](https://tinybase.org/shots/sortedtableinhtmltable-svelte-demo.png
843
+ * ![SortedTableInHtmlTable example](https://beta.tinybase.org/shots/sortedtableinhtmltable-svelte-demo.png
844
844
  * "SortedTableInHtmlTable example")
845
845
  *
846
846
  * The component's props identify which Table to render based on Table Id, and
@@ -1036,7 +1036,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
1036
1036
  *
1037
1037
  * See the <ValuesInHtmlTable /> (Svelte) demo for this component in action:
1038
1038
  *
1039
- * ![ValuesInHtmlTable example](https://tinybase.org/shots/valuesinhtmltable-svelte-demo.png
1039
+ * ![ValuesInHtmlTable example](https://beta.tinybase.org/shots/valuesinhtmltable-svelte-demo.png
1040
1040
  * "ValuesInHtmlTable example")
1041
1041
  *
1042
1042
  * The component's props identify which Row to render based on Table Id, Row Id,
@@ -1187,7 +1187,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
1187
1187
  *
1188
1188
  * See the <SliceInHtmlTable /> (Svelte) demo for this component in action:
1189
1189
  *
1190
- * ![SliceInHtmlTable example](https://tinybase.org/shots/sliceinhtmltable-svelte-demo.png
1190
+ * ![SliceInHtmlTable example](https://beta.tinybase.org/shots/sliceinhtmltable-svelte-demo.png
1191
1191
  * "SliceInHtmlTable example")
1192
1192
  *
1193
1193
  * The component's props identify which Slice to render based on Index Id, Slice
@@ -1365,7 +1365,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
1365
1365
  * See the <RelationshipInHtmlTable /> (Svelte) demo for this component in
1366
1366
  * action:
1367
1367
  *
1368
- * ![RelationshipInHtmlTable example](https://tinybase.org/shots/relationshipinhtmltable-svelte-demo.png
1368
+ * ![RelationshipInHtmlTable example](https://beta.tinybase.org/shots/relationshipinhtmltable-svelte-demo.png
1369
1369
  * "RelationshipInHtmlTable example")
1370
1370
  *
1371
1371
  * The component's props identify which Relationship to render based on
@@ -1560,7 +1560,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
1560
1560
  * See the <ResultTableInHtmlTable /> (Svelte) demo for this component in
1561
1561
  * action:
1562
1562
  *
1563
- * ![ResultTableInHtmlTable example](https://tinybase.org/shots/resulttableinhtmltable-svelte-demo.png
1563
+ * ![ResultTableInHtmlTable example](https://beta.tinybase.org/shots/resulttableinhtmltable-svelte-demo.png
1564
1564
  * "ResultTableInHtmlTable example")
1565
1565
  *
1566
1566
  * The component's props identify which ResultTable to render based on query Id,
@@ -1737,7 +1737,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
1737
1737
  * See the <ResultSortedTableInHtmlTable /> (Svelte) demo for this component in
1738
1738
  * action:
1739
1739
  *
1740
- * ![ResultSortedTableInHtmlTable example](https://tinybase.org/shots/resultsortedtableinhtmltable-svelte-demo.png
1740
+ * ![ResultSortedTableInHtmlTable example](https://beta.tinybase.org/shots/resultsortedtableinhtmltable-svelte-demo.png
1741
1741
  * "ResultSortedTableInHtmlTable example")
1742
1742
  *
1743
1743
  * The component's props identify which ResultTable to render based on query Id,
@@ -1934,7 +1934,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
1934
1934
  *
1935
1935
  * See the <EditableCellView /> (Svelte) demo for this component in action:
1936
1936
  *
1937
- * ![EditableCellView example](https://tinybase.org/shots/editablecellview-svelte-demo.png
1937
+ * ![EditableCellView example](https://beta.tinybase.org/shots/editablecellview-svelte-demo.png
1938
1938
  * "EditableCellView example")
1939
1939
  *
1940
1940
  * The component's props identify which Cell to render based on Table Id, Row
@@ -2021,7 +2021,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
2021
2021
  *
2022
2022
  * See the <EditableValueView /> (Svelte) demo for this component in action:
2023
2023
  *
2024
- * ![EditableValueView example](https://tinybase.org/shots/editablevalueview-svelte-demo.png
2024
+ * ![EditableValueView example](https://beta.tinybase.org/shots/editablevalueview-svelte-demo.png
2025
2025
  * "EditableValueView example")
2026
2026
  *
2027
2027
  * The component's props identify which Value to render based on Table Id, Row
@@ -2096,7 +2096,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
2096
2096
  * See the <SortedTableInHtmlTable /> (Svelte) demo for this component in
2097
2097
  * action:
2098
2098
  *
2099
- * ![SortedTablePaginator example](https://tinybase.org/shots/sortedtablepaginator-svelte-demo.png
2099
+ * ![SortedTablePaginator example](https://beta.tinybase.org/shots/sortedtablepaginator-svelte-demo.png
2100
2100
  * "SortedTablePaginator example")
2101
2101
  *
2102
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
- * ![Inspector example](https://tinybase.org/shots/inspector-svelte-demo.png
49
+ * ![Inspector example](https://beta.tinybase.org/shots/inspector-svelte-demo.png
50
50
  * "Inspector example")
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
- * ![Inspector example](https://tinybase.org/shots/inspector-svelte-demo.png
49
+ * ![Inspector example](https://beta.tinybase.org/shots/inspector-svelte-demo.png
50
50
  * "Inspector example")
51
51
  *
52
52
  * The component displays a nub in the corner of the screen which you may then