@ztwoint/z-ui 0.1.130 → 0.1.131

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.
Files changed (34) hide show
  1. package/dist/components/checkbox-filter/checkbox-filter-popover-field.d.ts +8 -0
  2. package/dist/components/checkbox-filter/checkbox-filter-popover-field.hook.d.ts +11 -0
  3. package/dist/components/checkbox-filter/checkbox-filter-popover-field.hook.js +23 -0
  4. package/dist/components/checkbox-filter/checkbox-filter-popover-field.js +44 -0
  5. package/dist/components/checkbox-filter/checkbox-filter.d.ts +2 -0
  6. package/dist/components/checkbox-filter/checkbox-filter.hook.d.ts +11 -0
  7. package/dist/components/checkbox-filter/checkbox-filter.hook.js +31 -0
  8. package/dist/components/checkbox-filter/checkbox-filter.js +64 -0
  9. package/dist/components/checkbox-filter/checkbox-filter.type.d.ts +2 -0
  10. package/dist/components/checkbox-filter/index.d.ts +7 -0
  11. package/dist/components/checkbox-filter/index.js +7 -0
  12. package/dist/components/primitives/popover-compact/index.d.ts +2 -0
  13. package/dist/components/primitives/popover-compact/popover-compact.d.ts +12 -0
  14. package/dist/components/primitives/popover-compact/popover-compact.js +30 -0
  15. package/dist/components/primitives/table-card/table-card.js +4 -3
  16. package/dist/components/table/components/cell/avatar-cell.js +4 -3
  17. package/dist/components/table/table-provider.js +2 -1
  18. package/dist/components/table-filter/filters/index.d.ts +0 -1
  19. package/dist/components/table-filter/table-filter-button.js +12 -12
  20. package/dist/components/table-filter/table-filter-column-button.js +6 -6
  21. package/dist/index.d.ts +2 -0
  22. package/dist/index.js +319 -315
  23. package/dist/types/components/checkbox-filter/checkbox-filter-popover-field.d.ts +8 -0
  24. package/dist/types/components/checkbox-filter/checkbox-filter-popover-field.hook.d.ts +11 -0
  25. package/dist/types/components/checkbox-filter/checkbox-filter.d.ts +2 -0
  26. package/dist/types/components/checkbox-filter/checkbox-filter.hook.d.ts +11 -0
  27. package/dist/types/components/checkbox-filter/checkbox-filter.type.d.ts +2 -0
  28. package/dist/types/components/checkbox-filter/index.d.ts +7 -0
  29. package/dist/types/components/primitives/popover-compact/index.d.ts +2 -0
  30. package/dist/types/components/primitives/popover-compact/popover-compact.d.ts +12 -0
  31. package/dist/types/components/table-filter/filters/index.d.ts +0 -1
  32. package/dist/types/index.d.ts +2 -0
  33. package/package.json +1 -1
  34. package/dist/components/table-filter/filters/checkbox.js +0 -70
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /* empty css */
2
- import { Alert as p, AlertDescription as n, AlertTitle as l } from "./components/alert/alert.js";
2
+ import { Alert as p, AlertDescription as n, AlertTitle as f } from "./components/alert/alert.js";
3
3
  import { AlertCirclesIcon as m } from "./components/alert/icons/circles-icon.js";
4
4
  import { Button as x, buttonVariants as i } from "./components/button/button.js";
5
5
  import { Z2SideNavBarProvider as Z } from "./components/collapsible-side-nav-bar/side-nav-bar-provider.js";
@@ -21,295 +21,299 @@ import { default as q, default as z } from "./components/assets/icons/sidebar-le
21
21
  import { SIDEBAR_WIDTH as Q, SIDEBAR_WIDTH_COLLAPSED as Y } from "./components/collapsible-side-nav-bar/constants.js";
22
22
  import { CountryFlags as K } from "./components/country-flags/country-flags.js";
23
23
  import { Z2Checkbox as oo } from "./components/checkbox/checkbox.js";
