@factorialco/f0-react 2.49.0 → 2.50.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.
@@ -122739,21 +122739,23 @@ const Eq1 = ({ text: e }) => /* @__PURE__ */ a(
122739
122739
  label: e,
122740
122740
  required: t,
122741
122741
  htmlFor: n,
122742
- className: r,
122743
- icon: o,
122744
- disabled: i
122742
+ id: r,
122743
+ className: o,
122744
+ icon: i,
122745
+ disabled: s
122745
122746
  }) => /* @__PURE__ */ P(
122746
122747
  "label",
122747
122748
  {
122749
+ id: r,
122748
122750
  className: r2(
122749
- r,
122751
+ o,
122750
122752
  "text-md flex max-w-full gap-1 font-medium text-f1-foreground-secondary"
122751
122753
  ),
122752
122754
  htmlFor: n,
122753
122755
  "aria-label": e,
122754
- "aria-disabled": i,
122756
+ "aria-disabled": s,
122755
122757
  children: [
122756
- o && /* @__PURE__ */ a(g1, { icon: o, size: "sm" }),
122758
+ i && /* @__PURE__ */ a(g1, { icon: i, size: "sm" }),
122757
122759
  /* @__PURE__ */ a(Ce, { className: "shrink-1 min-w-0", children: e }),
122758
122760
  t && /* @__PURE__ */ a("span", { className: "text-f1-foreground-critical", "aria-hidden": "true", children: "*" })
122759
122761
  ]
@@ -140319,7 +140321,7 @@ export {
140319
140321
  BL as fy,
140320
140322
  wU as fz,
140321
140323
  Ba as g,
140322
- $e1 as g$,
140324
+ M33 as g$,
140323
140325
  Nn as g0,
140324
140326
  Dn as g1,
140325
140327
  Pj as g2,
@@ -140331,32 +140333,32 @@ export {
140331
140333
  uG1 as g8,
140332
140334
  gG1 as g9,
140333
140335
  qU1 as gA,
140334
- UU as gB,
140335
- M8 as gC,
140336
- W33 as gD,
140337
- xj as gE,
140338
- Ir as gF,
140339
- at as gG,
140340
- U9 as gH,
140341
- d6 as gI,
140342
- p41 as gJ,
140343
- VJ as gK,
140344
- x23 as gL,
140345
- p33 as gM,
140346
- z13 as gN,
140347
- M23 as gO,
140348
- K13 as gP,
140349
- TW as gQ,
140350
- x33 as gR,
140351
- M33 as gS,
140352
- k33 as gT,
140353
- RR as gU,
140354
- N22 as gV,
140355
- sY1 as gW,
140356
- $33 as gX,
140357
- B33 as gY,
140358
- G33 as gZ,
140359
- U33 as g_,
140336
+ B6 as gB,
140337
+ HM as gC,
140338
+ r1 as gD,
140339
+ u3 as gE,
140340
+ V3 as gF,
140341
+ VM as gG,
140342
+ JR as gH,
140343
+ eB as gI,
140344
+ B22 as gJ,
140345
+ UU as gK,
140346
+ M8 as gL,
140347
+ W33 as gM,
140348
+ xj as gN,
140349
+ Ir as gO,
140350
+ at as gP,
140351
+ U9 as gQ,
140352
+ d6 as gR,
140353
+ p41 as gS,
140354
+ VJ as gT,
140355
+ x23 as gU,
140356
+ p33 as gV,
140357
+ z13 as gW,
140358
+ M23 as gX,
140359
+ K13 as gY,
140360
+ TW as gZ,
140361
+ x33 as g_,
140360
140362
  A33 as ga,
140361
140363
  k41 as gb,
140362
140364
  lG1 as gc,
@@ -140384,17 +140386,26 @@ export {
140384
140386
  Rn as gy,
140385
140387
  m32 as gz,
140386
140388
  z22 as h,
140387
- RJ as h0,
140388
- DJ as h1,
140389
- rJ as h2,
140390
- De1 as h3,
140391
- ma as h4,
140392
- OL as h5,
140393
- cG1 as h6,
140394
- S33 as h7,
140395
- T33 as h8,
140396
- W13 as h9,
140397
- k23 as ha,
140389
+ k33 as h0,
140390
+ RR as h1,
140391
+ N22 as h2,
140392
+ sY1 as h3,
140393
+ $33 as h4,
140394
+ B33 as h5,
140395
+ G33 as h6,
140396
+ U33 as h7,
140397
+ $e1 as h8,
140398
+ RJ as h9,
140399
+ DJ as ha,
140400
+ rJ as hb,
140401
+ De1 as hc,
140402
+ ma as hd,
140403
+ OL as he,
140404
+ cG1 as hf,
140405
+ S33 as hg,
140406
+ T33 as hh,
140407
+ W13 as hi,
140408
+ k23 as hj,
140398
140409
  Ua as i,
140399
140410
  Dq1 as j,
140400
140411
  e12 as k,
package/dist/ai.d.ts CHANGED
@@ -4705,16 +4705,11 @@ declare module "gridstack" {
4705
4705
  }
4706
4706
 
4707
4707
 
4708
- declare namespace Calendar {
4709
- var displayName: string;
4710
- }
4711
-
4712
-
4713
4708
  declare module "@tiptap/core" {
4714
4709
  interface Commands<ReturnType> {
4715
- enhanceHighlight: {
4716
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
4717
- clearEnhanceHighlight: () => ReturnType;
4710
+ aiBlock: {
4711
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
4712
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
4718
4713
  };
4719
4714
  }
4720
4715
  }
@@ -4722,9 +4717,9 @@ declare module "@tiptap/core" {
4722
4717
 
4723
4718
  declare module "@tiptap/core" {
4724
4719
  interface Commands<ReturnType> {
4725
- aiBlock: {
4726
- insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
4727
- executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
4720
+ enhanceHighlight: {
4721
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
4722
+ clearEnhanceHighlight: () => ReturnType;
4728
4723
  };
4729
4724
  }
4730
4725
  }
@@ -4759,6 +4754,11 @@ declare module "@tiptap/core" {
4759
4754
  }
4760
4755
 
4761
4756
 
4757
+ declare namespace Calendar {
4758
+ var displayName: string;
4759
+ }
4760
+
4761
+
4762
4762
  declare namespace F0GraphNodeWrapperInner {
4763
4763
  var displayName: string;
4764
4764
  }
package/dist/ai.js CHANGED
@@ -1,6 +1,6 @@
1
- import { D as e, F as r, a as t, e as o, f as i, c as n, d as F, I as C, P as A, b as l, u as d } from "./F0CanvasPanel-D70oNR2G.js";
1
+ import { D as e, F as r, a as t, e as o, f as i, c as n, d as F, I as C, P as A, b as l, u as d } from "./F0CanvasPanel-BhJlROnj.js";
2
2
  import { defaultTranslations as m } from "./i18n-provider-defaults.js";
3
- import { A as c, C as I, h as P, t as v, v as f, x as p, n as T, j as g, r as y, y as S, q as x, s as H, k as V, e as b, g as k, l as w, F as M, i as O, a as D, p as j, m as q, o as z, b as B, f as E, w as L, c as R, d as G, u as J } from "./useChatHistory-DjftH8dD.js";
3
+ import { A as c, C as I, h as P, t as v, v as f, x as p, n as T, j as g, r as y, y as S, q as x, s as H, k as V, e as b, g as k, l as w, F as M, i as O, a as D, p as j, m as q, o as z, b as B, f as E, w as L, c as R, d as G, u as J } from "./useChatHistory-BStmxDZN.js";
4
4
  export {
5
5
  c as AiChatTranslationsProvider,
6
6
  I as ChatSpinner,
@@ -8858,16 +8858,11 @@ declare module "gridstack" {
8858
8858
  }
8859
8859
 
8860
8860
 
8861
- declare namespace Calendar {
8862
- var displayName: string;
8863
- }
8864
-
8865
-
8866
8861
  declare module "@tiptap/core" {
8867
8862
  interface Commands<ReturnType> {
8868
- enhanceHighlight: {
8869
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
8870
- clearEnhanceHighlight: () => ReturnType;
8863
+ aiBlock: {
8864
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
8865
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
8871
8866
  };
8872
8867
  }
8873
8868
  }
@@ -8875,9 +8870,9 @@ declare module "@tiptap/core" {
8875
8870
 
8876
8871
  declare module "@tiptap/core" {
8877
8872
  interface Commands<ReturnType> {
8878
- aiBlock: {
8879
- insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
8880
- executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
8873
+ enhanceHighlight: {
8874
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
8875
+ clearEnhanceHighlight: () => ReturnType;
8881
8876
  };
8882
8877
  }
8883
8878
  }
@@ -8912,6 +8907,11 @@ declare module "@tiptap/core" {
8912
8907
  }
8913
8908
 
8914
8909
 
8910
+ declare namespace Calendar {
8911
+ var displayName: string;
8912
+ }
8913
+
8914
+
8915
8915
  declare namespace F0GraphNodeWrapperInner {
8916
8916
  var displayName: string;
8917
8917
  }
@@ -1,9 +1,9 @@
1
- import { g as da, B as ua, h as fa, i as ma, j as At, k as De, l as ha, m as p, n as X, o as ge, u as ie, T as pa, p as ga, q as ba, R as xa, r as va, s as re, t as wa, v as pt, w as rt, x as Re, A as _e, y as ya, z as Na, C as M, E as Ca, G as ka, H as ve, J as sn, K as Sa, L as Ia, M as W, N as on, S as O, O as we, Q as Fa, U as Aa, V as La, W as Ea, X as _a, Y as ke, Z as cn, _ as Oa, $ as be, a0 as $e, a1 as Da, a2 as gt, d as dn, a3 as Ce, a4 as Ta, a5 as un, a6 as ne, a7 as K, a8 as fn, a9 as mn, aa as za, ab as hn, ac as me, ad as ee, ae as Pa, af as Ba, ag as Ra, ah as $a, ai as pe, aj as Ge, ak as Wa, al as Ma, am as ja, an as Va, ao as He, ap as pn, aq as Ga, ar as Ha, as as Ua, at as We, au as Ka, av as qa, aw as Ya, ax as Za, ay as Xa, az as Ja, aA as Qa, aB as er, aC as tr, aD as nr, aE as lt, aF as gn, aG as it, aH as bn, aI as ar, aJ as rr, aK as lr, aL as ir, aM as sr, aN as Ue, aO as bt, aP as st, aQ as xn, aR as or, aS as vn, aT as cr, aU as dr, aV as ur, aW as Ee, aX as fr, aY as mr, aZ as Te, a_ as Lt, a$ as ot, b0 as hr, b1 as pr, a as gr, b as br, b2 as wn, b3 as xr, f as vr, F as wr, b4 as yr, b5 as yn, b6 as Nr, b7 as Nn, b8 as Cr, b9 as kr, ba as Sr, bb as Ir, bc as Fr, bd as Ar, be as Lr, bf as Er, bg as _r, bh as Cn, bi as ue, bj as xt, bk as vt, bl as wt, bm as kn, bn as yt, bo as Sn, bp as In, bq as Or, br as Dr, bs as Tr, bt as zr, bu as Pr, bv as Br, bw as Rr, bx as $r, by as Et, bz as Wr, bA as Mr, bB as _t, bC as Ot, bD as Dt, bE as jr, bF as Vr, bG as Gr, bH as Hr, bI as Fn, bJ as Ur, bK as Kr } from "./F0CanvasPanel-D70oNR2G.js";
2
- import { bW as Lc, bV as Ec, c6 as _c, bS as Oc, bT as Dc, bL as Tc, bM as zc, bN as Pc, c7 as Bc, bU as Rc, c2 as $c, c3 as Wc, bO as Mc, bY as jc, bX as Vc, bP as Gc, bQ as Hc, c4 as Uc, c8 as Kc, c5 as qc, c1 as Yc, b_ as Zc, c0 as Xc, bZ as Jc, bR as Qc, b$ as ed } from "./F0CanvasPanel-D70oNR2G.js";
1
+ import { g as da, B as ua, h as fa, i as ma, j as At, k as De, l as ha, m as p, n as X, o as ge, u as ie, T as pa, p as ga, q as ba, R as xa, r as va, s as re, t as wa, v as pt, w as rt, x as Re, A as _e, y as ya, z as Na, C as M, E as Ca, G as ka, H as ve, J as sn, K as Sa, L as Ia, M as W, N as on, S as O, O as we, Q as Fa, U as Aa, V as La, W as Ea, X as _a, Y as ke, Z as cn, _ as Oa, $ as be, a0 as $e, a1 as Da, a2 as gt, d as dn, a3 as Ce, a4 as Ta, a5 as un, a6 as ne, a7 as K, a8 as fn, a9 as mn, aa as za, ab as hn, ac as me, ad as ee, ae as Pa, af as Ba, ag as Ra, ah as $a, ai as pe, aj as Ge, ak as Wa, al as Ma, am as ja, an as Va, ao as He, ap as pn, aq as Ga, ar as Ha, as as Ua, at as We, au as Ka, av as qa, aw as Ya, ax as Za, ay as Xa, az as Ja, aA as Qa, aB as er, aC as tr, aD as nr, aE as lt, aF as gn, aG as it, aH as bn, aI as ar, aJ as rr, aK as lr, aL as ir, aM as sr, aN as Ue, aO as bt, aP as st, aQ as xn, aR as or, aS as vn, aT as cr, aU as dr, aV as ur, aW as Ee, aX as fr, aY as mr, aZ as Te, a_ as Lt, a$ as ot, b0 as hr, b1 as pr, a as gr, b as br, b2 as wn, b3 as xr, f as vr, F as wr, b4 as yr, b5 as yn, b6 as Nr, b7 as Nn, b8 as Cr, b9 as kr, ba as Sr, bb as Ir, bc as Fr, bd as Ar, be as Lr, bf as Er, bg as _r, bh as Cn, bi as ue, bj as xt, bk as vt, bl as wt, bm as kn, bn as yt, bo as Sn, bp as In, bq as Or, br as Dr, bs as Tr, bt as zr, bu as Pr, bv as Br, bw as Rr, bx as $r, by as Et, bz as Wr, bA as Mr, bB as _t, bC as Ot, bD as Dt, bE as jr, bF as Vr, bG as Gr, bH as Hr, bI as Fn, bJ as Ur, bK as Kr } from "./F0CanvasPanel-BhJlROnj.js";
2
+ import { bW as Lc, bV as Ec, c6 as _c, bS as Oc, bT as Dc, bL as Tc, bM as zc, bN as Pc, c7 as Bc, bU as Rc, c2 as $c, c3 as Wc, bO as Mc, bY as jc, bX as Vc, bP as Gc, bQ as Hc, c4 as Uc, c8 as Kc, c5 as qc, c1 as Yc, b_ as Zc, c0 as Xc, bZ as Jc, bR as Qc, b$ as ed } from "./F0CanvasPanel-BhJlROnj.js";
3
3
  import { jsx as e, jsxs as o, Fragment as U } from "react/jsx-runtime";
4
4
  import se, { forwardRef as j, useRef as G, useTransition as qr, useState as _, useLayoutEffect as An, useId as ct, useContext as Ke, createContext as Nt, useEffect as $, useCallback as Q, useMemo as q, Fragment as Yr, isValidElement as Zr, cloneElement as Ln, Children as En } from "react";
5
- import { C as Xr, P as Jr, a as _n, M as Qr, R as Tt, b as On, u as el, c as Dn, S as tl, A as nl, B as al, L as rl, d as ll, V as il, e as sl, f as ol, g as cl, O as dl } from "./useDataCollectionSource-CDB1LCNu.js";
6
- import { l as nd, m as ad, j as rd, x as ld, n as id, s as sd, a3 as od, w as cd, k as dd, D as ud, F as fd, J as md, E as hd, z as pd, a9 as gd, I as bd, K as xd, Q as vd, o as wd, a5 as yd, a6 as Nd, a4 as Cd, a7 as kd, N as Sd, U as Id, a0 as Fd, a2 as Ad, p as Ld, r as Ed, t as _d, G as Od, a8 as Dd, H as Td, T as zd, q as Pd, v as Bd, h as Rd, i as $d, X as Wd, Y as Md, a1 as jd, y as Vd, Z as Gd, _ as Hd, W as Ud, $ as Kd } from "./useDataCollectionSource-CDB1LCNu.js";
5
+ import { C as Xr, P as Jr, a as _n, M as Qr, R as Tt, b as On, u as el, c as Dn, S as tl, A as nl, B as al, L as rl, d as ll, V as il, e as sl, f as ol, g as cl, O as dl } from "./useDataCollectionSource-wGCHvK_8.js";
6
+ import { l as nd, m as ad, j as rd, x as ld, n as id, s as sd, a3 as od, w as cd, k as dd, D as ud, F as fd, J as md, E as hd, z as pd, a9 as gd, I as bd, K as xd, Q as vd, o as wd, a5 as yd, a6 as Nd, a4 as Cd, a7 as kd, N as Sd, U as Id, a0 as Fd, a2 as Ad, p as Ld, r as Ed, t as _d, G as Od, a8 as Dd, H as Td, T as zd, q as Pd, v as Bd, h as Rd, i as $d, X as Wd, Y as Md, a1 as jd, y as Vd, Z as Gd, _ as Hd, W as Ud, $ as Kd } from "./useDataCollectionSource-wGCHvK_8.js";
7
7
  const ul = da("Search", [
8
8
  ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }],
9
9
  ["path", { d: "m21 21-4.3-4.3", key: "1qie3q" }]
package/dist/f0.d.ts CHANGED
@@ -60,6 +60,8 @@ import { F0FormDefinitionPerSection as F0FormDefinitionPerSection_2 } from './f0
60
60
  import { F0FormDefinitionSingleSchema as F0FormDefinitionSingleSchema_2 } from './f0';
61
61
  import { F0GridStackProps as F0GridStackProps_2 } from './F0GridStack';
62
62
  import { F0SelectProps as F0SelectProps_2 } from './types';
63
+ import { F0SliderProps as F0SliderProps_2 } from './types';
64
+ import { F0SliderSkeletonProps } from './F0SliderSkeleton';
63
65
  import { F0TagBalanceProps } from './types';
64
66
  import { F0TagCompanyProps } from './types';
65
67
  import { F0TagListProps } from './types';
@@ -154,6 +156,7 @@ import { TextCellValue as TextCellValue_2 } from './types/text';
154
156
  import { TrackReferenceOrPlaceholder } from '@livekit/components-react';
155
157
  import { ValueDisplayRendererContext } from './f0';
156
158
  import { VariantProps } from 'cva';
159
+ import { WithDataTestIdProps as WithDataTestIdProps_2 } from './f0';
157
160
  import { WithDataTestIdReturnType as WithDataTestIdReturnType_2 } from './f0';
158
161
  import { WithDataTestIdReturnType as WithDataTestIdReturnType_3 } from './f0';
159
162
  import { WithDataTestIdReturnType as WithDataTestIdReturnType_4 } from './f0';
@@ -9778,6 +9781,57 @@ export declare type F0SelectTagProp = string | {
9778
9781
  variant: StatusVariant;
9779
9782
  };
9780
9783
 
9784
+ /**
9785
+ * @experimental This is an experimental component, use it at your own risk.
9786
+ */
9787
+ export declare const F0Slider: ForwardRefExoticComponent<Omit<F0SliderProps_2 & RefAttributes<HTMLDivElement> & WithDataTestIdProps_2, "ref"> & RefAttributes<HTMLDivElement>> & Pick<ForwardRefExoticComponent<F0SliderProps_2 & RefAttributes<HTMLDivElement>>, never> & {
9788
+ Skeleton: ({ hideLabel }: F0SliderSkeletonProps) => JSX_2.Element;
9789
+ };
9790
+
9791
+ export declare interface F0SliderProps extends WithDataTestIdProps, DataAttributes_2 {
9792
+ label: string;
9793
+ ariaLabel?: string;
9794
+ hideLabel?: boolean;
9795
+ hint?: string;
9796
+ status?: InputFieldStatus;
9797
+ required?: boolean;
9798
+ disabled?: boolean;
9799
+ name?: string;
9800
+ value?: number;
9801
+ defaultValue?: number;
9802
+ onChange?: (value: number) => void;
9803
+ /**
9804
+ * Fires once when the user commits a value: on pointer release after a drag,
9805
+ * and on each discrete keyboard step. Use this — not `onChange` — to trigger
9806
+ * expensive side effects such as mutations, so dragging does not fire one
9807
+ * call per intermediate value.
9808
+ */
9809
+ onValueCommit?: (value: number) => void;
9810
+ min: number;
9811
+ max: number;
9812
+ step?: number;
9813
+ minLabel?: string;
9814
+ maxLabel?: string;
9815
+ /**
9816
+ * Format the value for the floating tooltip. Receives the raw numeric value
9817
+ * and must return the full localised string. The whole string is built by
9818
+ * the consumer (instead of e.g. a `unit` prop concatenated by the component)
9819
+ * so locales can reorder the phrase around the number — for example RTL
9820
+ * languages or locales where the unit precedes the value.
9821
+ */
9822
+ formatValue?: (value: number) => string;
9823
+ /**
9824
+ * When to show the floating value tooltip above the thumb.
9825
+ * - `"always"`: visible at all times.
9826
+ * - `"onHover"`: visible while the slider is hovered, focused or being
9827
+ * dragged. Default.
9828
+ * - `"never"`: never rendered.
9829
+ */
9830
+ showTooltip?: F0SliderTooltipMode;
9831
+ }
9832
+
9833
+ export declare type F0SliderTooltipMode = (typeof sliderTooltipModes)[number];
9834
+
9781
9835
  /**
9782
9836
  * Config for string fields rendered as grouped radio cards
9783
9837
  */
@@ -13870,6 +13924,8 @@ declare type SimpleResult<T> = T[];
13870
13924
  /** Size tokens for width/height/min/max dimensions */
13871
13925
  export declare type SizeToken = "auto" | "full" | "screen" | "min" | "max" | "fit" | NumericSizeToken | FractionToken;
13872
13926
 
13927
+ export declare const sliderTooltipModes: readonly ["always", "onHover", "never"];
13928
+
13873
13929
  /**
13874
13930
  * Type helper to extract keys from a SortingsDefinition
13875
13931
  */
@@ -15830,16 +15886,11 @@ declare module "gridstack" {
15830
15886
  }
15831
15887
 
15832
15888
 
15833
- declare namespace Calendar {
15834
- var displayName: string;
15835
- }
15836
-
15837
-
15838
15889
  declare module "@tiptap/core" {
15839
15890
  interface Commands<ReturnType> {
15840
- enhanceHighlight: {
15841
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
15842
- clearEnhanceHighlight: () => ReturnType;
15891
+ aiBlock: {
15892
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
15893
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
15843
15894
  };
15844
15895
  }
15845
15896
  }
@@ -15847,9 +15898,9 @@ declare module "@tiptap/core" {
15847
15898
 
15848
15899
  declare module "@tiptap/core" {
15849
15900
  interface Commands<ReturnType> {
15850
- aiBlock: {
15851
- insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
15852
- executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
15901
+ enhanceHighlight: {
15902
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
15903
+ clearEnhanceHighlight: () => ReturnType;
15853
15904
  };
15854
15905
  }
15855
15906
  }
@@ -15884,6 +15935,11 @@ declare module "@tiptap/core" {
15884
15935
  }
15885
15936
 
15886
15937
 
15938
+ declare namespace Calendar {
15939
+ var displayName: string;
15940
+ }
15941
+
15942
+
15887
15943
  declare namespace F0GraphNodeWrapperInner {
15888
15944
  var displayName: string;
15889
15945
  }