@nxgt/material 1.7.0 → 1.8.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.
Files changed (33) hide show
  1. package/README.md +2 -2
  2. package/dist/components.js +3 -3
  3. package/dist/{dist-DeIzN-TR.js → dist-CCYUga5m.js} +3 -3
  4. package/dist/dnd.js +2 -2
  5. package/dist/{hooks-BrZuKetj.js → hooks-B9C6P5EX.js} +1 -1
  6. package/dist/hooks.js +1 -1
  7. package/dist/{i18n-C0E_h6Ro.js → i18n-CLVf2sYP.js} +10 -2
  8. package/dist/i18n.js +1 -1
  9. package/dist/lib/components/ui/cards/cards.stories.d.ts +3 -0
  10. package/dist/lib/components/ui/cards/cards.stories.data.d.ts +3 -0
  11. package/dist/lib/components/ui/cards/index.d.ts +4 -1
  12. package/dist/lib/components/ui/cards/partials/offer-card.d.ts +2 -0
  13. package/dist/lib/components/ui/cards/partials/receipt-card.d.ts +2 -0
  14. package/dist/lib/components/ui/cards/partials/review-card.d.ts +2 -0
  15. package/dist/lib/components/ui/cards/types.d.ts +24 -0
  16. package/dist/lib/components/ui/metrics/index.d.ts +3 -1
  17. package/dist/lib/components/ui/metrics/metrics.stories.d.ts +2 -0
  18. package/dist/lib/components/ui/metrics/metrics.stories.data.d.ts +2 -0
  19. package/dist/lib/components/ui/metrics/partials/band-card.d.ts +2 -0
  20. package/dist/lib/components/ui/metrics/partials/latency-card.d.ts +2 -0
  21. package/dist/lib/components/ui/metrics/types.d.ts +15 -0
  22. package/dist/lib/i18n/resources/en/index.d.ts +2 -0
  23. package/dist/lib/i18n/resources/en/material.json.d.ts +3 -1
  24. package/dist/lib/i18n/resources/fr/index.d.ts +2 -0
  25. package/dist/lib/i18n/resources/fr/material.json.d.ts +3 -1
  26. package/dist/lib/i18n/resources/index.d.ts +4 -0
  27. package/dist/lib/i18n/translator.d.ts +1 -1
  28. package/dist/{lib-CDjBFZgI.js → lib-K8L5ze32.js} +1 -1
  29. package/dist/lib.js +1 -1
  30. package/dist/{main-DfLj9T7g.js → main-B4C5hzfh.js} +5109 -4897
  31. package/dist/main.js +6 -6
  32. package/dist/material.css +1 -1
  33. package/package.json +1 -1
package/README.md CHANGED
@@ -330,8 +330,8 @@ Vue has none. "(same parts)" means Vue exports the same sub-components.
330
330
  | `CountBadge` | Count in the corner of its children, capped at `99+` and hidden at 0. | `CountBadge` |
331
331
  | `Chip` | Pill with leading, avatar and trailing slots, an active state and a dismiss button. | `Chip` |
332
332
  | `StatCard` | KPI tile with value, hint, icon, toned delta and a loading skeleton. | `StatCard` |
333
- | `TrendCard`, `GoalCard`, `BreakdownCard`, `RankCard`, `CompareCard`, `HeatweekCard`, `FunnelCard`, `GaugeCard`, `SparkbarCard`, `DeltaListCard` | Dashboard tiles including compare, heat, funnel, gauge, spark bars and delta list. Container queries. | `TrendCard`, `GoalCard`, `BreakdownCard`, `RankCard`, `CompareCard`, `HeatweekCard`, `FunnelCard`, `GaugeCard`, `SparkbarCard`, `DeltaListCard` |
334
- | `FeatureCard`, `MediaCard`, `PricingCard`, `ProfileCard`, `QuoteCard`, `OverlayCard`, `SpotlightCard`, `CrewCard`, `SplitCard`, `TicketCard`, `NoticeCard`, `TimelineCard`, `MessageCard`, `EventCard`, `StackCard`, `LinkCard`, `AlbumCard`, `TagCard` | Card presets including overlay, ticket, inbox, event, stack, link, album and tags. Container queries. | `FeatureCard`, `MediaCard`, `PricingCard`, `ProfileCard`, `QuoteCard`, `OverlayCard`, `SpotlightCard`, `CrewCard`, `SplitCard`, `TicketCard`, `NoticeCard`, `TimelineCard`, `MessageCard`, `EventCard`, `StackCard`, `LinkCard`, `AlbumCard`, `TagCard` |
333
+ | `TrendCard`, `GoalCard`, `BreakdownCard`, `RankCard`, `CompareCard`, `HeatweekCard`, `FunnelCard`, `GaugeCard`, `SparkbarCard`, `DeltaListCard`, `BandCard`, `LatencyCard` | Dashboard tiles including compare, heat, funnel, gauge, spark bars, delta list, range band and latency percentiles. Container queries. | `TrendCard`, `GoalCard`, `BreakdownCard`, `RankCard`, `CompareCard`, `HeatweekCard`, `FunnelCard`, `GaugeCard`, `SparkbarCard`, `DeltaListCard`, `BandCard`, `LatencyCard` |
334
+ | `FeatureCard`, `MediaCard`, `PricingCard`, `ProfileCard`, `QuoteCard`, `OverlayCard`, `SpotlightCard`, `CrewCard`, `SplitCard`, `TicketCard`, `NoticeCard`, `TimelineCard`, `MessageCard`, `EventCard`, `StackCard`, `LinkCard`, `AlbumCard`, `TagCard`, `ReceiptCard`, `ReviewCard`, `OfferCard` | Card presets including overlay, ticket, inbox, event, stack, link, album, tags, receipt, review and offer. Container queries. | `FeatureCard`, `MediaCard`, `PricingCard`, `ProfileCard`, `QuoteCard`, `OverlayCard`, `SpotlightCard`, `CrewCard`, `SplitCard`, `TicketCard`, `NoticeCard`, `TimelineCard`, `MessageCard`, `EventCard`, `StackCard`, `LinkCard`, `AlbumCard`, `TagCard`, `ReceiptCard`, `ReviewCard`, `OfferCard` |
335
335
  | `StatusIndicator` | Coloured status dot with an optional pulse and label. | `StatusIndicator` |
336
336
  | `SummaryData` | Label / value pairs as a grid or inline; hides empty values. | `SummaryData` |
337
337
  | `Description` | Read-only label / value pair that renders nothing when empty. | `Description` |
