@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/f0.d.ts CHANGED
@@ -1111,6 +1111,9 @@ export declare const defaultTranslations: {
1111
1111
  readonly failedToLoadOptions: "Failed to load options";
1112
1112
  readonly retry: "Retry";
1113
1113
  };
1114
+ readonly toc: {
1115
+ readonly search: "Search";
1116
+ };
1114
1117
  readonly collections: {
1115
1118
  readonly sorting: {
1116
1119
  readonly noSorting: "No sorting";
@@ -1133,7 +1136,7 @@ export declare const defaultTranslations: {
1133
1136
  readonly pagination: {
1134
1137
  readonly of: "of";
1135
1138
  };
1136
- readonly settings: "{%visualizationName} settings";
1139
+ readonly settings: "{{visualizationName}} settings";
1137
1140
  readonly reset: "Reset to default";
1138
1141
  };
1139
1142
  readonly itemsCount: "items";
@@ -1194,7 +1197,7 @@ export declare const defaultTranslations: {
1194
1197
  readonly week: {
1195
1198
  readonly currentDate: "This week";
1196
1199
  readonly label: "Week";
1197
- readonly long: "Week of %{day} %{month} %{year}";
1200
+ readonly long: "Week of {{day}} {{month}} {{year}}";
1198
1201
  };
1199
1202
  readonly month: {
1200
1203
  readonly currentDate: "This month";
package/dist/f0.js CHANGED
@@ -1,5 +1,5 @@
1
- import { C as g, L as pe, c as ge, P as H, a as b, f as ve, b as be, A as xe, B as Ce, d as ye, e as we, g as Ne, V as Le, h as G, i as U, j as Pe, k as W, S as J, l as M, m as Y, n as Se, O as Fe, o as X, p as De, q as ke, F as K, r as Me, s as Te, t as Ie, D as Be, u as Re, v as Oe, w as $e, x as Q, y as w, U as Z, z as Ee, E as _e, G as z, H as je, I as ee, J as ze, K as Ve, M as Ae, N as qe, Q as He, R as Ge, X as Ue, T as We, W as Je, Y as Ye, Z as Xe, _ as Ke } from "./hooks-DMjORqwR.js";
2
- import { az as Ja, $ as Ya, aB as Xa, aK as Ka, a0 as Qa, a1 as Za, a2 as er, a3 as ar, a4 as rr, a5 as sr, a6 as tr, a7 as lr, a9 as or, aa as nr, ab as ir, ac as dr, aG as cr, ae as ur, af as fr, ag as mr, ah as hr, ak as pr, al as gr, am as vr, an as br, ap as xr, ad as Cr, ao as yr, aj as wr, aH as Nr, aA as Lr, au as Pr, ax as Sr, at as Fr, aL as Dr, as as kr, ar as Mr, a8 as Tr, ai as Ir, aq as Br, av as Rr, aC as Or, aD as $r, aE as Er, aM as _r, aw as jr, aF as zr, aJ as Vr, ay as Ar, aI as qr } from "./hooks-DMjORqwR.js";
1
+ import { C as g, L as pe, c as ge, P as H, a as b, f as ve, b as be, A as xe, B as Ce, d as ye, e as we, g as Ne, V as Le, h as G, i as U, j as Pe, k as W, S as J, l as M, m as Y, n as Se, O as Fe, o as X, p as De, q as ke, F as K, r as Me, s as Te, t as Ie, D as Be, u as Re, v as Oe, w as $e, x as Q, y as w, U as Z, z as Ee, E as _e, G as z, H as je, I as ee, J as ze, K as Ve, M as Ae, N as qe, Q as He, R as Ge, X as Ue, T as We, W as Je, Y as Ye, Z as Xe, _ as Ke } from "./hooks-CXJxTgfZ.js";
2
+ import { az as Ja, $ as Ya, aB as Xa, aK as Ka, a0 as Qa, a1 as Za, a2 as er, a3 as ar, a4 as rr, a5 as sr, a6 as tr, a7 as lr, a9 as or, aa as nr, ab as ir, ac as dr, aG as cr, ae as ur, af as fr, ag as mr, ah as hr, ak as pr, al as gr, am as vr, an as br, ap as xr, ad as Cr, ao as yr, aj as wr, aH as Nr, aA as Lr, au as Pr, ax as Sr, at as Fr, aL as Dr, as as kr, ar as Mr, a8 as Tr, ai as Ir, aq as Br, av as Rr, aC as Or, aD as $r, aE as Er, aM as _r, aw as jr, aF as zr, aJ as Vr, ay as Ar, aI as qr } from "./hooks-CXJxTgfZ.js";
3
3
  import { jsx as e, jsxs as c, Fragment as $ } from "react/jsx-runtime";
4
4
  import * as E from "react";
5
5
  import Qe, { useState as v, forwardRef as I, useRef as ae, useImperativeHandle as Ze, Children as ea, useEffect as re, createContext as aa } from "react";
@@ -57,6 +57,9 @@ const Fa = {
57
57
  failedToLoadOptions: "Failed to load options",
58
58
  retry: "Retry"
59
59
  },
60
+ toc: {
61
+ search: "Search"
62
+ },
60
63
  collections: {
61
64
  sorting: {
62
65
  noSorting: "No sorting",
@@ -79,7 +82,7 @@ const Fa = {
79
82
  pagination: {
80
83
  of: "of"
81
84
  },
82
- settings: "{%visualizationName} settings",
85
+ settings: "{{visualizationName}} settings",
83
86
  reset: "Reset to default"
84
87
  },
85
88
  itemsCount: "items",
@@ -140,7 +143,7 @@ const Fa = {
140
143
  week: {
141
144
  currentDate: "This week",
142
145
  label: "Week",
143
- long: "Week of %{day} %{month} %{year}"
146
+ long: "Week of {{day}} {{month}} {{year}}"
144
147
  },
145
148
  month: {
146
149
  currentDate: "This month",
@@ -87438,7 +87438,7 @@ const Jx = (e, t) => ({
87438
87438
  toString: (e, t, n = "default") => {
87439
87439
  const r = {
87440
87440
  default: Qo(e, "'W'I yyyy"),
87441
- long: t.date.granularities.week.long.replace("%{month}", Qo(e, "MMM")).replace("%{year}", Qo(e, "yyyy")).replace("%{day}", Qo(e, "d"))
87441
+ long: t.date.granularities.week.long.replace("{{month}}", Qo(e, "MMM")).replace("{{year}}", Qo(e, "yyyy")).replace("{{day}}", Qo(e, "d"))
87442
87442
  };
87443
87443
  return r[n] ?? r.default;
87444
87444
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.208.0",
3
+ "version": "1.209.1",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,