iryx-ui 0.24.1 → 0.26.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/components/AvatarGroup.vue.d.ts +8 -2
- package/dist/components/AvatarGroup.vue_vue_type_script_setup_true_lang.js +57 -23
- package/dist/components/Breadcrumb.vue.d.ts +10 -2
- package/dist/components/Breadcrumb.vue_vue_type_script_setup_true_lang.js +66 -34
- package/dist/components/CommandPalette.vue.d.ts +12 -0
- package/dist/components/CommandPalette.vue_vue_type_script_setup_true_lang.js +122 -85
- package/dist/components/ConfirmPopover.vue.d.ts +1 -1
- package/dist/components/DateRangePicker.vue.d.ts +14 -2
- package/dist/components/DateRangePicker.vue_vue_type_script_setup_true_lang.js +111 -70
- package/dist/components/FileUpload.vue.d.ts +23 -1
- package/dist/components/FileUpload.vue_vue_type_script_setup_true_lang.js +139 -96
- package/dist/components/Input.vue.d.ts +14 -0
- package/dist/components/Input.vue_vue_type_script_setup_true_lang.js +86 -69
- package/dist/components/SignaturePad.vue.d.ts +1 -1
- package/dist/components/Tabs.vue.d.ts +7 -6
- package/dist/components/Tabs.vue_vue_type_script_setup_true_lang.js +65 -30
- package/dist/components/Textarea.vue.d.ts +14 -0
- package/dist/components/Textarea.vue_vue_type_script_setup_true_lang.js +90 -42
- package/dist/components/Toaster.vue_vue_type_script_setup_true_lang.js +42 -41
- package/dist/components/index.js +144 -144
- package/dist/composables/character-count.d.ts +6 -0
- package/dist/composables/character-count.js +18 -0
- package/dist/composables/command-palette.d.ts +7 -0
- package/dist/composables/command-palette.js +8 -2
- package/dist/composables/date.d.ts +25 -0
- package/dist/composables/date.js +59 -16
- package/dist/composables/scroll-fade.d.ts +1 -1
- package/dist/composables/toast.d.ts +16 -1
- package/dist/composables/toast.js +23 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +154 -154
- package/dist/theme/avatar.d.ts +21 -0
- package/dist/theme/avatar.js +28 -21
- package/dist/theme/bar-chart.d.ts +3 -3
- package/dist/theme/date-picker.d.ts +9 -0
- package/dist/theme/date-picker.js +3 -0
- package/dist/theme/donut-chart.d.ts +3 -3
- package/dist/theme/file-upload.d.ts +24 -0
- package/dist/theme/file-upload.js +6 -2
- package/dist/theme/input.d.ts +46 -0
- package/dist/theme/input.js +10 -2
- package/dist/theme/line-chart.d.ts +3 -3
- package/dist/theme/tabs.d.ts +18 -3
- package/dist/theme/tabs.js +20 -12
- package/dist/theme/toast.d.ts +9 -0
- package/dist/theme/toast.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22,157 +22,157 @@ import E from "./components/Button.js";
|
|
|
22
22
|
import D from "./components/AuthProviders.js";
|
|
23
23
|
import { avatarGroupTheme as O, avatarTheme as k } from "./theme/avatar.js";
|
|
24
24
|
import A from "./components/Avatar.js";
|
|
25
|
-
import j from "./
|
|
26
|
-
import
|
|
27
|
-
import N from "./components/
|
|
28
|
-
import {
|
|
29
|
-
import F from "./components/
|
|
30
|
-
import {
|
|
31
|
-
import
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import re from "./
|
|
36
|
-
import ie from "./
|
|
37
|
-
import
|
|
38
|
-
import oe from "./components/
|
|
39
|
-
import {
|
|
40
|
-
import ce from "./
|
|
41
|
-
import {
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import {
|
|
45
|
-
import
|
|
46
|
-
import {
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import {
|
|
50
|
-
import
|
|
51
|
-
import {
|
|
52
|
-
import
|
|
53
|
-
import {
|
|
54
|
-
import
|
|
55
|
-
import
|
|
56
|
-
import {
|
|
57
|
-
import Ve from "./components/
|
|
58
|
-
import {
|
|
59
|
-
import Ue from "./components/
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import
|
|
63
|
-
import {
|
|
64
|
-
import
|
|
65
|
-
import et from "./
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import
|
|
69
|
-
import
|
|
70
|
-
import
|
|
71
|
-
import {
|
|
72
|
-
import
|
|
73
|
-
import
|
|
74
|
-
import
|
|
75
|
-
import
|
|
76
|
-
import {
|
|
77
|
-
import
|
|
78
|
-
import
|
|
79
|
-
import {
|
|
80
|
-
import
|
|
81
|
-
import
|
|
82
|
-
import
|
|
83
|
-
import
|
|
84
|
-
import {
|
|
85
|
-
import
|
|
86
|
-
import
|
|
87
|
-
import
|
|
88
|
-
import
|
|
89
|
-
import {
|
|
90
|
-
import
|
|
91
|
-
import {
|
|
92
|
-
import
|
|
93
|
-
import {
|
|
94
|
-
import
|
|
95
|
-
import
|
|
96
|
-
import {
|
|
97
|
-
import
|
|
98
|
-
import
|
|
99
|
-
import
|
|
100
|
-
import
|
|
101
|
-
import
|
|
102
|
-
import
|
|
103
|
-
import
|
|
104
|
-
import
|
|
105
|
-
import
|
|
106
|
-
import {
|
|
107
|
-
import
|
|
108
|
-
import
|
|
109
|
-
import
|
|
110
|
-
import {
|
|
111
|
-
import
|
|
112
|
-
import
|
|
113
|
-
import cn from "./
|
|
114
|
-
import {
|
|
115
|
-
import
|
|
116
|
-
import {
|
|
117
|
-
import
|
|
118
|
-
import {
|
|
119
|
-
import
|
|
120
|
-
import {
|
|
121
|
-
import
|
|
122
|
-
import {
|
|
123
|
-
import
|
|
124
|
-
import
|
|
125
|
-
import
|
|
126
|
-
import
|
|
127
|
-
import {
|
|
128
|
-
import
|
|
129
|
-
import {
|
|
130
|
-
import
|
|
131
|
-
import {
|
|
132
|
-
import
|
|
133
|
-
import {
|
|
134
|
-
import
|
|
135
|
-
import
|
|
136
|
-
import {
|
|
137
|
-
import
|
|
138
|
-
import
|
|
139
|
-
import {
|
|
140
|
-
import
|
|
141
|
-
import {
|
|
142
|
-
import
|
|
143
|
-
import {
|
|
144
|
-
import
|
|
145
|
-
import {
|
|
146
|
-
import
|
|
147
|
-
import {
|
|
148
|
-
import
|
|
149
|
-
import {
|
|
150
|
-
import
|
|
151
|
-
import {
|
|
152
|
-
import
|
|
153
|
-
import {
|
|
154
|
-
import
|
|
155
|
-
import
|
|
156
|
-
import {
|
|
157
|
-
import
|
|
158
|
-
import {
|
|
159
|
-
import
|
|
160
|
-
import
|
|
161
|
-
import
|
|
162
|
-
import
|
|
163
|
-
import {
|
|
164
|
-
import
|
|
165
|
-
import {
|
|
166
|
-
import
|
|
167
|
-
import
|
|
168
|
-
import {
|
|
169
|
-
import
|
|
170
|
-
import
|
|
171
|
-
import
|
|
172
|
-
import
|
|
173
|
-
import {
|
|
174
|
-
import
|
|
175
|
-
import { treeTheme as
|
|
176
|
-
import
|
|
177
|
-
import { IryxUi as
|
|
178
|
-
export {
|
|
25
|
+
import { tooltipTheme as j } from "./theme/tooltip.js";
|
|
26
|
+
import M from "./components/Tooltip.js";
|
|
27
|
+
import N from "./components/AvatarGroup.js";
|
|
28
|
+
import { badgeTheme as P } from "./theme/badge.js";
|
|
29
|
+
import F from "./components/Badge.js";
|
|
30
|
+
import { bannerTheme as I } from "./theme/banner.js";
|
|
31
|
+
import L from "./components/Banner.js";
|
|
32
|
+
import { extent as R, finiteValues as z, linearScale as B, niceTicks as V } from "./composables/scale.js";
|
|
33
|
+
import { AXIS_GAP as H, CATEGORY_HEIGHT as U, CHAR_WIDTH as W, SERIES_SLOTS as G, TOP_PAD as K, cartesianLayout as q, clampTooltip as J, seriesColor as Y, slotOf as X, tooltipHalfWidth as Z, warnOnSlotOverflow as Q } from "./composables/cartesian.js";
|
|
34
|
+
import { REVEAL_DURATION as $, useChartAnimation as ee, useChartProgress as te, useChartReveal as ne } from "./composables/chart-reveal.js";
|
|
35
|
+
import { barChartTheme as re } from "./theme/bar-chart.js";
|
|
36
|
+
import { chartLegendTheme as ie } from "./theme/chart-legend.js";
|
|
37
|
+
import ae from "./components/ChartLegend.js";
|
|
38
|
+
import oe from "./components/BarChart.js";
|
|
39
|
+
import { breadcrumbTheme as se } from "./theme/breadcrumb.js";
|
|
40
|
+
import { dropdownMenuTheme as ce } from "./theme/dropdown-menu.js";
|
|
41
|
+
import { isSeparator as le, isSubmenu as ue } from "./composables/dropdown-menu.js";
|
|
42
|
+
import de from "./components/DropdownMenu.js";
|
|
43
|
+
import fe from "./components/Breadcrumb.js";
|
|
44
|
+
import { buttonGroupTheme as pe } from "./theme/button-group.js";
|
|
45
|
+
import me from "./components/ButtonGroup.js";
|
|
46
|
+
import { CalendarDate as he, Time as ge, commonDateRangePresets as _e, formatIsoDate as ve, isoToday as ye, toCalendarDate as be, toIsoDate as xe, toIsoTime as Se, toTime as Ce } from "./composables/date.js";
|
|
47
|
+
import { calendarTheme as we } from "./theme/calendar.js";
|
|
48
|
+
import Te from "./components/Calendar.js";
|
|
49
|
+
import { cardTheme as Ee } from "./theme/card.js";
|
|
50
|
+
import De from "./components/Card.js";
|
|
51
|
+
import { scrollFadeMask as Oe, useScrollEdges as ke } from "./composables/scroll-fade.js";
|
|
52
|
+
import Ae from "./components/Carousel.js";
|
|
53
|
+
import { formContextKey as je, formFieldContextKey as Me, getByPath as Ne, isStandardSchema as Pe, issuePath as Fe, useForm as Ie, useFormField as Le } from "./composables/form.js";
|
|
54
|
+
import { checkboxTheme as Re } from "./theme/checkbox.js";
|
|
55
|
+
import ze from "./components/Checkbox.js";
|
|
56
|
+
import { codeTheme as Be } from "./theme/code.js";
|
|
57
|
+
import Ve from "./components/Code.js";
|
|
58
|
+
import { collapsibleTheme as He } from "./theme/collapsible.js";
|
|
59
|
+
import Ue from "./components/Collapsible.js";
|
|
60
|
+
import { fieldBase as We, inputTheme as Ge, textareaCountTheme as Ke, textareaTheme as qe } from "./theme/input.js";
|
|
61
|
+
import { colorPickerTheme as Je } from "./theme/color-picker.js";
|
|
62
|
+
import Ye from "./components/ColorPicker.js";
|
|
63
|
+
import { comboboxTheme as Xe } from "./theme/combobox.js";
|
|
64
|
+
import Ze from "./components/Combobox.js";
|
|
65
|
+
import { isApplePlatform as Qe, parseHotkey as $e, useApplePlatform as et } from "./composables/kbd.js";
|
|
66
|
+
import { commandHaystack as tt, commandId as nt, isCommandGroup as rt, matchesHotkey as it, pushRecent as at, toCommandGroups as ot } from "./composables/command-palette.js";
|
|
67
|
+
import { commandPaletteTheme as st } from "./theme/command-palette.js";
|
|
68
|
+
import { kbdTheme as ct } from "./theme/kbd.js";
|
|
69
|
+
import lt from "./components/Kbd.js";
|
|
70
|
+
import ut from "./components/CommandPalette.js";
|
|
71
|
+
import { resolveConfirm as dt, useConfirm as ft, useConfirmState as pt } from "./composables/confirm.js";
|
|
72
|
+
import { dialogTheme as mt } from "./theme/dialog.js";
|
|
73
|
+
import ht from "./components/Dialog.js";
|
|
74
|
+
import gt from "./components/ConfirmDialog.js";
|
|
75
|
+
import { confirmPopoverTheme as _t } from "./theme/confirm-popover.js";
|
|
76
|
+
import { popoverTheme as vt } from "./theme/popover.js";
|
|
77
|
+
import yt from "./components/Popover.js";
|
|
78
|
+
import bt from "./components/ConfirmPopover.js";
|
|
79
|
+
import { containerTheme as xt } from "./theme/container.js";
|
|
80
|
+
import St from "./components/Container.js";
|
|
81
|
+
import Ct from "./components/ContextMenu.js";
|
|
82
|
+
import { dateFieldTheme as wt } from "./theme/date-field.js";
|
|
83
|
+
import Tt from "./components/DateField.js";
|
|
84
|
+
import { datePickerTheme as Et } from "./theme/date-picker.js";
|
|
85
|
+
import Dt from "./components/DatePicker.js";
|
|
86
|
+
import Ot from "./components/DateRangePicker.js";
|
|
87
|
+
import { descriptionListTheme as kt } from "./theme/description-list.js";
|
|
88
|
+
import At from "./components/DescriptionList.js";
|
|
89
|
+
import { donutChartTheme as jt } from "./theme/donut-chart.js";
|
|
90
|
+
import Mt from "./components/DonutChart.js";
|
|
91
|
+
import { editableTheme as Nt } from "./theme/editable.js";
|
|
92
|
+
import Pt from "./components/Editable.js";
|
|
93
|
+
import { emptyStateTheme as Ft } from "./theme/empty-state.js";
|
|
94
|
+
import It from "./components/EmptyState.js";
|
|
95
|
+
import { fileUploadTheme as Lt } from "./theme/file-upload.js";
|
|
96
|
+
import { progressTheme as Rt } from "./theme/progress.js";
|
|
97
|
+
import zt from "./components/Progress.js";
|
|
98
|
+
import Bt from "./components/FileUpload.js";
|
|
99
|
+
import Vt from "./components/Form.js";
|
|
100
|
+
import { labelTheme as Ht } from "./theme/label.js";
|
|
101
|
+
import Ut from "./components/Label.js";
|
|
102
|
+
import Wt from "./components/FormField.js";
|
|
103
|
+
import { hoverCardTheme as Gt } from "./theme/hover-card.js";
|
|
104
|
+
import Kt from "./components/HoverCard.js";
|
|
105
|
+
import qt from "./components/Input.js";
|
|
106
|
+
import { lineChartTheme as Jt } from "./theme/line-chart.js";
|
|
107
|
+
import Yt from "./components/LineChart.js";
|
|
108
|
+
import { menubarTheme as Xt } from "./theme/menubar.js";
|
|
109
|
+
import Zt from "./components/Menubar.js";
|
|
110
|
+
import { isNavigationGroup as Qt } from "./composables/navigation-menu.js";
|
|
111
|
+
import { navigationMenuTheme as $t } from "./theme/navigation-menu.js";
|
|
112
|
+
import en from "./components/NavigationMenu.js";
|
|
113
|
+
import { addDecimals as tn, clampDecimal as nn, compareDecimals as rn, formatDecimal as an, formatForLocale as on, isDecimal as sn, localeSeparators as cn, parseDecimal as ln, parseFromLocale as un, roundDecimal as dn, toEditable as fn } from "./composables/decimal.js";
|
|
114
|
+
import { numberInputTheme as pn } from "./theme/number-input.js";
|
|
115
|
+
import mn from "./components/NumberInput.js";
|
|
116
|
+
import { pageHeaderTheme as hn } from "./theme/page-header.js";
|
|
117
|
+
import gn from "./components/PageHeader.js";
|
|
118
|
+
import { paginationTheme as _n } from "./theme/pagination.js";
|
|
119
|
+
import vn from "./components/Pagination.js";
|
|
120
|
+
import { passwordInputTheme as yn } from "./theme/password-input.js";
|
|
121
|
+
import bn from "./components/PasswordInput.js";
|
|
122
|
+
import { pinInputTheme as xn } from "./theme/pin-input.js";
|
|
123
|
+
import Sn from "./components/PinInput.js";
|
|
124
|
+
import { radioGroupTheme as Cn } from "./theme/radio-group.js";
|
|
125
|
+
import wn from "./components/RadioGroup.js";
|
|
126
|
+
import Tn from "./components/Rating.js";
|
|
127
|
+
import { scrollAreaTheme as En } from "./theme/scroll-area.js";
|
|
128
|
+
import Dn from "./components/ScrollArea.js";
|
|
129
|
+
import { scrollFadeTheme as On } from "./theme/scroll-fade.js";
|
|
130
|
+
import kn from "./components/ScrollFade.js";
|
|
131
|
+
import { selectTheme as An } from "./theme/select.js";
|
|
132
|
+
import jn from "./components/Select.js";
|
|
133
|
+
import { separatorTheme as Mn } from "./theme/separator.js";
|
|
134
|
+
import Nn from "./components/Separator.js";
|
|
135
|
+
import { isSidebarGroup as Pn, isSidebarSection as Fn, toSidebarSections as In } from "./composables/sidebar.js";
|
|
136
|
+
import { sidebarTheme as Ln } from "./theme/sidebar.js";
|
|
137
|
+
import Rn from "./components/Sidebar.js";
|
|
138
|
+
import { hasInk as zn, strokeWidth as Bn } from "./composables/signature.js";
|
|
139
|
+
import { signaturePadTheme as Vn } from "./theme/signature-pad.js";
|
|
140
|
+
import Hn from "./components/SignaturePad.js";
|
|
141
|
+
import { skeletonTheme as Un } from "./theme/skeleton.js";
|
|
142
|
+
import Wn from "./components/Skeleton.js";
|
|
143
|
+
import { sliderTheme as Gn } from "./theme/slider.js";
|
|
144
|
+
import Kn from "./components/Slider.js";
|
|
145
|
+
import { sparklineTheme as qn } from "./theme/sparkline.js";
|
|
146
|
+
import Jn from "./components/Sparkline.js";
|
|
147
|
+
import { splitterTheme as Yn } from "./theme/splitter.js";
|
|
148
|
+
import Xn from "./components/Splitter.js";
|
|
149
|
+
import { statTheme as Zn } from "./theme/stat.js";
|
|
150
|
+
import Qn from "./components/Stat.js";
|
|
151
|
+
import { stepperTheme as $n } from "./theme/stepper.js";
|
|
152
|
+
import er from "./components/Stepper.js";
|
|
153
|
+
import { switchTheme as tr } from "./theme/switch.js";
|
|
154
|
+
import nr from "./components/Switch.js";
|
|
155
|
+
import { getRowValue as rr, useDataTable as ir } from "./composables/data-table.js";
|
|
156
|
+
import { tableTheme as ar } from "./theme/table.js";
|
|
157
|
+
import or from "./components/Table.js";
|
|
158
|
+
import { tabsTheme as sr } from "./theme/tabs.js";
|
|
159
|
+
import cr from "./components/Tabs.js";
|
|
160
|
+
import { tagsInputTheme as lr } from "./theme/tags-input.js";
|
|
161
|
+
import ur from "./components/TagsInput.js";
|
|
162
|
+
import dr from "./components/Textarea.js";
|
|
163
|
+
import { timeFieldTheme as fr } from "./theme/time-field.js";
|
|
164
|
+
import pr from "./components/TimeField.js";
|
|
165
|
+
import { timelineTheme as mr } from "./theme/timeline.js";
|
|
166
|
+
import hr from "./components/Timeline.js";
|
|
167
|
+
import { useToast as gr, useToastState as _r } from "./composables/toast.js";
|
|
168
|
+
import { toastTheme as vr } from "./theme/toast.js";
|
|
169
|
+
import yr from "./components/Toaster.js";
|
|
170
|
+
import { toggleGroupTheme as br, toggleTheme as xr } from "./theme/toggle.js";
|
|
171
|
+
import Sr from "./components/Toggle.js";
|
|
172
|
+
import Cr from "./components/ToggleGroup.js";
|
|
173
|
+
import { toolbarTheme as wr } from "./theme/toolbar.js";
|
|
174
|
+
import Tr from "./components/Toolbar.js";
|
|
175
|
+
import { treeTheme as Er } from "./theme/tree.js";
|
|
176
|
+
import Dr from "./components/Tree.js";
|
|
177
|
+
import { IryxUi as Or, createIryxUi as kr } from "./plugin.js";
|
|
178
|
+
export { H as AXIS_GAP, s as Accordion, l as Alert, h as App, b as AppShell, x as AspectRatio, D as AuthProviders, A as Avatar, N as AvatarGroup, F as Badge, L as Banner, oe as BarChart, fe as Breadcrumb, E as Button, me as ButtonGroup, U as CATEGORY_HEIGHT, W as CHAR_WIDTH, Te as Calendar, he as CalendarDate, De as Card, Ae as Carousel, ae as ChartLegend, ze as Checkbox, Ve as Code, Ue as Collapsible, Ye as ColorPicker, Ze as Combobox, ut as CommandPalette, gt as ConfirmDialog, bt as ConfirmPopover, St as Container, Ct as ContextMenu, Tt as DateField, Dt as DatePicker, Ot as DateRangePicker, At as DescriptionList, ht as Dialog, Mt as DonutChart, y as Drawer, de as DropdownMenu, Pt as Editable, It as EmptyState, Bt as FileUpload, Vt as Form, Wt as FormField, Kt as HoverCard, o as Icon, qt as Input, Or as IryxUi, lt as Kbd, Ut as Label, Yt as LineChart, Zt as Menubar, en as NavigationMenu, mn as NumberInput, gn as PageHeader, vn as Pagination, bn as PasswordInput, Sn as PinInput, yt as Popover, zt as Progress, $ as REVEAL_DURATION, wn as RadioGroup, Tn as Rating, G as SERIES_SLOTS, Dn as ScrollArea, kn as ScrollFade, jn as Select, Nn as Separator, Rn as Sidebar, Hn as SignaturePad, Wn as Skeleton, Kn as Slider, Jn as Sparkline, Xn as Splitter, Qn as Stat, er as Stepper, nr as Switch, K as TOP_PAD, or as Table, cr as Tabs, ur as TagsInput, dr as Textarea, ge as Time, pr as TimeField, hr as Timeline, yr as Toaster, Sr as Toggle, Cr as ToggleGroup, Tr as Toolbar, M as Tooltip, Dr as Tree, i as accordionTheme, tn as addDecimals, c as alertTheme, _ as appShellTheme, f as applyTheme, S as authProvidersTheme, O as avatarGroupTheme, k as avatarTheme, P as badgeTheme, I as bannerTheme, re as barChartTheme, se as breadcrumbTheme, C as buttonGroupContextKey, pe as buttonGroupTheme, T as buttonTheme, we as calendarTheme, Ee as cardTheme, q as cartesianLayout, ie as chartLegendTheme, Re as checkboxTheme, nn as clampDecimal, J as clampTooltip, p as clearTheme, Be as codeTheme, He as collapsibleTheme, Je as colorPickerTheme, Xe as comboboxTheme, tt as commandHaystack, nt as commandId, st as commandPaletteTheme, _e as commonDateRangePresets, rn as compareDecimals, e as componentNames, _t as confirmPopoverTheme, xt as containerTheme, kr as createIryxUi, wt as dateFieldTheme, Et as datePickerTheme, t as defaultConfig, kt as descriptionListTheme, mt as dialogTheme, jt as donutChartTheme, v as drawerTheme, ce as dropdownMenuTheme, Nt as editableTheme, Ft as emptyStateTheme, R as extent, We as fieldBase, Lt as fileUploadTheme, z as finiteValues, je as formContextKey, Me as formFieldContextKey, an as formatDecimal, on as formatForLocale, ve as formatIsoDate, Ne as getByPath, rr as getRowValue, zn as hasInk, Gt as hoverCardTheme, u as initAppearance, Ge as inputTheme, n as iryxUiConfigKey, Qe as isApplePlatform, rt as isCommandGroup, sn as isDecimal, a as isIconArray, Qt as isNavigationGroup, le as isSeparator, Pn as isSidebarGroup, Fn as isSidebarSection, Pe as isStandardSchema, ue as isSubmenu, ye as isoToday, Fe as issuePath, ct as kbdTheme, Ht as labelTheme, Jt as lineChartTheme, B as linearScale, cn as localeSeparators, it as matchesHotkey, Xt as menubarTheme, $t as navigationMenuTheme, V as niceTicks, pn as numberInputTheme, hn as pageHeaderTheme, _n as paginationTheme, ln as parseDecimal, un as parseFromLocale, $e as parseHotkey, yn as passwordInputTheme, xn as pinInputTheme, vt as popoverTheme, Rt as progressTheme, at as pushRecent, Cn as radioGroupTheme, dt as resolveConfirm, dn as roundDecimal, En as scrollAreaTheme, Oe as scrollFadeMask, On as scrollFadeTheme, An as selectTheme, Mn as separatorTheme, Y as seriesColor, Ln as sidebarTheme, Vn as signaturePadTheme, Un as skeletonTheme, Gn as sliderTheme, X as slotOf, qn as sparklineTheme, Yn as splitterTheme, Zn as statTheme, $n as stepperTheme, Bn as strokeWidth, tr as switchTheme, ar as tableTheme, sr as tabsTheme, lr as tagsInputTheme, Ke as textareaCountTheme, qe as textareaTheme, m as themes, fr as timeFieldTheme, mr as timelineTheme, be as toCalendarDate, ot as toCommandGroups, fn as toEditable, xe as toIsoDate, Se as toIsoTime, In as toSidebarSections, Ce as toTime, vr as toastTheme, br as toggleGroupTheme, xr as toggleTheme, wr as toolbarTheme, Z as tooltipHalfWidth, j as tooltipTheme, Er as treeTheme, d as useAppearance, et as useApplePlatform, w as useButtonGroup, ee as useChartAnimation, te as useChartProgress, ne as useChartReveal, ft as useConfirm, pt as useConfirmState, ir as useDataTable, g as useElementSize, Ie as useForm, Le as useFormField, r as useIryxUiConfig, ke as useScrollEdges, gr as useToast, _r as useToastState, Q as warnOnSlotOverflow };
|
package/dist/theme/avatar.d.ts
CHANGED
|
@@ -188,8 +188,15 @@ export declare const avatarGroupTheme: import("tailwind-variants").TVReturnType<
|
|
|
188
188
|
overflow: string;
|
|
189
189
|
};
|
|
190
190
|
};
|
|
191
|
+
tooltip: {
|
|
192
|
+
true: {
|
|
193
|
+
item: string;
|
|
194
|
+
overflow: string;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
191
197
|
}, {
|
|
192
198
|
root: string;
|
|
199
|
+
trigger: string;
|
|
193
200
|
item: string;
|
|
194
201
|
overflow: string;
|
|
195
202
|
}, undefined, {
|
|
@@ -215,8 +222,15 @@ export declare const avatarGroupTheme: import("tailwind-variants").TVReturnType<
|
|
|
215
222
|
overflow: string;
|
|
216
223
|
};
|
|
217
224
|
};
|
|
225
|
+
tooltip: {
|
|
226
|
+
true: {
|
|
227
|
+
item: string;
|
|
228
|
+
overflow: string;
|
|
229
|
+
};
|
|
230
|
+
};
|
|
218
231
|
}, {
|
|
219
232
|
root: string;
|
|
233
|
+
trigger: string;
|
|
220
234
|
item: string;
|
|
221
235
|
overflow: string;
|
|
222
236
|
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
@@ -242,8 +256,15 @@ export declare const avatarGroupTheme: import("tailwind-variants").TVReturnType<
|
|
|
242
256
|
overflow: string;
|
|
243
257
|
};
|
|
244
258
|
};
|
|
259
|
+
tooltip: {
|
|
260
|
+
true: {
|
|
261
|
+
item: string;
|
|
262
|
+
overflow: string;
|
|
263
|
+
};
|
|
264
|
+
};
|
|
245
265
|
}, {
|
|
246
266
|
root: string;
|
|
267
|
+
trigger: string;
|
|
247
268
|
item: string;
|
|
248
269
|
overflow: string;
|
|
249
270
|
}>>;
|
package/dist/theme/avatar.js
CHANGED
|
@@ -53,31 +53,38 @@ var t = e({
|
|
|
53
53
|
}), n = e({
|
|
54
54
|
slots: {
|
|
55
55
|
root: "flex flex-row-reverse items-center justify-end",
|
|
56
|
+
trigger: "group relative inline-flex rounded-full outline-none",
|
|
56
57
|
item: "ring-2 ring-background",
|
|
57
58
|
overflow: "flex shrink-0 items-center justify-center rounded-full bg-muted font-medium text-muted-foreground ring-2 ring-background"
|
|
58
59
|
},
|
|
59
|
-
variants: {
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
60
|
+
variants: {
|
|
61
|
+
size: {
|
|
62
|
+
xs: {
|
|
63
|
+
root: "-space-x-1.5 space-x-reverse",
|
|
64
|
+
overflow: "size-6 text-[0.625rem]"
|
|
65
|
+
},
|
|
66
|
+
sm: {
|
|
67
|
+
root: "-space-x-2 space-x-reverse",
|
|
68
|
+
overflow: "size-8 text-xs"
|
|
69
|
+
},
|
|
70
|
+
md: {
|
|
71
|
+
root: "-space-x-2.5 space-x-reverse",
|
|
72
|
+
overflow: "size-10 text-sm"
|
|
73
|
+
},
|
|
74
|
+
lg: {
|
|
75
|
+
root: "-space-x-3 space-x-reverse",
|
|
76
|
+
overflow: "size-12 text-base"
|
|
77
|
+
},
|
|
78
|
+
xl: {
|
|
79
|
+
root: "-space-x-4 space-x-reverse",
|
|
80
|
+
overflow: "size-16 text-xl"
|
|
81
|
+
}
|
|
75
82
|
},
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
overflow: "
|
|
79
|
-
}
|
|
80
|
-
}
|
|
83
|
+
tooltip: { true: {
|
|
84
|
+
item: "transition-transform duration-300 ease-out group-hover:-translate-y-1 group-focus-visible:-translate-y-1 group-focus-visible:ring-primary motion-reduce:transition-none",
|
|
85
|
+
overflow: "outline-none focus-visible:ring-primary"
|
|
86
|
+
} }
|
|
87
|
+
},
|
|
81
88
|
defaultVariants: { size: "md" }
|
|
82
89
|
});
|
|
83
90
|
//#endregion
|
|
@@ -4,6 +4,7 @@ export declare const barChartTheme: import("tailwind-variants").TVReturnType<{
|
|
|
4
4
|
root?: import("tailwind-variants").ClassValue;
|
|
5
5
|
svg?: import("tailwind-variants").ClassValue;
|
|
6
6
|
table?: import("tailwind-variants").ClassValue;
|
|
7
|
+
tooltip?: import("tailwind-variants").ClassValue;
|
|
7
8
|
plot?: import("tailwind-variants").ClassValue;
|
|
8
9
|
grid?: import("tailwind-variants").ClassValue;
|
|
9
10
|
tick?: import("tailwind-variants").ClassValue;
|
|
@@ -11,7 +12,6 @@ export declare const barChartTheme: import("tailwind-variants").TVReturnType<{
|
|
|
11
12
|
bar?: import("tailwind-variants").ClassValue;
|
|
12
13
|
hit?: import("tailwind-variants").ClassValue;
|
|
13
14
|
faded?: import("tailwind-variants").ClassValue;
|
|
14
|
-
tooltip?: import("tailwind-variants").ClassValue;
|
|
15
15
|
tooltipLabel?: import("tailwind-variants").ClassValue;
|
|
16
16
|
tooltipValue?: import("tailwind-variants").ClassValue;
|
|
17
17
|
};
|
|
@@ -22,6 +22,7 @@ export declare const barChartTheme: import("tailwind-variants").TVReturnType<{
|
|
|
22
22
|
root?: import("tailwind-variants").ClassValue;
|
|
23
23
|
svg?: import("tailwind-variants").ClassValue;
|
|
24
24
|
table?: import("tailwind-variants").ClassValue;
|
|
25
|
+
tooltip?: import("tailwind-variants").ClassValue;
|
|
25
26
|
plot?: import("tailwind-variants").ClassValue;
|
|
26
27
|
grid?: import("tailwind-variants").ClassValue;
|
|
27
28
|
tick?: import("tailwind-variants").ClassValue;
|
|
@@ -29,7 +30,6 @@ export declare const barChartTheme: import("tailwind-variants").TVReturnType<{
|
|
|
29
30
|
bar?: import("tailwind-variants").ClassValue;
|
|
30
31
|
hit?: import("tailwind-variants").ClassValue;
|
|
31
32
|
faded?: import("tailwind-variants").ClassValue;
|
|
32
|
-
tooltip?: import("tailwind-variants").ClassValue;
|
|
33
33
|
tooltipLabel?: import("tailwind-variants").ClassValue;
|
|
34
34
|
tooltipValue?: import("tailwind-variants").ClassValue;
|
|
35
35
|
};
|
|
@@ -54,6 +54,7 @@ export declare const barChartTheme: import("tailwind-variants").TVReturnType<{
|
|
|
54
54
|
root?: import("tailwind-variants").ClassValue;
|
|
55
55
|
svg?: import("tailwind-variants").ClassValue;
|
|
56
56
|
table?: import("tailwind-variants").ClassValue;
|
|
57
|
+
tooltip?: import("tailwind-variants").ClassValue;
|
|
57
58
|
plot?: import("tailwind-variants").ClassValue;
|
|
58
59
|
grid?: import("tailwind-variants").ClassValue;
|
|
59
60
|
tick?: import("tailwind-variants").ClassValue;
|
|
@@ -61,7 +62,6 @@ export declare const barChartTheme: import("tailwind-variants").TVReturnType<{
|
|
|
61
62
|
bar?: import("tailwind-variants").ClassValue;
|
|
62
63
|
hit?: import("tailwind-variants").ClassValue;
|
|
63
64
|
faded?: import("tailwind-variants").ClassValue;
|
|
64
|
-
tooltip?: import("tailwind-variants").ClassValue;
|
|
65
65
|
tooltipLabel?: import("tailwind-variants").ClassValue;
|
|
66
66
|
tooltipValue?: import("tailwind-variants").ClassValue;
|
|
67
67
|
};
|
|
@@ -19,6 +19,9 @@ export declare const datePickerTheme: import("tailwind-variants").TVReturnType<{
|
|
|
19
19
|
trigger: string;
|
|
20
20
|
placeholder: string;
|
|
21
21
|
content: string;
|
|
22
|
+
panel: string;
|
|
23
|
+
presets: string;
|
|
24
|
+
preset: string;
|
|
22
25
|
footer: string;
|
|
23
26
|
action: string;
|
|
24
27
|
}, undefined, {
|
|
@@ -42,6 +45,9 @@ export declare const datePickerTheme: import("tailwind-variants").TVReturnType<{
|
|
|
42
45
|
trigger: string;
|
|
43
46
|
placeholder: string;
|
|
44
47
|
content: string;
|
|
48
|
+
panel: string;
|
|
49
|
+
presets: string;
|
|
50
|
+
preset: string;
|
|
45
51
|
footer: string;
|
|
46
52
|
action: string;
|
|
47
53
|
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
@@ -65,6 +71,9 @@ export declare const datePickerTheme: import("tailwind-variants").TVReturnType<{
|
|
|
65
71
|
trigger: string;
|
|
66
72
|
placeholder: string;
|
|
67
73
|
content: string;
|
|
74
|
+
panel: string;
|
|
75
|
+
presets: string;
|
|
76
|
+
preset: string;
|
|
68
77
|
footer: string;
|
|
69
78
|
action: string;
|
|
70
79
|
}>>;
|
|
@@ -6,6 +6,9 @@ var n = t({
|
|
|
6
6
|
trigger: `flex items-center justify-between gap-2 ${e} cursor-pointer [&_svg]:size-4 [&_svg]:shrink-0 [&_svg]:opacity-60`,
|
|
7
7
|
placeholder: "text-muted-foreground",
|
|
8
8
|
content: "z-50 rounded-xl border border-border bg-background p-3 text-foreground shadow-md",
|
|
9
|
+
panel: "flex flex-col gap-3 sm:flex-row",
|
|
10
|
+
presets: "-mx-3 -mt-3 flex w-0 min-w-[calc(100%+--spacing(6))] gap-1 overflow-x-auto border-b border-border p-3 sm:mx-0 sm:-my-3 sm:ml-0 sm:w-auto sm:min-w-0 sm:flex-col sm:overflow-visible sm:border-r sm:border-b-0 sm:py-3 sm:pr-3 sm:pl-0",
|
|
11
|
+
preset: "shrink-0 rounded-lg px-2 py-1 text-left text-sm whitespace-nowrap text-muted-foreground transition-[color,background-color,border-color,box-shadow] outline-none hover:bg-accent hover:text-accent-foreground focus-visible:ring-2 focus-visible:ring-primary/50 disabled:pointer-events-none disabled:opacity-50 aria-pressed:bg-accent aria-pressed:text-accent-foreground",
|
|
9
12
|
footer: "flex items-center justify-between gap-2 pt-3",
|
|
10
13
|
action: "rounded-lg px-2 py-1 text-sm text-muted-foreground transition-[color,background-color,border-color,box-shadow] outline-none hover:bg-accent hover:text-accent-foreground focus-visible:ring-2 focus-visible:ring-primary/50"
|
|
11
14
|
},
|
|
@@ -5,10 +5,10 @@ export declare const donutChartTheme: import("tailwind-variants").TVReturnType<{
|
|
|
5
5
|
slice?: import("tailwind-variants").ClassValue;
|
|
6
6
|
svg?: import("tailwind-variants").ClassValue;
|
|
7
7
|
table?: import("tailwind-variants").ClassValue;
|
|
8
|
+
tooltip?: import("tailwind-variants").ClassValue;
|
|
8
9
|
center?: import("tailwind-variants").ClassValue;
|
|
9
10
|
plot?: import("tailwind-variants").ClassValue;
|
|
10
11
|
faded?: import("tailwind-variants").ClassValue;
|
|
11
|
-
tooltip?: import("tailwind-variants").ClassValue;
|
|
12
12
|
tooltipLabel?: import("tailwind-variants").ClassValue;
|
|
13
13
|
tooltipValue?: import("tailwind-variants").ClassValue;
|
|
14
14
|
tooltipShare?: import("tailwind-variants").ClassValue;
|
|
@@ -21,10 +21,10 @@ export declare const donutChartTheme: import("tailwind-variants").TVReturnType<{
|
|
|
21
21
|
slice?: import("tailwind-variants").ClassValue;
|
|
22
22
|
svg?: import("tailwind-variants").ClassValue;
|
|
23
23
|
table?: import("tailwind-variants").ClassValue;
|
|
24
|
+
tooltip?: import("tailwind-variants").ClassValue;
|
|
24
25
|
center?: import("tailwind-variants").ClassValue;
|
|
25
26
|
plot?: import("tailwind-variants").ClassValue;
|
|
26
27
|
faded?: import("tailwind-variants").ClassValue;
|
|
27
|
-
tooltip?: import("tailwind-variants").ClassValue;
|
|
28
28
|
tooltipLabel?: import("tailwind-variants").ClassValue;
|
|
29
29
|
tooltipValue?: import("tailwind-variants").ClassValue;
|
|
30
30
|
tooltipShare?: import("tailwind-variants").ClassValue;
|
|
@@ -49,10 +49,10 @@ export declare const donutChartTheme: import("tailwind-variants").TVReturnType<{
|
|
|
49
49
|
slice?: import("tailwind-variants").ClassValue;
|
|
50
50
|
svg?: import("tailwind-variants").ClassValue;
|
|
51
51
|
table?: import("tailwind-variants").ClassValue;
|
|
52
|
+
tooltip?: import("tailwind-variants").ClassValue;
|
|
52
53
|
center?: import("tailwind-variants").ClassValue;
|
|
53
54
|
plot?: import("tailwind-variants").ClassValue;
|
|
54
55
|
faded?: import("tailwind-variants").ClassValue;
|
|
55
|
-
tooltip?: import("tailwind-variants").ClassValue;
|
|
56
56
|
tooltipLabel?: import("tailwind-variants").ClassValue;
|
|
57
57
|
tooltipValue?: import("tailwind-variants").ClassValue;
|
|
58
58
|
tooltipShare?: import("tailwind-variants").ClassValue;
|