@hybridcore/ui 1.6.4 → 1.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/CATALOG.md +1 -0
  2. package/dist/IconX-C2wmVYSK.js +11 -0
  3. package/dist/components/charts/_common/format.js +49 -0
  4. package/dist/components/charts/_common/utils.js +12 -7
  5. package/dist/components/charts/chart-wrapper/index.js +36 -34
  6. package/dist/components/charts/column-line-mix/logic.js +78 -78
  7. package/dist/components/charts/donut-chart/index.js +11 -0
  8. package/dist/components/charts/donut-chart/logic.js +67 -0
  9. package/dist/components/charts/donut-chart/styled.js +12 -0
  10. package/dist/components/charts/drill-down-treemap/logic.js +123 -123
  11. package/dist/components/charts/drill-down-voronoi-treemap/logic.js +253 -252
  12. package/dist/components/charts/heatmap/logic.js +73 -73
  13. package/dist/components/charts/line/logic.js +66 -66
  14. package/dist/components/charts/logaritmic-scale/logic.js +65 -65
  15. package/dist/components/charts/multiple-value-axes/logic.js +75 -74
  16. package/dist/components/charts/nested-pie/logic.js +43 -42
  17. package/dist/components/charts/packed-circles/logic.js +111 -110
  18. package/dist/components/charts/pie-chart/logic.js +40 -39
  19. package/dist/components/charts/stacked-area-radar/logic.js +51 -51
  20. package/dist/components/charts/stacked-column-chart/logic.js +79 -79
  21. package/dist/components/charts/xy-chart/logic.js +71 -71
  22. package/dist/components/color-picker/index.js +1645 -1602
  23. package/dist/components/color-picker/logic.js +21 -12
  24. package/dist/components/color-picker/styled.js +4 -2
  25. package/dist/components/date-range-picker/index.js +359 -365
  26. package/dist/components/metric-card/helpers.js +12 -5
  27. package/dist/components/metric-card/logic.js +65 -57
  28. package/dist/components/metric-card/styled.js +55 -47
  29. package/dist/components/simple-pivot-table/index.js +129 -54
  30. package/dist/components/simple-pivot-table/logic.js +111 -45
  31. package/dist/components/simple-pivot-table/styled.js +31 -11
  32. package/dist/main.d.ts +128 -8
  33. package/dist/main.js +163 -157
  34. package/dist/{styled-Db1RdcPA.js → styled-SoqbyrkW.js} +116 -89
  35. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -6,173 +6,179 @@ import { Card as n } from "./components/card/index.js";
6
6
  import { CardAlternate as s } from "./components/card-alternate/index.js";
7
7
  import { ChartWrapper as C } from "./components/charts/chart-wrapper/index.js";
8
8
  import { CandlestickChart as T } from "./components/charts/candlestick/index.js";
9
- import { ColumnLineMix as L } from "./components/charts/column-line-mix/index.js";
10
- import { DrillDownTreemap as u } from "./components/charts/drill-down-treemap/index.js";
11
- import { DrillDownVoronoiTreemap as I } from "./components/charts/drill-down-voronoi-treemap/index.js";
12
- import { Heatmap as y } from "./components/charts/heatmap/index.js";
13
- import { HighlightLineChart as F } from "./components/charts/highlighting-line-data/index.js";
14
- import { LineChart as k } from "./components/charts/line/index.js";
9
+ import { ColumnLineMix as u } from "./components/charts/column-line-mix/index.js";
10
+ import { DonutChart as L } from "./components/charts/donut-chart/index.js";
11
+ import { DrillDownTreemap as I } from "./components/charts/drill-down-treemap/index.js";
12
+ import { DrillDownVoronoiTreemap as y } from "./components/charts/drill-down-voronoi-treemap/index.js";
13
+ import { Heatmap as b } from "./components/charts/heatmap/index.js";
14
+ import { HighlightLineChart as V } from "./components/charts/highlighting-line-data/index.js";
15
+ import { LineChart as v } from "./components/charts/line/index.js";
15
16
  import { LogaritmicScale as R } from "./components/charts/logaritmic-scale/index.js";
