@nxgt/material 1.7.0 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/components.js +3 -3
- package/dist/{dist-DeIzN-TR.js → dist-B9SK-kao.js} +4 -4
- package/dist/dnd.js +2 -2
- package/dist/{hooks-BrZuKetj.js → hooks-Dzeilq3S.js} +1 -1
- package/dist/hooks.js +1 -1
- package/dist/{i18n-C0E_h6Ro.js → i18n-CFP2DTzv.js} +12 -2
- package/dist/i18n.js +1 -1
- package/dist/lib/components/ui/cards/cards.stories.d.ts +6 -0
- package/dist/lib/components/ui/cards/cards.stories.data.d.ts +6 -0
- package/dist/lib/components/ui/cards/index.d.ts +7 -1
- package/dist/lib/components/ui/cards/partials/file-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/partials/offer-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/partials/place-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/partials/receipt-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/partials/review-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/partials/status-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/types.d.ts +45 -0
- package/dist/lib/components/ui/metrics/index.d.ts +5 -1
- package/dist/lib/components/ui/metrics/metrics.stories.d.ts +4 -0
- package/dist/lib/components/ui/metrics/metrics.stories.data.d.ts +4 -0
- package/dist/lib/components/ui/metrics/partials/band-card.d.ts +2 -0
- package/dist/lib/components/ui/metrics/partials/latency-card.d.ts +2 -0
- package/dist/lib/components/ui/metrics/partials/ratio-card.d.ts +2 -0
- package/dist/lib/components/ui/metrics/partials/threshold-card.d.ts +2 -0
- package/dist/lib/components/ui/metrics/types.d.ts +32 -0
- package/dist/lib/i18n/resources/en/index.d.ts +3 -0
- package/dist/lib/i18n/resources/en/material.json.d.ts +4 -1
- package/dist/lib/i18n/resources/fr/index.d.ts +3 -0
- package/dist/lib/i18n/resources/fr/material.json.d.ts +4 -1
- package/dist/lib/i18n/resources/index.d.ts +6 -0
- package/dist/lib/i18n/translator.d.ts +1 -1
- package/dist/{lib-CDjBFZgI.js → lib-WV_EmTF3.js} +1 -1
- package/dist/lib.js +1 -1
- package/dist/{main-DfLj9T7g.js → main-BP8X7-HA.js} +21323 -20945
- package/dist/main.js +6 -6
- package/dist/material.css +1 -1
- 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
|
|
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
|
|
333
|
+
| `TrendCard`, `GoalCard`, `BreakdownCard`, `RankCard`, `CompareCard`, `HeatweekCard`, `FunnelCard`, `GaugeCard`, `SparkbarCard`, `DeltaListCard`, `BandCard`, `LatencyCard`, `RatioCard`, `ThresholdCard` | Dashboard tiles including compare, heat, funnel, gauge, spark bars, delta list, range band, latency, ratio split and threshold. Container queries. | `TrendCard`, `GoalCard`, `BreakdownCard`, `RankCard`, `CompareCard`, `HeatweekCard`, `FunnelCard`, `GaugeCard`, `SparkbarCard`, `DeltaListCard`, `BandCard`, `LatencyCard`, `RatioCard`, `ThresholdCard` |
|
|
334
|
+
| `FeatureCard`, `MediaCard`, `PricingCard`, `ProfileCard`, `QuoteCard`, `OverlayCard`, `SpotlightCard`, `CrewCard`, `SplitCard`, `TicketCard`, `NoticeCard`, `TimelineCard`, `MessageCard`, `EventCard`, `StackCard`, `LinkCard`, `AlbumCard`, `TagCard`, `ReceiptCard`, `ReviewCard`, `OfferCard`, `PlaceCard`, `FileCard`, `StatusCard` | Card presets including overlay, ticket, inbox, event, stack, link, album, tags, receipt, review, offer, place, file and status. Container queries. | `FeatureCard`, `MediaCard`, `PricingCard`, `ProfileCard`, `QuoteCard`, `OverlayCard`, `SpotlightCard`, `CrewCard`, `SplitCard`, `TicketCard`, `NoticeCard`, `TimelineCard`, `MessageCard`, `EventCard`, `StackCard`, `LinkCard`, `AlbumCard`, `TagCard`, `ReceiptCard`, `ReviewCard`, `OfferCard`, `PlaceCard`, `FileCard`, `StatusCard` |
|
|
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` |
|
package/dist/components.js
CHANGED
|
@@ -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, $
|
|
2
|
-
import { H as
|
|
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, $p as i, $r as a, $s as o, $t as s, $u as c, A as l, Aa as u, Ac as d, Ad as f, Af as p, Ai as m, Al as h, An as g, Ao as _, Ap as v, Ar as y, As as b, At as x, Au as S, B as C, Ba as w, Bc as T, Bd as E, Bf as D, Bi as O, Bl as k, Bn as A, Bo as j, Bp as M, Br as N, Bs as P, Bt as F, Bu as I, C as L, Ca as R, Cc as z, Cd as B, Cf as V, Ci as H, Cl as U, Cn as W, Co as G, Cp as K, Cr as q, Cs as J, Ct as Y, Cu as ae, D as oe, Da as se, Dc as ce, Dd as le, Df as ue, Di as de, Dl as fe, Dn as pe, Do as me, Dp as he, Dr as ge, Ds as _e, Dt as ve, Du as ye, E as be, Ea as xe, Ec as Se, Ed as Ce, Ef as we, Ei as Te, El as Ee, En as De, Eo as Oe, Ep as ke, Er as Ae, Es as je, Et as Me, Eu as Ne, F as Pe, Fa as Fe, Fc as Ie, Fd as Le, Ff as Re, Fi as ze, Fl as Be, Fn as Ve, Fo as He, Fp as Ue, Fr as We, Fs as Ge, Ft as Ke, Fu as qe, G as Je, Ga as Ye, Gc as Xe, Gd as Ze, Gf as Qe, Gi as $e, Gl as et, Gn as tt, Go as nt, Gp as rt, Gr as it, Gs as at, Gt as ot, Gu as st, H as ct, Ha as lt, Hc as ut, Hd as dt, Hf as ft, Hi as pt, Hl as mt, Hn as ht, Ho as gt, Hp as _t, Hr as vt, Hs as yt, Ht as bt, Hu as xt, I as St, Ia as Ct, Ic as wt, Id as Tt, If as Et, Ii as Dt, Il as Ot, In as kt, Io as At, Ip as jt, Ir as Mt, Is as Nt, It as Pt, Iu as Ft, J as It, Ja as Lt, Jc as Rt, Jd as zt, Jf as Bt, Ji as Vt, Jl as Ht, Jn as Ut, Jo as X, Jp as Wt, Jr as Gt, Js as Kt, Jt as qt, Ju as Jt, K as Yt, Ka as Xt, Kc as Zt, Kd as Qt, Kf as $t, Ki as en, Kl as tn, Kn as nn, Ko as rn, Kp as an, Kr as on, Ks as sn, Kt as cn, Ku as ln, L as un, La as dn, Lc as fn, Ld as pn, Lf as mn, Li as hn, Ll as gn, Ln as _n, Lo as vn, Lp as yn, Lr as bn, Ls as xn, Lt as Sn, Lu as Cn, M as wn, Ma as Tn, Mc as En, Md as Dn, Mf as On, Mi as kn, Ml as An, Mn as jn, Mo as Mn, Mp as Nn, Mr as Pn, Ms as Fn, Mt as In, Mu as Ln, N as Rn, Na as zn, Nc as Bn, Nd as Vn, Nf as Hn, Ni as Un, Nl as Wn, Nn as Gn, No as Kn, Np as qn, Nr as Jn, Ns as Yn, Nt as Xn, Nu as Zn, O as Qn, Oa as $n, Oc as er, Od as tr, Of as nr, Oi as rr, Ol as ir, On as ar, Oo as or, Op as sr, Or as cr, Os as lr, Ot as ur, Ou as dr, P as fr, Pa as pr, Pc as mr, Pd as hr, Pf as gr, Pi as _r, Pl as vr, Pn as yr, Po as br, Pp as xr, Pr as Sr, Ps as Cr, Pt as wr, Pu as Tr, Q as Er, Qa as Dr, Qc as Or, Qd as kr, Qf as Ar, Qi as jr, Ql as Mr, Qn as Nr, Qo as Pr, Qp as Fr, Qr as Ir, Qs as Lr, Qt as Rr, Qu as zr, R as Br, Ra as Vr, Rc as Hr, Rd as Ur, Rf as Wr, Ri as Gr, Rl as Kr, Rn as qr, Ro as Jr, Rp as Yr, Rr as Xr, Rs as Zr, Rt as Qr, Ru as $r, S as ei, Sa as ti, Sc as ni, Sd as ri, Sf as ii, Si as ai, Sl as oi, Sn as si, So as ci, Sp as li, Sr as ui, Ss as di, St as fi, Su as pi, T as mi, Ta as hi, Tc as gi, Td as _i, Tf as vi, Ti as yi, Tl as bi, Tn as xi, To as Si, Tp as Ci, Tr as wi, Ts as Ti, Tt as Ei, Tu as Di, U as Oi, Ua as ki, Uc as Ai, Ud as ji, Uf as Mi, Ui as Ni, Ul as Pi, Un as Fi, Uo as Ii, Up as Li, Ur as Ri, Us as zi, Ut as Bi, Uu as Vi, V as Hi, Va as Ui, Vc as Wi, Vd as Gi, Vf as Ki, Vi as qi, Vl as Ji, Vn as Yi, Vo as Xi, Vp as Z, Vr as Zi, Vs as Qi, Vt as $i, Vu as ea, W as ta, Wa as na, Wc as ra, Wd as ia, Wf as aa, Wi as oa, Wl as sa, Wn as ca, Wo as la, Wp as ua, Wr as da, Ws as fa, Wt as pa, Wu as ma, X as ha, Xa as ga, Xc as _a, Xd as va, Xf as ya, Xi as ba, Xl as xa, Xn as Sa, Xo as Ca, Xp as wa, Xr as Ta, Xs as Ea, Xt as Da, Xu as Oa, Y as ka, Ya as Aa, Yc as ja, Yd as Ma, Yf as Na, Yi as Pa, Yl as Fa, Yn as Ia, Yo as La, Yp as Ra, Yr as za, Ys as Ba, Yt as Va, Yu as Ha, Z as Ua, Za as Wa, Zc as Ga, Zd as Ka, Zf as qa, Zi as Ja, Zl as Ya, Zn as Xa, Zo as Za, Zp as Qa, Zr as $a, Zs as eo, Zt as to, Zu as no, _ as ro, _a as io, _c as ao, _d as oo, _f as so, _i as co, _l as lo, _n as uo, _o as fo, _p as po, _r as mo, _s as ho, _t as go, _u as _o, a as vo, aa as yo, ac as bo, ad as xo, af as So, ai as Co, al as wo, an as To, ao as Eo, ap as Do, ar as Oo, as as ko, at as Ao, au as jo, b as Mo, ba as No, bc as Po, bd as Fo, bf as Io, bi as Lo, bl as Ro, bn as zo, bo as Bo, bp as Vo, br as Ho, bs as Uo, bt as Wo, bu as Go, c as Q, ca as Ko, cc as qo, cd as Jo, cf as Yo, ci as Xo, cl as Zo, cn as Qo, co as $, cp as $o, cr as es, cs as ts, ct as ns, cu as rs, d as is, da as as, dc as os, dd as ss, df as cs, di as ls, dl as us, dn as ds, do as fs, dp as ps, dr as ms, ds as hs, dt as gs, du as _s, ea as vs, ec as ys, ed as bs, ef as xs, ei as Ss, el as Cs, em as ws, en as Ts, eo as Es, ep as Ds, er as Os, es as ks, et as As, eu as js, f as Ms, fa as Ns, fc as Ps, fd as Fs, ff as Is, fi as Ls, fl as Rs, fn as zs, fo as Bs, fp as Vs, fr as Hs, fs as Us, ft as Ws, fu as Gs, g as Ks, ga as qs, gc as Js, gd as Ys, gf as Xs, gi as Zs, gl as Qs, gn as $s, go as ec, gp as tc, gr as nc, gs as rc, gt as ic, gu as ac, h as oc, ha as sc, hc as cc, hd as lc, hf as uc, hi as dc, hl as fc, hn as pc, ho as mc, hp as hc, hr as gc, hs as _c, ht as vc, hu as yc, i as bc, ia as xc, ic as Sc, id as Cc, if as wc, ii as Tc, il as Ec, in as Dc, io as Oc, ip as kc, ir as Ac, is as jc, it as Mc, iu as Nc, j as Pc, ja as Fc, jc as Ic, jd as Lc, jf as Rc, ji as zc, jl as Bc, jn as Vc, jo as Hc, jp as Uc, jr as Wc, js as Gc, jt as Kc, ju as qc, k as Jc, ka as Yc, kc as Xc, kd as Zc, kf as Qc, ki as $c, kl as el, kn as tl, ko as nl, kp as rl, kr as il, ks as al, kt as ol, ku as sl, l as cl, la as ll, lc as ul, ld as dl, lf as fl, li as pl, ll as ml, ln as hl, lo as gl, lp as _l, lr as vl, ls as yl, lt as bl, lu as xl, m as Sl, ma as Cl, mc as wl, md as Tl, mf as El, mi as Dl, ml as Ol, mn as kl, mo as Al, mp as jl, mr as Ml, ms as Nl, mt as Pl, mu as Fl, n as Il, na as Ll, nc as Rl, nd as zl, nf as Bl, ni as Vl, nl as Hl, nm as Ul, nn as Wl, no as Gl, np as Kl, nr as ql, ns as Jl, nt as Yl, nu as Xl, o as Zl, oa as Ql, oc as $l, od as eu, of as tu, oi as nu, ol as ru, on as iu, oo as au, op as ou, or as su, os as cu, ot as lu, ou as uu, p as du, pa as fu, pc as pu, pd as mu, pf as hu, pi as gu, pl as _u, pn as vu, po as yu, pp as bu, pr as xu, ps as Su, pt as Cu, pu as wu, q as Tu, qa as Eu, qc as Du, qd as Ou, qf as ku, qi as Au, ql as ju, qn as Mu, qo as Nu, qp as Pu, qr as Fu, qs as Iu, qt as Lu, qu as Ru, r as zu, ra as Bu, rc as Vu, rd as Hu, rf as Uu, ri as Wu, rl as Gu, rn as Ku, ro as qu, rp as Ju, rr as Yu, rs as Xu, rt as Zu, ru as Qu, s as $u, sa as ed, sc as td, sd as nd, sf as rd, si as id, sl as ad, sn as od, so as sd, sp as cd, sr as ld, ss as ud, st as dd, su as fd, t as pd, ta as md, tc as hd, td as gd, tf as _d, ti as vd, tl as yd, tm as bd, tn as xd, to as Sd, tp as Cd, tr as wd, ts as Td, tt as Ed, tu as Dd, u as Od, ua as kd, uc as Ad, ud as jd, uf as Md, ui as Nd, ul as Pd, un as Fd, uo as Id, up as Ld, ur as Rd, us as zd, ut as Bd, uu as Vd, v as Hd, va as Ud, vc as Wd, vd as Gd, vf as Kd, vi as qd, vl as Jd, vn as Yd, vo as Xd, vp as Zd, vr as Qd, vs as $d, vt as ef, vu as tf, w as nf, wa as rf, wc as af, wd as of, wf as sf, wi as cf, wl as lf, wn as uf, wo as df, wp as ff, wr as pf, ws as mf, wt as hf, wu as gf, x as _f, xa as vf, xc as yf, xd as bf, xf, xi as Sf, xl as Cf, xn as wf, xo as Tf, xp as Ef, xr as Df, xs as Of, xt as kf, xu as Af, y as jf, ya as Mf, yc as Nf, yd as Pf, yf as Ff, yi as If, yl as Lf, yn as Rf, yo as zf, yp as Bf, yr as Vf, ys as Hf, yt as Uf, yu as Wf, z as Gf, za as Kf, zc as qf, zd as Jf, zf as Yf, zi as Xf, zl as Zf, zn as Qf, zo as $f, zp as ep, zr as tp, zs as np, zt as rp, zu as ip } from "./main-BP8X7-HA.js";
|
|
2
|
+
import { H as ap, r as op } from "./lib-WV_EmTF3.js";
|
|
3
|
+
export { wa as Accordion, Zd as AccordionCard, Qa as AccordionContent, Fr as AccordionItem, Ul as AccordionPrimitive, i as AccordionTrigger, Ld as ActionCard, _l as Activity, Qc as ActivityContent, Qt as ActivityLayout, sa as AlbumCard, Ns as Alert, Us as AlertDialog, Su as AlertDialogAction, Nl as AlertDialogCancel, _c as AlertDialogContent, rc as AlertDialogDescription, ho as AlertDialogFooter, $d as AlertDialogHeader, Hf as AlertDialogOverlay, Uo as AlertDialogPortal, bd as AlertDialogPrimitive, Of as AlertDialogTitle, di as AlertDialogTrigger, kc as AnchorHeading, Cd as ApiEndpoint, gr as ApiOperation, Kd as AppBreadcrumb, Ff as AppBreadcrumbItem, Io as AppBreadcrumbSeparator, Ou as AppHeader, zt as AppSidebar, ru as AreaChart, _s as AttributeDialog, Gs as AttributeForm, wu as AttributeValueFormField, fd as AttributeValuesForm, jo as AttributeValuesFormFieldSet, xa as AttributesField, Fa as AttributesFormField, Ya as AttributesList, Cc as Autocomplete, xo as AutocompleteChips, Hu as AutocompleteFormField, Is as Avatar, hu as AvatarBase, El as AvatarFallback, ju as AvatarGroup, uc as AvatarImage, nr as Background, Kl as Badge, pa as BandCard, tn as Banner, wo as BarChart, et as Barecode, Hn as BottomAppBar, xf as Breadcrumb, ii as BreadcrumbEllipsis, V as BreadcrumbItem, sf as BreadcrumbLink, vi as BreadcrumbList, we as BreadcrumbPage, ue as BreadcrumbSeparator, Bi as BreakdownCard, Li as Button, _t as ButtonGroup, Na as CODE_LANGUAGES, cu as CSS, Zn as Calendar, Tr as CalendarDayButton, ps as Card, Vs as CardAction, bu as CardContent, jl as CardDescription, hc as CardFooter, tc as CardHeader, po as CardTitle, fc as Carousel, Qs as CarouselContent, lo as CarouselItem, Jd as CarouselNext, Lf as CarouselPrevious, ml as ChartContainer, Rt as ChatComposer, ne as ChatComposerAttachmentChip, Ga as ChatComposerAttachmentList, Or as ChatComposerAttachments, Zt as ChatConversationItem, Hr as ChatMarkdown, fn as ChatMessage, Ie as ChatMessageList, mr as ChatMessageSeparator, Bn as ChatReactionGroup, En as ChatThread, wt as ChatTypingIndicator, d as CheckCardField, Sr as CheckCardFormField, Xc as Checkbox, Jn as CheckboxFormField, er as CheckboxGroup, Pn as CheckboxGroupFormField, Le as Chip, as as CircularProgress, Qe as CodeBlock, Ai as CodeDiff, ce as CodeEditor, Wc as CodeEditorFormField, aa as CodeGroup, af as Collapsible, gi as CollapsibleContent, Se as CollapsibleTrigger, yf as ColorField, y as ColorFormField, dl as Combobox, jd as ComboboxChip, ss as ComboboxChips, Fs as ComboboxChipsInput, mu as ComboboxCollection, Tl as ComboboxContent, lc as ComboboxEmpty, Po as ComboboxField, il as ComboboxFormField, Ys as ComboboxGroup, oo as ComboboxInput, Gd as ComboboxItem, Pf as ComboboxLabel, Fo as ComboboxList, hr as ComboboxPrimitive, bf as ComboboxSeparator, ri as ComboboxTrigger, B as ComboboxValue, os as Command, Ps as CommandDialog, pu as CommandEmpty, wl as CommandGroup, cc as CommandInput, Js as CommandItem, ao as CommandList, Wd as CommandSeparator, Nf as CommandShortcut, $i as CompareCard, qs as ConfirmDialog, ll as ConfirmationDialog, qo as ContactDialog, td as ContactItem, Ad as ContactType, $l as Contacts, bo as ContactsFormField, fa as ContextMenu, at as ContextMenuCheckboxItem, sn as ContextMenuContent, Iu as ContextMenuGroup, Kt as ContextMenuItem, Ba as ContextMenuLabel, Ea as ContextMenuPortal, eo as ContextMenuRadioGroup, Lr as ContextMenuRadioItem, o as ContextMenuSeparator, ys as ContextMenuShortcut, hd as ContextMenuSub, Rl as ContextMenuSubContent, Vu as ContextMenuSubTrigger, Sc as ContextMenuTrigger, cd as CopyButton, Do as CopyValue, Du as CountBadge, Gc as CountryField, cr as CountryFormField, Pi as CrewCard, al as CurrencyField, ge as CurrencyFormField, Ko as CustomAlertDialog, kd as CustomDialog, fi as DAY_OF_WEEK_FALLBACKS, ni as DEFAULT_COLOR, hn as DEFAULT_FILTER_STATE, Gr as DEFAULT_MAX_VISIBLE_CHIPS, Xf as DEFAULT_PERSISTENCE_CONFIG, O as DEFAULT_PRESET_CONFIG, qi as DEFAULT_VALIDATION_RULES, mf as DataTable, J as DataTableColumnHeader, _e as DataTablePagination, je as DataTableViewOptions, S as DateField, qc as DateFieldContent, Ln as DateFieldTrigger, sl as DateFormField, ts as DateRangeField, yl as DateRangeFieldTrigger, Ae as DateRangeFormField, Bo as DefaultDocLink, F as DeltaListCard, ud as Description, Tt as Dialog, pn as DialogClose, Ur as DialogContent, Jf as DialogDescription, E as DialogFooter, Gi as DialogHeader, dt as DialogOverlay, ji as DialogPortal, ia as DialogTitle, Ze as DialogTrigger, Ca as DndOverlay, La as DndProvider, Oc as Doc, Jr as DocArticle, qu as DocChildCards, Sd as DocCopyMarkdown, Gl as DocCopyPage, Es as DocEmpty, ga as DocHeader, Tf as DocLink, zf as DocNav, Ye as DocPage, Lt as DocPager, Id as DocProgress, $f as DocProvider, me as DocSearch, Xt as DocSeeAlso, Xd as DocSidebar, ec as DocSkipLink, Al as DocToc, gl as DocTopbar, X as DragHandle, X as SortableHandle, Nu as Draggable, rn as DraggableDroppable, Fe as Drawer, Ct as DrawerClose, dn as DrawerContent, Vr as DrawerDescription, Kf as DrawerFooter, w as DrawerHeader, Ui as DrawerOverlay, lt as DrawerPortal, ki as DrawerTitle, na as DrawerTrigger, Ef as DropdownMenu, li as DropdownMenuCheckboxItem, K as DropdownMenuContent, ff as DropdownMenuGroup, Ci as DropdownMenuItem, ke as DropdownMenuLabel, he as DropdownMenuPortal, sr as DropdownMenuRadioGroup, rl as DropdownMenuRadioItem, v as DropdownMenuSeparator, Uc as DropdownMenuShortcut, Nn as DropdownMenuSub, qn as DropdownMenuSubContent, xr as DropdownMenuSubTrigger, Ue as DropdownMenuTrigger, nt as Droppable, Tn as DurationField, wi as DurationFormField, ti as EmailField, pf as EmailFormField, js as EmptyState, No as EntityHeader, fu as EventCalendar, Ud as EventCalendarProvider, mt as EventCard, io as EventChip, uu as ExtendedLabel, pt as FILTER_CONTAINER_BREAKPOINTS, Ji as FeatureCard, Pa as Field, Vt as Figure, Zf as FileCard, Au as FileList, en as FileListField, q as FileListFormField, $e as FileListS3Field, ui as FileListS3FormField, Df as FilesFormField, Mt as Filter, Fu as FilterActions, on as FilterChips, vt as FilterContent, Zi as FilterDialog, N as FilterDrawer, it as FilterField, We as FilterFormField, Ri as FilterGroup, da as FilterGroups, tp as FilterInline, Xr as FilterPopover, Gt as FilterPresets, za as FilterProvider, bn as FilterSheet, Ho as FormField, rp as FunnelCard, Ec as FunnelChart, kt as Gallery, Qr as GaugeCard, Sn as GoalCard, Gu as HeatmapChart, Pt as HeatweekCard, Jo as HelperText, Gn as Hero, vn as HighlightText, tl as HoverCard, g as HoverCardContent, Vc as HoverCardTrigger, jn as HydrateLoading, xi as IMAGE_CROP_ASPECTS, Bf as Icon, M as IconButton, jt as IconLinkButton, uf as ImageCropper, W as ImageCropperDialog, Ql as ImageField, Vf as ImageFormField, yo as ImageS3Field, Qd as ImageS3FormField, sc as InlineEdit, mo as InlineEditFormField, Dn as Input, _i as InputGroup, Ce as InputGroupAddon, le as InputGroupButton, nc as InputGroupField, gc as InputGroupFormField, tr as InputGroupInput, Zc as InputGroupText, f as InputGroupTextarea, T as JsonViewer, Rf as Kanban, wf as KanbanProvider, At as Kbd, Bs as KbdShortcut, nd as Label, Yd as LanguageSwitcher, Ke as LatencyCard, Ve as LightboxGallery, ad as LineChart, yn as LinkButton, Kr as LinkCard, vu as ListDetailsDetails, kl as ListDetailsLayout, pc as ListDetailsList, $s as ListDetailsTrigger, t as ListTile, lr as LoadMoreButton, $t as MOONLIGHT_DARK, ku as MOONLIGHT_DAY, gn as MediaCard, ot as Menubar, cn as MenubarCheckboxItem, Lu as MenubarContent, qt as MenubarGroup, Va as MenubarItem, Da as MenubarLabel, to as MenubarMenu, Rr as MenubarPortal, s as MenubarRadioGroup, Ts as MenubarRadioItem, xd as MenubarSeparator, Wl as MenubarShortcut, Ku as MenubarSub, Dc as MenubarSubContent, To as MenubarSubTrigger, iu as MenubarTrigger, Ot as MessageCard, yr as MiniGallery, ur as NavigationRail, Ja as NetworkUploadField, Ml as NetworkUploadFormField, Be as NoticeCard, Ei as Notifications, c as NumberField, zr as NumberFormField, vr as OfferCard, kf as OpeningHours, Wo as OpeningHoursDialog, Uf as OpeningHoursFormField, ef as OpeningHoursItem, Y as OpeningHoursSchema, xc as OtpField, xu as OtpFormField, Wn as OverlayCard, Qi as PHONE_COUNTRIES, Aa as Pager, gs as Pagination, bl as PaginationBar, Ws as PaginationContent, Cu as PaginationEllipsis, Pl as PaginationItem, vc as PaginationLink, ic as PaginationNext, go as PaginationPrevious, Qo as PaneLayout, hl as PaneLayoutContent, Fd as PaneLayoutPane, ds as PaneLayoutTrigger, Re as ParamTable, ms as PasswordField, Rd as PasswordFormField, ns as PdfOutlineSidebar, dd as PdfPageList, Ed as PdfReader, Ao as PdfSidebar, lu as PdfThumbnailSidebar, Mc as PdfToolbar, Yl as PdfViewer, vl as PercentField, es as PercentFormField, Yn as PhoneField, ld as PhoneFormField, Hl as PieChart, An as PlaceCard, ae as Popover, gf as PopoverAnchor, Di as PopoverContent, Ne as PopoverTrigger, Ua as PostalAddress, ha as PostalAddressDialog, ka as PostalAddressFormField, Bc as PricingCard, Yt as PrintBadge, ta as PrintCard, Je as PrintCardField, Oi as PrintHeader, Hi as PrintInfoRow, ct as PrintSection, un as PrintTable, Br as PrintTableCell, Gf as PrintTableHeader, C as PrintTableRow, Pe as PrintTotalRow, St as PrintTotals, h as ProfileCard, $n as Progress, se as ProgressField, wn as QRCode, Yc as QuestionCard, rf as Quiz, el as QuoteCard, yd as RadarChart, md as RadioGroup, Ll as RadioGroupBase, su as RadioGroupFormField, Bu as RadioGroupItem, wr as RankCard, Ac as RatingField, Yu as RatingFormField, Xn as RatioCard, ir as ReceiptCard, Wa as RelativeTime, Jc as ResizableGroup, l as ResizablePanel, Pc as ResizableSeparator, ep as ResponsiveButton, Mr as ResponsiveGrid, Yr as ResponsiveLinkButton, fe as ReviewCard, dr as RichTextEditor, ye as RichTextEditorFormField, ql as S3UploadField, wd as S3UploadFormField, Cs as ScatterChart, fs as ScrollProgress, Qn as ScrollToTop, Si as SearchField, Os as SearchFormField, Eu as SeeAlso, xt as Select, Ic as SelectCardField, n as SelectCardFormField, vs as SelectChipField, Nr as SelectChipFormField, Vi as SelectContent, I as SelectField, ea as SelectFieldTrigger, ip as SelectFormField, ma as SelectGroup, st as SelectItem, ln as SelectLabel, Ru as SelectScrollDownButton, Jt as SelectScrollUpButton, Ha as SelectSeparator, Oa as SelectTrigger, no as SelectValue, eu as Separator, wc as Sheet, So as SheetClose, tu as SheetContent, rd as SheetDescription, Yo as SheetFooter, fl as SheetHeader, Md as SheetTitle, cs as SheetTrigger, kr as Sidebar, re as SidebarContent, xs as SidebarFooter, _d as SidebarHeader, Bl as SidebarMenuItem, Uu as SidebarMenuLabel, Ol as Skeleton, _u as SkeletonAvatar, us as SkeletonCard, Pd as SkeletonTable, Rs as SkeletonText, fo as SkipLink, e as Slider, Xa as SliderFormField, Ii as Sortable, Sa as SortableList, Ia as SortableListFormField, gt as SortableProvider, In as SparkbarCard, Kc as Sparkline, Ra as Spinner, Vo as SplitButton, Ee as SplitCard, bi as SpotlightCard, lf as StackCard, oe as StatCard, U as StatusCard, so as StatusIndicator, nf as Stepper, mi as StepperIndicator, ei as Steps, L as StepsItem, Q as StxPlayer, Q as VideoPlayer, du as StxPlayerControls, Ms as StxPlayerExtras, is as StxPlayerMini, Sl as StxPlayerProvider, Od as StxPlayerQueue, cl as StxPlayerViewport, vf as SummaryData, jr as Switch, Ut as SwitchFormField, $u as Switcher, nn as TIMEZONES, Et as Table, mn as TableBody, Wr as TableCaption, Yf as TableCell, D as TableFooter, Ki as TableHead, ft as TableHeader, Mi as TableRow, qa as Tabs, Ar as TabsContent, ie as TabsList, Ds as TabsTrigger, oi as TagCard, $r as TextField, Cn as TextFormField, Lc as Textarea, Ft as TextareaField, qe as TextareaFormField, Zl as ThemeToggle, od as ThreadLayout, x as ThresholdCard, Cf as TicketCard, yc as TimeField, ac as TimeFieldTrigger, Fl as TimeFormField, _o as TimePicker, Me as Timeline, Ro as TimelineCard, ve as TimelineItem, tt as TimezoneField, ca as TimezoneFormField, Dd as Toast, Qu as Toaster, mc as Toc, Af as Toggle, tf as ToggleGroup, Wf as ToggleGroupItem, Go as ToggleGroupSeparator, rt as Tooltip, an as TooltipContent, ws as TooltipPrimitive, Pu as TooltipProvider, Wt as TooltipTrigger, On as TopAppBar, Fi as TransferList, ht as TransferListFormField, pd as Tree, vo as TreeItem, ol as TrendCard, p as Typography, Ni as URL_PARAM_SEPARATORS, ba as UploadField, Yi as UploadFormField, qr as UrlField, _n as UrlFormField, oa as VALIDATION_MESSAGES, Ls as VALIDATION_PATTERNS, gu as VALIDATION_PRESETS, hi as answeredCount, Lo as areFilterValuesEqual, ks as arrayMove, Ju as badgeVariants, ua as buttonVariants, Er as cityLine, bs as clampNumber, Oo as clampRating, Sf as cleanFilterValues, pl as clearFromStorage, Vl as clearPersistedFilterValues, a as clearPresets, Xu as closestCenter, ja as collectComposerAttachments, It as commonPrintStyles, r as composeRefs, ul as contactTypeLabel, rs as convertAttributesToRecord, ou as copyToClipboard, ai as countActiveFilters, Fn as countryOptions, ro as createInitialState, Dl as createValidationRule, De as cropImageToFile, Ti as dataTableFeatures, hf as dayOfWeekLabel, Oe as debounce, ci as docActions, G as docSelectors, df as docSlice, Cr as exampleNational, or as filterDocNav, nl as findActiveDocHref, Ma as findActiveMenuItem, yt as findCountry, _ as findDocChildren, Hc as findDocPager, Mn as findDocSiblings, zu as findTreeNode, zi as flagEmoji, Kn as flattenDocNav, bc as flattenVisibleTree, Rn as formatAmount, xl as formatAttributeDisplayedValue, Vd as formatAttributesValues, fr as formatDate, k as formatFileSize, H as formatFilterValue, Ge as formatInternational, Nt as formatNational, Dr as formatRelativeTime, bt as formatStatDelta, _f as formatTime, ze as generatePresetId, de as getDefaultValuesFromSchema, rr as getFilterField, $c as getFilterFieldLabel, m as getGroupFields, pe as getRadianAngle, zc as getUngroupedFields, dc as getValidationError, kn as getVisibleFields, au as handleDocKeyDown, cf as hasActiveFilters, Zs as hasValidationErrors, yi as haveFiltersChanged, $o as headingText, Bt as highlightCode, Td as horizontalListSortingStrategy, Z as iconButtonVariants, Z as variants, Vn as inputDefaultClassNames, la as insertIds, u as isAnswerCorrect, Fc as isAnswered, br as isDocPathActive, sd as isDocSearchHotkey, R as isEmail, op as isExternalHref, Un as isFieldVisible, Te as isFilterValueEmpty, va as isMenuItemActive, xn as isPossiblePhoneNumber, ee as isPostalAddressEmpty, $ as isTypingTarget, Qf as isUrl, Zr as isValidPhoneNumber, Nd as loadFromStorage, Co as loadFromUrl, Wu as loadPersistedFilterValues, Ss as loadPresets, _r as mapFilterFieldToFieldConfig, zn as minutesToParts, ra as moonlightThemeName, He as navLabel, z as normalizeHex, A as normalizeUrl, Bd as paginationItems, b as parseCurrencyInput, nu as parseFromUrlParams, Wi as parseJsonSource, gd as parseNumberInput, np as parsePhoneInput, Ka as partitionMenu, pr as partsToMinutes, Tc as persistFilterValues, jc as pointerWithin, As as postalAddressCountryName, ut as prettyJson, ko as rectIntersection, Xe as registerMoonlightThemes, qf as renderChatMarkdown, ya as resolveCodeLanguage, be as resolveStepState, ar as rotateSize, vd as savePresets, ls as saveToStorage, Hs as scorePassword, xe as scoreQuiz, id as serializeToUrlParams, yu as shortcutGlyph, ap as slugify, Nc as sonnerToast, Dt as sortPresets, Ht as splitAvatarOverflow, Xs as statusToneDotClass, zl as stepNumber, Hd as stxPlayerActions, jf as stxPlayerSelectors, Mo as stxPlayerSlice, Mu as timezoneLabel, te as toDate, P as toE164, Xl as toast, ed as toasts, pi as toggleVariants, Tu as tw, Rc as typographyVariants, Xo as updateUrlWithFilters, Zo as useChartTheme, _a as useChatComposerAttachments, zd as useColumnHelpers, of as useComboboxAnchor, hs as useDeleteRowsHandler, Za as useDndActiveId, Pr as useDndItem, Eo as useDoc, j as useDocContext, Cl as useEventCalendar, Mf as useEventCalendarContext, $a as useFilter, Ta as useFilterContext, Ir as useFilterSelector, zo as useKanban, si as useKanbanContext, uo as useListDetails, Xi as useOptionalDocContext, zs as usePaneLayout, Zu as usePdfReader, Ks as useStxPlayer, oc as useStxPlayerContext, Il as useTree, co as validateAllFilters, qd as validateField, If as validateFilterValue, Jl as verticalListSortingStrategy };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { X as r } from "./lib-
|
|
1
|
+
import { am as e, im as t, rm as n } from "./main-BP8X7-HA.js";
|
|
2
|
+
import { X as r } from "./lib-WV_EmTF3.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
|
|
6
|
-
var g = /* @__PURE__ */
|
|
6
|
+
var g = /* @__PURE__ */ t({
|
|
7
7
|
AbortException: () => B,
|
|
8
8
|
AnnotationEditorLayer: () => Ji,
|
|
9
9
|
AnnotationEditorParamsType: () => T,
|
|
@@ -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__ */
|
|
15291
|
+
var $ = /* @__PURE__ */ e((/* @__PURE__ */ n(((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,
|
|
2
|
-
export {
|
|
1
|
+
import { $o as e, Go as t, Ho as n, Jo as r, Ko as i, Qo as a, Uo as o, Wo as s, Xo as c, Yo as l, Zo as u, as as d, es as f, is as p, ns as m, os as h, qo as g, rs as _, ts as v } from "./main-BP8X7-HA.js";
|
|
2
|
+
export { h as CSS, c as DndOverlay, l as DndProvider, r as DragHandle, g as Draggable, i as DraggableDroppable, t as Droppable, o as Sortable, n as SortableProvider, f as arrayMove, _ as closestCenter, e as composeRefs, v as horizontalListSortingStrategy, s as insertIds, p as pointerWithin, d as rectIntersection, u as useDndActiveId, a as useDndItem, m as verticalListSortingStrategy };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { l as e } from "./i18n-
|
|
1
|
+
import { l as e } from "./i18n-CFP2DTzv.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-
|
|
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-Dzeilq3S.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,9 +731,14 @@ 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: {
|
|
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}",
|
|
741
|
+
"of-limit": "of {limit}",
|
|
737
742
|
"this-period": "This period",
|
|
738
743
|
"last-period": "Last period",
|
|
739
744
|
weekdays: "M,T,W,T,F,S,S"
|
|
@@ -1495,9 +1500,14 @@ var tr = Xe(function(e, t, n) {
|
|
|
1495
1500
|
"scroll-progress": "Progression du défilement",
|
|
1496
1501
|
"skip-link": "Aller au contenu",
|
|
1497
1502
|
"see-also": "Voir aussi",
|
|
1498
|
-
cards: {
|
|
1503
|
+
cards: {
|
|
1504
|
+
"per-month": "/ mois",
|
|
1505
|
+
total: "Total",
|
|
1506
|
+
rating: "{rating} sur {max}"
|
|
1507
|
+
},
|
|
1499
1508
|
metrics: {
|
|
1500
1509
|
"of-target": "sur {target}",
|
|
1510
|
+
"of-limit": "sur {limit}",
|
|
1501
1511
|
"this-period": "Cette période",
|
|
1502
1512
|
"last-period": "Période préc.",
|
|
1503
1513
|
weekdays: "L,M,M,J,V,S,D"
|
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-
|
|
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-CFP2DTzv.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,12 @@ 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;
|
|
31
|
+
export declare const Place: Story;
|
|
32
|
+
export declare const File: Story;
|
|
33
|
+
export declare const Status: Story;
|
|
28
34
|
export declare const Gallery: Story;
|
|
29
35
|
export declare const Phone: Story;
|
|
30
36
|
export declare const Dark: Story;
|
|
@@ -16,3 +16,9 @@ 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;
|
|
22
|
+
export declare function PlaceDemo(): import("react").JSX.Element;
|
|
23
|
+
export declare function FileDemo(): import("react").JSX.Element;
|
|
24
|
+
export declare function StatusDemo(): import("react").JSX.Element;
|
|
@@ -2,18 +2,24 @@ export { AlbumCard } from './partials/album-card';
|
|
|
2
2
|
export { CrewCard } from './partials/crew-card';
|
|
3
3
|
export { EventCard } from './partials/event-card';
|
|
4
4
|
export { FeatureCard } from './partials/feature-card';
|
|
5
|
+
export { FileCard } from './partials/file-card';
|
|
5
6
|
export { LinkCard } from './partials/link-card';
|
|
6
7
|
export { MediaCard } from './partials/media-card';
|
|
7
8
|
export { MessageCard } from './partials/message-card';
|
|
8
9
|
export { NoticeCard } from './partials/notice-card';
|
|
10
|
+
export { OfferCard } from './partials/offer-card';
|
|
9
11
|
export { OverlayCard } from './partials/overlay-card';
|
|
12
|
+
export { PlaceCard } from './partials/place-card';
|
|
10
13
|
export { PricingCard } from './partials/pricing-card';
|
|
11
14
|
export { ProfileCard } from './partials/profile-card';
|
|
12
15
|
export { QuoteCard } from './partials/quote-card';
|
|
16
|
+
export { ReceiptCard } from './partials/receipt-card';
|
|
17
|
+
export { ReviewCard } from './partials/review-card';
|
|
13
18
|
export { SplitCard } from './partials/split-card';
|
|
14
19
|
export { SpotlightCard } from './partials/spotlight-card';
|
|
15
20
|
export { StackCard, type StackCardProps } from './partials/stack-card';
|
|
21
|
+
export { StatusCard } from './partials/status-card';
|
|
16
22
|
export { TagCard } from './partials/tag-card';
|
|
17
23
|
export { TicketCard } from './partials/ticket-card';
|
|
18
24
|
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';
|
|
25
|
+
export type { AlbumCardProps, CrewCardProps, EventCardProps, FeatureCardProps, FileCardProps, LinkCardProps, MediaCardProps, MessageCardProps, NoticeCardProps, OfferCardProps, OverlayCardProps, PlaceCardProps, PricingCardProps, ProfileCardProps, QuoteCardProps, ReceiptCardProps, ReceiptItem, ReviewCardProps, SplitCardProps, SpotlightCardProps, StatusCardProps, TagCardProps, TicketCardProps, TimelineCardItem, TimelineCardProps, } from './types';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ComponentProps, ReactNode } from 'react';
|
|
2
2
|
import { Card } from '../card';
|
|
3
|
+
import { StatusTone } from '../status-indicator';
|
|
3
4
|
export type FeatureCardProps = Omit<ComponentProps<typeof Card>, 'title'> & {
|
|
4
5
|
eyebrow?: ReactNode;
|
|
5
6
|
title: ReactNode;
|
|
@@ -113,3 +114,47 @@ export type TagCardProps = Omit<ComponentProps<typeof Card>, 'title'> & {
|
|
|
113
114
|
description?: ReactNode;
|
|
114
115
|
tags: ReactNode[];
|
|
115
116
|
};
|
|
117
|
+
export type ReceiptItem = {
|
|
118
|
+
label: ReactNode;
|
|
119
|
+
value: ReactNode;
|
|
120
|
+
};
|
|
121
|
+
export type ReceiptCardProps = Omit<ComponentProps<typeof Card>, 'title'> & {
|
|
122
|
+
title: ReactNode;
|
|
123
|
+
meta?: ReactNode;
|
|
124
|
+
items: ReceiptItem[];
|
|
125
|
+
total?: ReactNode;
|
|
126
|
+
};
|
|
127
|
+
export type ReviewCardProps = Omit<ComponentProps<typeof Card>, 'title'> & {
|
|
128
|
+
quote: ReactNode;
|
|
129
|
+
author: ReactNode;
|
|
130
|
+
subtitle?: ReactNode;
|
|
131
|
+
avatar?: ReactNode;
|
|
132
|
+
rating: number;
|
|
133
|
+
max?: number;
|
|
134
|
+
};
|
|
135
|
+
export type OfferCardProps = Omit<ComponentProps<typeof Card>, 'title'> & {
|
|
136
|
+
eyebrow?: ReactNode;
|
|
137
|
+
title: ReactNode;
|
|
138
|
+
code: string;
|
|
139
|
+
description?: ReactNode;
|
|
140
|
+
};
|
|
141
|
+
export type PlaceCardProps = Omit<ComponentProps<typeof Card>, 'title'> & {
|
|
142
|
+
title: ReactNode;
|
|
143
|
+
address: ReactNode;
|
|
144
|
+
meta?: ReactNode;
|
|
145
|
+
icon?: ReactNode;
|
|
146
|
+
};
|
|
147
|
+
export type FileCardProps = Omit<ComponentProps<typeof Card>, 'title'> & {
|
|
148
|
+
name: ReactNode;
|
|
149
|
+
bytes?: number;
|
|
150
|
+
size?: ReactNode;
|
|
151
|
+
meta?: ReactNode;
|
|
152
|
+
icon?: ReactNode;
|
|
153
|
+
};
|
|
154
|
+
export type StatusCardProps = Omit<ComponentProps<typeof Card>, 'title'> & {
|
|
155
|
+
title: ReactNode;
|
|
156
|
+
description?: ReactNode;
|
|
157
|
+
status?: ReactNode;
|
|
158
|
+
tone?: StatusTone;
|
|
159
|
+
pulse?: boolean;
|
|
160
|
+
};
|
|
@@ -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,11 @@ 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';
|
|
11
|
+
export { RatioCard } from './partials/ratio-card';
|
|
9
12
|
export { SparkbarCard } from './partials/sparkbar-card';
|
|
10
13
|
export { Sparkline } from './partials/sparkline';
|
|
14
|
+
export { ThresholdCard } from './partials/threshold-card';
|
|
11
15
|
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';
|
|
16
|
+
export type { BandCardProps, BreakdownCardProps, BreakdownItem, CompareCardProps, ComparePoint, DeltaListCardProps, DeltaListItem, FunnelCardProps, FunnelItem, GaugeCardProps, GoalCardProps, HeatweekCardProps, LatencyCardProps, RankCardProps, RankItem, RatioCardProps, RatioPoint, SparkbarCardProps, ThresholdCardProps, TrendCardProps, } from './types';
|
|
@@ -17,6 +17,10 @@ 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;
|
|
22
|
+
export declare const Ratio: Story;
|
|
23
|
+
export declare const Threshold: Story;
|
|
20
24
|
export declare const Dashboard: Story;
|
|
21
25
|
export declare const Phone: Story;
|
|
22
26
|
export declare const Dark: Story;
|
|
@@ -8,4 +8,8 @@ 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;
|
|
13
|
+
export declare function RatioDemo(): import("react").JSX.Element;
|
|
14
|
+
export declare function ThresholdDemo(): import("react").JSX.Element;
|
|
11
15
|
export declare function FunnelDemo(): import("react").JSX.Element;
|
|
@@ -76,3 +76,35 @@ 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
|
+
};
|
|
94
|
+
export type RatioPoint = {
|
|
95
|
+
label: ReactNode;
|
|
96
|
+
value: ReactNode;
|
|
97
|
+
};
|
|
98
|
+
export type RatioCardProps = Omit<ComponentProps<typeof Card>, 'title'> & {
|
|
99
|
+
label: ReactNode;
|
|
100
|
+
left: RatioPoint;
|
|
101
|
+
right: RatioPoint;
|
|
102
|
+
percent: number;
|
|
103
|
+
};
|
|
104
|
+
export type ThresholdCardProps = Omit<ComponentProps<typeof Card>, 'title'> & {
|
|
105
|
+
label: ReactNode;
|
|
106
|
+
value: ReactNode;
|
|
107
|
+
current: number;
|
|
108
|
+
limit: number;
|
|
109
|
+
unit?: ReactNode;
|
|
110
|
+
};
|
|
@@ -36,9 +36,12 @@ 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;
|
|
44
|
+
"of-limit": string;
|
|
42
45
|
"this-period": string;
|
|
43
46
|
"last-period": string;
|
|
44
47
|
weekdays: string;
|
|
@@ -25,10 +25,13 @@ 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}",
|
|
34
|
+
"of-limit": "of {limit}",
|
|
32
35
|
"this-period": "This period",
|
|
33
36
|
"last-period": "Last period",
|
|
34
37
|
"weekdays": "M,T,W,T,F,S,S"
|
|
@@ -36,9 +36,12 @@ 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;
|
|
44
|
+
"of-limit": string;
|
|
42
45
|
"this-period": string;
|
|
43
46
|
"last-period": string;
|
|
44
47
|
weekdays: string;
|
|
@@ -25,10 +25,13 @@ 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
|
+
"of-limit": "sur {limit}",
|
|
32
35
|
"this-period": "Cette période",
|
|
33
36
|
"last-period": "Période préc.",
|
|
34
37
|
"weekdays": "L,M,M,J,V,S,D"
|
|
@@ -34,9 +34,12 @@ 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;
|
|
42
|
+
"of-limit": string;
|
|
40
43
|
"this-period": string;
|
|
41
44
|
"last-period": string;
|
|
42
45
|
weekdays: string;
|
|
@@ -846,9 +849,12 @@ export declare const resources: {
|
|
|
846
849
|
"see-also": string;
|
|
847
850
|
cards: {
|
|
848
851
|
"per-month": string;
|
|
852
|
+
total: string;
|
|
853
|
+
rating: string;
|
|
849
854
|
};
|
|
850
855
|
metrics: {
|
|
851
856
|
"of-target": string;
|
|
857
|
+
"of-limit": string;
|
|
852
858
|
"this-period": string;
|
|
853
859
|
"last-period": string;
|
|
854
860
|
weekdays: string;
|