@hybridcore/ui 1.6.26 → 1.6.28
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/CATALOG.md +1 -0
- package/dist/IconCheck-BcUcbvno.js +19 -0
- package/dist/components/charts/drill-down-voronoi-treemap/logic.js +4 -1
- package/dist/components/charts/highlighting-line-data/logic.js +12 -10
- package/dist/components/charts/packed-circles/logic.js +4 -1
- package/dist/components/data-list/index.js +139 -0
- package/dist/components/data-list/logic.js +224 -0
- package/dist/components/data-list/styled.js +260 -0
- package/dist/components/data-map/index.js +5 -1
- package/dist/components/data-map/logic.js +93 -82
- package/dist/components/heat-map/index.js +16 -12
- package/dist/components/status-indicator/logic.js +28 -41
- package/dist/main.d.ts +245 -50
- package/dist/main.js +117 -115
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -6,7 +6,7 @@ import { h as n } from "./helpers-D4uXfBfO.js";
|
|
|
6
6
|
import { Card as s } from "./components/card/index.js";
|
|
7
7
|
import { CardAlternate as C } from "./components/card-alternate/index.js";
|
|
8
8
|
import { ChartWrapper as T } from "./components/charts/chart-wrapper/index.js";
|
|
9
|
-
import { CandlestickChart as
|
|
9
|
+
import { CandlestickChart as D } from "./components/charts/candlestick/index.js";
|
|
10
10
|
import { ForecastConeChart as L } from "./components/charts/forecast-cone/index.js";
|
|
11
11
|
import { ColumnLineMix as I } from "./components/charts/column-line-mix/index.js";
|
|
12
12
|
import { DonutChart as y } from "./components/charts/donut-chart/index.js";
|
|
@@ -32,70 +32,71 @@ import { CollapsibleCard as nr } from "./components/collapsible-card/index.js";
|
|
|
32
32
|
import { ConditionalWrapper as sr } from "./components/conditional-wrapper/index.js";
|
|
33
33
|
import { alert as Cr, confirm as Pr } from "./components/confirm/index.js";
|
|
34
34
|
import { HCNotificationProvider as ur } from "./components/notification/index.js";
|
|
35
|
-
import { Container as
|
|
35
|
+
import { Container as hr } from "./components/container/index.js";
|
|
36
36
|
import { ContextMenu as Sr } from "./components/context-menu/index.js";
|
|
37
37
|
import { DataGrid as gr } from "./components/data-grid/index.js";
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
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 {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
38
|
+
import { DataList as Fr } from "./components/data-list/index.js";
|
|
39
|
+
import { DataMap as Ar } from "./components/data-map/index.js";
|
|
40
|
+
import { DisseminationList as kr } from "./components/data-security-selectors/dissemination-list/index.js";
|
|
41
|
+
import { SecurityLevel as Mr } from "./components/data-security-selectors/security-level/index.js";
|
|
42
|
+
import { DatePickerWithCustomRange as wr } from "./components/date-picker-with-custom-range/index.js";
|
|
43
|
+
import { DEFAULT_RELATIVE_PRESET_LABELS as Hr } from "./components/date-picker-with-custom-range/logic.js";
|
|
44
|
+
import { DateTimePicker as Br } from "./components/date-time-picker/index.js";
|
|
45
|
+
import { Divider as _r } from "./components/divider/index.js";
|
|
46
|
+
import { DateRangePicker as Ur } from "./components/date-range-picker/index.js";
|
|
47
|
+
import { DocumentViewer as jr } from "./components/document-viewer/index.js";
|
|
48
|
+
import { DurationSelect as Xr } from "./components/duration-select/index.js";
|
|
49
|
+
import { EditableText as qr } from "./components/editable-text/index.js";
|
|
50
|
+
import { GeometryPicker as Kr } from "./components/geometry-picker/index.js";
|
|
51
|
+
import { Geometry as Zr } from "./components/geometry-picker/geometry/index.js";
|
|
52
|
+
import { Parser as ro } from "./components/geometry-picker/parser/index.js";
|
|
53
|
+
import { HeatMap as eo } from "./components/heat-map/index.js";
|
|
54
|
+
import { IconButton as mo } from "./components/icon-button/index.js";
|
|
55
|
+
import { InstanceForm as ao } from "./components/instance-form/index.js";
|
|
56
|
+
import { InstanceHierarchyTable as fo } from "./components/instance-hierarchy-table/index.js";
|
|
57
|
+
import { InstanceTable as lo } from "./components/instance-table/index.js";
|
|
58
|
+
import { InstanceVariableList as co } from "./components/instance-variable-list/index.js";
|
|
59
|
+
import { LinearIndicator as Co } from "./components/linear-indicator/index.js";
|
|
60
|
+
import { Loading as To } from "./components/loading/index.js";
|
|
61
|
+
import { Map as Do } from "./components/map/index.js";
|
|
62
|
+
import { MetricCard as Lo } from "./components/metric-card/index.js";
|
|
63
|
+
import { ObjectProfileCard as Io } from "./components/object-profile-card/index.js";
|
|
64
|
+
import { PaginatedList as yo } from "./components/paginated-list/index.js";
|
|
65
|
+
import { StatusIndicator as bo } from "./components/status-indicator/index.js";
|
|
66
|
+
import { PhoneInput as Vo } from "./components/phone-input/index.js";
|
|
67
|
+
import { Placeholder as vo } from "./components/placeholder/index.js";
|
|
68
|
+
import { PositionalTooltip as Ro } from "./components/positional-tooltip/index.js";
|
|
69
|
+
import { PrrMap as Eo } from "./components/prr-map/index.js";
|
|
70
|
+
import { RangeSelector as Go } from "./components/range-selector/index.js";
|
|
71
|
+
import { RasterGridMap as Wo } from "./components/raster-grid-map/index.js";
|
|
72
|
+
import { SearchInput as Oo } from "./components/search-input/index.js";
|
|
73
|
+
import { ScrollDrag as No } from "./components/scroll-drag/index.js";
|
|
74
|
+
import { SimplePivotTable as zo } from "./components/simple-pivot-table/index.js";
|
|
75
|
+
import { SortableList as Yo } from "./components/sortable-list/index.js";
|
|
76
|
+
import { StatsBox as Jo } from "./components/stats-box/index.js";
|
|
77
|
+
import { StaticText as Qo } from "./components/static-text/index.js";
|
|
78
|
+
import { Tabs as $o } from "./components/tabs/index.js";
|
|
79
|
+
import { TextOverflow as oe } from "./components/text-overflow/index.js";
|
|
80
|
+
import { TemplateFilters as te } from "./components/template-filters/index.js";
|
|
81
|
+
import { TemplateForm as pe } from "./components/template-form/index.js";
|
|
82
|
+
import { TemplatePropertyFilters as xe } from "./components/template-property-filters/index.js";
|
|
83
|
+
import { Property as ie } from "./components/template-property-filters/property.js";
|
|
84
|
+
import { TimelineWidget as ne } from "./components/timeline/index.js";
|
|
85
|
+
import { ToggleViewButton as se } from "./components/toggle-view-button/index.js";
|
|
86
|
+
import { TreeSelect as Ce } from "./components/tree-select/index.js";
|
|
87
|
+
import { TreeViewFilter as Te } from "./components/treeview-filter/index.js";
|
|
88
|
+
import { Uploader as De } from "./components/uploader/index.js";
|
|
89
|
+
import { VisuallyHiddenInput as Le } from "./components/visually-hidden-input/styled.js";
|
|
90
|
+
import { Widget as Ie } from "./components/widget/styled.js";
|
|
91
|
+
import { FlexCol as ye } from "./components/flex-col/index.js";
|
|
92
|
+
import { FlexRow as be } from "./components/flex-row/index.js";
|
|
93
|
+
import { notify as Ve, removeNotification as ke } from "./components/notification/store.js";
|
|
93
94
|
export {
|
|
94
95
|
i as Access,
|
|
95
96
|
n as AccessUtils,
|
|
96
97
|
x as AdapterDayjs,
|
|
97
98
|
xr as Button,
|
|
98
|
-
|
|
99
|
+
D as CandlestickChart,
|
|
99
100
|
s as Card,
|
|
100
101
|
C as CardAlternate,
|
|
101
102
|
T as ChartWrapper,
|
|
@@ -103,89 +104,90 @@ export {
|
|
|
103
104
|
ir as ColorPicker,
|
|
104
105
|
I as ColumnLineMix,
|
|
105
106
|
sr as ConditionalWrapper,
|
|
106
|
-
|
|
107
|
+
hr as Container,
|
|
107
108
|
Sr as ContextMenu,
|
|
108
|
-
|
|
109
|
+
Hr as DEFAULT_RELATIVE_PRESET_LABELS,
|
|
109
110
|
pr as DEFAULT_VIRIDIS_COOL,
|
|
110
111
|
gr as DataGrid,
|
|
111
|
-
Fr as
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
112
|
+
Fr as DataList,
|
|
113
|
+
Ar as DataMap,
|
|
114
|
+
wr as DatePickerWithCustomRange,
|
|
115
|
+
Ur as DateRangePicker,
|
|
116
|
+
Br as DateTimePicker,
|
|
117
|
+
kr as DisseminationList,
|
|
118
|
+
_r as Divider,
|
|
119
|
+
jr as DocumentViewer,
|
|
118
120
|
y as DonutChart,
|
|
119
121
|
b as DrillDownTreemap,
|
|
120
122
|
V as DrillDownVoronoiTreemap,
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
123
|
+
Xr as DurationSelect,
|
|
124
|
+
qr as EditableText,
|
|
125
|
+
ye as FlexCol,
|
|
126
|
+
be as FlexRow,
|
|
125
127
|
L as ForecastConeChart,
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
128
|
+
Zr as GeometryDraw,
|
|
129
|
+
ro as GeometryParser,
|
|
130
|
+
Kr as GeometryPicker,
|
|
129
131
|
ur as HCNotificationProvider,
|
|
130
|
-
|
|
132
|
+
eo as HeatMap,
|
|
131
133
|
v as Heatmap,
|
|
132
134
|
R as HighlightLineChart,
|
|
133
135
|
E as Histogram,
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
136
|
+
mo as IconButton,
|
|
137
|
+
ao as InstanceForm,
|
|
138
|
+
fo as InstanceHierarchyTable,
|
|
139
|
+
lo as InstanceTable,
|
|
140
|
+
co as InstanceVariableList,
|
|
139
141
|
G as LineChart,
|
|
140
|
-
|
|
141
|
-
|
|
142
|
+
Co as LinearIndicator,
|
|
143
|
+
To as Loading,
|
|
142
144
|
p as LocalizationProvider,
|
|
143
145
|
W as LogaritmicScale,
|
|
144
|
-
|
|
145
|
-
|
|
146
|
+
Do as Map,
|
|
147
|
+
Lo as MetricCard,
|
|
146
148
|
O as MultipleValueAxes,
|
|
147
149
|
N as NestedPie,
|
|
148
|
-
|
|
150
|
+
Io as ObjectProfileCard,
|
|
149
151
|
z as PackedCircles,
|
|
150
|
-
|
|
151
|
-
|
|
152
|
+
yo as PaginatedList,
|
|
153
|
+
Vo as PhoneInput,
|
|
152
154
|
Y as PieChart,
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
155
|
+
vo as Placeholder,
|
|
156
|
+
Ro as PositionalTooltip,
|
|
157
|
+
ie as PropertyFilterInput,
|
|
158
|
+
Eo as PrrMap,
|
|
159
|
+
Go as RangeSelector,
|
|
160
|
+
Wo as RasterGridMap,
|
|
161
|
+
No as ScrollDrag,
|
|
162
|
+
Oo as SearchInput,
|
|
163
|
+
Mr as SecurityLevel,
|
|
164
|
+
zo as SimplePivotTable,
|
|
165
|
+
Yo as SortableList,
|
|
164
166
|
J as StackedAreaRadar,
|
|
165
167
|
Q as StackedColumnChart,
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
168
|
+
Qo as StaticText,
|
|
169
|
+
Jo as StatsBox,
|
|
170
|
+
bo as StatusIndicator,
|
|
171
|
+
$o as Tabs,
|
|
172
|
+
te as TemplateFilters,
|
|
173
|
+
pe as TemplateForm,
|
|
174
|
+
xe as TemplatePropertyFilters,
|
|
175
|
+
oe as TextOverflow,
|
|
174
176
|
e as ThemeProvider,
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
177
|
+
ne as TimelineWidget,
|
|
178
|
+
se as ToggleViewButton,
|
|
179
|
+
Ce as TreeSelect,
|
|
180
|
+
Te as TreeViewFilter,
|
|
181
|
+
De as Uploader,
|
|
182
|
+
Le as VisuallyHiddenInput,
|
|
183
|
+
Ie as Widget,
|
|
182
184
|
$ as XYChart,
|
|
183
185
|
Cr as alert,
|
|
184
186
|
Pr as confirm,
|
|
185
187
|
t as createTheme,
|
|
186
188
|
or as formatValue,
|
|
187
189
|
er as humanizeLabel,
|
|
188
|
-
|
|
189
|
-
|
|
190
|
+
Ve as notify,
|
|
191
|
+
ke as removeNotification,
|
|
190
192
|
tr as resolveConditionalStyle
|
|
191
193
|
};
|