@@ -1,3 +1,3 @@
1
- import { $ as ee, $a as te, $c as ne, $d as re, $f as ie, $i as e, $l as t, $n as n, $o as r, $r as i, $s as a, $t as o, $u as s, A as c, Aa as l, Ac as u, Ad as d, Af as f, Ai as p, Al as m, An as h, Ao as g, Ap as _, Ar as v, As as y, At as b, Au as x, B as S, Ba as C, Bc as w, Bd as T, Bf as E, Bi as D, Bl as O, Bn as k, Bo as A, Bp as j, Br as M, Bs as N, Bt as P, Bu as F, C as I, Ca as L, Cc as R, Cd as z, Cf as B, Ci as V, Cl as H, Cn as U, Co as W, Cp as G, Cr as K, Cs as q, Ct as J, Cu as Y, D as ae, Da as oe, Dc as se, Dd as ce, Df as le, Di as ue, Dl as de, Dn as fe, Do as pe, Dp as me, Dr as he, Ds as ge, Dt as _e, Du as ve, E as ye, Ea as be, Ec as xe, Ed as Se, Ef as Ce, Ei as we, El as Te, En as Ee, Eo as De, Ep as Oe, Er as ke, Es as Ae, Et as je, Eu as Me, F as Ne, Fa as Pe, Fc as Fe, Fd as Ie, Ff as Le, Fi as Re, Fl as ze, Fn as Be, Fo as Ve, Fp as He, Fr as Ue, Fs as We, Ft as Ge, Fu as Ke, G as qe, Ga as Je, Gc as Ye, Gd as Xe, Gf as Ze, Gi as Qe, Gl as $e, Gn as et, Go as X, Gp as tt, Gr as nt, Gs as rt, Gt as it, Gu as at, H as ot, Ha as st, Hc as ct, Hd as lt, Hf as ut, Hi as dt, Hl as ft, Hn as pt, Ho as mt, Hp as ht, Hr as gt, Hs as _t, Ht as vt, Hu as yt, I as bt, Ia as xt, Ic as St, Id as Ct, If as wt, Ii as Tt, Il as Et, In as Dt, Io as Ot, Ip as kt, Ir as At, Is as jt, It as Mt, Iu as Nt, J as Pt, Ja as Ft, Jc as It, Jd as Lt, Jf as Rt, Ji as zt, Jl as Bt, Jn as Vt, Jo as Ht, Jr as Ut, Js as Wt, Jt as Gt, Ju as Kt, K as qt, Ka as Jt, Kc as Yt, Kd as Xt, Kf as Zt, Ki as Qt, Kl as $t, Kn as en, Ko as tn, Kp as nn, Kr as rn, Ks as an, Kt as on, Ku as sn, L as cn, La as ln, Lc as un, Ld as dn, Lf as fn, Li as pn, Ll as mn, Ln as hn, Lo as gn, Lp as _n, Lr as vn, Ls as yn, Lt as bn, Lu as xn, M as Sn, Ma as Cn, Mc as wn, Md as Tn, Mf as En, Mi as Dn, Ml as On, Mn as kn, Mo as An, Mp as jn, Mr as Mn, Ms as Nn, Mt as Pn, Mu as Fn, N as In, Na as Ln, Nc as Rn, Nd as zn, Nf as Bn, Ni as Vn, Nl as Hn, Nn as Un, No as Wn, Np as Gn, Nr as Kn, Ns as qn, Nt as Jn, Nu as Yn, O as Xn, Oa as Zn, Oc as Qn, Od as $n, Of as er, Oi as tr, Ol as nr, On as rr, Oo as ir, Op as ar, Or as or, Os as sr, Ot as cr, Ou as lr, P as ur, Pa as dr, Pc as fr, Pd as pr, Pf as mr, Pi as hr, Pl as gr, Pn as _r, Po as vr, Pp as yr, Pr as br, Ps as xr, Pt as Sr, Pu as Cr, Q as wr, Qa as Tr, Qc as Er, Qd as Dr, Qf as Or, Qi as kr, Ql as Ar, Qn as jr, Qo as Mr, Qr as Nr, Qs as Pr, Qt as Fr, Qu as Ir, R as Lr, Ra as Rr, Rc as zr, Rd as Br, Rf as Vr, Ri as Hr, Rl as Ur, Rn as Wr, Ro as Gr, Rp as Kr, Rr as qr, Rs as Jr, Rt as Yr, Ru as Xr, S as Zr, Sa as Qr, Sc as $r, Sd as ei, Sf as ti, Si as ni, Sl as ri, Sn as ii, So as ai, Sp as oi, Sr as si, Ss as ci, St as li, Su as ui, T as di, Ta as fi, Tc as pi, Td as mi, Tf as hi, Ti as gi, Tl as _i, Tn as vi, To as yi, Tp as bi, Tr as xi, Ts as Si, Tt as Ci, Tu as wi, U as Ti, Ua as Ei, Uc as Di, Ud as Oi, Uf as ki, Ui as Ai, Ul as ji, Un as Mi, Uo as Ni, Up as Pi, Ur as Fi, Us as Ii, Ut as Li, Uu as Ri, V as zi, Va as Bi, Vc as Vi, Vd as Hi, Vf as Ui, Vi as Wi, Vl as Gi, Vn as Ki, Vo as qi, Vp as Ji, Vr as Yi, Vs as Xi, Vt as Zi, Vu as Qi, W as $i, Wa as ea, Wc as ta, Wd as na, Wf as ra, Wi as ia, Wl as aa, Wn as oa, Wo as sa, Wp as ca, Wr as la, Ws as ua, Wt as da, Wu as fa, X as pa, Xa as ma, Xc as ha, Xd as ga, Xf as _a, Xi as va, Xl as ya, Xn as ba, Xo as xa, Xr as Sa, Xs as Ca, Xt as wa, Xu as Ta, Y as Ea, Ya as Da, Yc as Oa, Yd as ka, Yf as Aa, Yi as ja, Yl as Ma, Yn as Na, Yo as Pa, Yr as Fa, Ys as Ia, Yt as La, Yu as Ra, Z as za, Za as Ba, Zc as Va, Zd as Ha, Zf as Ua, Zi as Wa, Zl as Ga, Zn as Ka, Zo as qa, Zr as Ja, Zs as Ya, Zt as Xa, Zu as Za, _ as Qa, _a as $a, _c as eo, _d as to, _f as no, _i as ro, _l as io, _n as ao, _o as oo, _p as so, _r as co, _s as lo, _t as uo, _u as fo, a as po, aa as mo, ac as ho, ad as go, af as _o, ai as vo, al as yo, an as bo, ao as xo, ap as So, ar as Co, as as wo, at as To, au as Eo, b as Do, ba as Oo, bc as ko, bd as Ao, bf as jo, bi as Mo, bl as No, bn as Po, bo as Fo, bp as Io, br as Lo, bs as Ro, bt as zo, bu as Bo, c as Z, ca as Vo, cc as Ho, cd as Uo, cf as Wo, ci as Go, cl as Q, cn as Ko, co as qo, cp as Jo, cr as Yo, cs as Xo, ct as Zo, cu as Qo, d as $o, da as es, dc as ts, dd as ns, df as rs, di as is, dl as as, dn as os, do as ss, dp as cs, dr as ls, ds as us, dt as ds, du as fs, ea as ps, ec as ms, ed as hs, ef as gs, ei as _s, el as vs, en as ys, eo as bs, ep as xs, er as Ss, es as Cs, et as ws, eu as Ts, f as Es, fa as Ds, fc as Os, fd as ks, ff as As, fi as js, fl as Ms, fn as Ns, fo as Ps, fp as Fs, fr as Is, fs as Ls, ft as Rs, fu as zs, g as Bs, ga as Vs, gc as Hs, gd as Us, gf as Ws, gi as Gs, gl as Ks, gn as qs, go as Js, gp as Ys, gr as Xs, gs as Zs, gt as Qs, gu as $s, h as ec, ha as tc, hc as nc, hd as rc, hf as ic, hi as ac, hl as oc, hn as sc, ho as cc, hp as lc, hr as uc, hs as dc, ht as fc, hu as pc, i as mc, ia as hc, ic as gc, id as _c, if as vc, ii as yc, il as bc, in as xc, io as Sc, ip as Cc, ir as wc, is as Tc, it as Ec, iu as Dc, j as Oc, ja as kc, jc as Ac, jd as jc, jf as Mc, ji as Nc, jl as Pc, jn as Fc, jo as Ic, jp as $, jr as Lc, js as Rc, jt as zc, ju as Bc, k as Vc, ka as Hc, kc as Uc, kd as Wc, kf as Gc, ki as Kc, kl as qc, kn as Jc, ko as Yc, kp as Xc, kr as Zc, ks as Qc, kt as $c, ku as el, l as tl, la as nl, lc as rl, ld as il, lf as al, li as ol, ll as sl, ln as cl, lo as ll, lp as ul, lr as dl, ls as fl, lt as pl, lu as ml, m as hl, ma as gl, mc as _l, md as vl, mf as yl, mi as bl, ml as xl, mn as Sl, mo as Cl, mp as wl, mr as Tl, ms as El, mt as Dl, mu as Ol, n as kl, na as Al, nc as jl, nd as Ml, nf as Nl, ni as Pl, nl as Fl, nn as Il, no as Ll, np as Rl, nr as zl, ns as Bl, nt as Vl, nu as Hl, o as Ul, oa as Wl, oc as Gl, od as Kl, of as ql, oi as Jl, ol as Yl, on as Xl, oo as Zl, op as Ql, or as $l, os as eu, ot as tu, ou as nu, p as ru, pa as iu, pc as au, pd as ou, pf as su, pi as cu, pl as lu, pn as uu, po as du, pp as fu, pr as pu, ps as mu, pt as hu, pu as gu, q as _u, qa as vu, qc as yu, qd as bu, qf as xu, qi as Su, ql as Cu, qn as wu, qo as Tu, qr as Eu, qs as Du, qt as Ou, qu as ku, r as Au, ra as ju, rc as Mu, rd as Nu, rf as Pu, ri as Fu, rl as Iu, rn as Lu, ro as Ru, rp as zu, rr as Bu, rs as Vu, rt as Hu, ru as Uu, s as Wu, sa as Gu, sc as Ku, sd as qu, sf as Ju, si as Yu, sl as Xu, sn as Zu, so as Qu, sp as $u, sr as ed, ss as td, st as nd, su as rd, t as id, ta as ad, tc as od, td as sd, tf as cd, ti as ld, tl as ud, tn as dd, to as fd, tp as pd, tr as md, ts as hd, tt as gd, tu as _d, u as vd, ua as yd, uc as bd, ud as xd, uf as Sd, ui as Cd, ul as wd, un as Td, uo as Ed, up as Dd, ur as Od, us as kd, ut as Ad, uu as jd, v as Md, va as Nd, vc as Pd, vd as Fd, vf as Id, vi as Ld, vl as Rd, vn as zd, vo as Bd, vp as Vd, vr as Hd, vs as Ud, vt as Wd, vu as Gd, w as Kd, wa as qd, wc as Jd, wd as Yd, wf as Xd, wi as Zd, wl as Qd, wn as $d, wo as ef, wp as tf, wr as nf, ws as rf, wt as af, wu as of, x as sf, xa as cf, xc as lf, xd as uf, xf as df, xi as ff, xl as pf, xn as mf, xo as hf, xp as gf, xr as _f, xs as vf, xt as yf, xu as bf, y as xf, ya as Sf, yc as Cf, yd as wf, yf as Tf, yi as Ef, yl as Df, yn as Of, yo as kf, yp as Af, yr as jf, ys as Mf, yt as Nf, yu as Pf, z as Ff, za as If, zc as Lf, zd as Rf, zf, zi as Bf, zl as Vf, zn as Hf, zo as Uf, zp as Wf, zr as Gf, zs as Kf, zt as qf, zu as Jf } from "./main-DfLj9T7g.js";
2
- import { H as Yf, r as Xf } from "./lib-CDjBFZgI.js";
3
- export { j as Accordion, Jo as AccordionCard, Ji as AccordionContent, ht as AccordionItem, nn as AccordionPrimitive, Pi as AccordionTrigger, xs as ActionCard, ie as Activity, Tf as ActivityContent, Ct as ActivityLayout, gr as AlbumCard, nl as Alert, fl as AlertDialog, kd as AlertDialogAction, us as AlertDialogCancel, Ls as AlertDialogContent, mu as AlertDialogDescription, El as AlertDialogFooter, dc as AlertDialogHeader, Zs as AlertDialogOverlay, lo as AlertDialogPortal, tt as AlertDialogPrimitive, Ud as AlertDialogTitle, Mf as AlertDialogTrigger, Rt as AnchorHeading, Ze as ApiEndpoint, Xd as ApiOperation, Wo as AppBreadcrumb, al as AppBreadcrumbItem, Sd as AppBreadcrumbSeparator, dn as AppHeader, Br as AppSidebar, Iu as AreaChart, _d as AttributeDialog, Hl as AttributeForm, Uu as AttributeValueFormField, Ga as AttributeValuesForm, Ma as AttributeValuesFormFieldSet, O as AttributesField, Vf as AttributesFormField, Gi as AttributesList, Kt as Autocomplete, Ra as AutocompleteChips, ku as AutocompleteFormField, Nl as Avatar, Pu as AvatarBase, vc as AvatarFallback, mn as AvatarGroup, _o as AvatarImage, Id as Background, Zt as Badge, Et as Banner, Fl as BarChart, ze as Barecode, B as BottomAppBar, rs as Breadcrumb, As as BreadcrumbEllipsis, su as BreadcrumbItem, yl as BreadcrumbLink, ic as BreadcrumbList, Ws as BreadcrumbPage, no as BreadcrumbSeparator, P as BreakdownCard, Gn as Button, jn as ButtonGroup, zf as CODE_LANGUAGES, Vu as CSS, Y as Calendar, of as CalendarDayButton, pd as Card, Rl as CardAction, zu as CardContent, Cc as CardDescription, So as CardFooter, Ql as CardHeader, $u as CardTitle, Ms as Carousel, lu as CarouselContent, xl as CarouselItem, oc as CarouselNext, Ks as CarouselPrevious, Yl as ChartContainer, Ye as ChatComposer, ha as ChatComposerAttachmentChip, It as ChatComposerAttachmentList, Oa as ChatComposerAttachments, Di as ChatConversationItem, Fe as ChatMarkdown, fr as ChatMessage, wn as ChatMessageList, Ac as ChatMessageSeparator, u as ChatReactionGroup, Uc as ChatThread, Rn as ChatTypingIndicator, se as CheckCardField, v as CheckCardFormField, xe as Checkbox, Zc as CheckboxFormField, pi as CheckboxGroup, or as CheckboxGroupFormField, mi as Chip, Vo as CircularProgress, Le as CodeBlock, w as CodeDiff, Jd as CodeEditor, he as CodeEditorFormField, mr as CodeGroup, lf as Collapsible, $r as CollapsibleContent, R as CollapsibleTrigger, Pd as ColorField, ke as ColorFormField, s as Combobox, hs as ComboboxChip, sd as ComboboxChips, Ml as ComboboxChipsInput, Nu as ComboboxCollection, _c as ComboboxContent, go as ComboboxEmpty, eo as ComboboxField, xi as ComboboxFormField, Kl as ComboboxGroup, qu as ComboboxInput, Uo as ComboboxItem, il as ComboboxLabel, xd as ComboboxList, Yd as ComboboxPrimitive, ns as ComboboxSeparator, ks as ComboboxTrigger, ou as ComboboxValue, Ho as Command, rl as CommandDialog, bd as CommandEmpty, ts as CommandGroup, Os as CommandInput, au as CommandItem, _l as CommandList, nc as CommandSeparator, Hs as CommandShortcut, Yr as CompareCard, iu as ConfirmDialog, Wl as ConfirmationDialog, ho as ContactDialog, gc as ContactItem, Ku as ContactType, Mu as Contacts, jl as ContactsFormField, Xi as ContextMenu, _t as ContextMenuCheckboxItem, Ii as ContextMenuContent, ua as ContextMenuGroup, rt as ContextMenuItem, an as ContextMenuLabel, Du as ContextMenuPortal, Wt as ContextMenuRadioGroup, Ia as ContextMenuRadioItem, Ca as ContextMenuSeparator, Ya as ContextMenuShortcut, Pr as ContextMenuSub, a as ContextMenuSubContent, ms as ContextMenuSubTrigger, od as ContextMenuTrigger, Ua as CopyButton, Aa as CopyValue, ta as CountBadge, sr as CountryField, nf as CountryFormField, Hn as CrewCard, Ae as CurrencyField, K as CurrencyFormField, mo as CustomAlertDialog, Gu as CustomDialog, li as DAY_OF_WEEK_FALLBACKS, Cf as DEFAULT_COLOR, Vn as DEFAULT_FILTER_STATE, hr as DEFAULT_MAX_VISIBLE_CHIPS, Re as DEFAULT_PERSISTENCE_CONFIG, Tt as DEFAULT_PRESET_CONFIG, pn as DEFAULT_VALIDATION_RULES, vf as DataTable, Ro as DataTableColumnHeader, rf as DataTablePagination, q as DataTableViewOptions, Bo as DateField, bf as DateFieldContent, ui as DateFieldTrigger, Pf as DateFormField, wo as DateRangeField, eu as DateRangeFieldTrigger, si as DateRangeFormField, oo as DefaultDocLink, bn as DeltaListCard, Tc as Description, Se as Dialog, ce as DialogClose, $n as DialogContent, Wc as DialogDescription, d as DialogFooter, jc as DialogHeader, Tn as DialogOverlay, zn as DialogPortal, pr as DialogTitle, Ie as DialogTrigger, Tu as DndOverlay, tn as DndProvider, fd as Doc, Ve as DocArticle, bs as DocChildCards, Tr as DocCopyMarkdown, te as DocCopyPage, Ba as DocEmpty, vu as DocHeader, Bd as DocLink, Js as DocNav, st as DocPage, Je as DocPager, Qu as DocProgress, Ot as DocProvider, ef as DocSearch, Ei as DocSeeAlso, cc as DocSidebar, du as DocSkipLink, ss as DocToc, Zl as DocTopbar, X as DragHandle, X as SortableHandle, sa as Draggable, Ni as DraggableDroppable, Cn as Drawer, Ln as DrawerClose, dr as DrawerContent, Pe as DrawerDescription, xt as DrawerFooter, ln as DrawerHeader, Rr as DrawerOverlay, If as DrawerPortal, C as DrawerTitle, Bi as DrawerTrigger, cs as DropdownMenu, Fs as DropdownMenuCheckboxItem, fu as DropdownMenuContent, wl as DropdownMenuGroup, lc as DropdownMenuItem, Ys as DropdownMenuLabel, so as DropdownMenuPortal, Vd as DropdownMenuRadioGroup, Af as DropdownMenuRadioItem, Io as DropdownMenuSeparator, gf as DropdownMenuShortcut, oi as DropdownMenuSub, G as DropdownMenuSubContent, tf as DropdownMenuSubTrigger, bi as DropdownMenuTrigger, mt as Droppable, Hc as DurationField, _f as DurationFormField, Sf as EmailField, Lo as EmailFormField, aa as EmptyState, $a as EntityHeader, yd as EventCalendar, tc as EventCalendarProvider, On as EventCard, gl as EventChip, ya as ExtendedLabel, Hr as FILTER_CONTAINER_BREAKPOINTS, Pc as FeatureCard, Qt as Field, Qe as Figure, Ai as FileList, dt as FileListField, jf as FileListFormField, Wi as FileListS3Field, Hd as FileListS3FormField, co as FilesFormField, Mn as Filter, Fi as FilterActions, gt as FilterChips, qr as FilterContent, vn as FilterDialog, At as FilterDrawer, Yi as FilterField, Lc as FilterFormField, Gf as FilterGroup, M as FilterGroups, Ue as FilterInline, br as FilterPopover, la as FilterPresets, nt as FilterProvider, Kn as FilterSheet, Xs as FormField, Mt as FunnelCard, ud as FunnelChart, kn as Gallery, Ge as GaugeCard, Sr as GoalCard, vs as HeatmapChart, Jn as HeatweekCard, Ir as HelperText, Jc as Hero, vr as HighlightText, vi as HoverCard, Ee as HoverCardContent, fe as HoverCardTrigger, rr as HydrateLoading, mf as IMAGE_CROP_ASPECTS, ul as Icon, _ as IconButton, Oe as IconLinkButton, Po as ImageCropper, Of as ImageCropperDialog, ju as ImageField, uc as ImageFormField, Al as ImageS3Field, Tl as ImageS3FormField, Ds as InlineEdit, pu as InlineEditFormField, ei as Input, rc as InputGroup, Us as InputGroupAddon, to as InputGroupButton, Is as InputGroupField, ls as InputGroupFormField, Fd as InputGroupInput, wf as InputGroupText, Ao as InputGroupTextarea, un as JsonViewer, sc as Kanban, ao as KanbanProvider, Wn as Kbd, ll as KbdShortcut, Za as Label, Sl as LanguageSwitcher, Fc as LightboxGallery, bc as LineChart, me as LinkButton, m as LinkCard, cl as ListDetailsDetails, Td as ListDetailsLayout, os as ListDetailsList, Ns as ListDetailsTrigger, ji as ListTile, Si as LoadMoreButton, wt as MOONLIGHT_DARK, fn as MOONLIGHT_DAY, qc as MediaCard, Zi as Menubar, vt as MenubarCheckboxItem, Li as MenubarContent, da as MenubarGroup, it as MenubarItem, on as MenubarLabel, Ou as MenubarMenu, Gt as MenubarPortal, La as MenubarRadioGroup, wa as MenubarRadioItem, Xa as MenubarSeparator, Fr as MenubarShortcut, o as MenubarSub, ys as MenubarSubContent, dd as MenubarSubTrigger, Il as MenubarTrigger, nr as MessageCard, h as MiniGallery, cr as NavigationRail, zt as NetworkUploadField, Od as NetworkUploadFormField, de as NoticeCard, Ci as Notifications, Ri as NumberField, yt as NumberFormField, yf as OpeningHours, zo as OpeningHoursDialog, Nf as OpeningHoursFormField, Wd as OpeningHoursItem, J as OpeningHoursSchema, ad as OtpField, dl as OtpFormField, Te as OverlayCard, Jr as PHONE_COUNTRIES, Jt as Pager, ds as Pagination, pl as PaginationBar, Rs as PaginationContent, hu as PaginationEllipsis, Dl as PaginationItem, fc as PaginationLink, Qs as PaginationNext, uo as PaginationPrevious, xc as PaneLayout, bo as PaneLayoutContent, Xl as PaneLayoutPane, Zu as PaneLayoutTrigger, hi as ParamTable, ed as PasswordField, $l as PasswordFormField, Zo as PdfOutlineSidebar, nd as PdfPageList, gd as PdfReader, To as PdfSidebar, tu as PdfThumbnailSidebar, Ec as PdfToolbar, Vl as PdfViewer, Co as PercentField, wc as PercentFormField, y as PhoneField, Bu as PhoneFormField, ne as PieChart, gu as Popover, Ol as PopoverAnchor, pc as PopoverContent, $s as PopoverTrigger, za as PostalAddress, pa as PostalAddressDialog, Ea as PostalAddressFormField, _i as PricingCard, qt as PrintBadge, $i as PrintCard, qe as PrintCardField, Ti as PrintHeader, zi as PrintInfoRow, ot as PrintSection, cn as PrintTable, Lr as PrintTableCell, Ff as PrintTableHeader, S as PrintTableRow, Ne as PrintTotalRow, bt as PrintTotals, Qd as ProfileCard, fi as Progress, qd as ProgressField, Sn as QRCode, be as QuestionCard, cf as Quiz, H as QuoteCard, Er as RadarChart, kr as RadioGroup, e as RadioGroupBase, zl as RadioGroupFormField, ps as RadioGroupItem, Pn as RankCard, Ss as RatingField, n as RatingFormField, Ft as RelativeTime, Vc as ResizableGroup, c as ResizablePanel, Oc as ResizableSeparator, Xc as ResponsiveButton, ft as ResponsiveGrid, ar as ResponsiveLinkButton, Gd as RichTextEditor, fo as RichTextEditorFormField, jr as S3UploadField, Ka as S3UploadFormField, Va as ScatterChart, qo as ScrollProgress, Xn as ScrollToTop, ai as SearchField, ba as SearchFormField, ea as SeeAlso, Fn as Select, Qn as SelectCardField, Na as SelectCardFormField, Wa as SelectChipField, Vt as SelectChipFormField, Yn as SelectContent, x as SelectField, Bc as SelectFieldTrigger, el as SelectFormField, Cr as SelectGroup, Ke as SelectItem, Nt as SelectLabel, xn as SelectScrollDownButton, Xr as SelectScrollUpButton, Jf as SelectSeparator, F as SelectTrigger, Qi as SelectValue, Ta as Separator, Lt as Sheet, ka as SheetClose, ga as SheetContent, Ha as SheetDescription, Dr as SheetFooter, re as SheetHeader, gs as SheetTitle, cd as SheetTrigger, lt as Sidebar, Oi as SidebarContent, na as SidebarFooter, Xe as SidebarHeader, Xt as SidebarMenuItem, bu as SidebarMenuLabel, as as Skeleton, wd as SkeletonAvatar, Q as SkeletonCard, Xu as SkeletonTable, sl as SkeletonText, Cl as SkipLink, va as Slider, wu as SliderFormField, A as Sortable, en as SortableList, et as SortableListFormField, Uf as SortableProvider, zc as SparkbarCard, b as Sparkline, Wf as Spinner, Dd as SplitButton, ri as SplitCard, pf as SpotlightCard, No as StackCard, ae as StatCard, Ju as StatusIndicator, Kd as Stepper, di as StepperIndicator, Zr as Steps, I as StepsItem, Z as StxPlayer, Z as VideoPlayer, ru as StxPlayerControls, Es as StxPlayerExtras, $o as StxPlayerMini, hl as StxPlayerProvider, vd as StxPlayerQueue, tl as StxPlayerViewport, Nd as SummaryData, ja as Switch, oa as SwitchFormField, Wu as Switcher, pt as TIMEZONES, Ce as Table, le as TableBody, er as TableCaption, Gc as TableCell, f as TableFooter, Mc as TableHead, En as TableHeader, Bn as TableRow, Ui as Tabs, ut as TabsContent, ki as TabsList, ra as TabsTrigger, Df as TagCard, lr as TextField, ve as TextFormField, uf as Textarea, Me as TextareaField, wi as TextareaFormField, Ul as ThemeToggle, Lu as ThreadLayout, Rd as TicketCard, Eo as TimeField, nu as TimeFieldTrigger, Dc as TimeFormField, rd as TimePicker, je as Timeline, io as TimelineCard, _e as TimelineItem, Ki as TimezoneField, k as TimezoneFormField, $e as Toast, Cu as Toaster, Ps as Toc, fs as Toggle, Qo as ToggleGroup, ml as ToggleGroupItem, jd as ToggleGroupSeparator, He as Tooltip, kt as TooltipContent, ca as TooltipPrimitive, _n as TooltipProvider, Kr as TooltipTrigger, ti as TopAppBar, Hf as TransferList, Wr as TransferListFormField, id as Tree, po as TreeItem, $c as TrendCard, jo as Typography, Bf as URL_PARAM_SEPARATORS, Su as UploadField, hn as UploadFormField, _r as UrlField, Un as UrlFormField, D as VALIDATION_MESSAGES, Go as VALIDATION_PATTERNS, ol as VALIDATION_PRESETS, Qr as answeredCount, Gs as areFilterValuesEqual, qa as arrayMove, xu as badgeVariants, yr as buttonVariants, wr as cityLine, fa as clampNumber, md as clampRating, ro as cleanFilterValues, vo as clearFromStorage, Nr as clearPersistedFilterValues, Fa as clearPresets, Cs as closestCenter, Yt as collectComposerAttachments, Pt as commonPrintStyles, xa as composeRefs, Gl as contactTypeLabel, Ar as convertAttributesToRecord, _a as copyToClipboard, Ld as countActiveFilters, Qc as countryOptions, Qa as createInitialState, Cd as createValidationRule, ii as cropImageToFile, ci as dataTableFeatures, af as dayOfWeekLabel, W as debounce, kf as docActions, Fo as docSelectors, hf as docSlice, Rc as exampleNational, yi as filterDocNav, De as findActiveDocHref, Rf as findActiveMenuItem, Kf as findCountry, pe as findDocChildren, ir as findDocPager, Yc as findDocSiblings, Au as findTreeNode, N as flagEmoji, g as flattenDocNav, mc as flattenVisibleTree, In as formatAmount, t as formatAttributeDisplayedValue, Ts as formatAttributesValues, ur as formatDate, ia as formatFileSize, Ef as formatFilterValue, Nn as formatInternational, qn as formatNational, Da as formatRelativeTime, qf as formatStatDelta, sf as formatTime, Nc as generatePresetId, V as getDefaultValuesFromSchema, Zd as getFilterField, gi as getFilterFieldLabel, we as getGroupFields, U as getRadianAngle, ue as getUngroupedFields, is as getValidationError, tr as getVisibleFields, Ru as handleDocKeyDown, Mo as hasActiveFilters, js as hasValidationErrors, ff as haveFiltersChanged, Or as headingText, Vr as highlightCode, Mr as horizontalListSortingStrategy, $ as iconButtonVariants, $ as variants, z as inputDefaultClassNames, qi as insertIds, oe as isAnswerCorrect, Zn as isAnswered, Ic as isDocPathActive, Sc as isDocSearchHotkey, Oo as isEmail, Xf as isExternalHref, Kc as isFieldVisible, ni as isFilterValueEmpty, T as isMenuItemActive, xr as isPossiblePhoneNumber, ee as isPostalAddressEmpty, xo as isTypingTarget, Be as isUrl, We as isValidPhoneNumber, Jl as loadFromStorage, ld as loadFromUrl, i as loadPersistedFilterValues, Sa as loadPresets, p as mapFilterFieldToFieldConfig, l as minutesToParts, Vi as moonlightThemeName, An as navLabel, ko as normalizeHex, Dt as normalizeUrl, Ad as paginationItems, ge as parseCurrencyInput, Pl as parseFromUrlParams, zr as parseJsonSource, at as parseNumberInput, jt as parsePhoneInput, Hi as partitionMenu, kc as partsToMinutes, _s as persistFilterValues, hd as pointerWithin, ws as postalAddressCountryName, Lf as prettyJson, Bl as rectIntersection, ct as registerMoonlightThemes, St as renderChatMarkdown, E as resolveCodeLanguage, ye as resolveStepState, $d as rotateSize, Ja as savePresets, Yu as saveToStorage, Yo as scorePassword, L as scoreQuiz, Fu as serializeToUrlParams, Ed as shortcutGlyph, Yf as slugify, Bt as sonnerToast, Dn as sortPresets, Ur as splitAvatarOverflow, ql as statusToneDotClass, sn as stepNumber, Md as stxPlayerActions, xf as stxPlayerSelectors, Do as stxPlayerSlice, Mi as timezoneLabel, ma as toDate, yn as toE164, $t as toast, hc as toasts, zs as toggleVariants, _u as tw, df as typographyVariants, yc as updateUrlWithFilters, yo as useChartTheme, yu as useChatComposerAttachments, td as useColumnHelpers, vl as useComboboxAnchor, Xo as useDeleteRowsHandler, Ht as useDndActiveId, Pa as useDndItem, Ll as useDoc, gn as useDocContext, es as useEventCalendar, Vs as useEventCalendarContext, Eu as useFilter, rn as useFilterContext, Ut as useFilterSelector, qs as useKanban, zd as useKanbanContext, uu as useListDetails, Gr as useOptionalDocContext, Ko as usePaneLayout, Hu as usePdfReader, Bs as useStxPlayer, ec as useStxPlayerContext, kl as useTree, cu as validateAllFilters, bl as validateField, ac as validateFilterValue, r as verticalListSortingStrategy };
1
+ import { $ as ee, $a as te, $c as ne, $d as re, $f as ie, $i as e, $l as t, $n as n, $o as r, $r as i, $s as a, $t as o, $u as s, A as c, Aa as l, Ac as u, Ad as d, Af as f, Ai as p, Al as m, An as h, Ao as g, Ap as _, Ar as v, As as y, At as b, Au as x, B as S, Ba as C, Bc as w, Bd as T, Bf as E, Bi as D, Bl as O, Bn as k, Bo as A, Bp as j, Br as M, Bs as N, Bt as P, Bu as F, C as I, Ca as L, Cc as R, Cd as z, Cf as B, Ci as V, Cl as H, Cn as U, Co as W, Cp as G, Cr as K, Cs as q, Ct as J, Cu as Y, D as ae, Da as oe, Dc as se, Dd as ce, Df as le, Di as ue, Dl as de, Dn as fe, Do as pe, Dp as me, Dr as he, Ds as ge, Dt as _e, Du as ve, E as ye, Ea as be, Ec as xe, Ed as Se, Ef as Ce, Ei as we, El as Te, En as Ee, Eo as De, Ep as Oe, Er as ke, Es as Ae, Et as je, Eu as Me, F as Ne, Fa as Pe, Fc as Fe, Fd as Ie, Ff as Le, Fi as Re, Fl as ze, Fn as Be, Fo as Ve, Fp as He, Fr as Ue, Fs as We, Ft as Ge, Fu as Ke, G as qe, Ga as Je, Gc as Ye, Gd as Xe, Gf as Ze, Gi as Qe, Gl as $e, Gn as et, Go as tt, Gp as nt, Gr as rt, Gs as it, Gt as at, Gu as ot, H as st, Ha as ct, Hc as lt, Hd as ut, Hf as dt, Hi as ft, Hl as pt, Hn as mt, Ho as ht, Hp as gt, Hr as _t, Hs as vt, Ht as yt, Hu as bt, I as xt, Ia as St, Ic as Ct, Id as wt, If as Tt, Ii as Et, Il as Dt, In as Ot, Io as kt, Ip as X, Ir as At, Is as jt, It as Mt, Iu as Nt, J as Pt, Ja as Ft, Jc as It, Jd as Lt, Jf as Rt, Ji as zt, Jl as Bt, Jn as Vt, Jo as Ht, Jp as Ut, Jr as Wt, Js as Gt, Jt as Kt, Ju as qt, K as Jt, Ka as Yt, Kc as Xt, Kd as Zt, Kf as Qt, Ki as $t, Kl as en, Kn as tn, Ko as nn, Kp as rn, Kr as an, Ks as on, Kt as sn, Ku as cn, L as ln, La as un, Lc as dn, Ld as fn, Lf as pn, Li as mn, Ll as hn, Ln as gn, Lo as _n, Lp as vn, Lr as yn, Ls as bn, Lt as xn, Lu as Sn, M as Cn, Ma as wn, Mc as Tn, Md as En, Mf as Dn, Mi as On, Ml as kn, Mn as An, Mo as jn, Mp as Mn, Mr as Nn, Ms as Pn, Mt as Fn, Mu as In, N as Ln, Na as Rn, Nc as zn, Nd as Bn, Nf as Vn, Ni as Hn, Nl as Un, Nn as Wn, No as Gn, Np as Kn, Nr as qn, Ns as Jn, Nt as Yn, Nu as Xn, O as Zn, Oa as Qn, Oc as $n, Od as er, Of as tr, Oi as nr, Ol as rr, On as ir, Oo as ar, Op as or, Or as sr, Os as cr, Ot as lr, Ou as ur, P as dr, Pa as fr, Pc as pr, Pd as mr, Pf as hr, Pi as gr, Pl as _r, Pn as vr, Po as yr, Pp as br, Pr as xr, Ps as Sr, Pt as Cr, Pu as wr, Q as Tr, Qa as Er, Qc as Dr, Qd as Or, Qf as kr, Qi as Ar, Ql as jr, Qn as Mr, Qo as Nr, Qr as Pr, Qs as Fr, Qt as Ir, Qu as Lr, R as Rr, Ra as zr, Rc as Br, Rd as Vr, Rf as Hr, Ri as Ur, Rl as Wr, Rn as Gr, Ro as Kr, Rp as qr, Rr as Jr, Rs as Yr, Rt as Xr, Ru as Zr, S as Qr, Sa as $r, Sc as ei, Sd as ti, Sf as ni, Si as ri, Sl as ii, Sn as ai, So as oi, Sp as si, Sr as ci, Ss as li, St as ui, Su as di, T as fi, Ta as pi, Tc as mi, Td as hi, Tf as gi, Ti as _i, Tl as vi, Tn as yi, To as bi, Tp as xi, Tr as Si, Ts as Ci, Tt as wi, Tu as Ti, U as Ei, Ua as Di, Uc as Oi, Ud as ki, Uf as Ai, Ui as ji, Ul as Mi, Un as Ni, Uo as Pi, Up as Fi, Ur as Ii, Us as Li, Ut as Ri, Uu as zi, V as Bi, Va as Vi, Vc as Hi, Vd as Ui, Vf as Wi, Vi as Gi, Vl as Ki, Vn as qi, Vo as Ji, Vp as Yi, Vr as Xi, Vs as Zi, Vt as Qi, Vu as $i, W as ea, Wa as ta, Wc as na, Wd as ra, Wf as ia, Wi as aa, Wl as oa, Wn as sa, Wo as ca, Wp as la, Wr as ua, Ws as da, Wt as fa, Wu as pa, X as ma, Xa as ha, Xc as ga, Xd as _a, Xf as va, Xi as ya, Xl as ba, Xn as xa, Xo as Sa, Xp as Ca, Xr as wa, Xs as Ta, Xt as Ea, Xu as Da, Y as Oa, Ya as ka, Yc as Aa, Yd as ja, Yf as Ma, Yi as Na, Yl as Pa, Yn as Fa, Yo as Ia, Yp as La, Yr as Ra, Ys as za, Yt as Ba, Yu as Va, Z as Ha, Za as Ua, Zc as Wa, Zd as Ga, Zf as Ka, Zi as qa, Zl as Ja, Zn as Ya, Zo as Xa, Zp as Za, Zr as Qa, Zs as $a, Zt as eo, Zu as to, _ as no, _a as ro, _c as io, _d as ao, _f as oo, _i as so, _l as co, _n as lo, _o as uo, _p as fo, _r as po, _s as mo, _t as ho, _u as go, a as _o, aa as vo, ac as yo, ad as bo, af as xo, ai as So, al as Co, an as wo, ao as To, ap as Eo, ar as Do, as as Oo, at as ko, au as Ao, b as jo, ba as Mo, bc as No, bd as Po, bf as Fo, bi as Io, bl as Lo, bn as Ro, bo as zo, bp as Bo, br as Vo, bs as Ho, bt as Uo, bu as Wo, c as Z, ca as Go, cc as Ko, cd as qo, cf as Jo, ci as Yo, cl as Q, cn as Xo, co as Zo, cp as Qo, cr as $o, cs as es, ct as ts, cu as ns, d as rs, da as is, dc as as, dd as os, df as ss, di as cs, dl as ls, dn as us, do as ds, dp as fs, dr as ps, ds as ms, dt as hs, du as gs, ea as _s, ec as vs, ed as ys, ef as bs, ei as xs, el as Ss, en as Cs, eo as ws, ep as Ts, er as Es, es as Ds, et as Os, eu as ks, f as As, fa as js, fc as Ms, fd as Ns, ff as Ps, fi as Fs, fl as Is, fn as Ls, fo as Rs, fp as zs, fr as Bs, fs as Vs, ft as Hs, fu as Us, g as Ws, ga as Gs, gc as Ks, gd as qs, gf as Js, gi as Ys, gl as Xs, gn as Zs, go as Qs, gp as $s, gr as ec, gs as tc, gt as nc, gu as rc, h as ic, ha as ac, hc as oc, hd as sc, hf as cc, hi as lc, hl as uc, hn as dc, ho as fc, hp as pc, hr as mc, hs as hc, ht as gc, hu as _c, i as vc, ia as yc, ic as bc, id as xc, if as Sc, ii as Cc, il as wc, in as Tc, io as Ec, ip as Dc, ir as Oc, is as kc, it as Ac, iu as jc, j as Mc, ja as Nc, jc as Pc, jd as Fc, jf as Ic, ji as Lc, jl as Rc, jn as zc, jo as Bc, jp as Vc, jr as Hc, js as Uc, jt as Wc, ju as Gc, k as Kc, ka as qc, kc as Jc, kd as Yc, kf as Xc, ki as Zc, kl as Qc, kn as $c, ko as el, kp as tl, kr as nl, ks as rl, kt as il, ku as al, l as ol, la as sl, lc as cl, ld as ll, lf as ul, li as dl, ll as fl, ln as pl, lo as ml, lp as hl, lr as gl, ls as _l, lt as vl, lu as yl, m as bl, ma as xl, mc as Sl, md as Cl, mf as wl, mi as Tl, ml as El, mn as Dl, mo as Ol, mp as kl, mr as Al, ms as jl, mt as Ml, mu as Nl, n as Pl, na as Fl, nc as Il, nd as Ll, nf as Rl, ni as zl, nl as Bl, nn as Vl, no as Hl, np as Ul, nr as Wl, ns as Gl, nt as Kl, nu as ql, o as Jl, oa as Yl, oc as Xl, od as Zl, of as Ql, oi as $l, ol as eu, on as tu, oo as nu, op as ru, or as iu, os as au, ot as ou, ou as su, p as cu, pa as lu, pc as uu, pd as du, pf as fu, pi as pu, pl as mu, pn as hu, po as gu, pp as _u, pr as vu, ps as yu, pt as bu, pu as xu, q as Su, qa as Cu, qc as wu, qd as Tu, qf as Eu, qi as Du, ql as Ou, qn as ku, qo as $, qp as Au, qr as ju, qs as Mu, qt as Nu, qu as Pu, r as Fu, ra as Iu, rc as Lu, rd as Ru, rf as zu, ri as Bu, rl as Vu, rn as Hu, ro as Uu, rp as Wu, rr as Gu, rs as Ku, rt as qu, ru as Ju, s as Yu, sa as Xu, sc as Zu, sd as Qu, sf as $u, si as ed, sl as td, sn as nd, so as rd, sp as id, sr as ad, ss as od, st as sd, su as cd, t as ld, ta as ud, tc as dd, td as fd, tf as pd, ti as md, tl as hd, tn as gd, to as _d, tp as vd, tr as yd, ts as bd, tt as xd, tu as Sd, u as Cd, ua as wd, uc as Td, ud as Ed, uf as Dd, ui as Od, ul as kd, un as Ad, uo as jd, up as Md, ur as Nd, us as Pd, ut as Fd, uu as Id, v as Ld, va as Rd, vc as zd, vd as Bd, vf as Vd, vi as Hd, vl as Ud, vn as Wd, vo as Gd, vp as Kd, vr as qd, vs as Jd, vt as Yd, vu as Xd, w as Zd, wa as Qd, wc as $d, wd as ef, wf as tf, wi as nf, wl as rf, wn as af, wo as of, wp as sf, wr as cf, ws as lf, wt as uf, wu as df, x as ff, xa as pf, xc as mf, xd as hf, xf as gf, xi as _f, xl as vf, xn as yf, xo as bf, xp as xf, xr as Sf, xs as Cf, xt as wf, xu as Tf, y as Ef, ya as Df, yc as Of, yd as kf, yf as Af, yi as jf, yl as Mf, yn as Nf, yo as Pf, yp as Ff, yr as If, ys as Lf, yt as Rf, yu as zf, z as Bf, za as Vf, zc as Hf, zd as Uf, zf as Wf, zi as Gf, zl as Kf, zn as qf, zo as Jf, zp as Yf, zr as Xf, zs as Zf, zt as Qf, zu as $f } from "./main-B4C5hzfh.js";
2
+ import { H as ep, r as tp } from "./lib-K8L5ze32.js";
3
+ export { nt as Accordion, _u as AccordionCard, rn as AccordionContent, Au as AccordionItem, Za as AccordionPrimitive, Ut as AccordionTrigger, Eo as ActionCard, Dc as Activity, tf as ActivityContent, Ui as ActivityLayout, Kf as AlbumCard, is as Alert, ms as AlertDialog, Vs as AlertDialogAction, yu as AlertDialogCancel, jl as AlertDialogContent, hc as AlertDialogDescription, tc as AlertDialogFooter, mo as AlertDialogHeader, Jd as AlertDialogOverlay, Lf as AlertDialogPortal, Ca as AlertDialogPrimitive, Ho as AlertDialogTitle, Cf as AlertDialogTrigger, ie as AnchorHeading, va as ApiEndpoint, Xc as ApiOperation, fu as AppBreadcrumb, wl as AppBreadcrumbItem, cc as AppBreadcrumbSeparator, ut as AppHeader, ki as AppSidebar, Co as AreaChart, su as AttributeDialog, cd as AttributeForm, ns as AttributeValueFormField, ql as AttributeValuesForm, ks as AttributeValuesFormFieldSet, $e as AttributesField, oa as AttributesFormField, en as AttributesList, s as Autocomplete, ys as AutocompleteChips, Lr as AutocompleteFormField, $u as Avatar, Jo as AvatarBase, ul as AvatarFallback, pt as AvatarGroup, Dd as AvatarImage, B as Background, Ka as Badge, yt as BandCard, Ki as Banner, wc as BarChart, O as Barecode, tr as BottomAppBar, Js as Breadcrumb, oo as BreadcrumbEllipsis, Vd as BreadcrumbItem, Af as BreadcrumbLink, Fo as BreadcrumbList, gf as BreadcrumbPage, ni as BreadcrumbSeparator, Qi as BreakdownCard, qr as Button, vn as ButtonGroup, ia as CODE_LANGUAGES, Oo as CSS, ur as Calendar, al as CalendarDayButton, ru as Card, id as CardAction, Qo as CardContent, hl as CardDescription, Md as CardFooter, fs as CardHeader, zs as CardTitle, El as Carousel, uc as CarouselContent, Xs as CarouselItem, co as CarouselNext, Ud as CarouselPrevious, Q as ChartContainer, wu as ChatComposer, Dr as ChatComposerAttachmentChip, ga as ChatComposerAttachmentList, Wa as ChatComposerAttachments, Ye as ChatConversationItem, dn as ChatMarkdown, Ct as ChatMessage, pr as ChatMessageList, zn as ChatMessageSeparator, Tn as ChatReactionGroup, Pc as ChatThread, Fe as ChatTypingIndicator, Jc as CheckCardField, Nn as CheckCardFormField, $n as Checkbox, Hc as CheckboxFormField, se as CheckboxGroup, v as CheckboxGroupFormField, d as Chip, wd as CircularProgress, E as CodeBlock, lt as CodeDiff, xe as CodeEditor, nl as CodeEditorFormField, Wf as CodeGroup, R as Collapsible, $d as CollapsibleContent, mi as CollapsibleTrigger, No as ColorField, sr as ColorFormField, xc as Combobox, bo as ComboboxChip, Zl as ComboboxChips, Qu as ComboboxChipsInput, qo as ComboboxCollection, ll as ComboboxContent, Ed as ComboboxEmpty, Of as ComboboxField, he as ComboboxFormField, os as ComboboxGroup, Ns as ComboboxInput, du as ComboboxItem, Cl as ComboboxLabel, sc as ComboboxList, Yc as ComboboxPrimitive, qs as ComboboxSeparator, ao as ComboboxTrigger, Bd as ComboboxValue, Td as Command, as as CommandDialog, Ms as CommandEmpty, uu as CommandGroup, Sl as CommandInput, oc as CommandItem, Ks as CommandList, io as CommandSeparator, zd as CommandShortcut, Qf as CompareCard, ac as ConfirmDialog, Go as ConfirmationDialog, Zu as ContactDialog, Xl as ContactItem, cl as ContactType, yo as Contacts, bc as ContactsFormField, Li as ContextMenu, da as ContextMenuCheckboxItem, it as ContextMenuContent, on as ContextMenuGroup, Mu as ContextMenuItem, Gt as ContextMenuLabel, za as ContextMenuPortal, Ta as ContextMenuRadioGroup, $a as ContextMenuRadioItem, Fr as ContextMenuSeparator, a as ContextMenuShortcut, vs as ContextMenuSub, dd as ContextMenuSubContent, Il as ContextMenuSubTrigger, Lu as ContextMenuTrigger, Ul as CopyButton, Ts as CopyValue, Xt as CountBadge, y as CountryField, ke as CountryFormField, Wr as CrewCard, cr as CurrencyField, Si as CurrencyFormField, Xu as CustomAlertDialog, sl as CustomDialog, ui as DAY_OF_WEEK_FALLBACKS, mf as DEFAULT_COLOR, Re as DEFAULT_FILTER_STATE, Et as DEFAULT_MAX_VISIBLE_CHIPS, mn as DEFAULT_PERSISTENCE_CONFIG, Ur as DEFAULT_PRESET_CONFIG, Gf as DEFAULT_VALIDATION_RULES, q as DataTable, li as DataTableColumnHeader, Ae as DataTablePagination, Ci as DataTableViewOptions, Ti as DateField, Me as DateFieldContent, ve as DateFieldTrigger, df as DateFormField, od as DateRangeField, es as DateRangeFieldTrigger, cf as DateRangeFormField, Pf as DefaultDocLink, Xr as DeltaListCard, au as Description, Fc as Dialog, En as DialogClose, Bn as DialogContent, mr as DialogDescription, Ie as DialogFooter, wt as DialogHeader, fn as DialogOverlay, Vr as DialogPortal, Uf as DialogTitle, T as DialogTrigger, Ia as DndOverlay, Ht as DndProvider, Uu as Doc, _n as DocArticle, Hl as DocChildCards, ws as DocCopyMarkdown, _d as DocCopyPage, te as DocEmpty, ka as DocHeader, zo as DocLink, Gd as DocNav, ta as DocPage, Cu as DocPager, ml as DocProgress, Kr as DocProvider, De as DocSearch, Je as DocSeeAlso, uo as DocSidebar, fc as DocSkipLink, gu as DocToc, Zo as DocTopbar, $ as DragHandle, $ as SortableHandle, nn as Draggable, tt as DraggableDroppable, fr as Drawer, Pe as DrawerClose, St as DrawerContent, un as DrawerDescription, zr as DrawerFooter, Vf as DrawerHeader, C as DrawerOverlay, Vi as DrawerPortal, ct as DrawerTitle, Di as DrawerTrigger, $s as DropdownMenu, fo as DropdownMenuCheckboxItem, Kd as DropdownMenuContent, Ff as DropdownMenuGroup, Bo as DropdownMenuItem, xf as DropdownMenuLabel, si as DropdownMenuPortal, G as DropdownMenuRadioGroup, sf as DropdownMenuRadioItem, xi as DropdownMenuSeparator, Oe as DropdownMenuShortcut, me as DropdownMenuSub, or as DropdownMenuSubContent, tl as DropdownMenuSubTrigger, _ as DropdownMenuTrigger, ca as Droppable, Nc as DurationField, K as DurationFormField, pf as EmailField, ci as EmailFormField, Pa as EmptyState, Df as EntityHeader, js as EventCalendar, ro as EventCalendarProvider, hn as EventCard, Gs as EventChip, Sd as ExtendedLabel, D as FILTER_CONTAINER_BREAKPOINTS, Dt as FeatureCard, zt as Field, Du as Figure, Qe as FileList, aa as FileListField, Sf as FileListFormField, ji as FileListS3Field, Vo as FileListS3FormField, If as FilesFormField, xr as Filter, rt as FilterActions, ua as FilterChips, M as FilterContent, Xf as FilterDialog, Jr as FilterDrawer, Ii as FilterField, qn as FilterFormField, Xi as FilterGroup, _t as FilterGroups, yn as FilterInline, At as FilterPopover, an as FilterPresets, ju as FilterProvider, Ue as FilterSheet, qd as FormField, xn as FunnelCard, Vu as FunnelChart, vr as Gallery, Mt as GaugeCard, Ge as GoalCard, Bl as HeatmapChart, Cr as HeatweekCard, Ru as HelperText, zc as Hero, kt as HighlightText, fe as HoverCard, ir as HoverCardContent, $c as HoverCardTrigger, h as HydrateLoading, U as IMAGE_CROP_ASPECTS, kl as Icon, He as IconButton, Vc as IconLinkButton, ai as ImageCropper, yf as ImageCropperDialog, vo as ImageField, po as ImageFormField, yc as ImageS3Field, ec as ImageS3FormField, xl as InlineEdit, mc as InlineEditFormField, ce as Input, Po as InputGroup, hf as InputGroupAddon, ti as InputGroupButton, Al as InputGroupField, vu as InputGroupFormField, z as InputGroupInput, ef as InputGroupText, hi as InputGroupTextarea, Hf as JsonViewer, lo as Kanban, Nf as KanbanProvider, Ve as Kbd, ds as KbdShortcut, Ll as Label, Zs as LanguageSwitcher, Yn as LatencyCard, Wn as LightboxGallery, eu as LineChart, Mn as LinkButton, ze as LinkCard, us as ListDetailsDetails, Ls as ListDetailsLayout, hu as ListDetailsList, Dl as ListDetailsTrigger, Bt as ListTile, ge as LoadMoreButton, Wi as MOONLIGHT_DARK, dt as MOONLIGHT_DAY, _r as MediaCard, Ri as Menubar, fa as MenubarCheckboxItem, at as MenubarContent, sn as MenubarGroup, Nu as MenubarItem, Kt as MenubarLabel, Ba as MenubarMenu, Ea as MenubarPortal, eo as MenubarRadioGroup, Ir as MenubarRadioItem, o as MenubarSeparator, Cs as MenubarShortcut, gd as MenubarSub, Vl as MenubarSubContent, Hu as MenubarSubTrigger, Tc as MenubarTrigger, Un as MessageCard, An as MiniGallery, lr as NavigationRail, ya as NetworkUploadField, Bs as NetworkUploadFormField, kn as NoticeCard, wi as Notifications, qt as NumberField, Pu as NumberFormField, Rc as OfferCard, wf as OpeningHours, Uo as OpeningHoursDialog, Rf as OpeningHoursFormField, Yd as OpeningHoursItem, J as OpeningHoursSchema, Iu as OtpField, ps as OtpFormField, m as OverlayCard, N as PHONE_COUNTRIES, Ft as Pager, hs as Pagination, vl as PaginationBar, Hs as PaginationContent, bu as PaginationEllipsis, Ml as PaginationItem, gc as PaginationLink, nc as PaginationNext, ho as PaginationPrevious, tu as PaneLayout, nd as PaneLayoutContent, Xo as PaneLayoutPane, pl as PaneLayoutTrigger, f as ParamTable, gl as PasswordField, $o as PasswordFormField, ts as PdfOutlineSidebar, sd as PdfPageList, xd as PdfReader, ko as PdfSidebar, ou as PdfThumbnailSidebar, Ac as PdfToolbar, Kl as PdfViewer, ad as PercentField, iu as PercentFormField, Pn as PhoneField, Do as PhoneFormField, hd as PieChart, Xd as Popover, zf as PopoverAnchor, Wo as PopoverContent, Tf as PopoverTrigger, Ha as PostalAddress, ma as PostalAddressDialog, Oa as PostalAddressFormField, Qc as PricingCard, Jt as PrintBadge, ea as PrintCard, qe as PrintCardField, Ei as PrintHeader, Bi as PrintInfoRow, st as PrintSection, ln as PrintTable, Rr as PrintTableCell, Bf as PrintTableHeader, S as PrintTableRow, Ne as PrintTotalRow, xt as PrintTotals, rr as ProfileCard, oe as Progress, be as ProgressField, Cn as QRCode, Qn as QuestionCard, L as Quiz, de as QuoteCard, Ss as RadarChart, _s as RadioGroup, ud as RadioGroupBase, Oc as RadioGroupFormField, Fl as RadioGroupItem, Fn as RankCard, Wl as RatingField, yd as RatingFormField, Te as ReceiptCard, ha as RelativeTime, Kc as ResizableGroup, c as ResizablePanel, Mc as ResizableSeparator, br as ResponsiveButton, Ou as ResponsiveGrid, Kn as ResponsiveLinkButton, vi as ReviewCard, Y as RichTextEditor, di as RichTextEditorFormField, Es as S3UploadField, n as S3UploadFormField, ne as ScatterChart, jd as ScrollProgress, Zn as ScrollToTop, of as SearchField, Mr as SearchFormField, Yt as SeeAlso, Sn as Select, u as SelectCardField, Ya as SelectCardFormField, e as SelectChipField, xa as SelectChipFormField, Zr as SelectContent, Ke as SelectField, Nt as SelectFieldTrigger, wr as SelectFormField, $f as SelectGroup, F as SelectItem, $i as SelectLabel, bt as SelectScrollDownButton, zi as SelectScrollUpButton, pa as SelectSeparator, ot as SelectTrigger, cn as SelectValue, fd as Separator, re as Sheet, bs as SheetClose, pd as SheetContent, Rl as SheetDescription, zu as SheetFooter, Sc as SheetHeader, xo as SheetTitle, Ql as SheetTrigger, Tu as Sidebar, Lt as SidebarContent, ja as SidebarFooter, _a as SidebarHeader, Ga as SidebarMenuItem, Or as SidebarMenuLabel, mu as Skeleton, Is as SkeletonAvatar, kd as SkeletonCard, fl as SkeletonTable, ls as SkeletonText, Qs as SkipLink, Ar as Slider, Fa as SliderFormField, ht as Sortable, Vt as SortableList, ku as SortableListFormField, Ji as SortableProvider, Wc as SparkbarCard, b as Sparkline, la as Spinner, pc as SplitButton, rf as SplitCard, H as SpotlightCard, ii as StackCard, ae as StatCard, Ps as StatusIndicator, Zd as Stepper, fi as StepperIndicator, Qr as Steps, I as StepsItem, Z as StxPlayer, Z as VideoPlayer, cu as StxPlayerControls, As as StxPlayerExtras, rs as StxPlayerMini, bl as StxPlayerProvider, Cd as StxPlayerQueue, ol as StxPlayerViewport, Mo as SummaryData, qa as Switch, tn as SwitchFormField, Yu as Switcher, sa as TIMEZONES, Ic as Table, Dn as TableBody, Vn as TableCaption, hr as TableCell, Le as TableFooter, Tt as TableHead, pn as TableHeader, Hr as TableRow, Qt as Tabs, Eu as TabsContent, Rt as TabsList, Ma as TabsTrigger, vf as TagCard, Xn as TextField, In as TextFormField, Se as Textarea, Gc as TextareaField, x as TextareaFormField, Jl as ThemeToggle, wo as ThreadLayout, Lo as TicketCard, Id as TimeField, gs as TimeFieldTrigger, yl as TimeFormField, Us as TimePicker, je as Timeline, Mf as TimelineCard, _e as TimelineItem, Ni as TimezoneField, mt as TimezoneFormField, ba as Toast, jr as Toaster, Ol as Toc, rc as Toggle, xu as ToggleGroup, Nl as ToggleGroupItem, _c as ToggleGroupSeparator, j as Tooltip, Yi as TooltipContent, La as TooltipPrimitive, gt as TooltipProvider, Fi as TooltipTrigger, le as TopAppBar, qi as TransferList, k as TransferListFormField, ld as Tree, _o as TreeItem, il as TrendCard, gi as Typography, Gi as URL_PARAM_SEPARATORS, Na as UploadField, qf as UploadFormField, Ot as UrlField, Be as UrlFormField, ft as VALIDATION_MESSAGES, Od as VALIDATION_PATTERNS, cs as VALIDATION_PRESETS, Qd as answeredCount, Hd as areFilterValuesEqual, r as arrayMove, kr as badgeVariants, Yf as buttonVariants, Tr as cityLine, Va as clampNumber, Gu as clampRating, jf as cleanFilterValues, ed as clearFromStorage, xs as clearPersistedFilterValues, Qa as clearPresets, Gl as closestCenter, It as collectComposerAttachments, Pt as commonPrintStyles, Nr as composeRefs, Ko as contactTypeLabel, Ju as convertAttributesToRecord, vd as copyToClipboard, Io as countActiveFilters, Uc as countryOptions, no as createInitialState, Fs as createValidationRule, af as cropImageToFile, lf as dataTableFeatures, uf as dayOfWeekLabel, bi as debounce, bf as docActions, oi as docSelectors, W as docSlice, Jn as exampleNational, pe as filterDocNav, ar as findActiveDocHref, ra as findActiveMenuItem, Zi as findCountry, el as findDocChildren, g as findDocPager, Bc as findDocSiblings, Fu as findTreeNode, vt as flagEmoji, jn as flattenDocNav, vc as flattenVisibleTree, Ln as formatAmount, jc as formatAttributeDisplayedValue, Ao as formatAttributesValues, dr as formatDate, $t as formatFileSize, _f as formatFilterValue, Sr as formatInternational, We as formatNational, Ua as formatRelativeTime, P as formatStatDelta, ff as formatTime, Hn as generatePresetId, _i as getDefaultValuesFromSchema, we as getFilterField, ue as getFilterFieldLabel, nr as getGroupFields, yi as getRadianAngle, Zc as getUngroupedFields, pu as getValidationError, p as getVisibleFields, To as handleDocKeyDown, ri as hasActiveFilters, Tl as hasValidationErrors, V as haveFiltersChanged, Wu as headingText, Ai as highlightCode, Ds as horizontalListSortingStrategy, X as iconButtonVariants, X as variants, er as inputDefaultClassNames, Pi as insertIds, qc as isAnswerCorrect, l as isAnswered, Gn as isDocPathActive, nu as isDocSearchHotkey, $r as isEmail, tp as isExternalHref, Lc as isFieldVisible, nf as isFilterValueEmpty, Xe as isMenuItemActive, jt as isPossiblePhoneNumber, ee as isPostalAddressEmpty, rd as isTypingTarget, gn as isUrl, bn as isValidPhoneNumber, Yo as loadFromStorage, Bu as loadFromUrl, md as loadPersistedFilterValues, Pr as loadPresets, On as mapFilterFieldToFieldConfig, wn as minutesToParts, Oi as moonlightThemeName, yr as navLabel, ei as normalizeHex, Gr as normalizeUrl, Fd as paginationItems, rl as parseCurrencyInput, Cc as parseFromUrlParams, w as parseJsonSource, Da as parseNumberInput, Yr as parsePhoneInput, Zt as partitionMenu, Rn as partsToMinutes, zl as persistFilterValues, Ku as pointerWithin, Os as postalAddressCountryName, Hi as prettyJson, kc as rectIntersection, na as registerMoonlightThemes, Br as renderChatMarkdown, Ze as resolveCodeLanguage, ye as resolveStepState, Ee as rotateSize, i as savePresets, dl as saveToStorage, Nd as scorePassword, pi as scoreQuiz, So as serializeToUrlParams, Rs as shortcutGlyph, ep as slugify, t as sonnerToast, gr as sortPresets, Mi as splitAvatarOverflow, ss as statusToneDotClass, to as stepNumber, Ld as stxPlayerActions, Ef as stxPlayerSelectors, jo as stxPlayerSlice, et as timezoneLabel, Er as toDate, Zf as toE164, Ja as toast, Yl as toasts, go as toggleVariants, Su as tw, Ce as typographyVariants, $l as updateUrlWithFilters, td as useChartTheme, Aa as useChatComposerAttachments, _l as useColumnHelpers, kf as useComboboxAnchor, Pd as useDeleteRowsHandler, Sa as useDndActiveId, Xa as useDndItem, Ec as useDoc, Jf as useDocContext, lu as useEventCalendar, Rd as useEventCalendarContext, Ra as useFilter, Wt as useFilterContext, wa as useFilterSelector, Wd as useKanban, Ro as useKanbanContext, dc as useListDetails, A as useOptionalDocContext, Ad as usePaneLayout, qu as usePdfReader, Ws as useStxPlayer, ic as useStxPlayerContext, Pl as useTree, lc as validateAllFilters, Ys as validateField, so as validateFilterValue, bd as verticalListSortingStrategy };
@@ -1,5 +1,5 @@
1
- import { Jp as e, Yp as t, qp as n } from "./main-DfLj9T7g.js";
2
- import { X as r } from "./lib-CDjBFZgI.js";
1
+ import { $p as e, Qp as t, em as n } from "./main-B4C5hzfh.js";
2
+ import { X as r } from "./lib-K8L5ze32.js";
3
3
  import { createContext as i, forwardRef as a, useCallback as o, useContext as s, useEffect as c, useImperativeHandle as l, useLayoutEffect as u, useMemo as d, useReducer as f, useRef as p } from "react";
