@ztwoint/z-ui 0.1.126 → 0.1.127
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/primitives/chart-card/builders/chart-builder-factory.js +17 -0
- package/dist/components/{chart-card → primitives/chart-card}/chart-card.js +2 -2
- package/dist/components/primitives/chart-card/config/colors.js +39 -0
- package/dist/components/primitives/popconfirm/popconfirm.const.d.ts +20 -0
- package/dist/components/primitives/popconfirm/popconfirm.const.js +22 -0
- package/dist/components/primitives/popconfirm/popconfirm.d.ts +4 -0
- package/dist/components/primitives/popconfirm/popconfirm.hook.d.ts +14 -0
- package/dist/components/primitives/popconfirm/popconfirm.hook.js +32 -0
- package/dist/components/primitives/popconfirm/popconfirm.js +78 -0
- package/dist/components/primitives/popconfirm/popconfirm.type.d.ts +24 -0
- package/dist/components/primitives/popconfirm/popconfirm.utils.d.ts +3 -0
- package/dist/components/primitives/popconfirm/popconfirm.utils.js +6 -0
- package/dist/components/primitives/select-compact/select-compact.js +17 -0
- package/dist/components/{table-card → primitives/table-card}/table-card.type.d.ts +3 -3
- package/dist/components/table/components/cell/avatar-cell.js +4 -4
- package/dist/components/table/table-provider.js +4 -4
- package/dist/components/table-filter/table-filter.context.js +3 -12
- package/dist/css/styles/tailwind.css +1 -1
- package/dist/index.d.ts +4 -3
- package/dist/index.js +346 -362
- package/dist/types/components/primitives/popconfirm/popconfirm.const.d.ts +20 -0
- package/dist/types/components/primitives/popconfirm/popconfirm.d.ts +4 -0
- package/dist/types/components/primitives/popconfirm/popconfirm.hook.d.ts +14 -0
- package/dist/types/components/primitives/popconfirm/popconfirm.type.d.ts +24 -0
- package/dist/types/components/primitives/popconfirm/popconfirm.utils.d.ts +3 -0
- package/dist/types/components/{table-card → primitives/table-card}/table-card.type.d.ts +4 -4
- package/dist/types/index.d.ts +4 -3
- package/package.json +1 -1
- package/dist/components/chart-card/builders/chart-builder-factory.js +0 -23
- package/dist/components/chart-card/config/colors.js +0 -49
- package/dist/components/select-compact/select-compact.js +0 -17
- package/dist/components/table-card/table-card.js +0 -215
- package/dist/components/table-filter/close-filter-confirm/filter-confirmation-dialog.js +0 -20
- package/dist/components/table-filter/close-filter-confirm/filter-confirmation-dialog.utils.js +0 -20
- package/dist/components/table-filter/filters/boolean.js +0 -67
- package/dist/components/table-filter/filters/checkbox.js +0 -70
- package/dist/components/table-filter/filters/number/filter-input-field.js +0 -38
- package/dist/components/table-filter/filters/number/number.hook.js +0 -33
- package/dist/components/table-filter/filters/number/number.js +0 -55
- package/dist/components/table-filter/filters/text.js +0 -50
- package/dist/components/table-filter/index.js +0 -11
- package/dist/components/table-filter/selected-filters-display/selected-filters-display.js +0 -31
- package/dist/components/table-filter/selected-filters-display/selected-filters-display.utils.js +0 -23
- package/dist/components/table-filter/table-filter-button.js +0 -181
- package/dist/components/table-filter/table-filter-column-button.js +0 -113
- package/dist/components/table-filter/table-filter-provider.js +0 -32
- package/dist/components/table-filter/table-filter.hook.js +0 -72
- package/dist/components/table-filter/table-filter.utils.js +0 -12
- /package/dist/components/{chart-card → primitives/chart-card}/builders/bar-chart-builder.d.ts +0 -0
- /package/dist/components/{chart-card → primitives/chart-card}/builders/bar-chart-builder.js +0 -0
- /package/dist/components/{chart-card → primitives/chart-card}/builders/chart-builder-factory.d.ts +0 -0
- /package/dist/components/{chart-card → primitives/chart-card}/builders/line-chart-builder.d.ts +0 -0
- /package/dist/components/{chart-card → primitives/chart-card}/builders/line-chart-builder.js +0 -0
- /package/dist/components/{chart-card → primitives/chart-card}/builders/pie-chart-builder.d.ts +0 -0
- /package/dist/components/{chart-card → primitives/chart-card}/builders/pie-chart-builder.js +0 -0
- /package/dist/components/{chart-card → primitives/chart-card}/chart-card-states.d.ts +0 -0
- /package/dist/components/{chart-card → primitives/chart-card}/chart-card-states.js +0 -0
- /package/dist/components/{chart-card → primitives/chart-card}/chart-card.config.types.d.ts +0 -0
- /package/dist/components/{chart-card → primitives/chart-card}/chart-card.d.ts +0 -0
- /package/dist/components/{chart-card → primitives/chart-card}/chart-card.types.d.ts +0 -0
- /package/dist/components/{chart-card → primitives/chart-card}/config/colors.d.ts +0 -0
- /package/dist/components/{chart-card → primitives/chart-card}/config/defaults.d.ts +0 -0
- /package/dist/components/{chart-card → primitives/chart-card}/config/defaults.js +0 -0
- /package/dist/components/{chart-card → primitives/chart-card}/index.d.ts +0 -0
- /package/dist/components/{chart-card → primitives/chart-card}/validators/config-validator.d.ts +0 -0
- /package/dist/components/{chart-card → primitives/chart-card}/validators/config-validator.js +0 -0
- /package/dist/components/{select-compact → primitives/select-compact}/select-compact.d.ts +0 -0
- /package/dist/components/{table-card → primitives/table-card}/index.d.ts +0 -0
- /package/dist/components/{table-card → primitives/table-card}/table-card.d.ts +0 -0
- /package/dist/types/components/{chart-card → primitives/chart-card}/builders/bar-chart-builder.d.ts +0 -0
- /package/dist/types/components/{chart-card → primitives/chart-card}/builders/chart-builder-factory.d.ts +0 -0
- /package/dist/types/components/{chart-card → primitives/chart-card}/builders/line-chart-builder.d.ts +0 -0
- /package/dist/types/components/{chart-card → primitives/chart-card}/builders/pie-chart-builder.d.ts +0 -0
- /package/dist/types/components/{chart-card → primitives/chart-card}/chart-card-states.d.ts +0 -0
- /package/dist/types/components/{chart-card → primitives/chart-card}/chart-card.config.types.d.ts +0 -0
- /package/dist/types/components/{chart-card → primitives/chart-card}/chart-card.d.ts +0 -0
- /package/dist/types/components/{chart-card → primitives/chart-card}/chart-card.types.d.ts +0 -0
- /package/dist/types/components/{chart-card → primitives/chart-card}/config/colors.d.ts +0 -0
- /package/dist/types/components/{chart-card → primitives/chart-card}/config/defaults.d.ts +0 -0
- /package/dist/types/components/{chart-card → primitives/chart-card}/index.d.ts +0 -0
- /package/dist/types/components/{chart-card → primitives/chart-card}/validators/config-validator.d.ts +0 -0
- /package/dist/types/components/{select-compact → primitives/select-compact}/select-compact.d.ts +0 -0
- /package/dist/types/components/{table-card → primitives/table-card}/index.d.ts +0 -0
- /package/dist/types/components/{table-card → primitives/table-card}/table-card.d.ts +0 -0
package/dist/index.js
CHANGED
|
@@ -1,367 +1,351 @@
|
|
|
1
1
|
/* empty css */
|
|
2
|
-
import { Alert as
|
|
3
|
-
import { AlertCirclesIcon as
|
|
4
|
-
import { Button as
|
|
5
|
-
import { Z2SideNavBarProvider as
|
|
6
|
-
import { Z2SideNavBar as
|
|
7
|
-
import { Z2SideNavBarHeader as
|
|
8
|
-
import { Z2SideNavBarContent as
|
|
9
|
-
import { Z2SideNavBarFooter as
|
|
10
|
-
import { Z2SideNavBarGroup as
|
|
11
|
-
import { Z2SideNavBarItem as
|
|
12
|
-
import { Z2SideNavBarSeparator as
|
|
13
|
-
import { useZ2SideNavBar as
|
|
14
|
-
import { Z2Popover as
|
|
2
|
+
import { Alert as f, AlertDescription as m, AlertTitle as d } from "./components/alert/alert.js";
|
|
3
|
+
import { AlertCirclesIcon as i } from "./components/alert/icons/circles-icon.js";
|
|
4
|
+
import { Button as Z, buttonVariants as c } from "./components/button/button.js";
|
|
5
|
+
import { Z2SideNavBarProvider as b } from "./components/collapsible-side-nav-bar/side-nav-bar-provider.js";
|
|
6
|
+
import { Z2SideNavBar as I, Z2SidebarVariants as S } from "./components/collapsible-side-nav-bar/side-nav-bar.js";
|
|
7
|
+
import { Z2SideNavBarHeader as D } from "./components/collapsible-side-nav-bar/side-nav-bar-header.js";
|
|
8
|
+
import { Z2SideNavBarContent as w } from "./components/collapsible-side-nav-bar/side-nav-bar-content.js";
|
|
9
|
+
import { Z2SideNavBarFooter as v } from "./components/collapsible-side-nav-bar/side-nav-bar-footer.js";
|
|
10
|
+
import { Z2SideNavBarGroup as P } from "./components/collapsible-side-nav-bar/side-nav-bar-group.js";
|
|
11
|
+
import { Z2SideNavBarItem as R } from "./components/collapsible-side-nav-bar/side-nav-bar-item.js";
|
|
12
|
+
import { Z2SideNavBarSeparator as h } from "./components/collapsible-side-nav-bar/side-nav-bar-separator.js";
|
|
13
|
+
import { useZ2SideNavBar as y } from "./components/collapsible-side-nav-bar/context.js";
|
|
14
|
+
import { Z2Popover as N } from "./components/collapsible-side-nav-bar/popover/popover.js";
|
|
15
15
|
import "react/jsx-runtime";
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
19
|
-
import { default as
|
|
20
|
-
import { default as
|
|
21
|
-
import { SIDEBAR_WIDTH as
|
|
22
|
-
import { CountryFlags as
|
|
23
|
-
import { Z2Checkbox as
|
|
24
|
-
import { Z2Dialog as
|
|
25
|
-
import { DropdownContext as
|
|
26
|
-
import { Z2DropdownMenu as
|
|
27
|
-
import { FileUploadArea as
|
|
28
|
-
import { DEFAULT_ACCEPT as
|
|
29
|
-
import { Input as
|
|
30
|
-
import { NavHeader as
|
|
31
|
-
import { NavItem as
|
|
32
|
-
import { Z2Select as
|
|
33
|
-
import { Z2SelectCompact as
|
|
34
|
-
import { Z2Stepper as
|
|
35
|
-
import { Z2StepperItem as
|
|
36
|
-
import { Z2Tabs as
|
|
37
|
-
import { Table as
|
|
38
|
-
import { TableBody as
|
|
39
|
-
import { extractCellValue as
|
|
40
|
-
import { DEFAULT_EMPTY_MESSAGE as
|
|
41
|
-
import { TableContext as
|
|
42
|
-
import { TableCell as
|
|
43
|
-
import { NumberCell as
|
|
44
|
-
import { BooleanCell as
|
|
45
|
-
import { LinkCell as
|
|
46
|
-
import { DescriptionCell as
|
|
47
|
-
import { AvatarCell as
|
|
48
|
-
import { LabelCell as
|
|
49
|
-
import { TableHeader as
|
|
50
|
-
import { default as
|
|
51
|
-
import { TableRow as
|
|
52
|
-
import { TableMessageState as
|
|
53
|
-
import { TableLoadingState as
|
|
54
|
-
import { Pagination as
|
|
55
|
-
import { TableHeaderWrapper as
|
|
56
|
-
import { TableHeaderContent as
|
|
57
|
-
import { TableFooter as
|
|
58
|
-
import { TableFooterContent as
|
|
59
|
-
import { MagnifierIcon as
|
|
60
|
-
import { PaginationInfo as
|
|
61
|
-
import { PaginationQuickJumper as
|
|
16
|
+
import { default as F, default as _ } from "./components/assets/icons/sub-nav-indicator.js";
|
|
17
|
+
import { default as V } from "./components/assets/icons/circles-icon.js";
|
|
18
|
+
import { default as U, default as O } from "./components/assets/icons/database-copy.js";
|
|
19
|
+
import { default as q, default as z } from "./components/assets/icons/window-left-copy.js";
|
|
20
|
+
import { default as Q, default as Y } from "./components/assets/icons/sidebar-left-show-copy.js";
|
|
21
|
+
import { SIDEBAR_WIDTH as K, SIDEBAR_WIDTH_COLLAPSED as $ } from "./components/collapsible-side-nav-bar/constants.js";
|
|
22
|
+
import { CountryFlags as eo } from "./components/country-flags/country-flags.js";
|
|
23
|
+
import { Z2Checkbox as to } from "./components/checkbox/checkbox.js";
|
|
24
|
+
import { Z2Dialog as po, Z2DialogClose as no, Z2DialogContent as lo, Z2DialogDescription as fo, Z2DialogFooter as mo, Z2DialogHeader as xo, Z2DialogOverlay as io, Z2DialogPortal as uo, Z2DialogTitle as Zo, Z2DialogTrigger as co } from "./components/dialog/dialog.js";
|
|
25
|
+
import { DropdownContext as bo, Z2Dropdown as Co, Z2DropdownContent as Io, Z2DropdownInput as So, Z2DropdownItem as To, Z2DropdownSub as Do, Z2DropdownSubContent as go, Z2DropdownSubItem as wo, Z2DropdownSubTrigger as Bo } from "./components/dropdown/z2-dropdown.js";
|
|
26
|
+
import { Z2DropdownMenu as Mo, Z2DropdownMenuCheckboxItem as Po, Z2DropdownMenuContent as Lo, Z2DropdownMenuGroup as Ro, Z2DropdownMenuItem as Ao, Z2DropdownMenuLabel as ho, Z2DropdownMenuPortal as ko, Z2DropdownMenuRadioGroup as yo, Z2DropdownMenuRadioItem as Eo, Z2DropdownMenuSeparator as No, Z2DropdownMenuShortcut as Ho, Z2DropdownMenuSub as Fo, Z2DropdownMenuSubContent as _o, Z2DropdownMenuSubTrigger as Go, Z2DropdownMenuTrigger as Vo } from "./components/dropdown-menu/z2-dropdown-menu.js";
|
|
27
|
+
import { FileUploadArea as Uo } from "./components/file-upload-area/file-upload-area.js";
|
|
28
|
+
import { DEFAULT_ACCEPT as Xo } from "./components/file-upload-area/file-upload-area.const.js";
|
|
29
|
+
import { Input as zo } 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 $o, Z2SelectContent as oe, Z2SelectGroup as ee, Z2SelectItem as re, Z2SelectLabel as te, Z2SelectScrollDownButton as ae, Z2SelectScrollUpButton as pe, Z2SelectSeparator as ne, Z2SelectTrigger as le, Z2SelectValue as fe } from "./components/select/z2-select.js";
|
|
33
|
+
import { Z2SelectCompact as de } from "./components/primitives/select-compact/select-compact.js";
|
|
34
|
+
import { Z2Stepper as ie } from "./components/stepper/stepper.js";
|
|
35
|
+
import { Z2StepperItem as Ze } from "./components/stepper-item/stepper-item.js";
|
|
36
|
+
import { Z2Tabs as se, Z2TabsContent as be, Z2TabsList as Ce, Z2TabsTrigger as Ie } from "./components/tab/tab.js";
|
|
37
|
+
import { Table as Te, TableProvider as De } from "./components/table/table-provider.js";
|
|
38
|
+
import { TableBody as we } from "./components/table/table.js";
|
|
39
|
+
import { extractCellValue as ve } from "./components/table/table.utils.js";
|
|
40
|
+
import { DEFAULT_EMPTY_MESSAGE as Pe, TABLE_CSS_CLASSES as Le } from "./components/table/table.const.js";
|
|
41
|
+
import { TableContext as Ae, useTableContext as he } from "./components/table/table.context.js";
|
|
42
|
+
import { TableCell as ye } from "./components/table/components/table-cell.js";
|
|
43
|
+
import { NumberCell as Ne } from "./components/table/components/cell/number-cell.js";
|
|
44
|
+
import { BooleanCell as Fe } from "./components/table/components/cell/boolean-cell.js";
|
|
45
|
+
import { LinkCell as Ge } from "./components/table/components/cell/link-cell.js";
|
|
46
|
+
import { DescriptionCell as We } from "./components/table/components/cell/description-cell.js";
|
|
47
|
+
import { AvatarCell as Oe } from "./components/table/components/cell/avatar-cell.js";
|
|
48
|
+
import { LabelCell as qe } from "./components/table/components/cell/label-cell.js";
|
|
49
|
+
import { TableHeader as Je } from "./components/table/components/table-header/table-header.js";
|
|
50
|
+
import { default as Ye } from "./components/assets/icons/chevron-down.js";
|
|
51
|
+
import { TableRow as Ke } from "./components/table/components/table-row.js";
|
|
52
|
+
import { TableMessageState as or } from "./components/table/components/table-message-state.js";
|
|
53
|
+
import { TableLoadingState as rr } from "./components/table/components/table-loading-state.js";
|
|
54
|
+
import { Pagination as ar } from "./components/table/components/pagination/pagination.js";
|
|
55
|
+
import { TableHeaderWrapper as nr } from "./components/table/components/table-header-wrapper.js";
|
|
56
|
+
import { TableHeaderContent as fr } from "./components/table/components/table-header-content.js";
|
|
57
|
+
import { TableFooter as dr } from "./components/table/components/table-footer.js";
|
|
58
|
+
import { TableFooterContent as ir } from "./components/table/components/table-footer-content.js";
|
|
59
|
+
import { MagnifierIcon as Zr } from "./components/assets/icons/magnifier-icon.js";
|
|
60
|
+
import { PaginationInfo as sr } from "./components/table/components/pagination/components/pagination-info.js";
|
|
61
|
+
import { PaginationQuickJumper as Cr } from "./components/table/components/pagination/components/pagination-quick-jumper.js";
|
|
62
62
|
import "react";
|
|
63
|
-
import { Z2Tooltip as
|
|
64
|
-
import
|
|
65
|
-
import
|
|
66
|
-
import {
|
|
67
|
-
import
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import { default as
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import { default as
|
|
80
|
-
import {
|
|
81
|
-
import { default as
|
|
82
|
-
import { default as
|
|
83
|
-
import {
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import { default as
|
|
91
|
-
import { default as
|
|
92
|
-
import { default as
|
|
93
|
-
import { default as
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
99
|
-
import { default as
|
|
100
|
-
import {
|
|
101
|
-
import { default as
|
|
102
|
-
import { default as
|
|
103
|
-
import { default as
|
|
104
|
-
import { default as
|
|
105
|
-
import { default as
|
|
106
|
-
import { default as
|
|
107
|
-
import { default as
|
|
108
|
-
import { default as
|
|
109
|
-
import { default as
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import { cn as _p } from "./lib/utils.js";
|
|
135
|
-
import { Z2PopoverTrigger as Op } from "./components/collapsible-side-nav-bar/popover/popover-trigger.js";
|
|
136
|
-
import { Z2PopoverContent as Vp } from "./components/collapsible-side-nav-bar/popover/popover-content.js";
|
|
63
|
+
import { Z2Tooltip as Sr } from "./components/tooltip/tooltip.js";
|
|
64
|
+
import "./components/table-filter/table-filter.context.js";
|
|
65
|
+
import "@radix-ui/react-popover";
|
|
66
|
+
import { default as Dr } from "./components/assets/icons/x.js";
|
|
67
|
+
import "react-virtuoso";
|
|
68
|
+
import { default as wr } from "./components/assets/icons/circle-check-filled.js";
|
|
69
|
+
import { useTheme as vr } from "./lib/theme.hook.js";
|
|
70
|
+
import { cn as Pr } from "./lib/utils.js";
|
|
71
|
+
import { default as Rr } from "./components/assets/icons/octagon-warning-Copy.js";
|
|
72
|
+
import { Badge as hr, badgeVariants as kr } from "./components/badge/badge.js";
|
|
73
|
+
import { Avatar as Er, AvatarWithLabel as Nr } from "./components/avatar/avatar.js";
|
|
74
|
+
import { Z2TextPreset as Fr } from "./components/text-preset/text-preset.js";
|
|
75
|
+
import { ColumnReOrder as Gr } from "./components/column-reorder/column-reorder.js";
|
|
76
|
+
import { default as Wr } from "./components/tree-checkbox-select/TreeCheckboxSelect.js";
|
|
77
|
+
import { Z2Breadcrumb as Or, Z2BreadcrumbEllipsis as Xr, Z2BreadcrumbItem as qr, Z2BreadcrumbLink as zr, Z2BreadcrumbList as Jr, Z2BreadcrumbPage as Qr, Z2BreadcrumbSeparator as Yr } from "./components/breadcrumb/z2-breadcrumb.js";
|
|
78
|
+
import { Z2RadioGroup as Kr, Z2RadioGroupIndicator as $r, Z2RadioGroupItem as ot } from "./components/radio/z2-radio.js";
|
|
79
|
+
import { default as rt } from "./components/assets/icons/apartment-building.js";
|
|
80
|
+
import { Check as at } from "./components/assets/icons/check.js";
|
|
81
|
+
import { default as nt } from "./components/assets/icons/chevron-left.js";
|
|
82
|
+
import { default as ft } from "./components/assets/icons/chevron-right.js";
|
|
83
|
+
import { default as dt } from "./components/assets/icons/circle-check.js";
|
|
84
|
+
import { default as it } from "./components/assets/icons/dots.js";
|
|
85
|
+
import { default as Zt } from "./components/assets/icons/double-chevron-left.js";
|
|
86
|
+
import { default as st } from "./components/assets/icons/double-chevron-right.js";
|
|
87
|
+
import { default as Ct } from "./components/assets/icons/drag-handle.js";
|
|
88
|
+
import { default as St } from "./components/assets/icons/home.js";
|
|
89
|
+
import { InfoIcon as Dt } from "./components/assets/icons/info-icon.js";
|
|
90
|
+
import { default as wt } from "./components/assets/icons/left-arrow.js";
|
|
91
|
+
import { default as vt } from "./components/assets/icons/link.js";
|
|
92
|
+
import { default as Pt } from "./components/assets/icons/list-tree.js";
|
|
93
|
+
import { default as Rt } from "./components/assets/icons/media-record.js";
|
|
94
|
+
import { Minus as ht } from "./components/assets/icons/minus.js";
|
|
95
|
+
import { default as yt } from "./components/assets/icons/pin.js";
|
|
96
|
+
import { default as Nt } from "./components/assets/icons/sitemap.js";
|
|
97
|
+
import { default as Ft } from "./components/assets/icons/slider.js";
|
|
98
|
+
import { default as Gt } from "./components/assets/icons/upload.js";
|
|
99
|
+
import { default as Wt } from "./components/assets/icons/vector.js";
|
|
100
|
+
import { XMark as Ot } from "./components/assets/icons/x-mark.js";
|
|
101
|
+
import { default as qt } from "./components/assets/icons/z2-icon.js";
|
|
102
|
+
import { default as Jt } from "./components/assets/icons/z2-slash.js";
|
|
103
|
+
import { default as Yt } from "./components/assets/icons/z2data.js";
|
|
104
|
+
import { default as Kt } from "./components/assets/icons/vector_3.js";
|
|
105
|
+
import { default as oa } from "./components/assets/icons/table-cols-2.js";
|
|
106
|
+
import { default as ra } from "./components/assets/icons/triangle-warning.js";
|
|
107
|
+
import { default as aa } from "./components/assets/icons/arrow-left.js";
|
|
108
|
+
import { default as na } from "./components/assets/icons/filter-icon.js";
|
|
109
|
+
import { default as fa } from "./components/assets/icons/descending.js";
|
|
110
|
+
import { default as da } from "./components/assets/icons/chain.js";
|
|
111
|
+
import { default as ia } from "./components/assets/icons/eraser.js";
|
|
112
|
+
import { default as Za } from "./components/assets/icons/left-square-bracket.js";
|
|
113
|
+
import { default as sa } from "./components/assets/icons/right-square-bracket.js";
|
|
114
|
+
import { SegmentedControl as Ca } from "./components/segmented-control/controller.js";
|
|
115
|
+
import { SegmentedControlItem as Sa } from "./components/segmented-control/item.js";
|
|
116
|
+
import { Popover as Da, PopoverAnchor as ga, PopoverContent as wa, PopoverTrigger as Ba } from "./components/popover/popover.js";
|
|
117
|
+
import { Popconfirm as Ma } from "./components/primitives/popconfirm/popconfirm.js";
|
|
118
|
+
import { Z2Table as La, Z2TableBase as Ra, Z2TableBody as Aa, Z2TableBodyRow as ha, Z2TableBodyRowCell as ka, Z2TableBodyRowExpandded as ya, Z2TableBodyRowSkeleton as Ea, Z2TableBodyRowSkeletonCell as Na, Z2TableEmpty as Ha, Z2TableHead as Fa, Z2TableHeadRow as _a, Z2TableHeadRowCell as Ga, Z2TableHeadRowCellResize as Va, Z2TableLoader as Wa, Z2TableRowSelect as Ua, Z2TableRowSelectAll as Oa, Z2TableRowSpacer as Xa } from "./components/dynamic-table/z2-table.js";
|
|
119
|
+
import { Z2TableContainer as za, Z2TableProvider as Ja, Z2TableRoot as Qa, useZ2Table as Ya } from "./components/dynamic-table/z2-table-context.js";
|
|
120
|
+
import { Z2TablePagination as Ka } from "./components/dynamic-table/z2-table-pagination.js";
|
|
121
|
+
import { Z2TableColumnHeader as op } from "./components/dynamic-table/z2-column-header.js";
|
|
122
|
+
import { Chart as rp } from "./components/chart/chart.js";
|
|
123
|
+
import { ChartCard as ap } from "./components/primitives/chart-card/chart-card.js";
|
|
124
|
+
import { Z2RadioCard as np } from "./components/radio-card/radio-card.js";
|
|
125
|
+
import { default as fp } from "./components/z2map/map.js";
|
|
126
|
+
import { DEFAULT_MAP_CONFIG as dp, MAP_VARIANTS as xp, PIN_SIZES as ip } from "./components/z2map/map.constants.js";
|
|
127
|
+
import { MapPinComponent as Zp } from "./components/z2map/components/map-pin.js";
|
|
128
|
+
import { MapPinContent as sp } from "./components/z2map/components/map-pin-content.js";
|
|
129
|
+
import { MapControls as Cp } from "./components/z2map/components/map-controls.js";
|
|
130
|
+
import { MapZoomControl as Sp } from "./components/z2map/components/map-zoom-control.js";
|
|
131
|
+
import { MapStyleControl as Dp } from "./components/z2map/components/map-style-control.js";
|
|
132
|
+
import { Z2PopoverTrigger as wp } from "./components/collapsible-side-nav-bar/popover/popover-trigger.js";
|
|
133
|
+
import { Z2PopoverContent as vp } from "./components/collapsible-side-nav-bar/popover/popover-content.js";
|
|
137
134
|
export {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
O as
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
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
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
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
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
Xa as
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
ip as buildLineChartOptions,
|
|
355
|
-
i as buttonVariants,
|
|
356
|
-
_p as cn,
|
|
357
|
-
ge as extractCellValue,
|
|
358
|
-
pp as getThemePalette,
|
|
359
|
-
cp as isChartTypeSupported,
|
|
360
|
-
sp as registeredChartTypes,
|
|
361
|
-
Me as useTableContext,
|
|
362
|
-
Np as useTheme,
|
|
363
|
-
R as useZ2SideNavBar,
|
|
364
|
-
Wa as useZ2Table,
|
|
365
|
-
lp as validateChartConfig,
|
|
366
|
-
fp as validateChartData
|
|
135
|
+
f as Alert,
|
|
136
|
+
i as AlertCirclesIcon,
|
|
137
|
+
m as AlertDescription,
|
|
138
|
+
d as AlertTitle,
|
|
139
|
+
rt as ApartmentBuildingIcon,
|
|
140
|
+
aa as ArrowLeftIcon,
|
|
141
|
+
Er as Avatar,
|
|
142
|
+
Oe as AvatarCell,
|
|
143
|
+
Nr as AvatarWithLabel,
|
|
144
|
+
hr as Badge,
|
|
145
|
+
Fe as BooleanCell,
|
|
146
|
+
Z as Button,
|
|
147
|
+
da as ChainIcon,
|
|
148
|
+
rp as Chart,
|
|
149
|
+
ap as ChartCard,
|
|
150
|
+
at as CheckIcon,
|
|
151
|
+
Ye as ChevronDownIcon,
|
|
152
|
+
nt as ChevronLeftIcon,
|
|
153
|
+
ft as ChevronRightIcon,
|
|
154
|
+
wr as CircleCheckFilledIcon,
|
|
155
|
+
dt as CircleCheckIcon,
|
|
156
|
+
V as CirclesIcon,
|
|
157
|
+
Gr as ColumnReOrder,
|
|
158
|
+
eo as CountryFlags,
|
|
159
|
+
Xo as DEFAULT_ACCEPT,
|
|
160
|
+
Pe as DEFAULT_EMPTY_MESSAGE,
|
|
161
|
+
dp as DEFAULT_MAP_CONFIG,
|
|
162
|
+
U as DatabaseCopy,
|
|
163
|
+
O as DatabaseCopyIcon,
|
|
164
|
+
fa as DescendingSortingIcon,
|
|
165
|
+
We as DescriptionCell,
|
|
166
|
+
it as DotsIcon,
|
|
167
|
+
Zt as DoubleChevronLeftIcon,
|
|
168
|
+
st as DoubleChevronRightIcon,
|
|
169
|
+
Ct as DragHandleIcon,
|
|
170
|
+
bo as DropdownContext,
|
|
171
|
+
ia as EraserIcon,
|
|
172
|
+
Uo as FileUploadArea,
|
|
173
|
+
na as FilterIcon,
|
|
174
|
+
St as HomeIcon,
|
|
175
|
+
Dt as InfoIcon,
|
|
176
|
+
zo as Input,
|
|
177
|
+
qe as LabelCell,
|
|
178
|
+
wt as LeftArrowIcon,
|
|
179
|
+
Za as LeftSquareBracketIcon,
|
|
180
|
+
Ge as LinkCell,
|
|
181
|
+
vt as LinkIcon,
|
|
182
|
+
Pt as ListTreeIcon,
|
|
183
|
+
xp as MAP_VARIANTS,
|
|
184
|
+
Zr as MagnifierIcon,
|
|
185
|
+
Cp as MapControls,
|
|
186
|
+
Zp as MapPinComponent,
|
|
187
|
+
sp as MapPinContent,
|
|
188
|
+
Dp as MapStyleControl,
|
|
189
|
+
Sp as MapZoomControl,
|
|
190
|
+
Rt as MediaRecordIcon,
|
|
191
|
+
ht as MinusIcon,
|
|
192
|
+
Qo as NavHeader,
|
|
193
|
+
jo as NavItem,
|
|
194
|
+
Ne as NumberCell,
|
|
195
|
+
Rr as OctagonWarningIcon,
|
|
196
|
+
ip as PIN_SIZES,
|
|
197
|
+
sr as PaginationInfo,
|
|
198
|
+
Cr as PaginationQuickJumper,
|
|
199
|
+
yt as PinIcon,
|
|
200
|
+
Ma as Popconfirm,
|
|
201
|
+
Da as Popover,
|
|
202
|
+
ga as PopoverAnchor,
|
|
203
|
+
wa as PopoverContent,
|
|
204
|
+
Ba as PopoverTrigger,
|
|
205
|
+
sa as RightSquareBracketIcon,
|
|
206
|
+
K as SIDEBAR_WIDTH,
|
|
207
|
+
$ as SIDEBAR_WIDTH_COLLAPSED,
|
|
208
|
+
Ca as SegmentedControl,
|
|
209
|
+
Sa as SegmentedControlItem,
|
|
210
|
+
Q as SidebarLeftShowCopy,
|
|
211
|
+
Y as SidebarLeftShowCopyIcon,
|
|
212
|
+
Nt as SitemapIcon,
|
|
213
|
+
Ft as SliderIcon,
|
|
214
|
+
F as SubNavIndicator,
|
|
215
|
+
_ as SubNavIndicatorIcon,
|
|
216
|
+
Le as TABLE_CSS_CLASSES,
|
|
217
|
+
Te as Table,
|
|
218
|
+
we as TableBody,
|
|
219
|
+
ye as TableCell,
|
|
220
|
+
oa as TableCols2Icon,
|
|
221
|
+
Ae as TableContext,
|
|
222
|
+
dr as TableFooter,
|
|
223
|
+
ir as TableFooterContent,
|
|
224
|
+
Je as TableHeader,
|
|
225
|
+
fr as TableHeaderContent,
|
|
226
|
+
nr as TableHeaderWrapper,
|
|
227
|
+
rr as TableLoadingState,
|
|
228
|
+
or as TableMessageState,
|
|
229
|
+
ar as TablePagination,
|
|
230
|
+
De as TableProvider,
|
|
231
|
+
Ke as TableRow,
|
|
232
|
+
Wr as TreeCheckboxSelect,
|
|
233
|
+
ra as TriangleWarningIcon,
|
|
234
|
+
Gt as UploadIcon,
|
|
235
|
+
Kt as Vector3Icon,
|
|
236
|
+
Wt as VectorIcon,
|
|
237
|
+
q as WindowLeftCopy,
|
|
238
|
+
z as WindowLeftCopyIcon,
|
|
239
|
+
Dr as XIcon,
|
|
240
|
+
Ot as XMarkIcon,
|
|
241
|
+
Or as Z2Breadcrumb,
|
|
242
|
+
Xr as Z2BreadcrumbEllipsis,
|
|
243
|
+
qr as Z2BreadcrumbItem,
|
|
244
|
+
zr as Z2BreadcrumbLink,
|
|
245
|
+
Jr as Z2BreadcrumbList,
|
|
246
|
+
Qr as Z2BreadcrumbPage,
|
|
247
|
+
Yr as Z2BreadcrumbSeparator,
|
|
248
|
+
to as Z2Checkbox,
|
|
249
|
+
Yt as Z2DataIcon,
|
|
250
|
+
po as Z2Dialog,
|
|
251
|
+
no as Z2DialogClose,
|
|
252
|
+
lo as Z2DialogContent,
|
|
253
|
+
fo as Z2DialogDescription,
|
|
254
|
+
mo as Z2DialogFooter,
|
|
255
|
+
xo as Z2DialogHeader,
|
|
256
|
+
io as Z2DialogOverlay,
|
|
257
|
+
uo as Z2DialogPortal,
|
|
258
|
+
Zo as Z2DialogTitle,
|
|
259
|
+
co as Z2DialogTrigger,
|
|
260
|
+
Co as Z2Dropdown,
|
|
261
|
+
Io as Z2DropdownContent,
|
|
262
|
+
So as Z2DropdownInput,
|
|
263
|
+
To as Z2DropdownItem,
|
|
264
|
+
Mo as Z2DropdownMenu,
|
|
265
|
+
Po as Z2DropdownMenuCheckboxItem,
|
|
266
|
+
Lo as Z2DropdownMenuContent,
|
|
267
|
+
Ro as Z2DropdownMenuGroup,
|
|
268
|
+
Ao as Z2DropdownMenuItem,
|
|
269
|
+
ho as Z2DropdownMenuLabel,
|
|
270
|
+
ko as Z2DropdownMenuPortal,
|
|
271
|
+
yo as Z2DropdownMenuRadioGroup,
|
|
272
|
+
Eo as Z2DropdownMenuRadioItem,
|
|
273
|
+
No as Z2DropdownMenuSeparator,
|
|
274
|
+
Ho as Z2DropdownMenuShortcut,
|
|
275
|
+
Fo as Z2DropdownMenuSub,
|
|
276
|
+
_o as Z2DropdownMenuSubContent,
|
|
277
|
+
Go as Z2DropdownMenuSubTrigger,
|
|
278
|
+
Vo as Z2DropdownMenuTrigger,
|
|
279
|
+
Do as Z2DropdownSub,
|
|
280
|
+
go as Z2DropdownSubContent,
|
|
281
|
+
wo as Z2DropdownSubItem,
|
|
282
|
+
Bo as Z2DropdownSubTrigger,
|
|
283
|
+
qt as Z2Icon,
|
|
284
|
+
fp as Z2Map,
|
|
285
|
+
N as Z2Popover,
|
|
286
|
+
vp as Z2PopoverContent,
|
|
287
|
+
wp as Z2PopoverTrigger,
|
|
288
|
+
np as Z2RadioCard,
|
|
289
|
+
Kr as Z2RadioGroup,
|
|
290
|
+
$r as Z2RadioGroupIndicator,
|
|
291
|
+
ot as Z2RadioGroupItem,
|
|
292
|
+
$o as Z2Select,
|
|
293
|
+
de as Z2SelectCompact,
|
|
294
|
+
oe as Z2SelectContent,
|
|
295
|
+
ee as Z2SelectGroup,
|
|
296
|
+
re as Z2SelectItem,
|
|
297
|
+
te as Z2SelectLabel,
|
|
298
|
+
ae as Z2SelectScrollDownButton,
|
|
299
|
+
pe as Z2SelectScrollUpButton,
|
|
300
|
+
ne as Z2SelectSeparator,
|
|
301
|
+
le as Z2SelectTrigger,
|
|
302
|
+
fe as Z2SelectValue,
|
|
303
|
+
I as Z2SideNavBar,
|
|
304
|
+
w as Z2SideNavBarContent,
|
|
305
|
+
v as Z2SideNavBarFooter,
|
|
306
|
+
P as Z2SideNavBarGroup,
|
|
307
|
+
D as Z2SideNavBarHeader,
|
|
308
|
+
R as Z2SideNavBarItem,
|
|
309
|
+
b as Z2SideNavBarProvider,
|
|
310
|
+
h as Z2SideNavBarSeparator,
|
|
311
|
+
S as Z2SidebarVariants,
|
|
312
|
+
Jt as Z2SlashIcon,
|
|
313
|
+
ie as Z2Stepper,
|
|
314
|
+
Ze as Z2StepperItem,
|
|
315
|
+
La as Z2Table,
|
|
316
|
+
Ra as Z2TableBase,
|
|
317
|
+
Aa as Z2TableBody,
|
|
318
|
+
ha as Z2TableBodyRow,
|
|
319
|
+
ka as Z2TableBodyRowCell,
|
|
320
|
+
ya as Z2TableBodyRowExpandded,
|
|
321
|
+
Ea as Z2TableBodyRowSkeleton,
|
|
322
|
+
Na as Z2TableBodyRowSkeletonCell,
|
|
323
|
+
op as Z2TableColumnHeader,
|
|
324
|
+
za as Z2TableContainer,
|
|
325
|
+
Ha as Z2TableEmpty,
|
|
326
|
+
Fa as Z2TableHead,
|
|
327
|
+
_a as Z2TableHeadRow,
|
|
328
|
+
Ga as Z2TableHeadRowCell,
|
|
329
|
+
Va as Z2TableHeadRowCellResize,
|
|
330
|
+
Wa as Z2TableLoader,
|
|
331
|
+
Ka as Z2TablePagination,
|
|
332
|
+
Ja as Z2TableProvider,
|
|
333
|
+
Qa as Z2TableRoot,
|
|
334
|
+
Ua as Z2TableRowSelect,
|
|
335
|
+
Oa as Z2TableRowSelectAll,
|
|
336
|
+
Xa as Z2TableRowSpacer,
|
|
337
|
+
se as Z2Tabs,
|
|
338
|
+
be as Z2TabsContent,
|
|
339
|
+
Ce as Z2TabsList,
|
|
340
|
+
Ie as Z2TabsTrigger,
|
|
341
|
+
Fr as Z2TextPreset,
|
|
342
|
+
Sr as Z2Tooltip,
|
|
343
|
+
kr as badgeVariants,
|
|
344
|
+
c as buttonVariants,
|
|
345
|
+
Pr as cn,
|
|
346
|
+
ve as extractCellValue,
|
|
347
|
+
he as useTableContext,
|
|
348
|
+
vr as useTheme,
|
|
349
|
+
y as useZ2SideNavBar,
|
|
350
|
+
Ya as useZ2Table
|
|
367
351
|
};
|