24
- import { Z2Dialog as ro, Z2DialogClose as to, Z2DialogContent as ao, Z2DialogDescription as po, Z2DialogFooter as no, Z2DialogHeader as lo, Z2DialogOverlay as fo, Z2DialogPortal as mo, Z2DialogTitle as xo, Z2DialogTrigger as io } from "./components/dialog/dialog.js";
25
- import { DropdownContext as Zo, Z2Dropdown as co, Z2DropdownContent as so, Z2DropdownInput as Co, Z2DropdownItem as bo, Z2DropdownSub as So, Z2DropdownSubContent as Io, Z2DropdownSubItem as To, Z2DropdownSubTrigger as Do } from "./components/dropdown/z2-dropdown.js";
26
- import { Z2DropdownMenu as wo, Z2DropdownMenuCheckboxItem as Bo, Z2DropdownMenuContent as vo, Z2DropdownMenuGroup as ho, Z2DropdownMenuItem as Lo, Z2DropdownMenuLabel as Mo, Z2DropdownMenuPortal as Po, Z2DropdownMenuRadioGroup as Ro, Z2DropdownMenuRadioItem as Ao, Z2DropdownMenuSeparator as Eo, Z2DropdownMenuShortcut as yo, Z2DropdownMenuSub as ko, Z2DropdownMenuSubContent as No, Z2DropdownMenuSubTrigger as Ho, Z2DropdownMenuTrigger as _o } from "./components/dropdown-menu/z2-dropdown-menu.js";
27
- import { FileUploadArea as Oo } from "./components/file-upload-area/file-upload-area.js";
28
- import { DEFAULT_ACCEPT as Vo } from "./components/file-upload-area/file-upload-area.const.js";
29
- import { Input as Uo } from "./components/input/input.js";
30
- import { NavHeader as qo } from "./components/nav-header/nav-header.js";
31
- import { NavItem as Jo } from "./components/nav-header/nav-item/nav-item.js";
32
- import { Z2Select as Yo, Z2SelectContent as jo, Z2SelectGroup as Ko, Z2SelectItem as $o, Z2SelectLabel as oe, Z2SelectScrollDownButton as ee, Z2SelectScrollUpButton as re, Z2SelectSeparator as te, Z2SelectTrigger as ae, Z2SelectValue as pe } from "./components/select/z2-select.js";
33
- import { Z2SelectCompact as le } from "./components/primitives/select-compact/select-compact.js";
34
- import { Z2Stepper as me } from "./components/stepper/stepper.js";
35
- import { Z2StepperItem as xe } from "./components/stepper-item/stepper-item.js";
36
- import { Z2Tabs as ue, Z2TabsContent as Ze, Z2TabsList as ce, Z2TabsTrigger as se } from "./components/tab/tab.js";
37
- import { Table as be, TableProvider as Se } from "./components/table/table-provider.js";
38
- import { TableBody as Te } from "./components/table/table.js";
39
- import { extractCellValue as ge } from "./components/table/table.utils.js";
40
- import { DEFAULT_EMPTY_MESSAGE as Be, TABLE_CSS_CLASSES as ve } from "./components/table/table.const.js";
41
- import { TableContext as Le, useTableContext as Me } from "./components/table/table.context.js";
42
- import { TableCell as Re } from "./components/table/components/table-cell.js";
43
- import { NumberCell as Ee } from "./components/table/components/cell/number-cell.js";
44
- import { BooleanCell as ke } from "./components/table/components/cell/boolean-cell.js";
45
- import { LinkCell as He } from "./components/table/components/cell/link-cell.js";
46
- import { DescriptionCell as Fe } from "./components/table/components/cell/description-cell.js";
47
- import { AvatarCell as Ge } from "./components/table/components/cell/avatar-cell.js";
48
- import { LabelCell as We } from "./components/table/components/cell/label-cell.js";
49
- import { TableHeader as Xe } from "./components/table/components/table-header/table-header.js";
50
- import { default as ze } from "./components/assets/icons/chevron-down.js";
51
- import { TableRow as Qe } from "./components/table/components/table-row.js";
52
- import { TableMessageState as je } from "./components/table/components/table-message-state.js";
53
- import { TableLoadingState as $e } from "./components/table/components/table-loading-state.js";
54
- import { Pagination as er } from "./components/table/components/pagination/pagination.js";
55
- import { TableHeaderWrapper as tr } from "./components/table/components/table-header-wrapper.js";
56
- import { TableHeaderContent as pr } from "./components/table/components/table-header-content.js";
57
- import { TableFooter as lr } from "./components/table/components/table-footer.js";
58
- import { TableFooterContent as mr } from "./components/table/components/table-footer-content.js";
59
- import { MagnifierIcon as xr } from "./components/assets/icons/magnifier-icon.js";
60
- import { PaginationInfo as ur } from "./components/table/components/pagination/components/pagination-info.js";
61
- import { PaginationQuickJumper as cr } from "./components/table/components/pagination/components/pagination-quick-jumper.js";
24
+ import { CheckboxFilter as ro } from "./components/checkbox-filter/index.js";
25
+ import { Z2Dialog as ao, Z2DialogClose as po, Z2DialogContent as no, Z2DialogDescription as fo, Z2DialogFooter as lo, Z2DialogHeader as mo, Z2DialogOverlay as xo, Z2DialogPortal as io, Z2DialogTitle as uo, Z2DialogTrigger as Zo } from "./components/dialog/dialog.js";
26
+ import { DropdownContext as so, Z2Dropdown as Co, Z2DropdownContent as bo, Z2DropdownInput as So, Z2DropdownItem as Io, Z2DropdownSub as To, Z2DropdownSubContent as Do, Z2DropdownSubItem as go, Z2DropdownSubTrigger as wo } from "./components/dropdown/z2-dropdown.js";
27
+ import { Z2DropdownMenu as vo, Z2DropdownMenuCheckboxItem as ho, Z2DropdownMenuContent as Lo, Z2DropdownMenuGroup as Mo, Z2DropdownMenuItem as Po, Z2DropdownMenuLabel as Ro, Z2DropdownMenuPortal as Ao, Z2DropdownMenuRadioGroup as Eo, Z2DropdownMenuRadioItem as yo, Z2DropdownMenuSeparator as ko, Z2DropdownMenuShortcut as No, Z2DropdownMenuSub as Ho, Z2DropdownMenuSubContent as _o, Z2DropdownMenuSubTrigger as Fo, Z2DropdownMenuTrigger as Oo } from "./components/dropdown-menu/z2-dropdown-menu.js";
28
+ import { FileUploadArea as Vo } from "./components/file-upload-area/file-upload-area.js";
29
+ import { DEFAULT_ACCEPT as Uo } from "./components/file-upload-area/file-upload-area.const.js";
30
+ import { Input as qo } from "./components/input/input.js";
31
+ import { NavHeader as Jo } from "./components/nav-header/nav-header.js";
32
+ import { NavItem as Yo } from "./components/nav-header/nav-item/nav-item.js";
33
+ import { Z2Select as Ko, Z2SelectContent as $o, Z2SelectGroup as oe, Z2SelectItem as ee, Z2SelectLabel as re, Z2SelectScrollDownButton as te, Z2SelectScrollUpButton as ae, Z2SelectSeparator as pe, Z2SelectTrigger as ne, Z2SelectValue as fe } from "./components/select/z2-select.js";
34
+ import { Z2SelectCompact as me } from "./components/primitives/select-compact/select-compact.js";
35
+ import { PopoverCompact as xe } from "./components/primitives/popover-compact/popover-compact.js";
36
+ import { Z2Stepper as ue } from "./components/stepper/stepper.js";
37
+ import { Z2StepperItem as ce } from "./components/stepper-item/stepper-item.js";
38
+ import { Z2Tabs as Ce, Z2TabsContent as be, Z2TabsList as Se, Z2TabsTrigger as Ie } from "./components/tab/tab.js";
39
+ import { Table as De, TableProvider as ge } from "./components/table/table-provider.js";
40
+ import { TableBody as Be } from "./components/table/table.js";
41
+ import { extractCellValue as he } from "./components/table/table.utils.js";
42
+ import { DEFAULT_EMPTY_MESSAGE as Me, TABLE_CSS_CLASSES as Pe } from "./components/table/table.const.js";
43
+ import { TableContext as Ae, useTableContext as Ee } from "./components/table/table.context.js";
44
+ import { TableCell as ke } from "./components/table/components/table-cell.js";
45
+ import { NumberCell as He } from "./components/table/components/cell/number-cell.js";
46
+ import { BooleanCell as Fe } from "./components/table/components/cell/boolean-cell.js";
47
+ import { LinkCell as Ge } from "./components/table/components/cell/link-cell.js";
48
+ import { DescriptionCell as We } from "./components/table/components/cell/description-cell.js";
49
+ import { AvatarCell as Xe } from "./components/table/components/cell/avatar-cell.js";
50
+ import { LabelCell as ze } from "./components/table/components/cell/label-cell.js";
51
+ import { TableHeader as Qe } from "./components/table/components/table-header/table-header.js";
52
+ import { default as je } from "./components/assets/icons/chevron-down.js";
53
+ import { TableRow as $e } from "./components/table/components/table-row.js";
54
+ import { TableMessageState as er } from "./components/table/components/table-message-state.js";
55
+ import { TableLoadingState as tr } from "./components/table/components/table-loading-state.js";
56
+ import { Pagination as pr } from "./components/table/components/pagination/pagination.js";
57
+ import { TableHeaderWrapper as fr } from "./components/table/components/table-header-wrapper.js";
58
+ import { TableHeaderContent as mr } from "./components/table/components/table-header-content.js";
59
+ import { TableFooter as xr } from "./components/table/components/table-footer.js";
60
+ import { TableFooterContent as ur } from "./components/table/components/table-footer-content.js";
61
+ import { MagnifierIcon as cr } from "./components/assets/icons/magnifier-icon.js";
62
+ import { PaginationInfo as Cr } from "./components/table/components/pagination/components/pagination-info.js";
63
+ import { PaginationQuickJumper as Sr } from "./components/table/components/pagination/components/pagination-quick-jumper.js";
62
64
  import "react";
