@factorialco/f0-react 1.208.0 → 1.209.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/dist/experimental.d.ts +7 -2
- package/dist/experimental.js +6690 -6659
- package/dist/f0.d.ts +5 -2
- package/dist/f0.js +7 -4
- package/dist/{hooks-DMjORqwR.js → hooks-CXJxTgfZ.js} +1 -1
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -1593,6 +1593,9 @@ declare const defaultTranslations: {
|
|
|
1593
1593
|
readonly failedToLoadOptions: "Failed to load options";
|
|
1594
1594
|
readonly retry: "Retry";
|
|
1595
1595
|
};
|
|
1596
|
+
readonly toc: {
|
|
1597
|
+
readonly search: "Search";
|
|
1598
|
+
};
|
|
1596
1599
|
readonly collections: {
|
|
1597
1600
|
readonly sorting: {
|
|
1598
1601
|
readonly noSorting: "No sorting";
|
|
@@ -1615,7 +1618,7 @@ declare const defaultTranslations: {
|
|
|
1615
1618
|
readonly pagination: {
|
|
1616
1619
|
readonly of: "of";
|
|
1617
1620
|
};
|
|
1618
|
-
readonly settings: "{
|
|
1621
|
+
readonly settings: "{{visualizationName}} settings";
|
|
1619
1622
|
readonly reset: "Reset to default";
|
|
1620
1623
|
};
|
|
1621
1624
|
readonly itemsCount: "items";
|
|
@@ -1676,7 +1679,7 @@ declare const defaultTranslations: {
|
|
|
1676
1679
|
readonly week: {
|
|
1677
1680
|
readonly currentDate: "This week";
|
|
1678
1681
|
readonly label: "Week";
|
|
1679
|
-
readonly long: "Week of
|
|
1682
|
+
readonly long: "Week of {{day}} {{month}} {{year}}";
|
|
1680
1683
|
};
|
|
1681
1684
|
readonly month: {
|
|
1682
1685
|
readonly currentDate: "This month";
|
|
@@ -4599,6 +4602,8 @@ export declare interface TOCProps {
|
|
|
4599
4602
|
collapsible?: boolean;
|
|
4600
4603
|
sortable?: boolean;
|
|
4601
4604
|
onReorder?: (reorderedIds: IdStructure[]) => void;
|
|
4605
|
+
showSearchBox?: boolean;
|
|
4606
|
+
searchPlaceholder?: string;
|
|
4602
4607
|
}
|
|
4603
4608
|
|
|
4604
4609
|
declare type toggleActionType = {
|