react-os-shell 4.41.0 → 4.54.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/dist/{Browser-TKBH4DZ3.js → Browser-5NHZNED2.js} +6 -6
- package/dist/{Browser-TKBH4DZ3.js.map → Browser-5NHZNED2.js.map} +1 -1
- package/dist/{Calculator-XERXEV35.js → Calculator-PHKNMRLX.js} +5 -5
- package/dist/{Calculator-XERXEV35.js.map → Calculator-PHKNMRLX.js.map} +1 -1
- package/dist/{CurrencyConverter-OSZISLHT.js → CurrencyConverter-MEG7RHEK.js} +5 -5
- package/dist/{CurrencyConverter-OSZISLHT.js.map → CurrencyConverter-MEG7RHEK.js.map} +1 -1
- package/dist/{Documents-YRTLDTLX.js → Documents-YOUMLERR.js} +7 -7
- package/dist/{Documents-YRTLDTLX.js.map → Documents-YOUMLERR.js.map} +1 -1
- package/dist/{Files-WHYCDRYU.js → Files-4NQ5IFUE.js} +8 -8
- package/dist/{Files-WHYCDRYU.js.map → Files-4NQ5IFUE.js.map} +1 -1
- package/dist/{Notepad-6UAWRNZH.js → Notepad-UHTEKEEM.js} +7 -7
- package/dist/{Notepad-6UAWRNZH.js.map → Notepad-UHTEKEEM.js.map} +1 -1
- package/dist/{PomodoroTimer-5ZSIG7SQ.js → PomodoroTimer-5B5AFXQH.js} +7 -7
- package/dist/{PomodoroTimer-5ZSIG7SQ.js.map → PomodoroTimer-5B5AFXQH.js.map} +1 -1
- package/dist/{Preview-VBIWWJLK.js → Preview-2CCBN25S.js} +8 -8
- package/dist/{Preview-VBIWWJLK.js.map → Preview-2CCBN25S.js.map} +1 -1
- package/dist/{Spreadsheet-GRD4P3OI.js → Spreadsheet-2N6TMVQU.js} +6 -6
- package/dist/{Spreadsheet-GRD4P3OI.js.map → Spreadsheet-2N6TMVQU.js.map} +1 -1
- package/dist/{Stock-4BORXILI.js → Stock-KTWRNBI6.js} +5 -5
- package/dist/{Stock-4BORXILI.js.map → Stock-KTWRNBI6.js.map} +1 -1
- package/dist/{Weather-ZPPSEUIY.js → Weather-B7MO7N4N.js} +5 -5
- package/dist/{Weather-ZPPSEUIY.js.map → Weather-B7MO7N4N.js.map} +1 -1
- package/dist/{WorldClock-LBKYWDWE.js → WorldClock-M5MEV74F.js} +5 -5
- package/dist/{WorldClock-LBKYWDWE.js.map → WorldClock-M5MEV74F.js.map} +1 -1
- package/dist/apps/index.js +16 -16
- package/dist/{chunk-22BNPLM4.js → chunk-3OCL3DB4.js} +3 -3
- package/dist/{chunk-22BNPLM4.js.map → chunk-3OCL3DB4.js.map} +1 -1
- package/dist/{chunk-D4WFGAUW.js → chunk-3SUSQHOW.js} +278 -60
- package/dist/chunk-3SUSQHOW.js.map +1 -0
- package/dist/{chunk-GUWAKATU.js → chunk-5S65ZC5W.js} +3 -3
- package/dist/{chunk-GUWAKATU.js.map → chunk-5S65ZC5W.js.map} +1 -1
- package/dist/{chunk-COTCIYLS.js → chunk-BIZJ7RLC.js} +4 -4
- package/dist/{chunk-COTCIYLS.js.map → chunk-BIZJ7RLC.js.map} +1 -1
- package/dist/{chunk-X5PZYTAK.js → chunk-ECE3B3FZ.js} +3 -3
- package/dist/{chunk-X5PZYTAK.js.map → chunk-ECE3B3FZ.js.map} +1 -1
- package/dist/{chunk-X6DOWIY2.js → chunk-FHPPPDHL.js} +3 -3
- package/dist/{chunk-X6DOWIY2.js.map → chunk-FHPPPDHL.js.map} +1 -1
- package/dist/{chunk-OI253GOA.js → chunk-IOCOH2QQ.js} +4 -4
- package/dist/{chunk-OI253GOA.js.map → chunk-IOCOH2QQ.js.map} +1 -1
- package/dist/{chunk-4AKVHY4B.js → chunk-TK6HI2U4.js} +23 -3
- package/dist/chunk-TK6HI2U4.js.map +1 -0
- package/dist/chunk-XVXEYKMT.js +7 -0
- package/dist/{chunk-TQFUNASX.js.map → chunk-XVXEYKMT.js.map} +1 -1
- package/dist/{chunk-C22EFSND.js → chunk-ZCDFNZQS.js} +21 -6
- package/dist/chunk-ZCDFNZQS.js.map +1 -0
- package/dist/{index-B4RRJ5bp.d.ts → index-B6QGa8SJ.d.ts} +167 -8
- package/dist/index.d.ts +2 -2
- package/dist/index.js +14 -14
- package/dist/ui/index.d.ts +1 -1
- package/dist/ui/index.js +4 -4
- package/dist/ui.css +117 -43
- package/package.json +1 -1
- package/dist/chunk-4AKVHY4B.js.map +0 -1
- package/dist/chunk-C22EFSND.js.map +0 -1
- package/dist/chunk-D4WFGAUW.js.map +0 -1
- package/dist/chunk-TQFUNASX.js +0 -7
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import { ButtonHTMLAttributes, ReactNode, InputHTMLAttributes, TextareaHTMLAttributes, SelectHTMLAttributes, LabelHTMLAttributes, ElementType, MouseEvent,
|
|
2
|
+
import { ButtonHTMLAttributes, ReactNode, InputHTMLAttributes, TextareaHTMLAttributes, SelectHTMLAttributes, LabelHTMLAttributes, CSSProperties, ElementType, MouseEvent, RefObject } from 'react';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -595,6 +595,41 @@ interface CardProps {
|
|
|
595
595
|
/** Row below the body, divided by a hairline. */
|
|
596
596
|
footer?: ReactNode;
|
|
597
597
|
/** Apply default padding to the body. Default true; set false to fill edge-to-edge. */
|
|
598
|
+
/**
|
|
599
|
+
* Render the header as a real heading at this level, and the card as a
|
|
600
|
+
* region named by it.
|
|
601
|
+
*
|
|
602
|
+
* A card with a title IS a region of the page — the thing a screen-reader
|
|
603
|
+
* user jumps between, and the thing a heading list is for. Without this the
|
|
604
|
+
* title is a bold `<div>`: it looks like a heading to everyone who can see
|
|
605
|
+
* it and is invisible to everyone navigating by structure.
|
|
606
|
+
*
|
|
607
|
+
* The level is the caller's because only the caller knows the page's
|
|
608
|
+
* outline; a card inside a section that already has an `h2` needs an `h3`,
|
|
609
|
+
* and guessing produces a jumbled outline rather than no outline.
|
|
610
|
+
*
|
|
611
|
+
* Omitted, nothing changes — the header stays a styled `div` and the card a
|
|
612
|
+
* plain `div`, which is what every card shipping today is.
|
|
613
|
+
*/
|
|
614
|
+
headingLevel?: 2 | 3 | 4 | 5 | 6;
|
|
615
|
+
/**
|
|
616
|
+
* Rendered at the far end of the header row, opposite the title — a count, a
|
|
617
|
+
* filter, a "View all" link.
|
|
618
|
+
*
|
|
619
|
+
* It is a separate slot because it must stay OUT of the heading. Folded into
|
|
620
|
+
* `header`, a card titled "Team Members" with a "Team active" chip beside it
|
|
621
|
+
* announces itself as "Team Members Team active", and that is the string a
|
|
622
|
+
* heading list shows and a voice command has to match.
|
|
623
|
+
*/
|
|
624
|
+
headerActions?: ReactNode;
|
|
625
|
+
/**
|
|
626
|
+
* Names the card as a region when there is no header to name it — a card
|
|
627
|
+
* whose title lives outside it, or which has none.
|
|
628
|
+
*
|
|
629
|
+
* Ignored when `headingLevel` is set: the heading is the better name, and
|
|
630
|
+
* two names on one element is a contradiction rather than a belt and braces.
|
|
631
|
+
*/
|
|
632
|
+
'aria-label'?: string;
|
|
598
633
|
padded?: boolean;
|
|
599
634
|
/**
|
|
600
635
|
* Padding scale. Takes precedence over `padded`, which remains supported and
|
|
@@ -602,8 +637,21 @@ interface CardProps {
|
|
|
602
637
|
*/
|
|
603
638
|
padding?: CardPadding;
|
|
604
639
|
className?: string;
|
|
640
|
+
/**
|
|
641
|
+
* Classes for the body, beside the padding this component supplies.
|
|
642
|
+
*
|
|
643
|
+
* The body is a wrapper this component owns, so `className` cannot reach it
|
|
644
|
+
* — and a card whose contents are a column with a gap otherwise has to nest
|
|
645
|
+
* a div inside the one already there just to say so.
|
|
646
|
+
*/
|
|
647
|
+
bodyClassName?: string;
|
|
648
|
+
/**
|
|
649
|
+
* Inline style for the surface. For values that cannot be a class: an
|
|
650
|
+
* animation delay computed per item, a measured height.
|
|
651
|
+
*/
|
|
652
|
+
style?: CSSProperties;
|
|
605
653
|
}
|
|
606
|
-
declare function Card({ children, header, footer, padded, padding, className }: CardProps): react_jsx_runtime.JSX.Element;
|
|
654
|
+
declare function Card({ children, header, footer, padded, padding, headingLevel, headerActions, 'aria-label': ariaLabel, className, bodyClassName, style, }: CardProps): react_jsx_runtime.JSX.Element;
|
|
607
655
|
interface StatCardProps {
|
|
608
656
|
label: ReactNode;
|
|
609
657
|
value: ReactNode;
|
|
@@ -1506,6 +1554,30 @@ interface TopNavProps {
|
|
|
1506
1554
|
}
|
|
1507
1555
|
declare function TopNav({ items, activeKey, onSelect, brand, actions, className }: TopNavProps): react_jsx_runtime.JSX.Element;
|
|
1508
1556
|
|
|
1557
|
+
type DropdownMenuAlign = 'start' | 'end';
|
|
1558
|
+
interface DropdownMenuItem {
|
|
1559
|
+
key: string;
|
|
1560
|
+
label: ReactNode;
|
|
1561
|
+
icon?: ReactNode;
|
|
1562
|
+
/** A destructive choice — delete, revoke. Drawn in the danger tone. */
|
|
1563
|
+
danger?: boolean;
|
|
1564
|
+
disabled?: boolean;
|
|
1565
|
+
onSelect: () => void;
|
|
1566
|
+
}
|
|
1567
|
+
interface DropdownMenuProps {
|
|
1568
|
+
/** What opens the menu. Rendered inside the trigger button. */
|
|
1569
|
+
trigger: ReactNode;
|
|
1570
|
+
items: DropdownMenuItem[];
|
|
1571
|
+
/** Which edge the menu lines up with. `end` (the default) suits a menu at
|
|
1572
|
+
* the right of a row, where a left-aligned one would run off the card. */
|
|
1573
|
+
align?: DropdownMenuAlign;
|
|
1574
|
+
/** Names the trigger. Required in practice — the trigger is usually an icon. */
|
|
1575
|
+
'aria-label'?: string;
|
|
1576
|
+
className?: string;
|
|
1577
|
+
disabled?: boolean;
|
|
1578
|
+
}
|
|
1579
|
+
declare function DropdownMenu({ trigger, items, align, 'aria-label': ariaLabel, className, disabled, }: DropdownMenuProps): react_jsx_runtime.JSX.Element;
|
|
1580
|
+
|
|
1509
1581
|
/**
|
|
1510
1582
|
* Unified popup menu component — used for all context menus, dropdowns, and flyouts.
|
|
1511
1583
|
* Reads --menu-density CSS variable: 'tight', 'normal' (default), or 'large'.
|
|
@@ -1527,13 +1599,35 @@ interface PopupMenuProps {
|
|
|
1527
1599
|
/** Container for a popup menu — auto-clamps to stay within viewport */
|
|
1528
1600
|
declare function PopupMenu({ children, style, className, onClose, minWidth, portal }: PopupMenuProps): react_jsx_runtime.JSX.Element;
|
|
1529
1601
|
/** A clickable menu item */
|
|
1530
|
-
|
|
1602
|
+
interface PopupMenuItemProps {
|
|
1531
1603
|
onClick?: () => void;
|
|
1532
1604
|
children: ReactNode;
|
|
1533
1605
|
className?: string;
|
|
1534
1606
|
danger?: boolean;
|
|
1535
1607
|
disabled?: boolean;
|
|
1536
|
-
|
|
1608
|
+
/**
|
|
1609
|
+
* The menu semantics, when this item is part of one.
|
|
1610
|
+
*
|
|
1611
|
+
* A context menu on the desktop is a list of buttons and needs none of this;
|
|
1612
|
+
* a dropdown attached to a trigger is a `menu` whose items are `menuitem`s
|
|
1613
|
+
* with one tab stop between them. Both draw the same item, so the styling
|
|
1614
|
+
* lives here rather than being copied into whichever one is newer.
|
|
1615
|
+
*/
|
|
1616
|
+
role?: 'menuitem';
|
|
1617
|
+
tabIndex?: number;
|
|
1618
|
+
id?: string;
|
|
1619
|
+
onMouseEnter?: () => void;
|
|
1620
|
+
}
|
|
1621
|
+
/**
|
|
1622
|
+
* `forwardRef`, not a `ref` prop.
|
|
1623
|
+
*
|
|
1624
|
+
* Taking `ref` as an ordinary prop is React 19 only. This package's peer range
|
|
1625
|
+
* is `react: ">=18"`, and React 18 strips `ref` from a function component's
|
|
1626
|
+
* props and warns — so on an 18 consumer the ref would silently never attach,
|
|
1627
|
+
* `DropdownMenu`'s `itemRefs` would all be null, and its arrow keys would move
|
|
1628
|
+
* `tabIndex` while DOM focus stayed put. A keyboard-dead menu with no error.
|
|
1629
|
+
*/
|
|
1630
|
+
declare const PopupMenuItem: react.ForwardRefExoticComponent<PopupMenuItemProps & react.RefAttributes<HTMLButtonElement>>;
|
|
1537
1631
|
/** A divider line between menu items */
|
|
1538
1632
|
declare function PopupMenuDivider(): react_jsx_runtime.JSX.Element;
|
|
1539
1633
|
/** A section header label */
|
|
@@ -1579,6 +1673,12 @@ interface ToastOptions {
|
|
|
1579
1673
|
declare const toast: {
|
|
1580
1674
|
success: (message: string, opts?: ToastOptions) => void;
|
|
1581
1675
|
error: (message: string, opts?: ToastOptions) => void;
|
|
1676
|
+
/**
|
|
1677
|
+
* Something the user should read before continuing — a partial success, a
|
|
1678
|
+
* setting that will not apply until they do something else. Distinct from
|
|
1679
|
+
* `error`, which is "this did not happen".
|
|
1680
|
+
*/
|
|
1681
|
+
warning: (message: string, opts?: ToastOptions) => void;
|
|
1582
1682
|
info: (message: string, opts?: ToastOptions) => void;
|
|
1583
1683
|
notify: (message: string, opts?: {
|
|
1584
1684
|
duration?: number;
|
|
@@ -1911,6 +2011,17 @@ interface DataTableColumn<T> {
|
|
|
1911
2011
|
dataIndex?: keyof T & string;
|
|
1912
2012
|
render?: (row: T, index: number) => ReactNode;
|
|
1913
2013
|
align?: 'left' | 'right' | 'center';
|
|
2014
|
+
/**
|
|
2015
|
+
* The column holds a figure or a code — money, a quantity, a part or order
|
|
2016
|
+
* number.
|
|
2017
|
+
*
|
|
2018
|
+
* Renders it monospaced and right-aligns it by default. The table already
|
|
2019
|
+
* sets `tabular-nums`, so the digits line up down the column either way;
|
|
2020
|
+
* what this adds is a fixed advance for EVERY character, which is what lets
|
|
2021
|
+
* `00620L6N25KMFCBTDTM2QND` be compared against its neighbour by shape, and
|
|
2022
|
+
* a decimal point be found at the right edge without reading the number.
|
|
2023
|
+
*/
|
|
2024
|
+
numeric?: boolean;
|
|
1914
2025
|
/** Px. Also feeds the table's minimum width — see `minWidth`. */
|
|
1915
2026
|
width?: number;
|
|
1916
2027
|
/** Single-line with an ellipsis. */
|
|
@@ -1927,11 +2038,38 @@ interface DataTableColumn<T> {
|
|
|
1927
2038
|
* caller mapping names at the call site.
|
|
1928
2039
|
*/
|
|
1929
2040
|
sortable?: boolean;
|
|
2041
|
+
/**
|
|
2042
|
+
* Which way the FIRST click sorts. Defaults to ascending.
|
|
2043
|
+
*
|
|
2044
|
+
* `desc` is right wherever the interesting end is the top: a price column,
|
|
2045
|
+
* a quantity, a date where the newest matters. Making those start ascending
|
|
2046
|
+
* costs every user two clicks to see the thing they opened the column for.
|
|
2047
|
+
*
|
|
2048
|
+
* The cycle is unchanged either way — first click, second click, then back
|
|
2049
|
+
* to the server's own ordering.
|
|
2050
|
+
*/
|
|
2051
|
+
sortFirst?: 'asc' | 'desc';
|
|
1930
2052
|
sortField?: string;
|
|
1931
2053
|
headerClassName?: string;
|
|
1932
2054
|
}
|
|
1933
|
-
|
|
2055
|
+
/**
|
|
2056
|
+
* A header spanning several columns — "Debit" over an amount and a balance.
|
|
2057
|
+
*
|
|
2058
|
+
* The group is not decoration: where two children are both called "Amount",
|
|
2059
|
+
* it is the only thing telling them apart, and a screen reader reads it as
|
|
2060
|
+
* part of each cell's column context.
|
|
2061
|
+
*/
|
|
2062
|
+
interface DataTableColumnGroup<T> {
|
|
2063
|
+
title: ReactNode;
|
|
1934
2064
|
columns: DataTableColumn<T>[];
|
|
2065
|
+
/** Distinct among its siblings. Defaults to the group's index. */
|
|
2066
|
+
key?: string;
|
|
2067
|
+
headerClassName?: string;
|
|
2068
|
+
}
|
|
2069
|
+
/** A leaf column, or a group of them. */
|
|
2070
|
+
type DataTableHeader<T> = DataTableColumn<T> | DataTableColumnGroup<T>;
|
|
2071
|
+
interface DataTableProps<T> {
|
|
2072
|
+
columns: DataTableHeader<T>[];
|
|
1935
2073
|
data: T[];
|
|
1936
2074
|
/** Stable identity per row. A string names a field; a function computes it. */
|
|
1937
2075
|
rowKey: (keyof T & string) | ((row: T, index: number) => string);
|
|
@@ -1944,6 +2082,17 @@ interface DataTableProps<T> {
|
|
|
1944
2082
|
pageCount: number;
|
|
1945
2083
|
onPageChange: (page: number) => void;
|
|
1946
2084
|
};
|
|
2085
|
+
/**
|
|
2086
|
+
* Names the table for assistive technology, rendered as a visually hidden
|
|
2087
|
+
* `<caption>`.
|
|
2088
|
+
*
|
|
2089
|
+
* A table with no name is announced as "table" and nothing else, so a page
|
|
2090
|
+
* with two of them — the invoice lines and the payments against it — gives a
|
|
2091
|
+
* screen-reader user two identical landmarks and no way to tell which is
|
|
2092
|
+
* which. The heading above it is not enough: table navigation jumps between
|
|
2093
|
+
* tables, not through the prose around them.
|
|
2094
|
+
*/
|
|
2095
|
+
caption?: string;
|
|
1947
2096
|
loading?: boolean;
|
|
1948
2097
|
bordered?: boolean;
|
|
1949
2098
|
size?: 'sm' | 'md';
|
|
@@ -1962,7 +2111,7 @@ interface DataTableProps<T> {
|
|
|
1962
2111
|
footer?: ReactNode;
|
|
1963
2112
|
className?: string;
|
|
1964
2113
|
}
|
|
1965
|
-
declare function DataTable<T>({ columns, data, rowKey, sort, onSortChange, pagination, loading, bordered, size, minWidth, rowClassName, onRow, emptyText, footer, className, }: DataTableProps<T>): react_jsx_runtime.JSX.Element;
|
|
2114
|
+
declare function DataTable<T>({ columns, data, rowKey, sort, onSortChange, pagination, caption, loading, bordered, size, minWidth, rowClassName, onRow, emptyText, footer, className, }: DataTableProps<T>): react_jsx_runtime.JSX.Element;
|
|
1966
2115
|
|
|
1967
2116
|
interface ListFooterProps {
|
|
1968
2117
|
selectedCount: number;
|
|
@@ -2078,8 +2227,18 @@ declare function AuthScreen({ mode }: AuthScreenProps): react_jsx_runtime.JSX.El
|
|
|
2078
2227
|
|
|
2079
2228
|
interface ErrorPageProps {
|
|
2080
2229
|
code?: 403 | 404 | 500;
|
|
2230
|
+
/**
|
|
2231
|
+
* What the user can do about it — typically a link home.
|
|
2232
|
+
*
|
|
2233
|
+
* There is no default, and that is the fix: this page used to render "Go
|
|
2234
|
+
* back" and "Take me home" as buttons with no handlers on them. They looked
|
|
2235
|
+
* like the way out of a dead end and did nothing, which is worse than
|
|
2236
|
+
* offering nothing at all. The kit has no router, so the destination has to
|
|
2237
|
+
* come from the consumer.
|
|
2238
|
+
*/
|
|
2239
|
+
actions?: ReactNode;
|
|
2081
2240
|
}
|
|
2082
|
-
declare function ErrorPage({ code }: ErrorPageProps): react_jsx_runtime.JSX.Element;
|
|
2241
|
+
declare function ErrorPage({ code, actions }: ErrorPageProps): react_jsx_runtime.JSX.Element;
|
|
2083
2242
|
|
|
2084
2243
|
type Theme = 'system' | 'light' | 'dark' | 'pink' | 'green' | 'grey' | 'blue';
|
|
2085
2244
|
/** Resolve a stored theme to the attribute value <html> actually carries
|
|
@@ -2172,4 +2331,4 @@ declare const ALT_SHIFT_N: string;
|
|
|
2172
2331
|
* string when the source is consumed without a build (e.g. tests). */
|
|
2173
2332
|
declare const VERSION: string;
|
|
2174
2333
|
|
|
2175
|
-
export { type CountBadgeProps as $, ALT as A, Banner as B, type ColumnDef as C, type ButtonSize as D, type ButtonVariant as E, CMD_A as F, CMD_DOT as G, CMD_ENTER as H, CMD_K as I, CMD_S as J, Card as K, type CardPadding as L, type CardProps as M, type CellStyle as N, ChatTemplate as O, type PaginatedResponse as P, Checkbox as Q, type CheckboxProps as R, type SearchConfig as S, CheckoutTemplate as T, ColoredBadge as U, type ColoredBadgeProps as V, ConfirmProvider as W, ContainerFillChart as X, type ContainerFillChartProps as Y, type ContainerFillItem as Z, CountBadge as _, type SortState as a, type
|
|
2334
|
+
export { type CountBadgeProps as $, ALT as A, Banner as B, type ColumnDef as C, type ButtonSize as D, type ButtonVariant as E, CMD_A as F, CMD_DOT as G, CMD_ENTER as H, CMD_K as I, CMD_S as J, Card as K, type CardPadding as L, type CardProps as M, type CellStyle as N, ChatTemplate as O, type PaginatedResponse as P, Checkbox as Q, type CheckboxProps as R, type SearchConfig as S, CheckoutTemplate as T, ColoredBadge as U, type ColoredBadgeProps as V, ConfirmProvider as W, ContainerFillChart as X, type ContainerFillChartProps as Y, type ContainerFillItem as Z, CountBadge as _, type SortState as a, type IconButtonProps as a$, type CountBadgeTone as a0, DashboardTemplate as a1, DataTable as a2, type DataTableColumn as a3, type DataTableColumnGroup as a4, type DataTableHeader as a5, DataTablePage as a6, type DataTableProps as a7, DatePicker as a8, type DatePickerProps as a9, EmailTemplate as aA, EmptyState as aB, type EmptyStateProps as aC, ErrorPage as aD, type ErrorPageProps as aE, FilePicker as aF, type FilePickerProps as aG, FormField as aH, type FormFieldProps as aI, FormLayoutPage as aJ, GLASS_DIVIDER as aK, GLASS_INPUT_BG as aL, GROUP_COLORS as aM, GalleryTemplate as aN, type Gap as aO, GlobalSearch as aP, type GlobalSearchProps as aQ, Grid as aR, type GridCols as aS, type GridColumn as aT, type GridProps as aU, HelpCenter as aV, type HelpCenterDoc as aW, type HelpCenterProps as aX, INPUT_BASE as aY, INPUT_SIZES as aZ, IconButton as a_, DateRangePicker as aa, type DateRangePickerProps as ab, type DescriptionColumns as ac, type DescriptionItem as ad, DescriptionList as ae, type DescriptionListProps as af, Dialog as ag, type DialogProps as ah, type DialogSize as ai, Divider as aj, type DividerProps as ak, type DividerSpacing as al, DonutChart as am, type DonutChartProps as an, type DonutSegment as ao, Drawer as ap, type DrawerProps as aq, type DrawerSide as ar, type DrawerSize as as, DropdownMenu as at, type DropdownMenuAlign as au, type DropdownMenuItem as av, type DropdownMenuProps as aw, ENTER as ax, EditableGrid as ay, type EditableGridProps as az, ALT_SHIFT_D as b, type SelectProps as b$, Inline as b0, type InlineProps as b1, Input as b2, InputNumber as b3, type InputNumberProps as b4, type InputProps as b5, type InputSize as b6, type Justify as b7, Kanban as b8, type KanbanColumn as b9, PageHeader as bA, type PageHeaderProps as bB, Pagination as bC, type PaginationProps as bD, Paragraph as bE, type ParagraphProps as bF, PopupMenu as bG, PopupMenuDivider as bH, PopupMenuItem as bI, PopupMenuLabel as bJ, Radio as bK, type RadioProps as bL, Result as bM, type ResultProps as bN, type ResultStatus as bO, SHIFT as bP, type SearchProvider as bQ, type SearchResult as bR, type SearchableOption as bS, SearchableSelect as bT, type SearchableSelectProps as bU, Segmented as bV, type SegmentedOption as bW, type SegmentedProps as bX, type SegmentedSize as bY, Select as bZ, type SelectOption as b_, type KanbanProps as ba, Label as bb, type LabelProps as bc, ListFooter as bd, ListLoadError as be, type ListLoadErrorProps as bf, LoadingSpinner as bg, type LoadingSpinnerProps as bh, MAX_FRACTION_DIGITS as bi, MOD as bj, Markdown as bk, type MarkdownProps as bl, MediaUploadField as bm, type MediaUploadFieldProps as bn, MediaUploadGrid as bo, type MediaUploadGridItem as bp, type MediaUploadGridProps as bq, MetricBar as br, type MetricBarProps as bs, type Milestone as bt, type MilestoneKind as bu, MilestoneTimeline as bv, type MilestoneTimelineProps as bw, NativeSelect as bx, NumericKeypad as by, type NumericKeypadProps as bz, ALT_SHIFT_E as c, mediaFileName as c$, type SemanticGroup as c0, type SeverityTone as c1, type ShellPrefsAdapter as c2, ShellPrefsProvider as c3, SidebarActionButton as c4, type SidebarActionButtonProps as c5, SidebarGroupLabel as c6, SidebarLayout as c7, type SidebarLayoutProps as c8, SidebarNavItem as c9, Textarea as cA, type TextareaProps as cB, type Theme as cC, TileButton as cD, type TileButtonProps as cE, type TileSize as cF, Title as cG, type TitleLevel as cH, type TitleProps as cI, type ToastOptions as cJ, type ToastPlacement as cK, Tooltip as cL, type TooltipProps as cM, TopNav as cN, type TopNavItem as cO, type TopNavProps as cP, VERSION as cQ, appendKey as cR, applyThemePrefs as cS, backspace as cT, confirm as cU, confirmDestructive as cV, formatDate as cW, glassStyle as cX, inputClasses as cY, isMac as cZ, isSeverityTone as c_, Skeleton as ca, type SkeletonProps as cb, type SkeletonVariant as cc, Sparkline as cd, type SparklineProps as ce, Stack as cf, type StackProps as cg, StatCard as ch, type StatCardProps as ci, Statistic as cj, type StatisticProps as ck, type StatisticSize as cl, type StatisticTone as cm, StatusBadge as cn, StatusBadgeProvider as co, Switch as cp, type SwitchProps as cq, type SwitchSize as cr, type TabItem as cs, Tabs as ct, type TabsProps as cu, Text as cv, type TextProps as cw, type TextSize as cx, type TextTone as cy, type TextWeight as cz, ALT_SHIFT_N as d, prompt as d0, resolveTheme as d1, severityOf as d2, tabButtonId as d3, tabPanelId as d4, toISODate as d5, toast as d6, useClickOutside as d7, useConfirm as d8, useFocusTrap as d9, useIsMobile as da, useLocalStoragePrefs as db, useScrollLock as dc, useShellPrefs as dd, useTheme as de, Accordion as e, type AccordionItem as f, type AccordionProps as g, type Align as h, AuthScreen as i, type AuthScreenProps as j, Avatar as k, AvatarGroup as l, type AvatarGroupProps as m, type AvatarProps as n, type AvatarSize as o, type AvatarStatus as p, type BannerEmphasis as q, type BannerProps as r, type BannerTone as s, BarChart as t, type BarChartProps as u, type BreadcrumbItem as v, Breadcrumbs as w, type BreadcrumbsProps as x, Button as y, type ButtonProps as z };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as SearchConfig, C as ColumnDef, a as SortState, P as PaginatedResponse } from './index-
|
|
2
|
-
export { A as ALT, b as ALT_SHIFT_D, c as ALT_SHIFT_E, d as ALT_SHIFT_N, e as Accordion, f as AccordionItem, g as AccordionProps, h as Align, i as AuthScreen, j as AuthScreenProps, k as Avatar, l as AvatarGroup, m as AvatarGroupProps, n as AvatarProps, o as AvatarSize, p as AvatarStatus, B as Banner, q as BannerEmphasis, r as BannerProps, s as BannerTone, t as BarChart, u as BarChartProps, v as BreadcrumbItem, w as Breadcrumbs, x as BreadcrumbsProps, y as Button, z as ButtonProps, D as ButtonSize, E as ButtonVariant, F as CMD_A, G as CMD_DOT, H as CMD_ENTER, I as CMD_K, J as CMD_S, K as Card, L as CardPadding, M as CardProps, N as CellStyle, O as ChatTemplate, Q as Checkbox, R as CheckboxProps, T as CheckoutTemplate, U as ColoredBadge, V as ColoredBadgeProps, W as ConfirmProvider, X as ContainerFillChart, Y as ContainerFillChartProps, Z as ContainerFillItem, _ as CountBadge, $ as CountBadgeProps, a0 as CountBadgeTone, a1 as DashboardTemplate, a2 as DataTable, a3 as DataTableColumn, a4 as
|
|
1
|
+
import { S as SearchConfig, C as ColumnDef, a as SortState, P as PaginatedResponse } from './index-B6QGa8SJ.js';
|
|
2
|
+
export { A as ALT, b as ALT_SHIFT_D, c as ALT_SHIFT_E, d as ALT_SHIFT_N, e as Accordion, f as AccordionItem, g as AccordionProps, h as Align, i as AuthScreen, j as AuthScreenProps, k as Avatar, l as AvatarGroup, m as AvatarGroupProps, n as AvatarProps, o as AvatarSize, p as AvatarStatus, B as Banner, q as BannerEmphasis, r as BannerProps, s as BannerTone, t as BarChart, u as BarChartProps, v as BreadcrumbItem, w as Breadcrumbs, x as BreadcrumbsProps, y as Button, z as ButtonProps, D as ButtonSize, E as ButtonVariant, F as CMD_A, G as CMD_DOT, H as CMD_ENTER, I as CMD_K, J as CMD_S, K as Card, L as CardPadding, M as CardProps, N as CellStyle, O as ChatTemplate, Q as Checkbox, R as CheckboxProps, T as CheckoutTemplate, U as ColoredBadge, V as ColoredBadgeProps, W as ConfirmProvider, X as ContainerFillChart, Y as ContainerFillChartProps, Z as ContainerFillItem, _ as CountBadge, $ as CountBadgeProps, a0 as CountBadgeTone, a1 as DashboardTemplate, a2 as DataTable, a3 as DataTableColumn, a4 as DataTableColumnGroup, a5 as DataTableHeader, a6 as DataTablePage, a7 as DataTableProps, a8 as DatePicker, a9 as DatePickerProps, aa as DateRangePicker, ab as DateRangePickerProps, ac as DescriptionColumns, ad as DescriptionItem, ae as DescriptionList, af as DescriptionListProps, ag as Dialog, ah as DialogProps, ai as DialogSize, aj as Divider, ak as DividerProps, al as DividerSpacing, am as DonutChart, an as DonutChartProps, ao as DonutSegment, ap as Drawer, aq as DrawerProps, ar as DrawerSide, as as DrawerSize, at as DropdownMenu, au as DropdownMenuAlign, av as DropdownMenuItem, aw as DropdownMenuProps, ax as ENTER, ay as EditableGrid, az as EditableGridProps, aA as EmailTemplate, aB as EmptyState, aC as EmptyStateProps, aD as ErrorPage, aE as ErrorPageProps, aF as FilePicker, aG as FilePickerProps, aH as FormField, aI as FormFieldProps, aJ as FormLayoutPage, aK as GLASS_DIVIDER, aL as GLASS_INPUT_BG, aM as GROUP_COLORS, aN as GalleryTemplate, aO as Gap, aP as GlobalSearch, aQ as GlobalSearchProps, aR as Grid, aS as GridCols, aT as GridColumn, aU as GridProps, aV as HelpCenter, aW as HelpCenterDoc, aX as HelpCenterProps, aY as INPUT_BASE, aZ as INPUT_SIZES, a_ as IconButton, a$ as IconButtonProps, b0 as Inline, b1 as InlineProps, b2 as Input, b3 as InputNumber, b4 as InputNumberProps, b5 as InputProps, b6 as InputSize, b7 as Justify, b8 as Kanban, b9 as KanbanColumn, ba as KanbanProps, bb as Label, bc as LabelProps, bd as ListFooter, be as ListLoadError, bf as ListLoadErrorProps, bg as LoadingSpinner, bh as LoadingSpinnerProps, bi as MAX_FRACTION_DIGITS, bj as MOD, bk as Markdown, bl as MarkdownProps, bm as MediaUploadField, bn as MediaUploadFieldProps, bo as MediaUploadGrid, bp as MediaUploadGridItem, bq as MediaUploadGridProps, br as MetricBar, bs as MetricBarProps, bt as Milestone, bu as MilestoneKind, bv as MilestoneTimeline, bw as MilestoneTimelineProps, bx as NativeSelect, by as NumericKeypad, bz as NumericKeypadProps, bA as PageHeader, bB as PageHeaderProps, bC as Pagination, bD as PaginationProps, bE as Paragraph, bF as ParagraphProps, bG as PopupMenu, bH as PopupMenuDivider, bI as PopupMenuItem, bJ as PopupMenuLabel, bK as Radio, bL as RadioProps, bM as Result, bN as ResultProps, bO as ResultStatus, bP as SHIFT, bQ as SearchProvider, bR as SearchResult, bS as SearchableOption, bT as SearchableSelect, bU as SearchableSelectProps, bV as Segmented, bW as SegmentedOption, bX as SegmentedProps, bY as SegmentedSize, bZ as Select, b_ as SelectOption, b$ as SelectProps, c0 as SemanticGroup, c1 as SeverityTone, c2 as ShellPrefsAdapter, c3 as ShellPrefsProvider, c4 as SidebarActionButton, c5 as SidebarActionButtonProps, c6 as SidebarGroupLabel, c7 as SidebarLayout, c8 as SidebarLayoutProps, c9 as SidebarNavItem, ca as Skeleton, cb as SkeletonProps, cc as SkeletonVariant, cd as Sparkline, ce as SparklineProps, cf as Stack, cg as StackProps, ch as StatCard, ci as StatCardProps, cj as Statistic, ck as StatisticProps, cl as StatisticSize, cm as StatisticTone, cn as StatusBadge, co as StatusBadgeProvider, cp as Switch, cq as SwitchProps, cr as SwitchSize, cs as TabItem, ct as Tabs, cu as TabsProps, cv as Text, cw as TextProps, cx as TextSize, cy as TextTone, cz as TextWeight, cA as Textarea, cB as TextareaProps, cC as Theme, cD as TileButton, cE as TileButtonProps, cF as TileSize, cG as Title, cH as TitleLevel, cI as TitleProps, cJ as ToastOptions, cK as ToastPlacement, cL as Tooltip, cM as TooltipProps, cN as TopNav, cO as TopNavItem, cP as TopNavProps, cQ as VERSION, cR as appendKey, cS as applyThemePrefs, cT as backspace, cU as confirm, cV as confirmDestructive, cW as formatDate, cX as glassStyle, cY as inputClasses, cZ as isMac, c_ as isSeverityTone, c$ as mediaFileName, d0 as prompt, d1 as resolveTheme, d2 as severityOf, d3 as tabButtonId, d4 as tabPanelId, d5 as toISODate, d6 as toast, d7 as useClickOutside, d8 as useConfirm, d9 as useFocusTrap, da as useIsMobile, db as useLocalStoragePrefs, dc as useScrollLock, dd as useShellPrefs, de as useTheme } from './index-B6QGa8SJ.js';
|
|
3
3
|
import { W as WindowRegistry } from './types-BHVq95fp.js';
|
|
4
4
|
export { M as ModalRegistryEntry, P as PageRegistryEntry, a as WindowRegistryEntry, i as isEntityEntry, b as isPageEntry, s as setShellWindowRegistry } from './types-BHVq95fp.js';
|
|
5
5
|
import * as react from 'react';
|
package/dist/index.js
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { PREVIEW_OPENED_EVENT, openPreviewFile } from './chunk-
|
|
2
|
-
import { subscribePomo, getPomoSnapshot } from './chunk-
|
|
3
|
-
export { setShellTodoProvider } from './chunk-
|
|
4
|
-
export { ImageAnnotator_default as ImageAnnotator } from './chunk-
|
|
1
|
+
import { PREVIEW_OPENED_EVENT, openPreviewFile } from './chunk-3OCL3DB4.js';
|
|
2
|
+
import { subscribePomo, getPomoSnapshot } from './chunk-IOCOH2QQ.js';
|
|
3
|
+
export { setShellTodoProvider } from './chunk-IOCOH2QQ.js';
|
|
4
|
+
export { ImageAnnotator_default as ImageAnnotator } from './chunk-ECE3B3FZ.js';
|
|
5
5
|
import { publishDesktopFolders, requestFilesTrashView, FolderGlyph, requestFilesDesktopFolderView, FileIconTile } from './chunk-OQ7GRU7G.js';
|
|
6
6
|
import './chunk-4SQU5YV6.js';
|
|
7
7
|
import { setPdfPreview } from './chunk-BV6SQ46N.js';
|
|
8
|
-
import { CMD_K, CMD_DOT, CMD_A, ALT_SHIFT_N, ALT_SHIFT_E, CMD_ENTER, CMD_S, ALT_SHIFT_D, CMD_Z, CMD_SHIFT_Z, formatDate, useTheme, GlobalSearch, resolveTheme, useClickOutside, ListLoadError, ListFooter, firstEnabledIndex, Button_default, FormField, Input_default, applyThemePrefs, lastEnabledIndex, nextEnabledIndex, matchTypeahead } from './chunk-
|
|
9
|
-
export { ALT, ALT_SHIFT_D, ALT_SHIFT_E, ALT_SHIFT_N, Accordion, AuthScreen, Avatar, AvatarGroup, Banner, BarChart, Button_default as Button, CMD_A, CMD_DOT, CMD_ENTER, CMD_K, CMD_S, Card, ChatTemplate, Checkbox_default as Checkbox, CheckoutTemplate, ColoredBadge, ContainerFillChart, CountBadge, DashboardTemplate, DataTable, DataTablePage, DatePicker_default as DatePicker, DateRangePicker, DescriptionList, Divider, DonutChart, Drawer, ENTER, EmailTemplate, EmptyState, ErrorPage, FilePicker, FormField, FormLayoutPage, GROUP_COLORS, GalleryTemplate, GlobalSearch, Grid, HelpCenter, INPUT_BASE, INPUT_SIZES, IconButton_default as IconButton, Inline, Input_default as Input, InputNumber_default as InputNumber, Kanban, Label, ListFooter, ListLoadError, LoadingSpinner, MAX_FRACTION_DIGITS, MOD, Markdown, MediaUploadField, MediaUploadGrid, MetricBar, MilestoneTimeline, NativeSelect, NumericKeypad, PageHeader, Pagination, Paragraph, Radio_default as Radio, Result, SHIFT, SearchableSelect, Segmented, Select_default as Select, SidebarActionButton, SidebarGroupLabel, SidebarNavItem, Skeleton, Sparkline, Stack, StatCard, Statistic, StatusBadge, StatusBadgeProvider, Switch_default as Switch, Tabs, Text, Textarea_default as Textarea, TileButton_default as TileButton, Title, Tooltip, TopNav, appendKey, applyThemePrefs, backspace, formatDate, inputClasses, isMac, isSeverityTone, mediaFileName, resolveTheme, severityOf, tabButtonId, tabPanelId, toISODate, useClickOutside, useTheme } from './chunk-
|
|
8
|
+
import { CMD_K, CMD_DOT, CMD_A, ALT_SHIFT_N, ALT_SHIFT_E, CMD_ENTER, CMD_S, ALT_SHIFT_D, CMD_Z, CMD_SHIFT_Z, formatDate, useTheme, GlobalSearch, resolveTheme, useClickOutside, ListLoadError, ListFooter, firstEnabledIndex, Button_default, FormField, Input_default, applyThemePrefs, lastEnabledIndex, nextEnabledIndex, matchTypeahead } from './chunk-3SUSQHOW.js';
|
|
9
|
+
export { ALT, ALT_SHIFT_D, ALT_SHIFT_E, ALT_SHIFT_N, Accordion, AuthScreen, Avatar, AvatarGroup, Banner, BarChart, Button_default as Button, CMD_A, CMD_DOT, CMD_ENTER, CMD_K, CMD_S, Card, ChatTemplate, Checkbox_default as Checkbox, CheckoutTemplate, ColoredBadge, ContainerFillChart, CountBadge, DashboardTemplate, DataTable, DataTablePage, DatePicker_default as DatePicker, DateRangePicker, DescriptionList, Divider, DonutChart, Drawer, DropdownMenu, ENTER, EmailTemplate, EmptyState, ErrorPage, FilePicker, FormField, FormLayoutPage, GROUP_COLORS, GalleryTemplate, GlobalSearch, Grid, HelpCenter, INPUT_BASE, INPUT_SIZES, IconButton_default as IconButton, Inline, Input_default as Input, InputNumber_default as InputNumber, Kanban, Label, ListFooter, ListLoadError, LoadingSpinner, MAX_FRACTION_DIGITS, MOD, Markdown, MediaUploadField, MediaUploadGrid, MetricBar, MilestoneTimeline, NativeSelect, NumericKeypad, PageHeader, Pagination, Paragraph, Radio_default as Radio, Result, SHIFT, SearchableSelect, Segmented, Select_default as Select, SidebarActionButton, SidebarGroupLabel, SidebarNavItem, Skeleton, Sparkline, Stack, StatCard, Statistic, StatusBadge, StatusBadgeProvider, Switch_default as Switch, Tabs, Text, Textarea_default as Textarea, TileButton_default as TileButton, Title, Tooltip, TopNav, appendKey, applyThemePrefs, backspace, formatDate, inputClasses, isMac, isSeverityTone, mediaFileName, resolveTheme, severityOf, tabButtonId, tabPanelId, toISODate, useClickOutside, useTheme } from './chunk-3SUSQHOW.js';
|
|
10
10
|
export { Breadcrumbs } from './chunk-HNH7FOYB.js';
|
|
11
11
|
import { withSpareRow, EditableGrid } from './chunk-DC6BYGZ6.js';
|
|
12
12
|
export { EditableGrid } from './chunk-DC6BYGZ6.js';
|
|
13
13
|
import { SidebarLayout } from './chunk-YG45DAUT.js';
|
|
14
14
|
export { SidebarLayout } from './chunk-YG45DAUT.js';
|
|
15
|
-
import { toast_default } from './chunk-
|
|
16
|
-
export { toast_default as toast } from './chunk-
|
|
17
|
-
import { APP_VERSION, VERSION } from './chunk-
|
|
18
|
-
export { VERSION } from './chunk-
|
|
15
|
+
import { toast_default } from './chunk-TK6HI2U4.js';
|
|
16
|
+
export { toast_default as toast } from './chunk-TK6HI2U4.js';
|
|
17
|
+
import { APP_VERSION, VERSION } from './chunk-XVXEYKMT.js';
|
|
18
|
+
export { VERSION } from './chunk-XVXEYKMT.js';
|
|
19
19
|
import { playNotification, playStartup, soundsEnabled, getSoundConfig, SOUND_PACK_KEYS, SOUND_PACKS, SOUND_TYPES, SOUND_TYPE_LABELS, setSoundForType, previewSound, setAllSounds, playLogout } from './chunk-D7PYW2QS.js';
|
|
20
20
|
import { useAuth } from './chunk-EWDYCO65.js';
|
|
21
21
|
export { setShellAuthBridge } from './chunk-EWDYCO65.js';
|
|
22
|
-
import { cancelWindowFront, requestWindowFront, useWindowManager, WINDOW_REGISTRY, isPageEntry, Modal, setPerfCollecting, drainPerfEvents, markMenuOpen, SIDEBAR_STRIP_W, forgetMaximizedWindowBoxes, ModalActions, useModalActive, client_default, LoadingSpinner, isShellApiClientConfigured, useUndo, useEnclosingModalId, CancelButton, setWindowPosition } from './chunk-
|
|
23
|
-
export { CancelButton, CopyButton, DocFavStar, Modal, ModalActions, UndoProvider, WindowCrashedFallback, WindowErrorBoundary, WindowManagerProvider, WindowTitle, beginWindowGesture, commitExposeHighlight, exitExposeMode, getActiveWindowRoute, getExposeHighlight, getWindowPosition, isEntityEntry, isPageEntry, markMenuOpen, requestWindowFront, setExposeHighlight, setShellApiClient, setShellWindowRegistry, setWindowDefaultPosition, setWindowPosition, subscribeExposeHighlight, toggleExposeMode, useEnclosingModalId, useIsActiveWindow, useModalActive, useUndo, useUndoable, useUndoableState, useWidgetSettings, useWindowDirty, useWindowManager, useWindowMenuItem, useWindowTitle } from './chunk-
|
|
24
|
-
import { PopupMenu, PopupMenuLabel, PopupMenuDivider, PopupMenuItem, useShellPrefs, useIsMobile } from './chunk-
|
|
25
|
-
export { PopupMenu, PopupMenuDivider, PopupMenuItem, PopupMenuLabel, ShellPrefsProvider, useIsMobile, useLocalStoragePrefs, useShellPrefs } from './chunk-
|
|
22
|
+
import { cancelWindowFront, requestWindowFront, useWindowManager, WINDOW_REGISTRY, isPageEntry, Modal, setPerfCollecting, drainPerfEvents, markMenuOpen, SIDEBAR_STRIP_W, forgetMaximizedWindowBoxes, ModalActions, useModalActive, client_default, LoadingSpinner, isShellApiClientConfigured, useUndo, useEnclosingModalId, CancelButton, setWindowPosition } from './chunk-5S65ZC5W.js';
|
|
23
|
+
export { CancelButton, CopyButton, DocFavStar, Modal, ModalActions, UndoProvider, WindowCrashedFallback, WindowErrorBoundary, WindowManagerProvider, WindowTitle, beginWindowGesture, commitExposeHighlight, exitExposeMode, getActiveWindowRoute, getExposeHighlight, getWindowPosition, isEntityEntry, isPageEntry, markMenuOpen, requestWindowFront, setExposeHighlight, setShellApiClient, setShellWindowRegistry, setWindowDefaultPosition, setWindowPosition, subscribeExposeHighlight, toggleExposeMode, useEnclosingModalId, useIsActiveWindow, useModalActive, useUndo, useUndoable, useUndoableState, useWidgetSettings, useWindowDirty, useWindowManager, useWindowMenuItem, useWindowTitle } from './chunk-5S65ZC5W.js';
|
|
24
|
+
import { PopupMenu, PopupMenuLabel, PopupMenuDivider, PopupMenuItem, useShellPrefs, useIsMobile } from './chunk-ZCDFNZQS.js';
|
|
25
|
+
export { PopupMenu, PopupMenuDivider, PopupMenuItem, PopupMenuLabel, ShellPrefsProvider, useIsMobile, useLocalStoragePrefs, useShellPrefs } from './chunk-ZCDFNZQS.js';
|
|
26
26
|
import { registerModalEscapeInterceptor } from './chunk-OXLLRKBC.js';
|
|
27
27
|
export { ConfirmProvider, Dialog, confirm, confirmDestructive, prompt, registerModalEscapeInterceptor, useConfirm, useFocusTrap, useScrollLock } from './chunk-OXLLRKBC.js';
|
|
28
28
|
import { startMenuCategories, navVisible, navSections, isSection, navIcons, isReachable, sectionIcons, useShellAuth, visibleChildren } from './chunk-WNLPTLT6.js';
|
package/dist/ui/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { A as ALT, b as ALT_SHIFT_D, c as ALT_SHIFT_E, d as ALT_SHIFT_N, e as Accordion, f as AccordionItem, g as AccordionProps, h as Align, i as AuthScreen, j as AuthScreenProps, k as Avatar, l as AvatarGroup, m as AvatarGroupProps, n as AvatarProps, o as AvatarSize, p as AvatarStatus, B as Banner, q as BannerEmphasis, r as BannerProps, s as BannerTone, t as BarChart, u as BarChartProps, v as BreadcrumbItem, w as Breadcrumbs, x as BreadcrumbsProps, y as Button, z as ButtonProps, D as ButtonSize, E as ButtonVariant, F as CMD_A, G as CMD_DOT, H as CMD_ENTER, I as CMD_K, J as CMD_S, K as Card, L as CardPadding, M as CardProps, N as CellStyle, O as ChatTemplate, Q as Checkbox, R as CheckboxProps, T as CheckoutTemplate, U as ColoredBadge, V as ColoredBadgeProps, C as ColumnDef, W as ConfirmProvider, X as ContainerFillChart, Y as ContainerFillChartProps, Z as ContainerFillItem, _ as CountBadge, $ as CountBadgeProps, a0 as CountBadgeTone, a1 as DashboardTemplate, a2 as DataTable, a3 as DataTableColumn, a4 as
|
|
1
|
+
export { A as ALT, b as ALT_SHIFT_D, c as ALT_SHIFT_E, d as ALT_SHIFT_N, e as Accordion, f as AccordionItem, g as AccordionProps, h as Align, i as AuthScreen, j as AuthScreenProps, k as Avatar, l as AvatarGroup, m as AvatarGroupProps, n as AvatarProps, o as AvatarSize, p as AvatarStatus, B as Banner, q as BannerEmphasis, r as BannerProps, s as BannerTone, t as BarChart, u as BarChartProps, v as BreadcrumbItem, w as Breadcrumbs, x as BreadcrumbsProps, y as Button, z as ButtonProps, D as ButtonSize, E as ButtonVariant, F as CMD_A, G as CMD_DOT, H as CMD_ENTER, I as CMD_K, J as CMD_S, K as Card, L as CardPadding, M as CardProps, N as CellStyle, O as ChatTemplate, Q as Checkbox, R as CheckboxProps, T as CheckoutTemplate, U as ColoredBadge, V as ColoredBadgeProps, C as ColumnDef, W as ConfirmProvider, X as ContainerFillChart, Y as ContainerFillChartProps, Z as ContainerFillItem, _ as CountBadge, $ as CountBadgeProps, a0 as CountBadgeTone, a1 as DashboardTemplate, a2 as DataTable, a3 as DataTableColumn, a4 as DataTableColumnGroup, a5 as DataTableHeader, a6 as DataTablePage, a7 as DataTableProps, a8 as DatePicker, a9 as DatePickerProps, aa as DateRangePicker, ab as DateRangePickerProps, ac as DescriptionColumns, ad as DescriptionItem, ae as DescriptionList, af as DescriptionListProps, ag as Dialog, ah as DialogProps, ai as DialogSize, aj as Divider, ak as DividerProps, al as DividerSpacing, am as DonutChart, an as DonutChartProps, ao as DonutSegment, ap as Drawer, aq as DrawerProps, ar as DrawerSide, as as DrawerSize, at as DropdownMenu, au as DropdownMenuAlign, av as DropdownMenuItem, aw as DropdownMenuProps, ax as ENTER, ay as EditableGrid, az as EditableGridProps, aA as EmailTemplate, aB as EmptyState, aC as EmptyStateProps, aD as ErrorPage, aE as ErrorPageProps, aF as FilePicker, aG as FilePickerProps, aH as FormField, aI as FormFieldProps, aJ as FormLayoutPage, aK as GLASS_DIVIDER, aM as GROUP_COLORS, aN as GalleryTemplate, aO as Gap, aP as GlobalSearch, aQ as GlobalSearchProps, aR as Grid, aS as GridCols, aT as GridColumn, aU as GridProps, aV as HelpCenter, aW as HelpCenterDoc, aX as HelpCenterProps, aY as INPUT_BASE, aZ as INPUT_SIZES, a_ as IconButton, a$ as IconButtonProps, b0 as Inline, b1 as InlineProps, b2 as Input, b3 as InputNumber, b4 as InputNumberProps, b5 as InputProps, b6 as InputSize, b7 as Justify, b8 as Kanban, b9 as KanbanColumn, ba as KanbanProps, bb as Label, bc as LabelProps, bd as ListFooter, be as ListLoadError, bf as ListLoadErrorProps, bg as LoadingSpinner, bh as LoadingSpinnerProps, bi as MAX_FRACTION_DIGITS, bj as MOD, bk as Markdown, bl as MarkdownProps, bm as MediaUploadField, bn as MediaUploadFieldProps, bo as MediaUploadGrid, bp as MediaUploadGridItem, bq as MediaUploadGridProps, br as MetricBar, bs as MetricBarProps, bt as Milestone, bu as MilestoneKind, bv as MilestoneTimeline, bw as MilestoneTimelineProps, bx as NativeSelect, by as NumericKeypad, bz as NumericKeypadProps, bA as PageHeader, bB as PageHeaderProps, P as PaginatedResponse, bC as Pagination, bD as PaginationProps, bE as Paragraph, bF as ParagraphProps, bG as PopupMenu, bH as PopupMenuDivider, bI as PopupMenuItem, bJ as PopupMenuLabel, bK as Radio, bL as RadioProps, bM as Result, bN as ResultProps, bO as ResultStatus, bP as SHIFT, S as SearchConfig, bQ as SearchProvider, bR as SearchResult, bS as SearchableOption, bT as SearchableSelect, bU as SearchableSelectProps, bV as Segmented, bW as SegmentedOption, bX as SegmentedProps, bY as SegmentedSize, bZ as Select, b_ as SelectOption, b$ as SelectProps, c0 as SemanticGroup, c1 as SeverityTone, c2 as ShellPrefsAdapter, c3 as ShellPrefsProvider, c4 as SidebarActionButton, c5 as SidebarActionButtonProps, c6 as SidebarGroupLabel, c7 as SidebarLayout, c8 as SidebarLayoutProps, c9 as SidebarNavItem, ca as Skeleton, cb as SkeletonProps, cc as SkeletonVariant, a as SortState, cd as Sparkline, ce as SparklineProps, cf as Stack, cg as StackProps, ch as StatCard, ci as StatCardProps, cj as Statistic, ck as StatisticProps, cl as StatisticSize, cm as StatisticTone, cn as StatusBadge, co as StatusBadgeProvider, cp as Switch, cq as SwitchProps, cr as SwitchSize, cs as TabItem, ct as Tabs, cu as TabsProps, cv as Text, cw as TextProps, cx as TextSize, cy as TextTone, cz as TextWeight, cA as Textarea, cB as TextareaProps, cC as Theme, cD as TileButton, cE as TileButtonProps, cF as TileSize, cG as Title, cH as TitleLevel, cI as TitleProps, cJ as ToastOptions, cK as ToastPlacement, cL as Tooltip, cM as TooltipProps, cN as TopNav, cO as TopNavItem, cP as TopNavProps, cQ as VERSION, cR as appendKey, cS as applyThemePrefs, cT as backspace, cU as confirm, cV as confirmDestructive, cW as formatDate, cX as glassStyle, cY as inputClasses, cZ as isMac, c_ as isSeverityTone, c$ as mediaFileName, d0 as prompt, d1 as resolveTheme, d2 as severityOf, d3 as tabButtonId, d4 as tabPanelId, d5 as toISODate, d6 as toast, d7 as useClickOutside, d8 as useConfirm, d9 as useFocusTrap, da as useIsMobile, db as useLocalStoragePrefs, dc as useScrollLock, dd as useShellPrefs, de as useTheme } from '../index-B6QGa8SJ.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'react/jsx-runtime';
|
package/dist/ui/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { ALT, ALT_SHIFT_D, ALT_SHIFT_E, ALT_SHIFT_N, Accordion, AuthScreen, Avatar, AvatarGroup, Banner, BarChart, Button_default as Button, CMD_A, CMD_DOT, CMD_ENTER, CMD_K, CMD_S, Card, ChatTemplate, Checkbox_default as Checkbox, CheckoutTemplate, ColoredBadge, ContainerFillChart, CountBadge, DashboardTemplate, DataTable, DataTablePage, DatePicker_default as DatePicker, DateRangePicker, DescriptionList, Divider, DonutChart, Drawer, ENTER, EmailTemplate, EmptyState, ErrorPage, FilePicker, FormField, FormLayoutPage, GROUP_COLORS, GalleryTemplate, GlobalSearch, Grid, HelpCenter, INPUT_BASE, INPUT_SIZES, IconButton_default as IconButton, Inline, Input_default as Input, InputNumber_default as InputNumber, Kanban, Label, ListFooter, ListLoadError, LoadingSpinner, MAX_FRACTION_DIGITS, MOD, Markdown, MediaUploadField, MediaUploadGrid, MetricBar, MilestoneTimeline, NativeSelect, NumericKeypad, PageHeader, Pagination, Paragraph, Radio_default as Radio, Result, SHIFT, SearchableSelect, Segmented, Select_default as Select, SidebarActionButton, SidebarGroupLabel, SidebarNavItem, Skeleton, Sparkline, Stack, StatCard, Statistic, StatusBadge, StatusBadgeProvider, Switch_default as Switch, Tabs, Text, Textarea_default as Textarea, TileButton_default as TileButton, Title, Tooltip, TopNav, appendKey, applyThemePrefs, backspace, formatDate, inputClasses, isMac, isSeverityTone, mediaFileName, resolveTheme, severityOf, tabButtonId, tabPanelId, toISODate, useClickOutside, useTheme } from '../chunk-
|
|
1
|
+
export { ALT, ALT_SHIFT_D, ALT_SHIFT_E, ALT_SHIFT_N, Accordion, AuthScreen, Avatar, AvatarGroup, Banner, BarChart, Button_default as Button, CMD_A, CMD_DOT, CMD_ENTER, CMD_K, CMD_S, Card, ChatTemplate, Checkbox_default as Checkbox, CheckoutTemplate, ColoredBadge, ContainerFillChart, CountBadge, DashboardTemplate, DataTable, DataTablePage, DatePicker_default as DatePicker, DateRangePicker, DescriptionList, Divider, DonutChart, Drawer, DropdownMenu, ENTER, EmailTemplate, EmptyState, ErrorPage, FilePicker, FormField, FormLayoutPage, GROUP_COLORS, GalleryTemplate, GlobalSearch, Grid, HelpCenter, INPUT_BASE, INPUT_SIZES, IconButton_default as IconButton, Inline, Input_default as Input, InputNumber_default as InputNumber, Kanban, Label, ListFooter, ListLoadError, LoadingSpinner, MAX_FRACTION_DIGITS, MOD, Markdown, MediaUploadField, MediaUploadGrid, MetricBar, MilestoneTimeline, NativeSelect, NumericKeypad, PageHeader, Pagination, Paragraph, Radio_default as Radio, Result, SHIFT, SearchableSelect, Segmented, Select_default as Select, SidebarActionButton, SidebarGroupLabel, SidebarNavItem, Skeleton, Sparkline, Stack, StatCard, Statistic, StatusBadge, StatusBadgeProvider, Switch_default as Switch, Tabs, Text, Textarea_default as Textarea, TileButton_default as TileButton, Title, Tooltip, TopNav, appendKey, applyThemePrefs, backspace, formatDate, inputClasses, isMac, isSeverityTone, mediaFileName, resolveTheme, severityOf, tabButtonId, tabPanelId, toISODate, useClickOutside, useTheme } from '../chunk-3SUSQHOW.js';
|
|
2
2
|
export { Breadcrumbs } from '../chunk-HNH7FOYB.js';
|
|
3
3
|
export { EditableGrid } from '../chunk-DC6BYGZ6.js';
|
|
4
4
|
export { SidebarLayout } from '../chunk-YG45DAUT.js';
|
|
5
|
-
export { toast_default as toast } from '../chunk-
|
|
6
|
-
export { VERSION } from '../chunk-
|
|
7
|
-
export { PopupMenu, PopupMenuDivider, PopupMenuItem, PopupMenuLabel, ShellPrefsProvider, useIsMobile, useLocalStoragePrefs, useShellPrefs } from '../chunk-
|
|
5
|
+
export { toast_default as toast } from '../chunk-TK6HI2U4.js';
|
|
6
|
+
export { VERSION } from '../chunk-XVXEYKMT.js';
|
|
7
|
+
export { PopupMenu, PopupMenuDivider, PopupMenuItem, PopupMenuLabel, ShellPrefsProvider, useIsMobile, useLocalStoragePrefs, useShellPrefs } from '../chunk-ZCDFNZQS.js';
|
|
8
8
|
export { ConfirmProvider, Dialog, confirm, confirmDestructive, prompt, useConfirm, useFocusTrap, useScrollLock } from '../chunk-OXLLRKBC.js';
|
|
9
9
|
export { GLASS_DIVIDER, glassStyle } from '../chunk-3CUSBZWG.js';
|
|
10
10
|
//# sourceMappingURL=index.js.map
|