@nxgt/material 1.0.4 → 1.1.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/LICENSE +21 -0
- package/README.md +447 -51
- package/dist/components.js +3 -2
- package/dist/{dist-BVcMAlfA.js → dist-CwhEp6Y-.js} +4 -4
- package/dist/dnd.js +2 -2
- package/dist/{hooks-BPv0i6YN.js → hooks-CHmfdtMs.js} +81 -47
- package/dist/hooks.js +3 -3
- package/dist/{i18n-1Eg35q8-.js → i18n-D4R3sSqT.js} +102 -0
- package/dist/i18n.js +1 -1
- package/dist/lib/components/index.d.ts +15 -0
- package/dist/lib/components/ui/anchor-heading.d.ts +9 -0
- package/dist/lib/components/ui/anchor-heading.stories.d.ts +13 -0
- package/dist/lib/components/ui/anchor-heading.utils.d.ts +2 -0
- package/dist/lib/components/ui/api-endpoint.d.ts +9 -0
- package/dist/lib/components/ui/api-endpoint.stories.d.ts +14 -0
- package/dist/lib/components/ui/api-operation.d.ts +13 -0
- package/dist/lib/components/ui/api-operation.stories.d.ts +13 -0
- package/dist/lib/components/ui/cards/cards.stories.d.ts +20 -0
- package/dist/lib/components/ui/cards/cards.stories.data.d.ts +8 -0
- package/dist/lib/components/ui/cards/index.d.ts +9 -0
- package/dist/lib/components/ui/cards/partials/crew-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/partials/feature-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/partials/media-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/partials/overlay-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/partials/pricing-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/partials/profile-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/partials/quote-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/partials/spotlight-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/types.d.ts +56 -0
- package/dist/lib/components/ui/code/code-group.d.ts +13 -0
- package/dist/lib/components/ui/code/code-group.stories.d.ts +14 -0
- package/dist/lib/components/ui/code/index.d.ts +2 -0
- package/dist/lib/components/ui/copy-button/copy-button.d.ts +5 -3
- package/dist/lib/components/ui/doc/doc-api.stories.d.ts +13 -0
- package/dist/lib/components/ui/doc/doc-blocks.stories.d.ts +13 -0
- package/dist/lib/components/ui/doc/doc-context.d.ts +61 -0
- package/dist/lib/components/ui/doc/doc.d.ts +11 -0
- package/dist/lib/components/ui/doc/doc.keyboard.d.ts +20 -0
- package/dist/lib/components/ui/doc/doc.keyboard.test.d.ts +1 -0
- package/dist/lib/components/ui/doc/doc.slice.d.ts +97 -0
- package/dist/lib/components/ui/doc/doc.stories.d.ts +15 -0
- package/dist/lib/components/ui/doc/doc.stories.data.d.ts +7 -0
- package/dist/lib/components/ui/doc/doc.utils.d.ts +29 -0
- package/dist/lib/components/ui/doc/doc.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/doc/index.d.ts +36 -0
- package/dist/lib/components/ui/doc/partials/doc-article.d.ts +6 -0
- package/dist/lib/components/ui/doc/partials/doc-child-cards.d.ts +4 -0
- package/dist/lib/components/ui/doc/partials/doc-copy-actions.d.ts +7 -0
- package/dist/lib/components/ui/doc/partials/doc-empty.d.ts +3 -0
- package/dist/lib/components/ui/doc/partials/doc-header.d.ts +18 -0
- package/dist/lib/components/ui/doc/partials/doc-link.d.ts +3 -0
- package/dist/lib/components/ui/doc/partials/doc-nav.d.ts +4 -0
- package/dist/lib/components/ui/doc/partials/doc-page.d.ts +6 -0
- package/dist/lib/components/ui/doc/partials/doc-pager.d.ts +4 -0
- package/dist/lib/components/ui/doc/partials/doc-progress.d.ts +3 -0
- package/dist/lib/components/ui/doc/partials/doc-search.d.ts +1 -0
- package/dist/lib/components/ui/doc/partials/doc-see-also.d.ts +4 -0
- package/dist/lib/components/ui/doc/partials/doc-sidebar.d.ts +4 -0
- package/dist/lib/components/ui/doc/partials/doc-skip-link.d.ts +2 -0
- package/dist/lib/components/ui/doc/partials/doc-toc.d.ts +6 -0
- package/dist/lib/components/ui/doc/partials/doc-topbar.d.ts +4 -0
- package/dist/lib/components/ui/doc/types.d.ts +46 -0
- package/dist/lib/components/ui/doc/use-doc.d.ts +43 -0
- package/dist/lib/components/ui/feedback/empty-state.stories.d.ts +1 -0
- package/dist/lib/components/ui/feedback/index.d.ts +1 -0
- package/dist/lib/components/ui/feedback/scroll-progress.d.ts +6 -0
- package/dist/lib/components/ui/feedback/scroll-progress.stories.d.ts +13 -0
- package/dist/lib/components/ui/figure.d.ts +7 -0
- package/dist/lib/components/ui/figure.stories.d.ts +13 -0
- package/dist/lib/components/ui/forms/index.d.ts +1 -0
- package/dist/lib/components/ui/hero.d.ts +10 -0
- package/dist/lib/components/ui/hero.stories.d.ts +13 -0
- package/dist/lib/components/ui/highlight-text.d.ts +6 -0
- package/dist/lib/components/ui/highlight-text.stories.d.ts +12 -0
- package/dist/lib/components/ui/list-tile.d.ts +2 -1
- package/dist/lib/components/ui/list-tile.stories.d.ts +1 -0
- package/dist/lib/components/ui/metrics/index.d.ts +6 -0
- package/dist/lib/components/ui/metrics/metrics.stories.d.ts +16 -0
- package/dist/lib/components/ui/metrics/metrics.stories.data.d.ts +5 -0
- package/dist/lib/components/ui/metrics/partials/breakdown-card.d.ts +2 -0
- package/dist/lib/components/ui/metrics/partials/goal-card.d.ts +2 -0
- package/dist/lib/components/ui/metrics/partials/rank-card.d.ts +2 -0
- package/dist/lib/components/ui/metrics/partials/sparkline.d.ts +5 -0
- package/dist/lib/components/ui/metrics/partials/trend-card.d.ts +2 -0
- package/dist/lib/components/ui/metrics/types.d.ts +35 -0
- package/dist/lib/components/ui/pager.d.ts +20 -0
- package/dist/lib/components/ui/pager.stories.d.ts +13 -0
- package/dist/lib/components/ui/param-table.d.ts +13 -0
- package/dist/lib/components/ui/param-table.stories.d.ts +13 -0
- package/dist/lib/components/ui/see-also.d.ts +17 -0
- package/dist/lib/components/ui/see-also.stories.d.ts +12 -0
- package/dist/lib/components/ui/skip-link.d.ts +3 -0
- package/dist/lib/components/ui/skip-link.stories.d.ts +12 -0
- package/dist/lib/components/ui/steps.d.ts +13 -0
- package/dist/lib/components/ui/steps.stories.d.ts +13 -0
- package/dist/lib/components/ui/tabs.d.ts +4 -1
- package/dist/lib/components/ui/tabs.stories.d.ts +1 -0
- package/dist/lib/components/ui/toc.d.ts +21 -0
- package/dist/lib/components/ui/toc.stories.d.ts +13 -0
- package/dist/lib/hooks/index.d.ts +1 -0
- package/dist/lib/hooks/use-heading-spy.d.ts +6 -0
- package/dist/lib/i18n/resources/en/index.d.ts +57 -0
- package/dist/lib/i18n/resources/en/material.json.d.ts +57 -0
- package/dist/lib/i18n/resources/fr/index.d.ts +57 -0
- package/dist/lib/i18n/resources/fr/material.json.d.ts +57 -0
- package/dist/lib/i18n/resources/index.d.ts +114 -0
- package/dist/lib/i18n/translator.d.ts +1 -1
- package/dist/lib/lib/string.utils.d.ts +9 -0
- package/dist/lib/lib/url.utils.d.ts +2 -0
- package/dist/{lib-CaKARQ-7.js → lib-Rq5clPUe.js} +620 -584
- package/dist/lib.js +3 -3
- package/dist/{main-B-cRR76_.js → main-D7WtUVbv.js} +35341 -33380
- package/dist/main.js +6 -6
- package/dist/material.css +1 -1
- package/package.json +2 -1
package/dist/components.js
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import { $ as ee, $a as te, $c as ne, $d as re, $
|
|
2
|
-
export { io as Accordion, mn as AccordionCard, ko as AccordionContent, Jc as AccordionItem, ca as AccordionPrimitive, uc as AccordionTrigger, Mr as ActionCard, Ou as Activity, Qu as ActivityContent, ht as ActivityLayout, gl as Alert, Xa as AlertDialog, tc as AlertDialogAction, cu as AlertDialogCancel, co as AlertDialogContent, No as AlertDialogDescription, Qc as AlertDialogFooter, mc as AlertDialogHeader, as as AlertDialogOverlay, Ko as AlertDialogPortal, Ho as AlertDialogPrimitive, fa as AlertDialogTitle, bu as AlertDialogTrigger, Ga as AppBreadcrumb, Xs as AppBreadcrumbItem, ru as AppBreadcrumbSeparator, Zt as AppHeader, gr as AppSidebar, no as AreaChart, ql as AttributeDialog, wc as AttributeForm, xl as AttributeValueFormField, Ji as AttributeValuesForm, Ii as AttributeValuesFormFieldSet, x as AttributesField, ld as AttributesFormField, ti as AttributesList, xt as Autocomplete, zi as AutocompleteChips, cl as AutocompleteFormField, Sc as Avatar, vl as AvatarBase, ps as AvatarFallback, Ht as AvatarGroup, ba as AvatarImage, gu as Background, we as Badge, Ln as Banner, nu as BarChart, pn as Barecode, P as BottomAppBar, ro as Breadcrumb, Oo as BreadcrumbEllipsis, qc as BreadcrumbItem, lc as BreadcrumbLink, es as BreadcrumbList, Vo as BreadcrumbPage, sa as BreadcrumbSeparator, ms as Button, yl as ButtonGroup, Lt as CODE_LANGUAGES, Ec as CSS, I as Calendar, Au as CalendarDayButton, pe as Card, K as CardAction, En as CardContent, Rs as CardDescription, u as CardFooter, Es as CardHeader, tn as CardTitle, Tn as Carousel, Ls as CarouselContent, l as CarouselItem, Ts as CarouselNext, en as CarouselPrevious, cc as ChartContainer, i as ChatComposer, fs as ChatComposerAttachmentChip, xc as ChatComposerAttachmentList, _l as ChatComposerAttachments, ta as ChatConversationItem, Wn as ChatMarkdown, bn as ChatMessage, Ms as ChatMessageList, g as ChatMessageSeparator, Ws as ChatReactionGroup, Mn as ChatThread, cn as ChatTypingIndicator, ye as CheckCardField, Lr as CheckCardFormField, Rr as Checkbox, Nu as CheckboxFormField, Pu as CheckboxGroup, z as CheckboxGroupFormField, Br as Chip, bc as CircularProgress, tt as CodeBlock, gd as CodeDiff, B as CodeEditor, Tr as CodeEditorFormField, za as Collapsible, Ku as CollapsibleContent, Er as CollapsibleTrigger, ma as ColorField, Gu as ColorFormField, e as Combobox, To as ComboboxChip, $l as ComboboxChips, Ac as ComboboxChipsInput, Dl as ComboboxCollection, Ss as ComboboxContent, ka as ComboboxEmpty, Jo as ComboboxField, Ra as ComboboxFormField, Uc as ComboboxGroup, Bl as ComboboxInput, eo as ComboboxItem, ac as ComboboxLabel, fu as ComboboxList, Iu as ComboboxPrimitive, po as ComboboxSeparator, Lo as ComboboxTrigger, nl as ComboboxValue, Rl as Command, Qa as CommandDialog, rc as CommandEmpty, uu as CommandGroup, uo as CommandInput, Fo as CommandItem, el as CommandList, gc as CommandSeparator, ss as CommandShortcut, Js as ConfirmDialog, mo as ConfirmationDialog, bs as ContactDialog, Tl as ContactItem, Vc as ContactType, Oc as Contacts, Zl as ContactsFormField, E as ContextMenu, oi as ContextMenuCheckboxItem, $e as ContextMenuContent, Jr as ContextMenuGroup, _i as ContextMenuItem, Ve as ContextMenuLabel, Ft as ContextMenuPortal, ul as ContextMenuRadioGroup, Ct as ContextMenuRadioItem, Vi as ContextMenuSeparator, ki as ContextMenuShortcut, $i as ContextMenuSub, er as ContextMenuSubContent, n as ContextMenuSubTrigger, Co as ContextMenuTrigger, Ui as CopyButton, Tt as CopyValue, nr as CountBadge, ae as CountryField, rd as CountryFormField, Ir as CurrencyField, xu as CurrencyFormField, ie as CustomAlertDialog, Hl as CustomDialog, zr as DAY_OF_WEEK_FALLBACKS, Su as DEFAULT_COLOR, Dn as DEFAULT_FILTER_STATE, zs as DEFAULT_MAX_VISIBLE_CHIPS, d as DEFAULT_PERSISTENCE_CONFIG, Ds as DEFAULT_PRESET_CONFIG, nn as DEFAULT_VALIDATION_RULES, La as DataTable, nd as DataTableColumnHeader, R as DataTablePagination, wr as DataTableViewOptions, Fa as DateField, Hu as DateFieldContent, Sr as DateFieldTrigger, ed as DateFormField, vs as DateRangeField, Ta as DateRangeFieldTrigger, pa as DateRangeFormField, Cl as Description, xe as Dialog, le as DialogClose, Pn as DialogContent, Ks as DialogDescription, v as DialogFooter, Ps as DialogHeader, un as DialogOverlay, Sn as DialogPortal, Kn as DialogTitle, Ne as DialogTrigger, kt as DndOverlay, Fe as DndProvider, X as DragHandle, X as SortableHandle, Hr as Draggable, qe as DraggableDroppable, wn as Drawer, Is as DrawerClose, c as DrawerContent, ws as DrawerDescription, $t as DrawerFooter, fn as DrawerHeader, In as DrawerOverlay, Ce as DrawerPortal, at as DrawerTitle, Vt as DrawerTrigger, st as DropdownMenu, Ut as DropdownMenuCheckboxItem, cr as DropdownMenuContent, ud as DropdownMenuGroup, S as DropdownMenuItem, ni as DropdownMenuLabel, Ye as DropdownMenuPortal, Wr as DropdownMenuRadioGroup, pi as DropdownMenuRadioItem, Le as DropdownMenuSeparator, jt as DropdownMenuShortcut, ol as DropdownMenuSub, yt as DropdownMenuSubContent, Li as DropdownMenuSubTrigger, Ti as DropdownMenuTrigger, ei as Droppable, Ar as DurationField, qo as DurationFormField, Qo as EmailField, os as EmailFormField, fi as EmptyState, Gc as EntityHeader, ds as EventCalendar, Z as EventCalendarProvider, tu as EventChip, wi as ExtendedLabel, hn as FILTER_CONTAINER_BREAKPOINTS, C as Field, lr as FileList, Wt as FileListField, hc as FileListFormField, ct as FileListS3Field, $c as FileListS3FormField, Po as FilesFormField, oe as Filter, pr as FilterActions, Jt as FilterChips, yn as FilterContent, sn as FilterDialog, js as FilterDrawer, ft as FilterField, ve as FilterFormField, Un as FilterGroup, Ae as FilterGroups, h as FilterInline, Us as FilterPopover, hd as FilterPresets, D as FilterProvider, jn as FilterSheet, lo as FormField, Ys as FunnelChart, kn as Gallery, Wa as HeatmapChart, Qn as HelperText, Cr as HoverCard, L as HoverCardContent, ju as HoverCardTrigger, Fr as HydrateLoading, yu as IMAGE_CROP_ASPECTS, Rn as Icon, Gl as IconButton, Yi as IconLinkButton, da as ImageCropper, Go as ImageCropperDialog, Xi as ImageField, lu as ImageFormField, Ei as ImageS3Field, nc as ImageS3FormField, Ua as InlineEdit, Za as InlineEditFormField, Or as Input, ls as InputGroup, Xo as InputGroupAddon, ga as InputGroupButton, Ll as InputGroupField, Bc as InputGroupFormField, wu as InputGroupInput, od as InputGroupText, Va as InputGroupTextarea, pt as JsonViewer, Mo as Kanban, pc as KanbanProvider, so as Kbd, ec as KbdShortcut, Zi as Label, Ya as LanguageSwitcher, Y as LightboxGallery, Do as LineChart, Xn as LinkButton, Sl as ListDetailsDetails, _s as ListDetailsLayout, wa as ListDetailsList, Rc as ListDetailsTrigger, Ur as ListTile, Mu as LoadMoreButton, Xr as MOONLIGHT_DARK, yi as MOONLIGHT_DAY, Me as Menubar, mt as MenubarCheckboxItem, Xt as MenubarContent, hr as MenubarGroup, _d as MenubarItem, k as MenubarLabel, li as MenubarMenu, nt as MenubarPortal, Zr as MenubarRadioGroup, bi as MenubarRadioItem, We as MenubarSeparator, Rt as MenubarShortcut, pl as MenubarSub, Et as MenubarSubContent, Wi as MenubarSubTrigger, Mi as MenubarTrigger, ge as MiniGallery, Gn as NavigationRail, Xe as NetworkUploadField, Ea as NetworkUploadFormField, Nn as Notifications, Kr as NumberField, Ze as NumberFormField, Fu as OpeningHours, V as OpeningHoursDialog, Dr as OpeningHoursFormField, qu as OpeningHoursItem, be as OpeningHoursSchema, Ri as OtpField, ys as OtpFormField, qt as PHONE_COUNTRIES, _c as Pagination, Io as PaginationBar, cs as PaginationContent, Yo as PaginationEllipsis, ha as PaginationItem, Cu as PaginationLink, ad as PaginationNext, Ba as PaginationPrevious, rr as PaneLayout, a as PaneLayoutContent, bo as PaneLayoutPane, Jl as PaneLayoutTrigger, Dc as PasswordField, Xl as PasswordFormField, fo as PdfOutlineSidebar, du as PdfPageList, xs as PdfReader, $a as PdfSidebar, ic as PdfThumbnailSidebar, zl as PdfToolbar, Oa as PdfViewer, So as PercentField, t as PercentFormField, Hs as PhoneField, $n as PhoneFormField, Al as PieChart, Xc as Popover, fc as PopoverAnchor, rs as PopoverContent, Wo as PopoverTrigger, wo as PostalAddress, ee as PostalAddressDialog, qn as PostalAddressFormField, Pi as PrintBadge, rl as PrintCard, gt as PrintCardField, Ot as PrintHeader, di as PrintInfoRow, Pe as PrintSection, y as PrintTable, $r as PrintTableCell, Ke as PrintTableHeader, Vr as PrintTableRow, ar as PrintTotalRow, sd as PrintTotals, Ru as Progress, ja as ProgressField, Se as QRCode, vr as QuestionCard, aa as Quiz, Nc as RadarChart, Mt as RadioGroup, sl as RadioGroupBase, Qi as RadioGroupFormField, bt as RadioGroupItem, Bi as RatingField, St as RatingFormField, Ns as RelativeTime, Qt as ResizableGroup, dn as ResizablePanel, Fn as ResizableSeparator, _o as ResponsiveButton, Je as ResponsiveGrid, re as ResponsiveLinkButton, vu as RichTextEditor, ua as RichTextEditorFormField, ll as S3UploadField, Pt as S3UploadFormField, ya as ScatterChart, Cs as ScrollToTop, Mc as SearchField, Be as SearchFormField, rn as Select, se as SelectCardField, gi as SelectCardFormField, Re as SelectChipField, qr as SelectChipFormField, gn as SelectContent, f as SelectField, Os as SelectFieldTrigger, Bs as SelectFormField, Bn as SelectGroup, De as SelectItem, lt as SelectLabel, Gt as SelectScrollDownButton, ur as SelectScrollUpButton, fd as SelectSeparator, w as SelectTrigger, ii as SelectValue, Di as Separator, Dt as Sheet, Gi as SheetClose, Ni as SheetContent, ra as SheetDescription, ir as SheetFooter, o as SheetHeader, go as SheetTitle, Wl as SheetTrigger, rt as Sidebar, Qr as SidebarContent, xi as SidebarFooter, Ge as SidebarHeader, zt as SidebarMenuItem, ml as SidebarMenuLabel, G as Skeleton, fe as SkeletonAvatar, Du as SkeletonCard, $o as SkeletonTable, jr as SkeletonText, mi as Slider, Qe as SliderFormField, cd as Sortable, ai as SortableList, T as SortableListFormField, or as SortableProvider, iu as Spinner, Te as SplitButton, Fs as StatCard, jl as StatusIndicator, ue as Stepper, U as StepperIndicator, Q as StxPlayer, Q as VideoPlayer, ia as StxPlayerControls, Ro as StxPlayerExtras, Zo as StxPlayerMini, pu as StxPlayerProvider, oc as StxPlayerQueue, Wc as StxPlayerViewport, sc as SummaryData, Gr as Switch, pd as SwitchFormField, to as Switcher, Kt as TIMEZONES, Bo as Table, oa as TableBody, hu as TableCaption, Zu as TableCell, Ma as TableFooter, zu as TableHead, yr as TableHeader, N as TableRow, Ol as Tabs, Ha as TabsContent, qs as TabsList, eu as TabsTrigger, On as TextField, J as TextFormField, Ju as Textarea, he as TextareaField, Pr as TextareaFormField, jc as ThemeToggle, na as ThreadLayout, Ca as TimeField, Lc as TimeFieldTrigger, gs as TimeFormField, Pl as TimePicker, Gs as Timeline, _ as TimelineItem, ut as TimezoneField, Oe as TimezoneFormField, Ie as Toast, al as Toaster, oo as Toggle, Ja as ToggleGroup, $s as ToggleGroupItem, ou as ToggleGroupSeparator, Fc as Tooltip, Ml as TooltipContent, ts as TooltipPrimitive, Ka as TooltipProvider, Zs as TooltipTrigger, br as TopAppBar, Vn as TransferList, _n as TransferListFormField, Vl as Tree, _a as TreeItem, Na as Typography, zn as URL_PARAM_SEPARATORS, ri as UploadField, p as UrlField, Vs as UrlFormField, Ee as VALIDATION_MESSAGES, bl as VALIDATION_PATTERNS, hs as VALIDATION_PRESETS, mu as answeredCount, ao as areFilterValuesEqual, Ci as arrayMove, ot as badgeVariants, xa as buttonVariants, Ql as cityLine, hi as clampNumber, Oi as clampRating, Ao as cleanFilterValues, vo as clearFromStorage, dl as clearPersistedFilterValues, vi as clearPresets, te as closestCenter, ho as collectComposerAttachments, Ki as commonPrintStyles, Fi as composeRefs, Da as contactTypeLabel, Yn as convertAttributesToRecord, ji as copyToClipboard, Yc as countActiveFilters, An as countryOptions, Lu as createInitialState, Sa as createValidationRule, td as cropImageToFile, Wu as dataTableFeatures, ce as dayOfWeekLabel, kl as debounce, m as exampleNational, vd as findActiveMenuItem, fr as findCountry, hl as findTreeNode, md as flagEmoji, us as flattenVisibleTree, it as formatAmount, ne as formatAttributeDisplayedValue, yo as formatAttributesValues, Bt as formatDate, dd as formatFileSize, dc as formatFilterValue, As as formatInternational, on as formatNational, ln as formatRelativeTime, s as formatStatDelta, kr as formatTime, me as generatePresetId, _u as getDefaultValuesFromSchema, $u as getFilterField, Pa as getFilterFieldLabel, Vu as getGroupFields, Ia as getRadianAngle, xr as getUngroupedFields, Ic as getValidationError, F as getVisibleFields, ns as hasActiveFilters, Nl as hasValidationErrors, Uo as haveFiltersChanged, Ue as highlightCode, qi as horizontalListSortingStrategy, $ as iconButtonVariants, $ as variants, H as inputDefaultClassNames, b as insertIds, M as isAnswerCorrect, Eu as isAnswered, zo as isEmail, ku as isFieldVisible, la as isFilterValueEmpty, A as isMenuItemActive, vn as isPossiblePhoneNumber, kc as isPostalAddressEmpty, ks as isUrl, Hn as isValidPhoneNumber, Kl as loadFromStorage, Ai as loadFromUrl, wt as loadPersistedFilterValues, He as loadPresets, Nr as mapFilterFieldToFieldConfig, de as minutesToParts, O as moonlightThemeName, id as normalizeHex, an as normalizeUrl, tl as paginationItems, _e as parseCurrencyInput, ea as parseFromUrlParams, Yt as parseJsonSource, ze as parseNumberInput, ke as parsePhoneInput, ui as partitionMenu, W as partsToMinutes, Hi as persistFilterValues, xo as pointerWithin, El as postalAddressCountryName, mr as prettyJson, Yl as rectIntersection, ci as registerMoonlightThemes, je as renderChatMarkdown, fl as resolveCodeLanguage, Cn as resolveStepState, Uu as rotateSize, It as savePresets, Cc as saveToStorage, wl as scorePassword, Xu as scoreQuiz, tr as serializeToUrlParams, su as shortcutGlyph, vt as sonnerToast, q as sortPresets, sr as splitAvatarOverflow, Pc as statusToneDotClass, Nt as stepNumber, _r as stxPlayerActions, j as stxPlayerSelectors, Tu as stxPlayerSlice, dr as timezoneLabel, xn as toDate, dt as toE164, At as toast, Zn as toasts, jo as toggleVariants, Si as tw, Bu as typographyVariants, r as updateUrlWithFilters, Kc as useChartTheme, Ul as useChatComposerAttachments, zc as useColumnHelpers, vc as useComboboxAnchor, Il as useDeleteRowsHandler, il as useDndActiveId, _t as useDndItem, va as useEventCalendar, Eo as useEventCalendarContext, et as useFilter, si as useFilterContext, Yr as useFilterSelector, Zc as useKanban, is as useKanbanContext, Fl as useListDetails, Tc as usePaneLayout, Hc as usePdfReader, Aa as useStxPlayer, Yu as useStxPlayerContext, yc as useTree, qa as validateAllFilters, Qs as validateField, au as validateFilterValue, Jn 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, Br as j, Bs as M, Bt as N, Bu as P, C as F, Ca as I, Cc as L, Cd as R, Cf as z, Ci as B, Cl as V, Cn as H, Co as U, Cp as W, Cr as G, Cs as K, Ct as q, Cu as J, D as Y, Da as ae, Dc as oe, Dd as se, Df as ce, Di as le, Dl as ue, Dn as de, Do as fe, Dp as pe, Dr as me, Ds as he, Dt as ge, Du as _e, E as ve, Ea as ye, Ec as be, Ed as xe, Ef as Se, Ei as Ce, El as we, En as Te, Eo as Ee, Ep as De, Er as Oe, Es as ke, Et as Ae, Eu as je, F as Me, Fa as Ne, Fc as Pe, Fd as Fe, Ff as Ie, Fi as Le, Fl as Re, Fn as ze, Fo as Be, Fr as Ve, Fs as He, Ft as Ue, Fu as We, G as Ge, Ga as Ke, Gc as qe, Gd as Je, Gf as Ye, Gi as Xe, Gl as Ze, Gn as Qe, Go as $e, Gr as et, Gs as tt, Gt as nt, Gu as rt, H as it, Ha as at, Hc as ot, Hd as st, Hf as ct, Hi as lt, Hl as ut, Hn as dt, Ho as ft, Hr as pt, Hs as mt, Ht as ht, Hu as gt, I as _t, Ia as vt, Ic as yt, Id as bt, If as xt, Ii as St, Il as Ct, In as wt, Io as Tt, Ir as Et, Is as Dt, It as Ot, Iu as kt, J as At, Ja as jt, Jc as Mt, Jd as Nt, Jf as Pt, Ji as Ft, Jl as It, Jn as Lt, Jo as Rt, Jr as zt, Js as Bt, Jt as Vt, Ju as Ht, K as Ut, Ka as Wt, Kc as Gt, Kd as Kt, Kf as qt, Ki as Jt, Kl as Yt, Kn as Xt, Ko as Zt, Kr as Qt, Ks as $t, Kt as en, Ku as tn, L as nn, La as rn, Lc as an, Ld as on, Lf as sn, Li as cn, Ll as ln, Ln as un, Lo as dn, Lr as fn, Ls as pn, Lt as mn, Lu as hn, M as gn, Ma as _n, Mc as vn, Md as yn, Mf as bn, Mi as xn, Ml as Sn, Mn as Cn, Mo as wn, Mr as Tn, Ms as En, Mt as Dn, Mu as On, N as kn, Na as An, Nc as jn, Nd as Mn, Nf as Nn, Ni as Pn, Nl as Fn, Nn as In, No as Ln, Nr as Rn, Ns as zn, Nt as Bn, Nu as Vn, O as Hn, Oa as Un, Oc as Wn, Od as Gn, Of as Kn, Oi as qn, Ol as Jn, On as Yn, Oo as Xn, Op as Zn, Or as Qn, Os as $n, Ot as er, Ou as tr, P as nr, Pa as rr, Pc as ir, Pd as ar, Pf as or, Pi as sr, Pl as cr, Pn as lr, Po as ur, Pr as dr, Ps as fr, Pt as pr, Pu as mr, Q as hr, Qa as gr, Qc as _r, Qd as vr, Qf as yr, Qi as br, Ql as xr, Qn as Sr, Qo as Cr, Qr as wr, Qs as Tr, Qt as Er, Qu as Dr, R as Or, Ra as kr, Rc as Ar, Rd as jr, Rf as Mr, Ri as Nr, Rl as Pr, Rn as Fr, Ro as Ir, Rr as Lr, Rs as Rr, Rt as zr, Ru as Br, S as Vr, Sa as Hr, Sc as Ur, Sd as Wr, Sf as Gr, Si as Kr, Sl as qr, Sn as Jr, So as Yr, Sp as Xr, Sr as Zr, Ss as Qr, St as $r, Su as ei, T as ti, Ta as ni, Tc as ri, Td as ii, Tf as ai, Ti as oi, Tl as si, Tn as ci, To as li, Tp as ui, Tr as di, Ts as fi, Tt as pi, Tu as mi, U as hi, Ua as gi, Uc as _i, Ud as vi, Uf as yi, Ui as bi, Ul as xi, Un as Si, Uo as Ci, Ur as wi, Us as Ti, Ut as Ei, Uu as Di, V as Oi, Va as ki, Vc as Ai, Vd as ji, Vf as Mi, Vi as Ni, Vl as Pi, Vn as Fi, Vo as Ii, Vr as Li, Vs as Ri, Vt as zi, Vu as Bi, W as Vi, Wa as Hi, Wc as Ui, Wd as Wi, Wf as Gi, Wi as Ki, Wl as qi, Wn as Ji, Wo as Yi, Wr as Xi, Ws as Zi, Wt as Qi, Wu as $i, X as ea, Xa as ta, Xc as na, Xd as ra, Xf as ia, Xi as aa, Xl as oa, Xn as sa, Xo as ca, Xr as la, Xs as ua, Xt as da, Xu as fa, Y as pa, Ya as ma, Yc as ha, Yd as ga, Yf as _a, Yi as va, Yl as ya, Yn as ba, Yo as xa, Yr as Sa, Ys as Ca, Yt as wa, Yu as Ta, Z as Ea, Za as Da, Zc as Oa, Zd as ka, Zf as Aa, Zi as ja, Zl as Ma, Zn as Na, Zo as Pa, Zr as Fa, Zs as Ia, Zt as La, Zu as Ra, _ as za, _a as Ba, _c as Va, _d as Ha, _f as Ua, _i as Wa, _l as Ga, _n as Ka, _o as qa, _p as Ja, _r as Ya, _s as Xa, _t as Za, _u as Qa, a as $a, aa as eo, ac as to, ad as no, af as ro, ai as io, al as ao, an as oo, ao as so, ap as co, ar as lo, as as uo, at as fo, au as po, b as mo, ba as ho, bc as go, bd as _o, bf as vo, bi as yo, bl as bo, bn as xo, bo as So, bp as Co, br as wo, bs as To, bt as Eo, bu as Do, c as X, ca as Oo, cc as ko, cd as Ao, cf as jo, ci as Mo, cl as No, cn as Po, co as Fo, cp as Io, cr as Lo, cs as Ro, ct as Z, cu as zo, d as Bo, da as Vo, dc as Ho, dd as Uo, df as Wo, di as Go, dl as Ko, dn as qo, do as Jo, dp as Yo, dr as Xo, ds as Zo, dt as Qo, du as $o, ea as es, ec as ts, ed as ns, ef as rs, ei as is, el as as, en as os, eo as ss, ep as cs, er as ls, es as us, et as ds, eu as fs, f as ps, fa as ms, fc as hs, fd as gs, ff as _s, fi as vs, fl as ys, fn as bs, fo as xs, fp as Ss, fr as Cs, fs as ws, ft as Ts, fu as Es, g as Ds, ga as Os, gc as ks, gd as As, gf as js, gi as Ms, gl as Ns, gn as Ps, go as Fs, gp as Is, gr as Ls, gs as Rs, gt as zs, gu as Bs, h as Vs, ha as Hs, hc as Us, hd as Ws, hf as Gs, hi as Ks, hl as qs, hn as Js, ho as Ys, hp as Q, hr as Xs, hs as Zs, ht as Qs, hu as $s, i as ec, ia as tc, ic as nc, id as rc, if as ic, ii as ac, il as oc, in as sc, io as cc, ip as lc, ir as uc, is as dc, it as fc, iu as pc, j as mc, ja as hc, jc as gc, jd as _c, jf as vc, ji as yc, jl as bc, jn as xc, jo as Sc, jr as Cc, js as wc, jt as Tc, ju as Ec, k as Dc, ka as Oc, kc, kd as Ac, kf as jc, ki as Mc, kl as Nc, kn as Pc, ko as Fc, kp as Ic, kr as Lc, ks as Rc, kt as zc, ku as Bc, l as Vc, la as Hc, lc as Uc, ld as Wc, lf as Gc, li as Kc, ll as qc, ln as Jc, lo as Yc, lp as Xc, lr as Zc, ls as Qc, lt as $c, lu as el, m as tl, ma as nl, mc as rl, md as il, mf as al, mi as ol, ml as sl, mn as cl, mo as ll, mp as ul, mr as dl, ms as fl, mt as pl, mu as ml, n as hl, na as gl, nc as _l, nd as vl, nf as yl, ni as bl, nl as xl, nn as Sl, no as Cl, np as wl, nr as Tl, ns as El, nt as Dl, nu as Ol, o as kl, oa as Al, oc as jl, od as Ml, of as Nl, oi as Pl, ol as Fl, on as Il, oo as Ll, op as Rl, or as zl, os as Bl, ot as Vl, ou as Hl, p as Ul, pa as Wl, pc as Gl, pd as Kl, pf as ql, pi as Jl, pl as Yl, pn as Xl, po as Zl, pp as Ql, pr as $l, ps as eu, pt as tu, pu as nu, q as ru, qa as iu, qc as au, qd as ou, qf as su, qi as cu, ql as lu, qn as uu, qo as du, qr as fu, qs as pu, qt as mu, qu as hu, r as gu, ra as _u, rc as vu, rd as yu, rf as bu, ri as xu, rl as Su, rn as Cu, ro as wu, rp as Tu, rr as Eu, rs as Du, rt as Ou, ru as ku, s as Au, sa as ju, sc as Mu, sd as Nu, sf as Pu, si as Fu, sl as Iu, sn as Lu, so as Ru, sp as zu, sr as Bu, ss as Vu, st as Hu, su as Uu, t as Wu, ta as Gu, tc as Ku, td as qu, tf as Ju, ti as Yu, tl as Xu, tn as Zu, to as Qu, tp as $u, tr as ed, ts as td, tt as nd, tu as rd, u as id, ua as ad, uc as od, ud as sd, uf as cd, ui as ld, ul as ud, un as dd, uo as fd, up as pd, ur as md, us as hd, ut as gd, uu as _d, v as vd, va as yd, vc as bd, vd as xd, vf as Sd, vi as Cd, vl as wd, vn as Td, vo as Ed, vp as Dd, vr as Od, vs as kd, vt as Ad, vu as jd, w as Md, wa as Nd, wc as Pd, wd as Fd, wf as Id, wi as Ld, wl as Rd, wn as zd, wo as Bd, wp as Vd, wr as Hd, ws as Ud, wt as Wd, wu as Gd, x as Kd, xa as qd, xc as Jd, xd as Yd, xf as Xd, xi as Zd, xl as Qd, xn as $d, xo as ef, xp as tf, xr as nf, xs as rf, xt as af, xu as of, y as sf, ya as cf, yc as lf, yd as uf, yf as df, yi as ff, yl as pf, yn as mf, yo as hf, yp as gf, yr as _f, ys as vf, yt as yf, yu as bf, z as xf, za as Sf, zc as Cf, zd as wf, zf as Tf, zi as Ef, zl as Df, zn as Of, zo as $, zr as kf, zs as Af, zt as jf, zu as Mf } from "./main-D7WtUVbv.js";
|
|
2
|
+
import { H as Nf, r as Pf } from "./lib-Rq5clPUe.js";
|
|
3
|
+
export { Vd as Accordion, qt as AccordionCard, ui as AccordionContent, De as AccordionItem, _ as AccordionPrimitive, pe as AccordionTrigger, Mr as ActionCard, sn as Activity, bu as ActivityContent, _o as ActivityLayout, _u as Alert, Du as AlertDialog, dc as AlertDialogAction, uo as AlertDialogCancel, Bl as AlertDialogContent, Vu as AlertDialogDescription, Ro as AlertDialogFooter, Qc as AlertDialogHeader, hd as AlertDialogOverlay, Zo as AlertDialogPortal, Ic as AlertDialogPrimitive, ws as AlertDialogTitle, eu as AlertDialogTrigger, bn as AnchorHeading, jc as ApiEndpoint, jo as ApiOperation, Kt as AppBreadcrumb, ou as AppBreadcrumbItem, Nt as AppBreadcrumbSeparator, Yd as AppHeader, Wr as AppSidebar, Oa as AreaChart, Df as AttributeDialog, O as AttributeForm, Pi as AttributeValueFormField, Re as AttributeValuesForm, Fn as AttributeValuesFormFieldSet, Rd as AttributesField, V as AttributesFormField, si as AttributesList, On as Autocomplete, Vn as AutocompleteChips, Ec as AutocompleteFormField, T as Avatar, ji as AvatarBase, st as AvatarFallback, Qd as AvatarGroup, vi as AvatarImage, yl as Background, f as Badge, bo as Banner, na as BarChart, pf as Barecode, Pu as BottomAppBar, ga as Breadcrumb, ra as BreadcrumbEllipsis, ka as BreadcrumbItem, vr as BreadcrumbLink, re as BreadcrumbList, rs as BreadcrumbPage, Ju as BreadcrumbSeparator, pr as BreakdownCard, Ja as Button, Is as ButtonGroup, z as CODE_LANGUAGES, Pa as CSS, Uu as Calendar, zo as CalendarDayButton, Tf as Card, E as CardAction, Mi as CardContent, ct as CardDescription, yi as CardFooter, Gi as CardHeader, Ye as CardTitle, Fl as Carousel, Iu as CarouselContent, No as CarouselItem, qc as CarouselNext, ud as CarouselPrevious, as as ChartContainer, Cf as ChatComposer, Ui as ChatComposerAttachmentChip, ot as ChatComposerAttachmentList, _i as ChatComposerAttachments, an as ChatConversationItem, kc as ChatMarkdown, Wn as ChatMessage, be as ChatMessageList, ri as ChatMessageSeparator, Pd as ChatReactionGroup, L as ChatThread, oe as ChatTypingIndicator, Jd as CheckCardField, Hd as CheckCardFormField, go as Checkbox, G as CheckboxFormField, lf as CheckboxGroup, Zr as CheckboxGroupFormField, Wc as Chip, gl as CircularProgress, df as CodeBlock, ir as CodeDiff, bd as CodeEditor, nf as CodeEditorFormField, Sd as CodeGroup, Us as Collapsible, ks as CollapsibleContent, Va as CollapsibleTrigger, hs as ColorField, wo as ColorFormField, hn as Combobox, Br as ComboboxChip, Mf as ComboboxChips, P as ComboboxChipsInput, Bi as ComboboxCollection, gt as ComboboxContent, Di as ComboboxEmpty, Ho as ComboboxField, _f as ComboboxFormField, $i as ComboboxGroup, rt as ComboboxInput, tn as ComboboxItem, hu as ComboboxLabel, Ht as ComboboxList, Ao as ComboboxPrimitive, Ta as ComboboxSeparator, fa as ComboboxTrigger, Ra as ComboboxValue, _l as Command, vu as CommandDialog, nc as CommandEmpty, to as CommandGroup, jl as CommandInput, Mu as CommandItem, ko as CommandList, Uc as CommandSeparator, od as CommandShortcut, ju as ConfirmDialog, es as ConfirmationDialog, a as ContactDialog, Tr as ContactItem, Ku as ContactType, Ia as Contacts, ua as ContactsFormField, He as ContextMenu, Dt as ContextMenuCheckboxItem, pn as ContextMenuContent, Rr as ContextMenuGroup, Af as ContextMenuItem, M as ContextMenuLabel, Ri as ContextMenuPortal, mt as ContextMenuRadioGroup, Ti as ContextMenuRadioItem, Zi as ContextMenuSeparator, tt as ContextMenuShortcut, $t as ContextMenuSub, pu as ContextMenuSubContent, Bt as ContextMenuSubTrigger, Ca as ContextMenuTrigger, Ie as CopyButton, Nn as CopyValue, Ar as CountBadge, Qr as CountryField, Od as CountryFormField, wd as CrewCard, To as CurrencyField, Ya as CurrencyFormField, e as CustomAlertDialog, Gu as CustomDialog, $r as DAY_OF_WEEK_FALLBACKS, Gl as DEFAULT_COLOR, le as DEFAULT_FILTER_STATE, qn as DEFAULT_MAX_VISIBLE_CHIPS, Mc as DEFAULT_PERSISTENCE_CONFIG, p as DEFAULT_PRESET_CONFIG, yc as DEFAULT_VALIDATION_RULES, Zs as DataTable, fl as DataTableColumnHeader, kd as DataTablePagination, Xa as DataTableViewOptions, pc as DateField, po as DateFieldContent, Hl as DateFieldTrigger, ku as DateFormField, r as DateRangeField, us as DateRangeFieldTrigger, Ls as DateRangeFormField, Jo as DefaultDocLink, Cr as Description, sd as Dialog, Uo as DialogClose, gs as DialogContent, Kl as DialogDescription, il as DialogFooter, Ws as DialogHeader, As as DialogOverlay, Ha as DialogPortal, xd as DialogTitle, uf as DialogTrigger, Ii as DndOverlay, A as DndProvider, ma as Doc, Fc as DocArticle, jt as DocChildCards, Wt as DocCopyMarkdown, iu as DocCopyPage, Ke as DocEmpty, ki as DocHeader, xs as DocLink, fd as DocNav, vt as DocPage, Sf as DocPager, Qu as DocProgress, g as DocProvider, Ed as DocSearch, rn as DocSeeAlso, Yc as DocSidebar, Ru as DocSkipLink, so as DocToc, ss as DocTopbar, $ as DragHandle, $ as SortableHandle, Ir as Draggable, dn as DraggableDroppable, ye as Drawer, ae as DrawerClose, Un as DrawerContent, Oc as DrawerDescription, l as DrawerFooter, hc as DrawerHeader, _n as DrawerOverlay, An as DrawerPortal, rr as DrawerTitle, Ne as DrawerTrigger, _a as DropdownMenu, ia as DropdownMenuCheckboxItem, Aa as DropdownMenuContent, yr as DropdownMenuGroup, ie as DropdownMenuItem, cs as DropdownMenuLabel, $u as DropdownMenuPortal, wl as DropdownMenuRadioGroup, Tu as DropdownMenuRadioItem, lc as DropdownMenuSeparator, co as DropdownMenuShortcut, Rl as DropdownMenuSub, zu as DropdownMenuSubContent, Io as DropdownMenuSubTrigger, Xc as DropdownMenuTrigger, Tt as Droppable, I as DurationField, Xs as DurationFormField, Wl as EmailField, dl as EmailFormField, Jn as EmptyState, Vo as EntityHeader, tc as EventCalendar, Hc as EventCalendarProvider, Oo as EventChip, cr as ExtendedLabel, xn as FILTER_CONTAINER_BREAKPOINTS, Ga as FeatureCard, D as Field, Ef as Figure, cn as FileList, St as FileListField, $l as FileListFormField, Le as FileListS3Field, Cs as FileListS3FormField, Xo as FilesFormField, Oe as Filter, fn as FilterActions, Et as FilterChips, Tn as FilterContent, Cc as FilterDialog, v as FilterDrawer, Ve as FilterField, di as FilterFormField, Rn as FilterGroup, dr as FilterGroups, Lc as FilterInline, Qn as FilterPopover, Lr as FilterPresets, kf as FilterProvider, me as FilterSheet, md as FormField, ha as FunnelChart, Te as Gallery, Bn as GoalCard, Mt as HeatmapChart, kt as HelperText, H as Hero, Xn as HighlightText, mf as HoverCard, xo as HoverCardContent, $d as HoverCardTrigger, Jr as HydrateLoading, Js as IMAGE_CROP_ASPECTS, su as Icon, ul as IconButton, pd as IconLinkButton, cl as ImageCropper, Xl as ImageCropperDialog, ja as ImageField, Zc as ImageFormField, aa as ImageS3Field, Lo as ImageS3FormField, Al as InlineEdit, Bu as InlineEditFormField, Ml as Input, s as InputGroup, ns as InputGroupAddon, qu as InputGroupButton, zl as InputGroupField, lo as InputGroupFormField, vl as InputGroupInput, yu as InputGroupText, rc as InputGroupTextarea, gc as JsonViewer, Jc as Kanban, qo as KanbanProvider, fe as Kbd, wu as KbdShortcut, We as Label, Po as LanguageSwitcher, ci as LightboxGallery, _r as LineChart, Yo as LinkButton, Cu as ListDetailsDetails, sc as ListDetailsLayout, oo as ListDetailsList, Il as ListDetailsTrigger, ue as ListTile, vf as LoadMoreButton, vo as MOONLIGHT_DARK, Xd as MOONLIGHT_DAY, Ns as MediaCard, Ue as Menubar, Ot as MenubarCheckboxItem, mn as MenubarContent, zr as MenubarGroup, jf as MenubarItem, N as MenubarLabel, zi as MenubarMenu, ht as MenubarPortal, Ei as MenubarRadioGroup, Qi as MenubarRadioItem, nt as MenubarSeparator, en as MenubarShortcut, mu as MenubarSub, Vt as MenubarSubContent, wa as MenubarSubTrigger, da as MenubarTrigger, zd as MiniGallery, er as NavigationRail, lt as NetworkUploadField, uc as NetworkUploadFormField, pi as Notifications, _e as NumberField, je as NumberFormField, af as OpeningHours, Eo as OpeningHoursDialog, yf as OpeningHoursFormField, Ad as OpeningHoursItem, q as OpeningHoursSchema, va as OtpField, Eu as OtpFormField, qs as OverlayCard, En as PHONE_COUNTRIES, C as Pager, Qo as Pagination, $c as PaginationBar, Ts as PaginationContent, tu as PaginationEllipsis, pl as PaginationItem, Qs as PaginationLink, zs as PaginationNext, Za as PaginationPrevious, Er as PaneLayout, o as PaneLayoutContent, os as PaneLayoutPane, Zu as PaneLayoutTrigger, Gc as ParamTable, ed as PasswordField, ls as PasswordFormField, Z as PdfOutlineSidebar, Hu as PdfPageList, nd as PdfReader, fo as PdfSidebar, Vl as PdfThumbnailSidebar, fc as PdfToolbar, Dl as PdfViewer, n as PercentField, Sr as PercentFormField, Ud as PhoneField, Na as PhoneFormField, au as PieChart, Ma as Popover, xr as PopoverAnchor, t as PopoverContent, fs as PopoverTrigger, Ea as PostalAddress, ea as PostalAddressDialog, pa as PostalAddressFormField, sl as PricingCard, Ut as PrintBadge, Vi as PrintCard, Ge as PrintCardField, hi as PrintHeader, Oi as PrintInfoRow, it as PrintSection, nn as PrintTable, Or as PrintTableCell, xf as PrintTableHeader, S as PrintTableRow, Me as PrintTotalRow, _t as PrintTotals, Yl as ProfileCard, cf as Progress, yd as ProgressField, gn as QRCode, ho as QuestionCard, Hs as Quiz, ys as QuoteCard, Gt as RadarChart, Jt as RadioGroup, cu as RadioGroupBase, sa as RadioGroupFormField, Ft as RadioGroupItem, Dn as RankCard, Lt as RatingField, uu as RatingFormField, at as RelativeTime, Dc as ResizableGroup, c as ResizablePanel, mc as ResizableSeparator, Ql as ResponsiveButton, we as ResponsiveGrid, Ss as ResponsiveLinkButton, Ol as RichTextEditor, rd as RichTextEditorFormField, Xt as S3UploadField, Qe as S3UploadFormField, qe as ScatterChart, Cl as ScrollProgress, Hn as ScrollToTop, Fs as SearchField, Ji as SearchFormField, kr as SeeAlso, Bs as Select, Ur as SelectCardField, Si as SelectCardFormField, Xe as SelectChipField, dt as SelectChipFormField, Qa as SelectContent, ml as SelectField, $s as SelectFieldTrigger, nu as SelectFormField, jd as SelectGroup, bf as SelectItem, Do as SelectLabel, of as SelectScrollDownButton, ei as SelectScrollUpButton, J as SelectSeparator, Gd as SelectTrigger, mi as SelectValue, mr as Separator, yn as Sheet, Mn as SheetClose, ar as SheetContent, Fe as SheetDescription, bt as SheetFooter, on as SheetHeader, jr as SheetTitle, wf as SheetTrigger, xe as Sidebar, se as SidebarContent, Gn as SidebarFooter, Ac as SidebarHeader, d as SidebarMenuItem, _c as SidebarMenuLabel, ao as Skeleton, oc as SkeletonAvatar, xl as SkeletonCard, Xu as SkeletonTable, Su as SkeletonText, Fo as SkipLink, Ki as Slider, Fi as SliderFormField, ur as Sortable, k as SortableList, Of as SortableListFormField, Ln as SortableProvider, Tc as Sparkline, W as Spinner, Pt as SplitButton, Ko as SpotlightCard, Y as StatCard, Je as StatusIndicator, Md as Stepper, ti as StepperIndicator, Vr as Steps, F as StepsItem, X as StxPlayer, X as VideoPlayer, Ul as StxPlayerControls, ps as StxPlayerExtras, Bo as StxPlayerMini, tl as StxPlayerProvider, id as StxPlayerQueue, Vc as StxPlayerViewport, ms as SummaryData, bi as Switch, Fr as SwitchFormField, Au as Switcher, wt as TIMEZONES, cd as Table, Wo as TableBody, _s as TableCaption, ql as TableCell, al as TableFooter, Gs as TableHead, js as TableHeader, Ua as TableRow, ai as Tabs, Se as TabsContent, ce as TabsList, Kn as TabsTrigger, Es as TextField, $o as TextFormField, no as Textarea, _d as TextareaField, el as TextareaFormField, kl as ThemeToggle, La as ThreadLayout, xi as TimeField, qi as TimeFieldTrigger, ut as TimeFormField, Ze as TimePicker, Ae as Timeline, ge as TimelineItem, ze as TimezoneField, lr as TimezoneFormField, Nc as Toast, bc as Toaster, Ll as Toc, ya as Toggle, Yt as ToggleGroup, lu as ToggleGroupItem, It as ToggleGroupSeparator, gf as Tooltip, Co as TooltipContent, Zn as TooltipPrimitive, tf as TooltipProvider, Xr as TooltipTrigger, Nl as TopAppBar, In as TransferList, Cn as TransferListFormField, Wu as Tree, $a as TreeItem, zc as TrendCard, ic as Typography, Pn as URL_PARAM_SEPARATORS, Ni as UploadField, xc as UploadFormField, Yn as UrlField, de as UrlFormField, sr as VALIDATION_MESSAGES, bl as VALIDATION_PATTERNS, xu as VALIDATION_PRESETS, Os as answeredCount, ld as areFilterValuesEqual, $e as arrayMove, vc as badgeVariants, Dd as buttonVariants, hr as cityLine, tr as clampNumber, ba as clampRating, Go as cleanFilterValues, i as clearFromStorage, Qt as clearPersistedFilterValues, wi as clearPresets, Rt as closestCenter, w as collectComposerAttachments, At as commonPrintStyles, Yi as composeRefs, ts as contactTypeLabel, Ct as convertAttributesToRecord, or as copyToClipboard, vs as countActiveFilters, K as countryOptions, za as createInitialState, ac as createValidationRule, Ps as cropImageToFile, Rs as dataTableFeatures, Wd as dayOfWeekLabel, qa as debounce, Zl as docActions, ll as docSelectors, Ys as docSlice, fi as exampleNational, hf as filterDocNav, So as findActiveDocHref, R as findActiveMenuItem, zn as findCountry, ef as findDocChildren, Yr as findDocPager, U as findDocSiblings, gu as findTreeNode, fr as flagEmoji, Bd as flattenDocNav, ec as flattenVisibleTree, kn as formatAmount, ln as formatAttributeDisplayedValue, Pr as formatAttributesValues, nr as formatDate, Nr as formatFileSize, Jl as formatFilterValue, ke as formatInternational, he as formatNational, gi as formatRelativeTime, b as formatStatDelta, Kd as formatTime, oi as generatePresetId, Wa as getDefaultValuesFromSchema, Cd as getFilterField, ff as getFilterFieldLabel, yo as getGroupFields, Ka as getRadianAngle, Zd as getUngroupedFields, io as getValidationError, Kr as getVisibleFields, Da as handleDocKeyDown, ol as hasActiveFilters, Pl as hasValidationErrors, Ks as haveFiltersChanged, xt as headingText, Gr as highlightCode, Zt as horizontalListSortingStrategy, Q as iconButtonVariants, Q as variants, Nu as inputDefaultClassNames, Be as insertIds, qd as isAnswerCorrect, Hr as isAnswered, li as isDocPathActive, gr as isDocSearchHotkey, nl as isEmail, Pf as isExternalHref, B as isFieldVisible, Ms as isFilterValueEmpty, Fd as isMenuItemActive, $n as isPossiblePhoneNumber, ee as isPostalAddressEmpty, te as isTypingTarget, Pc as isUrl, Rc as isValidPhoneNumber, is as loadFromStorage, Sa as loadFromUrl, fu as loadPersistedFilterValues, Xi as loadPresets, Ld as mapFilterFieldToFieldConfig, Nd as minutesToParts, Pe as moonlightThemeName, Ee as navLabel, rl as normalizeHex, h as normalizeUrl, gd as paginationItems, rf as parseCurrencyInput, la as parseFromUrlParams, vn as parseJsonSource, Bc as parseNumberInput, y as parsePhoneInput, ii as partitionMenu, ni as partsToMinutes, zt as persistFilterValues, xa as pointerWithin, ds as postalAddressCountryName, jn as prettyJson, ca as rectIntersection, yt as registerMoonlightThemes, u as renderChatMarkdown, Id as resolveCodeLanguage, ve as resolveStepState, Td as rotateSize, et as savePresets, Yu as saveToStorage, Tl as scorePassword, Ba as scoreQuiz, Fa as serializeToUrlParams, cc as shortcutGlyph, Nf as slugify, Sn as sonnerToast, Ce as sortPresets, qr as splitAvatarOverflow, Wi as statusToneDotClass, x as stepNumber, vd as stxPlayerActions, sf as stxPlayerSelectors, mo as stxPlayerSlice, un as timezoneLabel, Hi as toDate, wc as toE164, m as toast, br as toasts, oa as toggleVariants, ru as tw, ro as typographyVariants, wr as updateUrlWithFilters, ne as useChartTheme, Ai as useChatComposerAttachments, td as useColumnHelpers, Dr as useComboboxAnchor, El as useDeleteRowsHandler, ft as useDndActiveId, Ci as useDndItem, ta as useDoc, Sc as useDocContext, eo as useEventCalendar, ad as useEventCalendarContext, Li as useFilter, j as useFilterContext, pt as useFilterSelector, dd as useKanban, bs as useKanbanContext, Lu as useListDetails, wn as useOptionalDocContext, Sl as usePaneLayout, Ou as usePdfReader, Ds as useStxPlayer, Vs as useStxPlayerContext, hl as useTree, Fu as validateAllFilters, Mo as validateField, Kc as validateFilterValue, du as verticalListSortingStrategy };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Mp as e, Np as t, jp as n } from "./main-D7WtUVbv.js";
|
|
2
|
+
import { X as r } from "./lib-Rq5clPUe.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__ */ e({
|
|
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__ */ t((/* @__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 {
|
|
2
|
-
export {
|
|
1
|
+
import { Bo as e, Fo as t, Go as n, Ho as r, Io as i, Jo as a, Ko as o, Lo as s, No as c, Po as l, Ro as u, Uo as d, Vo as f, Wo as p, Xo as m, Yo as h, Zo as g, qo as _, zo as v } from "./main-D7WtUVbv.js";
|
|
2
|
+
export { g as CSS, f as DndOverlay, e as DndProvider, v as DragHandle, u as Draggable, s as DraggableDroppable, i as Droppable, l as Sortable, c as SortableProvider, n as arrayMove, a as closestCenter, p as composeRefs, o as horizontalListSortingStrategy, t as insertIds, h as pointerWithin, m as rectIntersection, r as useDndActiveId, d as useDndItem, _ as verticalListSortingStrategy };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { l as e } from "./i18n-
|
|
1
|
+
import { l as e } from "./i18n-D4R3sSqT.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";
|
|
@@ -25,8 +25,33 @@ function v(e, t, n) {
|
|
|
25
25
|
}).filter((e) => e !== null);
|
|
26
26
|
}
|
|
27
27
|
//#endregion
|
|
28
|
+
//#region lib/hooks/use-heading-spy.ts
|
|
29
|
+
var y = "0px 0px -65% 0px", b = [0, 1];
|
|
30
|
+
function x(e, t, n) {
|
|
31
|
+
let r = n?.rootMargin ?? y, i = n?.threshold ?? b;
|
|
32
|
+
l(() => {
|
|
33
|
+
if (e.length === 0) return;
|
|
34
|
+
let n = e.map((e) => document.getElementById(e)).filter((e) => e != null);
|
|
35
|
+
if (n.length === 0) return;
|
|
36
|
+
let a = new IntersectionObserver((e) => {
|
|
37
|
+
let n = e.filter((e) => e.isIntersecting).sort((e, t) => e.boundingClientRect.top - t.boundingClientRect.top)[0]?.target.id;
|
|
38
|
+
n && t(n);
|
|
39
|
+
}, {
|
|
40
|
+
rootMargin: r,
|
|
41
|
+
threshold: i
|
|
42
|
+
});
|
|
43
|
+
for (let e of n) a.observe(e);
|
|
44
|
+
return () => a.disconnect();
|
|
45
|
+
}, [
|
|
46
|
+
e,
|
|
47
|
+
t,
|
|
48
|
+
r,
|
|
49
|
+
i
|
|
50
|
+
]);
|
|
51
|
+
}
|
|
52
|
+
//#endregion
|
|
28
53
|
//#region node_modules/date-fns/locale/fr/_lib/formatDistance.js
|
|
29
|
-
var
|
|
54
|
+
var S = {
|
|
30
55
|
lessThanXSeconds: {
|
|
31
56
|
one: "moins d’une seconde",
|
|
32
57
|
other: "moins de {{count}} secondes"
|
|
@@ -88,10 +113,10 @@ var y = {
|
|
|
88
113
|
one: "presqu’un an",
|
|
89
114
|
other: "presque {{count}} ans"
|
|
90
115
|
}
|
|
91
|
-
},
|
|
92
|
-
let r, i =
|
|
116
|
+
}, C = (e, t, n) => {
|
|
117
|
+
let r, i = S[e];
|
|
93
118
|
return r = typeof i == "string" ? i : t === 1 ? i.one : i.other.replace("{{count}}", String(t)), n?.addSuffix ? n.comparison && n.comparison > 0 ? "dans " + r : "il y a " + r : r;
|
|
94
|
-
},
|
|
119
|
+
}, w = {
|
|
95
120
|
date: n({
|
|
96
121
|
formats: {
|
|
97
122
|
full: "EEEE d MMMM y",
|
|
@@ -119,18 +144,18 @@ var y = {
|
|
|
119
144
|
},
|
|
120
145
|
defaultWidth: "full"
|
|
121
146
|
})
|
|
122
|
-
},
|
|
147
|
+
}, T = {
|
|
123
148
|
lastWeek: "eeee 'dernier à' p",
|
|
124
149
|
yesterday: "'hier à' p",
|
|
125
150
|
today: "'aujourd’hui à' p",
|
|
126
151
|
tomorrow: "'demain à' p'",
|
|
127
152
|
nextWeek: "eeee 'prochain à' p",
|
|
128
153
|
other: "P"
|
|
129
|
-
},
|
|
154
|
+
}, E = (e, t, n, r) => T[e], D = {
|
|
130
155
|
narrow: ["av. J.-C", "ap. J.-C"],
|
|
131
156
|
abbreviated: ["av. J.-C", "ap. J.-C"],
|
|
132
157
|
wide: ["avant Jésus-Christ", "après Jésus-Christ"]
|
|
133
|
-
},
|
|
158
|
+
}, O = {
|
|
134
159
|
narrow: [
|
|
135
160
|
"T1",
|
|
136
161
|
"T2",
|
|
@@ -149,7 +174,7 @@ var y = {
|
|
|
149
174
|
"3ème trimestre",
|
|
150
175
|
"4ème trimestre"
|
|
151
176
|
]
|
|
152
|
-
},
|
|
177
|
+
}, k = {
|
|
153
178
|
narrow: [
|
|
154
179
|
"J",
|
|
155
180
|
"F",
|
|
@@ -192,7 +217,7 @@ var y = {
|
|
|
192
217
|
"novembre",
|
|
193
218
|
"décembre"
|
|
194
219
|
]
|
|
195
|
-
},
|
|
220
|
+
}, A = {
|
|
196
221
|
narrow: [
|
|
197
222
|
"D",
|
|
198
223
|
"L",
|
|
@@ -229,7 +254,7 @@ var y = {
|
|
|
229
254
|
"vendredi",
|
|
230
255
|
"samedi"
|
|
231
256
|
]
|
|
232
|
-
},
|
|
257
|
+
}, j = {
|
|
233
258
|
narrow: {
|
|
234
259
|
am: "AM",
|
|
235
260
|
pm: "PM",
|
|
@@ -260,7 +285,7 @@ var y = {
|
|
|
260
285
|
evening: "du soir",
|
|
261
286
|
night: "du matin"
|
|
262
287
|
}
|
|
263
|
-
},
|
|
288
|
+
}, M = (e, t) => {
|
|
264
289
|
let n = Number(e), r = t?.unit;
|
|
265
290
|
if (n === 0) return "0";
|
|
266
291
|
let i = [
|
|
@@ -271,38 +296,38 @@ var y = {
|
|
|
271
296
|
"second"
|
|
272
297
|
], a;
|
|
273
298
|
return a = n === 1 ? r && i.includes(r) ? "ère" : "er" : "ème", n + a;
|
|
274
|
-
},
|
|
299
|
+
}, N = ["MMM", "MMMM"], P = {
|
|
275
300
|
en: s,
|
|
276
301
|
fr: {
|
|
277
302
|
code: "fr",
|
|
278
|
-
formatDistance:
|
|
279
|
-
formatLong:
|
|
280
|
-
formatRelative:
|
|
303
|
+
formatDistance: C,
|
|
304
|
+
formatLong: w,
|
|
305
|
+
formatRelative: E,
|
|
281
306
|
localize: {
|
|
282
|
-
preprocessor: (e, t) => e.getDate() === 1 || !t.some((e) => e.isToken &&
|
|
307
|
+
preprocessor: (e, t) => e.getDate() === 1 || !t.some((e) => e.isToken && N.includes(e.value)) ? t : t.map((e) => e.isToken && e.value === "do" ? {
|
|
283
308
|
isToken: !0,
|
|
284
309
|
value: "d"
|
|
285
310
|
} : e),
|
|
286
|
-
ordinalNumber:
|
|
311
|
+
ordinalNumber: M,
|
|
287
312
|
era: t({
|
|
288
|
-
values:
|
|
313
|
+
values: D,
|
|
289
314
|
defaultWidth: "wide"
|
|
290
315
|
}),
|
|
291
316
|
quarter: t({
|
|
292
|
-
values:
|
|
317
|
+
values: O,
|
|
293
318
|
defaultWidth: "wide",
|
|
294
319
|
argumentCallback: (e) => e - 1
|
|
295
320
|
}),
|
|
296
321
|
month: t({
|
|
297
|
-
values:
|
|
322
|
+
values: k,
|
|
298
323
|
defaultWidth: "wide"
|
|
299
324
|
}),
|
|
300
325
|
day: t({
|
|
301
|
-
values:
|
|
326
|
+
values: A,
|
|
302
327
|
defaultWidth: "wide"
|
|
303
328
|
}),
|
|
304
329
|
dayPeriod: t({
|
|
305
|
-
values:
|
|
330
|
+
values: j,
|
|
306
331
|
defaultWidth: "wide"
|
|
307
332
|
})
|
|
308
333
|
},
|
|
@@ -432,8 +457,8 @@ var y = {
|
|
|
432
457
|
}
|
|
433
458
|
}
|
|
434
459
|
};
|
|
435
|
-
function
|
|
436
|
-
let t = e()?.language ?? "en", n = d(() =>
|
|
460
|
+
function F() {
|
|
461
|
+
let t = e()?.language ?? "en", n = d(() => P[t] ?? s, [t]);
|
|
437
462
|
return {
|
|
438
463
|
language: t,
|
|
439
464
|
locale: n,
|
|
@@ -442,11 +467,20 @@ function M() {
|
|
|
442
467
|
}
|
|
443
468
|
//#endregion
|
|
444
469
|
//#region node_modules/react-use/esm/misc/util.js
|
|
445
|
-
var
|
|
446
|
-
|
|
470
|
+
var I = function() {};
|
|
471
|
+
function L(e) {
|
|
472
|
+
var t = [...arguments].slice(1);
|
|
473
|
+
e && e.addEventListener && e.addEventListener.apply(e, t);
|
|
474
|
+
}
|
|
475
|
+
function R(e) {
|
|
476
|
+
var t = [...arguments].slice(1);
|
|
477
|
+
e && e.removeEventListener && e.removeEventListener.apply(e, t);
|
|
478
|
+
}
|
|
479
|
+
var z = typeof window < "u", B = function(e, t, n) {
|
|
480
|
+
if (!z) return [
|
|
447
481
|
t,
|
|
448
|
-
|
|
449
|
-
|
|
482
|
+
I,
|
|
483
|
+
I
|
|
450
484
|
];
|
|
451
485
|
if (!e) throw Error("useLocalStorage key may not be falsy");
|
|
452
486
|
var r = n ? n.raw ? function(e) {
|
|
@@ -479,10 +513,10 @@ var N = function() {}, P = typeof window < "u", F = function(e, t, n) {
|
|
|
479
513
|
} catch {}
|
|
480
514
|
}, [e, s])
|
|
481
515
|
];
|
|
482
|
-
},
|
|
483
|
-
return t === void 0 ?
|
|
484
|
-
},
|
|
485
|
-
var n = p(
|
|
516
|
+
}, V = function(e, t) {
|
|
517
|
+
return t === void 0 ? z ? window.matchMedia(e).matches : (process.env.NODE_ENV !== "production" && console.warn("`useMedia` When server side rendering, defaultState should be defined to prevent a hydration mismatches."), !1) : t;
|
|
518
|
+
}, H = function(e, t) {
|
|
519
|
+
var n = p(V(e, t)), r = n[0], i = n[1];
|
|
486
520
|
return l(function() {
|
|
487
521
|
var t = !0, n = window.matchMedia(e), r = function() {
|
|
488
522
|
t && i(!!n.matches);
|
|
@@ -491,13 +525,13 @@ var N = function() {}, P = typeof window < "u", F = function(e, t, n) {
|
|
|
491
525
|
t = !1, n.removeEventListener("change", r);
|
|
492
526
|
};
|
|
493
527
|
}, [e]), r;
|
|
494
|
-
},
|
|
495
|
-
function
|
|
496
|
-
return
|
|
528
|
+
}, U = 768;
|
|
529
|
+
function W() {
|
|
530
|
+
return H(`(max-width: ${U - 1}px)`);
|
|
497
531
|
}
|
|
498
532
|
//#endregion
|
|
499
533
|
//#region lib/hooks/use-navigation.ts
|
|
500
|
-
function
|
|
534
|
+
function G(e, t) {
|
|
501
535
|
let n = m();
|
|
502
536
|
return c(() => {
|
|
503
537
|
n(e, t);
|
|
@@ -507,7 +541,7 @@ function B(e, t) {
|
|
|
507
541
|
t
|
|
508
542
|
]);
|
|
509
543
|
}
|
|
510
|
-
function
|
|
544
|
+
function K(e) {
|
|
511
545
|
let t = m();
|
|
512
546
|
return d(() => e.map(({ to: e, options: n }) => () => {
|
|
513
547
|
t(e, n);
|
|
@@ -515,7 +549,7 @@ function V(e) {
|
|
|
515
549
|
}
|
|
516
550
|
//#endregion
|
|
517
551
|
//#region lib/hooks/use-number-formatter.ts
|
|
518
|
-
function
|
|
552
|
+
function q() {
|
|
519
553
|
let t = e(), n = c((e, n) => o(e, {
|
|
520
554
|
...n,
|
|
521
555
|
language: t?.language
|
|
@@ -531,7 +565,7 @@ function H() {
|
|
|
531
565
|
}
|
|
532
566
|
//#endregion
|
|
533
567
|
//#region lib/hooks/use-options.ts
|
|
534
|
-
function
|
|
568
|
+
function J(e, { filter: t, value: n, label: r, expanded: i }) {
|
|
535
569
|
return e.filter((e) => e && (t?.(e) ?? !0)).map((e) => {
|
|
536
570
|
let t = typeof n == "function" ? n(e) : e[n]?.toString() ?? "", a = "";
|
|
537
571
|
return a = typeof r == "function" ? r(e) : Array.isArray(r) ? r.map((t) => e[t]).filter(Boolean).join(" ") : e[r]?.toString() ?? "", {
|
|
@@ -541,9 +575,9 @@ function U(e, { filter: t, value: n, label: r, expanded: i }) {
|
|
|
541
575
|
};
|
|
542
576
|
});
|
|
543
577
|
}
|
|
544
|
-
function
|
|
578
|
+
function Y(e, t) {
|
|
545
579
|
let { filter: n, value: r, label: i, expanded: a } = t;
|
|
546
|
-
return d(() =>
|
|
580
|
+
return d(() => J(e, {
|
|
547
581
|
filter: n,
|
|
548
582
|
value: r,
|
|
549
583
|
label: i,
|
|
@@ -556,19 +590,19 @@ function W(e, t) {
|
|
|
556
590
|
a
|
|
557
591
|
]);
|
|
558
592
|
}
|
|
559
|
-
function
|
|
593
|
+
function X(e) {
|
|
560
594
|
return e?.edges?.map((e) => e.node) ?? [];
|
|
561
595
|
}
|
|
562
596
|
//#endregion
|
|
563
597
|
//#region lib/hooks/use-search-param.ts
|
|
564
|
-
function
|
|
598
|
+
function Z(e) {
|
|
565
599
|
let [t, n] = h();
|
|
566
600
|
return d(() => t.get(e), [t, e]);
|
|
567
601
|
}
|
|
568
602
|
//#endregion
|
|
569
603
|
//#region lib/hooks/use-theme.ts
|
|
570
|
-
function
|
|
571
|
-
let e =
|
|
604
|
+
function Q() {
|
|
605
|
+
let e = H("(prefers-color-scheme: dark)"), [t, n, r] = B("theme"), { theme: i, preference: a } = g(typeof t == "string" ? t : void 0, !!e);
|
|
572
606
|
return {
|
|
573
607
|
theme: i,
|
|
574
608
|
preference: a,
|
|
@@ -578,4 +612,4 @@ function q() {
|
|
|
578
612
|
};
|
|
579
613
|
}
|
|
580
614
|
//#endregion
|
|
581
|
-
export {
|
|
615
|
+
export { v as _, Y as a, K as c, B as d, z as f, x as g, F as h, X as i, W as l, L as m, Z as n, q as o, R as p, J as r, G as s, Q as t, H as u, _ as v, g as y };
|
package/dist/hooks.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { L as
|
|
3
|
-
export {
|
|
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-CHmfdtMs.js";
|
|
2
|
+
import { L as m } from "./number.utils-BR3XO6me.js";
|
|
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 };
|
|
@@ -728,6 +728,16 @@ var tr = Xe(function(e, t, n) {
|
|
|
728
728
|
title: "Command Palette",
|
|
729
729
|
description: "Search for a command to run..."
|
|
730
730
|
},
|
|
731
|
+
"scroll-progress": "Scroll progress",
|
|
732
|
+
"skip-link": "Skip to content",
|
|
733
|
+
"see-also": "See also",
|
|
734
|
+
cards: { "per-month": "/ month" },
|
|
735
|
+
metrics: { "of-target": "of {target}" },
|
|
736
|
+
pager: {
|
|
737
|
+
previous: "Previous",
|
|
738
|
+
next: "Next"
|
|
739
|
+
},
|
|
740
|
+
toc: { "on-this-page": "On this page" },
|
|
731
741
|
upload: { dropzone: {
|
|
732
742
|
idle: "Drag & drop files here, or click to browse",
|
|
733
743
|
"at-capacity": "Maximum number of files reached",
|
|
@@ -1411,6 +1421,47 @@ var tr = Xe(function(e, t, n) {
|
|
|
1411
1421
|
"card-title": "Card title",
|
|
1412
1422
|
subtitle: "Add subtitle",
|
|
1413
1423
|
"wip-full": "Column is at WIP limit"
|
|
1424
|
+
},
|
|
1425
|
+
doc: {
|
|
1426
|
+
search: "Search docs",
|
|
1427
|
+
"search-placeholder": "Search the documentation…",
|
|
1428
|
+
filter: "Filter pages",
|
|
1429
|
+
"filter-empty": "Try a different filter.",
|
|
1430
|
+
"no-results": "No results",
|
|
1431
|
+
"search-navigate": "to navigate",
|
|
1432
|
+
"search-select": "to select",
|
|
1433
|
+
"search-close": "to close",
|
|
1434
|
+
"skip-to-content": "Skip to content",
|
|
1435
|
+
"reading-progress": "Reading progress",
|
|
1436
|
+
"on-this-page": "On this page",
|
|
1437
|
+
menu: "Menu",
|
|
1438
|
+
"menu-description": "Documentation navigation",
|
|
1439
|
+
previous: "Previous",
|
|
1440
|
+
next: "Next",
|
|
1441
|
+
"see-also": "See also",
|
|
1442
|
+
"copy-link": "Copy link",
|
|
1443
|
+
"copied-link": "Copied",
|
|
1444
|
+
"copy-page": "Copy page",
|
|
1445
|
+
"copy-markdown": "Copy markdown",
|
|
1446
|
+
edit: "Edit this page",
|
|
1447
|
+
"last-updated": "Updated",
|
|
1448
|
+
collapse: "Collapse",
|
|
1449
|
+
expand: "Expand",
|
|
1450
|
+
callout: {
|
|
1451
|
+
note: "Note",
|
|
1452
|
+
tip: "Tip",
|
|
1453
|
+
info: "Info",
|
|
1454
|
+
warning: "Warning",
|
|
1455
|
+
danger: "Danger",
|
|
1456
|
+
success: "Success"
|
|
1457
|
+
}
|
|
1458
|
+
},
|
|
1459
|
+
"param-table": {
|
|
1460
|
+
name: "Name",
|
|
1461
|
+
type: "Type",
|
|
1462
|
+
default: "Default",
|
|
1463
|
+
description: "Description",
|
|
1464
|
+
required: "required"
|
|
1414
1465
|
}
|
|
1415
1466
|
} },
|
|
1416
1467
|
fr: { material: {
|
|
@@ -1436,6 +1487,16 @@ var tr = Xe(function(e, t, n) {
|
|
|
1436
1487
|
title: "Palette de commandes",
|
|
1437
1488
|
description: "Recherchez une commande à exécuter..."
|
|
1438
1489
|
},
|
|
1490
|
+
"scroll-progress": "Progression du défilement",
|
|
1491
|
+
"skip-link": "Aller au contenu",
|
|
1492
|
+
"see-also": "Voir aussi",
|
|
1493
|
+
cards: { "per-month": "/ mois" },
|
|
1494
|
+
metrics: { "of-target": "sur {target}" },
|
|
1495
|
+
pager: {
|
|
1496
|
+
previous: "Précédent",
|
|
1497
|
+
next: "Suivant"
|
|
1498
|
+
},
|
|
1499
|
+
toc: { "on-this-page": "Sur cette page" },
|
|
1439
1500
|
upload: { dropzone: {
|
|
1440
1501
|
idle: "Glissez-déposez des fichiers ici, ou cliquez pour parcourir",
|
|
1441
1502
|
"at-capacity": "Nombre maximum de fichiers atteint",
|
|
@@ -2119,6 +2180,47 @@ var tr = Xe(function(e, t, n) {
|
|
|
2119
2180
|
"card-title": "Titre de la carte",
|
|
2120
2181
|
subtitle: "Ajouter un sous-titre",
|
|
2121
2182
|
"wip-full": "Colonne au maximum WIP"
|
|
2183
|
+
},
|
|
2184
|
+
doc: {
|
|
2185
|
+
search: "Rechercher",
|
|
2186
|
+
"search-placeholder": "Rechercher dans la documentation…",
|
|
2187
|
+
filter: "Filtrer les pages",
|
|
2188
|
+
"filter-empty": "Essayez un autre filtre.",
|
|
2189
|
+
"no-results": "Aucun résultat",
|
|
2190
|
+
"search-navigate": "pour naviguer",
|
|
2191
|
+
"search-select": "pour ouvrir",
|
|
2192
|
+
"search-close": "pour fermer",
|
|
2193
|
+
"skip-to-content": "Aller au contenu",
|
|
2194
|
+
"reading-progress": "Progression de lecture",
|
|
2195
|
+
"on-this-page": "Sur cette page",
|
|
2196
|
+
menu: "Menu",
|
|
2197
|
+
"menu-description": "Navigation de la documentation",
|
|
2198
|
+
previous: "Précédent",
|
|
2199
|
+
next: "Suivant",
|
|
2200
|
+
"see-also": "Voir aussi",
|
|
2201
|
+
"copy-link": "Copier le lien",
|
|
2202
|
+
"copied-link": "Copié",
|
|
2203
|
+
"copy-page": "Copier la page",
|
|
2204
|
+
"copy-markdown": "Copier le markdown",
|
|
2205
|
+
edit: "Modifier cette page",
|
|
2206
|
+
"last-updated": "Mis à jour",
|
|
2207
|
+
collapse: "Replier",
|
|
2208
|
+
expand: "Déplier",
|
|
2209
|
+
callout: {
|
|
2210
|
+
note: "Note",
|
|
2211
|
+
tip: "Astuce",
|
|
2212
|
+
info: "Info",
|
|
2213
|
+
warning: "Attention",
|
|
2214
|
+
danger: "Danger",
|
|
2215
|
+
success: "Succès"
|
|
2216
|
+
}
|
|
2217
|
+
},
|
|
2218
|
+
"param-table": {
|
|
2219
|
+
name: "Nom",
|
|
2220
|
+
type: "Type",
|
|
2221
|
+
default: "Défaut",
|
|
2222
|
+
description: "Description",
|
|
2223
|
+
required: "requis"
|
|
2122
2224
|
}
|
|
2123
2225
|
} }
|
|
2124
2226
|
}, J = "language", nr = "en", Y = Object.keys(q), rr = e(null);
|
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-D4R3sSqT.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 };
|