@ztwoint/z-ui 0.2.0-beta.1 → 0.2.0-beta.2
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/breadcrumb/z2-breadcrumb.js +97 -0
- package/dist/components/primitives/table-card/table-card.js +17 -15
- package/dist/components/table/components/cell/avatar-cell.js +4 -2
- package/dist/components/table/table-provider.js +2 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +361 -346
- package/dist/types/index.d.ts +4 -0
- package/dist/types/v2/atoms/actions/breadcrumb-link.d.ts +4 -7
- package/dist/types/v2/atoms/actions/button.d.ts +4 -4
- package/dist/types/v2/atoms/inputs/input.d.ts +7 -8
- package/dist/types/v2/molecules/actions/breadcrumb-group.d.ts +2 -2
- package/dist/types/v2/molecules/kpi-card/kpi-card.type.d.ts +3 -3
- package/dist/types/v2/organisms/topbar.d.ts +2 -2
- package/dist/v2/atoms/actions/breadcrumb-link.d.ts +4 -7
- package/dist/v2/atoms/actions/breadcrumb-link.js +6 -9
- package/dist/v2/atoms/actions/button.d.ts +4 -4
- package/dist/v2/atoms/actions/button.js +6 -6
- package/dist/v2/atoms/inputs/input.d.ts +7 -8
- package/dist/v2/atoms/inputs/input.js +1 -1
- package/dist/v2/molecules/actions/breadcrumb-group.d.ts +2 -2
- package/dist/v2/molecules/actions/breadcrumb-group.js +1 -1
- package/dist/v2/molecules/kpi-card/kpi-card.js +3 -3
- package/dist/v2/molecules/kpi-card/kpi-card.type.d.ts +3 -3
- package/dist/v2/organisms/topbar.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,391 +1,406 @@
|
|
|
1
1
|
/* empty css */
|
|
2
|
-
import { Alert as
|
|
3
|
-
import { AlertCirclesIcon as
|
|
4
|
-
import { Z2SideNavBarProvider as
|
|
5
|
-
import { Z2SideNavBar as
|
|
6
|
-
import { Z2SideNavBarHeader as
|
|
7
|
-
import { Z2SideNavBarContent as
|
|
8
|
-
import { Z2SideNavBarFooter as
|
|
9
|
-
import { Z2SideNavBarGroup as
|
|
2
|
+
import { Alert as p, AlertDescription as n, AlertTitle as f } from "./components/alert/alert.js";
|
|
3
|
+
import { AlertCirclesIcon as m } from "./components/alert/icons/circles-icon.js";
|
|
4
|
+
import { Z2SideNavBarProvider as x } from "./components/collapsible-side-nav-bar/side-nav-bar-provider.js";
|
|
5
|
+
import { Z2SideNavBar as u, Z2SidebarVariants as Z } from "./components/collapsible-side-nav-bar/side-nav-bar.js";
|
|
6
|
+
import { Z2SideNavBarHeader as s } from "./components/collapsible-side-nav-bar/side-nav-bar-header.js";
|
|
7
|
+
import { Z2SideNavBarContent as C } from "./components/collapsible-side-nav-bar/side-nav-bar-content.js";
|
|
8
|
+
import { Z2SideNavBarFooter as T } from "./components/collapsible-side-nav-bar/side-nav-bar-footer.js";
|
|
9
|
+
import { Z2SideNavBarGroup as g } from "./components/collapsible-side-nav-bar/side-nav-bar-group.js";
|
|
10
10
|
import { Z2SideNavBarItem as B } from "./components/collapsible-side-nav-bar/side-nav-bar-item.js";
|
|
11
|
-
import { Z2SideNavBarSeparator as
|
|
12
|
-
import { useZ2SideNavBar as
|
|
13
|
-
import { Z2Popover as
|
|
11
|
+
import { Z2SideNavBarSeparator as v } from "./components/collapsible-side-nav-bar/side-nav-bar-separator.js";
|
|
12
|
+
import { useZ2SideNavBar as h } from "./components/collapsible-side-nav-bar/context.js";
|
|
13
|
+
import { Z2Popover as P } from "./components/collapsible-side-nav-bar/popover/popover.js";
|
|
14
14
|
import "react/jsx-runtime";
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
19
|
-
import { default as
|
|
20
|
-
import { SIDEBAR_WIDTH as
|
|
21
|
-
import { CountryFlags as
|
|
22
|
-
import { Z2Checkbox as
|
|
23
|
-
import { CheckboxFilter as
|
|
24
|
-
import { Z2Dialog as
|
|
25
|
-
import { DropdownContext as
|
|
26
|
-
import { Z2DropdownMenu as
|
|
27
|
-
import { FileUploadArea as
|
|
28
|
-
import { DEFAULT_ACCEPT as
|
|
29
|
-
import { NavHeader as
|
|
30
|
-
import { NavItem as
|
|
31
|
-
import { Z2Select as
|
|
32
|
-
import { Z2SelectCompact as
|
|
33
|
-
import { PopoverCompact as
|
|
34
|
-
import { Z2Stepper as
|
|
15
|
+
import { default as A, default as E } from "./components/assets/icons/sub-nav-indicator.js";
|
|
16
|
+
import { default as k } from "./components/assets/icons/circles-icon.js";
|
|
17
|
+
import { default as H, default as F } from "./components/assets/icons/database-copy.js";
|
|
18
|
+
import { default as V, default as O } from "./components/assets/icons/window-left-copy.js";
|
|
19
|
+
import { default as W, default as U } from "./components/assets/icons/sidebar-left-show-copy.js";
|
|
20
|
+
import { SIDEBAR_WIDTH as X, SIDEBAR_WIDTH_COLLAPSED as q } from "./components/collapsible-side-nav-bar/constants.js";
|
|
21
|
+
import { CountryFlags as J } from "./components/country-flags/country-flags.js";
|
|
22
|
+
import { Z2Checkbox as Y } from "./components/checkbox/checkbox.js";
|
|
23
|
+
import { CheckboxFilter as $ } from "./components/checkbox-filter/index.js";
|
|
24
|
+
import { Z2Dialog as eo, Z2DialogClose as ro, Z2DialogContent as to, Z2DialogDescription as ao, Z2DialogFooter as po, Z2DialogHeader as no, Z2DialogOverlay as fo, Z2DialogPortal as lo, Z2DialogTitle as mo, Z2DialogTrigger as xo } from "./components/dialog/dialog.js";
|
|
25
|
+
import { DropdownContext as uo, Z2Dropdown as Zo, Z2DropdownContent as co, Z2DropdownInput as so, Z2DropdownItem as bo, Z2DropdownSub as Co, Z2DropdownSubContent as So, Z2DropdownSubItem as To, Z2DropdownSubTrigger as Io } from "./components/dropdown/z2-dropdown.js";
|
|
26
|
+
import { Z2DropdownMenu as Do, Z2DropdownMenuCheckboxItem as Bo, Z2DropdownMenuContent as wo, Z2DropdownMenuGroup as vo, Z2DropdownMenuItem as Lo, Z2DropdownMenuLabel as ho, Z2DropdownMenuPortal as Mo, Z2DropdownMenuRadioGroup as Po, Z2DropdownMenuRadioItem as Ro, Z2DropdownMenuSeparator as Ao, Z2DropdownMenuShortcut as Eo, Z2DropdownMenuSub as yo, Z2DropdownMenuSubContent as ko, Z2DropdownMenuSubTrigger as No, Z2DropdownMenuTrigger as Ho } from "./components/dropdown-menu/z2-dropdown-menu.js";
|
|
27
|
+
import { FileUploadArea as _o } from "./components/file-upload-area/file-upload-area.js";
|
|
28
|
+
import { DEFAULT_ACCEPT as Oo } from "./components/file-upload-area/file-upload-area.const.js";
|
|
29
|
+
import { NavHeader as Wo } from "./components/nav-header/nav-header.js";
|
|
30
|
+
import { NavItem as zo } from "./components/nav-header/nav-item/nav-item.js";
|
|
31
|
+
import { Z2Select as qo, Z2SelectContent as Ko, Z2SelectGroup as Jo, Z2SelectItem as Qo, Z2SelectLabel as Yo, Z2SelectScrollDownButton as jo, Z2SelectScrollUpButton as $o, Z2SelectSeparator as oe, Z2SelectTrigger as ee, Z2SelectValue as re } from "./components/select/z2-select.js";
|
|
32
|
+
import { Z2SelectCompact as ae } from "./components/primitives/select-compact/select-compact.js";
|
|
33
|
+
import { PopoverCompact as ne } from "./components/primitives/popover-compact/popover-compact.js";
|
|
34
|
+
import { Z2Stepper as le } from "./components/stepper/stepper.js";
|
|
35
35
|
import { Z2StepperItem as de } from "./components/stepper-item/stepper-item.js";
|
|
36
|
-
import { Z2Tabs as
|
|
37
|
-
import { Table as be, TableProvider as
|
|
38
|
-
import { TableBody as
|
|
39
|
-
import { extractCellValue as
|
|
40
|
-
import { DEFAULT_EMPTY_MESSAGE as Be, TABLE_CSS_CLASSES as
|
|
41
|
-
import { TableContext as Le, useTableContext 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 "./components/input/input.js";
|
|
60
|
-
import { MagnifierIcon as
|
|
61
|
-
import { PaginationInfo as
|
|
62
|
-
import { PaginationQuickJumper as
|
|
36
|
+
import { Z2Tabs as ie, Z2TabsContent as ue, Z2TabsList as Ze, Z2TabsTrigger as ce } from "./components/tab/tab.js";
|
|
37
|
+
import { Table as be, TableProvider as Ce } 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 we } from "./components/table/table.const.js";
|
|
41
|
+
import { TableContext as Le, useTableContext as he } from "./components/table/table.context.js";
|
|
42
|
+
import { TableCell as Pe } from "./components/table/components/table-cell.js";
|
|
43
|
+
import { NumberCell as Ae } from "./components/table/components/cell/number-cell.js";
|
|
44
|
+
import { BooleanCell as ye } from "./components/table/components/cell/boolean-cell.js";
|
|
45
|
+
import { LinkCell as Ne } 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 Ve } from "./components/table/components/cell/avatar-cell.js";
|
|
48
|
+
import { LabelCell as Ge } from "./components/table/components/cell/label-cell.js";
|
|
49
|
+
import { TableHeader as Ue } from "./components/table/components/table-header/table-header.js";
|
|
50
|
+
import { default as Xe } from "./components/assets/icons/chevron-down.js";
|
|
51
|
+
import { TableRow as Ke } from "./components/table/components/table-row.js";
|
|
52
|
+
import { TableMessageState as Qe } from "./components/table/components/table-message-state.js";
|
|
53
|
+
import { TableLoadingState as je } from "./components/table/components/table-loading-state.js";
|
|
54
|
+
import { Pagination as or } from "./components/table/components/pagination/pagination.js";
|
|
55
|
+
import { TableHeaderWrapper as rr } from "./components/table/components/table-header-wrapper.js";
|
|
56
|
+
import { TableHeaderContent as ar } from "./components/table/components/table-header-content.js";
|
|
57
|
+
import { TableFooter as nr } from "./components/table/components/table-footer.js";
|
|
58
|
+
import { TableFooterContent as lr } from "./components/table/components/table-footer-content.js";
|
|
59
|
+
import { Input as dr } from "./components/input/input.js";
|
|
60
|
+
import { MagnifierIcon as ir } from "./components/assets/icons/magnifier-icon.js";
|
|
61
|
+
import { PaginationInfo as Zr } from "./components/table/components/pagination/components/pagination-info.js";
|
|
62
|
+
import { PaginationQuickJumper as sr } from "./components/table/components/pagination/components/pagination-quick-jumper.js";
|
|
63
63
|
import "react";
|
|
64
64
|
import { Z2Tooltip as Cr } from "./components/tooltip/tooltip.js";
|
|
65
|
-
import { default as
|
|
66
|
-
import { Avatar as
|
|
65
|
+
import { default as Tr } from "./components/primitives/table-card/table-card.js";
|
|
66
|
+
import { Avatar as gr, AvatarWithLabel as Dr } from "./components/avatar/avatar.js";
|
|
67
67
|
import { Z2TextPreset as wr } from "./components/text-preset/text-preset.js";
|
|
68
|
-
import { ColumnReOrder as
|
|
69
|
-
import { default as
|
|
70
|
-
import { Z2RadioGroup as
|
|
71
|
-
import { default as
|
|
72
|
-
import { Check as
|
|
73
|
-
import { default as
|
|
68
|
+
import { ColumnReOrder as Lr } from "./components/column-reorder/column-reorder.js";
|
|
69
|
+
import { default as Mr } from "./components/tree-checkbox-select/TreeCheckboxSelect.js";
|
|
70
|
+
import { Z2RadioGroup as Rr, Z2RadioGroupIndicator as Ar, Z2RadioGroupItem as Er } from "./components/radio/z2-radio.js";
|
|
71
|
+
import { default as kr } from "./components/assets/icons/apartment-building.js";
|
|
72
|
+
import { Check as Hr } from "./components/assets/icons/check.js";
|
|
73
|
+
import { default as _r } from "./components/assets/icons/chevron-left.js";
|
|
74
74
|
import { default as Or } from "./components/assets/icons/chevron-right.js";
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
75
|
+
import { default as Wr } from "./components/assets/icons/circle-check-filled.js";
|
|
76
|
+
import { default as zr } from "./components/assets/icons/circle-check.js";
|
|
77
77
|
import { default as qr } from "./components/assets/icons/dots.js";
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
80
|
-
import { default as
|
|
81
|
-
import { default as
|
|
82
|
-
import { InfoIcon as
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
78
|
+
import { default as Jr } from "./components/assets/icons/double-chevron-left.js";
|
|
79
|
+
import { default as Yr } from "./components/assets/icons/double-chevron-right.js";
|
|
80
|
+
import { default as $r } from "./components/assets/icons/drag-handle.js";
|
|
81
|
+
import { default as et } from "./components/assets/icons/home.js";
|
|
82
|
+
import { InfoIcon as tt } from "./components/assets/icons/info-icon.js";
|
|
83
|
+
import { default as pt } from "./components/assets/icons/left-arrow.js";
|
|
84
|
+
import { default as ft } from "./components/assets/icons/link.js";
|
|
85
|
+
import { default as mt } from "./components/assets/icons/list-tree.js";
|
|
86
86
|
import { default as xt } from "./components/assets/icons/media-record.js";
|
|
87
|
-
import { Minus as
|
|
88
|
-
import { default as
|
|
89
|
-
import { default as
|
|
90
|
-
import { default as
|
|
91
|
-
import { default as
|
|
92
|
-
import { default as
|
|
87
|
+
import { Minus as ut } from "./components/assets/icons/minus.js";
|
|
88
|
+
import { default as ct } from "./components/assets/icons/octagon-warning-Copy.js";
|
|
89
|
+
import { default as bt } from "./components/assets/icons/pin.js";
|
|
90
|
+
import { default as St } from "./components/assets/icons/sitemap.js";
|
|
91
|
+
import { default as It } from "./components/assets/icons/slider.js";
|
|
92
|
+
import { default as Dt } from "./components/assets/icons/upload.js";
|
|
93
93
|
import { default as wt } from "./components/assets/icons/vector.js";
|
|
94
|
-
import { XMark as
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
99
|
-
import { default as
|
|
100
|
-
import { default as
|
|
94
|
+
import { XMark as Lt } from "./components/assets/icons/x-mark.js";
|
|
95
|
+
import { default as Mt } from "./components/assets/icons/x.js";
|
|
96
|
+
import { default as Rt } from "./components/assets/icons/z2-icon.js";
|
|
97
|
+
import { default as Et } from "./components/assets/icons/z2-slash.js";
|
|
98
|
+
import { default as kt } from "./components/assets/icons/z2data.js";
|
|
99
|
+
import { default as Ht } from "./components/assets/icons/vector_3.js";
|
|
100
|
+
import { default as _t } from "./components/assets/icons/table-cols-2.js";
|
|
101
101
|
import { default as Ot } from "./components/assets/icons/triangle-warning.js";
|
|
102
|
-
import { default as
|
|
103
|
-
import { default as
|
|
102
|
+
import { default as Wt } from "./components/assets/icons/arrow-left.js";
|
|
103
|
+
import { default as zt } from "./components/assets/icons/filter-icon.js";
|
|
104
104
|
import { default as qt } from "./components/assets/icons/descending.js";
|
|
105
|
-
import { default as
|
|
106
|
-
import { default as
|
|
107
|
-
import { default as
|
|
108
|
-
import { default as
|
|
109
|
-
import { SegmentedControl as
|
|
110
|
-
import { SegmentedControlItem as
|
|
111
|
-
import { Popover as
|
|
112
|
-
import { Popconfirm as
|
|
113
|
-
import { Z2Table as
|
|
114
|
-
import { Z2TableContainer as
|
|
115
|
-
import { Z2TablePagination as
|
|
116
|
-
import { Z2TableColumnHeader as
|
|
105
|
+
import { default as Jt } from "./components/assets/icons/chain.js";
|
|
106
|
+
import { default as Yt } from "./components/assets/icons/eraser.js";
|
|
107
|
+
import { default as $t } from "./components/assets/icons/left-square-bracket.js";
|
|
108
|
+
import { default as ea } from "./components/assets/icons/right-square-bracket.js";
|
|
109
|
+
import { SegmentedControl as ta } from "./components/segmented-control/controller.js";
|
|
110
|
+
import { SegmentedControlItem as pa } from "./components/segmented-control/item.js";
|
|
111
|
+
import { Popover as fa, PopoverAnchor as la, PopoverContent as ma, PopoverTrigger as da } from "./components/popover/popover.js";
|
|
112
|
+
import { Popconfirm as ia } from "./components/primitives/popconfirm/popconfirm.js";
|
|
113
|
+
import { Z2Table as Za, Z2TableBase as ca, Z2TableBody as sa, Z2TableBodyRow as ba, Z2TableBodyRowCell as Ca, Z2TableBodyRowExpandded as Sa, Z2TableBodyRowSkeleton as Ta, Z2TableBodyRowSkeletonCell as Ia, Z2TableEmpty as ga, Z2TableHead as Da, Z2TableHeadRow as Ba, Z2TableHeadRowCell as wa, Z2TableHeadRowCellResize as va, Z2TableLoader as La, Z2TableRowSelect as ha, Z2TableRowSelectAll as Ma, Z2TableRowSpacer as Pa } from "./components/dynamic-table/z2-table.js";
|
|
114
|
+
import { Z2TableContainer as Aa, Z2TableProvider as Ea, Z2TableRoot as ya, useZ2Table as ka } from "./components/dynamic-table/z2-table-context.js";
|
|
115
|
+
import { Z2TablePagination as Ha } from "./components/dynamic-table/z2-table-pagination.js";
|
|
116
|
+
import { Z2TableColumnHeader as _a } from "./components/dynamic-table/z2-column-header.js";
|
|
117
117
|
import { Chart as Oa } from "./components/chart/chart.js";
|
|
118
|
-
import { ChartCard as
|
|
119
|
-
import { EmptyState as
|
|
120
|
-
import { COLOR_PALETTES as
|
|
121
|
-
import { validateChartConfig as
|
|
122
|
-
import { buildBarChartOptions as
|
|
123
|
-
import { buildLineChartOptions as
|
|
124
|
-
import { buildChartOptions as
|
|
125
|
-
import { Z2RadioCard as
|
|
126
|
-
import { default as
|
|
127
|
-
import { DEFAULT_MAP_CONFIG as
|
|
118
|
+
import { ChartCard as Wa } from "./components/primitives/chart-card/chart-card.js";
|
|
119
|
+
import { EmptyState as za, ErrorState as Xa, LoadingState as qa } from "./components/primitives/chart-card/chart-card-states.js";
|
|
120
|
+
import { COLOR_PALETTES as Ja, UI_COLORS as Qa, getThemePalette as Ya } from "./components/primitives/chart-card/config/colors.js";
|
|
121
|
+
import { validateChartConfig as $a, validateChartData as op } from "./components/primitives/chart-card/validators/config-validator.js";
|
|
122
|
+
import { buildBarChartOptions as rp } from "./components/primitives/chart-card/builders/bar-chart-builder.js";
|
|
123
|
+
import { buildLineChartOptions as ap } from "./components/primitives/chart-card/builders/line-chart-builder.js";
|
|
124
|
+
import { buildChartOptions as np, isChartTypeSupported as fp, registeredChartTypes as lp } from "./components/primitives/chart-card/builders/chart-builder-factory.js";
|
|
125
|
+
import { Z2RadioCard as dp } from "./components/radio-card/radio-card.js";
|
|
126
|
+
import { default as ip } from "./components/z2map/map.js";
|
|
127
|
+
import { DEFAULT_MAP_CONFIG as Zp, MAP_VARIANTS as cp, PIN_SIZES as sp } from "./components/z2map/map.constants.js";
|
|
128
128
|
import { MapPinComponent as Cp } from "./components/z2map/components/map-pin.js";
|
|
129
|
-
import { MapPinContent as
|
|
130
|
-
import { MapControls as
|
|
131
|
-
import { MapZoomControl as
|
|
132
|
-
import { MapStyleControl as
|
|
129
|
+
import { MapPinContent as Tp } from "./components/z2map/components/map-pin-content.js";
|
|
130
|
+
import { MapControls as gp } from "./components/z2map/components/map-controls.js";
|
|
131
|
+
import { MapZoomControl as Bp } from "./components/z2map/components/map-zoom-control.js";
|
|
132
|
+
import { MapStyleControl as vp } from "./components/z2map/components/map-style-control.js";
|
|
133
133
|
import { useTheme as hp } from "./lib/theme.hook.js";
|
|
134
|
-
import { cn as
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
134
|
+
import { cn as Pp } from "./lib/utils.js";
|
|
135
|
+
import { Z2Breadcrumb as Ap, Z2BreadcrumbEllipsis as Ep, Z2BreadcrumbItem as yp, Z2BreadcrumbLink as kp, Z2BreadcrumbList as Np, Z2BreadcrumbPage as Hp, Z2BreadcrumbSeparator as Fp } from "./components/breadcrumb/z2-breadcrumb.js";
|
|
136
|
+
import { Badge as Vp, badgeVariants as Op } from "./components/badge/badge.js";
|
|
137
|
+
import { Button as Wp, buttonVariants as Up } from "./components/button/button.js";
|
|
138
|
+
import { Z2Input as Xp, inputContainerVariants as qp } from "./v2/atoms/inputs/input.js";
|
|
139
|
+
import { Label as Jp, labelVariants as Qp } from "./v2/atoms/inputs/label.js";
|
|
140
|
+
import { Z2Badge as jp, z2BadgeVariants as $p } from "./v2/atoms/indicators/badge.js";
|
|
141
|
+
import { NumberBadge as en, numberBadgeVariants as rn } from "./v2/atoms/indicators/number-badge.js";
|
|
142
|
+
import { Z2FeaturedIcon as an } from "./v2/atoms/indicators/featured-icon.js";
|
|
143
|
+
import { Stepper as nn } from "./v2/atoms/indicators/stepper.js";
|
|
144
|
+
import { Z2Button as ln, z2ButtonVariants as mn } from "./v2/atoms/actions/button.js";
|
|
145
|
+
import { BreadcrumbLink as xn } from "./v2/atoms/actions/breadcrumb-link.js";
|
|
146
|
+
import { TabButton as Zn } from "./v2/atoms/actions/tab-button.js";
|
|
147
|
+
import { Z2KpiCard as sn } from "./v2/molecules/kpi-card/kpi-card.js";
|
|
148
|
+
import { Z2BreadcrumbGroup as Cn } from "./v2/molecules/actions/breadcrumb-group.js";
|
|
149
|
+
import { Z2KpiCardGroup as Tn } from "./v2/organisms/kpi-card-group.js";
|
|
150
|
+
import { Topbar as gn } from "./v2/organisms/topbar.js";
|
|
151
|
+
import { TabBar as Bn } from "./v2/organisms/tab-bar.js";
|
|
152
|
+
import { Z2PopoverTrigger as vn } from "./components/collapsible-side-nav-bar/popover/popover-trigger.js";
|
|
153
|
+
import { Z2PopoverContent as hn } from "./components/collapsible-side-nav-bar/popover/popover-content.js";
|
|
151
154
|
export {
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
155
|
+
p as Alert,
|
|
156
|
+
m as AlertCirclesIcon,
|
|
157
|
+
n as AlertDescription,
|
|
158
|
+
f as AlertTitle,
|
|
159
|
+
kr as ApartmentBuildingIcon,
|
|
160
|
+
Wt as ArrowLeftIcon,
|
|
161
|
+
gr as Avatar,
|
|
162
|
+
Ve as AvatarCell,
|
|
163
|
+
Dr as AvatarWithLabel,
|
|
164
|
+
Vp as Badge,
|
|
165
|
+
ye as BooleanCell,
|
|
166
|
+
xn as BreadcrumbLink,
|
|
167
|
+
Wp as Button,
|
|
168
|
+
Ja as COLOR_PALETTES,
|
|
169
|
+
Jt as ChainIcon,
|
|
165
170
|
Oa as Chart,
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
+
Wa as ChartCard,
|
|
172
|
+
Hr as CheckIcon,
|
|
173
|
+
$ as CheckboxFilter,
|
|
174
|
+
Xe as ChevronDownIcon,
|
|
175
|
+
_r as ChevronLeftIcon,
|
|
171
176
|
Or as ChevronRightIcon,
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
177
|
+
Wr as CircleCheckFilledIcon,
|
|
178
|
+
zr as CircleCheckIcon,
|
|
179
|
+
k as CirclesIcon,
|
|
180
|
+
Lr as ColumnReOrder,
|
|
181
|
+
J as CountryFlags,
|
|
182
|
+
Oo as DEFAULT_ACCEPT,
|
|
178
183
|
Be as DEFAULT_EMPTY_MESSAGE,
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
184
|
+
Zp as DEFAULT_MAP_CONFIG,
|
|
185
|
+
H as DatabaseCopy,
|
|
186
|
+
F as DatabaseCopyIcon,
|
|
182
187
|
qt as DescendingSortingIcon,
|
|
183
|
-
|
|
188
|
+
Fe as DescriptionCell,
|
|
184
189
|
qr as DotsIcon,
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
190
|
+
Jr as DoubleChevronLeftIcon,
|
|
191
|
+
Yr as DoubleChevronRightIcon,
|
|
192
|
+
$r as DragHandleIcon,
|
|
193
|
+
uo as DropdownContext,
|
|
194
|
+
za as EmptyState,
|
|
195
|
+
Yt as EraserIcon,
|
|
191
196
|
Xa as ErrorState,
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
197
|
+
_o as FileUploadArea,
|
|
198
|
+
zt as FilterIcon,
|
|
199
|
+
et as HomeIcon,
|
|
200
|
+
tt as InfoIcon,
|
|
201
|
+
dr as Input,
|
|
202
|
+
Jp as Label,
|
|
203
|
+
Ge as LabelCell,
|
|
204
|
+
pt as LeftArrowIcon,
|
|
205
|
+
$t as LeftSquareBracketIcon,
|
|
206
|
+
Ne as LinkCell,
|
|
207
|
+
ft as LinkIcon,
|
|
208
|
+
mt as ListTreeIcon,
|
|
204
209
|
qa as LoadingState,
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
210
|
+
cp as MAP_VARIANTS,
|
|
211
|
+
ir as MagnifierIcon,
|
|
212
|
+
gp as MapControls,
|
|
208
213
|
Cp as MapPinComponent,
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
214
|
+
Tp as MapPinContent,
|
|
215
|
+
vp as MapStyleControl,
|
|
216
|
+
Bp as MapZoomControl,
|
|
212
217
|
xt as MediaRecordIcon,
|
|
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
|
-
|
|
218
|
+
ut as MinusIcon,
|
|
219
|
+
Wo as NavHeader,
|
|
220
|
+
zo as NavItem,
|
|
221
|
+
en as NumberBadge,
|
|
222
|
+
Ae as NumberCell,
|
|
223
|
+
ct as OctagonWarningIcon,
|
|
224
|
+
sp as PIN_SIZES,
|
|
225
|
+
Zr as PaginationInfo,
|
|
226
|
+
sr as PaginationQuickJumper,
|
|
227
|
+
bt as PinIcon,
|
|
228
|
+
ia as Popconfirm,
|
|
229
|
+
fa as Popover,
|
|
230
|
+
la as PopoverAnchor,
|
|
231
|
+
ne as PopoverCompact,
|
|
232
|
+
ma as PopoverContent,
|
|
233
|
+
da as PopoverTrigger,
|
|
234
|
+
ea as RightSquareBracketIcon,
|
|
235
|
+
X as SIDEBAR_WIDTH,
|
|
236
|
+
q as SIDEBAR_WIDTH_COLLAPSED,
|
|
237
|
+
ta as SegmentedControl,
|
|
238
|
+
pa as SegmentedControlItem,
|
|
239
|
+
W as SidebarLeftShowCopy,
|
|
240
|
+
U as SidebarLeftShowCopyIcon,
|
|
241
|
+
St as SitemapIcon,
|
|
242
|
+
It as SliderIcon,
|
|
243
|
+
nn as Stepper,
|
|
244
|
+
A as SubNavIndicator,
|
|
240
245
|
E as SubNavIndicatorIcon,
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
246
|
+
we as TABLE_CSS_CLASSES,
|
|
247
|
+
Bn as TabBar,
|
|
248
|
+
Zn as TabButton,
|
|
244
249
|
be as Table,
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
250
|
+
Te as TableBody,
|
|
251
|
+
Tr as TableCard,
|
|
252
|
+
Pe as TableCell,
|
|
253
|
+
_t as TableCols2Icon,
|
|
249
254
|
Le as TableContext,
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
255
|
+
nr as TableFooter,
|
|
256
|
+
lr as TableFooterContent,
|
|
257
|
+
Ue as TableHeader,
|
|
258
|
+
ar as TableHeaderContent,
|
|
259
|
+
rr as TableHeaderWrapper,
|
|
260
|
+
je as TableLoadingState,
|
|
261
|
+
Qe as TableMessageState,
|
|
262
|
+
or as TablePagination,
|
|
263
|
+
Ce as TableProvider,
|
|
264
|
+
Ke as TableRow,
|
|
265
|
+
gn as Topbar,
|
|
266
|
+
Mr as TreeCheckboxSelect,
|
|
262
267
|
Ot as TriangleWarningIcon,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
268
|
+
Qa as UI_COLORS,
|
|
269
|
+
Dt as UploadIcon,
|
|
270
|
+
Ht as Vector3Icon,
|
|
266
271
|
wt as VectorIcon,
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
272
|
+
V as WindowLeftCopy,
|
|
273
|
+
O as WindowLeftCopyIcon,
|
|
274
|
+
Mt as XIcon,
|
|
275
|
+
Lt as XMarkIcon,
|
|
276
|
+
jp as Z2Badge,
|
|
277
|
+
Ap as Z2Breadcrumb,
|
|
278
|
+
Ep as Z2BreadcrumbEllipsis,
|
|
279
|
+
Cn as Z2BreadcrumbGroup,
|
|
280
|
+
yp as Z2BreadcrumbItem,
|
|
281
|
+
kp as Z2BreadcrumbLink,
|
|
282
|
+
Np as Z2BreadcrumbList,
|
|
283
|
+
Hp as Z2BreadcrumbPage,
|
|
284
|
+
Fp as Z2BreadcrumbSeparator,
|
|
285
|
+
ln as Z2Button,
|
|
286
|
+
Y as Z2Checkbox,
|
|
287
|
+
kt as Z2DataIcon,
|
|
288
|
+
eo as Z2Dialog,
|
|
289
|
+
ro as Z2DialogClose,
|
|
290
|
+
to as Z2DialogContent,
|
|
291
|
+
ao as Z2DialogDescription,
|
|
292
|
+
po as Z2DialogFooter,
|
|
293
|
+
no as Z2DialogHeader,
|
|
294
|
+
fo as Z2DialogOverlay,
|
|
295
|
+
lo as Z2DialogPortal,
|
|
296
|
+
mo as Z2DialogTitle,
|
|
297
|
+
xo as Z2DialogTrigger,
|
|
298
|
+
Zo as Z2Dropdown,
|
|
299
|
+
co as Z2DropdownContent,
|
|
300
|
+
so as Z2DropdownInput,
|
|
289
301
|
bo as Z2DropdownItem,
|
|
290
|
-
|
|
302
|
+
Do as Z2DropdownMenu,
|
|
291
303
|
Bo as Z2DropdownMenuCheckboxItem,
|
|
292
|
-
|
|
293
|
-
|
|
304
|
+
wo as Z2DropdownMenuContent,
|
|
305
|
+
vo as Z2DropdownMenuGroup,
|
|
294
306
|
Lo as Z2DropdownMenuItem,
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
307
|
+
ho as Z2DropdownMenuLabel,
|
|
308
|
+
Mo as Z2DropdownMenuPortal,
|
|
309
|
+
Po as Z2DropdownMenuRadioGroup,
|
|
310
|
+
Ro as Z2DropdownMenuRadioItem,
|
|
311
|
+
Ao as Z2DropdownMenuSeparator,
|
|
300
312
|
Eo as Z2DropdownMenuShortcut,
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
Rr as
|
|
320
|
-
Ar as
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
313
|
+
yo as Z2DropdownMenuSub,
|
|
314
|
+
ko as Z2DropdownMenuSubContent,
|
|
315
|
+
No as Z2DropdownMenuSubTrigger,
|
|
316
|
+
Ho as Z2DropdownMenuTrigger,
|
|
317
|
+
Co as Z2DropdownSub,
|
|
318
|
+
So as Z2DropdownSubContent,
|
|
319
|
+
To as Z2DropdownSubItem,
|
|
320
|
+
Io as Z2DropdownSubTrigger,
|
|
321
|
+
an as Z2FeaturedIcon,
|
|
322
|
+
Rt as Z2Icon,
|
|
323
|
+
Xp as Z2Input,
|
|
324
|
+
sn as Z2KpiCard,
|
|
325
|
+
Tn as Z2KpiCardGroup,
|
|
326
|
+
ip as Z2Map,
|
|
327
|
+
P as Z2Popover,
|
|
328
|
+
hn as Z2PopoverContent,
|
|
329
|
+
vn as Z2PopoverTrigger,
|
|
330
|
+
dp as Z2RadioCard,
|
|
331
|
+
Rr as Z2RadioGroup,
|
|
332
|
+
Ar as Z2RadioGroupIndicator,
|
|
333
|
+
Er as Z2RadioGroupItem,
|
|
334
|
+
qo as Z2Select,
|
|
335
|
+
ae as Z2SelectCompact,
|
|
336
|
+
Ko as Z2SelectContent,
|
|
337
|
+
Jo as Z2SelectGroup,
|
|
338
|
+
Qo as Z2SelectItem,
|
|
339
|
+
Yo as Z2SelectLabel,
|
|
340
|
+
jo as Z2SelectScrollDownButton,
|
|
341
|
+
$o as Z2SelectScrollUpButton,
|
|
342
|
+
oe as Z2SelectSeparator,
|
|
343
|
+
ee as Z2SelectTrigger,
|
|
344
|
+
re as Z2SelectValue,
|
|
345
|
+
u as Z2SideNavBar,
|
|
346
|
+
C as Z2SideNavBarContent,
|
|
347
|
+
T as Z2SideNavBarFooter,
|
|
348
|
+
g as Z2SideNavBarGroup,
|
|
349
|
+
s as Z2SideNavBarHeader,
|
|
337
350
|
B as Z2SideNavBarItem,
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
351
|
+
x as Z2SideNavBarProvider,
|
|
352
|
+
v as Z2SideNavBarSeparator,
|
|
353
|
+
Z as Z2SidebarVariants,
|
|
354
|
+
Et as Z2SlashIcon,
|
|
355
|
+
le as Z2Stepper,
|
|
343
356
|
de as Z2StepperItem,
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
357
|
+
Za as Z2Table,
|
|
358
|
+
ca as Z2TableBase,
|
|
359
|
+
sa as Z2TableBody,
|
|
360
|
+
ba as Z2TableBodyRow,
|
|
348
361
|
Ca as Z2TableBodyRowCell,
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
362
|
+
Sa as Z2TableBodyRowExpandded,
|
|
363
|
+
Ta as Z2TableBodyRowSkeleton,
|
|
364
|
+
Ia as Z2TableBodyRowSkeletonCell,
|
|
365
|
+
_a as Z2TableColumnHeader,
|
|
366
|
+
Aa as Z2TableContainer,
|
|
367
|
+
ga as Z2TableEmpty,
|
|
368
|
+
Da as Z2TableHead,
|
|
369
|
+
Ba as Z2TableHeadRow,
|
|
357
370
|
wa as Z2TableHeadRowCell,
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
371
|
+
va as Z2TableHeadRowCellResize,
|
|
372
|
+
La as Z2TableLoader,
|
|
373
|
+
Ha as Z2TablePagination,
|
|
374
|
+
Ea as Z2TableProvider,
|
|
362
375
|
ya as Z2TableRoot,
|
|
363
376
|
ha as Z2TableRowSelect,
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
377
|
+
Ma as Z2TableRowSelectAll,
|
|
378
|
+
Pa as Z2TableRowSpacer,
|
|
379
|
+
ie as Z2Tabs,
|
|
380
|
+
ue as Z2TabsContent,
|
|
381
|
+
Ze as Z2TabsList,
|
|
382
|
+
ce as Z2TabsTrigger,
|
|
370
383
|
wr as Z2TextPreset,
|
|
371
384
|
Cr as Z2Tooltip,
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
+
Op as badgeVariants,
|
|
386
|
+
rp as buildBarChartOptions,
|
|
387
|
+
np as buildChartOptions,
|
|
388
|
+
ap as buildLineChartOptions,
|
|
389
|
+
Up as buttonVariants,
|
|
390
|
+
Pp as cn,
|
|
391
|
+
ge as extractCellValue,
|
|
392
|
+
Ya as getThemePalette,
|
|
393
|
+
qp as inputContainerVariants,
|
|
394
|
+
fp as isChartTypeSupported,
|
|
395
|
+
Qp as labelVariants,
|
|
396
|
+
rn as numberBadgeVariants,
|
|
397
|
+
lp as registeredChartTypes,
|
|
398
|
+
he as useTableContext,
|
|
385
399
|
hp as useTheme,
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
400
|
+
h as useZ2SideNavBar,
|
|
401
|
+
ka as useZ2Table,
|
|
402
|
+
$a as validateChartConfig,
|
|
403
|
+
op as validateChartData,
|
|
404
|
+
$p as z2BadgeVariants,
|
|
405
|
+
mn as z2ButtonVariants
|
|
391
406
|
};
|