tinybase 9.1.0-beta.1 → 9.1.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/_internal/store/with-schemas/index.d.ts +133 -2
- package/@types/indexes/index.d.ts +97 -0
- package/@types/indexes/with-schemas/index.d.ts +137 -0
- package/@types/store/index.d.ts +96 -18
- package/@types/store/with-schemas/index.d.ts +107 -44
- package/@types/ui-react/index.d.ts +42 -0
- package/@types/ui-react/with-schemas/index.d.ts +101 -32
- 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-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/index.d.ts +42 -0
- package/@types/ui-solid/with-schemas/index.d.ts +101 -32
- package/@types/ui-solid-dom/index.d.ts +10 -10
- package/@types/ui-solid-dom/with-schemas/index.d.ts +10 -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/index.d.ts +34 -0
- package/@types/ui-svelte/with-schemas/index.d.ts +34 -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/index.js +121 -32
- package/indexes/index.js +39 -0
- package/indexes/with-schemas/index.js +39 -0
- package/mergeable-store/index.js +82 -32
- package/mergeable-store/with-schemas/index.js +82 -32
- package/min/index.js +1 -1
- package/min/index.js.gz +0 -0
- package/min/indexes/index.js +1 -1
- package/min/indexes/index.js.gz +0 -0
- package/min/indexes/with-schemas/index.js +1 -1
- package/min/indexes/with-schemas/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/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/index.js +1 -1
- package/min/ui-react/index.js.gz +0 -0
- package/min/ui-react/with-schemas/index.js +1 -1
- package/min/ui-react/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/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-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/index.js +1 -1
- package/min/ui-svelte/index.js.gz +0 -0
- package/min/ui-svelte/with-schemas/index.js +1 -1
- package/min/ui-svelte/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 +121 -32
- package/omni/with-schemas/index.js +121 -32
- package/package.json +5 -5
- package/readme.md +14 -14
- package/releases.md +101 -60
- package/store/index.js +82 -32
- package/store/with-schemas/index.js +82 -32
- package/ui-react/index.js +16 -0
- package/ui-react/with-schemas/index.js +16 -0
- package/ui-react-inspector/index.js +82 -32
- package/ui-react-inspector/with-schemas/index.js +82 -32
- package/ui-solid/index.js +16 -0
- package/ui-solid/with-schemas/index.js +16 -0
- package/ui-solid-inspector/index.js +82 -32
- package/ui-solid-inspector/with-schemas/index.js +82 -32
- package/ui-svelte/index.js +18 -0
- package/ui-svelte/with-schemas/index.js +18 -0
- package/ui-svelte-inspector/index.js +82 -32
- package/ui-svelte-inspector/with-schemas/index.js +82 -32
- package/with-schemas/index.js +121 -32
|
@@ -666,7 +666,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
666
666
|
*
|
|
667
667
|
* See the <TableInHtmlTable /> (Solid) demo for this component in action:
|
|
668
668
|
*
|
|
669
|
-
* 
|
|
671
671
|
*
|
|
672
672
|
* The component's props identify which Table to render based on Table Id, and
|
|
@@ -818,7 +818,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
818
818
|
* See the <SortedTableInHtmlTable /> (Solid) demo for this component in
|
|
819
819
|
* action:
|
|
820
820
|
*
|
|
821
|
-
* 
|
|
823
823
|
*
|
|
824
824
|
* The component's props identify which Table to render based on Table Id, and
|
|
@@ -997,7 +997,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
997
997
|
*
|
|
998
998
|
* See the <ValuesInHtmlTable /> (Solid) demo for this component in action:
|
|
999
999
|
*
|
|
1000
|
-
* 
|
|
1002
1002
|
*
|
|
1003
1003
|
* The component's props identify which Row to render based on Table Id, Row Id,
|
|
@@ -1134,7 +1134,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1134
1134
|
*
|
|
1135
1135
|
* See the <SliceInHtmlTable /> (Solid) demo for this component in action:
|
|
1136
1136
|
*
|
|
1137
|
-
* 
|
|
1139
1139
|
*
|
|
1140
1140
|
* The component's props identify which Slice to render based on Index Id, Slice
|
|
@@ -1298,7 +1298,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1298
1298
|
* See the <RelationshipInHtmlTable /> (Solid) demo for this component in
|
|
1299
1299
|
* action:
|
|
1300
1300
|
*
|
|
1301
|
-
* 
|
|
1303
1303
|
*
|
|
1304
1304
|
* The component's props identify which Relationship to render based on
|
|
@@ -1480,7 +1480,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1480
1480
|
* See the <ResultTableInHtmlTable /> (Solid) demo for this component in
|
|
1481
1481
|
* action:
|
|
1482
1482
|
*
|
|
1483
|
-
* 
|
|
1485
1485
|
*
|
|
1486
1486
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1639,7 +1639,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1639
1639
|
* See the <ResultSortedTableInHtmlTable /> (Solid) demo for this component in
|
|
1640
1640
|
* action:
|
|
1641
1641
|
*
|
|
1642
|
-
* 
|
|
1644
1644
|
*
|
|
1645
1645
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1819,7 +1819,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1819
1819
|
*
|
|
1820
1820
|
* See the <EditableCellView /> (Solid) demo for this component in action:
|
|
1821
1821
|
*
|
|
1822
|
-
* 
|
|
1824
1824
|
*
|
|
1825
1825
|
* The component's props identify which Cell to render based on Table Id, Row
|
|
@@ -1903,7 +1903,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1903
1903
|
*
|
|
1904
1904
|
* See the <EditableValueView /> (Solid) demo for this component in action:
|
|
1905
1905
|
*
|
|
1906
|
-
* 
|
|
1908
1908
|
*
|
|
1909
1909
|
* The component's props identify which Value to render based on Table Id, Row
|
|
@@ -1973,7 +1973,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1973
1973
|
* See the <SortedTableInHtmlTable /> (Solid) demo for this component in
|
|
1974
1974
|
* action:
|
|
1975
1975
|
*
|
|
1976
|
-
* 
|
|
1978
1978
|
*
|
|
1979
1979
|
* 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 /> (Solid) 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 /> (Solid) 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
|
|
@@ -4237,6 +4237,22 @@ export function getIndexIds(
|
|
|
4237
4237
|
readonly current: Ids;
|
|
4238
4238
|
};
|
|
4239
4239
|
|
|
4240
|
+
/**
|
|
4241
|
+
* The hasIndex function returns a reactive object reflecting whether a given
|
|
4242
|
+
* Index exists in the Indexes object, and registers a listener so that any
|
|
4243
|
+
* changes will update `current`.
|
|
4244
|
+
* @param indexId The Id of the possible Index (or a getter returning it).
|
|
4245
|
+
* @param indexesOrIndexesId The Indexes object to use (plain or getter), or its
|
|
4246
|
+
* Id.
|
|
4247
|
+
* @returns A reactive object with a `current` boolean property.
|
|
4248
|
+
* @category Getter
|
|
4249
|
+
* @since v9.1.0
|
|
4250
|
+
*/
|
|
4251
|
+
export function hasIndex(
|
|
4252
|
+
indexId: MaybeGetter<Id>,
|
|
4253
|
+
indexesOrIndexesId?: MaybeGetter<IndexesOrIndexesId | undefined>,
|
|
4254
|
+
): {readonly current: boolean};
|
|
4255
|
+
|
|
4240
4256
|
/**
|
|
4241
4257
|
* The getSliceIds function returns a reactive object reflecting the Ids of the
|
|
4242
4258
|
* Slices in an Index, and registers a listener so that any changes will update
|
|
@@ -4295,6 +4311,24 @@ export function getSliceIds(
|
|
|
4295
4311
|
indexesOrIndexesId?: MaybeGetter<IndexesOrIndexesId | undefined>,
|
|
4296
4312
|
): {readonly current: Ids};
|
|
4297
4313
|
|
|
4314
|
+
/**
|
|
4315
|
+
* The hasSlice function returns a reactive object reflecting whether a given
|
|
4316
|
+
* Slice exists in an Index, and registers a listener so that any changes will
|
|
4317
|
+
* update `current`.
|
|
4318
|
+
* @param indexId The Id of the Index (or a getter returning it).
|
|
4319
|
+
* @param sliceId The Id of the possible Slice (or a getter returning it).
|
|
4320
|
+
* @param indexesOrIndexesId The Indexes object to use (plain or getter), or its
|
|
4321
|
+
* Id.
|
|
4322
|
+
* @returns A reactive object with a `current` boolean property.
|
|
4323
|
+
* @category Getter
|
|
4324
|
+
* @since v9.1.0
|
|
4325
|
+
*/
|
|
4326
|
+
export function hasSlice(
|
|
4327
|
+
indexId: MaybeGetter<Id>,
|
|
4328
|
+
sliceId: MaybeGetter<Id>,
|
|
4329
|
+
indexesOrIndexesId?: MaybeGetter<IndexesOrIndexesId | undefined>,
|
|
4330
|
+
): {readonly current: boolean};
|
|
4331
|
+
|
|
4298
4332
|
/**
|
|
4299
4333
|
* The getSliceRowIds function returns a reactive object reflecting the Ids of
|
|
4300
4334
|
* the Rows in a Slice, and registers a listener so that any changes will update
|
|
@@ -4718,6 +4718,22 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
4718
4718
|
readonly current: Ids;
|
|
4719
4719
|
};
|
|
4720
4720
|
|
|
4721
|
+
/**
|
|
4722
|
+
* The hasIndex function returns a reactive object reflecting whether a given
|
|
4723
|
+
* Index exists in the Indexes object, and registers a listener so that any
|
|
4724
|
+
* changes will update `current`.
|
|
4725
|
+
* @param indexId The Id of the possible Index (or a getter returning it).
|
|
4726
|
+
* @param indexesOrIndexesId The Indexes object to use (plain or getter), or its
|
|
4727
|
+
* Id.
|
|
4728
|
+
* @returns A reactive object with a `current` boolean property.
|
|
4729
|
+
* @category Getter
|
|
4730
|
+
* @since v9.1.0
|
|
4731
|
+
*/
|
|
4732
|
+
hasIndex: (
|
|
4733
|
+
indexId: MaybeGetter<Id>,
|
|
4734
|
+
indexesOrIndexesId?: MaybeGetter<IndexesOrIndexesId<Schemas> | undefined>,
|
|
4735
|
+
) => {readonly current: boolean};
|
|
4736
|
+
|
|
4721
4737
|
/**
|
|
4722
4738
|
* The getSliceIds function returns a reactive object reflecting the Ids of the
|
|
4723
4739
|
* Slices in an Index, and registers a listener so that any changes will update
|
|
@@ -4785,6 +4801,24 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
4785
4801
|
indexesOrIndexesId?: IndexesOrIndexesId<Schemas>,
|
|
4786
4802
|
) => {readonly current: Ids};
|
|
4787
4803
|
|
|
4804
|
+
/**
|
|
4805
|
+
* The hasSlice function returns a reactive object reflecting whether a given
|
|
4806
|
+
* Slice exists in an Index, and registers a listener so that any changes will
|
|
4807
|
+
* update `current`.
|
|
4808
|
+
* @param indexId The Id of the Index (or a getter returning it).
|
|
4809
|
+
* @param sliceId The Id of the possible Slice (or a getter returning it).
|
|
4810
|
+
* @param indexesOrIndexesId The Indexes object to use (plain or getter), or its
|
|
4811
|
+
* Id.
|
|
4812
|
+
* @returns A reactive object with a `current` boolean property.
|
|
4813
|
+
* @category Getter
|
|
4814
|
+
* @since v9.1.0
|
|
4815
|
+
*/
|
|
4816
|
+
hasSlice: (
|
|
4817
|
+
indexId: MaybeGetter<Id>,
|
|
4818
|
+
sliceId: MaybeGetter<Id>,
|
|
4819
|
+
indexesOrIndexesId?: IndexesOrIndexesId<Schemas>,
|
|
4820
|
+
) => {readonly current: boolean};
|
|
4821
|
+
|
|
4788
4822
|
/**
|
|
4789
4823
|
* The getSliceRowIds function returns a reactive object reflecting the Ids of
|
|
4790
4824
|
* the Rows in a Slice, and registers a listener so that any changes will update
|
|
@@ -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,7 +854,7 @@ export const TableInHtmlTable: Component<
|
|
|
854
854
|
* See the <SortedTableInHtmlTable /> (Svelte) demo for this component in
|
|
855
855
|
* action:
|
|
856
856
|
*
|
|
857
|
-
* 
|
|
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
|
-
* 
|
|
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
|
-
* 
|
|
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
|
-
* 
|
|
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
|
-
* 
|
|
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
|
-
* 
|
|
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
|
-
* 
|
|
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
|
-
* 
|
|
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
|
-
* 
|
|
2055
2055
|
*
|
|
2056
2056
|
* The component displays 'previous' and 'next' buttons for paging through the
|
|
@@ -664,7 +664,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
664
664
|
*
|
|
665
665
|
* See the <TableInHtmlTable /> (Svelte) demo for this component in action:
|
|
666
666
|
*
|
|
667
|
-
* 
|
|
669
669
|
*
|
|
670
670
|
* The component's props identify which Table to render based on Table Id, and
|
|
@@ -834,7 +834,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
834
834
|
* See the <SortedTableInHtmlTable /> (Svelte) demo for this component in
|
|
835
835
|
* action:
|
|
836
836
|
*
|
|
837
|
-
* 
|
|
839
839
|
*
|
|
840
840
|
* The component's props identify which Table to render based on Table Id, and
|
|
@@ -1030,7 +1030,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1030
1030
|
*
|
|
1031
1031
|
* See the <ValuesInHtmlTable /> (Svelte) demo for this component in action:
|
|
1032
1032
|
*
|
|
1033
|
-
* 
|
|
1035
1035
|
*
|
|
1036
1036
|
* The component's props identify which Row to render based on Table Id, Row Id,
|
|
@@ -1181,7 +1181,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1181
1181
|
*
|
|
1182
1182
|
* See the <SliceInHtmlTable /> (Svelte) demo for this component in action:
|
|
1183
1183
|
*
|
|
1184
|
-
* 
|
|
1186
1186
|
*
|
|
1187
1187
|
* The component's props identify which Slice to render based on Index Id, Slice
|
|
@@ -1359,7 +1359,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1359
1359
|
* See the <RelationshipInHtmlTable /> (Svelte) demo for this component in
|
|
1360
1360
|
* action:
|
|
1361
1361
|
*
|
|
1362
|
-
* 
|
|
1364
1364
|
*
|
|
1365
1365
|
* The component's props identify which Relationship to render based on
|
|
@@ -1554,7 +1554,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1554
1554
|
* See the <ResultTableInHtmlTable /> (Svelte) demo for this component in
|
|
1555
1555
|
* action:
|
|
1556
1556
|
*
|
|
1557
|
-
* 
|
|
1559
1559
|
*
|
|
1560
1560
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1731,7 +1731,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1731
1731
|
* See the <ResultSortedTableInHtmlTable /> (Svelte) demo for this component in
|
|
1732
1732
|
* action:
|
|
1733
1733
|
*
|
|
1734
|
-
* 
|
|
1736
1736
|
*
|
|
1737
1737
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1928,7 +1928,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1928
1928
|
*
|
|
1929
1929
|
* See the <EditableCellView /> (Svelte) demo for this component in action:
|
|
1930
1930
|
*
|
|
1931
|
-
* 
|
|
1933
1933
|
*
|
|
1934
1934
|
* The component's props identify which Cell to render based on Table Id, Row
|
|
@@ -2015,7 +2015,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
2015
2015
|
*
|
|
2016
2016
|
* See the <EditableValueView /> (Svelte) demo for this component in action:
|
|
2017
2017
|
*
|
|
2018
|
-
* 
|
|
2020
2020
|
*
|
|
2021
2021
|
* The component's props identify which Value to render based on Table Id, Row
|
|
@@ -2090,7 +2090,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
2090
2090
|
* See the <SortedTableInHtmlTable /> (Svelte) demo for this component in
|
|
2091
2091
|
* action:
|
|
2092
2092
|
*
|
|
2093
|
-
* 
|
|
2095
2095
|
*
|
|
2096
2096
|
* 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
|