@skalar-saas/design-system 0.2.4 → 0.2.6
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/design-system.css +1 -1
- package/dist/{index-Cvddh1Jg.cjs → index-BR5m2H8r.cjs} +38 -38
- package/dist/index-BR5m2H8r.cjs.map +1 -0
- package/dist/{index-BtFlTQJm.js → index-BjFWLdnC.js} +2 -2
- package/dist/{index-BtFlTQJm.js.map → index-BjFWLdnC.js.map} +1 -1
- package/dist/{index-dH_0L9Tb.js → index-C5ZdTGxb.js} +2543 -2296
- package/dist/index-C5ZdTGxb.js.map +1 -0
- package/dist/{index-DPxe1KvH.cjs → index-DMiPHgVK.cjs} +2 -2
- package/dist/{index-DPxe1KvH.cjs.map → index-DMiPHgVK.cjs.map} +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +238 -235
- package/dist/shared/ui/CheckboxGroup/CheckboxGroup.d.ts +21 -0
- package/dist/shared/ui/CheckboxGroup/index.d.ts +2 -0
- package/dist/shared/ui/LinkGroup/LinkGroup.d.ts +28 -0
- package/dist/shared/ui/LinkGroup/index.d.ts +2 -0
- package/dist/shared/ui/ToggleGroup/ToggleGroup.d.ts +19 -0
- package/dist/shared/ui/ToggleGroup/index.d.ts +2 -0
- package/package.json +1 -1
- package/dist/index-Cvddh1Jg.cjs.map +0 -1
- package/dist/index-dH_0L9Tb.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -32,6 +32,8 @@ export { ChatTypingIndicator, type ChatTypingIndicatorProps } from './shared/ui/
|
|
|
32
32
|
export { ChatLayout } from './shared/ui/ChatLayout';
|
|
33
33
|
export type { ChatLayoutProps, ChatLayoutConversation } from './shared/ui/ChatLayout';
|
|
34
34
|
export { Checkbox } from './shared/ui/Checkbox/Checkbox';
|
|
35
|
+
export { CheckboxGroup } from './shared/ui/CheckboxGroup/CheckboxGroup';
|
|
36
|
+
export type { CheckboxGroupProps, CheckboxGroupOption } from './shared/ui/CheckboxGroup/CheckboxGroup';
|
|
35
37
|
export { Chip } from './shared/ui/Chip/Chip';
|
|
36
38
|
export { ColorPalette } from './shared/ui/ColorPalette/ColorPalette';
|
|
37
39
|
export { ColumnHandler, type ColumnHandlerProps } from './shared/ui/ColumnHandler/ColumnHandler';
|
|
@@ -64,6 +66,8 @@ export { OptionsEditor, type OptionsEditorProps, type OptionItem } from './share
|
|
|
64
66
|
export { LabelWithIcon } from './shared/ui/LabelWithIcon/LabelWithIcon';
|
|
65
67
|
export { LabelWithTooltip, type LabelWithTooltipProps } from './shared/ui/LabelWithTooltip/LabelWithTooltip';
|
|
66
68
|
export { Link, type LinkProps } from './shared/ui/Link/Link';
|
|
69
|
+
export { LinkGroup } from './shared/ui/LinkGroup/LinkGroup';
|
|
70
|
+
export type { LinkGroupProps, LinkGroupItem } from './shared/ui/LinkGroup/LinkGroup';
|
|
67
71
|
export * from './shared/ui/Modal/Modal';
|
|
68
72
|
export * from './shared/ui/DeleteConfirmationModal';
|
|
69
73
|
export { Drawer } from './shared/ui/Drawer';
|
|
@@ -95,6 +99,8 @@ export { ThemeToggle, type ThemeToggleProps } from './shared/ui/ThemeToggle/Them
|
|
|
95
99
|
export * from './shared/ui/Toast/Toast';
|
|
96
100
|
export { Tooltip, type TooltipProps, type TooltipSide, type TooltipButtonConfig } from './shared/ui/Tooltip/Tooltip';
|
|
97
101
|
export { Toggle } from './shared/ui/Toggle/Toggle';
|
|
102
|
+
export { ToggleGroup } from './shared/ui/ToggleGroup/ToggleGroup';
|
|
103
|
+
export type { ToggleGroupProps, ToggleGroupOption } from './shared/ui/ToggleGroup/ToggleGroup';
|
|
98
104
|
export { TypesPanel, type TypesPanelProps } from './shared/ui/TypesPanel';
|
|
99
105
|
export { TypesPanelBodyGrid, type TypesPanelBodyGridProps } from './shared/ui/TypesPanelBodyGrid';
|
|
100
106
|
export { TypesPanelBodyList, type TypesPanelBodyListProps } from './shared/ui/TypesPanelBodyList';
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-Cvddh1Jg.cjs");exports.AICommentaryIcon=e.AICommentaryIcon;exports.AIMessage=e.AIMessage;exports.ActivityFeed=e.ActivityFeed;exports.AddIcon=e.AddIcon;exports.AlertCallout=e.AlertCallout;exports.AlertDialog=e.AlertDialog;exports.AlertDialogAction=e.AlertDialogAction;exports.AlertDialogCancel=e.AlertDialogCancel;exports.AlertDialogContent=e.AlertDialogContent;exports.AlertDialogDescription=e.AlertDialogDescription;exports.AlertDialogFooter=e.AlertDialogFooter;exports.AlertDialogHeader=e.AlertDialogHeader;exports.AlertDialogTitle=e.AlertDialogTitle;exports.AlertDialogTrigger=e.AlertDialogTrigger;exports.AppointmentDetail=e.AppointmentDetail;exports.AppointmentRow=e.AppointmentRow;exports.ArrowNarrowDownIcon=e.ArrowNarrowDownIcon;exports.AttachmentMessage=e.AttachmentMessage;exports.AuthActionWidget=e.AuthActionWidget;exports.AuthEmailVerificationWidget=e.AuthEmailVerificationWidget;exports.AuthFormWidget=e.AuthFormWidget;exports.AuthSocialOptionsWidget=e.AuthSocialOptionsWidget;exports.Avatar=e.Avatar;exports.AvatarGroup=e.AvatarGroup;exports.BREAKPOINTS=e.BREAKPOINTS;exports.Badge=e.Badge;exports.BookOutlined=e.BookOutlined;exports.Box2Icon=e.Box2Icon;exports.BoxIcon=e.BoxIcon;exports.Breadcrumb=e.Breadcrumb;exports.BreadcrumbEllipsis=e.BreadcrumbEllipsis;exports.BreadcrumbItem=e.BreadcrumbItem;exports.BreadcrumbLink=e.BreadcrumbLink;exports.BreadcrumbList=e.BreadcrumbList;exports.BreadcrumbPage=e.BreadcrumbPage;exports.BreadcrumbSeparator=e.BreadcrumbSeparator;exports.Button=e.Button;exports.ButtonDropdown=e.ButtonDropdown;exports.ButtonGroup=e.ButtonGroup;exports.CHART_PALETTE=e.CHART_PALETTE;exports.CONTAINER=e.CONTAINER;exports.CONTAINER_PADDING=e.CONTAINER_PADDING;exports.CSS_VARIABLES=e.CSS_VARIABLES;exports.CalendarIcon=e.CalendarIcon;exports.CalendarIcon2=e.CalendarIcon2;exports.Card=e.Card;exports.CardAction=e.CardAction;exports.ChartContainer=e.ChartContainer;exports.ChartContext=e.ChartContext;exports.ChartLegend=e.Legend;exports.ChartLegendContent=e.ChartLegendContent;exports.ChartTooltip=e.Tooltip$1;exports.ChartTooltipContent=e.ChartTooltipContent;exports.ChatCollapsibleCheck=e.ChatCollapsibleCheck;exports.ChatCollapsibleContainer=e.ChatCollapsibleContainer;exports.ChatCollapsibleDialog=e.ChatCollapsibleDialog;exports.ChatCommandList=e.ChatCommandList;exports.ChatCommandListItem=e.ChatCommandListItem;exports.ChatHeader=e.ChatHeader;exports.ChatHistorial=e.ChatHistorial;exports.ChatHistorialItemComponent=e.ChatHistorialItem;exports.ChatIcon=e.ChatIcon;exports.ChatInputText=e.ChatInputText;exports.ChatLayout=e.ChatLayout;exports.ChatMessage=e.ChatMessage;exports.ChatMessageOptions=e.ChatMessageOptions;exports.ChatPanel=e.ChatPanel;exports.ChatTypingIndicator=e.ChatTypingIndicator;exports.Checkbox=e.Checkbox;exports.ChevronDownIcon=e.ChevronDownIcon;exports.ChevronUpIcon=e.ChevronUpIcon;exports.Chip=e.Chip;exports.CircleIcon=e.CircleIcon;exports.ColorPalette=e.ColorPalette;exports.ColumnHandler=e.ColumnHandler;exports.ColumnHeader=e.ColumnHeader;exports.ComboBox=e.ComboBox;exports.ConditionalBuilder=e.ConditionalBuilder;exports.Container=e.ContainerWithCompounds;exports.ContextualMenu=e.ContextualMenu;exports.CopyIcon=e.CopyIcon;exports.DataArrowsOutlined=e.DataArrowsOutlined;exports.DatePickerInput=e.DatePickerInput;exports.DateRangePicker=e.DateRangePicker;exports.DeleteConfirmationModal=e.DeleteConfirmationModal;exports.Divider=e.Divider;exports.DragAndDropListItem=e.DragAndDropListItem;exports.DraggableListRow=e.DraggableListRow;exports.Drawer=e.Drawer;exports.DropLayoutPicker=e.DropLayoutPicker;exports.DropLayoutPickerContent=e.DropLayoutPickerContent;exports.DropLayoutPickerTrigger=e.DropLayoutPickerTrigger;exports.DropMenu=e.DropMenu;exports.DropModal=e.DropModal;exports.DropModalBody=e.DropModalBody;exports.DropModalClose=e.DropModalClose;exports.DropModalContent=e.DropModalContent;exports.DropModalFooter=e.DropModalFooter;exports.DropModalFooterActions=e.DropModalFooterActions;exports.DropModalHeader=e.DropModalHeader;exports.DropModalTitle=e.DropModalTitle;exports.DropModalTrigger=e.DropModalTrigger;exports.DropPlaceholder=e.DropPlaceholder;exports.DropSizePicker=e.DropSizePicker;exports.DropSizePickerContent=e.DropSizePickerContent;exports.DropSizePickerTrigger=e.DropSizePickerTrigger;exports.DropZone=e.DropZone;exports.Dropdown=e.Dropdown;exports.DropdownMenu=e.DropdownMenu;exports.Edit2Icon=e.Edit2Icon;exports.EmptyState=e.EmptyState;exports.ErrorBoundary=e.ErrorBoundary;exports.ErrorState=e.ErrorState;exports.ExpressionCard=e.ExpressionCard;exports.ExpressionPanel=e.ExpressionPanel;exports.ExpressionPanelDivider=e.ExpressionPanelDivider;exports.EyeIcon=e.EyeIcon;exports.EyeOffIcon=e.EyeOffIcon;exports.FilterConditionRow=e.FilterConditionRow;exports.FilterFunnel02Icon=e.FilterFunnel02Icon;exports.FlashIcon=e.FlashIcon;exports.FloatingBar=e.FloatingBar;exports.Footer=e.Footer;exports.FormFieldGroup=e.FormFieldGroup;exports.GridDraggableItem=e.GridDraggableItem;exports.Header=e.Header;exports.HeaderTabs=e.HeaderTabs;exports.Icon=e.Icon;exports.ImageUploader=e.ImageUploader;exports.InfoIcon=e.InfoIcon;exports.InfoLabel=e.InfoLabel;exports.InputField=e.InputField;exports.InputSearch=e.InputSearch;exports.InvoiceCard=e.InvoiceCard;exports.KPIAutomationTrigger=e.KPIAutomationTrigger;exports.KPIBarChart=e.KPIBarChart;exports.KPICard=e.KPICard;exports.KPIChart=e.KPIChart;exports.KPIDetailedMetric=e.KPIDetailedMetric;exports.KPIDonutChart=e.KPIDonutChart;exports.KPIPieChart=e.KPIPieChart;exports.KPIPieMetrics=e.KPIPieMetrics;exports.KPIProgressBar=e.KPIProgressBar;exports.KPIProgressCircle=e.KPIProgressCircle;exports.KPIProgressHalfCircle=e.KPIProgressHalfCircle;exports.KPIProgressMetrics=e.KPIProgressMetrics;exports.KPIQuickActionList=e.KPIQuickActionList;exports.KPIRadarMetrics=e.KPIRadarMetrics;exports.KPIRadialChart=e.KPIRadialChart;exports.KPIRadialMetrics=e.KPIRadialMetrics;exports.KPISingleValue=e.KPISingleValue;exports.KPISingleValueAction=e.KPISingleValueAction;exports.KPISingleValueContent=e.KPISingleValueContent;exports.KPISlider=e.KPISlider;exports.KPIValueBreakdown=e.KPIValueBreakdown;exports.Kanban=e.Kanban;exports.KanbanCard=e.KanbanCard;exports.KanbanColumn=e.KanbanColumn;exports.Kbd=e.Kbd;exports.LAYOUT=e.LAYOUT;exports.LAYOUT_SPACING=e.LAYOUT_SPACING;exports.LabelIcon=e.LabelIcon;exports.LabelWithIcon=e.LabelWithIcon;exports.LabelWithTooltip=e.LabelWithTooltip;exports.LayerIcon=e.LayerIcon;exports.LeftArrowIcon=e.LeftArrowIcon;exports.Link=e.Link;exports.ListItem=e.ListItem;exports.LogicOperatorConnector=e.LogicOperatorConnector;exports.MaximizeIcon=e.MaximizeIcon;exports.MessageProgrammingOutlined=e.MessageProgrammingOutlined;exports.Modal=e.Modal;exports.ModalBody=e.ModalBody;exports.ModalClose=e.ModalClose;exports.ModalContent=e.ModalContent;exports.ModalDescription=e.ModalDescription;exports.ModalFooter=e.ModalFooter;exports.ModalFooterActions=e.ModalFooterActions;exports.ModalHeader=e.ModalHeader;exports.ModalTitle=e.ModalTitle;exports.ModalTrigger=e.ModalTrigger;exports.ModuleCard=e.ModuleCard;exports.ModuleCardHeader=e.ModuleCardHeader;exports.ModuleFieldItem=e.ModuleFieldItem;exports.ModuleSummaryCard=e.ModuleSummaryCard;exports.MoreIcon=e.MoreIcon;exports.NAVBAR=e.NAVBAR;exports.OptionsEditor=e.OptionsEditor;exports.PANEL_DEFAULTS=e.PANEL_DEFAULTS;exports.Panel=e.Panel;exports.PanelHeader=e.PanelHeader;exports.PanelLayout=e.PanelLayout;exports.PanelMain=e.PanelMain;exports.PasswordResetWidget=e.PasswordResetWidget;exports.PlanPricingCard=e.PlanPricingCard;exports.Planner=e.Planner;exports.PlusCircleIcon=e.PlusCircleIcon;exports.ProductIcon=e.ProductIcon;exports.ProgrammingArrowsOutlined=e.ProgrammingArrowsOutlined;exports.Progress=e.Progress;exports.ProgressBar=e.ProgressBar;exports.ProgressCircle=e.ProgressCircle;exports.ProgressTracker=e.ProgressTracker;exports.ProjectActionCard=e.ProjectActionCard;exports.ProjectCard=e.ProjectCard;exports.ProjectCardPlan=e.ProjectCardPlan;exports.ProjectOverviewCard=e.ProjectOverviewCard;exports.QuestionCircle=e.QuestionCircle;exports.QuickActions=e.QuickActions;exports.Radio=e.Radio;exports.RecoveryWidget=e.RecoveryWidget;exports.RelatedDataCard=e.RelatedDataCard;exports.RightArrowIcon=e.RightArrowIcon;exports.SIDEBAR=e.SIDEBAR;exports.Section=e.Section;exports.SectionFeatures=e.SectionFeatures;exports.SectionHero=e.SectionHero;exports.SelectableCard=e.SelectableCard;exports.SettingsCard=e.SettingsCard;exports.ShareIcon=e.ShareIcon;exports.Sidebar=e.Sidebar;exports.SkalarLogo=e.SkalarLogo;exports.SkalarLogoNoText=e.SkalarLogoNoText;exports.SlashIcon=e.SlashIcon;exports.SliderPointerDown=e.SliderPointerDown;exports.SliderPointerUp=e.SliderPointerUp;exports.SliderThumbIcon=e.SliderThumbIcon;exports.SplitPanelLayout=e.SplitPanelLayout;exports.Stepper=e.Stepper;exports.StraightInfoIcon=e.StraightInfoIcon;exports.SupportCard=e.SupportCard;exports.Switcher=e.Switcher;exports.TabbedContainer=e.TabbedContainer;exports.Table=e.Table;exports.TableBody=e.TableBody;exports.TableCard=e.TableCard;exports.TableCell=e.TableCell;exports.TableColumnFilter=e.TableColumnFilter;exports.TableColumnHeader=e.TableColumnHeader;exports.TableColumnVisibility=e.TableColumnVisibility;exports.TableEmptyState=e.TableEmptyState;exports.TableHeader=e.TableHeader;exports.TableHeading=e.TableHeading;exports.TablePagination=e.TablePagination;exports.TableProvider=e.TableProvider;exports.TableRoot=e.TableRoot;exports.TableRow=e.TableRow;exports.Tabs=e.Tabs;exports.Tag=e.Tag;exports.TextArea=e.TextArea;exports.ThemeToggle=e.ThemeToggle;exports.ToastComponent=e.ToastComponent;exports.ToastProvider=e.ToastProvider;exports.Toggle=e.Toggle;exports.Tooltip=e.Tooltip;exports.TrashIcon=e.TrashIcon;exports.TypesPanel=e.TypesPanel;exports.TypesPanelBodyGrid=e.TypesPanelBodyGrid;exports.TypesPanelBodyList=e.TypesPanelBodyList;exports.TypesPanelHeader=e.TypesPanelHeader;exports.TypesPanelHeaderSearch=e.TypesPanelHeaderSearch;exports.UnionIcon=e.UnionIcon;exports.UploadImageIcon=e.UploadImageIcon;exports.UserMenu=e.UserMenu;exports.VideoPlayOutlined=e.VideoPlayOutlined;exports.VisualComposer=e.VisualComposer;exports.WidgetBuilderEdit=e.WidgetBuilderEdit;exports.WidgetBuilderItemHoverAction=e.WidgetBuilderItemHoverAction;exports.WidgetContainer=e.WidgetContainer;exports.WidgetPreview=e.WidgetPreview;exports.WidgetSidebar=e.WidgetSidebar;exports.WidgetSummaryCard=e.WidgetSummaryCard;exports.WorkspaceSettings=e.WorkspaceSettings;exports.XMark=e.XMark;exports.XMarkAlert=e.XMarkAlert;exports.addSelectionColumn=e.addSelectionColumn;exports.calculateDraggedPanelPercentage=e.calculateDraggedPanelPercentage;exports.calculateHeaderWidths=e.calculateHeaderWidths;exports.calculatePanelPercentage=e.calculatePanelPercentage;exports.createMediaQuery=e.createMediaQuery;exports.findPanelById=e.findPanelById;exports.getCentralWidth=e.getCentralWidth;exports.getCurrentBreakpoint=e.getCurrentBreakpoint;exports.getGapClass=e.getGapClass;exports.getTotalPanelsWidth=e.getTotalPanelsWidth;exports.getTotalSideWidth=e.getTotalSideWidth;exports.initializePanelsState=e.initializePanelsState;exports.matchesBreakpoint=e.matchesBreakpoint;exports.parseColumnConfig=e.parseColumnConfig;exports.parseTableConfig=e.parseTableConfig;exports.productsApiResponse=e.productsApiResponse;exports.productsTableConfig=e.productsTableConfig;exports.productsTableData=e.productsTableData;exports.pxToCss=e.pxToCss;exports.pxToRem=e.pxToRem;exports.useChart=e.useChart;exports.useContainerHeight=e.useContainerHeight;exports.useContainerWidth=e.useContainerWidth;exports.usePanelState=e.usePanelState;exports.useSidebar=e.useSidebar;exports.useTableContext=e.useTableContext;exports.useToast=e.useToast;exports.usersApiResponse=e.usersApiResponse;exports.usersTableConfig=e.usersTableConfig;exports.usersTableData=e.usersTableData;exports.visualComposerCollision=e.visualComposerCollision;
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-BR5m2H8r.cjs");exports.AICommentaryIcon=e.AICommentaryIcon;exports.AIMessage=e.AIMessage;exports.ActivityFeed=e.ActivityFeed;exports.AddIcon=e.AddIcon;exports.AlertCallout=e.AlertCallout;exports.AlertDialog=e.AlertDialog;exports.AlertDialogAction=e.AlertDialogAction;exports.AlertDialogCancel=e.AlertDialogCancel;exports.AlertDialogContent=e.AlertDialogContent;exports.AlertDialogDescription=e.AlertDialogDescription;exports.AlertDialogFooter=e.AlertDialogFooter;exports.AlertDialogHeader=e.AlertDialogHeader;exports.AlertDialogTitle=e.AlertDialogTitle;exports.AlertDialogTrigger=e.AlertDialogTrigger;exports.AppointmentDetail=e.AppointmentDetail;exports.AppointmentRow=e.AppointmentRow;exports.ArrowNarrowDownIcon=e.ArrowNarrowDownIcon;exports.AttachmentMessage=e.AttachmentMessage;exports.AuthActionWidget=e.AuthActionWidget;exports.AuthEmailVerificationWidget=e.AuthEmailVerificationWidget;exports.AuthFormWidget=e.AuthFormWidget;exports.AuthSocialOptionsWidget=e.AuthSocialOptionsWidget;exports.Avatar=e.Avatar;exports.AvatarGroup=e.AvatarGroup;exports.BREAKPOINTS=e.BREAKPOINTS;exports.Badge=e.Badge;exports.BookOutlined=e.BookOutlined;exports.Box2Icon=e.Box2Icon;exports.BoxIcon=e.BoxIcon;exports.Breadcrumb=e.Breadcrumb;exports.BreadcrumbEllipsis=e.BreadcrumbEllipsis;exports.BreadcrumbItem=e.BreadcrumbItem;exports.BreadcrumbLink=e.BreadcrumbLink;exports.BreadcrumbList=e.BreadcrumbList;exports.BreadcrumbPage=e.BreadcrumbPage;exports.BreadcrumbSeparator=e.BreadcrumbSeparator;exports.Button=e.Button;exports.ButtonDropdown=e.ButtonDropdown;exports.ButtonGroup=e.ButtonGroup;exports.CHART_PALETTE=e.CHART_PALETTE;exports.CONTAINER=e.CONTAINER;exports.CONTAINER_PADDING=e.CONTAINER_PADDING;exports.CSS_VARIABLES=e.CSS_VARIABLES;exports.CalendarIcon=e.CalendarIcon;exports.CalendarIcon2=e.CalendarIcon2;exports.Card=e.Card;exports.CardAction=e.CardAction;exports.ChartContainer=e.ChartContainer;exports.ChartContext=e.ChartContext;exports.ChartLegend=e.Legend;exports.ChartLegendContent=e.ChartLegendContent;exports.ChartTooltip=e.Tooltip$1;exports.ChartTooltipContent=e.ChartTooltipContent;exports.ChatCollapsibleCheck=e.ChatCollapsibleCheck;exports.ChatCollapsibleContainer=e.ChatCollapsibleContainer;exports.ChatCollapsibleDialog=e.ChatCollapsibleDialog;exports.ChatCommandList=e.ChatCommandList;exports.ChatCommandListItem=e.ChatCommandListItem;exports.ChatHeader=e.ChatHeader;exports.ChatHistorial=e.ChatHistorial;exports.ChatHistorialItemComponent=e.ChatHistorialItem;exports.ChatIcon=e.ChatIcon;exports.ChatInputText=e.ChatInputText;exports.ChatLayout=e.ChatLayout;exports.ChatMessage=e.ChatMessage;exports.ChatMessageOptions=e.ChatMessageOptions;exports.ChatPanel=e.ChatPanel;exports.ChatTypingIndicator=e.ChatTypingIndicator;exports.Checkbox=e.Checkbox;exports.CheckboxGroup=e.CheckboxGroup;exports.ChevronDownIcon=e.ChevronDownIcon;exports.ChevronUpIcon=e.ChevronUpIcon;exports.Chip=e.Chip;exports.CircleIcon=e.CircleIcon;exports.ColorPalette=e.ColorPalette;exports.ColumnHandler=e.ColumnHandler;exports.ColumnHeader=e.ColumnHeader;exports.ComboBox=e.ComboBox;exports.ConditionalBuilder=e.ConditionalBuilder;exports.Container=e.ContainerWithCompounds;exports.ContextualMenu=e.ContextualMenu;exports.CopyIcon=e.CopyIcon;exports.DataArrowsOutlined=e.DataArrowsOutlined;exports.DatePickerInput=e.DatePickerInput;exports.DateRangePicker=e.DateRangePicker;exports.DeleteConfirmationModal=e.DeleteConfirmationModal;exports.Divider=e.Divider;exports.DragAndDropListItem=e.DragAndDropListItem;exports.DraggableListRow=e.DraggableListRow;exports.Drawer=e.Drawer;exports.DropLayoutPicker=e.DropLayoutPicker;exports.DropLayoutPickerContent=e.DropLayoutPickerContent;exports.DropLayoutPickerTrigger=e.DropLayoutPickerTrigger;exports.DropMenu=e.DropMenu;exports.DropModal=e.DropModal;exports.DropModalBody=e.DropModalBody;exports.DropModalClose=e.DropModalClose;exports.DropModalContent=e.DropModalContent;exports.DropModalFooter=e.DropModalFooter;exports.DropModalFooterActions=e.DropModalFooterActions;exports.DropModalHeader=e.DropModalHeader;exports.DropModalTitle=e.DropModalTitle;exports.DropModalTrigger=e.DropModalTrigger;exports.DropPlaceholder=e.DropPlaceholder;exports.DropSizePicker=e.DropSizePicker;exports.DropSizePickerContent=e.DropSizePickerContent;exports.DropSizePickerTrigger=e.DropSizePickerTrigger;exports.DropZone=e.DropZone;exports.Dropdown=e.Dropdown;exports.DropdownMenu=e.DropdownMenu;exports.Edit2Icon=e.Edit2Icon;exports.EmptyState=e.EmptyState;exports.ErrorBoundary=e.ErrorBoundary;exports.ErrorState=e.ErrorState;exports.ExpressionCard=e.ExpressionCard;exports.ExpressionPanel=e.ExpressionPanel;exports.ExpressionPanelDivider=e.ExpressionPanelDivider;exports.EyeIcon=e.EyeIcon;exports.EyeOffIcon=e.EyeOffIcon;exports.FilterConditionRow=e.FilterConditionRow;exports.FilterFunnel02Icon=e.FilterFunnel02Icon;exports.FlashIcon=e.FlashIcon;exports.FloatingBar=e.FloatingBar;exports.Footer=e.Footer;exports.FormFieldGroup=e.FormFieldGroup;exports.GridDraggableItem=e.GridDraggableItem;exports.Header=e.Header;exports.HeaderTabs=e.HeaderTabs;exports.Icon=e.Icon;exports.ImageUploader=e.ImageUploader;exports.InfoIcon=e.InfoIcon;exports.InfoLabel=e.InfoLabel;exports.InputField=e.InputField;exports.InputSearch=e.InputSearch;exports.InvoiceCard=e.InvoiceCard;exports.KPIAutomationTrigger=e.KPIAutomationTrigger;exports.KPIBarChart=e.KPIBarChart;exports.KPICard=e.KPICard;exports.KPIChart=e.KPIChart;exports.KPIDetailedMetric=e.KPIDetailedMetric;exports.KPIDonutChart=e.KPIDonutChart;exports.KPIPieChart=e.KPIPieChart;exports.KPIPieMetrics=e.KPIPieMetrics;exports.KPIProgressBar=e.KPIProgressBar;exports.KPIProgressCircle=e.KPIProgressCircle;exports.KPIProgressHalfCircle=e.KPIProgressHalfCircle;exports.KPIProgressMetrics=e.KPIProgressMetrics;exports.KPIQuickActionList=e.KPIQuickActionList;exports.KPIRadarMetrics=e.KPIRadarMetrics;exports.KPIRadialChart=e.KPIRadialChart;exports.KPIRadialMetrics=e.KPIRadialMetrics;exports.KPISingleValue=e.KPISingleValue;exports.KPISingleValueAction=e.KPISingleValueAction;exports.KPISingleValueContent=e.KPISingleValueContent;exports.KPISlider=e.KPISlider;exports.KPIValueBreakdown=e.KPIValueBreakdown;exports.Kanban=e.Kanban;exports.KanbanCard=e.KanbanCard;exports.KanbanColumn=e.KanbanColumn;exports.Kbd=e.Kbd;exports.LAYOUT=e.LAYOUT;exports.LAYOUT_SPACING=e.LAYOUT_SPACING;exports.LabelIcon=e.LabelIcon;exports.LabelWithIcon=e.LabelWithIcon;exports.LabelWithTooltip=e.LabelWithTooltip;exports.LayerIcon=e.LayerIcon;exports.LeftArrowIcon=e.LeftArrowIcon;exports.Link=e.Link;exports.LinkGroup=e.LinkGroup;exports.ListItem=e.ListItem;exports.LogicOperatorConnector=e.LogicOperatorConnector;exports.MaximizeIcon=e.MaximizeIcon;exports.MessageProgrammingOutlined=e.MessageProgrammingOutlined;exports.Modal=e.Modal;exports.ModalBody=e.ModalBody;exports.ModalClose=e.ModalClose;exports.ModalContent=e.ModalContent;exports.ModalDescription=e.ModalDescription;exports.ModalFooter=e.ModalFooter;exports.ModalFooterActions=e.ModalFooterActions;exports.ModalHeader=e.ModalHeader;exports.ModalTitle=e.ModalTitle;exports.ModalTrigger=e.ModalTrigger;exports.ModuleCard=e.ModuleCard;exports.ModuleCardHeader=e.ModuleCardHeader;exports.ModuleFieldItem=e.ModuleFieldItem;exports.ModuleSummaryCard=e.ModuleSummaryCard;exports.MoreIcon=e.MoreIcon;exports.NAVBAR=e.NAVBAR;exports.OptionsEditor=e.OptionsEditor;exports.PANEL_DEFAULTS=e.PANEL_DEFAULTS;exports.Panel=e.Panel;exports.PanelHeader=e.PanelHeader;exports.PanelLayout=e.PanelLayout;exports.PanelMain=e.PanelMain;exports.PasswordResetWidget=e.PasswordResetWidget;exports.PlanPricingCard=e.PlanPricingCard;exports.Planner=e.Planner;exports.PlusCircleIcon=e.PlusCircleIcon;exports.ProductIcon=e.ProductIcon;exports.ProgrammingArrowsOutlined=e.ProgrammingArrowsOutlined;exports.Progress=e.Progress;exports.ProgressBar=e.ProgressBar;exports.ProgressCircle=e.ProgressCircle;exports.ProgressTracker=e.ProgressTracker;exports.ProjectActionCard=e.ProjectActionCard;exports.ProjectCard=e.ProjectCard;exports.ProjectCardPlan=e.ProjectCardPlan;exports.ProjectOverviewCard=e.ProjectOverviewCard;exports.QuestionCircle=e.QuestionCircle;exports.QuickActions=e.QuickActions;exports.Radio=e.Radio;exports.RecoveryWidget=e.RecoveryWidget;exports.RelatedDataCard=e.RelatedDataCard;exports.RightArrowIcon=e.RightArrowIcon;exports.SIDEBAR=e.SIDEBAR;exports.Section=e.Section;exports.SectionFeatures=e.SectionFeatures;exports.SectionHero=e.SectionHero;exports.SelectableCard=e.SelectableCard;exports.SettingsCard=e.SettingsCard;exports.ShareIcon=e.ShareIcon;exports.Sidebar=e.Sidebar;exports.SkalarLogo=e.SkalarLogo;exports.SkalarLogoNoText=e.SkalarLogoNoText;exports.SlashIcon=e.SlashIcon;exports.SliderPointerDown=e.SliderPointerDown;exports.SliderPointerUp=e.SliderPointerUp;exports.SliderThumbIcon=e.SliderThumbIcon;exports.SplitPanelLayout=e.SplitPanelLayout;exports.Stepper=e.Stepper;exports.StraightInfoIcon=e.StraightInfoIcon;exports.SupportCard=e.SupportCard;exports.Switcher=e.Switcher;exports.TabbedContainer=e.TabbedContainer;exports.Table=e.Table;exports.TableBody=e.TableBody;exports.TableCard=e.TableCard;exports.TableCell=e.TableCell;exports.TableColumnFilter=e.TableColumnFilter;exports.TableColumnHeader=e.TableColumnHeader;exports.TableColumnVisibility=e.TableColumnVisibility;exports.TableEmptyState=e.TableEmptyState;exports.TableHeader=e.TableHeader;exports.TableHeading=e.TableHeading;exports.TablePagination=e.TablePagination;exports.TableProvider=e.TableProvider;exports.TableRoot=e.TableRoot;exports.TableRow=e.TableRow;exports.Tabs=e.Tabs;exports.Tag=e.Tag;exports.TextArea=e.TextArea;exports.ThemeToggle=e.ThemeToggle;exports.ToastComponent=e.ToastComponent;exports.ToastProvider=e.ToastProvider;exports.Toggle=e.Toggle;exports.ToggleGroup=e.ToggleGroup;exports.Tooltip=e.Tooltip;exports.TrashIcon=e.TrashIcon;exports.TypesPanel=e.TypesPanel;exports.TypesPanelBodyGrid=e.TypesPanelBodyGrid;exports.TypesPanelBodyList=e.TypesPanelBodyList;exports.TypesPanelHeader=e.TypesPanelHeader;exports.TypesPanelHeaderSearch=e.TypesPanelHeaderSearch;exports.UnionIcon=e.UnionIcon;exports.UploadImageIcon=e.UploadImageIcon;exports.UserMenu=e.UserMenu;exports.VideoPlayOutlined=e.VideoPlayOutlined;exports.VisualComposer=e.VisualComposer;exports.WidgetBuilderEdit=e.WidgetBuilderEdit;exports.WidgetBuilderItemHoverAction=e.WidgetBuilderItemHoverAction;exports.WidgetContainer=e.WidgetContainer;exports.WidgetPreview=e.WidgetPreview;exports.WidgetSidebar=e.WidgetSidebar;exports.WidgetSummaryCard=e.WidgetSummaryCard;exports.WorkspaceSettings=e.WorkspaceSettings;exports.XMark=e.XMark;exports.XMarkAlert=e.XMarkAlert;exports.addSelectionColumn=e.addSelectionColumn;exports.calculateDraggedPanelPercentage=e.calculateDraggedPanelPercentage;exports.calculateHeaderWidths=e.calculateHeaderWidths;exports.calculatePanelPercentage=e.calculatePanelPercentage;exports.createMediaQuery=e.createMediaQuery;exports.findPanelById=e.findPanelById;exports.getCentralWidth=e.getCentralWidth;exports.getCurrentBreakpoint=e.getCurrentBreakpoint;exports.getGapClass=e.getGapClass;exports.getTotalPanelsWidth=e.getTotalPanelsWidth;exports.getTotalSideWidth=e.getTotalSideWidth;exports.initializePanelsState=e.initializePanelsState;exports.matchesBreakpoint=e.matchesBreakpoint;exports.parseColumnConfig=e.parseColumnConfig;exports.parseTableConfig=e.parseTableConfig;exports.productsApiResponse=e.productsApiResponse;exports.productsTableConfig=e.productsTableConfig;exports.productsTableData=e.productsTableData;exports.pxToCss=e.pxToCss;exports.pxToRem=e.pxToRem;exports.useChart=e.useChart;exports.useContainerHeight=e.useContainerHeight;exports.useContainerWidth=e.useContainerWidth;exports.usePanelState=e.usePanelState;exports.useSidebar=e.useSidebar;exports.useTableContext=e.useTableContext;exports.useToast=e.useToast;exports.usersApiResponse=e.usersApiResponse;exports.usersTableConfig=e.usersTableConfig;exports.usersTableData=e.usersTableData;exports.visualComposerCollision=e.visualComposerCollision;
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
2
|
+
import { bZ as e, cg as o, aH as r, c3 as t, bX as n, cE as i, cL as d, cM as l, cG as c, cJ as C, cK as b, cH as g, cI as u, cF as p, bR as P, bQ as I, b_ as T, bC as m, bv as A, bx as h, bs as D, bw as S, A as M, D as B, B as L, E as y, cb as k, c0 as K, c1 as R, cN as E, cT as H, cP as w, cQ as F, cO as W, cR as x, cS as v, F as O, cU as f, G, dU as N, c as V, d as U, f as z, co as _, cy as j, H as Q, b7 as X, dC as Y, dA as Z, dG as q, dE as J, dF as $, dD as aa, I as sa, J as ea, K as oa, M as ra, O as ta, Q as na, R as ia, T as da, bY as la, U as ca, Z as Ca, V as ba, W as ga, X as ua, Y as pa, _ as Pa, $ as Ia, cs as Ta, ct as ma, a0 as Aa, c2 as ha, a1 as Da, a2 as Sa, a3 as Ma, a4 as Ba, bL as La, C as ya, cV as ka, cB as Ka, cf as Ra, bJ as Ea, aW as Ha, d4 as wa, aY as Fa, a5 as Wa, bF as xa, aw as va, bo as Oa, bq as fa, bp as Ga, bb as Na, bc as Va, bh as Ua, bk as za, be as _a, bi as ja, bj as Qa, bf as Xa, bg as Ya, bd as Za, a9 as qa, bl as Ja, bn as $a, bm as as, a8 as ss, a6 as es, a7 as os, cA as rs, ac as ts, aa as ns, ab as is, bM as ds, bN as ls, bO as cs, cp as Cs, cq as bs, bK as gs, b$ as us, cx as ps, ad as Ps, ah as Is, b8 as Ts, ae as ms, af as As, aJ as hs, ai as Ds, aj as Ss, c6 as Ms, ak as Bs, al as Ls, am as ys, bE as ks, dN as Ks, d$ as Rs, dH as Es, e0 as Hs, dM as ws, dV as Fs, dW as Ws, dX as xs, dO as vs, dP as Os, dQ as fs, dR as Gs, dT as Ns, d_ as Vs, dY as Us, dZ as zs, dJ as _s, dK as js, dI as Qs, dS as Xs, dL as Ys, bS as Zs, bU as qs, bT as Js, an as $s, h as ae, L as se, aX as ee, as as oe, at as re, cw as te, c7 as ne, au as ie, av as de, aq as le, bI as ce, cz as Ce, cc as be, cW as ge, d0 as ue, d3 as pe, cY as Pe, c$ as Ie, d1 as Te, d2 as me, cZ as Ae, c_ as he, cX as De, by as Se, bz as Me, bA as Be, b1 as Le, cv as ye, N as ke, ar as Ke, x as Re, l as Ee, aV as He, P as we, n as Fe, bu as We, d5 as xe, bP as ve, cr as Oe, ax as fe, ce as Ge, az as Ne, aA as Ve, aB as Ue, aC as ze, b4 as _e, ay as je, aZ as Qe, b0 as Xe, ca as Ye, aD as Ze, aE as qe, bt as Je, bB as $e, cn as ao, e as so, S as eo, b as oo, a as ro, aF as to, b5 as no, ch as io, ao as lo, cl as co, cm as Co, cD as bo, ck as go, cj as uo, ci as po, y as Po, aG as Io, c9 as To, a$ as mo, d6 as Ao, aI as ho, d7 as Do, da as So, b6 as Mo, dc as Bo, dj as Lo, dd as yo, dk as ko, de as Ko, d9 as Ro, di as Eo, dh as Ho, df as wo, d8 as Fo, db as Wo, dv as xo, aK as vo, aL as Oo, aM as fo, dw as Go, dy as No, aO as Vo, aP as Uo, aN as zo, cC as _o, aQ as jo, aR as Qo, aS as Xo, aT as Yo, aU as Zo, cu as qo, c5 as Jo, dz as $o, cd as ar, b9 as sr, bG as er, b3 as or, br as rr, bH as tr, bD as nr, b2 as ir, a_ as dr, c4 as lr, c8 as cr, dn as Cr, q as br, ag as gr, o as ur, j as pr, t as Pr, v as Ir, k as Tr, z as mr, s as Ar, r as hr, w as Dr, m as Sr, dm as Mr, dl as Br, du as Lr, ds as yr, dt as kr, i as Kr, p as Rr, dB as Er, bW as Hr, bV as wr, u as Fr, ap as Wr, dg as xr, dx as vr, dr as Or, dp as fr, dq as Gr, ba as Nr } from "./index-C5ZdTGxb.js";
|
|
3
3
|
export {
|
|
4
4
|
e as AICommentaryIcon,
|
|
5
5
|
o as AIMessage,
|
|
@@ -25,10 +25,10 @@ export {
|
|
|
25
25
|
S as AuthSocialOptionsWidget,
|
|
26
26
|
M as Avatar,
|
|
27
27
|
B as AvatarGroup,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
28
|
+
L as BREAKPOINTS,
|
|
29
|
+
y as Badge,
|
|
30
|
+
k as BookOutlined,
|
|
31
|
+
K as Box2Icon,
|
|
32
32
|
R as BoxIcon,
|
|
33
33
|
E as Breadcrumb,
|
|
34
34
|
H as BreadcrumbEllipsis,
|
|
@@ -39,14 +39,14 @@ export {
|
|
|
39
39
|
v as BreadcrumbSeparator,
|
|
40
40
|
O as Button,
|
|
41
41
|
f as ButtonDropdown,
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
42
|
+
G as ButtonGroup,
|
|
43
|
+
N as CHART_PALETTE,
|
|
44
|
+
V as CONTAINER,
|
|
45
|
+
U as CONTAINER_PADDING,
|
|
46
46
|
z as CSS_VARIABLES,
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
47
|
+
_ as CalendarIcon,
|
|
48
|
+
j as CalendarIcon2,
|
|
49
|
+
Q as Card,
|
|
50
50
|
X as CardAction,
|
|
51
51
|
Y as ChartContainer,
|
|
52
52
|
Z as ChartContext,
|
|
@@ -70,242 +70,245 @@ export {
|
|
|
70
70
|
ua as ChatPanel,
|
|
71
71
|
pa as ChatTypingIndicator,
|
|
72
72
|
Pa as Checkbox,
|
|
73
|
-
Ia as
|
|
74
|
-
Ta as
|
|
75
|
-
ma as
|
|
76
|
-
Aa as
|
|
77
|
-
ha as
|
|
78
|
-
Da as
|
|
79
|
-
Sa as
|
|
80
|
-
Ma as
|
|
81
|
-
Ba as
|
|
73
|
+
Ia as CheckboxGroup,
|
|
74
|
+
Ta as ChevronDownIcon,
|
|
75
|
+
ma as ChevronUpIcon,
|
|
76
|
+
Aa as Chip,
|
|
77
|
+
ha as CircleIcon,
|
|
78
|
+
Da as ColorPalette,
|
|
79
|
+
Sa as ColumnHandler,
|
|
80
|
+
Ma as ColumnHeader,
|
|
81
|
+
Ba as ComboBox,
|
|
82
|
+
La as ConditionalBuilder,
|
|
82
83
|
ya as Container,
|
|
83
|
-
|
|
84
|
+
ka as ContextualMenu,
|
|
84
85
|
Ka as CopyIcon,
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
86
|
+
Ra as DataArrowsOutlined,
|
|
87
|
+
Ea as DatePickerInput,
|
|
88
|
+
Ha as DateRangePicker,
|
|
89
|
+
wa as DeleteConfirmationModal,
|
|
90
|
+
Fa as Divider,
|
|
91
|
+
Wa as DragAndDropListItem,
|
|
92
|
+
xa as DraggableListRow,
|
|
93
|
+
va as Drawer,
|
|
94
|
+
Oa as DropLayoutPicker,
|
|
95
|
+
fa as DropLayoutPickerContent,
|
|
96
|
+
Ga as DropLayoutPickerTrigger,
|
|
96
97
|
Na as DropMenu,
|
|
97
98
|
Va as DropModal,
|
|
98
99
|
Ua as DropModalBody,
|
|
99
|
-
|
|
100
|
-
|
|
100
|
+
za as DropModalClose,
|
|
101
|
+
_a as DropModalContent,
|
|
101
102
|
ja as DropModalFooter,
|
|
102
103
|
Qa as DropModalFooterActions,
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
104
|
+
Xa as DropModalHeader,
|
|
105
|
+
Ya as DropModalTitle,
|
|
106
|
+
Za as DropModalTrigger,
|
|
107
|
+
qa as DropPlaceholder,
|
|
108
|
+
Ja as DropSizePicker,
|
|
109
|
+
$a as DropSizePickerContent,
|
|
110
|
+
as as DropSizePickerTrigger,
|
|
111
|
+
ss as DropZone,
|
|
112
|
+
es as Dropdown,
|
|
113
|
+
os as DropdownMenu,
|
|
114
|
+
rs as Edit2Icon,
|
|
115
|
+
ts as EmptyState,
|
|
116
|
+
ns as ErrorBoundary,
|
|
117
|
+
is as ErrorState,
|
|
118
|
+
ds as ExpressionCard,
|
|
119
|
+
ls as ExpressionPanel,
|
|
120
|
+
cs as ExpressionPanelDivider,
|
|
121
|
+
Cs as EyeIcon,
|
|
122
|
+
bs as EyeOffIcon,
|
|
123
|
+
gs as FilterConditionRow,
|
|
124
|
+
us as FilterFunnel02Icon,
|
|
125
|
+
ps as FlashIcon,
|
|
126
|
+
Ps as FloatingBar,
|
|
127
|
+
Is as Footer,
|
|
128
|
+
Ts as FormFieldGroup,
|
|
129
|
+
ms as GridDraggableItem,
|
|
130
|
+
As as Header,
|
|
131
|
+
hs as HeaderTabs,
|
|
132
|
+
Ds as Icon,
|
|
133
|
+
Ss as ImageUploader,
|
|
134
|
+
Ms as InfoIcon,
|
|
135
|
+
Bs as InfoLabel,
|
|
136
|
+
Ls as InputField,
|
|
136
137
|
ys as InputSearch,
|
|
137
|
-
|
|
138
|
+
ks as InvoiceCard,
|
|
138
139
|
Ks as KPIAutomationTrigger,
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
140
|
+
Rs as KPIBarChart,
|
|
141
|
+
Es as KPICard,
|
|
142
|
+
Hs as KPIChart,
|
|
143
|
+
ws as KPIDetailedMetric,
|
|
144
|
+
Fs as KPIDonutChart,
|
|
145
|
+
Ws as KPIPieChart,
|
|
146
|
+
xs as KPIPieMetrics,
|
|
147
|
+
vs as KPIProgressBar,
|
|
148
|
+
Os as KPIProgressCircle,
|
|
149
|
+
fs as KPIProgressHalfCircle,
|
|
150
|
+
Gs as KPIProgressMetrics,
|
|
150
151
|
Ns as KPIQuickActionList,
|
|
151
152
|
Vs as KPIRadarMetrics,
|
|
152
153
|
Us as KPIRadialChart,
|
|
153
|
-
|
|
154
|
-
|
|
154
|
+
zs as KPIRadialMetrics,
|
|
155
|
+
_s as KPISingleValue,
|
|
155
156
|
js as KPISingleValueAction,
|
|
156
157
|
Qs as KPISingleValueContent,
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
ye as
|
|
191
|
-
|
|
192
|
-
Ke as
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
Ne as
|
|
205
|
-
Ve as
|
|
206
|
-
Ue as
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
je as
|
|
210
|
-
Qe as
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
yo as
|
|
244
|
-
|
|
245
|
-
Ko as
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
No as
|
|
258
|
-
Vo as
|
|
259
|
-
Uo as
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
jo as
|
|
263
|
-
Qo as
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
yr as
|
|
298
|
-
|
|
299
|
-
Kr as
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
158
|
+
Xs as KPISlider,
|
|
159
|
+
Ys as KPIValueBreakdown,
|
|
160
|
+
Zs as Kanban,
|
|
161
|
+
qs as KanbanCard,
|
|
162
|
+
Js as KanbanColumn,
|
|
163
|
+
$s as Kbd,
|
|
164
|
+
ae as LAYOUT,
|
|
165
|
+
se as LAYOUT_SPACING,
|
|
166
|
+
ee as LabelIcon,
|
|
167
|
+
oe as LabelWithIcon,
|
|
168
|
+
re as LabelWithTooltip,
|
|
169
|
+
te as LayerIcon,
|
|
170
|
+
ne as LeftArrowIcon,
|
|
171
|
+
ie as Link,
|
|
172
|
+
de as LinkGroup,
|
|
173
|
+
le as ListItem,
|
|
174
|
+
ce as LogicOperatorConnector,
|
|
175
|
+
Ce as MaximizeIcon,
|
|
176
|
+
be as MessageProgrammingOutlined,
|
|
177
|
+
ge as Modal,
|
|
178
|
+
ue as ModalBody,
|
|
179
|
+
pe as ModalClose,
|
|
180
|
+
Pe as ModalContent,
|
|
181
|
+
Ie as ModalDescription,
|
|
182
|
+
Te as ModalFooter,
|
|
183
|
+
me as ModalFooterActions,
|
|
184
|
+
Ae as ModalHeader,
|
|
185
|
+
he as ModalTitle,
|
|
186
|
+
De as ModalTrigger,
|
|
187
|
+
Se as ModuleCard,
|
|
188
|
+
Me as ModuleCardHeader,
|
|
189
|
+
Be as ModuleFieldItem,
|
|
190
|
+
Le as ModuleSummaryCard,
|
|
191
|
+
ye as MoreIcon,
|
|
192
|
+
ke as NAVBAR,
|
|
193
|
+
Ke as OptionsEditor,
|
|
194
|
+
Re as PANEL_DEFAULTS,
|
|
195
|
+
Ee as Panel,
|
|
196
|
+
He as PanelHeader,
|
|
197
|
+
we as PanelLayout,
|
|
198
|
+
Fe as PanelMain,
|
|
199
|
+
We as PasswordResetWidget,
|
|
200
|
+
xe as PlanPricingCard,
|
|
201
|
+
ve as Planner,
|
|
202
|
+
Oe as PlusCircleIcon,
|
|
203
|
+
fe as ProductIcon,
|
|
204
|
+
Ge as ProgrammingArrowsOutlined,
|
|
205
|
+
Ne as Progress,
|
|
206
|
+
Ve as ProgressBar,
|
|
207
|
+
Ue as ProgressCircle,
|
|
208
|
+
ze as ProgressTracker,
|
|
209
|
+
_e as ProjectActionCard,
|
|
210
|
+
je as ProjectCard,
|
|
211
|
+
Qe as ProjectCardPlan,
|
|
212
|
+
Xe as ProjectOverviewCard,
|
|
213
|
+
Ye as QuestionCircle,
|
|
214
|
+
Ze as QuickActions,
|
|
215
|
+
qe as Radio,
|
|
216
|
+
Je as RecoveryWidget,
|
|
217
|
+
$e as RelatedDataCard,
|
|
218
|
+
ao as RightArrowIcon,
|
|
219
|
+
so as SIDEBAR,
|
|
220
|
+
eo as Section,
|
|
221
|
+
oo as SectionFeatures,
|
|
222
|
+
ro as SectionHero,
|
|
223
|
+
to as SelectableCard,
|
|
224
|
+
no as SettingsCard,
|
|
225
|
+
io as ShareIcon,
|
|
226
|
+
lo as Sidebar,
|
|
227
|
+
co as SkalarLogo,
|
|
228
|
+
Co as SkalarLogoNoText,
|
|
229
|
+
bo as SlashIcon,
|
|
230
|
+
go as SliderPointerDown,
|
|
231
|
+
uo as SliderPointerUp,
|
|
232
|
+
po as SliderThumbIcon,
|
|
233
|
+
Po as SplitPanelLayout,
|
|
234
|
+
Io as Stepper,
|
|
235
|
+
To as StraightInfoIcon,
|
|
236
|
+
mo as SupportCard,
|
|
237
|
+
Ao as Switcher,
|
|
238
|
+
ho as TabbedContainer,
|
|
239
|
+
Do as Table,
|
|
240
|
+
So as TableBody,
|
|
241
|
+
Mo as TableCard,
|
|
242
|
+
Bo as TableCell,
|
|
243
|
+
Lo as TableColumnFilter,
|
|
244
|
+
yo as TableColumnHeader,
|
|
245
|
+
ko as TableColumnVisibility,
|
|
246
|
+
Ko as TableEmptyState,
|
|
247
|
+
Ro as TableHeader,
|
|
248
|
+
Eo as TableHeading,
|
|
249
|
+
Ho as TablePagination,
|
|
250
|
+
wo as TableProvider,
|
|
251
|
+
Fo as TableRoot,
|
|
252
|
+
Wo as TableRow,
|
|
253
|
+
xo as Tabs,
|
|
254
|
+
vo as Tag,
|
|
255
|
+
Oo as TextArea,
|
|
256
|
+
fo as ThemeToggle,
|
|
257
|
+
Go as ToastComponent,
|
|
258
|
+
No as ToastProvider,
|
|
259
|
+
Vo as Toggle,
|
|
260
|
+
Uo as ToggleGroup,
|
|
261
|
+
zo as Tooltip,
|
|
262
|
+
_o as TrashIcon,
|
|
263
|
+
jo as TypesPanel,
|
|
264
|
+
Qo as TypesPanelBodyGrid,
|
|
265
|
+
Xo as TypesPanelBodyList,
|
|
266
|
+
Yo as TypesPanelHeader,
|
|
267
|
+
Zo as TypesPanelHeaderSearch,
|
|
268
|
+
qo as UnionIcon,
|
|
269
|
+
Jo as UploadImageIcon,
|
|
270
|
+
$o as UserMenu,
|
|
271
|
+
ar as VideoPlayOutlined,
|
|
272
|
+
sr as VisualComposer,
|
|
273
|
+
er as WidgetBuilderEdit,
|
|
274
|
+
or as WidgetBuilderItemHoverAction,
|
|
275
|
+
rr as WidgetContainer,
|
|
276
|
+
tr as WidgetPreview,
|
|
277
|
+
nr as WidgetSidebar,
|
|
278
|
+
ir as WidgetSummaryCard,
|
|
279
|
+
dr as WorkspaceSettings,
|
|
280
|
+
lr as XMark,
|
|
281
|
+
cr as XMarkAlert,
|
|
282
|
+
Cr as addSelectionColumn,
|
|
283
|
+
br as calculateDraggedPanelPercentage,
|
|
284
|
+
gr as calculateHeaderWidths,
|
|
285
|
+
ur as calculatePanelPercentage,
|
|
286
|
+
pr as createMediaQuery,
|
|
287
|
+
Pr as findPanelById,
|
|
288
|
+
Ir as getCentralWidth,
|
|
289
|
+
Tr as getCurrentBreakpoint,
|
|
290
|
+
mr as getGapClass,
|
|
291
|
+
Ar as getTotalPanelsWidth,
|
|
292
|
+
hr as getTotalSideWidth,
|
|
293
|
+
Dr as initializePanelsState,
|
|
294
|
+
Sr as matchesBreakpoint,
|
|
295
|
+
Mr as parseColumnConfig,
|
|
296
|
+
Br as parseTableConfig,
|
|
297
|
+
Lr as productsApiResponse,
|
|
298
|
+
yr as productsTableConfig,
|
|
299
|
+
kr as productsTableData,
|
|
300
|
+
Kr as pxToCss,
|
|
301
|
+
Rr as pxToRem,
|
|
302
|
+
Er as useChart,
|
|
303
|
+
Hr as useContainerHeight,
|
|
304
|
+
wr as useContainerWidth,
|
|
305
|
+
Fr as usePanelState,
|
|
306
|
+
Wr as useSidebar,
|
|
307
|
+
xr as useTableContext,
|
|
308
|
+
vr as useToast,
|
|
309
|
+
Or as usersApiResponse,
|
|
310
|
+
fr as usersTableConfig,
|
|
311
|
+
Gr as usersTableData,
|
|
312
|
+
Nr as visualComposerCollision
|
|
310
313
|
};
|
|
311
314
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface CheckboxGroupOption {
|
|
3
|
+
value: string | number;
|
|
4
|
+
label: React.ReactNode;
|
|
5
|
+
caption?: string;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
indeterminate?: boolean;
|
|
8
|
+
className?: string;
|
|
9
|
+
}
|
|
10
|
+
export interface CheckboxGroupProps {
|
|
11
|
+
options: CheckboxGroupOption[];
|
|
12
|
+
value: (string | number)[];
|
|
13
|
+
onChange: (value: (string | number)[]) => void;
|
|
14
|
+
size?: 'small' | 'medium' | 'large';
|
|
15
|
+
disabled?: boolean;
|
|
16
|
+
orientation?: 'vertical' | 'horizontal';
|
|
17
|
+
withSelectAll?: boolean;
|
|
18
|
+
selectAllLabel?: string;
|
|
19
|
+
className?: string;
|
|
20
|
+
}
|
|
21
|
+
export declare const CheckboxGroup: ({ options, value, onChange, size, disabled, orientation, withSelectAll, selectAllLabel, className, }: CheckboxGroupProps) => import("react/jsx-runtime").JSX.Element;
|