tinybase 9.4.0 → 9.5.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.
- package/@types/_internal/store/with-schemas/index.d.ts +43 -8
- package/@types/mergeable-store/with-schemas/index.d.ts +30 -11
- package/@types/queries/index.d.ts +11 -11
- package/@types/queries/with-schemas/index.d.ts +17 -3
- package/@types/schematizers/index.d.ts +6 -4
- package/@types/schematizers/schematizer-arktype/index.d.ts +6 -6
- package/@types/schematizers/schematizer-arktype/with-schemas/index.d.ts +112 -1
- package/@types/schematizers/schematizer-effect/index.d.ts +9 -11
- package/@types/schematizers/schematizer-effect/with-schemas/index.d.ts +114 -1
- package/@types/schematizers/schematizer-typebox/index.d.ts +7 -7
- package/@types/schematizers/schematizer-typebox/with-schemas/index.d.ts +114 -1
- package/@types/schematizers/schematizer-valibot/index.d.ts +6 -6
- package/@types/schematizers/schematizer-valibot/with-schemas/index.d.ts +112 -1
- package/@types/schematizers/schematizer-yup/index.d.ts +5 -4
- package/@types/schematizers/schematizer-yup/with-schemas/index.d.ts +112 -1
- package/@types/schematizers/schematizer-zod/index.d.ts +6 -6
- package/@types/schematizers/schematizer-zod/with-schemas/index.d.ts +112 -1
- package/@types/schematizers/with-schemas/index.d.ts +113 -4
- package/@types/store/index.d.ts +175 -16
- package/@types/store/with-schemas/index.d.ts +238 -55
- package/@types/synchronizers/with-schemas/index.d.ts +12 -2
- package/@types/ui-react/with-schemas/index.d.ts +576 -7
- package/@types/ui-react-dom/index.d.ts +10 -10
- package/@types/ui-react-dom/with-schemas/index.d.ts +94 -10
- package/@types/ui-react-dom-charts/index.d.ts +7 -7
- package/@types/ui-react-dom-charts/with-schemas/index.d.ts +7 -7
- 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/with-schemas/index.d.ts +340 -7
- package/@types/ui-solid-dom/index.d.ts +10 -10
- package/@types/ui-solid-dom/with-schemas/index.d.ts +94 -10
- package/@types/ui-solid-inspector/index.d.ts +1 -1
- package/@types/ui-solid-inspector/with-schemas/index.d.ts +1 -1
- package/@types/ui-svelte/with-schemas/index.d.ts +30 -0
- package/@types/ui-svelte-dom/index.d.ts +10 -10
- package/@types/ui-svelte-dom/with-schemas/index.d.ts +94 -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 +4 -0
- package/index.js +76 -22
- package/mergeable-store/index.js +76 -22
- package/mergeable-store/with-schemas/index.js +76 -22
- package/min/index.js +1 -1
- package/min/index.js.gz +0 -0
- package/min/mergeable-store/index.js +1 -1
- package/min/mergeable-store/index.js.gz +0 -0
- package/min/mergeable-store/with-schemas/index.js +1 -1
- package/min/mergeable-store/with-schemas/index.js.gz +0 -0
- package/min/omni/index.js +1 -1
- package/min/omni/index.js.gz +0 -0
- package/min/omni/with-schemas/index.js +1 -1
- package/min/omni/with-schemas/index.js.gz +0 -0
- package/min/schematizers/index.js +1 -1
- package/min/schematizers/index.js.gz +0 -0
- package/min/schematizers/schematizer-arktype/index.js +1 -1
- package/min/schematizers/schematizer-arktype/index.js.gz +0 -0
- package/min/schematizers/schematizer-arktype/with-schemas/index.js +1 -1
- package/min/schematizers/schematizer-arktype/with-schemas/index.js.gz +0 -0
- package/min/schematizers/schematizer-effect/index.js +1 -1
- package/min/schematizers/schematizer-effect/index.js.gz +0 -0
- package/min/schematizers/schematizer-effect/with-schemas/index.js +1 -1
- package/min/schematizers/schematizer-effect/with-schemas/index.js.gz +0 -0
- package/min/schematizers/schematizer-typebox/index.js +1 -1
- package/min/schematizers/schematizer-typebox/index.js.gz +0 -0
- package/min/schematizers/schematizer-typebox/with-schemas/index.js +1 -1
- package/min/schematizers/schematizer-typebox/with-schemas/index.js.gz +0 -0
- package/min/schematizers/schematizer-valibot/index.js +1 -1
- package/min/schematizers/schematizer-valibot/index.js.gz +0 -0
- package/min/schematizers/schematizer-valibot/with-schemas/index.js +1 -1
- package/min/schematizers/schematizer-valibot/with-schemas/index.js.gz +0 -0
- package/min/schematizers/schematizer-yup/index.js +1 -1
- package/min/schematizers/schematizer-yup/index.js.gz +0 -0
- package/min/schematizers/schematizer-yup/with-schemas/index.js +1 -1
- package/min/schematizers/schematizer-yup/with-schemas/index.js.gz +0 -0
- package/min/schematizers/schematizer-zod/index.js +1 -1
- package/min/schematizers/schematizer-zod/index.js.gz +0 -0
- package/min/schematizers/schematizer-zod/with-schemas/index.js +1 -1
- package/min/schematizers/schematizer-zod/with-schemas/index.js.gz +0 -0
- package/min/schematizers/with-schemas/index.js +1 -1
- package/min/schematizers/with-schemas/index.js.gz +0 -0
- package/min/store/index.js +1 -1
- package/min/store/index.js.gz +0 -0
- package/min/store/with-schemas/index.js +1 -1
- package/min/store/with-schemas/index.js.gz +0 -0
- package/min/ui-react-inspector/index.js +1 -1
- package/min/ui-react-inspector/index.js.gz +0 -0
- package/min/ui-react-inspector/with-schemas/index.js +1 -1
- package/min/ui-react-inspector/with-schemas/index.js.gz +0 -0
- package/min/ui-solid-inspector/index.js +1 -1
- package/min/ui-solid-inspector/index.js.gz +0 -0
- package/min/ui-solid-inspector/with-schemas/index.js +1 -1
- 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/min/with-schemas/index.js +1 -1
- package/min/with-schemas/index.js.gz +0 -0
- package/omni/index.js +76 -22
- package/omni/with-schemas/index.js +76 -22
- package/package.json +2 -2
- package/readme.md +14 -14
- package/releases.md +95 -65
- package/schematizers/index.js +54 -6
- package/schematizers/schematizer-arktype/index.js +99 -19
- package/schematizers/schematizer-arktype/with-schemas/index.js +99 -19
- package/schematizers/schematizer-effect/index.js +101 -11
- package/schematizers/schematizer-effect/with-schemas/index.js +101 -11
- package/schematizers/schematizer-typebox/index.js +87 -11
- package/schematizers/schematizer-typebox/with-schemas/index.js +87 -11
- package/schematizers/schematizer-valibot/index.js +125 -21
- package/schematizers/schematizer-valibot/with-schemas/index.js +125 -21
- package/schematizers/schematizer-yup/index.js +58 -14
- package/schematizers/schematizer-yup/with-schemas/index.js +58 -14
- package/schematizers/schematizer-zod/index.js +131 -12
- package/schematizers/schematizer-zod/with-schemas/index.js +131 -12
- package/schematizers/with-schemas/index.js +54 -6
- package/store/index.js +76 -22
- package/store/with-schemas/index.js +76 -22
- package/ui-react-inspector/index.js +76 -22
- package/ui-react-inspector/with-schemas/index.js +76 -22
- package/ui-solid-inspector/index.js +76 -22
- package/ui-solid-inspector/with-schemas/index.js +76 -22
- package/ui-svelte-inspector/index.js +76 -22
- package/ui-svelte-inspector/with-schemas/index.js +76 -22
- package/with-schemas/index.js +76 -22
|
@@ -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
|
|
@@ -231,6 +231,18 @@ export type TableInHtmlTableProps<
|
|
|
231
231
|
[CellId in CellIdFromSchema<Schemas[0], TableId>]?:
|
|
232
232
|
string | CustomCell<Schemas, TableId, CellId>;
|
|
233
233
|
};
|
|
234
|
+
/**
|
|
235
|
+
* An optional list of extra Cells to render before the main table Cells.
|
|
236
|
+
* @category Prop
|
|
237
|
+
* @since v6.6.0
|
|
238
|
+
*/
|
|
239
|
+
readonly extraCellsBefore?: ExtraRowCell<Schemas, TableId>[];
|
|
240
|
+
/**
|
|
241
|
+
* An optional list of extra Cells to render after the main table Cells.
|
|
242
|
+
* @category Prop
|
|
243
|
+
* @since v6.6.0
|
|
244
|
+
*/
|
|
245
|
+
readonly extraCellsAfter?: ExtraRowCell<Schemas, TableId>[];
|
|
234
246
|
}
|
|
235
247
|
: never
|
|
236
248
|
: never;
|
|
@@ -311,6 +323,18 @@ export type SortedTableInHtmlTableProps<
|
|
|
311
323
|
string | CustomCell<Schemas, TableId, CellId>;
|
|
312
324
|
};
|
|
313
325
|
/**
|
|
326
|
+
* An optional list of extra Cells to render before the main table Cells.
|
|
327
|
+
* @category Prop
|
|
328
|
+
* @since v6.6.0
|
|
329
|
+
*/
|
|
330
|
+
readonly extraCellsBefore?: ExtraRowCell<Schemas, TableId>[];
|
|
331
|
+
/**
|
|
332
|
+
* An optional list of extra Cells to render after the main table Cells.
|
|
333
|
+
* @category Prop
|
|
334
|
+
* @since v6.6.0
|
|
335
|
+
*/
|
|
336
|
+
readonly extraCellsAfter?: ExtraRowCell<Schemas, TableId>[];
|
|
337
|
+
/**
|
|
314
338
|
* Whether the table should be interactive such that clicking a header changes
|
|
315
339
|
* the sorting and/or direction.
|
|
316
340
|
* @category Prop
|
|
@@ -378,6 +402,18 @@ export type ValuesInHtmlTableProps<Schemas extends OptionalSchemas> = {
|
|
|
378
402
|
* @since v4.1.0
|
|
379
403
|
*/
|
|
380
404
|
readonly getValueComponentProps?: (valueId: Id) => ExtraProps;
|
|
405
|
+
/**
|
|
406
|
+
* An optional list of extra Cells to render before the main table Cells.
|
|
407
|
+
* @category Prop
|
|
408
|
+
* @since v6.6.0
|
|
409
|
+
*/
|
|
410
|
+
readonly extraCellsBefore?: ExtraValueCell<Schemas>[];
|
|
411
|
+
/**
|
|
412
|
+
* An optional list of extra Cells to render after the main table Cells.
|
|
413
|
+
* @category Prop
|
|
414
|
+
* @since v6.6.0
|
|
415
|
+
*/
|
|
416
|
+
readonly extraCellsAfter?: ExtraValueCell<Schemas>[];
|
|
381
417
|
};
|
|
382
418
|
|
|
383
419
|
/**
|
|
@@ -426,6 +462,18 @@ export type SliceInHtmlTableProps<Schemas extends OptionalSchemas> = {
|
|
|
426
462
|
*/
|
|
427
463
|
readonly customCells?:
|
|
428
464
|
Ids | {[cellId: Id]: string | CustomCell<NoSchemas, Id, Id>};
|
|
465
|
+
/**
|
|
466
|
+
* An optional list of extra Cells to render before the main table Cells.
|
|
467
|
+
* @category Prop
|
|
468
|
+
* @since v6.6.0
|
|
469
|
+
*/
|
|
470
|
+
readonly extraCellsBefore?: ExtraRowCell<NoSchemas, Id>[];
|
|
471
|
+
/**
|
|
472
|
+
* An optional list of extra Cells to render after the main table Cells.
|
|
473
|
+
* @category Prop
|
|
474
|
+
* @since v6.6.0
|
|
475
|
+
*/
|
|
476
|
+
readonly extraCellsAfter?: ExtraRowCell<NoSchemas, Id>[];
|
|
429
477
|
};
|
|
430
478
|
|
|
431
479
|
/**
|
|
@@ -476,6 +524,18 @@ export type RelationshipInHtmlTableProps<Schemas extends OptionalSchemas> = {
|
|
|
476
524
|
*/
|
|
477
525
|
readonly customCells?:
|
|
478
526
|
Ids | {[cellId: Id]: string | CustomCell<NoSchemas, Id, Id>};
|
|
527
|
+
/**
|
|
528
|
+
* An optional list of extra Cells to render before the main table Cells.
|
|
529
|
+
* @category Prop
|
|
530
|
+
* @since v6.6.0
|
|
531
|
+
*/
|
|
532
|
+
readonly extraCellsBefore?: ExtraRowCell<NoSchemas, Id>[];
|
|
533
|
+
/**
|
|
534
|
+
* An optional list of extra Cells to render after the main table Cells.
|
|
535
|
+
* @category Prop
|
|
536
|
+
* @since v6.6.0
|
|
537
|
+
*/
|
|
538
|
+
readonly extraCellsAfter?: ExtraRowCell<NoSchemas, Id>[];
|
|
479
539
|
};
|
|
480
540
|
|
|
481
541
|
/**
|
|
@@ -511,6 +571,18 @@ export type ResultTableInHtmlTableProps<Schemas extends OptionalSchemas> = {
|
|
|
511
571
|
*/
|
|
512
572
|
readonly customCells?:
|
|
513
573
|
Ids | {[cellId: Id]: string | CustomResultCell<Schemas>};
|
|
574
|
+
/**
|
|
575
|
+
* An optional list of extra Cells to render before the main table Cells.
|
|
576
|
+
* @category Prop
|
|
577
|
+
* @since v6.6.0
|
|
578
|
+
*/
|
|
579
|
+
readonly extraCellsBefore?: ExtraRowCell<NoSchemas, Id>[];
|
|
580
|
+
/**
|
|
581
|
+
* An optional list of extra Cells to render after the main table Cells.
|
|
582
|
+
* @category Prop
|
|
583
|
+
* @since v6.6.0
|
|
584
|
+
*/
|
|
585
|
+
readonly extraCellsAfter?: ExtraRowCell<NoSchemas, Id>[];
|
|
514
586
|
};
|
|
515
587
|
|
|
516
588
|
/**
|
|
@@ -574,6 +646,18 @@ export type ResultSortedTableInHtmlTableProps<Schemas extends OptionalSchemas> =
|
|
|
574
646
|
readonly customCells?:
|
|
575
647
|
Ids | {[cellId: Id]: string | CustomResultCell<Schemas>};
|
|
576
648
|
/**
|
|
649
|
+
* An optional list of extra Cells to render before the main table Cells.
|
|
650
|
+
* @category Prop
|
|
651
|
+
* @since v6.6.0
|
|
652
|
+
*/
|
|
653
|
+
readonly extraCellsBefore?: ExtraRowCell<NoSchemas, Id>[];
|
|
654
|
+
/**
|
|
655
|
+
* An optional list of extra Cells to render after the main table Cells.
|
|
656
|
+
* @category Prop
|
|
657
|
+
* @since v6.6.0
|
|
658
|
+
*/
|
|
659
|
+
readonly extraCellsAfter?: ExtraRowCell<NoSchemas, Id>[];
|
|
660
|
+
/**
|
|
577
661
|
* Whether the table should be interactive such that clicking a header changes
|
|
578
662
|
* the sorting and/or direction.
|
|
579
663
|
* @category Prop
|
|
@@ -668,7 +752,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
668
752
|
*
|
|
669
753
|
* See the <TableInHtmlTable /> (React) demo for this component in action:
|
|
670
754
|
*
|
|
671
|
-
* 
|
|
673
757
|
*
|
|
674
758
|
* The component's props identify which Table to render based on Table Id, and
|
|
@@ -822,7 +906,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
822
906
|
* See the <SortedTableInHtmlTable /> (React) demo for this component in
|
|
823
907
|
* action:
|
|
824
908
|
*
|
|
825
|
-
* 
|
|
827
911
|
*
|
|
828
912
|
* The component's props identify which Table to render based on Table Id, and
|
|
@@ -1003,7 +1087,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1003
1087
|
*
|
|
1004
1088
|
* See the <ValuesInHtmlTable /> (React) demo for this component in action:
|
|
1005
1089
|
*
|
|
1006
|
-
* 
|
|
1008
1092
|
*
|
|
1009
1093
|
* The component's props identify which Row to render based on Table Id, Row Id,
|
|
@@ -1142,7 +1226,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1142
1226
|
*
|
|
1143
1227
|
* See the <SliceInHtmlTable /> (React) demo for this component in action:
|
|
1144
1228
|
*
|
|
1145
|
-
* 
|
|
1147
1231
|
*
|
|
1148
1232
|
* The component's props identify which Slice to render based on Index Id, Slice
|
|
@@ -1308,7 +1392,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1308
1392
|
* See the <RelationshipInHtmlTable /> (React) demo for this component in
|
|
1309
1393
|
* action:
|
|
1310
1394
|
*
|
|
1311
|
-
* 
|
|
1313
1397
|
*
|
|
1314
1398
|
* The component's props identify which Relationship to render based on
|
|
@@ -1494,7 +1578,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1494
1578
|
* See the <ResultTableInHtmlTable /> (React) demo for this component in
|
|
1495
1579
|
* action:
|
|
1496
1580
|
*
|
|
1497
|
-
* 
|
|
1499
1583
|
*
|
|
1500
1584
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1655,7 +1739,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1655
1739
|
* See the <ResultSortedTableInHtmlTable /> (React) demo for this component in
|
|
1656
1740
|
* action:
|
|
1657
1741
|
*
|
|
1658
|
-
* 
|
|
1660
1744
|
*
|
|
1661
1745
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1837,7 +1921,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1837
1921
|
*
|
|
1838
1922
|
* See the <EditableCellView /> (React) demo for this component in action:
|
|
1839
1923
|
*
|
|
1840
|
-
* 
|
|
1842
1926
|
*
|
|
1843
1927
|
* The component's props identify which Cell to render based on Table Id, Row
|
|
@@ -1922,7 +2006,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1922
2006
|
*
|
|
1923
2007
|
* See the <EditableValueView /> (React) demo for this component in action:
|
|
1924
2008
|
*
|
|
1925
|
-
* 
|
|
1927
2011
|
*
|
|
1928
2012
|
* The component's props identify which Value to render based on Table Id, Row
|
|
@@ -1993,7 +2077,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1993
2077
|
* See the <SortedTableInHtmlTable /> (React) demo for this component in
|
|
1994
2078
|
* action:
|
|
1995
2079
|
*
|
|
1996
|
-
* 
|
|
1998
2082
|
*
|
|
1999
2083
|
* The component displays 'previous' and 'next' buttons for paging through the
|
|
@@ -483,7 +483,7 @@ export type YAxisProps = {
|
|
|
483
483
|
*
|
|
484
484
|
* See the Composing Charts (React) demo for this component in action:
|
|
485
485
|
*
|
|
486
|
-
* 
|
|
488
488
|
*
|
|
489
489
|
* The series children declare their own xCellId and yCellId bindings. The
|
|
@@ -542,7 +542,7 @@ export function CartesianChart(
|
|
|
542
542
|
*
|
|
543
543
|
* See the Axis Overrides (React) demo for this component in action:
|
|
544
544
|
*
|
|
545
|
-
* 
|
|
547
547
|
* @category Store components
|
|
548
548
|
* @since v8.5.0
|
|
@@ -558,7 +558,7 @@ export function XAxis(props: XAxisProps): ComponentReturnType;
|
|
|
558
558
|
*
|
|
559
559
|
* See the Axis Overrides (React) demo for this component in action:
|
|
560
560
|
*
|
|
561
|
-
* 
|
|
563
563
|
* @category Store components
|
|
564
564
|
* @since v8.5.0
|
|
@@ -574,7 +574,7 @@ export function YAxis(props: YAxisProps): ComponentReturnType;
|
|
|
574
574
|
*
|
|
575
575
|
* See the Composing Charts (React) demo for this component in action:
|
|
576
576
|
*
|
|
577
|
-
* 
|
|
579
579
|
* @category Store components
|
|
580
580
|
* @since v8.5.0
|
|
@@ -590,7 +590,7 @@ export function LineSeries(props: SeriesProps): ComponentReturnType;
|
|
|
590
590
|
*
|
|
591
591
|
* See the Composing Charts (React) demo for this component in action:
|
|
592
592
|
*
|
|
593
|
-
* 
|
|
595
595
|
* @category Store components
|
|
596
596
|
* @since v8.5.0
|
|
@@ -607,7 +607,7 @@ export function BarSeries(props: SeriesProps): ComponentReturnType;
|
|
|
607
607
|
*
|
|
608
608
|
* See the <LineChart /> (React) demo for this component in action:
|
|
609
609
|
*
|
|
610
|
-
* 
|
|
612
612
|
* @category Store components
|
|
613
613
|
* @since v8.5.0
|
|
@@ -660,7 +660,7 @@ export function LineChart(
|
|
|
660
660
|
*
|
|
661
661
|
* See the Sorting And Types (React) demo for this component in action:
|
|
662
662
|
*
|
|
663
|
-
* 
|
|
665
665
|
* @category Store components
|
|
666
666
|
* @since v8.5.0
|
|
@@ -544,7 +544,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
544
544
|
*
|
|
545
545
|
* See the Composing Charts (React) demo for this component in action:
|
|
546
546
|
*
|
|
547
|
-
* 
|
|
549
549
|
*
|
|
550
550
|
* The series children declare their own xCellId and yCellId bindings. The
|
|
@@ -609,7 +609,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
609
609
|
*
|
|
610
610
|
* See the Axis Overrides (React) demo for this component in action:
|
|
611
611
|
*
|
|
612
|
-
* 
|
|
614
614
|
* @category Store components
|
|
615
615
|
* @since v8.5.0
|
|
@@ -625,7 +625,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
625
625
|
*
|
|
626
626
|
* See the Axis Overrides (React) demo for this component in action:
|
|
627
627
|
*
|
|
628
|
-
* 
|
|
630
630
|
* @category Store components
|
|
631
631
|
* @since v8.5.0
|
|
@@ -641,7 +641,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
641
641
|
*
|
|
642
642
|
* See the Composing Charts (React) demo for this component in action:
|
|
643
643
|
*
|
|
644
|
-
* 
|
|
646
646
|
* @category Store components
|
|
647
647
|
* @since v8.5.0
|
|
@@ -657,7 +657,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
657
657
|
*
|
|
658
658
|
* See the Composing Charts (React) demo for this component in action:
|
|
659
659
|
*
|
|
660
|
-
* 
|
|
662
662
|
* @category Store components
|
|
663
663
|
* @since v8.5.0
|
|
@@ -684,7 +684,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
684
684
|
*
|
|
685
685
|
* See the <LineChart /> (React) demo for this component in action:
|
|
686
686
|
*
|
|
687
|
-
* 
|
|
689
689
|
* @category Store components
|
|
690
690
|
* @since v8.5.0
|
|
@@ -750,7 +750,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
750
750
|
*
|
|
751
751
|
* See the Sorting And Types (React) demo for this component in action:
|
|
752
752
|
*
|
|
753
|
-
* 
|
|
755
755
|
* @category Store components
|
|
756
756
|
* @since v8.5.0
|
|
@@ -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
|