@hybridcore/ui 1.6.16 → 1.6.17
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/IconCircle-HcgE1lHy.js +11 -0
- package/dist/IconMinus-B6OPYVyo.js +11 -0
- package/dist/IconPlus-7KPPhzOb.js +11 -0
- package/dist/IconTrendingUp-CW4SFYmc.js +27 -0
- package/dist/components/charts/_common/utils.js +21 -11
- package/dist/components/charts/column-line-mix/logic.js +59 -59
- package/dist/components/charts/line/logic.js +55 -55
- package/dist/components/charts/logaritmic-scale/logic.js +27 -27
- package/dist/components/charts/multiple-value-axes/logic.js +70 -70
- package/dist/components/charts/xy-chart/logic.js +31 -31
- package/dist/components/color-picker/index.js +1393 -1399
- package/dist/components/data-map/components/controls/index.js +7 -6
- package/dist/components/heat-map/components/controls/index.js +7 -6
- package/dist/components/instance-form/components/composite-matrix/components/json-editor/index.js +8738 -8753
- package/dist/components/metric-card/logic.js +57 -77
- package/dist/components/prr-map/components/controls/index.js +7 -6
- package/dist/components/raster-grid-map/components/controls/index.js +7 -6
- package/dist/components/status-indicator/index.js +44 -0
- package/dist/components/status-indicator/logic.js +105 -0
- package/dist/components/status-indicator/styled.js +114 -0
- package/dist/main.d.ts +76 -0
- package/dist/main.js +65 -63
- package/package.json +1 -1
- package/dist/IconPlus-yPkff_Vj.js +0 -19
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 h } 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";
|
|
@@ -31,7 +31,7 @@ import { CollapsibleCard as ir } from "./components/collapsible-card/index.js";
|
|
|
31
31
|
import { ConditionalWrapper as nr } from "./components/conditional-wrapper/index.js";
|
|
32
32
|
import { alert as sr, confirm as dr } from "./components/confirm/index.js";
|
|
33
33
|
import { HCNotificationProvider as Pr } from "./components/notification/index.js";
|
|
34
|
-
import { Container as
|
|
34
|
+
import { Container as ur } from "./components/container/index.js";
|
|
35
35
|
import { ContextMenu as Dr } from "./components/context-menu/index.js";
|
|
36
36
|
import { DataGrid as Sr } from "./components/data-grid/index.js";
|
|
37
37
|
import { DataMap as gr } from "./components/data-map/index.js";
|
|
@@ -58,42 +58,43 @@ import { LinearIndicator as lo } from "./components/linear-indicator/index.js";
|
|
|
58
58
|
import { Loading as co } from "./components/loading/index.js";
|
|
59
59
|
import { Map as Co } from "./components/map/index.js";
|
|
60
60
|
import { MetricCard as To } from "./components/metric-card/index.js";
|
|
61
|
-
import { ObjectProfileCard as
|
|
61
|
+
import { ObjectProfileCard as ho } from "./components/object-profile-card/index.js";
|
|
62
62
|
import { PaginatedList as Lo } from "./components/paginated-list/index.js";
|
|
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 {
|
|
63
|
+
import { StatusIndicator as Io } from "./components/status-indicator/index.js";
|
|
64
|
+
import { PhoneInput as yo } from "./components/phone-input/index.js";
|
|
65
|
+
import { Placeholder as bo } from "./components/placeholder/index.js";
|
|
66
|
+
import { PositionalTooltip as Vo } from "./components/positional-tooltip/index.js";
|
|
67
|
+
import { PrrMap as vo } from "./components/prr-map/index.js";
|
|
68
|
+
import { RangeSelector as Ro } from "./components/range-selector/index.js";
|
|
69
|
+
import { RasterGridMap as Eo } from "./components/raster-grid-map/index.js";
|
|
70
|
+
import { SearchInput as Ho } from "./components/search-input/index.js";
|
|
71
|
+
import { ScrollDrag as Wo } from "./components/scroll-drag/index.js";
|
|
72
|
+
import { SimplePivotTable as Oo } from "./components/simple-pivot-table/index.js";
|
|
73
|
+
import { SortableList as No } from "./components/sortable-list/index.js";
|
|
74
|
+
import { StatsBox as zo } from "./components/stats-box/index.js";
|
|
75
|
+
import { StaticText as Yo } from "./components/static-text/index.js";
|
|
76
|
+
import { Tabs as Jo } from "./components/tabs/index.js";
|
|
77
|
+
import { TextOverflow as Qo } from "./components/text-overflow/index.js";
|
|
78
|
+
import { TemplateFilters as $o } from "./components/template-filters/index.js";
|
|
79
|
+
import { TemplateForm as oe } from "./components/template-form/index.js";
|
|
80
|
+
import { TemplatePropertyFilters as te } from "./components/template-property-filters/index.js";
|
|
81
|
+
import { Property as me } from "./components/template-property-filters/property.js";
|
|
82
|
+
import { TimelineWidget as xe } from "./components/timeline/index.js";
|
|
83
|
+
import { ToggleViewButton as ie } from "./components/toggle-view-button/index.js";
|
|
84
|
+
import { TreeSelect as ne } from "./components/tree-select/index.js";
|
|
85
|
+
import { TreeViewFilter as se } from "./components/treeview-filter/index.js";
|
|
86
|
+
import { Uploader as Ce } from "./components/uploader/index.js";
|
|
87
|
+
import { VisuallyHiddenInput as Te } from "./components/visually-hidden-input/styled.js";
|
|
88
|
+
import { Widget as he } from "./components/widget/styled.js";
|
|
89
|
+
import { FlexCol as Le } from "./components/flex-col/index.js";
|
|
90
|
+
import { FlexRow as Ie } from "./components/flex-row/index.js";
|
|
91
|
+
import { notify as ye, removeNotification as Fe } from "./components/notification/store.js";
|
|
91
92
|
export {
|
|
92
93
|
i as Access,
|
|
93
94
|
n as AccessUtils,
|
|
94
95
|
x as AdapterDayjs,
|
|
95
96
|
mr as Button,
|
|
96
|
-
|
|
97
|
+
h as CandlestickChart,
|
|
97
98
|
s as Card,
|
|
98
99
|
C as CardAlternate,
|
|
99
100
|
T as ChartWrapper,
|
|
@@ -101,7 +102,7 @@ export {
|
|
|
101
102
|
xr as ColorPicker,
|
|
102
103
|
I as ColumnLineMix,
|
|
103
104
|
nr as ConditionalWrapper,
|
|
104
|
-
|
|
105
|
+
ur as Container,
|
|
105
106
|
Dr as ContextMenu,
|
|
106
107
|
Mr as DEFAULT_RELATIVE_PRESET_LABELS,
|
|
107
108
|
tr as DEFAULT_VIRIDIS_COOL,
|
|
@@ -118,8 +119,8 @@ export {
|
|
|
118
119
|
V as DrillDownVoronoiTreemap,
|
|
119
120
|
Ur as DurationSelect,
|
|
120
121
|
jr as EditableText,
|
|
121
|
-
|
|
122
|
-
|
|
122
|
+
Le as FlexCol,
|
|
123
|
+
Ie as FlexRow,
|
|
123
124
|
L as ForecastConeChart,
|
|
124
125
|
qr as GeometryDraw,
|
|
125
126
|
Kr as GeometryParser,
|
|
@@ -142,46 +143,47 @@ export {
|
|
|
142
143
|
To as MetricCard,
|
|
143
144
|
W as MultipleValueAxes,
|
|
144
145
|
O as NestedPie,
|
|
145
|
-
|
|
146
|
+
ho as ObjectProfileCard,
|
|
146
147
|
N as PackedCircles,
|
|
147
148
|
Lo as PaginatedList,
|
|
148
|
-
|
|
149
|
+
yo as PhoneInput,
|
|
149
150
|
z as PieChart,
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
151
|
+
bo as Placeholder,
|
|
152
|
+
Vo as PositionalTooltip,
|
|
153
|
+
me as PropertyFilterInput,
|
|
154
|
+
vo as PrrMap,
|
|
155
|
+
Ro as RangeSelector,
|
|
156
|
+
Eo as RasterGridMap,
|
|
157
|
+
Wo as ScrollDrag,
|
|
158
|
+
Ho as SearchInput,
|
|
158
159
|
Ar as SecurityLevel,
|
|
159
|
-
|
|
160
|
-
|
|
160
|
+
Oo as SimplePivotTable,
|
|
161
|
+
No as SortableList,
|
|
161
162
|
Y as StackedAreaRadar,
|
|
162
163
|
J as StackedColumnChart,
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
$o as
|
|
168
|
-
oe as
|
|
169
|
-
|
|
164
|
+
Yo as StaticText,
|
|
165
|
+
zo as StatsBox,
|
|
166
|
+
Io as StatusIndicator,
|
|
167
|
+
Jo as Tabs,
|
|
168
|
+
$o as TemplateFilters,
|
|
169
|
+
oe as TemplateForm,
|
|
170
|
+
te as TemplatePropertyFilters,
|
|
171
|
+
Qo as TextOverflow,
|
|
170
172
|
e as ThemeProvider,
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
173
|
+
xe as TimelineWidget,
|
|
174
|
+
ie as ToggleViewButton,
|
|
175
|
+
ne as TreeSelect,
|
|
176
|
+
se as TreeViewFilter,
|
|
177
|
+
Ce as Uploader,
|
|
178
|
+
Te as VisuallyHiddenInput,
|
|
179
|
+
he as Widget,
|
|
178
180
|
Q as XYChart,
|
|
179
181
|
sr as alert,
|
|
180
182
|
dr as confirm,
|
|
181
183
|
t as createTheme,
|
|
182
184
|
$ as formatValue,
|
|
183
185
|
rr as humanizeLabel,
|
|
184
|
-
|
|
185
|
-
|
|
186
|
+
ye as notify,
|
|
187
|
+
Fe as removeNotification,
|
|
186
188
|
or as resolveConditionalStyle
|
|
187
189
|
};
|
package/package.json
CHANGED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { c as o } from "./createReactComponent-C7L-DMHj.js";
|
|
2
|
-
/**
|
|
3
|
-
* @license @tabler/icons-react v3.44.0 - MIT
|
|
4
|
-
*
|
|
5
|
-
* This source code is licensed under the MIT license.
|
|
6
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
7
|
-
*/
|
|
8
|
-
const s = [["path", { d: "M5 12l14 0", key: "svg-0" }]], e = o("outline", "minus", "Minus", s);
|
|
9
|
-
/**
|
|
10
|
-
* @license @tabler/icons-react v3.44.0 - MIT
|
|
11
|
-
*
|
|
12
|
-
* This source code is licensed under the MIT license.
|
|
13
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
14
|
-
*/
|
|
15
|
-
const n = [["path", { d: "M12 5l0 14", key: "svg-0" }], ["path", { d: "M5 12l14 0", key: "svg-1" }]], c = o("outline", "plus", "Plus", n);
|
|
16
|
-
export {
|
|
17
|
-
c as I,
|
|
18
|
-
e as a
|
|
19
|
-
};
|