16
- import { MultipleValueAxes as v } from "./components/charts/multiple-value-axes/index.js";
17
- import { NestedPie as E } from "./components/charts/nested-pie/index.js";
18
- import { PackedCircles as H } from "./components/charts/packed-circles/index.js";
19
- import { PieChart as W } from "./components/charts/pie-chart/index.js";
20
- import { StackedAreaRadar as O } from "./components/charts/stacked-area-radar/index.js";
21
- import { StackedColumnChart as N } from "./components/charts/stacked-column-chart/index.js";
22
- import { XYChart as z } from "./components/charts/xy-chart/index.js";
23
- import { DEFAULT_VIRIDIS_COOL as Y } from "./components/charts/_common/utils.js";
24
- import { Button as J } from "./components/button/index.js";
25
- import { ColorPicker as Q } from "./components/color-picker/index.js";
26
- import { CollapsibleCard as $ } from "./components/collapsible-card/index.js";
27
- import { ConditionalWrapper as or } from "./components/conditional-wrapper/index.js";
28
- import { alert as tr, confirm as pr } from "./components/confirm/index.js";
29
- import { HCNotificationProvider as ar } from "./components/notification/index.js";
30
- import { Container as fr } from "./components/container/index.js";
31
- import { ContextMenu as lr } from "./components/context-menu/index.js";
32
- import { DataGrid as cr } from "./components/data-grid/index.js";
33
- import { DataMap as dr } from "./components/data-map/index.js";
34
- import { DisseminationList as Pr } from "./components/data-security-selectors/dissemination-list/index.js";
35
- import { SecurityLevel as Dr } from "./components/data-security-selectors/security-level/index.js";
36
- import { A as hr, D as ur } from "./index-e9xTIYWt.js";
37
- import { DEFAULT_RELATIVE_PRESET_LABELS as Ir } from "./components/date-picker-with-custom-range/logic.js";
38
- import { DateTimePicker as yr } from "./components/date-time-picker/index.js";
39
- import { Divider as Fr } from "./components/divider/index.js";
40
- import { DateRangePicker as kr } from "./components/date-range-picker/index.js";
41
- import { DocumentViewer as Rr } from "./components/document-viewer/index.js";
42
- import { DurationSelect as vr } from "./components/duration-select/index.js";
43
- import { EditableText as Er } from "./components/editable-text/index.js";
44
- import { GeometryPicker as Hr } from "./components/geometry-picker/index.js";
45
- import { Geometry as Wr } from "./components/geometry-picker/geometry/index.js";
46
- import { Parser as Or } from "./components/geometry-picker/parser/index.js";
47
- import { HeatMap as Nr } from "./components/heat-map/index.js";
48
- import { IconButton as zr } from "./components/icon-button/index.js";
49
- import { InstanceForm as Yr } from "./components/instance-form/index.js";
50
- import { InstanceHierarchyTable as Jr } from "./components/instance-hierarchy-table/index.js";
51
- import { InstanceTable as Qr } from "./components/instance-table/index.js";
52
- import { InstanceVariableList as $r } from "./components/instance-variable-list/index.js";
53
- import { LinearIndicator as oo } from "./components/linear-indicator/index.js";
54
- import { Loading as to } from "./components/loading/index.js";
55
- import { Map as mo } from "./components/map/index.js";
56
- import { MetricCard as xo } from "./components/metric-card/index.js";
57
- import { ObjectProfileCard as io } from "./components/object-profile-card/index.js";
58
- import { PaginatedList as no } from "./components/paginated-list/index.js";
59
- import { PhoneInput as so } from "./components/phone-input/index.js";
60
- import { Placeholder as Po } from "./components/placeholder/index.js";
61
- import { PositionalTooltip as Do } from "./components/positional-tooltip/index.js";
62
- import { PrrMap as ho } from "./components/prr-map/index.js";
63
- import { RangeSelector as So } from "./components/range-selector/index.js";
64
- import { RasterGridMap as go } from "./components/raster-grid-map/index.js";
65
- import { SearchInput as Ao } from "./components/search-input/index.js";
66
- import { ScrollDrag as bo } from "./components/scroll-drag/index.js";
67
- import { SimplePivotTable as Mo } from "./components/simple-pivot-table/index.js";
68
- import { SortableList as Vo } from "./components/sortable-list/index.js";
69
- import { StatsBox as wo } from "./components/stats-box/index.js";
70
- import { StaticText as Go } from "./components/static-text/index.js";
71
- import { Tabs as Bo } from "./components/tabs/index.js";
72
- import { TextOverflow as _o } from "./components/text-overflow/index.js";
73
- import { TemplateFilters as Uo } from "./components/template-filters/index.js";
74
- import { TemplateForm as jo } from "./components/template-form/index.js";
75
- import { TemplatePropertyFilters as Xo } from "./components/template-property-filters/index.js";
76
- import { Property as qo } from "./components/template-property-filters/property.js";
77
- import { TimelineWidget as Ko } from "./components/timeline/index.js";
78
- import { ToggleViewButton as Zo } from "./components/toggle-view-button/index.js";
79
- import { TreeSelect as re } from "./components/tree-select/index.js";
80
- import { TreeViewFilter as ee } from "./components/treeview-filter/index.js";
81
- import { Uploader as pe } from "./components/uploader/index.js";
82
- import { VisuallyHiddenInput as ae } from "./components/visually-hidden-input/styled.js";
83
- import { Widget as fe } from "./components/widget/styled.js";
84
- import { FlexCol as le } from "./components/flex-col/index.js";
85
- import { FlexRow as ce } from "./components/flex-row/index.js";
86
- import { notify as de, removeNotification as Ce } from "./components/notification/store.js";
17
+ import { MultipleValueAxes as E } from "./components/charts/multiple-value-axes/index.js";
18
+ import { NestedPie as H } from "./components/charts/nested-pie/index.js";
19
+ import { PackedCircles as W } from "./components/charts/packed-circles/index.js";
20
+ import { PieChart as O } from "./components/charts/pie-chart/index.js";
21
+ import { StackedAreaRadar as N } from "./components/charts/stacked-area-radar/index.js";
22
+ import { StackedColumnChart as z } from "./components/charts/stacked-column-chart/index.js";
23
+ import { XYChart as Y } from "./components/charts/xy-chart/index.js";
24
+ import { formatValue as J, humanizeLabel as K, resolveConditionalStyle as Q } from "./components/charts/_common/format.js";
25
+ import { DEFAULT_VIRIDIS_COOL as $ } from "./components/charts/_common/utils.js";
26
+ import { Button as or } from "./components/button/index.js";
27
+ import { ColorPicker as tr } from "./components/color-picker/index.js";
28
+ import { CollapsibleCard as mr } from "./components/collapsible-card/index.js";
29
+ import { ConditionalWrapper as xr } from "./components/conditional-wrapper/index.js";
30
+ import { alert as ir, confirm as lr } from "./components/confirm/index.js";
31
+ import { HCNotificationProvider as cr } from "./components/notification/index.js";
32
+ import { Container as dr } from "./components/container/index.js";
33
+ import { ContextMenu as Pr } from "./components/context-menu/index.js";
34
+ import { DataGrid as Dr } from "./components/data-grid/index.js";
35
+ import { DataMap as hr } from "./components/data-map/index.js";
36
+ import { DisseminationList as Sr } from "./components/data-security-selectors/dissemination-list/index.js";
37
+ import { SecurityLevel as gr } from "./components/data-security-selectors/security-level/index.js";
38
+ import { A as Ar, D as br } from "./index-e9xTIYWt.js";
39
+ import { DEFAULT_RELATIVE_PRESET_LABELS as Vr } from "./components/date-picker-with-custom-range/logic.js";
40
+ import { DateTimePicker as vr } from "./components/date-time-picker/index.js";
41
+ import { Divider as Rr } from "./components/divider/index.js";
42
+ import { DateRangePicker as Er } from "./components/date-range-picker/index.js";
43
+ import { DocumentViewer as Hr } from "./components/document-viewer/index.js";
44
+ import { DurationSelect as Wr } from "./components/duration-select/index.js";
45
+ import { EditableText as Or } from "./components/editable-text/index.js";
46
+ import { GeometryPicker as Nr } from "./components/geometry-picker/index.js";
47
+ import { Geometry as zr } from "./components/geometry-picker/geometry/index.js";
48
+ import { Parser as Yr } from "./components/geometry-picker/parser/index.js";
49
+ import { HeatMap as Jr } from "./components/heat-map/index.js";
50
+ import { IconButton as Qr } from "./components/icon-button/index.js";
51
+ import { InstanceForm as $r } from "./components/instance-form/index.js";
52
+ import { InstanceHierarchyTable as oo } from "./components/instance-hierarchy-table/index.js";
53
+ import { InstanceTable as to } from "./components/instance-table/index.js";
54
+ import { InstanceVariableList as mo } from "./components/instance-variable-list/index.js";
55
+ import { LinearIndicator as xo } from "./components/linear-indicator/index.js";
56
+ import { Loading as io } from "./components/loading/index.js";
57
+ import { Map as no } from "./components/map/index.js";
58
+ import { MetricCard as so } from "./components/metric-card/index.js";
59
+ import { ObjectProfileCard as Po } from "./components/object-profile-card/index.js";
60
+ import { PaginatedList as Do } from "./components/paginated-list/index.js";
61
+ import { PhoneInput as ho } from "./components/phone-input/index.js";
62
+ import { Placeholder as So } from "./components/placeholder/index.js";
63
+ import { PositionalTooltip as go } from "./components/positional-tooltip/index.js";
64
+ import { PrrMap as Ao } from "./components/prr-map/index.js";
65
+ import { RangeSelector as Fo } from "./components/range-selector/index.js";
66
+ import { RasterGridMap as ko } from "./components/raster-grid-map/index.js";
67
+ import { SearchInput as Mo } from "./components/search-input/index.js";
68
+ import { ScrollDrag as wo } from "./components/scroll-drag/index.js";
69
+ import { SimplePivotTable as Go } from "./components/simple-pivot-table/index.js";
70
+ import { SortableList as Bo } from "./components/sortable-list/index.js";
71
+ import { StatsBox as _o } from "./components/stats-box/index.js";
72
+ import { StaticText as Uo } from "./components/static-text/index.js";
73
+ import { Tabs as jo } from "./components/tabs/index.js";
74
+ import { TextOverflow as Xo } from "./components/text-overflow/index.js";
75
+ import { TemplateFilters as qo } from "./components/template-filters/index.js";
76
+ import { TemplateForm as Ko } from "./components/template-form/index.js";
77
+ import { TemplatePropertyFilters as Zo } from "./components/template-property-filters/index.js";
78
+ import { Property as re } from "./components/template-property-filters/property.js";
79
+ import { TimelineWidget as ee } from "./components/timeline/index.js";
80
+ import { ToggleViewButton as pe } from "./components/toggle-view-button/index.js";
81
+ import { TreeSelect as ae } from "./components/tree-select/index.js";
82
+ import { TreeViewFilter as fe } from "./components/treeview-filter/index.js";
83
+ import { Uploader as le } from "./components/uploader/index.js";
84
+ import { VisuallyHiddenInput as ce } from "./components/visually-hidden-input/styled.js";
85
+ import { Widget as de } from "./components/widget/styled.js";
86
+ import { FlexCol as Pe } from "./components/flex-col/index.js";
87
+ import { FlexRow as De } from "./components/flex-row/index.js";
88
+ import { notify as he, removeNotification as Le } from "./components/notification/store.js";
87
89
  export {
88
90
  x as Access,
89
91
  i as AccessUtils,
90
- hr as AdapterDayjs,
91
- J as Button,
92
+ Ar as AdapterDayjs,
93
+ or as Button,
92
94
  T as CandlestickChart,
93
95
  n as Card,
94
96
  s as CardAlternate,
95
97
  C as ChartWrapper,
96
- $ as CollapsibleCard,
97
- Q as ColorPicker,
98
- L as ColumnLineMix,
99
- or as ConditionalWrapper,
100
- fr as Container,
101
- lr as ContextMenu,
102
- Ir as DEFAULT_RELATIVE_PRESET_LABELS,
103
- Y as DEFAULT_VIRIDIS_COOL,
104
- cr as DataGrid,
105
- dr as DataMap,
106
- ur as DatePickerWithCustomRange,
107
- kr as DateRangePicker,
108
- yr as DateTimePicker,
109
- Pr as DisseminationList,
110
- Fr as Divider,
111
- Rr as DocumentViewer,
112
- u as DrillDownTreemap,
113
- I as DrillDownVoronoiTreemap,
114
- vr as DurationSelect,
115
- Er as EditableText,
116
- le as FlexCol,
117
- ce as FlexRow,
118
- Wr as GeometryDraw,
119
- Or as GeometryParser,
120
- Hr as GeometryPicker,
121
- ar as HCNotificationProvider,
122
- Nr as HeatMap,
123
- y as Heatmap,
124
- F as HighlightLineChart,
125
- zr as IconButton,
126
- Yr as InstanceForm,
127
- Jr as InstanceHierarchyTable,
128
- Qr as InstanceTable,
129
- $r as InstanceVariableList,
130
- k as LineChart,
131
- oo as LinearIndicator,
132
- to as Loading,
98
+ mr as CollapsibleCard,
99
+ tr as ColorPicker,
100
+ u as ColumnLineMix,
101
+ xr as ConditionalWrapper,
102
+ dr as Container,
103
+ Pr as ContextMenu,
104
+ Vr as DEFAULT_RELATIVE_PRESET_LABELS,
105
+ $ as DEFAULT_VIRIDIS_COOL,
106
+ Dr as DataGrid,
107
+ hr as DataMap,
108
+ br as DatePickerWithCustomRange,
109
+ Er as DateRangePicker,
110
+ vr as DateTimePicker,
111
+ Sr as DisseminationList,
112
+ Rr as Divider,
113
+ Hr as DocumentViewer,
114
+ L as DonutChart,
115
+ I as DrillDownTreemap,
116
+ y as DrillDownVoronoiTreemap,
117
+ Wr as DurationSelect,
118
+ Or as EditableText,
119
+ Pe as FlexCol,
120
+ De as FlexRow,
121
+ zr as GeometryDraw,
122
+ Yr as GeometryParser,
123
+ Nr as GeometryPicker,
124
+ cr as HCNotificationProvider,
125
+ Jr as HeatMap,
126
+ b as Heatmap,
127
+ V as HighlightLineChart,
128
+ Qr as IconButton,
129
+ $r as InstanceForm,
130
+ oo as InstanceHierarchyTable,
131
+ to as InstanceTable,
132
+ mo as InstanceVariableList,
133
+ v as LineChart,
134
+ xo as LinearIndicator,
135
+ io as Loading,
133
136
  m as LocalizationProvider,
134
137
  R as LogaritmicScale,
135
- mo as Map,
136
- xo as MetricCard,
137
- v as MultipleValueAxes,
138
- E as NestedPie,
139
- io as ObjectProfileCard,
140
- H as PackedCircles,
141
- no as PaginatedList,
142
- so as PhoneInput,
143
- W as PieChart,
144
- Po as Placeholder,
145
- Do as PositionalTooltip,
146
- qo as PropertyFilterInput,
147
- ho as PrrMap,
148
- So as RangeSelector,
149
- go as RasterGridMap,
150
- bo as ScrollDrag,
151
- Ao as SearchInput,
152
- Dr as SecurityLevel,
153
- Mo as SimplePivotTable,
154
- Vo as SortableList,
155
- O as StackedAreaRadar,
156
- N as StackedColumnChart,
157
- Go as StaticText,
158
- wo as StatsBox,
159
- Bo as Tabs,
160
- Uo as TemplateFilters,
161
- jo as TemplateForm,
162
- Xo as TemplatePropertyFilters,
163
- _o as TextOverflow,
138
+ no as Map,
139
+ so as MetricCard,
140
+ E as MultipleValueAxes,
141
+ H as NestedPie,
142
+ Po as ObjectProfileCard,
143
+ W as PackedCircles,
144
+ Do as PaginatedList,
145
+ ho as PhoneInput,
146
+ O as PieChart,
147
+ So as Placeholder,
148
+ go as PositionalTooltip,
149
+ re as PropertyFilterInput,
150
+ Ao as PrrMap,
151
+ Fo as RangeSelector,
152
+ ko as RasterGridMap,
153
+ wo as ScrollDrag,
154
+ Mo as SearchInput,
155
+ gr as SecurityLevel,
156
+ Go as SimplePivotTable,
157
+ Bo as SortableList,
158
+ N as StackedAreaRadar,
159
+ z as StackedColumnChart,
160
+ Uo as StaticText,
161
+ _o as StatsBox,
162
+ jo as Tabs,
163
+ qo as TemplateFilters,
164
+ Ko as TemplateForm,
165
+ Zo as TemplatePropertyFilters,
166
+ Xo as TextOverflow,
164
167
  e as ThemeProvider,
165
- Ko as TimelineWidget,
166
- Zo as ToggleViewButton,
167
- re as TreeSelect,
168
- ee as TreeViewFilter,
169
- pe as Uploader,
170
- ae as VisuallyHiddenInput,
171
- fe as Widget,
172
- z as XYChart,
173
- tr as alert,
174
- pr as confirm,
168
+ ee as TimelineWidget,
169
+ pe as ToggleViewButton,
170
+ ae as TreeSelect,
171
+ fe as TreeViewFilter,
172
+ le as Uploader,
173
+ ce as VisuallyHiddenInput,
174
+ de as Widget,
175
+ Y as XYChart,
176
+ ir as alert,
177
+ lr as confirm,
175
178
  t as createTheme,
176
- de as notify,
177
- Ce as removeNotification
179
+ J as formatValue,
180
+ K as humanizeLabel,
181
+ he as notify,
182
+ Le as removeNotification,
183
+ Q as resolveConditionalStyle
178
184
  };