tinybase 8.4.0-beta.0 → 8.4.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 -10
- package/@types/ui-react-dom/with-schemas/index.d.ts +10 -10
- 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-solid-dom/index.d.ts +2013 -0
- package/@types/ui-solid-dom/with-schemas/index.d.ts +2064 -0
- package/@types/ui-solid-inspector/index.d.ts +73 -0
- package/@types/ui-solid-inspector/with-schemas/index.d.ts +73 -0
- package/@types/ui-svelte-dom/index.d.ts +10 -10
- package/@types/ui-svelte-dom/with-schemas/index.d.ts +10 -10
- package/@types/ui-svelte-inspector/index.d.ts +1 -1
- package/@types/ui-svelte-inspector/with-schemas/index.d.ts +1 -1
- package/agents.md +10 -0
- package/min/ui-solid/index.js +1 -1
- package/min/ui-solid/index.js.gz +0 -0
- package/min/ui-solid/with-schemas/index.js +1 -1
- package/min/ui-solid/with-schemas/index.js.gz +0 -0
- package/min/ui-solid-dom/index.js +1 -0
- package/min/ui-solid-dom/index.js.gz +0 -0
- package/min/ui-solid-dom/with-schemas/index.js +1 -0
- package/min/ui-solid-dom/with-schemas/index.js.gz +0 -0
- package/min/ui-solid-inspector/index.js +1 -0
- package/min/ui-solid-inspector/index.js.gz +0 -0
- package/min/ui-solid-inspector/with-schemas/index.js +1 -0
- package/min/ui-solid-inspector/with-schemas/index.js.gz +0 -0
- package/min/ui-svelte-inspector/index.js +1 -1
- package/min/ui-svelte-inspector/index.js.gz +0 -0
- package/min/ui-svelte-inspector/with-schemas/index.js +1 -1
- package/min/ui-svelte-inspector/with-schemas/index.js.gz +0 -0
- package/package.json +76 -2
- package/readme.md +14 -14
- package/releases.md +98 -62
- package/ui-solid/index.js +208 -104
- package/ui-solid/with-schemas/index.js +208 -104
- package/ui-solid-dom/index.js +1575 -0
- package/ui-solid-dom/with-schemas/index.js +1575 -0
- package/ui-solid-inspector/index.js +5621 -0
- package/ui-solid-inspector/with-schemas/index.js +5621 -0
- package/ui-svelte-inspector/index.js +6 -2
- package/ui-svelte-inspector/with-schemas/index.js +6 -2
|
@@ -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,7 +838,7 @@ export function TableInHtmlTable(
|
|
|
838
838
|
* See the <SortedTableInHtmlTable /> (React) demo for this component in
|
|
839
839
|
* action:
|
|
840
840
|
*
|
|
841
|
-
* 
|
|
843
843
|
*
|
|
844
844
|
* The component's props identify which Table to render based on Table Id, and
|
|
@@ -1011,7 +1011,7 @@ export function SortedTableInHtmlTable(
|
|
|
1011
1011
|
*
|
|
1012
1012
|
* See the <ValuesInHtmlTable /> (React) demo for this component in action:
|
|
1013
1013
|
*
|
|
1014
|
-
* 
|
|
1016
1016
|
*
|
|
1017
1017
|
* The component's props identify which Row to render based on Table Id, Row Id,
|
|
@@ -1142,7 +1142,7 @@ export function ValuesInHtmlTable(
|
|
|
1142
1142
|
*
|
|
1143
1143
|
* See the <SliceInHtmlTable /> (React) demo for this component in action:
|
|
1144
1144
|
*
|
|
1145
|
-
* 
|
|
1147
1147
|
*
|
|
1148
1148
|
* The component's props identify which Slice to render based on Index Id, Slice
|
|
@@ -1300,7 +1300,7 @@ export function SliceInHtmlTable(
|
|
|
1300
1300
|
* See the <RelationshipInHtmlTable /> (React) demo for this component in
|
|
1301
1301
|
* action:
|
|
1302
1302
|
*
|
|
1303
|
-
* 
|
|
1305
1305
|
*
|
|
1306
1306
|
* The component's props identify which Relationship to render based on
|
|
@@ -1478,7 +1478,7 @@ export function RelationshipInHtmlTable(
|
|
|
1478
1478
|
* See the <ResultTableInHtmlTable /> (React) demo for this component in
|
|
1479
1479
|
* action:
|
|
1480
1480
|
*
|
|
1481
|
-
* 
|
|
1483
1483
|
*
|
|
1484
1484
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1631,7 +1631,7 @@ export function ResultTableInHtmlTable(
|
|
|
1631
1631
|
* See the <ResultSortedTableInHtmlTable /> (React) demo for this component in
|
|
1632
1632
|
* action:
|
|
1633
1633
|
*
|
|
1634
|
-
* 
|
|
1636
1636
|
*
|
|
1637
1637
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1805,7 +1805,7 @@ export function ResultSortedTableInHtmlTable(
|
|
|
1805
1805
|
*
|
|
1806
1806
|
* See the <EditableCellView /> (React) demo for this component in action:
|
|
1807
1807
|
*
|
|
1808
|
-
* 
|
|
1810
1810
|
*
|
|
1811
1811
|
* The component's props identify which Cell to render based on Table Id, Row
|
|
@@ -1876,7 +1876,7 @@ export function EditableCellView(
|
|
|
1876
1876
|
*
|
|
1877
1877
|
* See the <EditableValueView /> (React) demo for this component in action:
|
|
1878
1878
|
*
|
|
1879
|
-
* 
|
|
1881
1881
|
*
|
|
1882
1882
|
* The component's props identify which Value to render based on Table Id, Row
|
|
@@ -1947,7 +1947,7 @@ export function EditableValueView(
|
|
|
1947
1947
|
* See the <SortedTableInHtmlTable /> (React) demo for this component in
|
|
1948
1948
|
* action:
|
|
1949
1949
|
*
|
|
1950
|
-
* 
|
|
1952
1952
|
*
|
|
1953
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,7 +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
|
-
* 
|
|
833
833
|
*
|
|
834
834
|
* The component's props identify which Table to render based on Table Id, and
|
|
@@ -1009,7 +1009,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1009
1009
|
*
|
|
1010
1010
|
* See the <ValuesInHtmlTable /> (React) demo for this component in action:
|
|
1011
1011
|
*
|
|
1012
|
-
* 
|
|
1014
1014
|
*
|
|
1015
1015
|
* The component's props identify which Row to render based on Table Id, Row Id,
|
|
@@ -1148,7 +1148,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1148
1148
|
*
|
|
1149
1149
|
* See the <SliceInHtmlTable /> (React) demo for this component in action:
|
|
1150
1150
|
*
|
|
1151
|
-
* 
|
|
1153
1153
|
*
|
|
1154
1154
|
* The component's props identify which Slice to render based on Index Id, Slice
|
|
@@ -1314,7 +1314,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1314
1314
|
* See the <RelationshipInHtmlTable /> (React) demo for this component in
|
|
1315
1315
|
* action:
|
|
1316
1316
|
*
|
|
1317
|
-
* 
|
|
1319
1319
|
*
|
|
1320
1320
|
* The component's props identify which Relationship to render based on
|
|
@@ -1500,7 +1500,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1500
1500
|
* See the <ResultTableInHtmlTable /> (React) demo for this component in
|
|
1501
1501
|
* action:
|
|
1502
1502
|
*
|
|
1503
|
-
* 
|
|
1505
1505
|
*
|
|
1506
1506
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1661,7 +1661,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1661
1661
|
* See the <ResultSortedTableInHtmlTable /> (React) demo for this component in
|
|
1662
1662
|
* action:
|
|
1663
1663
|
*
|
|
1664
|
-
* 
|
|
1666
1666
|
*
|
|
1667
1667
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1843,7 +1843,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1843
1843
|
*
|
|
1844
1844
|
* See the <EditableCellView /> (React) demo for this component in action:
|
|
1845
1845
|
*
|
|
1846
|
-
* 
|
|
1848
1848
|
*
|
|
1849
1849
|
* The component's props identify which Cell to render based on Table Id, Row
|
|
@@ -1928,7 +1928,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1928
1928
|
*
|
|
1929
1929
|
* See the <EditableValueView /> (React) demo for this component in action:
|
|
1930
1930
|
*
|
|
1931
|
-
* 
|
|
1933
1933
|
*
|
|
1934
1934
|
* The component's props identify which Value to render based on Table Id, Row
|
|
@@ -1999,7 +1999,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1999
1999
|
* See the <SortedTableInHtmlTable /> (React) demo for this component in
|
|
2000
2000
|
* action:
|
|
2001
2001
|
*
|
|
2002
|
-
* 
|
|
2004
2004
|
*
|
|
2005
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
|