4
4
  import { jsx as m, jsxs as h } from "react/jsx-runtime";
5
5
  //#region node_modules/pdfjs-dist/build/pdf.mjs
@@ -15288,7 +15288,7 @@ function Q(e, t) {
15288
15288
  }
15289
15289
  //#endregion
15290
15290
  //#region node_modules/react-pdf/dist/DocumentContext.js
15291
- var $ = /* @__PURE__ */ t((/* @__PURE__ */ n(((e, t) => {
15291
+ var $ = /* @__PURE__ */ n((/* @__PURE__ */ t(((e, t) => {
15292
15292
  var n = process.env.NODE_ENV !== "production", r = function() {};
15293
15293
  if (n) {
15294
15294
  var i = function(e, t) {
package/dist/dnd.js CHANGED
@@ -1,2 +1,2 @@
1
- import { $o as e, Bo as t, Go as n, Ho as r, Jo as i, Ko as a, Qo as o, Uo as s, Vo as c, Wo as l, Xo as u, Yo as d, Zo as f, es as p, ns as m, qo as h, rs as g, ts as _, zo as v } from "./main-DfLj9T7g.js";
2
- export { g as CSS, h as DndOverlay, a as DndProvider, n as DragHandle, l as Draggable, s as DraggableDroppable, r as Droppable, t as Sortable, v as SortableProvider, f as arrayMove, p as closestCenter, u as composeRefs, o as horizontalListSortingStrategy, c as insertIds, _ as pointerWithin, m as rectIntersection, i as useDndActiveId, d as useDndItem, e as verticalListSortingStrategy };
1
+ import { $o as e, Go as t, Ho as n, Jo as r, Ko as i, Qo as a, Uo as o, Vo as s, Wo as c, Xo as l, Yo as u, Zo as d, as as f, es as p, is as m, ns as h, qo as g, rs as _, ts as v } from "./main-B4C5hzfh.js";
2
+ export { f as CSS, u as DndOverlay, r as DndProvider, g as DragHandle, i as Draggable, t as DraggableDroppable, c as Droppable, n as Sortable, s as SortableProvider, e as arrayMove, h as closestCenter, a as composeRefs, p as horizontalListSortingStrategy, o as insertIds, _ as pointerWithin, m as rectIntersection, l as useDndActiveId, d as useDndItem, v as verticalListSortingStrategy };
@@ -1,4 +1,4 @@
1
- import { l as e } from "./i18n-C0E_h6Ro.js";
1
+ import { l as e } from "./i18n-CLVf2sYP.js";
2
2
  import { F as t, I as n, N as r, P as i, n as a, t as o, w as s } from "./number.utils-BR3XO6me.js";
3
3
  import { useCallback as c, useEffect as l, useLayoutEffect as u, useMemo as d, useRef as f, useState as p } from "react";
4
4
  import { useNavigate as m, useSearchParams as h } from "react-router";
package/dist/hooks.js CHANGED
@@ -1,3 +1,3 @@
1
- import { _ as e, a as t, c as n, g as r, h as i, i as a, l as o, n as s, o as c, r as l, s as u, t as d, v as f, y as p } from "./hooks-BrZuKetj.js";
1
+ import { _ as e, a as t, c as n, g as r, h as i, i as a, l as o, n as s, o as c, r as l, s as u, t as d, v as f, y as p } from "./hooks-B9C6P5EX.js";
2
2
  import { L as m } from "./number.utils-BR3XO6me.js";
3
3
  export { f as applyResolvedTheme, l as buildOptions, a as extractNode, p as resolveTheme, e as useAllowedTransitions, r as useHeadingSpy, m as useIsClient, o as useIsMobile, i as useLocalizedDate, u as useNavigationHandler, n as useNavigationHandlers, c as useNumberFormatter, t as useOptions, s as useSearchParam, d as useTheme };
@@ -731,7 +731,11 @@ var tr = Xe(function(e, t, n) {
731
731
  "scroll-progress": "Scroll progress",
732
732
  "skip-link": "Skip to content",
733
733
  "see-also": "See also",
734
- cards: { "per-month": "/ month" },
734
+ cards: {
735
+ "per-month": "/ month",
736
+ total: "Total",
737
+ rating: "{rating} out of {max}"
738
+ },
735
739
  metrics: {
736
740
  "of-target": "of {target}",
737
741
  "this-period": "This period",
@@ -1495,7 +1499,11 @@ var tr = Xe(function(e, t, n) {
1495
1499
  "scroll-progress": "Progression du défilement",
1496
1500
  "skip-link": "Aller au contenu",
1497
1501
  "see-also": "Voir aussi",
1498
- cards: { "per-month": "/ mois" },
1502
+ cards: {
1503
+ "per-month": "/ mois",
1504
+ total: "Total",
1505
+ rating: "{rating} sur {max}"
1506
+ },
1499
1507
  metrics: {
1500
1508
  "of-target": "sur {target}",
1501
1509
  "this-period": "Cette période",
package/dist/i18n.js CHANGED
@@ -1,2 +1,2 @@
1
- import { a as e, c as t, d as n, f as r, i, l as a, n as o, o as s, p as c, r as l, s as u, t as d, u as f } from "./i18n-C0E_h6Ro.js";
1
+ import { a as e, c as t, d as n, f as r, i, l as a, n as o, o as s, p as c, r as l, s as u, t as d, u as f } from "./i18n-CLVf2sYP.js";
2
2
  export { f as FALLBACK_LANGUAGE, u as I18nProvider, n as LANGUAGE_KEY, r as SUPPORTED_LANGUAGES, l as createTranslator, d as createTypedTranslation, i as getLanguage, s as mergeResources, c as resources, e as translate, t as useI18nContext, o as useMaterialTranslation, a as useOptionalI18nContext };
@@ -25,6 +25,9 @@ export declare const Stack: Story;
25
25
  export declare const Link: Story;
26
26
  export declare const Album: Story;
27
27
  export declare const Tags: Story;
28
+ export declare const Receipt: Story;
29
+ export declare const Review: Story;
30
+ export declare const Offer: Story;
28
31
  export declare const Gallery: Story;
29
32
  export declare const Phone: Story;
30
33
  export declare const Dark: Story;
@@ -16,3 +16,6 @@ export declare function StackDemo(): import("react").JSX.Element;
16
16
  export declare function LinkDemo(): import("react").JSX.Element;
17
17
  export declare function AlbumDemo(): import("react").JSX.Element;
18
18
  export declare function TagDemo(): import("react").JSX.Element;
19
+ export declare function ReceiptDemo(): import("react").JSX.Element;
20
+ export declare function ReviewDemo(): import("react").JSX.Element;
21
+ export declare function OfferDemo(): import("react").JSX.Element;
@@ -6,14 +6,17 @@ export { LinkCard } from './partials/link-card';
6
6
  export { MediaCard } from './partials/media-card';
7
7
  export { MessageCard } from './partials/message-card';
8
8
  export { NoticeCard } from './partials/notice-card';
9
+ export { OfferCard } from './partials/offer-card';
9
10
  export { OverlayCard } from './partials/overlay-card';
10
11
  export { PricingCard } from './partials/pricing-card';
11
12
  export { ProfileCard } from './partials/profile-card';
12
13
  export { QuoteCard } from './partials/quote-card';
14
+ export { ReceiptCard } from './partials/receipt-card';
15
+ export { ReviewCard } from './partials/review-card';
13
16
  export { SplitCard } from './partials/split-card';
14
17
  export { SpotlightCard } from './partials/spotlight-card';
15
18
  export { StackCard, type StackCardProps } from './partials/stack-card';
16
19
  export { TagCard } from './partials/tag-card';
17
20
  export { TicketCard } from './partials/ticket-card';
18
21
  export { TimelineCard } from './partials/timeline-card';
19
- export type { AlbumCardProps, CrewCardProps, EventCardProps, FeatureCardProps, LinkCardProps, MediaCardProps, MessageCardProps, NoticeCardProps, OverlayCardProps, PricingCardProps, ProfileCardProps, QuoteCardProps, SplitCardProps, SpotlightCardProps, TagCardProps, TicketCardProps, TimelineCardItem, TimelineCardProps, } from './types';
22
+ export type { AlbumCardProps, CrewCardProps, EventCardProps, FeatureCardProps, LinkCardProps, MediaCardProps, MessageCardProps, NoticeCardProps, OfferCardProps, OverlayCardProps, PricingCardProps, ProfileCardProps, QuoteCardProps, ReceiptCardProps, ReceiptItem, ReviewCardProps, SplitCardProps, SpotlightCardProps, TagCardProps, TicketCardProps, TimelineCardItem, TimelineCardProps, } from './types';
@@ -0,0 +1,2 @@
1
+ import { OfferCardProps } from '../types';
2
+ export declare function OfferCard({ eyebrow, title, code, description, className, ...props }: OfferCardProps): import("react").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ReceiptCardProps } from '../types';
2
+ export declare function ReceiptCard({ title, meta, items, total, className, ...props }: ReceiptCardProps): import("react").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { ReviewCardProps } from '../types';
2
+ export declare function ReviewCard({ quote, author, subtitle, avatar, rating, max, className, ...props }: ReviewCardProps): import("react").JSX.Element;
@@ -113,3 +113,27 @@ export type TagCardProps = Omit<ComponentProps<typeof Card>, 'title'> & {
113
113
  description?: ReactNode;
114
114
  tags: ReactNode[];
115
115
  };
116
+ export type ReceiptItem = {
117
+ label: ReactNode;
118
+ value: ReactNode;
119
+ };
120
+ export type ReceiptCardProps = Omit<ComponentProps<typeof Card>, 'title'> & {
121
+ title: ReactNode;
122
+ meta?: ReactNode;
123
+ items: ReceiptItem[];
124
+ total?: ReactNode;
125
+ };
126
+ export type ReviewCardProps = Omit<ComponentProps<typeof Card>, 'title'> & {
127
+ quote: ReactNode;
128
+ author: ReactNode;
129
+ subtitle?: ReactNode;
130
+ avatar?: ReactNode;
131
+ rating: number;
132
+ max?: number;
133
+ };
134
+ export type OfferCardProps = Omit<ComponentProps<typeof Card>, 'title'> & {
135
+ eyebrow?: ReactNode;
136
+ title: ReactNode;
137
+ code: string;
138
+ description?: ReactNode;
139
+ };
@@ -1,3 +1,4 @@
1
+ export { BandCard } from './partials/band-card';
1
2
  export { BreakdownCard } from './partials/breakdown-card';
2
3
  export { CompareCard } from './partials/compare-card';
3
4
  export { DeltaListCard } from './partials/delta-list-card';
@@ -5,8 +6,9 @@ export { FunnelCard } from './partials/funnel-card';
5
6
  export { GaugeCard } from './partials/gauge-card';
6
7
  export { GoalCard } from './partials/goal-card';
7
8
  export { HeatweekCard } from './partials/heatweek-card';
9
+ export { LatencyCard } from './partials/latency-card';
8
10
  export { RankCard } from './partials/rank-card';
9
11
  export { SparkbarCard } from './partials/sparkbar-card';
10
12
  export { Sparkline } from './partials/sparkline';
11
13
  export { TrendCard } from './partials/trend-card';
12
- export type { BreakdownCardProps, BreakdownItem, CompareCardProps, ComparePoint, DeltaListCardProps, DeltaListItem, FunnelCardProps, FunnelItem, GaugeCardProps, GoalCardProps, HeatweekCardProps, RankCardProps, RankItem, SparkbarCardProps, TrendCardProps, } from './types';
14
+ export type { BandCardProps, BreakdownCardProps, BreakdownItem, CompareCardProps, ComparePoint, DeltaListCardProps, DeltaListItem, FunnelCardProps, FunnelItem, GaugeCardProps, GoalCardProps, HeatweekCardProps, LatencyCardProps, RankCardProps, RankItem, SparkbarCardProps, TrendCardProps, } from './types';
@@ -17,6 +17,8 @@ export declare const Funnel: Story;
17
17
  export declare const Gauge: Story;
18
18
  export declare const Sparkbar: Story;
19
19
  export declare const DeltaList: Story;
20
+ export declare const Band: Story;
21
+ export declare const Latency: Story;
20
22
  export declare const Dashboard: Story;
21
23
  export declare const Phone: Story;
22
24
  export declare const Dark: Story;
@@ -8,4 +8,6 @@ export declare function HeatweekDemo(): import("react").JSX.Element;
8
8
  export declare function GaugeDemo(): import("react").JSX.Element;
9
9
  export declare function SparkbarDemo(): import("react").JSX.Element;
10
10
  export declare function DeltaListDemo(): import("react").JSX.Element;
11
+ export declare function BandDemo(): import("react").JSX.Element;
12
+ export declare function LatencyDemo(): import("react").JSX.Element;
11
13
  export declare function FunnelDemo(): import("react").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { BandCardProps } from '../types';
2
+ export declare function BandCard({ label, value, current, min, max, low, high, className, ...props }: BandCardProps): import("react").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { LatencyCardProps } from '../types';
2
+ export declare function LatencyCard({ label, p50, p95, p99, className, ...props }: LatencyCardProps): import("react").JSX.Element;
@@ -76,3 +76,18 @@ export type DeltaListCardProps = Omit<ComponentProps<typeof Card>, 'title'> & {
76
76
  label: ReactNode;
77
77
  items: DeltaListItem[];
78
78
  };
79
+ export type BandCardProps = Omit<ComponentProps<typeof Card>, 'title'> & {
80
+ label: ReactNode;
81
+ value: ReactNode;
82
+ current: number;
83
+ min: number;
84
+ max: number;
85
+ low?: ReactNode;
86
+ high?: ReactNode;
87
+ };
88
+ export type LatencyCardProps = Omit<ComponentProps<typeof Card>, 'title'> & {
89
+ label: ReactNode;
90
+ p50: ReactNode;
91
+ p95: ReactNode;
92
+ p99: ReactNode;
93
+ };
@@ -36,6 +36,8 @@ export declare const en: {
36
36
  "see-also": string;
37
37
  cards: {
38
38
  "per-month": string;
39
+ total: string;
40
+ rating: string;
39
41
  };
40
42
  metrics: {
41
43
  "of-target": string;
@@ -25,7 +25,9 @@ declare const _default: {
25
25
  "skip-link": "Skip to content",
26
26
  "see-also": "See also",
27
27
  "cards": {
28
- "per-month": "/ month"
28
+ "per-month": "/ month",
29
+ "total": "Total",
30
+ "rating": "{rating} out of {max}"
29
31
  },
30
32
  "metrics": {
31
33
  "of-target": "of {target}",
@@ -36,6 +36,8 @@ export declare const fr: {
36
36
  "see-also": string;
37
37
  cards: {
38
38
  "per-month": string;
39
+ total: string;
40
+ rating: string;
39
41
  };
40
42
  metrics: {
41
43
  "of-target": string;
@@ -25,7 +25,9 @@ declare const _default: {
25
25
  "skip-link": "Aller au contenu",
26
26
  "see-also": "Voir aussi",
27
27
  "cards": {
28
- "per-month": "/ mois"
28
+ "per-month": "/ mois",
29
+ "total": "Total",
30
+ "rating": "{rating} sur {max}"
29
31
  },
30
32
  "metrics": {
31
33
  "of-target": "sur {target}",
@@ -34,6 +34,8 @@ export declare const resources: {
34
34
  "see-also": string;
35
35
  cards: {
36
36
  "per-month": string;
37
+ total: string;
38
+ rating: string;
37
39
  };
38
40
  metrics: {
39
41
  "of-target": string;
@@ -846,6 +848,8 @@ export declare const resources: {
846
848
  "see-also": string;
847
849
  cards: {
848
850
  "per-month": string;
851
+ total: string;
852
+ rating: string;
849
853
  };
850
854
  metrics: {
851
855
  "of-target": string;
@@ -25,4 +25,4 @@ export declare function getLanguage(): Language;
25
25
  */
26
26
  export declare function createTranslator<K extends string = MaterialLocaleKey>(bundle?: Record<string, any>, localeProvider?: LanguageProvider): Translate<K>;
27
27
  /** Translator bound to the base bundle owned by `@nxgt/material`. */
28
- export declare const translate: Translate<"material.scroll-progress" | "material.skip-link" | "material.see-also" | "material.filter.title" | "material.filter.reset" | "material.filter.trigger" | "material.filter.apply" | "material.filter.clear-all" | "material.code.copy" | "material.code.language" | "material.code.copied" | "material.code.word-wrap" | "material.pagination.next" | "material.pagination.previous" | "material.table.pagination.next" | "material.table.pagination.previous" | "material.table.pagination.go-to-next-page" | "material.table.pagination.go-to-previous-page" | "material.table.pagination.go-to-first-page" | "material.table.pagination.go-to-last-page" | "material.table.pagination.rows-per-page" | "material.table.pagination.rows-selected" | "material.table.pagination.page-of" | "material.table.labels.desc" | "material.table.labels.view" | "material.table.labels.hide" | "material.table.labels.asc" | "material.table.labels.actions" | "material.table.labels.delete-selected-rows" | "material.table.labels.toggle-columns" | "material.table.labels.no-data" | "material.table.delete-confirm.title" | "material.table.delete-confirm.cancel" | "material.table.delete-confirm.description" | "material.table.delete-confirm.confirm" | "material.banner.dismiss" | "material.tree.label" | "material.tree.expand" | "material.tree.collapse" | "material.copy.copy" | "material.copy.copied" | "material.cards.per-month" | "material.command.title" | "material.command.description" | "material.language.fr" | "material.language.en" | "material.pager.next" | "material.pager.previous" | "material.skeleton.loading" | "material.timeline.label" | "material.timeline.empty" | "material.upload.dropzone.idle" | "material.upload.dropzone.at-capacity" | "material.upload.dropzone.files-selected" | "material.empty-state.empty.title" | "material.empty-state.empty.description" | "material.empty-state.not-found.title" | "material.empty-state.not-found.description" | "material.empty-state.unauthorized.title" | "material.empty-state.unauthorized.description" | "material.empty-state.generic.title" | "material.empty-state.generic.description" | "material.metrics.of-target" | "material.metrics.this-period" | "material.metrics.last-period" | "material.metrics.weekdays" | "material.toc.on-this-page" | "material.image-field.replace" | "material.image-field.remove" | "material.image-field.choose" | "material.image-field.retry" | "material.buttons.add" | "material.buttons.save" | "material.buttons.load-more" | "material.buttons.ok" | "material.buttons.delete" | "material.json-viewer.expand" | "material.json-viewer.items" | "material.json-viewer.collapse" | "material.json-viewer.invalid" | "material.chat.send" | "material.chat.copy" | "material.chat.message" | "material.chat.empty" | "material.chat.retry" | "material.chat.attach" | "material.chat.remove-attachment" | "material.chat.scroll-to-latest" | "material.chat.add-reaction" | "material.chat.attachment-type" | "material.chat.attachment-max-files" | "material.chat.attachment-max-size" | "material.chat.placeholder" | "material.chat.typing" | "material.chat.empty-description" | "material.chat.send-failed" | "material.gallery.label" | "material.gallery.select" | "material.gallery.next" | "material.gallery.previous" | "material.gallery.open" | "material.gallery.repeat" | "material.gallery.close" | "material.gallery.download" | "material.gallery.play" | "material.gallery.empty" | "material.gallery.delete" | "material.gallery.empty-description" | "material.gallery.of" | "material.gallery.more" | "material.gallery.zoom-in" | "material.gallery.zoom-out" | "material.gallery.repeat-off" | "material.gallery.selected" | "material.gallery.clear-selection" | "material.notifications.label" | "material.notifications.search" | "material.notifications.dismiss" | "material.notifications.empty" | "material.notifications.empty-description" | "material.notifications.empty-unread" | "material.notifications.empty-unread-description" | "material.notifications.read-all" | "material.notifications.filter-all" | "material.notifications.filter-unread" | "material.notifications.filter-category-all" | "material.notifications.dismiss-item" | "material.education.progress" | "material.education.results" | "material.education.true" | "material.education.false" | "material.education.next" | "material.education.previous" | "material.education.submit" | "material.education.empty" | "material.education.retry" | "material.education.answer-placeholder" | "material.education.expected" | "material.education.answered" | "material.education.score" | "material.stx-player.audio" | "material.stx-player.video" | "material.stx-player.next" | "material.stx-player.previous" | "material.stx-player.repeat" | "material.stx-player.error" | "material.stx-player.loading" | "material.stx-player.pause" | "material.stx-player.play" | "material.stx-player.volume" | "material.stx-player.retry" | "material.stx-player.empty-description" | "material.stx-player.repeat-off" | "material.stx-player.mute" | "material.stx-player.unmute" | "material.stx-player.fullscreen" | "material.stx-player.exit-fullscreen" | "material.stx-player.pip" | "material.stx-player.exit-pip" | "material.stx-player.captions" | "material.stx-player.captions-off" | "material.stx-player.playback-rate" | "material.stx-player.queue" | "material.stx-player.now-playing" | "material.stx-player.buffering" | "material.stx-player.empty-title" | "material.stx-player.normal" | "material.attributes.buttons.add" | "material.attributes.buttons.save" | "material.attributes.form.label.label" | "material.attributes.form.label.placeholder" | "material.attributes.form.type.label" | "material.attributes.form.type.placeholder" | "material.attributes.form.name.label" | "material.attributes.form.name.placeholder" | "material.attributes.form.description.label" | "material.attributes.form.description.placeholder" | "material.attributes.form.default-value.label" | "material.attributes.form.default-value.placeholder" | "material.attributes.form.priority.label" | "material.attributes.form.priority.placeholder" | "material.attributes.form.options.label" | "material.attributes.form.options.placeholder" | "material.attributes.form.unit.label" | "material.attributes.form.unit.placeholder" | "material.attributes.messages.dialog" | "material.attributes.messages.empty" | "material.attributes.messages.create-succeeded" | "material.attributes.messages.update-succeeded" | "material.attributes.messages.delete-succeeded" | "material.attributes.messages.add-first" | "material.attributes.buttons.details" | "material.attributes.buttons.cancel" | "material.attributes.buttons.edit" | "material.attributes.buttons.remove" | "material.attributes.labels.attributes" | "material.attributes.labels.new-attribute" | "material.attributes.types.string" | "material.attributes.types.number" | "material.attributes.types.boolean" | "material.attributes.types.select" | "material.attributes.types.time" | "material.attributes.types.text" | "material.attributes.types.color" | "material.attributes.types.date" | "material.attributes.types.datetime" | "material.attributes.types.multi-select" | "material.attributes.types.rich-text" | "material.attributes.fields.label" | "material.attributes.fields.type" | "material.attributes.fields.name" | "material.attributes.fields.description" | "material.attributes.fields.default-value" | "material.attributes.fields.priority" | "material.attributes.fields.options" | "material.attributes.fields.unit" | "material.contacts.buttons.add" | "material.contacts.buttons.save" | "material.contacts.messages.dialog" | "material.contacts.messages.add-first" | "material.contacts.buttons.cancel" | "material.contacts.buttons.edit" | "material.contacts.buttons.remove" | "material.contacts.fields.label" | "material.contacts.fields.type" | "material.contacts.messages.no-contacts" | "material.contacts.labels.contacts" | "material.contacts.types.email" | "material.contacts.types.fax" | "material.contacts.types.mobile" | "material.contacts.types.phone" | "material.contacts.types.website" | "material.contacts.fields.value" | "material.contacts.placeholders.label" | "material.contacts.placeholders.email" | "material.contacts.placeholders.type" | "material.contacts.placeholders.value" | "material.contacts.placeholders.fax" | "material.contacts.placeholders.mobile" | "material.contacts.placeholders.phone" | "material.contacts.placeholders.website" | "material.opening-hours.buttons.add" | "material.opening-hours.buttons.save" | "material.opening-hours.messages.dialog" | "material.opening-hours.messages.add-first" | "material.opening-hours.buttons.cancel" | "material.opening-hours.buttons.edit" | "material.opening-hours.buttons.remove" | "material.opening-hours.messages.no-hours" | "material.opening-hours.buttons.add-all" | "material.opening-hours.labels.closed-all-day" | "material.opening-hours.labels.open-hours" | "material.opening-hours.fields.dayOfWeek" | "material.opening-hours.fields.openTime" | "material.opening-hours.fields.closeTime" | "material.opening-hours.fields.isClosed" | "material.opening-hours.placeholders.dayOfWeek" | "material.opening-hours.placeholders.openTime" | "material.opening-hours.placeholders.closeTime" | "material.opening-hours.days.0" | "material.opening-hours.days.1" | "material.opening-hours.days.2" | "material.opening-hours.days.3" | "material.opening-hours.days.4" | "material.opening-hours.days.5" | "material.opening-hours.days.6" | "material.opening-hours.daysShort.0" | "material.opening-hours.daysShort.1" | "material.opening-hours.daysShort.2" | "material.opening-hours.daysShort.3" | "material.opening-hours.daysShort.4" | "material.opening-hours.daysShort.5" | "material.opening-hours.daysShort.6" | "material.postal-address.buttons.add" | "material.postal-address.buttons.save" | "material.postal-address.messages.dialog" | "material.postal-address.messages.empty" | "material.postal-address.messages.add-first" | "material.postal-address.buttons.cancel" | "material.postal-address.buttons.edit" | "material.postal-address.buttons.remove" | "material.postal-address.labels.address" | "material.postal-address.fields.region" | "material.postal-address.fields.street" | "material.postal-address.fields.locality" | "material.postal-address.fields.postalCode" | "material.postal-address.fields.country" | "material.postal-address.placeholders.region" | "material.postal-address.placeholders.street" | "material.postal-address.placeholders.locality" | "material.postal-address.placeholders.postalCode" | "material.postal-address.placeholders.country" | "material.toast.buttons.close" | "material.toast.operations.error.title" | "material.toast.operations.success.title" | "material.toast.operations.loading.title" | "material.zod.default" | "material.zod.required" | "material.zod.invalid_value_single" | "material.zod.invalid_value_multiple" | "material.zod.too_big_inclusive" | "material.zod.too_big_exclusive" | "material.zod.too_big_no_unit_inclusive" | "material.zod.too_big_no_unit_exclusive" | "material.zod.too_small_inclusive" | "material.zod.too_small_exclusive" | "material.zod.too_small_no_unit_inclusive" | "material.zod.too_small_no_unit_exclusive" | "material.zod.not_multiple_of" | "material.zod.unrecognized_keys_single" | "material.zod.unrecognized_keys_multiple" | "material.zod.invalid_key" | "material.zod.invalid_union" | "material.zod.invalid_element" | "material.zod.invalid_type.string" | "material.zod.invalid_type.number" | "material.zod.invalid_type.bigint" | "material.zod.invalid_type.boolean" | "material.zod.invalid_type.symbol" | "material.zod.invalid_type.undefined" | "material.zod.invalid_type.object" | "material.zod.invalid_type.function" | "material.zod.invalid_type.default" | "material.zod.invalid_type.date" | "material.zod.invalid_type.array" | "material.zod.invalid_type.null" | "material.zod.invalid_type.enum" | "material.zod.invalid_format.includes" | "material.zod.invalid_format.default" | "material.zod.invalid_format.starts_with" | "material.zod.invalid_format.ends_with" | "material.zod.invalid_format.regex" | "material.zod.nouns.time" | "material.zod.nouns.url" | "material.zod.nouns.email" | "material.zod.nouns.date" | "material.zod.nouns.emoji" | "material.zod.nouns.nanoid" | "material.zod.nouns.cuid" | "material.zod.nouns.cuid2" | "material.zod.nouns.duration" | "material.zod.nouns.datetime" | "material.zod.nouns.regex" | "material.zod.nouns.uuid" | "material.zod.nouns.uuidv4" | "material.zod.nouns.uuidv6" | "material.zod.nouns.guid" | "material.zod.nouns.ulid" | "material.zod.nouns.xid" | "material.zod.nouns.ksuid" | "material.zod.nouns.ipv4" | "material.zod.nouns.ipv6" | "material.zod.nouns.mac" | "material.zod.nouns.cidrv4" | "material.zod.nouns.cidrv6" | "material.zod.nouns.base64" | "material.zod.nouns.base64url" | "material.zod.nouns.json_string" | "material.zod.nouns.e164" | "material.zod.nouns.jwt" | "material.zod.nouns.template_literal" | "material.zod.sizing.string.unit" | "material.zod.sizing.string.verb" | "material.zod.sizing.set.unit" | "material.zod.sizing.set.verb" | "material.zod.sizing.file.unit" | "material.zod.sizing.file.verb" | "material.zod.sizing.array.unit" | "material.zod.sizing.array.verb" | "material.pdf-reader.label" | "material.pdf-reader.search" | "material.pdf-reader.rotate" | "material.pdf-reader.error" | "material.pdf-reader.loading" | "material.pdf-reader.download" | "material.pdf-reader.print" | "material.pdf-reader.sidebar" | "material.pdf-reader.unlock" | "material.pdf-reader.empty" | "material.pdf-reader.zoom-in" | "material.pdf-reader.zoom-out" | "material.pdf-reader.fullscreen" | "material.pdf-reader.exit-fullscreen" | "material.pdf-reader.password" | "material.pdf-reader.password-placeholder" | "material.pdf-reader.pages" | "material.pdf-reader.outline" | "material.pdf-reader.outline-empty" | "material.pdf-reader.fit-width" | "material.pdf-reader.fit-page" | "material.pdf-reader.fit-width-full" | "material.pdf-reader.fit-page-full" | "material.pdf-reader.sidebar-toggle" | "material.pdf-reader.previous-page" | "material.pdf-reader.next-page" | "material.pdf-reader.current-page" | "material.pdf-reader.search-shortcut" | "material.pdf-reader.search-next" | "material.pdf-reader.search-prev" | "material.pdf-reader.night" | "material.pdf-reader.day" | "material.pdf-reader.thumbnails" | "material.pdf-reader.go-to-page" | "material.image-cropper.title" | "material.image-cropper.error" | "material.image-cropper.cancel" | "material.image-cropper.rotate-left" | "material.image-cropper.rotate-right" | "material.image-cropper.zoom" | "material.image-cropper.apply" | "material.image-cropper.free" | "material.avatar-group.more" | "material.search-field.placeholder" | "material.search-field.clear" | "material.password-field.strong" | "material.password-field.show" | "material.password-field.hide" | "material.password-field.too-weak" | "material.password-field.weak" | "material.password-field.fair" | "material.password-field.very-strong" | "material.stat-card.increase" | "material.stat-card.decrease" | "material.stat-card.unchanged" | "material.color-field.open" | "material.split-button.more" | "material.file-list.label" | "material.file-list.replace" | "material.file-list.download" | "material.file-list.remove" | "material.file-list.empty" | "material.file-list.retry" | "material.inline-edit.cancel" | "material.inline-edit.edit" | "material.inline-edit.save" | "material.inline-edit.placeholder" | "material.number-field.increase" | "material.number-field.decrease" | "material.textarea-field.count" | "material.chip.dismiss" | "material.pagination.page" | "material.pagination.more" | "material.phone-field.search" | "material.phone-field.empty" | "material.phone-field.placeholder" | "material.phone-field.country" | "material.rating-field.star" | "material.theme-toggle.light" | "material.theme-toggle.dark" | "material.theme-toggle.system" | "material.language-switcher.label" | "material.email-field.invalid" | "material.email-field.mailto" | "material.url-field.open" | "material.url-field.invalid" | "material.stepper.step" | "material.combobox-field.empty" | "material.combobox-field.placeholder" | "material.avatar.online" | "material.avatar.offline" | "material.avatar.away" | "material.avatar.busy" | "material.avatar.active" | "material.country-field.placeholder" | "material.duration-field.hours" | "material.duration-field.minutes" | "material.count-badge.label" | "material.timezone-field.placeholder" | "material.app-shell.home" | "material.app-shell.open-menu" | "material.transfer-list.search" | "material.transfer-list.max" | "material.transfer-list.selected" | "material.transfer-list.count" | "material.transfer-list.available" | "material.transfer-list.select-all" | "material.transfer-list.move-to-selected" | "material.transfer-list.move-all-to-selected" | "material.transfer-list.move-to-available" | "material.transfer-list.move-all-to-available" | "material.transfer-list.move-up" | "material.transfer-list.move-down" | "material.transfer-list.empty-available" | "material.transfer-list.empty-selected" | "material.transfer-list.empty-filter" | "material.transfer-list.locked" | "material.transfer-list.drag" | "material.sortable-list.search" | "material.sortable-list.empty" | "material.sortable-list.move-up" | "material.sortable-list.move-down" | "material.sortable-list.empty-filter" | "material.sortable-list.drag" | "material.event-calendar.search" | "material.event-calendar.title" | "material.event-calendar.color" | "material.event-calendar.next" | "material.event-calendar.previous" | "material.event-calendar.add" | "material.event-calendar.delete-confirm" | "material.event-calendar.description" | "material.event-calendar.empty" | "material.event-calendar.delete" | "material.event-calendar.more" | "material.event-calendar.day" | "material.event-calendar.drag" | "material.event-calendar.today" | "material.event-calendar.month" | "material.event-calendar.week" | "material.event-calendar.workweek" | "material.event-calendar.agenda" | "material.event-calendar.all-day" | "material.event-calendar.events" | "material.event-calendar.resize" | "material.event-calendar.new-event" | "material.event-calendar.new-all-day" | "material.event-calendar.pick-date" | "material.event-calendar.no-results" | "material.dnd.drag" | "material.kanban.search" | "material.kanban.empty" | "material.kanban.drag" | "material.kanban.no-results" | "material.kanban.wip" | "material.kanban.drag-column" | "material.kanban.ungrouped" | "material.kanban.collapse-group" | "material.kanban.expand-group" | "material.kanban.collapse-column" | "material.kanban.expand-column" | "material.kanban.add-card" | "material.kanban.new-card" | "material.kanban.card-title" | "material.kanban.subtitle" | "material.kanban.wip-full" | "material.doc.filter" | "material.doc.menu" | "material.doc.search" | "material.doc.next" | "material.doc.previous" | "material.doc.edit" | "material.doc.expand" | "material.doc.see-also" | "material.doc.collapse" | "material.doc.on-this-page" | "material.doc.no-results" | "material.doc.search-placeholder" | "material.doc.filter-empty" | "material.doc.search-navigate" | "material.doc.search-select" | "material.doc.search-close" | "material.doc.skip-to-content" | "material.doc.reading-progress" | "material.doc.menu-description" | "material.doc.copy-link" | "material.doc.copied-link" | "material.doc.copy-page" | "material.doc.copy-markdown" | "material.doc.last-updated" | "material.doc.callout.note" | "material.doc.callout.info" | "material.doc.callout.warning" | "material.doc.callout.success" | "material.doc.callout.tip" | "material.doc.callout.danger" | "material.param-table.type" | "material.param-table.name" | "material.param-table.default" | "material.param-table.required" | "material.param-table.description">;
28
+ export declare const translate: Translate<"material.scroll-progress" | "material.skip-link" | "material.see-also" | "material.filter.title" | "material.filter.reset" | "material.filter.trigger" | "material.filter.apply" | "material.filter.clear-all" | "material.code.copy" | "material.code.language" | "material.code.copied" | "material.code.word-wrap" | "material.pagination.next" | "material.pagination.previous" | "material.table.pagination.next" | "material.table.pagination.previous" | "material.table.pagination.go-to-next-page" | "material.table.pagination.go-to-previous-page" | "material.table.pagination.go-to-first-page" | "material.table.pagination.go-to-last-page" | "material.table.pagination.rows-per-page" | "material.table.pagination.rows-selected" | "material.table.pagination.page-of" | "material.table.labels.desc" | "material.table.labels.view" | "material.table.labels.hide" | "material.table.labels.asc" | "material.table.labels.actions" | "material.table.labels.delete-selected-rows" | "material.table.labels.toggle-columns" | "material.table.labels.no-data" | "material.table.delete-confirm.title" | "material.table.delete-confirm.cancel" | "material.table.delete-confirm.description" | "material.table.delete-confirm.confirm" | "material.banner.dismiss" | "material.tree.label" | "material.tree.expand" | "material.tree.collapse" | "material.copy.copy" | "material.copy.copied" | "material.cards.per-month" | "material.cards.total" | "material.cards.rating" | "material.command.title" | "material.command.description" | "material.language.fr" | "material.language.en" | "material.pager.next" | "material.pager.previous" | "material.skeleton.loading" | "material.timeline.label" | "material.timeline.empty" | "material.upload.dropzone.idle" | "material.upload.dropzone.at-capacity" | "material.upload.dropzone.files-selected" | "material.empty-state.empty.title" | "material.empty-state.empty.description" | "material.empty-state.not-found.title" | "material.empty-state.not-found.description" | "material.empty-state.unauthorized.title" | "material.empty-state.unauthorized.description" | "material.empty-state.generic.title" | "material.empty-state.generic.description" | "material.metrics.of-target" | "material.metrics.this-period" | "material.metrics.last-period" | "material.metrics.weekdays" | "material.toc.on-this-page" | "material.image-field.replace" | "material.image-field.remove" | "material.image-field.choose" | "material.image-field.retry" | "material.buttons.add" | "material.buttons.save" | "material.buttons.load-more" | "material.buttons.ok" | "material.buttons.delete" | "material.json-viewer.expand" | "material.json-viewer.items" | "material.json-viewer.collapse" | "material.json-viewer.invalid" | "material.chat.send" | "material.chat.copy" | "material.chat.message" | "material.chat.empty" | "material.chat.retry" | "material.chat.attach" | "material.chat.remove-attachment" | "material.chat.scroll-to-latest" | "material.chat.add-reaction" | "material.chat.attachment-type" | "material.chat.attachment-max-files" | "material.chat.attachment-max-size" | "material.chat.placeholder" | "material.chat.typing" | "material.chat.empty-description" | "material.chat.send-failed" | "material.gallery.label" | "material.gallery.select" | "material.gallery.next" | "material.gallery.previous" | "material.gallery.open" | "material.gallery.repeat" | "material.gallery.close" | "material.gallery.download" | "material.gallery.play" | "material.gallery.empty" | "material.gallery.delete" | "material.gallery.empty-description" | "material.gallery.of" | "material.gallery.more" | "material.gallery.zoom-in" | "material.gallery.zoom-out" | "material.gallery.repeat-off" | "material.gallery.selected" | "material.gallery.clear-selection" | "material.notifications.label" | "material.notifications.search" | "material.notifications.dismiss" | "material.notifications.empty" | "material.notifications.empty-description" | "material.notifications.empty-unread" | "material.notifications.empty-unread-description" | "material.notifications.read-all" | "material.notifications.filter-all" | "material.notifications.filter-unread" | "material.notifications.filter-category-all" | "material.notifications.dismiss-item" | "material.education.progress" | "material.education.results" | "material.education.true" | "material.education.false" | "material.education.next" | "material.education.previous" | "material.education.submit" | "material.education.empty" | "material.education.retry" | "material.education.answer-placeholder" | "material.education.expected" | "material.education.answered" | "material.education.score" | "material.stx-player.audio" | "material.stx-player.video" | "material.stx-player.next" | "material.stx-player.previous" | "material.stx-player.repeat" | "material.stx-player.error" | "material.stx-player.loading" | "material.stx-player.pause" | "material.stx-player.play" | "material.stx-player.volume" | "material.stx-player.retry" | "material.stx-player.empty-description" | "material.stx-player.repeat-off" | "material.stx-player.mute" | "material.stx-player.unmute" | "material.stx-player.fullscreen" | "material.stx-player.exit-fullscreen" | "material.stx-player.pip" | "material.stx-player.exit-pip" | "material.stx-player.captions" | "material.stx-player.captions-off" | "material.stx-player.playback-rate" | "material.stx-player.queue" | "material.stx-player.now-playing" | "material.stx-player.buffering" | "material.stx-player.empty-title" | "material.stx-player.normal" | "material.attributes.buttons.add" | "material.attributes.buttons.save" | "material.attributes.form.label.label" | "material.attributes.form.label.placeholder" | "material.attributes.form.type.label" | "material.attributes.form.type.placeholder" | "material.attributes.form.name.label" | "material.attributes.form.name.placeholder" | "material.attributes.form.description.label" | "material.attributes.form.description.placeholder" | "material.attributes.form.default-value.label" | "material.attributes.form.default-value.placeholder" | "material.attributes.form.priority.label" | "material.attributes.form.priority.placeholder" | "material.attributes.form.options.label" | "material.attributes.form.options.placeholder" | "material.attributes.form.unit.label" | "material.attributes.form.unit.placeholder" | "material.attributes.messages.dialog" | "material.attributes.messages.empty" | "material.attributes.messages.create-succeeded" | "material.attributes.messages.update-succeeded" | "material.attributes.messages.delete-succeeded" | "material.attributes.messages.add-first" | "material.attributes.buttons.details" | "material.attributes.buttons.cancel" | "material.attributes.buttons.edit" | "material.attributes.buttons.remove" | "material.attributes.labels.attributes" | "material.attributes.labels.new-attribute" | "material.attributes.types.string" | "material.attributes.types.number" | "material.attributes.types.boolean" | "material.attributes.types.select" | "material.attributes.types.time" | "material.attributes.types.text" | "material.attributes.types.color" | "material.attributes.types.date" | "material.attributes.types.datetime" | "material.attributes.types.multi-select" | "material.attributes.types.rich-text" | "material.attributes.fields.label" | "material.attributes.fields.type" | "material.attributes.fields.name" | "material.attributes.fields.description" | "material.attributes.fields.default-value" | "material.attributes.fields.priority" | "material.attributes.fields.options" | "material.attributes.fields.unit" | "material.contacts.buttons.add" | "material.contacts.buttons.save" | "material.contacts.messages.dialog" | "material.contacts.messages.add-first" | "material.contacts.buttons.cancel" | "material.contacts.buttons.edit" | "material.contacts.buttons.remove" | "material.contacts.fields.label" | "material.contacts.fields.type" | "material.contacts.messages.no-contacts" | "material.contacts.labels.contacts" | "material.contacts.types.email" | "material.contacts.types.fax" | "material.contacts.types.mobile" | "material.contacts.types.phone" | "material.contacts.types.website" | "material.contacts.fields.value" | "material.contacts.placeholders.label" | "material.contacts.placeholders.email" | "material.contacts.placeholders.type" | "material.contacts.placeholders.value" | "material.contacts.placeholders.fax" | "material.contacts.placeholders.mobile" | "material.contacts.placeholders.phone" | "material.contacts.placeholders.website" | "material.opening-hours.buttons.add" | "material.opening-hours.buttons.save" | "material.opening-hours.messages.dialog" | "material.opening-hours.messages.add-first" | "material.opening-hours.buttons.cancel" | "material.opening-hours.buttons.edit" | "material.opening-hours.buttons.remove" | "material.opening-hours.messages.no-hours" | "material.opening-hours.buttons.add-all" | "material.opening-hours.labels.closed-all-day" | "material.opening-hours.labels.open-hours" | "material.opening-hours.fields.dayOfWeek" | "material.opening-hours.fields.openTime" | "material.opening-hours.fields.closeTime" | "material.opening-hours.fields.isClosed" | "material.opening-hours.placeholders.dayOfWeek" | "material.opening-hours.placeholders.openTime" | "material.opening-hours.placeholders.closeTime" | "material.opening-hours.days.0" | "material.opening-hours.days.1" | "material.opening-hours.days.2" | "material.opening-hours.days.3" | "material.opening-hours.days.4" | "material.opening-hours.days.5" | "material.opening-hours.days.6" | "material.opening-hours.daysShort.0" | "material.opening-hours.daysShort.1" | "material.opening-hours.daysShort.2" | "material.opening-hours.daysShort.3" | "material.opening-hours.daysShort.4" | "material.opening-hours.daysShort.5" | "material.opening-hours.daysShort.6" | "material.postal-address.buttons.add" | "material.postal-address.buttons.save" | "material.postal-address.messages.dialog" | "material.postal-address.messages.empty" | "material.postal-address.messages.add-first" | "material.postal-address.buttons.cancel" | "material.postal-address.buttons.edit" | "material.postal-address.buttons.remove" | "material.postal-address.labels.address" | "material.postal-address.fields.region" | "material.postal-address.fields.street" | "material.postal-address.fields.locality" | "material.postal-address.fields.postalCode" | "material.postal-address.fields.country" | "material.postal-address.placeholders.region" | "material.postal-address.placeholders.street" | "material.postal-address.placeholders.locality" | "material.postal-address.placeholders.postalCode" | "material.postal-address.placeholders.country" | "material.toast.buttons.close" | "material.toast.operations.error.title" | "material.toast.operations.success.title" | "material.toast.operations.loading.title" | "material.zod.default" | "material.zod.required" | "material.zod.invalid_value_single" | "material.zod.invalid_value_multiple" | "material.zod.too_big_inclusive" | "material.zod.too_big_exclusive" | "material.zod.too_big_no_unit_inclusive" | "material.zod.too_big_no_unit_exclusive" | "material.zod.too_small_inclusive" | "material.zod.too_small_exclusive" | "material.zod.too_small_no_unit_inclusive" | "material.zod.too_small_no_unit_exclusive" | "material.zod.not_multiple_of" | "material.zod.unrecognized_keys_single" | "material.zod.unrecognized_keys_multiple" | "material.zod.invalid_key" | "material.zod.invalid_union" | "material.zod.invalid_element" | "material.zod.invalid_type.string" | "material.zod.invalid_type.number" | "material.zod.invalid_type.bigint" | "material.zod.invalid_type.boolean" | "material.zod.invalid_type.symbol" | "material.zod.invalid_type.undefined" | "material.zod.invalid_type.object" | "material.zod.invalid_type.function" | "material.zod.invalid_type.default" | "material.zod.invalid_type.date" | "material.zod.invalid_type.array" | "material.zod.invalid_type.null" | "material.zod.invalid_type.enum" | "material.zod.invalid_format.includes" | "material.zod.invalid_format.default" | "material.zod.invalid_format.starts_with" | "material.zod.invalid_format.ends_with" | "material.zod.invalid_format.regex" | "material.zod.nouns.time" | "material.zod.nouns.url" | "material.zod.nouns.email" | "material.zod.nouns.date" | "material.zod.nouns.emoji" | "material.zod.nouns.nanoid" | "material.zod.nouns.cuid" | "material.zod.nouns.cuid2" | "material.zod.nouns.duration" | "material.zod.nouns.datetime" | "material.zod.nouns.regex" | "material.zod.nouns.uuid" | "material.zod.nouns.uuidv4" | "material.zod.nouns.uuidv6" | "material.zod.nouns.guid" | "material.zod.nouns.ulid" | "material.zod.nouns.xid" | "material.zod.nouns.ksuid" | "material.zod.nouns.ipv4" | "material.zod.nouns.ipv6" | "material.zod.nouns.mac" | "material.zod.nouns.cidrv4" | "material.zod.nouns.cidrv6" | "material.zod.nouns.base64" | "material.zod.nouns.base64url" | "material.zod.nouns.json_string" | "material.zod.nouns.e164" | "material.zod.nouns.jwt" | "material.zod.nouns.template_literal" | "material.zod.sizing.string.unit" | "material.zod.sizing.string.verb" | "material.zod.sizing.set.unit" | "material.zod.sizing.set.verb" | "material.zod.sizing.file.unit" | "material.zod.sizing.file.verb" | "material.zod.sizing.array.unit" | "material.zod.sizing.array.verb" | "material.pdf-reader.label" | "material.pdf-reader.search" | "material.pdf-reader.rotate" | "material.pdf-reader.error" | "material.pdf-reader.loading" | "material.pdf-reader.download" | "material.pdf-reader.print" | "material.pdf-reader.sidebar" | "material.pdf-reader.unlock" | "material.pdf-reader.empty" | "material.pdf-reader.zoom-in" | "material.pdf-reader.zoom-out" | "material.pdf-reader.fullscreen" | "material.pdf-reader.exit-fullscreen" | "material.pdf-reader.password" | "material.pdf-reader.password-placeholder" | "material.pdf-reader.pages" | "material.pdf-reader.outline" | "material.pdf-reader.outline-empty" | "material.pdf-reader.fit-width" | "material.pdf-reader.fit-page" | "material.pdf-reader.fit-width-full" | "material.pdf-reader.fit-page-full" | "material.pdf-reader.sidebar-toggle" | "material.pdf-reader.previous-page" | "material.pdf-reader.next-page" | "material.pdf-reader.current-page" | "material.pdf-reader.search-shortcut" | "material.pdf-reader.search-next" | "material.pdf-reader.search-prev" | "material.pdf-reader.night" | "material.pdf-reader.day" | "material.pdf-reader.thumbnails" | "material.pdf-reader.go-to-page" | "material.image-cropper.title" | "material.image-cropper.error" | "material.image-cropper.cancel" | "material.image-cropper.rotate-left" | "material.image-cropper.rotate-right" | "material.image-cropper.zoom" | "material.image-cropper.apply" | "material.image-cropper.free" | "material.avatar-group.more" | "material.search-field.placeholder" | "material.search-field.clear" | "material.password-field.strong" | "material.password-field.show" | "material.password-field.hide" | "material.password-field.too-weak" | "material.password-field.weak" | "material.password-field.fair" | "material.password-field.very-strong" | "material.stat-card.increase" | "material.stat-card.decrease" | "material.stat-card.unchanged" | "material.color-field.open" | "material.split-button.more" | "material.file-list.label" | "material.file-list.replace" | "material.file-list.download" | "material.file-list.remove" | "material.file-list.empty" | "material.file-list.retry" | "material.inline-edit.cancel" | "material.inline-edit.edit" | "material.inline-edit.save" | "material.inline-edit.placeholder" | "material.number-field.increase" | "material.number-field.decrease" | "material.textarea-field.count" | "material.chip.dismiss" | "material.pagination.page" | "material.pagination.more" | "material.phone-field.search" | "material.phone-field.empty" | "material.phone-field.placeholder" | "material.phone-field.country" | "material.rating-field.star" | "material.theme-toggle.light" | "material.theme-toggle.dark" | "material.theme-toggle.system" | "material.language-switcher.label" | "material.email-field.invalid" | "material.email-field.mailto" | "material.url-field.open" | "material.url-field.invalid" | "material.stepper.step" | "material.combobox-field.empty" | "material.combobox-field.placeholder" | "material.avatar.online" | "material.avatar.offline" | "material.avatar.away" | "material.avatar.busy" | "material.avatar.active" | "material.country-field.placeholder" | "material.duration-field.hours" | "material.duration-field.minutes" | "material.count-badge.label" | "material.timezone-field.placeholder" | "material.app-shell.home" | "material.app-shell.open-menu" | "material.transfer-list.search" | "material.transfer-list.max" | "material.transfer-list.selected" | "material.transfer-list.count" | "material.transfer-list.available" | "material.transfer-list.select-all" | "material.transfer-list.move-to-selected" | "material.transfer-list.move-all-to-selected" | "material.transfer-list.move-to-available" | "material.transfer-list.move-all-to-available" | "material.transfer-list.move-up" | "material.transfer-list.move-down" | "material.transfer-list.empty-available" | "material.transfer-list.empty-selected" | "material.transfer-list.empty-filter" | "material.transfer-list.locked" | "material.transfer-list.drag" | "material.sortable-list.search" | "material.sortable-list.empty" | "material.sortable-list.move-up" | "material.sortable-list.move-down" | "material.sortable-list.empty-filter" | "material.sortable-list.drag" | "material.event-calendar.search" | "material.event-calendar.title" | "material.event-calendar.color" | "material.event-calendar.next" | "material.event-calendar.previous" | "material.event-calendar.add" | "material.event-calendar.delete-confirm" | "material.event-calendar.description" | "material.event-calendar.empty" | "material.event-calendar.delete" | "material.event-calendar.more" | "material.event-calendar.day" | "material.event-calendar.drag" | "material.event-calendar.today" | "material.event-calendar.month" | "material.event-calendar.week" | "material.event-calendar.workweek" | "material.event-calendar.agenda" | "material.event-calendar.all-day" | "material.event-calendar.events" | "material.event-calendar.resize" | "material.event-calendar.new-event" | "material.event-calendar.new-all-day" | "material.event-calendar.pick-date" | "material.event-calendar.no-results" | "material.dnd.drag" | "material.kanban.search" | "material.kanban.empty" | "material.kanban.drag" | "material.kanban.no-results" | "material.kanban.wip" | "material.kanban.drag-column" | "material.kanban.ungrouped" | "material.kanban.collapse-group" | "material.kanban.expand-group" | "material.kanban.collapse-column" | "material.kanban.expand-column" | "material.kanban.add-card" | "material.kanban.new-card" | "material.kanban.card-title" | "material.kanban.subtitle" | "material.kanban.wip-full" | "material.doc.filter" | "material.doc.menu" | "material.doc.search" | "material.doc.next" | "material.doc.previous" | "material.doc.edit" | "material.doc.expand" | "material.doc.see-also" | "material.doc.collapse" | "material.doc.on-this-page" | "material.doc.no-results" | "material.doc.search-placeholder" | "material.doc.filter-empty" | "material.doc.search-navigate" | "material.doc.search-select" | "material.doc.search-close" | "material.doc.skip-to-content" | "material.doc.reading-progress" | "material.doc.menu-description" | "material.doc.copy-link" | "material.doc.copied-link" | "material.doc.copy-page" | "material.doc.copy-markdown" | "material.doc.last-updated" | "material.doc.callout.note" | "material.doc.callout.info" | "material.doc.callout.warning" | "material.doc.callout.success" | "material.doc.callout.tip" | "material.doc.callout.danger" | "material.param-table.type" | "material.param-table.name" | "material.param-table.default" | "material.param-table.required" | "material.param-table.description">;
@@ -1,4 +1,4 @@
1
- import { A as e, C as t, D as n, E as r, G as i, H as a, I as o, L as s, N as c, O as l, S as u, T as d, U as f, V as p, W as m, a as h, g, h as _, j as v, p as y, v as b } from "./i18n-C0E_h6Ro.js";
1
+ import { A as e, C as t, D as n, E as r, G as i, H as a, I as o, L as s, N as c, O as l, S as u, T as d, U as f, V as p, W as m, a as h, g, h as _, j as v, p as y, v as b } from "./i18n-CLVf2sYP.js";
2
2
  import { L as x } from "./number.utils-BR3XO6me.js";
3
3
  import { Suspense as ee, createContext as S, createElement as C, useCallback as w, useContext as te, useMemo as T, useReducer as E } from "react";
4
4
  import { asyncThunkCreator as ne, buildCreateSlice as re, createSlice as D } from "@reduxjs/toolkit";
package/dist/lib.js CHANGED
@@ -1,3 +1,3 @@
1
- import { A as e, B as t, C as n, D as r, E as i, F as a, H as o, I as s, L as c, M as l, N as u, O as d, P as f, R as p, S as m, T as h, U as g, V as _, Y as v, _ as y, a as b, b as x, c as S, d as C, f as w, g as T, h as E, i as D, j as O, k, l as A, m as j, n as M, o as N, p as P, r as F, s as I, t as L, u as R, v as z, w as B, x as V, y as H, z as U } from "./lib-CDjBFZgI.js";
1
+ import { A as e, B as t, C as n, D as r, E as i, F as a, H as o, I as s, L as c, M as l, N as u, O as d, P as f, R as p, S as m, T as h, U as g, V as _, Y as v, _ as y, a as b, b as x, c as S, d as C, f as w, g as T, h as E, i as D, j as O, k, l as A, m as j, n as M, o as N, p as P, r as F, s as I, t as L, u as R, v as z, w as B, x as V, y as H, z as U } from "./lib-K8L5ze32.js";
2
2
  import { n as W, r as G, t as K } from "./number.utils-BR3XO6me.js";
3
3
  export { W as DATE_UTILS, j as LOCALE_STORE_UTILS, U as STRING_UTILS, S as STYLES_UTILS, u as buildFieldOptions, n as cast, B as castAsync, h as cleanObject, l as clientOnly, v as cn, N as convertToFormData, V as createAsyncSlice, x as createSliceWithFilter, z as createStatusSlice, H as createStatusesSlice, P as createStepFormSlice, m as delay, t as enumToKebabCase, f as findByKey, a as findByKeyIn, d as formDataToObject, G as formatDateRangeFilter, K as formatNumber, k as ifEmptyList, e as ifEmptyString, F as isExternalHref, _ as joinTruthyParts, O as objectToFormData, i as omit, L as parsedType, r as pick, I as renderSlot, R as resolveSliceState, E as safeGetItem, T as safeRemoveItem, y as safeSetItem, D as searchParam, b as searchParams, o as slugify, g as splitMatch, s as uniqueArray, w as useActions, c as useFindById, p as useFindByKey, C as useSliceReducer, A as useSliceSelector, M as zodLocaleError };