@uipath/apollo-wind 2.32.4 → 2.33.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/ui/index.cjs +14 -14
- package/dist/components/ui/lockable-value-field/components/field-header.cjs +47 -50
- package/dist/components/ui/lockable-value-field/components/field-header.js +40 -43
- package/dist/components/ui/variable-picker/index.cjs +39 -0
- package/dist/components/ui/variable-picker/index.d.ts +2 -0
- package/dist/components/ui/variable-picker/index.js +2 -0
- package/dist/components/ui/variable-picker/variable-picker.cjs +246 -0
- package/dist/components/ui/variable-picker/variable-picker.d.ts +42 -0
- package/dist/components/ui/variable-picker/variable-picker.js +209 -0
- package/dist/index.cjs +129 -122
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -1
- package/dist/styles.css +72 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -33,230 +33,232 @@ var __webpack_require__ = {};
|
|
|
33
33
|
var __webpack_exports__ = {};
|
|
34
34
|
__webpack_require__.r(__webpack_exports__);
|
|
35
35
|
__webpack_require__.d(__webpack_exports__, {
|
|
36
|
-
autoSavePlugin: ()=>form_plugins_cjs_namespaceObject.autoSavePlugin,
|
|
37
36
|
PaginationLink: ()=>pagination_cjs_namespaceObject.PaginationLink,
|
|
38
|
-
ContextMenuCheckboxItem: ()=>context_menu_cjs_namespaceObject.ContextMenuCheckboxItem,
|
|
39
|
-
AlertDialogContent: ()=>alert_dialog_cjs_namespaceObject.AlertDialogContent,
|
|
40
37
|
DialogHeader: ()=>dialog_cjs_namespaceObject.DialogHeader,
|
|
41
|
-
|
|
38
|
+
AlertDialogContent: ()=>alert_dialog_cjs_namespaceObject.AlertDialogContent,
|
|
42
39
|
Row: ()=>row_cjs_namespaceObject.Row,
|
|
43
40
|
Combobox: ()=>combobox_cjs_namespaceObject.Combobox,
|
|
44
|
-
TableCaption: ()=>table_cjs_namespaceObject.TableCaption,
|
|
45
41
|
DropdownMenuSubContent: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuSubContent,
|
|
46
|
-
SheetClose: ()=>sheet_cjs_namespaceObject.SheetClose,
|
|
47
42
|
CommandEmpty: ()=>command_cjs_namespaceObject.CommandEmpty,
|
|
48
43
|
Skeleton: ()=>skeleton_cjs_namespaceObject.Skeleton,
|
|
49
|
-
AlertDialogOverlay: ()=>alert_dialog_cjs_namespaceObject.AlertDialogOverlay,
|
|
50
44
|
FIELD_TYPE_ORDER: ()=>index_cjs_namespaceObject.FIELD_TYPE_ORDER,
|
|
51
|
-
|
|
52
|
-
ButtonGroupText: ()=>button_group_cjs_namespaceObject.ButtonGroupText,
|
|
53
|
-
PaginationContent: ()=>pagination_cjs_namespaceObject.PaginationContent,
|
|
45
|
+
auditPlugin: ()=>form_plugins_cjs_namespaceObject.auditPlugin,
|
|
54
46
|
ContextMenuLabel: ()=>context_menu_cjs_namespaceObject.ContextMenuLabel,
|
|
55
|
-
SelectGroup: ()=>select_cjs_namespaceObject.SelectGroup,
|
|
56
|
-
ContextMenuSeparator: ()=>context_menu_cjs_namespaceObject.ContextMenuSeparator,
|
|
57
|
-
DropdownMenuContent: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuContent,
|
|
58
47
|
ContextMenuSub: ()=>context_menu_cjs_namespaceObject.ContextMenuSub,
|
|
59
|
-
LockableValueField: ()=>index_cjs_namespaceObject.LockableValueField,
|
|
60
48
|
PopoverTrigger: ()=>popover_cjs_namespaceObject.PopoverTrigger,
|
|
61
|
-
|
|
49
|
+
toast: ()=>sonner_cjs_namespaceObject.toast,
|
|
62
50
|
CardDescription: ()=>card_cjs_namespaceObject.CardDescription,
|
|
63
|
-
ContextMenuContent: ()=>context_menu_cjs_namespaceObject.ContextMenuContent,
|
|
64
|
-
Pagination: ()=>pagination_cjs_namespaceObject.Pagination,
|
|
65
51
|
SheetFooter: ()=>sheet_cjs_namespaceObject.SheetFooter,
|
|
66
|
-
TooltipTrigger: ()=>tooltip_cjs_namespaceObject.TooltipTrigger,
|
|
67
|
-
TreeView: ()=>tree_view_cjs_default(),
|
|
68
52
|
CommandSeparator: ()=>command_cjs_namespaceObject.CommandSeparator,
|
|
69
|
-
FormFieldRenderer: ()=>field_renderer_cjs_namespaceObject.FormFieldRenderer,
|
|
70
|
-
EditableCell: ()=>editable_cell_cjs_namespaceObject.EditableCell,
|
|
71
53
|
PromptEditor: ()=>prompt_editor_index_cjs_namespaceObject.PromptEditor,
|
|
72
|
-
ScrollableTabsList: ()=>tabs_cjs_namespaceObject.ScrollableTabsList,
|
|
73
54
|
Spinner: ()=>spinner_cjs_namespaceObject.Spinner,
|
|
55
|
+
buttonVariants: ()=>button_cjs_namespaceObject.buttonVariants,
|
|
74
56
|
SheetOverlay: ()=>sheet_cjs_namespaceObject.SheetOverlay,
|
|
75
57
|
AlertDialogPortal: ()=>alert_dialog_cjs_namespaceObject.AlertDialogPortal,
|
|
76
|
-
DropdownMenuGroup: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuGroup,
|
|
77
|
-
TabsContent: ()=>tabs_cjs_namespaceObject.TabsContent,
|
|
78
58
|
TabsList: ()=>tabs_cjs_namespaceObject.TabsList,
|
|
79
|
-
ContextMenuItem: ()=>context_menu_cjs_namespaceObject.ContextMenuItem,
|
|
80
|
-
TooltipContent: ()=>tooltip_cjs_namespaceObject.TooltipContent,
|
|
81
|
-
auditPlugin: ()=>form_plugins_cjs_namespaceObject.auditPlugin,
|
|
82
59
|
TableBody: ()=>table_cjs_namespaceObject.TableBody,
|
|
83
60
|
AvatarImage: ()=>avatar_cjs_namespaceObject.AvatarImage,
|
|
84
61
|
RuleBuilder: ()=>rules_engine_cjs_namespaceObject.RuleBuilder,
|
|
85
|
-
|
|
62
|
+
toggleVariants: ()=>toggle_cjs_namespaceObject.toggleVariants,
|
|
86
63
|
AlertDialogTitle: ()=>alert_dialog_cjs_namespaceObject.AlertDialogTitle,
|
|
87
64
|
DataSourceBuilder: ()=>data_fetcher_cjs_namespaceObject.DataSourceBuilder,
|
|
88
|
-
BreadcrumbEllipsis: ()=>breadcrumb_cjs_namespaceObject.BreadcrumbEllipsis,
|
|
89
|
-
BreadcrumbLink: ()=>breadcrumb_cjs_namespaceObject.BreadcrumbLink,
|
|
90
65
|
badgeVariants: ()=>badge_cjs_namespaceObject.badgeVariants,
|
|
91
66
|
createEditableColumn: ()=>editable_cell_cjs_namespaceObject.createEditableColumn,
|
|
92
|
-
|
|
93
|
-
AccordionItem: ()=>accordion_cjs_namespaceObject.AccordionItem,
|
|
94
|
-
DropdownMenuLabel: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuLabel,
|
|
67
|
+
SheetHeader: ()=>sheet_cjs_namespaceObject.SheetHeader,
|
|
95
68
|
Column: ()=>column_cjs_namespaceObject.Column,
|
|
96
69
|
AlertDialogTrigger: ()=>alert_dialog_cjs_namespaceObject.AlertDialogTrigger,
|
|
97
|
-
SheetHeader: ()=>sheet_cjs_namespaceObject.SheetHeader,
|
|
98
|
-
formattingPlugin: ()=>form_plugins_cjs_namespaceObject.formattingPlugin,
|
|
99
70
|
CardContent: ()=>card_cjs_namespaceObject.CardContent,
|
|
100
|
-
ContextMenuSubTrigger: ()=>context_menu_cjs_namespaceObject.ContextMenuSubTrigger,
|
|
101
|
-
MetadataForm: ()=>metadata_form_cjs_namespaceObject.MetadataForm,
|
|
102
71
|
SelectValue: ()=>select_cjs_namespaceObject.SelectValue,
|
|
103
|
-
|
|
104
|
-
Card: ()=>card_cjs_namespaceObject.Card,
|
|
72
|
+
Slider: ()=>slider_cjs_namespaceObject.Slider,
|
|
105
73
|
ContextMenuSubContent: ()=>context_menu_cjs_namespaceObject.ContextMenuSubContent,
|
|
106
|
-
DropdownMenuCheckboxItem: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuCheckboxItem,
|
|
107
74
|
AvatarFallback: ()=>avatar_cjs_namespaceObject.AvatarFallback,
|
|
108
75
|
ContextMenu: ()=>context_menu_cjs_namespaceObject.ContextMenu,
|
|
109
76
|
BreadcrumbItem: ()=>breadcrumb_cjs_namespaceObject.BreadcrumbItem,
|
|
110
|
-
Sheet: ()=>sheet_cjs_namespaceObject.Sheet,
|
|
111
|
-
Slider: ()=>slider_cjs_namespaceObject.Slider,
|
|
112
77
|
AlertDialogFooter: ()=>alert_dialog_cjs_namespaceObject.AlertDialogFooter,
|
|
113
78
|
SelectSeparator: ()=>select_cjs_namespaceObject.SelectSeparator,
|
|
114
79
|
Select: ()=>select_cjs_namespaceObject.Select,
|
|
115
80
|
Stepper: ()=>stepper_cjs_namespaceObject.Stepper,
|
|
116
81
|
HoverCard: ()=>hover_card_cjs_namespaceObject.HoverCard,
|
|
117
82
|
SelectScrollUpButton: ()=>select_cjs_namespaceObject.SelectScrollUpButton,
|
|
118
|
-
AlertDialog: ()=>alert_dialog_cjs_namespaceObject.AlertDialog,
|
|
119
83
|
CommandItem: ()=>command_cjs_namespaceObject.CommandItem,
|
|
120
84
|
ResizablePanel: ()=>resizable_cjs_namespaceObject.ResizablePanel,
|
|
121
|
-
|
|
122
|
-
|
|
85
|
+
TooltipProvider: ()=>tooltip_cjs_namespaceObject.TooltipProvider,
|
|
86
|
+
TableFooter: ()=>table_cjs_namespaceObject.TableFooter,
|
|
123
87
|
Command: ()=>command_cjs_namespaceObject.Command,
|
|
124
|
-
PaginationNext: ()=>pagination_cjs_namespaceObject.PaginationNext,
|
|
125
88
|
Grid: ()=>grid_cjs_namespaceObject.Grid,
|
|
126
|
-
Label: ()=>label_cjs_namespaceObject.Label,
|
|
127
89
|
SheetTitle: ()=>sheet_cjs_namespaceObject.SheetTitle,
|
|
128
90
|
AccordionContent: ()=>accordion_cjs_namespaceObject.AccordionContent,
|
|
91
|
+
DialogPortal: ()=>dialog_cjs_namespaceObject.DialogPortal,
|
|
92
|
+
DropdownMenuSub: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuSub,
|
|
93
|
+
SelectLabel: ()=>select_cjs_namespaceObject.SelectLabel,
|
|
94
|
+
CardTitle: ()=>card_cjs_namespaceObject.CardTitle,
|
|
95
|
+
ExpressionBuilder: ()=>rules_engine_cjs_namespaceObject.ExpressionBuilder,
|
|
96
|
+
Input: ()=>input_cjs_namespaceObject.Input,
|
|
97
|
+
TableHeader: ()=>table_cjs_namespaceObject.TableHeader,
|
|
98
|
+
Toaster: ()=>sonner_cjs_namespaceObject.Toaster,
|
|
99
|
+
DialogTitle: ()=>dialog_cjs_namespaceObject.DialogTitle,
|
|
100
|
+
Popover: ()=>popover_cjs_namespaceObject.Popover,
|
|
101
|
+
TableCell: ()=>table_cjs_namespaceObject.TableCell,
|
|
102
|
+
TooltipPortal: ()=>tooltip_cjs_namespaceObject.TooltipPortal,
|
|
103
|
+
Toggle: ()=>toggle_cjs_namespaceObject.Toggle,
|
|
104
|
+
Switch: ()=>switch_cjs_namespaceObject.Switch,
|
|
105
|
+
AlertDialogHeader: ()=>alert_dialog_cjs_namespaceObject.AlertDialogHeader,
|
|
106
|
+
AlertDialogAction: ()=>alert_dialog_cjs_namespaceObject.AlertDialogAction,
|
|
107
|
+
TableHead: ()=>table_cjs_namespaceObject.TableHead,
|
|
108
|
+
Tabs: ()=>tabs_cjs_namespaceObject.Tabs,
|
|
109
|
+
CollapsibleContent: ()=>collapsible_cjs_namespaceObject.CollapsibleContent,
|
|
110
|
+
DropdownMenuTrigger: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuTrigger,
|
|
111
|
+
ContextMenuTrigger: ()=>context_menu_cjs_namespaceObject.ContextMenuTrigger,
|
|
112
|
+
InputGroupText: ()=>input_group_cjs_namespaceObject.InputGroupText,
|
|
113
|
+
CommandGroup: ()=>command_cjs_namespaceObject.CommandGroup,
|
|
114
|
+
RulesEngine: ()=>rules_engine_cjs_namespaceObject.RulesEngine,
|
|
115
|
+
InputGroupButton: ()=>input_group_cjs_namespaceObject.InputGroupButton,
|
|
116
|
+
SelectScrollDownButton: ()=>select_cjs_namespaceObject.SelectScrollDownButton,
|
|
117
|
+
BreadcrumbList: ()=>breadcrumb_cjs_namespaceObject.BreadcrumbList,
|
|
118
|
+
hasMinMaxStep: ()=>form_schema_cjs_namespaceObject.hasMinMaxStep,
|
|
119
|
+
SearchWithSuggestions: ()=>search_cjs_namespaceObject.SearchWithSuggestions,
|
|
120
|
+
Button: ()=>button_cjs_namespaceObject.Button,
|
|
121
|
+
DropdownMenuShortcut: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuShortcut,
|
|
122
|
+
FetchAdapter: ()=>data_fetcher_cjs_namespaceObject.FetchAdapter,
|
|
123
|
+
DataTableSelectColumn: ()=>data_table_cjs_namespaceObject.DataTableSelectColumn,
|
|
124
|
+
FormStateViewer: ()=>form_state_viewer_cjs_namespaceObject.FormStateViewer,
|
|
125
|
+
CollapsibleTrigger: ()=>collapsible_cjs_namespaceObject.CollapsibleTrigger,
|
|
126
|
+
RadioGroup: ()=>radio_group_cjs_namespaceObject.RadioGroup,
|
|
127
|
+
MultiSelect: ()=>multi_select_cjs_namespaceObject.MultiSelect,
|
|
128
|
+
AspectRatio: ()=>aspect_ratio_cjs_namespaceObject.AspectRatio,
|
|
129
|
+
Alert: ()=>alert_cjs_namespaceObject.Alert,
|
|
130
|
+
DropdownMenuRadioItem: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuRadioItem,
|
|
131
|
+
CommandDialog: ()=>command_cjs_namespaceObject.CommandDialog,
|
|
132
|
+
ResizableHandle: ()=>resizable_cjs_namespaceObject.ResizableHandle,
|
|
133
|
+
Accordion: ()=>accordion_cjs_namespaceObject.Accordion,
|
|
134
|
+
SheetContent: ()=>sheet_cjs_namespaceObject.SheetContent,
|
|
135
|
+
AlertDescription: ()=>alert_cjs_namespaceObject.AlertDescription,
|
|
136
|
+
ContextMenuRadioItem: ()=>context_menu_cjs_namespaceObject.ContextMenuRadioItem,
|
|
137
|
+
Dialog: ()=>dialog_cjs_namespaceObject.Dialog,
|
|
138
|
+
DatePicker: ()=>date_picker_cjs_namespaceObject.DatePicker,
|
|
139
|
+
RadioGroupItem: ()=>radio_group_cjs_namespaceObject.RadioGroupItem,
|
|
140
|
+
PopoverAnchor: ()=>popover_cjs_namespaceObject.PopoverAnchor,
|
|
141
|
+
ScrollBar: ()=>scroll_area_cjs_namespaceObject.ScrollBar,
|
|
142
|
+
ButtonGroupSeparator: ()=>button_group_cjs_namespaceObject.ButtonGroupSeparator,
|
|
143
|
+
DropdownMenuSeparator: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuSeparator,
|
|
144
|
+
PortalContainerProvider: ()=>portal_container_cjs_namespaceObject.PortalContainerProvider,
|
|
145
|
+
ResizablePanelGroup: ()=>resizable_cjs_namespaceObject.ResizablePanelGroup,
|
|
146
|
+
autoSavePlugin: ()=>form_plugins_cjs_namespaceObject.autoSavePlugin,
|
|
147
|
+
InputGroupInput: ()=>input_group_cjs_namespaceObject.InputGroupInput,
|
|
148
|
+
ContextMenuCheckboxItem: ()=>context_menu_cjs_namespaceObject.ContextMenuCheckboxItem,
|
|
149
|
+
isCustomField: ()=>form_schema_cjs_namespaceObject.isCustomField,
|
|
150
|
+
TreeView: ()=>tree_view_cjs_default(),
|
|
151
|
+
TableCaption: ()=>table_cjs_namespaceObject.TableCaption,
|
|
152
|
+
TooltipTrigger: ()=>tooltip_cjs_namespaceObject.TooltipTrigger,
|
|
153
|
+
SheetClose: ()=>sheet_cjs_namespaceObject.SheetClose,
|
|
154
|
+
AlertDialogOverlay: ()=>alert_dialog_cjs_namespaceObject.AlertDialogOverlay,
|
|
155
|
+
PaginationContent: ()=>pagination_cjs_namespaceObject.PaginationContent,
|
|
156
|
+
DropdownMenuSubTrigger: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuSubTrigger,
|
|
157
|
+
ButtonGroupText: ()=>button_group_cjs_namespaceObject.ButtonGroupText,
|
|
158
|
+
SelectGroup: ()=>select_cjs_namespaceObject.SelectGroup,
|
|
159
|
+
VariablePickerContent: ()=>variable_picker_index_cjs_namespaceObject.VariablePickerContent,
|
|
160
|
+
ContextMenuSeparator: ()=>context_menu_cjs_namespaceObject.ContextMenuSeparator,
|
|
161
|
+
DropdownMenuContent: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuContent,
|
|
162
|
+
LockableValueField: ()=>index_cjs_namespaceObject.LockableValueField,
|
|
163
|
+
Separator: ()=>separator_cjs_namespaceObject.Separator,
|
|
164
|
+
Pagination: ()=>pagination_cjs_namespaceObject.Pagination,
|
|
165
|
+
ContextMenuContent: ()=>context_menu_cjs_namespaceObject.ContextMenuContent,
|
|
166
|
+
FormFieldRenderer: ()=>field_renderer_cjs_namespaceObject.FormFieldRenderer,
|
|
167
|
+
EditableCell: ()=>editable_cell_cjs_namespaceObject.EditableCell,
|
|
168
|
+
ScrollableTabsList: ()=>tabs_cjs_namespaceObject.ScrollableTabsList,
|
|
169
|
+
TabsContent: ()=>tabs_cjs_namespaceObject.TabsContent,
|
|
170
|
+
TooltipContent: ()=>tooltip_cjs_namespaceObject.TooltipContent,
|
|
171
|
+
DropdownMenuGroup: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuGroup,
|
|
172
|
+
ContextMenuItem: ()=>context_menu_cjs_namespaceObject.ContextMenuItem,
|
|
173
|
+
BreadcrumbEllipsis: ()=>breadcrumb_cjs_namespaceObject.BreadcrumbEllipsis,
|
|
174
|
+
BreadcrumbLink: ()=>breadcrumb_cjs_namespaceObject.BreadcrumbLink,
|
|
175
|
+
AccordionItem: ()=>accordion_cjs_namespaceObject.AccordionItem,
|
|
176
|
+
DropdownMenuLabel: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuLabel,
|
|
177
|
+
formattingPlugin: ()=>form_plugins_cjs_namespaceObject.formattingPlugin,
|
|
178
|
+
ContextMenuSubTrigger: ()=>context_menu_cjs_namespaceObject.ContextMenuSubTrigger,
|
|
179
|
+
MetadataForm: ()=>metadata_form_cjs_namespaceObject.MetadataForm,
|
|
180
|
+
DialogFooter: ()=>dialog_cjs_namespaceObject.DialogFooter,
|
|
181
|
+
Card: ()=>card_cjs_namespaceObject.Card,
|
|
182
|
+
DropdownMenuCheckboxItem: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuCheckboxItem,
|
|
183
|
+
Sheet: ()=>sheet_cjs_namespaceObject.Sheet,
|
|
184
|
+
cn: ()=>utils_cjs_namespaceObject.cn,
|
|
185
|
+
AlertDialog: ()=>alert_dialog_cjs_namespaceObject.AlertDialog,
|
|
186
|
+
EmptyState: ()=>empty_state_cjs_namespaceObject.EmptyState,
|
|
187
|
+
ScrollArea: ()=>scroll_area_cjs_namespaceObject.ScrollArea,
|
|
188
|
+
PaginationNext: ()=>pagination_cjs_namespaceObject.PaginationNext,
|
|
189
|
+
Label: ()=>label_cjs_namespaceObject.Label,
|
|
129
190
|
Checkbox: ()=>checkbox_cjs_namespaceObject.Checkbox,
|
|
130
191
|
DropdownMenuItem: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuItem,
|
|
131
192
|
ContextMenuGroup: ()=>context_menu_cjs_namespaceObject.ContextMenuGroup,
|
|
132
|
-
TableFooter: ()=>table_cjs_namespaceObject.TableFooter,
|
|
133
|
-
TooltipProvider: ()=>tooltip_cjs_namespaceObject.TooltipProvider,
|
|
134
|
-
DataFetcher: ()=>data_fetcher_cjs_namespaceObject.DataFetcher,
|
|
135
|
-
DialogPortal: ()=>dialog_cjs_namespaceObject.DialogPortal,
|
|
136
193
|
VARIABLE_DRAG_MIME: ()=>prompt_editor_index_cjs_namespaceObject.VARIABLE_DRAG_MIME,
|
|
137
194
|
analyticsPlugin: ()=>form_plugins_cjs_namespaceObject.analyticsPlugin,
|
|
138
|
-
|
|
139
|
-
DropdownMenuSub: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuSub,
|
|
195
|
+
DataFetcher: ()=>data_fetcher_cjs_namespaceObject.DataFetcher,
|
|
140
196
|
ButtonGroup: ()=>button_group_cjs_namespaceObject.ButtonGroup,
|
|
141
197
|
PopoverContent: ()=>popover_cjs_namespaceObject.PopoverContent,
|
|
142
198
|
DialogOverlay: ()=>dialog_cjs_namespaceObject.DialogOverlay,
|
|
143
|
-
|
|
144
|
-
CardTitle: ()=>card_cjs_namespaceObject.CardTitle,
|
|
199
|
+
VariablePicker: ()=>variable_picker_index_cjs_namespaceObject.VariablePicker,
|
|
145
200
|
CardFooter: ()=>card_cjs_namespaceObject.CardFooter,
|
|
201
|
+
StatsCard: ()=>stats_card_cjs_namespaceObject.StatsCard,
|
|
146
202
|
Avatar: ()=>avatar_cjs_namespaceObject.Avatar,
|
|
147
|
-
ExpressionBuilder: ()=>rules_engine_cjs_namespaceObject.ExpressionBuilder,
|
|
148
203
|
BreadcrumbSeparator: ()=>breadcrumb_cjs_namespaceObject.BreadcrumbSeparator,
|
|
149
204
|
DataTable: ()=>data_table_cjs_namespaceObject.DataTable,
|
|
150
|
-
Input: ()=>input_cjs_namespaceObject.Input,
|
|
151
205
|
PaginationItem: ()=>pagination_cjs_namespaceObject.PaginationItem,
|
|
152
|
-
Calendar: ()=>calendar_cjs_namespaceObject.Calendar,
|
|
153
|
-
DialogTitle: ()=>dialog_cjs_namespaceObject.DialogTitle,
|
|
154
206
|
SheetTrigger: ()=>sheet_cjs_namespaceObject.SheetTrigger,
|
|
207
|
+
TabsTrigger: ()=>tabs_cjs_namespaceObject.TabsTrigger,
|
|
208
|
+
Calendar: ()=>calendar_cjs_namespaceObject.Calendar,
|
|
209
|
+
Tooltip: ()=>tooltip_cjs_namespaceObject.Tooltip,
|
|
155
210
|
InputGroupAddon: ()=>input_group_cjs_namespaceObject.InputGroupAddon,
|
|
156
|
-
StatsCard: ()=>stats_card_cjs_namespaceObject.StatsCard,
|
|
157
|
-
Popover: ()=>popover_cjs_namespaceObject.Popover,
|
|
158
211
|
AlertTitle: ()=>alert_cjs_namespaceObject.AlertTitle,
|
|
159
|
-
TableHeader: ()=>table_cjs_namespaceObject.TableHeader,
|
|
160
212
|
Collapsible: ()=>collapsible_cjs_namespaceObject.Collapsible,
|
|
161
|
-
TableCell: ()=>table_cjs_namespaceObject.TableCell,
|
|
162
|
-
TabsTrigger: ()=>tabs_cjs_namespaceObject.TabsTrigger,
|
|
163
213
|
DateTimePicker: ()=>datetime_picker_cjs_namespaceObject.DateTimePicker,
|
|
164
|
-
Toaster: ()=>sonner_cjs_namespaceObject.Toaster,
|
|
165
|
-
Toggle: ()=>toggle_cjs_namespaceObject.Toggle,
|
|
166
|
-
Switch: ()=>switch_cjs_namespaceObject.Switch,
|
|
167
214
|
PaginationEllipsis: ()=>pagination_cjs_namespaceObject.PaginationEllipsis,
|
|
168
215
|
DialogDescription: ()=>dialog_cjs_namespaceObject.DialogDescription,
|
|
169
|
-
Tooltip: ()=>tooltip_cjs_namespaceObject.Tooltip,
|
|
170
|
-
TooltipPortal: ()=>tooltip_cjs_namespaceObject.TooltipPortal,
|
|
171
|
-
AlertDialogHeader: ()=>alert_dialog_cjs_namespaceObject.AlertDialogHeader,
|
|
172
216
|
CommandShortcut: ()=>command_cjs_namespaceObject.CommandShortcut,
|
|
173
217
|
Textarea: ()=>textarea_cjs_namespaceObject.Textarea,
|
|
174
|
-
AlertDialogAction: ()=>alert_dialog_cjs_namespaceObject.AlertDialogAction,
|
|
175
218
|
SelectItem: ()=>select_cjs_namespaceObject.SelectItem,
|
|
176
|
-
TableHead: ()=>table_cjs_namespaceObject.TableHead,
|
|
177
|
-
Tabs: ()=>tabs_cjs_namespaceObject.Tabs,
|
|
178
219
|
DialogClose: ()=>dialog_cjs_namespaceObject.DialogClose,
|
|
179
220
|
Badge: ()=>badge_cjs_namespaceObject.Badge,
|
|
180
|
-
CollapsibleContent: ()=>collapsible_cjs_namespaceObject.CollapsibleContent,
|
|
181
|
-
DropdownMenuTrigger: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuTrigger,
|
|
182
221
|
SheetDescription: ()=>sheet_cjs_namespaceObject.SheetDescription,
|
|
183
|
-
hasOptions: ()=>form_schema_cjs_namespaceObject.hasOptions,
|
|
184
222
|
validationPlugin: ()=>form_plugins_cjs_namespaceObject.validationPlugin,
|
|
185
|
-
|
|
223
|
+
hasOptions: ()=>form_schema_cjs_namespaceObject.hasOptions,
|
|
186
224
|
Table: ()=>table_cjs_namespaceObject.Table,
|
|
187
|
-
InputGroupText: ()=>input_group_cjs_namespaceObject.InputGroupText,
|
|
188
|
-
CommandGroup: ()=>command_cjs_namespaceObject.CommandGroup,
|
|
189
225
|
BreadcrumbPage: ()=>breadcrumb_cjs_namespaceObject.BreadcrumbPage,
|
|
190
|
-
RulesEngine: ()=>rules_engine_cjs_namespaceObject.RulesEngine,
|
|
191
226
|
ToggleGroupItem: ()=>toggle_group_cjs_namespaceObject.ToggleGroupItem,
|
|
192
227
|
ContextMenuPortal: ()=>context_menu_cjs_namespaceObject.ContextMenuPortal,
|
|
193
|
-
InputGroupButton: ()=>input_group_cjs_namespaceObject.InputGroupButton,
|
|
194
|
-
ContextMenuRadioGroup: ()=>context_menu_cjs_namespaceObject.ContextMenuRadioGroup,
|
|
195
228
|
SelectContent: ()=>select_cjs_namespaceObject.SelectContent,
|
|
229
|
+
ContextMenuRadioGroup: ()=>context_menu_cjs_namespaceObject.ContextMenuRadioGroup,
|
|
196
230
|
InputGroup: ()=>input_group_cjs_namespaceObject.InputGroup,
|
|
197
231
|
CommandList: ()=>command_cjs_namespaceObject.CommandList,
|
|
198
|
-
BreadcrumbList: ()=>breadcrumb_cjs_namespaceObject.BreadcrumbList,
|
|
199
232
|
AccordionTrigger: ()=>accordion_cjs_namespaceObject.AccordionTrigger,
|
|
233
|
+
workflowPlugin: ()=>form_plugins_cjs_namespaceObject.workflowPlugin,
|
|
200
234
|
PaginationPrevious: ()=>pagination_cjs_namespaceObject.PaginationPrevious,
|
|
201
|
-
SearchWithSuggestions: ()=>search_cjs_namespaceObject.SearchWithSuggestions,
|
|
202
|
-
SelectScrollDownButton: ()=>select_cjs_namespaceObject.SelectScrollDownButton,
|
|
203
235
|
SheetPortal: ()=>sheet_cjs_namespaceObject.SheetPortal,
|
|
204
|
-
hasMinMaxStep: ()=>form_schema_cjs_namespaceObject.hasMinMaxStep,
|
|
205
236
|
isFileField: ()=>form_schema_cjs_namespaceObject.isFileField,
|
|
206
|
-
toast: ()=>sonner_cjs_namespaceObject.toast,
|
|
207
|
-
workflowPlugin: ()=>form_plugins_cjs_namespaceObject.workflowPlugin,
|
|
208
237
|
AlertDialogDescription: ()=>alert_dialog_cjs_namespaceObject.AlertDialogDescription,
|
|
209
238
|
CommandInput: ()=>command_cjs_namespaceObject.CommandInput,
|
|
210
|
-
Button: ()=>button_cjs_namespaceObject.Button,
|
|
211
|
-
DropdownMenuShortcut: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuShortcut,
|
|
212
|
-
FetchAdapter: ()=>data_fetcher_cjs_namespaceObject.FetchAdapter,
|
|
213
|
-
DataTableSelectColumn: ()=>data_table_cjs_namespaceObject.DataTableSelectColumn,
|
|
214
239
|
DropdownMenu: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenu,
|
|
215
|
-
|
|
216
|
-
FormStateViewer: ()=>form_state_viewer_cjs_namespaceObject.FormStateViewer,
|
|
217
|
-
RadioGroup: ()=>radio_group_cjs_namespaceObject.RadioGroup,
|
|
218
|
-
MultiSelect: ()=>multi_select_cjs_namespaceObject.MultiSelect,
|
|
219
|
-
AspectRatio: ()=>aspect_ratio_cjs_namespaceObject.AspectRatio,
|
|
240
|
+
Progress: ()=>progress_cjs_namespaceObject.Progress,
|
|
220
241
|
DataTableColumnHeader: ()=>data_table_cjs_namespaceObject.DataTableColumnHeader,
|
|
221
242
|
FormDesigner: ()=>form_designer_cjs_namespaceObject.FormDesigner,
|
|
222
|
-
Alert: ()=>alert_cjs_namespaceObject.Alert,
|
|
223
243
|
DialogContent: ()=>dialog_cjs_namespaceObject.DialogContent,
|
|
224
|
-
CommandDialog: ()=>command_cjs_namespaceObject.CommandDialog,
|
|
225
244
|
DialogTrigger: ()=>dialog_cjs_namespaceObject.DialogTrigger,
|
|
226
245
|
DropdownMenuRadioGroup: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuRadioGroup,
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
ResizableHandle: ()=>resizable_cjs_namespaceObject.ResizableHandle,
|
|
246
|
+
TableRow: ()=>table_cjs_namespaceObject.TableRow,
|
|
247
|
+
ToggleGroup: ()=>toggle_group_cjs_namespaceObject.ToggleGroup,
|
|
248
|
+
Search: ()=>search_cjs_namespaceObject.Search,
|
|
231
249
|
AlertDialogCancel: ()=>alert_dialog_cjs_namespaceObject.AlertDialogCancel,
|
|
232
250
|
InputGroupTextarea: ()=>input_group_cjs_namespaceObject.InputGroupTextarea,
|
|
233
|
-
|
|
234
|
-
SheetContent: ()=>sheet_cjs_namespaceObject.SheetContent,
|
|
235
|
-
AlertDescription: ()=>alert_cjs_namespaceObject.AlertDescription,
|
|
236
|
-
TableRow: ()=>table_cjs_namespaceObject.TableRow,
|
|
237
|
-
ContextMenuRadioItem: ()=>context_menu_cjs_namespaceObject.ContextMenuRadioItem,
|
|
238
|
-
Dialog: ()=>dialog_cjs_namespaceObject.Dialog,
|
|
239
|
-
DatePicker: ()=>date_picker_cjs_namespaceObject.DatePicker,
|
|
251
|
+
spinnerVariants: ()=>spinner_cjs_namespaceObject.spinnerVariants,
|
|
240
252
|
SelectTrigger: ()=>select_cjs_namespaceObject.SelectTrigger,
|
|
241
253
|
FIELD_TYPE_META: ()=>index_cjs_namespaceObject.FIELD_TYPE_META,
|
|
242
|
-
ToggleGroup: ()=>toggle_group_cjs_namespaceObject.ToggleGroup,
|
|
243
254
|
DataTransformers: ()=>data_fetcher_cjs_namespaceObject.DataTransformers,
|
|
244
|
-
RadioGroupItem: ()=>radio_group_cjs_namespaceObject.RadioGroupItem,
|
|
245
|
-
spinnerVariants: ()=>spinner_cjs_namespaceObject.spinnerVariants,
|
|
246
|
-
PopoverAnchor: ()=>popover_cjs_namespaceObject.PopoverAnchor,
|
|
247
255
|
DropdownMenuPortal: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuPortal,
|
|
248
|
-
|
|
249
|
-
DropdownMenuSeparator: ()=>dropdown_menu_cjs_namespaceObject.DropdownMenuSeparator,
|
|
256
|
+
HoverCardTrigger: ()=>hover_card_cjs_namespaceObject.HoverCardTrigger,
|
|
250
257
|
Breadcrumb: ()=>breadcrumb_cjs_namespaceObject.Breadcrumb,
|
|
251
258
|
ContextMenuShortcut: ()=>context_menu_cjs_namespaceObject.ContextMenuShortcut,
|
|
252
|
-
HoverCardTrigger: ()=>hover_card_cjs_namespaceObject.HoverCardTrigger,
|
|
253
|
-
PortalContainerProvider: ()=>portal_container_cjs_namespaceObject.PortalContainerProvider,
|
|
254
259
|
CardHeader: ()=>card_cjs_namespaceObject.CardHeader,
|
|
255
260
|
HoverCardContent: ()=>hover_card_cjs_namespaceObject.HoverCardContent,
|
|
256
|
-
|
|
257
|
-
FileUpload: ()=>file_upload_cjs_namespaceObject.FileUpload,
|
|
258
|
-
InputGroupInput: ()=>input_group_cjs_namespaceObject.InputGroupInput,
|
|
259
|
-
ScrollBar: ()=>scroll_area_cjs_namespaceObject.ScrollBar
|
|
261
|
+
FileUpload: ()=>file_upload_cjs_namespaceObject.FileUpload
|
|
260
262
|
});
|
|
261
263
|
const utils_cjs_namespaceObject = require("./lib/utils.cjs");
|
|
262
264
|
const row_cjs_namespaceObject = require("./components/ui/layout/row.cjs");
|
|
@@ -278,6 +280,7 @@ const slider_cjs_namespaceObject = require("./components/ui/slider.cjs");
|
|
|
278
280
|
const select_cjs_namespaceObject = require("./components/ui/select.cjs");
|
|
279
281
|
const combobox_cjs_namespaceObject = require("./components/ui/combobox.cjs");
|
|
280
282
|
const multi_select_cjs_namespaceObject = require("./components/ui/multi-select.cjs");
|
|
283
|
+
const variable_picker_index_cjs_namespaceObject = require("./components/ui/variable-picker/index.cjs");
|
|
281
284
|
const search_cjs_namespaceObject = require("./components/ui/search.cjs");
|
|
282
285
|
const calendar_cjs_namespaceObject = require("./components/ui/calendar.cjs");
|
|
283
286
|
const date_picker_cjs_namespaceObject = require("./components/ui/date-picker.cjs");
|
|
@@ -534,6 +537,8 @@ exports.TooltipProvider = __webpack_exports__.TooltipProvider;
|
|
|
534
537
|
exports.TooltipTrigger = __webpack_exports__.TooltipTrigger;
|
|
535
538
|
exports.TreeView = __webpack_exports__.TreeView;
|
|
536
539
|
exports.VARIABLE_DRAG_MIME = __webpack_exports__.VARIABLE_DRAG_MIME;
|
|
540
|
+
exports.VariablePicker = __webpack_exports__.VariablePicker;
|
|
541
|
+
exports.VariablePickerContent = __webpack_exports__.VariablePickerContent;
|
|
537
542
|
exports.analyticsPlugin = __webpack_exports__.analyticsPlugin;
|
|
538
543
|
exports.auditPlugin = __webpack_exports__.auditPlugin;
|
|
539
544
|
exports.autoSavePlugin = __webpack_exports__.autoSavePlugin;
|
|
@@ -759,6 +764,8 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
|
759
764
|
"TooltipTrigger",
|
|
760
765
|
"TreeView",
|
|
761
766
|
"VARIABLE_DRAG_MIME",
|
|
767
|
+
"VariablePicker",
|
|
768
|
+
"VariablePickerContent",
|
|
762
769
|
"analyticsPlugin",
|
|
763
770
|
"auditPlugin",
|
|
764
771
|
"autoSavePlugin",
|
package/dist/index.d.ts
CHANGED
|
@@ -29,6 +29,8 @@ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScro
|
|
|
29
29
|
export { Combobox } from './components/ui/combobox';
|
|
30
30
|
export { MultiSelect } from './components/ui/multi-select';
|
|
31
31
|
export type { MultiSelectProps } from './components/ui/multi-select';
|
|
32
|
+
export { VariablePicker, VariablePickerContent } from './components/ui/variable-picker';
|
|
33
|
+
export type { VariablePickerContentProps, VariablePickerItem, VariablePickerProps, } from './components/ui/variable-picker';
|
|
32
34
|
export { Search, SearchWithSuggestions } from './components/ui/search';
|
|
33
35
|
export type { SearchProps, SearchWithSuggestionsProps, } from './components/ui/search';
|
|
34
36
|
export { Calendar } from './components/ui/calendar';
|
package/dist/index.js
CHANGED
|
@@ -18,6 +18,7 @@ import { Slider } from "./components/ui/slider.js";
|
|
|
18
18
|
import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from "./components/ui/select.js";
|
|
19
19
|
import { Combobox } from "./components/ui/combobox.js";
|
|
20
20
|
import { MultiSelect } from "./components/ui/multi-select.js";
|
|
21
|
+
import { VariablePicker, VariablePickerContent } from "./components/ui/variable-picker/index.js";
|
|
21
22
|
import { Search, SearchWithSuggestions } from "./components/ui/search.js";
|
|
22
23
|
import { Calendar } from "./components/ui/calendar.js";
|
|
23
24
|
import { DatePicker } from "./components/ui/date-picker.js";
|
|
@@ -66,4 +67,4 @@ import { ExpressionBuilder, RuleBuilder, RulesEngine } from "./components/forms/
|
|
|
66
67
|
import { DataFetcher, DataSourceBuilder, DataTransformers, FetchAdapter } from "./components/forms/data-fetcher.js";
|
|
67
68
|
import { analyticsPlugin, auditPlugin, autoSavePlugin, formattingPlugin, validationPlugin, workflowPlugin } from "./components/forms/form-plugins.js";
|
|
68
69
|
import { hasMinMaxStep, hasOptions, isCustomField, isFileField } from "./components/forms/form-schema.js";
|
|
69
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, Avatar, AvatarFallback, AvatarImage, Badge, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, Calendar, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, Column, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, DataFetcher, DataSourceBuilder, DataTable, DataTableColumnHeader, DataTableSelectColumn, DataTransformers, DatePicker, DateTimePicker, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditableCell, EmptyState, ExpressionBuilder, FIELD_TYPE_META, FIELD_TYPE_ORDER, FetchAdapter, FileUpload, FormDesigner, FormFieldRenderer, FormStateViewer, Grid, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, Label, LockableValueField, MetadataForm, MultiSelect, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, PortalContainerProvider, Progress, PromptEditor, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, Row, RuleBuilder, RulesEngine, ScrollArea, ScrollBar, ScrollableTabsList, Search, SearchWithSuggestions, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Skeleton, Slider, Spinner, StatsCard, Stepper, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipPortal, TooltipProvider, TooltipTrigger, tree_view as TreeView, VARIABLE_DRAG_MIME, analyticsPlugin, auditPlugin, autoSavePlugin, badgeVariants, buttonVariants, cn, createEditableColumn, formattingPlugin, hasMinMaxStep, hasOptions, isCustomField, isFileField, spinnerVariants, toast, toggleVariants, validationPlugin, workflowPlugin };
|
|
70
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, Avatar, AvatarFallback, AvatarImage, Badge, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, Calendar, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, Column, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, DataFetcher, DataSourceBuilder, DataTable, DataTableColumnHeader, DataTableSelectColumn, DataTransformers, DatePicker, DateTimePicker, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditableCell, EmptyState, ExpressionBuilder, FIELD_TYPE_META, FIELD_TYPE_ORDER, FetchAdapter, FileUpload, FormDesigner, FormFieldRenderer, FormStateViewer, Grid, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, Label, LockableValueField, MetadataForm, MultiSelect, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, PortalContainerProvider, Progress, PromptEditor, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, Row, RuleBuilder, RulesEngine, ScrollArea, ScrollBar, ScrollableTabsList, Search, SearchWithSuggestions, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Skeleton, Slider, Spinner, StatsCard, Stepper, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipPortal, TooltipProvider, TooltipTrigger, tree_view as TreeView, VARIABLE_DRAG_MIME, VariablePicker, VariablePickerContent, analyticsPlugin, auditPlugin, autoSavePlugin, badgeVariants, buttonVariants, cn, createEditableColumn, formattingPlugin, hasMinMaxStep, hasOptions, isCustomField, isFileField, spinnerVariants, toast, toggleVariants, validationPlugin, workflowPlugin };
|
package/dist/styles.css
CHANGED
|
@@ -952,6 +952,14 @@
|
|
|
952
952
|
.aspect-video {
|
|
953
953
|
aspect-ratio: var(--aspect-video);
|
|
954
954
|
}
|
|
955
|
+
.\!size-2\.5 {
|
|
956
|
+
width: calc(var(--spacing) * 2.5) !important;
|
|
957
|
+
height: calc(var(--spacing) * 2.5) !important;
|
|
958
|
+
}
|
|
959
|
+
.\!size-3\.5 {
|
|
960
|
+
width: calc(var(--spacing) * 3.5) !important;
|
|
961
|
+
height: calc(var(--spacing) * 3.5) !important;
|
|
962
|
+
}
|
|
955
963
|
.size-3 {
|
|
956
964
|
width: calc(var(--spacing) * 3);
|
|
957
965
|
height: calc(var(--spacing) * 3);
|
|
@@ -960,6 +968,10 @@
|
|
|
960
968
|
width: calc(var(--spacing) * 4);
|
|
961
969
|
height: calc(var(--spacing) * 4);
|
|
962
970
|
}
|
|
971
|
+
.size-5 {
|
|
972
|
+
width: calc(var(--spacing) * 5);
|
|
973
|
+
height: calc(var(--spacing) * 5);
|
|
974
|
+
}
|
|
963
975
|
.size-6 {
|
|
964
976
|
width: calc(var(--spacing) * 6);
|
|
965
977
|
height: calc(var(--spacing) * 6);
|
|
@@ -1158,6 +1170,9 @@
|
|
|
1158
1170
|
.max-h-40 {
|
|
1159
1171
|
max-height: calc(var(--spacing) * 40);
|
|
1160
1172
|
}
|
|
1173
|
+
.max-h-72 {
|
|
1174
|
+
max-height: calc(var(--spacing) * 72);
|
|
1175
|
+
}
|
|
1161
1176
|
.max-h-\[--radix-context-menu-content-available-height\] {
|
|
1162
1177
|
max-height: --radix-context-menu-content-available-height;
|
|
1163
1178
|
}
|
|
@@ -1194,6 +1209,9 @@
|
|
|
1194
1209
|
.min-h-12 {
|
|
1195
1210
|
min-height: calc(var(--spacing) * 12);
|
|
1196
1211
|
}
|
|
1212
|
+
.min-h-28 {
|
|
1213
|
+
min-height: calc(var(--spacing) * 28);
|
|
1214
|
+
}
|
|
1197
1215
|
.min-h-\[32px\] {
|
|
1198
1216
|
min-height: 32px;
|
|
1199
1217
|
}
|
|
@@ -1428,6 +1446,9 @@
|
|
|
1428
1446
|
.w-\[500px\] {
|
|
1429
1447
|
width: 500px;
|
|
1430
1448
|
}
|
|
1449
|
+
.w-\[520px\] {
|
|
1450
|
+
width: 520px;
|
|
1451
|
+
}
|
|
1431
1452
|
.w-\[550px\] {
|
|
1432
1453
|
width: 550px;
|
|
1433
1454
|
}
|
|
@@ -1527,6 +1548,9 @@
|
|
|
1527
1548
|
.max-w-\[calc\(100\%-32px\)\] {
|
|
1528
1549
|
max-width: calc(100% - 32px);
|
|
1529
1550
|
}
|
|
1551
|
+
.max-w-\[calc\(100vw-1rem\)\] {
|
|
1552
|
+
max-width: calc(100vw - 1rem);
|
|
1553
|
+
}
|
|
1530
1554
|
.max-w-full {
|
|
1531
1555
|
max-width: 100%;
|
|
1532
1556
|
}
|
|
@@ -1569,6 +1593,9 @@
|
|
|
1569
1593
|
.min-w-\[8rem\] {
|
|
1570
1594
|
min-width: 8rem;
|
|
1571
1595
|
}
|
|
1596
|
+
.min-w-\[18px\] {
|
|
1597
|
+
min-width: 18px;
|
|
1598
|
+
}
|
|
1572
1599
|
.min-w-\[var\(--radix-select-trigger-width\)\] {
|
|
1573
1600
|
min-width: var(--radix-select-trigger-width);
|
|
1574
1601
|
}
|
|
@@ -1643,6 +1670,9 @@
|
|
|
1643
1670
|
--tw-scale-z: 110%;
|
|
1644
1671
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
1645
1672
|
}
|
|
1673
|
+
.-rotate-90 {
|
|
1674
|
+
rotate: calc(90deg * -1);
|
|
1675
|
+
}
|
|
1646
1676
|
.rotate-90 {
|
|
1647
1677
|
rotate: 90deg;
|
|
1648
1678
|
}
|
|
@@ -3137,6 +3167,12 @@
|
|
|
3137
3167
|
.bg-surface-overlay {
|
|
3138
3168
|
background-color: var(--surface-overlay);
|
|
3139
3169
|
}
|
|
3170
|
+
.bg-surface-overlay\/40 {
|
|
3171
|
+
background-color: var(--surface-overlay);
|
|
3172
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3173
|
+
background-color: color-mix(in oklab, var(--surface-overlay) 40%, transparent);
|
|
3174
|
+
}
|
|
3175
|
+
}
|
|
3140
3176
|
.bg-surface-overlay\/50 {
|
|
3141
3177
|
background-color: var(--surface-overlay);
|
|
3142
3178
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -3475,6 +3511,9 @@
|
|
|
3475
3511
|
.px-0 {
|
|
3476
3512
|
padding-inline: calc(var(--spacing) * 0);
|
|
3477
3513
|
}
|
|
3514
|
+
.px-0\.5 {
|
|
3515
|
+
padding-inline: calc(var(--spacing) * 0.5);
|
|
3516
|
+
}
|
|
3478
3517
|
.px-1 {
|
|
3479
3518
|
padding-inline: calc(var(--spacing) * 1);
|
|
3480
3519
|
}
|
|
@@ -3601,6 +3640,9 @@
|
|
|
3601
3640
|
.pr-3 {
|
|
3602
3641
|
padding-right: calc(var(--spacing) * 3);
|
|
3603
3642
|
}
|
|
3643
|
+
.pr-3\.5 {
|
|
3644
|
+
padding-right: calc(var(--spacing) * 3.5);
|
|
3645
|
+
}
|
|
3604
3646
|
.pr-4 {
|
|
3605
3647
|
padding-right: calc(var(--spacing) * 4);
|
|
3606
3648
|
}
|
|
@@ -4305,6 +4347,10 @@
|
|
|
4305
4347
|
.transition-none {
|
|
4306
4348
|
transition-property: none;
|
|
4307
4349
|
}
|
|
4350
|
+
.duration-100 {
|
|
4351
|
+
--tw-duration: 100ms;
|
|
4352
|
+
transition-duration: 100ms;
|
|
4353
|
+
}
|
|
4308
4354
|
.duration-150 {
|
|
4309
4355
|
--tw-duration: 150ms;
|
|
4310
4356
|
transition-duration: 150ms;
|
|
@@ -4497,6 +4543,11 @@
|
|
|
4497
4543
|
}
|
|
4498
4544
|
}
|
|
4499
4545
|
}
|
|
4546
|
+
.group-data-\[selected\=true\]\:opacity-100 {
|
|
4547
|
+
&:is(:where(.group)[data-selected="true"] *) {
|
|
4548
|
+
opacity: 100%;
|
|
4549
|
+
}
|
|
4550
|
+
}
|
|
4500
4551
|
.group-data-\[separator\=active\]\:bg-primary {
|
|
4501
4552
|
&:is(:where(.group)[data-separator="active"] *) {
|
|
4502
4553
|
background-color: var(--primary);
|
|
@@ -5316,6 +5367,11 @@
|
|
|
5316
5367
|
z-index: 10;
|
|
5317
5368
|
}
|
|
5318
5369
|
}
|
|
5370
|
+
.focus-visible\:opacity-100 {
|
|
5371
|
+
&:focus-visible {
|
|
5372
|
+
opacity: 100%;
|
|
5373
|
+
}
|
|
5374
|
+
}
|
|
5319
5375
|
.focus-visible\:ring-0 {
|
|
5320
5376
|
&:focus-visible {
|
|
5321
5377
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
@@ -5654,11 +5710,21 @@
|
|
|
5654
5710
|
background-color: var(--accent);
|
|
5655
5711
|
}
|
|
5656
5712
|
}
|
|
5713
|
+
.data-\[selected\=true\]\:bg-surface-overlay {
|
|
5714
|
+
&[data-selected="true"] {
|
|
5715
|
+
background-color: var(--surface-overlay);
|
|
5716
|
+
}
|
|
5717
|
+
}
|
|
5657
5718
|
.data-\[selected\=true\]\:text-accent-foreground {
|
|
5658
5719
|
&[data-selected="true"] {
|
|
5659
5720
|
color: var(--accent-foreground);
|
|
5660
5721
|
}
|
|
5661
5722
|
}
|
|
5723
|
+
.data-\[selected\=true\]\:text-foreground {
|
|
5724
|
+
&[data-selected="true"] {
|
|
5725
|
+
color: var(--foreground);
|
|
5726
|
+
}
|
|
5727
|
+
}
|
|
5662
5728
|
.data-\[separator\=active\]\:bg-primary {
|
|
5663
5729
|
&[data-separator="active"] {
|
|
5664
5730
|
background-color: var(--primary);
|
|
@@ -6590,6 +6656,12 @@
|
|
|
6590
6656
|
pointer-events: none;
|
|
6591
6657
|
}
|
|
6592
6658
|
}
|
|
6659
|
+
.\[\&_svg\]\:size-2\.75 {
|
|
6660
|
+
& svg {
|
|
6661
|
+
width: calc(var(--spacing) * 2.75);
|
|
6662
|
+
height: calc(var(--spacing) * 2.75);
|
|
6663
|
+
}
|
|
6664
|
+
}
|
|
6593
6665
|
.\[\&_svg\]\:size-3 {
|
|
6594
6666
|
& svg {
|
|
6595
6667
|
width: calc(var(--spacing) * 3);
|