63
- import { Z2Tooltip as Cr } from "./components/tooltip/tooltip.js";
64
- import { default as Sr } from "./components/primitives/table-card/table-card.js";
65
- import { Badge as Tr, badgeVariants as Dr } from "./components/badge/badge.js";
66
- import { Avatar as wr, AvatarWithLabel as Br } from "./components/avatar/avatar.js";
67
- import { Z2TextPreset as hr } from "./components/text-preset/text-preset.js";
68
- import { ColumnReOrder as Mr } from "./components/column-reorder/column-reorder.js";
69
- import { default as Rr } from "./components/tree-checkbox-select/TreeCheckboxSelect.js";
70
- import { Z2Breadcrumb as Er, Z2BreadcrumbEllipsis as yr, Z2BreadcrumbItem as kr, Z2BreadcrumbLink as Nr, Z2BreadcrumbList as Hr, Z2BreadcrumbPage as _r, Z2BreadcrumbSeparator as Fr } from "./components/breadcrumb/z2-breadcrumb.js";
71
- import { Z2RadioGroup as Gr, Z2RadioGroupIndicator as Vr, Z2RadioGroupItem as Wr } from "./components/radio/z2-radio.js";
72
- import { default as Xr } from "./components/assets/icons/apartment-building.js";
73
- import { Check as zr } from "./components/assets/icons/check.js";
74
- import { default as Qr } from "./components/assets/icons/chevron-left.js";
75
- import { default as jr } from "./components/assets/icons/chevron-right.js";
76
- import { default as $r } from "./components/assets/icons/circle-check-filled.js";
77
- import { default as et } from "./components/assets/icons/circle-check.js";
78
- import { default as tt } from "./components/assets/icons/dots.js";
79
- import { default as pt } from "./components/assets/icons/double-chevron-left.js";
80
- import { default as lt } from "./components/assets/icons/double-chevron-right.js";
81
- import { default as mt } from "./components/assets/icons/drag-handle.js";
82
- import { default as xt } from "./components/assets/icons/home.js";
83
- import { InfoIcon as ut } from "./components/assets/icons/info-icon.js";
84
- import { default as ct } from "./components/assets/icons/left-arrow.js";
85
- import { default as Ct } from "./components/assets/icons/link.js";
86
- import { default as St } from "./components/assets/icons/list-tree.js";
87
- import { default as Tt } from "./components/assets/icons/media-record.js";
88
- import { Minus as gt } from "./components/assets/icons/minus.js";
89
- import { default as Bt } from "./components/assets/icons/octagon-warning-Copy.js";
90
- import { default as ht } from "./components/assets/icons/pin.js";
91
- import { default as Mt } from "./components/assets/icons/sitemap.js";
92
- import { default as Rt } from "./components/assets/icons/slider.js";
93
- import { default as Et } from "./components/assets/icons/upload.js";
94
- import { default as kt } from "./components/assets/icons/vector.js";
95
- import { XMark as Ht } from "./components/assets/icons/x-mark.js";
96
- import { default as Ft } from "./components/assets/icons/x.js";
97
- import { default as Gt } from "./components/assets/icons/z2-icon.js";
98
- import { default as Wt } from "./components/assets/icons/z2-slash.js";
99
- import { default as Xt } from "./components/assets/icons/z2data.js";
100
- import { default as zt } from "./components/assets/icons/vector_3.js";
101
- import { default as Qt } from "./components/assets/icons/table-cols-2.js";
102
- import { default as jt } from "./components/assets/icons/triangle-warning.js";
103
- import { default as $t } from "./components/assets/icons/arrow-left.js";
104
- import { default as ea } from "./components/assets/icons/filter-icon.js";
105
- import { default as ta } from "./components/assets/icons/descending.js";
106
- import { default as pa } from "./components/assets/icons/chain.js";
107
- import { default as la } from "./components/assets/icons/eraser.js";
108
- import { default as ma } from "./components/assets/icons/left-square-bracket.js";
109
- import { default as xa } from "./components/assets/icons/right-square-bracket.js";
110
- import { SegmentedControl as ua } from "./components/segmented-control/controller.js";
111
- import { SegmentedControlItem as ca } from "./components/segmented-control/item.js";
112
- import { Popover as Ca, PopoverAnchor as ba, PopoverContent as Sa, PopoverTrigger as Ia } from "./components/popover/popover.js";
113
- import { Popconfirm as Da } from "./components/primitives/popconfirm/popconfirm.js";
114
- import { Z2Table as wa, Z2TableBase as Ba, Z2TableBody as va, Z2TableBodyRow as ha, Z2TableBodyRowCell as La, Z2TableBodyRowExpandded as Ma, Z2TableBodyRowSkeleton as Pa, Z2TableBodyRowSkeletonCell as Ra, Z2TableEmpty as Aa, Z2TableHead as Ea, Z2TableHeadRow as ya, Z2TableHeadRowCell as ka, Z2TableHeadRowCellResize as Na, Z2TableLoader as Ha, Z2TableRowSelect as _a, Z2TableRowSelectAll as Fa, Z2TableRowSpacer as Oa } from "./components/dynamic-table/z2-table.js";
115
- import { Z2TableContainer as Va, Z2TableProvider as Wa, Z2TableRoot as Ua, useZ2Table as Xa } from "./components/dynamic-table/z2-table-context.js";
116
- import { Z2TablePagination as za } from "./components/dynamic-table/z2-table-pagination.js";
117
- import { Z2TableColumnHeader as Qa } from "./components/dynamic-table/z2-column-header.js";
118
- import { Chart as ja } from "./components/chart/chart.js";
119
- import { ChartCard as $a } from "./components/primitives/chart-card/chart-card.js";
120
- import { EmptyState as ep, ErrorState as rp, LoadingState as tp } from "./components/primitives/chart-card/chart-card-states.js";
121
- import { COLOR_PALETTES as pp, UI_COLORS as np, getThemePalette as lp } from "./components/primitives/chart-card/config/colors.js";
122
- import { validateChartConfig as mp, validateChartData as dp } from "./components/primitives/chart-card/validators/config-validator.js";
123
- import { buildBarChartOptions as ip } from "./components/primitives/chart-card/builders/bar-chart-builder.js";
124
- import { buildLineChartOptions as Zp } from "./components/primitives/chart-card/builders/line-chart-builder.js";
125
- import { buildChartOptions as sp, isChartTypeSupported as Cp, registeredChartTypes as bp } from "./components/primitives/chart-card/builders/chart-builder-factory.js";
126
- import { Z2RadioCard as Ip } from "./components/radio-card/radio-card.js";
127
- import { default as Dp } from "./components/z2map/map.js";
128
- import { DEFAULT_MAP_CONFIG as wp, MAP_VARIANTS as Bp, PIN_SIZES as vp } from "./components/z2map/map.constants.js";
129
- import { MapPinComponent as Lp } from "./components/z2map/components/map-pin.js";
130
- import { MapPinContent as Pp } from "./components/z2map/components/map-pin-content.js";
131
- import { MapControls as Ap } from "./components/z2map/components/map-controls.js";
132
- import { MapZoomControl as yp } from "./components/z2map/components/map-zoom-control.js";
133
- import { MapStyleControl as Np } from "./components/z2map/components/map-style-control.js";
134
- import { useTheme as _p } from "./lib/theme.hook.js";
135
- import { cn as Op } from "./lib/utils.js";
136
- import { Z2PopoverTrigger as Vp } from "./components/collapsible-side-nav-bar/popover/popover-trigger.js";
137
- import { Z2PopoverContent as Up } from "./components/collapsible-side-nav-bar/popover/popover-content.js";
65
+ import { Z2Tooltip as Tr } from "./components/tooltip/tooltip.js";
66
+ import { default as gr } from "./components/primitives/table-card/table-card.js";
67
+ import { Badge as Br, badgeVariants as vr } from "./components/badge/badge.js";
68
+ import { Avatar as Lr, AvatarWithLabel as Mr } from "./components/avatar/avatar.js";
69
+ import { Z2TextPreset as Rr } from "./components/text-preset/text-preset.js";
70
+ import { ColumnReOrder as Er } from "./components/column-reorder/column-reorder.js";
71
+ import { default as kr } from "./components/tree-checkbox-select/TreeCheckboxSelect.js";
72
+ import { Z2Breadcrumb as Hr, Z2BreadcrumbEllipsis as _r, Z2BreadcrumbItem as Fr, Z2BreadcrumbLink as Or, Z2BreadcrumbList as Gr, Z2BreadcrumbPage as Vr, Z2BreadcrumbSeparator as Wr } from "./components/breadcrumb/z2-breadcrumb.js";
73
+ import { Z2RadioGroup as Xr, Z2RadioGroupIndicator as qr, Z2RadioGroupItem as zr } from "./components/radio/z2-radio.js";
74
+ import { default as Qr } from "./components/assets/icons/apartment-building.js";
75
+ import { Check as jr } from "./components/assets/icons/check.js";
76
+ import { default as $r } from "./components/assets/icons/chevron-left.js";
77
+ import { default as et } from "./components/assets/icons/chevron-right.js";
78
+ import { default as tt } from "./components/assets/icons/circle-check-filled.js";
79
+ import { default as pt } from "./components/assets/icons/circle-check.js";
80
+ import { default as ft } from "./components/assets/icons/dots.js";
81
+ import { default as mt } from "./components/assets/icons/double-chevron-left.js";
82
+ import { default as xt } from "./components/assets/icons/double-chevron-right.js";
83
+ import { default as ut } from "./components/assets/icons/drag-handle.js";
84
+ import { default as ct } from "./components/assets/icons/home.js";
85
+ import { InfoIcon as Ct } from "./components/assets/icons/info-icon.js";
86
+ import { default as St } from "./components/assets/icons/left-arrow.js";
87
+ import { default as Tt } from "./components/assets/icons/link.js";
88
+ import { default as gt } from "./components/assets/icons/list-tree.js";
89
+ import { default as Bt } from "./components/assets/icons/media-record.js";
90
+ import { Minus as ht } from "./components/assets/icons/minus.js";
91
+ import { default as Mt } from "./components/assets/icons/octagon-warning-Copy.js";
92
+ import { default as Rt } from "./components/assets/icons/pin.js";
93
+ import { default as Et } from "./components/assets/icons/sitemap.js";
94
+ import { default as kt } from "./components/assets/icons/slider.js";
95
+ import { default as Ht } from "./components/assets/icons/upload.js";
96
+ import { default as Ft } from "./components/assets/icons/vector.js";
97
+ import { XMark as Gt } from "./components/assets/icons/x-mark.js";
98
+ import { default as Wt } from "./components/assets/icons/x.js";
99
+ import { default as Xt } from "./components/assets/icons/z2-icon.js";
100
+ import { default as zt } from "./components/assets/icons/z2-slash.js";
101
+ import { default as Qt } from "./components/assets/icons/z2data.js";
102
+ import { default as jt } from "./components/assets/icons/vector_3.js";
103
+ import { default as $t } from "./components/assets/icons/table-cols-2.js";
104
+ import { default as ea } from "./components/assets/icons/triangle-warning.js";
105
+ import { default as ta } from "./components/assets/icons/arrow-left.js";
106
+ import { default as pa } from "./components/assets/icons/filter-icon.js";
107
+ import { default as fa } from "./components/assets/icons/descending.js";
108
+ import { default as ma } from "./components/assets/icons/chain.js";
109
+ import { default as xa } from "./components/assets/icons/eraser.js";
110
+ import { default as ua } from "./components/assets/icons/left-square-bracket.js";
111
+ import { default as ca } from "./components/assets/icons/right-square-bracket.js";
112
+ import { SegmentedControl as Ca } from "./components/segmented-control/controller.js";
113
+ import { SegmentedControlItem as Sa } from "./components/segmented-control/item.js";
114
+ import { Popover as Ta, PopoverAnchor as Da, PopoverContent as ga, PopoverTrigger as wa } from "./components/popover/popover.js";
115
+ import { Popconfirm as va } from "./components/primitives/popconfirm/popconfirm.js";
116
+ import { Z2Table as La, Z2TableBase as Ma, Z2TableBody as Pa, Z2TableBodyRow as Ra, Z2TableBodyRowCell as Aa, Z2TableBodyRowExpandded as Ea, Z2TableBodyRowSkeleton as ya, Z2TableBodyRowSkeletonCell as ka, Z2TableEmpty as Na, Z2TableHead as Ha, Z2TableHeadRow as _a, Z2TableHeadRowCell as Fa, Z2TableHeadRowCellResize as Oa, Z2TableLoader as Ga, Z2TableRowSelect as Va, Z2TableRowSelectAll as Wa, Z2TableRowSpacer as Ua } from "./components/dynamic-table/z2-table.js";
117
+ import { Z2TableContainer as qa, Z2TableProvider as za, Z2TableRoot as Ja, useZ2Table as Qa } from "./components/dynamic-table/z2-table-context.js";
118
+ import { Z2TablePagination as ja } from "./components/dynamic-table/z2-table-pagination.js";
119
+ import { Z2TableColumnHeader as $a } from "./components/dynamic-table/z2-column-header.js";
120
+ import { Chart as ep } from "./components/chart/chart.js";
121
+ import { ChartCard as tp } from "./components/primitives/chart-card/chart-card.js";
122
+ import { EmptyState as pp, ErrorState as np, LoadingState as fp } from "./components/primitives/chart-card/chart-card-states.js";
123
+ import { COLOR_PALETTES as mp, UI_COLORS as dp, getThemePalette as xp } from "./components/primitives/chart-card/config/colors.js";
124
+ import { validateChartConfig as up, validateChartData as Zp } from "./components/primitives/chart-card/validators/config-validator.js";
125
+ import { buildBarChartOptions as sp } from "./components/primitives/chart-card/builders/bar-chart-builder.js";
126
+ import { buildLineChartOptions as bp } from "./components/primitives/chart-card/builders/line-chart-builder.js";
127
+ import { buildChartOptions as Ip, isChartTypeSupported as Tp, registeredChartTypes as Dp } from "./components/primitives/chart-card/builders/chart-builder-factory.js";
128
+ import { Z2RadioCard as wp } from "./components/radio-card/radio-card.js";
129
+ import { default as vp } from "./components/z2map/map.js";
130
+ import { DEFAULT_MAP_CONFIG as Lp, MAP_VARIANTS as Mp, PIN_SIZES as Pp } from "./components/z2map/map.constants.js";
131
+ import { MapPinComponent as Ap } from "./components/z2map/components/map-pin.js";
132
+ import { MapPinContent as yp } from "./components/z2map/components/map-pin-content.js";
133
+ import { MapControls as Np } from "./components/z2map/components/map-controls.js";
134
+ import { MapZoomControl as _p } from "./components/z2map/components/map-zoom-control.js";
135
+ import { MapStyleControl as Op } from "./components/z2map/components/map-style-control.js";
136
+ import { useTheme as Vp } from "./lib/theme.hook.js";
137
+ import { cn as Up } from "./lib/utils.js";
138
+ import { Z2PopoverTrigger as qp } from "./components/collapsible-side-nav-bar/popover/popover-trigger.js";
139
+ import { Z2PopoverContent as Jp } from "./components/collapsible-side-nav-bar/popover/popover-content.js";
138
140
  export {
139
141
  p as Alert,
140
142
  m as AlertCirclesIcon,
141
143
  n as AlertDescription,
142
- l as AlertTitle,
143
- Xr as ApartmentBuildingIcon,
144
- $t as ArrowLeftIcon,
145
- wr as Avatar,
146
- Ge as AvatarCell,
147
- Br as AvatarWithLabel,
148
- Tr as Badge,
149
- ke as BooleanCell,
144
+ f as AlertTitle,
145
+ Qr as ApartmentBuildingIcon,
146
+ ta as ArrowLeftIcon,
147
+ Lr as Avatar,
148
+ Xe as AvatarCell,
149
+ Mr as AvatarWithLabel,
150
+ Br as Badge,
151
+ Fe as BooleanCell,
150
152
  x as Button,
151
- pp as COLOR_PALETTES,
152
- pa as ChainIcon,
153
- ja as Chart,
154
- $a as ChartCard,
155
- zr as CheckIcon,
156
- ze as ChevronDownIcon,
157
- Qr as ChevronLeftIcon,
158
- jr as ChevronRightIcon,
159
- $r as CircleCheckFilledIcon,
160
- et as CircleCheckIcon,
153
+ mp as COLOR_PALETTES,
154
+ ma as ChainIcon,
155
+ ep as Chart,
156
+ tp as ChartCard,
157
+ jr as CheckIcon,
158
+ ro as CheckboxFilter,
159
+ je as ChevronDownIcon,
160
+ $r as ChevronLeftIcon,
161
+ et as ChevronRightIcon,
162
+ tt as CircleCheckFilledIcon,
163
+ pt as CircleCheckIcon,
161
164
  _ as CirclesIcon,
162
- Mr as ColumnReOrder,
165
+ Er as ColumnReOrder,
163
166
  K as CountryFlags,
164
- Vo as DEFAULT_ACCEPT,
165
- Be as DEFAULT_EMPTY_MESSAGE,
166
- wp as DEFAULT_MAP_CONFIG,
167
+ Uo as DEFAULT_ACCEPT,
168
+ Me as DEFAULT_EMPTY_MESSAGE,
169
+ Lp as DEFAULT_MAP_CONFIG,
167
170
  O as DatabaseCopy,
168
171
  G as DatabaseCopyIcon,
169
- ta as DescendingSortingIcon,
170
- Fe as DescriptionCell,
171
- tt as DotsIcon,
172
- pt as DoubleChevronLeftIcon,
173
- lt as DoubleChevronRightIcon,
174
- mt as DragHandleIcon,
175
- Zo as DropdownContext,
176
- ep as EmptyState,
177
- la as EraserIcon,
178
- rp as ErrorState,
179
- Oo as FileUploadArea,
180
- ea as FilterIcon,
181
- xt as HomeIcon,
182
- ut as InfoIcon,
183
- Uo as Input,
184
- We as LabelCell,
185
- ct as LeftArrowIcon,
186
- ma as LeftSquareBracketIcon,
187
- He as LinkCell,
188
- Ct as LinkIcon,
189
- St as ListTreeIcon,
190
- tp as LoadingState,
191
- Bp as MAP_VARIANTS,
192
- xr as MagnifierIcon,
193
- Ap as MapControls,
194
- Lp as MapPinComponent,
195
- Pp as MapPinContent,
196
- Np as MapStyleControl,
197
- yp as MapZoomControl,
198
- Tt as MediaRecordIcon,
199
- gt as MinusIcon,
200
- qo as NavHeader,
201
- Jo as NavItem,
202
- Ee as NumberCell,
203
- Bt as OctagonWarningIcon,
204
- vp as PIN_SIZES,
205
- ur as PaginationInfo,
206
- cr as PaginationQuickJumper,
207
- ht as PinIcon,
208
- Da as Popconfirm,
209
- Ca as Popover,
210
- ba as PopoverAnchor,
211
- Sa as PopoverContent,
212
- Ia as PopoverTrigger,
213
- xa as RightSquareBracketIcon,
172
+ fa as DescendingSortingIcon,
173
+ We as DescriptionCell,
174
+ ft as DotsIcon,
175
+ mt as DoubleChevronLeftIcon,
176
+ xt as DoubleChevronRightIcon,
177
+ ut as DragHandleIcon,
178
+ so as DropdownContext,
179
+ pp as EmptyState,
180
+ xa as EraserIcon,
181
+ np as ErrorState,
182
+ Vo as FileUploadArea,
183
+ pa as FilterIcon,
184
+ ct as HomeIcon,
185
+ Ct as InfoIcon,
186
+ qo as Input,
187
+ ze as LabelCell,
188
+ St as LeftArrowIcon,
189
+ ua as LeftSquareBracketIcon,
190
+ Ge as LinkCell,
191
+ Tt as LinkIcon,
192
+ gt as ListTreeIcon,
193
+ fp as LoadingState,
194
+ Mp as MAP_VARIANTS,
195
+ cr as MagnifierIcon,
196
+ Np as MapControls,
197
+ Ap as MapPinComponent,
198
+ yp as MapPinContent,
199
+ Op as MapStyleControl,
200
+ _p as MapZoomControl,
201
+ Bt as MediaRecordIcon,
202
+ ht as MinusIcon,
203
+ Jo as NavHeader,
204
+ Yo as NavItem,
205
+ He as NumberCell,
206
+ Mt as OctagonWarningIcon,
207
+ Pp as PIN_SIZES,
208
+ Cr as PaginationInfo,
209
+ Sr as PaginationQuickJumper,
210
+ Rt as PinIcon,
211
+ va as Popconfirm,
212
+ Ta as Popover,
213
+ Da as PopoverAnchor,
214
+ xe as PopoverCompact,
215
+ ga as PopoverContent,
216
+ wa as PopoverTrigger,
217
+ ca as RightSquareBracketIcon,
214
218
  Q as SIDEBAR_WIDTH,
215
219
  Y as SIDEBAR_WIDTH_COLLAPSED,
216
- ua as SegmentedControl,
217
- ca as SegmentedControlItem,
220
+ Ca as SegmentedControl,
221
+ Sa as SegmentedControlItem,
218
222
  q as SidebarLeftShowCopy,
219
223
  z as SidebarLeftShowCopyIcon,
220
- Mt as SitemapIcon,
221
- Rt as SliderIcon,
224
+ Et as SitemapIcon,
225
+ kt as SliderIcon,
222
226
  k as SubNavIndicator,
223
227
  N as SubNavIndicatorIcon,
224
- ve as TABLE_CSS_CLASSES,
225
- be as Table,
226
- Te as TableBody,
227
- Sr as TableCard,
228
- Re as TableCell,
229
- Qt as TableCols2Icon,
230
- Le as TableContext,
231
- lr as TableFooter,
232
- mr as TableFooterContent,
233
- Xe as TableHeader,
234
- pr as TableHeaderContent,
235
- tr as TableHeaderWrapper,
236
- $e as TableLoadingState,
237
- je as TableMessageState,
238
- er as TablePagination,
239
- Se as TableProvider,
240
- Qe as TableRow,
241
- Rr as TreeCheckboxSelect,
242
- jt as TriangleWarningIcon,
243
- np as UI_COLORS,
244
- Et as UploadIcon,
245
- zt as Vector3Icon,
246
- kt as VectorIcon,
228
+ Pe as TABLE_CSS_CLASSES,
229
+ De as Table,
230
+ Be as TableBody,
231
+ gr as TableCard,
232
+ ke as TableCell,
233
+ $t as TableCols2Icon,
234
+ Ae as TableContext,
235
+ xr as TableFooter,
236
+ ur as TableFooterContent,
237
+ Qe as TableHeader,
238
+ mr as TableHeaderContent,
239
+ fr as TableHeaderWrapper,
240
+ tr as TableLoadingState,
241
+ er as TableMessageState,
242
+ pr as TablePagination,
243
+ ge as TableProvider,
244
+ $e as TableRow,
245
+ kr as TreeCheckboxSelect,
246
+ ea as TriangleWarningIcon,
247
+ dp as UI_COLORS,
248
+ Ht as UploadIcon,
249
+ jt as Vector3Icon,
250
+ Ft as VectorIcon,
247
251
  W as WindowLeftCopy,
248
252
  U as WindowLeftCopyIcon,
249
- Ft as XIcon,
250
- Ht as XMarkIcon,
251
- Er as Z2Breadcrumb,
252
- yr as Z2BreadcrumbEllipsis,
253
- kr as Z2BreadcrumbItem,
254
- Nr as Z2BreadcrumbLink,
255
- Hr as Z2BreadcrumbList,
256
- _r as Z2BreadcrumbPage,
257
- Fr as Z2BreadcrumbSeparator,
253
+ Wt as XIcon,
254
+ Gt as XMarkIcon,
255
+ Hr as Z2Breadcrumb,
256
+ _r as Z2BreadcrumbEllipsis,
257
+ Fr as Z2BreadcrumbItem,
258
+ Or as Z2BreadcrumbLink,
259
+ Gr as Z2BreadcrumbList,
260
+ Vr as Z2BreadcrumbPage,
261
+ Wr as Z2BreadcrumbSeparator,
258
262
  oo as Z2Checkbox,
259
- Xt as Z2DataIcon,
260
- ro as Z2Dialog,
261
- to as Z2DialogClose,
262
- ao as Z2DialogContent,
263
- po as Z2DialogDescription,
264
- no as Z2DialogFooter,
265
- lo as Z2DialogHeader,
266
- fo as Z2DialogOverlay,
267
- mo as Z2DialogPortal,
268
- xo as Z2DialogTitle,
269
- io as Z2DialogTrigger,
270
- co as Z2Dropdown,
271
- so as Z2DropdownContent,
272
- Co as Z2DropdownInput,
273
- bo as Z2DropdownItem,
274
- wo as Z2DropdownMenu,
275
- Bo as Z2DropdownMenuCheckboxItem,
276
- vo as Z2DropdownMenuContent,
277
- ho as Z2DropdownMenuGroup,
278
- Lo as Z2DropdownMenuItem,
279
- Mo as Z2DropdownMenuLabel,
280
- Po as Z2DropdownMenuPortal,
281
- Ro as Z2DropdownMenuRadioGroup,
282
- Ao as Z2DropdownMenuRadioItem,
283
- Eo as Z2DropdownMenuSeparator,
284
- yo as Z2DropdownMenuShortcut,
285
- ko as Z2DropdownMenuSub,
286
- No as Z2DropdownMenuSubContent,
287
- Ho as Z2DropdownMenuSubTrigger,
288
- _o as Z2DropdownMenuTrigger,
289
- So as Z2DropdownSub,
290
- Io as Z2DropdownSubContent,
291
- To as Z2DropdownSubItem,
292
- Do as Z2DropdownSubTrigger,
293
- Gt as Z2Icon,
294
- Dp as Z2Map,
263
+ Qt as Z2DataIcon,
264
+ ao as Z2Dialog,
265
+ po as Z2DialogClose,
266
+ no as Z2DialogContent,
267
+ fo as Z2DialogDescription,
268
+ lo as Z2DialogFooter,
269
+ mo as Z2DialogHeader,
270
+ xo as Z2DialogOverlay,
271
+ io as Z2DialogPortal,
272
+ uo as Z2DialogTitle,
273
+ Zo as Z2DialogTrigger,
274
+ Co as Z2Dropdown,
275
+ bo as Z2DropdownContent,
276
+ So as Z2DropdownInput,
277
+ Io as Z2DropdownItem,
278
+ vo as Z2DropdownMenu,
279
+ ho as Z2DropdownMenuCheckboxItem,
280
+ Lo as Z2DropdownMenuContent,
281
+ Mo as Z2DropdownMenuGroup,
282
+ Po as Z2DropdownMenuItem,
283
+ Ro as Z2DropdownMenuLabel,
284
+ Ao as Z2DropdownMenuPortal,
285
+ Eo as Z2DropdownMenuRadioGroup,
286
+ yo as Z2DropdownMenuRadioItem,
287
+ ko as Z2DropdownMenuSeparator,
288
+ No as Z2DropdownMenuShortcut,
289
+ Ho as Z2DropdownMenuSub,
290
+ _o as Z2DropdownMenuSubContent,
291
+ Fo as Z2DropdownMenuSubTrigger,
292
+ Oo as Z2DropdownMenuTrigger,
293
+ To as Z2DropdownSub,
294
+ Do as Z2DropdownSubContent,
295
+ go as Z2DropdownSubItem,
296
+ wo as Z2DropdownSubTrigger,
297
+ Xt as Z2Icon,
298
+ vp as Z2Map,
295
299
  E as Z2Popover,
296
- Up as Z2PopoverContent,
297
- Vp as Z2PopoverTrigger,
298
- Ip as Z2RadioCard,
299
- Gr as Z2RadioGroup,
300
- Vr as Z2RadioGroupIndicator,
301
- Wr as Z2RadioGroupItem,
302
- Yo as Z2Select,
303
- le as Z2SelectCompact,
304
- jo as Z2SelectContent,
305
- Ko as Z2SelectGroup,
306
- $o as Z2SelectItem,
307
- oe as Z2SelectLabel,
308
- ee as Z2SelectScrollDownButton,
309
- re as Z2SelectScrollUpButton,
310
- te as Z2SelectSeparator,
311
- ae as Z2SelectTrigger,
312
- pe as Z2SelectValue,
300
+ Jp as Z2PopoverContent,
301
+ qp as Z2PopoverTrigger,
302
+ wp as Z2RadioCard,
303
+ Xr as Z2RadioGroup,
304
+ qr as Z2RadioGroupIndicator,
305
+ zr as Z2RadioGroupItem,
306
+ Ko as Z2Select,
307
+ me as Z2SelectCompact,
308
+ $o as Z2SelectContent,
309
+ oe as Z2SelectGroup,
310
+ ee as Z2SelectItem,
311
+ re as Z2SelectLabel,
312
+ te as Z2SelectScrollDownButton,
313
+ ae as Z2SelectScrollUpButton,
314
+ pe as Z2SelectSeparator,
315
+ ne as Z2SelectTrigger,
316
+ fe as Z2SelectValue,
313
317
  s as Z2SideNavBar,
314
318
  T as Z2SideNavBarContent,
315
319
  g as Z2SideNavBarFooter,
@@ -319,51 +323,51 @@ export {
319
323
  Z as Z2SideNavBarProvider,
320
324
  M as Z2SideNavBarSeparator,
321
325
  C as Z2SidebarVariants,
322
- Wt as Z2SlashIcon,
323
- me as Z2Stepper,
324
- xe as Z2StepperItem,
325
- wa as Z2Table,
326
- Ba as Z2TableBase,
327
- va as Z2TableBody,
328
- ha as Z2TableBodyRow,
329
- La as Z2TableBodyRowCell,
330
- Ma as Z2TableBodyRowExpandded,
331
- Pa as Z2TableBodyRowSkeleton,
332
- Ra as Z2TableBodyRowSkeletonCell,
333
- Qa as Z2TableColumnHeader,
334
- Va as Z2TableContainer,
335
- Aa as Z2TableEmpty,
336
- Ea as Z2TableHead,
337
- ya as Z2TableHeadRow,
338
- ka as Z2TableHeadRowCell,
339
- Na as Z2TableHeadRowCellResize,
340
- Ha as Z2TableLoader,
341
- za as Z2TablePagination,
342
- Wa as Z2TableProvider,
343
- Ua as Z2TableRoot,
344
- _a as Z2TableRowSelect,
345
- Fa as Z2TableRowSelectAll,
346
- Oa as Z2TableRowSpacer,
347
- ue as Z2Tabs,
348
- Ze as Z2TabsContent,
349
- ce as Z2TabsList,
350
- se as Z2TabsTrigger,
351
- hr as Z2TextPreset,
352
- Cr as Z2Tooltip,
353
- Dr as badgeVariants,
354
- ip as buildBarChartOptions,
355
- sp as buildChartOptions,
356
- Zp as buildLineChartOptions,
326
+ zt as Z2SlashIcon,
327
+ ue as Z2Stepper,
328
+ ce as Z2StepperItem,
329
+ La as Z2Table,
330
+ Ma as Z2TableBase,
331
+ Pa as Z2TableBody,
332
+ Ra as Z2TableBodyRow,
333
+ Aa as Z2TableBodyRowCell,
334
+ Ea as Z2TableBodyRowExpandded,
335
+ ya as Z2TableBodyRowSkeleton,
336
+ ka as Z2TableBodyRowSkeletonCell,
337
+ $a as Z2TableColumnHeader,
338
+ qa as Z2TableContainer,
339
+ Na as Z2TableEmpty,
340
+ Ha as Z2TableHead,
341
+ _a as Z2TableHeadRow,
342
+ Fa as Z2TableHeadRowCell,
343
+ Oa as Z2TableHeadRowCellResize,
344
+ Ga as Z2TableLoader,
345
+ ja as Z2TablePagination,
346
+ za as Z2TableProvider,
347
+ Ja as Z2TableRoot,
348
+ Va as Z2TableRowSelect,
349
+ Wa as Z2TableRowSelectAll,
350
+ Ua as Z2TableRowSpacer,
351
+ Ce as Z2Tabs,
352
+ be as Z2TabsContent,
353
+ Se as Z2TabsList,
354
+ Ie as Z2TabsTrigger,
355
+ Rr as Z2TextPreset,
356
+ Tr as Z2Tooltip,
357
+ vr as badgeVariants,
358
+ sp as buildBarChartOptions,
359
+ Ip as buildChartOptions,
360
+ bp as buildLineChartOptions,
357
361
  i as buttonVariants,
358
- Op as cn,
359
- ge as extractCellValue,
360
- lp as getThemePalette,
361
- Cp as isChartTypeSupported,
362
- bp as registeredChartTypes,
363
- Me as useTableContext,
364
- _p as useTheme,
362
+ Up as cn,
363
+ he as extractCellValue,
364
+ xp as getThemePalette,
365
+ Tp as isChartTypeSupported,
366
+ Dp as registeredChartTypes,
367
+ Ee as useTableContext,
368
+ Vp as useTheme,
365
369
  R as useZ2SideNavBar,
366
- Xa as useZ2Table,
367
- mp as validateChartConfig,
368
- dp as validateChartData
370
+ Qa as useZ2Table,
371
+ up as validateChartConfig,
372
+ Zp as validateChartData
369
373
  };