@mlw-packages/react-components 1.7.8 → 1.7.10
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/index.css +52 -52
- package/dist/index.d.mts +16 -10
- package/dist/index.d.ts +16 -10
- package/dist/index.js +561 -460
- package/dist/index.mjs +492 -391
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1568,9 +1568,6 @@ body {
|
|
|
1568
1568
|
.flex-wrap {
|
|
1569
1569
|
flex-wrap: wrap;
|
|
1570
1570
|
}
|
|
1571
|
-
.content-start {
|
|
1572
|
-
align-content: flex-start;
|
|
1573
|
-
}
|
|
1574
1571
|
.items-start {
|
|
1575
1572
|
align-items: flex-start;
|
|
1576
1573
|
}
|
|
@@ -2106,6 +2103,10 @@ body {
|
|
|
2106
2103
|
.bg-black\/80 {
|
|
2107
2104
|
background-color: rgb(0 0 0 / 0.8);
|
|
2108
2105
|
}
|
|
2106
|
+
.bg-blue-100 {
|
|
2107
|
+
--tw-bg-opacity: 1;
|
|
2108
|
+
background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
|
|
2109
|
+
}
|
|
2109
2110
|
.bg-blue-400\/20 {
|
|
2110
2111
|
background-color: rgb(96 165 250 / 0.2);
|
|
2111
2112
|
}
|
|
@@ -2194,9 +2195,6 @@ body {
|
|
|
2194
2195
|
--tw-bg-opacity: 1;
|
|
2195
2196
|
background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
|
|
2196
2197
|
}
|
|
2197
|
-
.bg-green-400\/20 {
|
|
2198
|
-
background-color: rgb(74 222 128 / 0.2);
|
|
2199
|
-
}
|
|
2200
2198
|
.bg-green-50 {
|
|
2201
2199
|
--tw-bg-opacity: 1;
|
|
2202
2200
|
background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
|
|
@@ -2252,6 +2250,10 @@ body {
|
|
|
2252
2250
|
--tw-bg-opacity: 1;
|
|
2253
2251
|
background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
|
|
2254
2252
|
}
|
|
2253
|
+
.bg-orange-100 {
|
|
2254
|
+
--tw-bg-opacity: 1;
|
|
2255
|
+
background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
|
|
2256
|
+
}
|
|
2255
2257
|
.bg-orange-200\/50 {
|
|
2256
2258
|
background-color: rgb(254 215 170 / 0.5);
|
|
2257
2259
|
}
|
|
@@ -2259,9 +2261,6 @@ body {
|
|
|
2259
2261
|
--tw-bg-opacity: 1;
|
|
2260
2262
|
background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
|
|
2261
2263
|
}
|
|
2262
|
-
.bg-orange-400\/20 {
|
|
2263
|
-
background-color: rgb(251 146 60 / 0.2);
|
|
2264
|
-
}
|
|
2265
2264
|
.bg-orange-500 {
|
|
2266
2265
|
--tw-bg-opacity: 1;
|
|
2267
2266
|
background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
|
|
@@ -2282,6 +2281,10 @@ body {
|
|
|
2282
2281
|
.bg-primary\/20 {
|
|
2283
2282
|
background-color: hsl(var(--primary) / 0.2);
|
|
2284
2283
|
}
|
|
2284
|
+
.bg-purple-100 {
|
|
2285
|
+
--tw-bg-opacity: 1;
|
|
2286
|
+
background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
|
|
2287
|
+
}
|
|
2285
2288
|
.bg-purple-400\/20 {
|
|
2286
2289
|
background-color: rgb(192 132 252 / 0.2);
|
|
2287
2290
|
}
|
|
@@ -2293,6 +2296,10 @@ body {
|
|
|
2293
2296
|
--tw-bg-opacity: 1;
|
|
2294
2297
|
background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
|
|
2295
2298
|
}
|
|
2299
|
+
.bg-red-100 {
|
|
2300
|
+
--tw-bg-opacity: 1;
|
|
2301
|
+
background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
|
|
2302
|
+
}
|
|
2296
2303
|
.bg-red-50 {
|
|
2297
2304
|
--tw-bg-opacity: 1;
|
|
2298
2305
|
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
|
|
@@ -2348,9 +2355,6 @@ body {
|
|
|
2348
2355
|
--tw-bg-opacity: 1;
|
|
2349
2356
|
background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
|
|
2350
2357
|
}
|
|
2351
|
-
.bg-teal-400\/20 {
|
|
2352
|
-
background-color: rgb(45 212 191 / 0.2);
|
|
2353
|
-
}
|
|
2354
2358
|
.bg-transparent {
|
|
2355
2359
|
background-color: transparent;
|
|
2356
2360
|
}
|
|
@@ -2377,6 +2381,10 @@ body {
|
|
|
2377
2381
|
.bg-white\/70 {
|
|
2378
2382
|
background-color: rgb(255 255 255 / 0.7);
|
|
2379
2383
|
}
|
|
2384
|
+
.bg-yellow-100 {
|
|
2385
|
+
--tw-bg-opacity: 1;
|
|
2386
|
+
background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
|
|
2387
|
+
}
|
|
2380
2388
|
.bg-yellow-400 {
|
|
2381
2389
|
--tw-bg-opacity: 1;
|
|
2382
2390
|
background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
|
|
@@ -2653,9 +2661,6 @@ body {
|
|
|
2653
2661
|
.pr-8 {
|
|
2654
2662
|
padding-right: 2rem;
|
|
2655
2663
|
}
|
|
2656
|
-
.ps-2 {
|
|
2657
|
-
padding-inline-start: 0.5rem;
|
|
2658
|
-
}
|
|
2659
2664
|
.pt-0 {
|
|
2660
2665
|
padding-top: 0px;
|
|
2661
2666
|
}
|
|
@@ -2856,6 +2861,10 @@ body {
|
|
|
2856
2861
|
--tw-text-opacity: 1;
|
|
2857
2862
|
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
|
|
2858
2863
|
}
|
|
2864
|
+
.text-blue-700 {
|
|
2865
|
+
--tw-text-opacity: 1;
|
|
2866
|
+
color: rgb(29 78 216 / var(--tw-text-opacity, 1));
|
|
2867
|
+
}
|
|
2859
2868
|
.text-card-foreground {
|
|
2860
2869
|
color: hsl(var(--card-foreground));
|
|
2861
2870
|
}
|
|
@@ -2956,6 +2965,10 @@ body {
|
|
|
2956
2965
|
--tw-text-opacity: 1;
|
|
2957
2966
|
color: rgb(249 115 22 / var(--tw-text-opacity, 1));
|
|
2958
2967
|
}
|
|
2968
|
+
.text-orange-700 {
|
|
2969
|
+
--tw-text-opacity: 1;
|
|
2970
|
+
color: rgb(194 65 12 / var(--tw-text-opacity, 1));
|
|
2971
|
+
}
|
|
2959
2972
|
.text-orange-950\/80 {
|
|
2960
2973
|
color: rgb(67 20 7 / 0.8);
|
|
2961
2974
|
}
|
|
@@ -2980,6 +2993,10 @@ body {
|
|
|
2980
2993
|
--tw-text-opacity: 1;
|
|
2981
2994
|
color: rgb(147 51 234 / var(--tw-text-opacity, 1));
|
|
2982
2995
|
}
|
|
2996
|
+
.text-purple-700 {
|
|
2997
|
+
--tw-text-opacity: 1;
|
|
2998
|
+
color: rgb(126 34 206 / var(--tw-text-opacity, 1));
|
|
2999
|
+
}
|
|
2983
3000
|
.text-red-500 {
|
|
2984
3001
|
--tw-text-opacity: 1;
|
|
2985
3002
|
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
|
|
@@ -2988,6 +3005,10 @@ body {
|
|
|
2988
3005
|
--tw-text-opacity: 1;
|
|
2989
3006
|
color: rgb(220 38 38 / var(--tw-text-opacity, 1));
|
|
2990
3007
|
}
|
|
3008
|
+
.text-red-700 {
|
|
3009
|
+
--tw-text-opacity: 1;
|
|
3010
|
+
color: rgb(185 28 28 / var(--tw-text-opacity, 1));
|
|
3011
|
+
}
|
|
2991
3012
|
.text-rose-500 {
|
|
2992
3013
|
--tw-text-opacity: 1;
|
|
2993
3014
|
color: rgb(244 63 94 / var(--tw-text-opacity, 1));
|
|
@@ -3032,10 +3053,6 @@ body {
|
|
|
3032
3053
|
--tw-text-opacity: 1;
|
|
3033
3054
|
color: rgb(15 23 42 / var(--tw-text-opacity, 1));
|
|
3034
3055
|
}
|
|
3035
|
-
.text-teal-500 {
|
|
3036
|
-
--tw-text-opacity: 1;
|
|
3037
|
-
color: rgb(20 184 166 / var(--tw-text-opacity, 1));
|
|
3038
|
-
}
|
|
3039
3056
|
.text-violet-950\/80 {
|
|
3040
3057
|
color: rgb(46 16 101 / 0.8);
|
|
3041
3058
|
}
|
|
@@ -3055,6 +3072,10 @@ body {
|
|
|
3055
3072
|
--tw-text-opacity: 1;
|
|
3056
3073
|
color: rgb(202 138 4 / var(--tw-text-opacity, 1));
|
|
3057
3074
|
}
|
|
3075
|
+
.text-yellow-700 {
|
|
3076
|
+
--tw-text-opacity: 1;
|
|
3077
|
+
color: rgb(161 98 7 / var(--tw-text-opacity, 1));
|
|
3078
|
+
}
|
|
3058
3079
|
.text-zinc-100 {
|
|
3059
3080
|
--tw-text-opacity: 1;
|
|
3060
3081
|
color: rgb(244 244 245 / var(--tw-text-opacity, 1));
|
|
@@ -4656,6 +4677,9 @@ body {
|
|
|
4656
4677
|
--tw-bg-opacity: 1;
|
|
4657
4678
|
background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
|
|
4658
4679
|
}
|
|
4680
|
+
.data-\[state\=indeterminate\]\:bg-primary[data-state=indeterminate] {
|
|
4681
|
+
background-color: hsl(var(--primary));
|
|
4682
|
+
}
|
|
4659
4683
|
.data-\[state\=open\]\:bg-accent[data-state=open] {
|
|
4660
4684
|
background-color: hsl(var(--accent));
|
|
4661
4685
|
}
|
|
@@ -4705,6 +4729,9 @@ body {
|
|
|
4705
4729
|
.data-\[state\=checked\]\:text-primary-foreground[data-state=checked] {
|
|
4706
4730
|
color: hsl(var(--primary-foreground));
|
|
4707
4731
|
}
|
|
4732
|
+
.data-\[state\=indeterminate\]\:text-primary-foreground[data-state=indeterminate] {
|
|
4733
|
+
color: hsl(var(--primary-foreground));
|
|
4734
|
+
}
|
|
4708
4735
|
.data-\[state\=open\]\:text-accent-foreground[data-state=open] {
|
|
4709
4736
|
color: hsl(var(--accent-foreground));
|
|
4710
4737
|
}
|
|
@@ -4975,6 +5002,12 @@ body {
|
|
|
4975
5002
|
.group\/navigation-menu[data-viewport=false] .group-data-\[viewport\=false\]\/navigation-menu\:mt-1\.5 {
|
|
4976
5003
|
margin-top: 0.375rem;
|
|
4977
5004
|
}
|
|
5005
|
+
.group[data-state=checked] .group-data-\[state\=checked\]\:block {
|
|
5006
|
+
display: block;
|
|
5007
|
+
}
|
|
5008
|
+
.group[data-state=indeterminate] .group-data-\[state\=indeterminate\]\:block {
|
|
5009
|
+
display: block;
|
|
5010
|
+
}
|
|
4978
5011
|
.group\/drawer-content[data-vaul-drawer-direction=bottom] .group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:block {
|
|
4979
5012
|
display: block;
|
|
4980
5013
|
}
|
|
@@ -5920,18 +5953,6 @@ body {
|
|
|
5920
5953
|
-webkit-box-orient: vertical;
|
|
5921
5954
|
-webkit-line-clamp: 1;
|
|
5922
5955
|
}
|
|
5923
|
-
.\[\&\>span\]\:flex > span {
|
|
5924
|
-
display: flex;
|
|
5925
|
-
}
|
|
5926
|
-
.\[\&\>span\]\:items-center > span {
|
|
5927
|
-
align-items: center;
|
|
5928
|
-
}
|
|
5929
|
-
.\[\&\>span\]\:gap-2 > span {
|
|
5930
|
-
gap: 0.5rem;
|
|
5931
|
-
}
|
|
5932
|
-
.\[\&\>span_\[data-square\]\]\:shrink-0 > span [data-square] {
|
|
5933
|
-
flex-shrink: 0;
|
|
5934
|
-
}
|
|
5935
5956
|
.\[\&\>svg\]\:pointer-events-none > svg {
|
|
5936
5957
|
pointer-events: none;
|
|
5937
5958
|
}
|
|
@@ -5957,27 +5978,6 @@ body {
|
|
|
5957
5978
|
--tw-rotate: 180deg;
|
|
5958
5979
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
5959
5980
|
}
|
|
5960
|
-
.\[\&_\*\[role\=option\]\>span\]\:end-2 *[role=option] > span {
|
|
5961
|
-
inset-inline-end: 0.5rem;
|
|
5962
|
-
}
|
|
5963
|
-
.\[\&_\*\[role\=option\]\>span\]\:start-auto *[role=option] > span {
|
|
5964
|
-
inset-inline-start: auto;
|
|
5965
|
-
}
|
|
5966
|
-
.\[\&_\*\[role\=option\]\>span\]\:flex *[role=option] > span {
|
|
5967
|
-
display: flex;
|
|
5968
|
-
}
|
|
5969
|
-
.\[\&_\*\[role\=option\]\>span\]\:items-center *[role=option] > span {
|
|
5970
|
-
align-items: center;
|
|
5971
|
-
}
|
|
5972
|
-
.\[\&_\*\[role\=option\]\>span\]\:gap-2 *[role=option] > span {
|
|
5973
|
-
gap: 0.5rem;
|
|
5974
|
-
}
|
|
5975
|
-
.\[\&_\*\[role\=option\]\]\:pe-8 *[role=option] {
|
|
5976
|
-
padding-inline-end: 2rem;
|
|
5977
|
-
}
|
|
5978
|
-
.\[\&_\*\[role\=option\]\]\:ps-2 *[role=option] {
|
|
5979
|
-
padding-inline-start: 0.5rem;
|
|
5980
|
-
}
|
|
5981
5981
|
.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading] {
|
|
5982
5982
|
padding-left: 0.5rem;
|
|
5983
5983
|
padding-right: 0.5rem;
|
package/dist/index.d.mts
CHANGED
|
@@ -122,11 +122,6 @@ interface SelectItem<T extends string> {
|
|
|
122
122
|
label: string;
|
|
123
123
|
value: T;
|
|
124
124
|
}
|
|
125
|
-
interface DefaultSelectProps$1 extends ErrorMessageProps {
|
|
126
|
-
placeholder: string;
|
|
127
|
-
onChange: (value: string) => void;
|
|
128
|
-
disabled?: boolean;
|
|
129
|
-
}
|
|
130
125
|
interface SelectTestIds$1 {
|
|
131
126
|
root?: string;
|
|
132
127
|
base?: string;
|
|
@@ -137,7 +132,12 @@ interface SelectTestIds$1 {
|
|
|
137
132
|
group?: string;
|
|
138
133
|
label?: string;
|
|
139
134
|
item?: (value: string) => string;
|
|
140
|
-
|
|
135
|
+
}
|
|
136
|
+
interface DefaultSelectProps$1 extends ErrorMessageProps {
|
|
137
|
+
placeholder?: string;
|
|
138
|
+
onChange: (value: string) => void;
|
|
139
|
+
disabled?: boolean;
|
|
140
|
+
className?: string;
|
|
141
141
|
}
|
|
142
142
|
interface SelectPropsWithItems$1<T extends string> extends DefaultSelectProps$1 {
|
|
143
143
|
items: SelectItem<T>[];
|
|
@@ -151,8 +151,12 @@ interface SelectPropsWithGroupItems$1<T extends string> extends DefaultSelectPro
|
|
|
151
151
|
};
|
|
152
152
|
testIds?: SelectTestIds$1;
|
|
153
153
|
}
|
|
154
|
-
type
|
|
155
|
-
declare function Select<T extends string>({ items, groupItems, placeholder, onChange, error, testIds, disabled, }:
|
|
154
|
+
type NewSelectProps<T extends string> = SelectPropsWithItems$1<T> | SelectPropsWithGroupItems$1<T>;
|
|
155
|
+
declare function Select<T extends string>({ items, groupItems, placeholder, onChange, error, testIds, disabled, selected, label, labelClassname, className }: NewSelectProps<T> & {
|
|
156
|
+
selected?: T | null;
|
|
157
|
+
label?: string;
|
|
158
|
+
labelClassname?: string;
|
|
159
|
+
}): react_jsx_runtime.JSX.Element;
|
|
156
160
|
|
|
157
161
|
interface AvatarSelectItem<T extends string> {
|
|
158
162
|
label: string;
|
|
@@ -176,6 +180,7 @@ interface DefaultSelectProps extends ErrorMessageProps {
|
|
|
176
180
|
onChange: (value: string) => void;
|
|
177
181
|
disabled?: boolean;
|
|
178
182
|
className?: string;
|
|
183
|
+
colors?: string[];
|
|
179
184
|
}
|
|
180
185
|
interface SelectPropsWithItems<T extends string> extends DefaultSelectProps {
|
|
181
186
|
items: AvatarSelectItem<T>[];
|
|
@@ -190,7 +195,7 @@ interface SelectPropsWithGroupItems<T extends string> extends DefaultSelectProps
|
|
|
190
195
|
testIds?: SelectTestIds;
|
|
191
196
|
}
|
|
192
197
|
type AvatarSelectProps<T extends string> = SelectPropsWithItems<T> | SelectPropsWithGroupItems<T>;
|
|
193
|
-
declare function AvatarSelect<T extends string>({ items, groupItems, placeholder, onChange, error, testIds, disabled, selected, label, labelClassname, className, }: AvatarSelectProps<T> & {
|
|
198
|
+
declare function AvatarSelect<T extends string>({ items, groupItems, placeholder, onChange, error, testIds, disabled, selected, label, labelClassname, className, colors, }: AvatarSelectProps<T> & {
|
|
194
199
|
selected?: T | null;
|
|
195
200
|
label?: string;
|
|
196
201
|
labelClassname?: string;
|
|
@@ -1317,6 +1322,7 @@ interface DebouncedInputProps extends Omit<React.InputHTMLAttributes<HTMLInputEl
|
|
|
1317
1322
|
showLoadingIndicator?: boolean;
|
|
1318
1323
|
error?: string | undefined;
|
|
1319
1324
|
}
|
|
1325
|
+
declare function DebouncedInput({ value: initialValue, onChange, debounce, label, labelClassname, leftIcon, rightIcon, showLoadingIndicator, className, error, ...props }: DebouncedInputProps): react_jsx_runtime.JSX.Element;
|
|
1320
1326
|
|
|
1321
1327
|
interface AgendaViewProps {
|
|
1322
1328
|
currentDate: Date;
|
|
@@ -1545,4 +1551,4 @@ declare const useDrag: (options?: UseDragOptions) => {
|
|
|
1545
1551
|
isDragging: boolean;
|
|
1546
1552
|
};
|
|
1547
1553
|
|
|
1548
|
-
export { AddButton, AgendaDaysToShow, AgendaView, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarFallbackBase, AvatarImageBase, AvatarSelect, type AvatarSelectItem, BackButton, Badge, type BadgeColorType, BarChart, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, ButtonBase, ButtonGroupBase, type ButtonProps, CalendarBase, CalendarDndProvider, type CalendarEvent, type CalendarProps, type CalendarView, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, type CarouselApi, CarouselBase, CarouselContentBase, CarouselItemBase, CarouselNextBase, CarouselPreviousBase, ChangeButton, Chart, CheckButton, CheckboxBase, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, CopyButton, DateTimePicker, DayView, type DebouncedInputProps, DefaultEndHour, DefaultStartHour, DestructiveDialog, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DownloadButton, DraggableEvent, DraggableTooltip, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, DroppableCell, EditButton, EndHour, ErrorMessage, EventCalendar, type EventColor, EventDialog, EventGap, EventHeight, EventItem, EventsPopup, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, HideButton, Highlights, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, LabelBase, LikeButton, CustomLineChart as LineChart, LoadingBase, LockButton, type Margins, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MoreButton, MultiCombobox, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, NotificationButton, type Padding, type Period, PeriodsDropdown, CustomPieChart as PieChart, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, RangePicker, type RangePickerProps, RefreshButton, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, SelectTriggerBase, SelectValueBase, SeparatorBase, SettingsButton, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, ShowOnly, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, StartHour, StatusIndicator, type StatusProps, SwitchBase, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, Toaster, TooltipBase, TooltipContentBase, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, ViewButton, VisibilityButton, WeekCellsHeight, WeekView, addHoursToDate, badgeVariants, buttonVariantsBase, compactTick, convert12HourTo24Hour, detectDataFields, detectXAxis, display12HourValue, formatFieldName, generateAdditionalColors, getAgendaEventsForDay, getAllEventsForDay, getArrowByType, getBorderRadiusClasses, getDateByType, getEventColorClasses, getEventsForDay, getSpanningEventsForDay, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, toast, useCalendarDnd, useChartHighlights, useCurrentTimeIndicator, useDrag, useEventVisibility, useIsMobile, useTheme, type valueFormatter };
|
|
1554
|
+
export { AddButton, AgendaDaysToShow, AgendaView, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarFallbackBase, AvatarImageBase, AvatarSelect, type AvatarSelectItem, BackButton, Badge, type BadgeColorType, BarChart, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, ButtonBase, ButtonGroupBase, type ButtonProps, CalendarBase, CalendarDndProvider, type CalendarEvent, type CalendarProps, type CalendarView, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, type CarouselApi, CarouselBase, CarouselContentBase, CarouselItemBase, CarouselNextBase, CarouselPreviousBase, ChangeButton, Chart, CheckButton, CheckboxBase, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, CopyButton, DateTimePicker, DayView, DebouncedInput, type DebouncedInputProps, DefaultEndHour, DefaultStartHour, DestructiveDialog, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DownloadButton, DraggableEvent, DraggableTooltip, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, DroppableCell, EditButton, EndHour, ErrorMessage, EventCalendar, type EventColor, EventDialog, EventGap, EventHeight, EventItem, EventsPopup, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, HideButton, Highlights, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, LabelBase, LikeButton, CustomLineChart as LineChart, LoadingBase, LockButton, type Margins, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MoreButton, MultiCombobox, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, NotificationButton, type Padding, type Period, PeriodsDropdown, CustomPieChart as PieChart, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, RangePicker, type RangePickerProps, RefreshButton, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, SelectTriggerBase, SelectValueBase, SeparatorBase, SettingsButton, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, ShowOnly, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, StartHour, StatusIndicator, type StatusProps, SwitchBase, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, Toaster, TooltipBase, TooltipContentBase, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, ViewButton, VisibilityButton, WeekCellsHeight, WeekView, addHoursToDate, badgeVariants, buttonVariantsBase, compactTick, convert12HourTo24Hour, detectDataFields, detectXAxis, display12HourValue, formatFieldName, generateAdditionalColors, getAgendaEventsForDay, getAllEventsForDay, getArrowByType, getBorderRadiusClasses, getDateByType, getEventColorClasses, getEventsForDay, getSpanningEventsForDay, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, toast, useCalendarDnd, useChartHighlights, useCurrentTimeIndicator, useDrag, useEventVisibility, useIsMobile, useTheme, type valueFormatter };
|
package/dist/index.d.ts
CHANGED
|
@@ -122,11 +122,6 @@ interface SelectItem<T extends string> {
|
|
|
122
122
|
label: string;
|
|
123
123
|
value: T;
|
|
124
124
|
}
|
|
125
|
-
interface DefaultSelectProps$1 extends ErrorMessageProps {
|
|
126
|
-
placeholder: string;
|
|
127
|
-
onChange: (value: string) => void;
|
|
128
|
-
disabled?: boolean;
|
|
129
|
-
}
|
|
130
125
|
interface SelectTestIds$1 {
|
|
131
126
|
root?: string;
|
|
132
127
|
base?: string;
|
|
@@ -137,7 +132,12 @@ interface SelectTestIds$1 {
|
|
|
137
132
|
group?: string;
|
|
138
133
|
label?: string;
|
|
139
134
|
item?: (value: string) => string;
|
|
140
|
-
|
|
135
|
+
}
|
|
136
|
+
interface DefaultSelectProps$1 extends ErrorMessageProps {
|
|
137
|
+
placeholder?: string;
|
|
138
|
+
onChange: (value: string) => void;
|
|
139
|
+
disabled?: boolean;
|
|
140
|
+
className?: string;
|
|
141
141
|
}
|
|
142
142
|
interface SelectPropsWithItems$1<T extends string> extends DefaultSelectProps$1 {
|
|
143
143
|
items: SelectItem<T>[];
|
|
@@ -151,8 +151,12 @@ interface SelectPropsWithGroupItems$1<T extends string> extends DefaultSelectPro
|
|
|
151
151
|
};
|
|
152
152
|
testIds?: SelectTestIds$1;
|
|
153
153
|
}
|
|
154
|
-
type
|
|
155
|
-
declare function Select<T extends string>({ items, groupItems, placeholder, onChange, error, testIds, disabled, }:
|
|
154
|
+
type NewSelectProps<T extends string> = SelectPropsWithItems$1<T> | SelectPropsWithGroupItems$1<T>;
|
|
155
|
+
declare function Select<T extends string>({ items, groupItems, placeholder, onChange, error, testIds, disabled, selected, label, labelClassname, className }: NewSelectProps<T> & {
|
|
156
|
+
selected?: T | null;
|
|
157
|
+
label?: string;
|
|
158
|
+
labelClassname?: string;
|
|
159
|
+
}): react_jsx_runtime.JSX.Element;
|
|
156
160
|
|
|
157
161
|
interface AvatarSelectItem<T extends string> {
|
|
158
162
|
label: string;
|
|
@@ -176,6 +180,7 @@ interface DefaultSelectProps extends ErrorMessageProps {
|
|
|
176
180
|
onChange: (value: string) => void;
|
|
177
181
|
disabled?: boolean;
|
|
178
182
|
className?: string;
|
|
183
|
+
colors?: string[];
|
|
179
184
|
}
|
|
180
185
|
interface SelectPropsWithItems<T extends string> extends DefaultSelectProps {
|
|
181
186
|
items: AvatarSelectItem<T>[];
|
|
@@ -190,7 +195,7 @@ interface SelectPropsWithGroupItems<T extends string> extends DefaultSelectProps
|
|
|
190
195
|
testIds?: SelectTestIds;
|
|
191
196
|
}
|
|
192
197
|
type AvatarSelectProps<T extends string> = SelectPropsWithItems<T> | SelectPropsWithGroupItems<T>;
|
|
193
|
-
declare function AvatarSelect<T extends string>({ items, groupItems, placeholder, onChange, error, testIds, disabled, selected, label, labelClassname, className, }: AvatarSelectProps<T> & {
|
|
198
|
+
declare function AvatarSelect<T extends string>({ items, groupItems, placeholder, onChange, error, testIds, disabled, selected, label, labelClassname, className, colors, }: AvatarSelectProps<T> & {
|
|
194
199
|
selected?: T | null;
|
|
195
200
|
label?: string;
|
|
196
201
|
labelClassname?: string;
|
|
@@ -1317,6 +1322,7 @@ interface DebouncedInputProps extends Omit<React.InputHTMLAttributes<HTMLInputEl
|
|
|
1317
1322
|
showLoadingIndicator?: boolean;
|
|
1318
1323
|
error?: string | undefined;
|
|
1319
1324
|
}
|
|
1325
|
+
declare function DebouncedInput({ value: initialValue, onChange, debounce, label, labelClassname, leftIcon, rightIcon, showLoadingIndicator, className, error, ...props }: DebouncedInputProps): react_jsx_runtime.JSX.Element;
|
|
1320
1326
|
|
|
1321
1327
|
interface AgendaViewProps {
|
|
1322
1328
|
currentDate: Date;
|
|
@@ -1545,4 +1551,4 @@ declare const useDrag: (options?: UseDragOptions) => {
|
|
|
1545
1551
|
isDragging: boolean;
|
|
1546
1552
|
};
|
|
1547
1553
|
|
|
1548
|
-
export { AddButton, AgendaDaysToShow, AgendaView, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarFallbackBase, AvatarImageBase, AvatarSelect, type AvatarSelectItem, BackButton, Badge, type BadgeColorType, BarChart, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, ButtonBase, ButtonGroupBase, type ButtonProps, CalendarBase, CalendarDndProvider, type CalendarEvent, type CalendarProps, type CalendarView, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, type CarouselApi, CarouselBase, CarouselContentBase, CarouselItemBase, CarouselNextBase, CarouselPreviousBase, ChangeButton, Chart, CheckButton, CheckboxBase, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, CopyButton, DateTimePicker, DayView, type DebouncedInputProps, DefaultEndHour, DefaultStartHour, DestructiveDialog, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DownloadButton, DraggableEvent, DraggableTooltip, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, DroppableCell, EditButton, EndHour, ErrorMessage, EventCalendar, type EventColor, EventDialog, EventGap, EventHeight, EventItem, EventsPopup, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, HideButton, Highlights, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, LabelBase, LikeButton, CustomLineChart as LineChart, LoadingBase, LockButton, type Margins, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MoreButton, MultiCombobox, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, NotificationButton, type Padding, type Period, PeriodsDropdown, CustomPieChart as PieChart, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, RangePicker, type RangePickerProps, RefreshButton, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, SelectTriggerBase, SelectValueBase, SeparatorBase, SettingsButton, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, ShowOnly, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, StartHour, StatusIndicator, type StatusProps, SwitchBase, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, Toaster, TooltipBase, TooltipContentBase, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, ViewButton, VisibilityButton, WeekCellsHeight, WeekView, addHoursToDate, badgeVariants, buttonVariantsBase, compactTick, convert12HourTo24Hour, detectDataFields, detectXAxis, display12HourValue, formatFieldName, generateAdditionalColors, getAgendaEventsForDay, getAllEventsForDay, getArrowByType, getBorderRadiusClasses, getDateByType, getEventColorClasses, getEventsForDay, getSpanningEventsForDay, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, toast, useCalendarDnd, useChartHighlights, useCurrentTimeIndicator, useDrag, useEventVisibility, useIsMobile, useTheme, type valueFormatter };
|
|
1554
|
+
export { AddButton, AgendaDaysToShow, AgendaView, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarFallbackBase, AvatarImageBase, AvatarSelect, type AvatarSelectItem, BackButton, Badge, type BadgeColorType, BarChart, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, ButtonBase, ButtonGroupBase, type ButtonProps, CalendarBase, CalendarDndProvider, type CalendarEvent, type CalendarProps, type CalendarView, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, type CarouselApi, CarouselBase, CarouselContentBase, CarouselItemBase, CarouselNextBase, CarouselPreviousBase, ChangeButton, Chart, CheckButton, CheckboxBase, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, CopyButton, DateTimePicker, DayView, DebouncedInput, type DebouncedInputProps, DefaultEndHour, DefaultStartHour, DestructiveDialog, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DownloadButton, DraggableEvent, DraggableTooltip, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, DroppableCell, EditButton, EndHour, ErrorMessage, EventCalendar, type EventColor, EventDialog, EventGap, EventHeight, EventItem, EventsPopup, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, HideButton, Highlights, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, LabelBase, LikeButton, CustomLineChart as LineChart, LoadingBase, LockButton, type Margins, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MoreButton, MultiCombobox, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, NotificationButton, type Padding, type Period, PeriodsDropdown, CustomPieChart as PieChart, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, RangePicker, type RangePickerProps, RefreshButton, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, SelectTriggerBase, SelectValueBase, SeparatorBase, SettingsButton, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, ShowOnly, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, StartHour, StatusIndicator, type StatusProps, SwitchBase, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, Toaster, TooltipBase, TooltipContentBase, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, ViewButton, VisibilityButton, WeekCellsHeight, WeekView, addHoursToDate, badgeVariants, buttonVariantsBase, compactTick, convert12HourTo24Hour, detectDataFields, detectXAxis, display12HourValue, formatFieldName, generateAdditionalColors, getAgendaEventsForDay, getAllEventsForDay, getArrowByType, getBorderRadiusClasses, getDateByType, getEventColorClasses, getEventsForDay, getSpanningEventsForDay, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, toast, useCalendarDnd, useChartHighlights, useCurrentTimeIndicator, useDrag, useEventVisibility, useIsMobile, useTheme, type valueFormatter };
|