@hybridcore/ui 1.6.11 → 1.6.13

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 (150) hide show
  1. package/dist/{AnimatedTheme-D3VZKKNV.js → AnimatedTheme-ktdO3Bel.js} +6 -6
  2. package/dist/{AxisRenderer-Doyw-FTI.js → AxisRenderer-BCQoUJw6.js} +6 -6
  3. package/dist/{AxisRendererY-BylCU67e.js → AxisRendererY-AXWvGU6r.js} +3 -3
  4. package/dist/{Bullet-C6357hTv.js → Bullet-Djj7Vs9T.js} +1 -1
  5. package/dist/{Button-DGOT8RcT.js → Button-BLY4PVJC.js} +3 -3
  6. package/dist/{CategoryAxis-B5uTZjhL.js → CategoryAxis-B6NqW8qd.js} +3 -3
  7. package/dist/{Circle-DhzVdFBd.js → Circle-BnfBNKBD.js} +1 -1
  8. package/dist/{ColorSet-DGLMpbL3.js → ColorSet-cyPmWGwh.js} +1 -1
  9. package/dist/{ColumnSeries-CqJ-563p.js → ColumnSeries-CtRTsn-E.js} +28 -28
  10. package/dist/{DateAxis-lJZjbAS-.js → DateAxis-DEXKps1S.js} +4 -4
  11. package/dist/{Entity-4Lr2piVN.js → Entity-BJCuhdq_.js} +14 -14
  12. package/dist/GaplessDateAxis-B2g2jgSG.js +376 -0
  13. package/dist/{Hierarchy-DPEcTr0v.js → Hierarchy-CEOK8Gzh.js} +4 -4
  14. package/dist/{Legend-CTb6rZz_.js → Legend-CFvQiIfn.js} +4 -4
  15. package/dist/{LineSeries-Dg1aytHA.js → LineSeries-D_IL2qGF.js} +4 -4
  16. package/dist/{LinearGradient-D1hzMjaW.js → LinearGradient-CxQyCSEB.js} +2 -2
  17. package/dist/{PieSeries-C9YUWMnA.js → PieSeries-CMH0Z7pz.js} +8 -8
  18. package/dist/{RoundedRectangle-B23Oh_r6.js → RoundedRectangle-BKLX1LKM.js} +2 -2
  19. package/dist/{Scrollbar-CSoXoZSe.js → Scrollbar-CTI7_8Qw.js} +4 -4
  20. package/dist/{Slice-CIP7Vmzu.js → Slice-BUncQh1B.js} +11 -11
  21. package/dist/{Tick-CRu6rQQy.js → Tick--VhF0xlz.js} +2 -2
  22. package/dist/{Tooltip-RhAldW7s.js → Tooltip-vyZRZWih.js} +1 -1
  23. package/dist/{XYCursor-Z-Ral42q.js → XYCursor-CVUSpqb9.js} +3 -3
  24. package/dist/{ZoomableContainer-D1laxHnA.js → ZoomableContainer-Ca_pDVYQ.js} +2 -2
  25. package/dist/assets/index.css +1 -1
  26. package/dist/assets/index2.css +1 -1
  27. package/dist/components/button/styled.js +1 -1
  28. package/dist/components/charts/_common/format.js +149 -41
  29. package/dist/components/charts/_common/tooltip.js +2 -2
  30. package/dist/components/charts/_common/utils.js +16 -11
  31. package/dist/components/charts/candlestick/logic.js +34 -35
  32. package/dist/components/charts/column-line-mix/logic.js +40 -41
  33. package/dist/components/charts/donut-chart/logic.js +4 -4
  34. package/dist/components/charts/drill-down-treemap/logic.js +5 -5
  35. package/dist/components/charts/drill-down-voronoi-treemap/logic.js +5 -5
  36. package/dist/components/charts/forecast-cone/logic.js +134 -120
  37. package/dist/components/charts/heatmap/logic.js +9 -9
  38. package/dist/components/charts/highlighting-line-data/logic.js +10 -10
  39. package/dist/components/charts/line/logic.js +19 -20
  40. package/dist/components/charts/logaritmic-scale/logic.js +30 -31
  41. package/dist/components/charts/multiple-value-axes/logic.js +18 -19
  42. package/dist/components/charts/nested-pie/logic.js +3 -3
  43. package/dist/components/charts/packed-circles/logic.js +7 -7
  44. package/dist/components/charts/pie-chart/logic.js +4 -4
  45. package/dist/components/charts/stacked-area-radar/logic.js +9 -9
  46. package/dist/components/charts/stacked-column-chart/logic.js +10 -10
  47. package/dist/components/charts/xy-chart/logic.js +28 -29
  48. package/dist/components/collapsible-card/index.js +21 -30
  49. package/dist/components/collapsible-card/styled.js +16 -14
  50. package/dist/components/color-picker/index.js +2227 -3357
  51. package/dist/components/color-picker/styled.js +87 -7
  52. package/dist/components/confirm/dialog.js +89 -8
  53. package/dist/components/confirm/index.js +1 -1
  54. package/dist/components/data-map/index.js +1 -1
  55. package/dist/components/data-map/logic.js +20 -20
  56. package/dist/components/data-security-selectors/dissemination-list/index.js +32 -3117
  57. package/dist/components/date-picker-with-custom-range/index.js +86 -7
  58. package/dist/components/date-range-picker/index.js +464 -452
  59. package/dist/components/document-viewer/components/viewer/index.js +1 -1
  60. package/dist/components/duration-select/index.js +10 -10
  61. package/dist/components/duration-select/styled.js +1 -1
  62. package/dist/components/geometry-picker/coordinate/index.js +14 -14
  63. package/dist/components/geometry-picker/edit/index.js +1 -1
  64. package/dist/components/geometry-picker/geometry/index.js +1 -1
  65. package/dist/components/geometry-picker/kml/index.js +11 -11
  66. package/dist/components/geometry-picker/map/logic.js +145 -3656
  67. package/dist/components/geometry-picker/map/style.js +18 -17
  68. package/dist/components/geometry-picker/parser/coordinate-input/logic.js +43 -1255
  69. package/dist/components/heat-map/index.js +1 -1
  70. package/dist/components/heat-map/logic.js +77 -1924
  71. package/dist/components/instance-hierarchy-table/styled.js +18 -16
  72. package/dist/components/map/helpers/mapbox.js +17 -15
  73. package/dist/components/map/helpers/ol.js +386 -27
  74. package/dist/components/map/index.js +11 -10
  75. package/dist/components/map/logic.js +22 -22
  76. package/dist/components/map/styled.js +31 -27
  77. package/dist/components/metric-card/MetricChart.js +9 -9
  78. package/dist/components/metric-card/logic.js +46 -49
  79. package/dist/components/phone-input/index.js +10 -9
  80. package/dist/components/property-mapping/index.js +1 -1
  81. package/dist/components/prr-map/index.js +1 -1
  82. package/dist/components/prr-map/logic.js +27 -26
  83. package/dist/components/range-selector/styled.js +65 -4228
  84. package/dist/components/raster-grid-map/index.js +1 -1
  85. package/dist/components/raster-grid-map/logic.js +60 -57
  86. package/dist/components/simple-pivot-table/index.js +17 -17
  87. package/dist/components/simple-pivot-table/logic.js +67 -76
  88. package/dist/components/sortable-list/index.js +1091 -1264
  89. package/dist/components/template-form/components/property-list/index.js +36 -33
  90. package/dist/components/template-form/components/property-list/property-list-columns.js +19 -18
  91. package/dist/components/template-form/components/property-list/property-list-form.js +137 -601
  92. package/dist/components/template-form/components/recognition-property-list/index.js +40 -37
  93. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-columns.js +11 -10
  94. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-form.js +55 -63
  95. package/dist/components/tree-select/index.js +16 -16
  96. package/dist/index.esm-UfGMjYOL.js +197 -0
  97. package/dist/main.d.ts +67 -8
  98. package/dist/main.js +176 -175
  99. package/package.json +1 -1
  100. package/dist/AccordionSummary-CJppWeqF.js +0 -781
  101. package/dist/Add-CqcD1PWb.js +0 -403
  102. package/dist/Box-DqUMmZjL.js +0 -31
  103. package/dist/Button-C5yquWAB.js +0 -357
  104. package/dist/ButtonBase-BEF7oTOe.js +0 -887
  105. package/dist/DataProcessor-WXzhvIg6.js +0 -83
  106. package/dist/Delete-BdyYpINH.js +0 -23
  107. package/dist/DialogContent-BvVjD9z3.js +0 -523
  108. package/dist/FormGroup-CpBsIyYR.js +0 -89
  109. package/dist/GaplessDateAxis-DowssQ6y.js +0 -296
  110. package/dist/IconButton-BoGwbvrP.js +0 -184
  111. package/dist/InputLabel-Dd8RrneV.js +0 -341
  112. package/dist/MenuItem-DwqJqzuM.js +0 -233
  113. package/dist/Modal-MUZygjmQ.js +0 -1158
  114. package/dist/Paper-BkQLdsCI.js +0 -582
  115. package/dist/Select-DHUl_uG3.js +0 -3916
  116. package/dist/Source-BSZST_GH.js +0 -4410
  117. package/dist/SwitchBase-DTndTqI8.js +0 -235
  118. package/dist/Text-ChJRuaD8.js +0 -2197
  119. package/dist/TextField-e2oKaUN1.js +0 -669
  120. package/dist/TransitionGroupContext-BDAp2T0O.js +0 -96
  121. package/dist/Typography-DgsSLCFC.js +0 -178
  122. package/dist/Vector-BmuhQO4p.js +0 -3606
  123. package/dist/Vector-DfTqQEln.js +0 -1735
  124. package/dist/WKT-2wsDT-nq.js +0 -2310
  125. package/dist/assertThisInitialized-C1dAyb4j.js +0 -7
  126. package/dist/assets/index3.css +0 -1
  127. package/dist/assets/index4.css +0 -1
  128. package/dist/clsx-OuTLNxxd.js +0 -16
  129. package/dist/createChainedFunction-C0nujS3O.js +0 -9
  130. package/dist/createSvgIcon-Ch_cT8az.js +0 -185
  131. package/dist/createSvgIcon-DuDuASu1.js +0 -62
  132. package/dist/debounce-46wSf_lW.js +0 -15
  133. package/dist/dialog-BYRnCztH.js +0 -154
  134. package/dist/formControlState-vgaj2ksH.js +0 -10
  135. package/dist/generateUtilityClasses-C3ivN9Ie.js +0 -2973
  136. package/dist/index-DH6qsPBn.js +0 -153
  137. package/dist/index-e9xTIYWt.js +0 -1934
  138. package/dist/index.esm-BLLrbTzY.js +0 -318
  139. package/dist/math-Bvt2Ubuz.js +0 -704
  140. package/dist/objectWithoutPropertiesLoose-DJteAcBH.js +0 -22
  141. package/dist/ol-yOE-NV0X.js +0 -7465
  142. package/dist/ownerWindow-wg6foiOE.js +0 -10
  143. package/dist/setPrototypeOf-NPgp4cYc.js +0 -8
  144. package/dist/styled-SoqbyrkW.js +0 -350
  145. package/dist/unsupportedProp-DuqR2hj9.js +0 -36
  146. package/dist/useControlled-BYdyS7Pn.js +0 -31
  147. package/dist/useFormControl-CatNKXAi.js +0 -10
  148. package/dist/useId-BW-oWmul.js +0 -19
  149. package/dist/useMobilePicker-CY8ndYRL.js +0 -8279
  150. package/dist/useSlot-B_Q4vnX5.js +0 -42
package/dist/main.d.ts CHANGED
@@ -382,19 +382,40 @@ export declare interface CompositeListRangeProps {
382
382
  }
383
383
 
384
384
  export declare type ConditionalOp =
385
+ // number + date (date reuses the numeric comparators on timestamps)
385
386
  | "lt"
386
387
  | "lte"
387
388
  | "gt"
388
389
  | "gte"
389
390
  | "eq"
390
391
  | "neq"
391
- | "between";
392
+ | "between"
393
+ // text
394
+ | "contains"
395
+ | "notContains"
396
+ | "startsWith"
397
+ | "endsWith"
398
+ | "isEmpty"
399
+ | "isNotEmpty"
400
+ // boolean
401
+ | "isTrue"
402
+ | "isFalse";
392
403
 
393
404
  export declare interface ConditionalRule {
394
405
  op: ConditionalOp;
395
- value: number;
396
- /** Upper bound, used only when `op` is "between". */
397
- value2?: number;
406
+ /**
407
+ * Comparison operand: a number for numeric rules, an ISO string for date
408
+ * rules, a string for text rules. Unused by the boolean (`isTrue`/`isFalse`)
409
+ * and empty (`isEmpty`/`isNotEmpty`) operators.
410
+ */
411
+ value: number | string | boolean;
412
+ /** Upper bound, used only when `op` is "between" (number or ISO date string). */
413
+ value2?: number | string;
414
+ /**
415
+ * The value type this rule compares. Defaults to "number" when absent so
416
+ * rules saved before type-aware formatting keep their numeric behavior.
417
+ */
418
+ type?: ConditionFieldType;
398
419
  /** Text color applied when the rule matches (theme token path or CSS color). */
399
420
  color?: string;
400
421
  /** Background color applied when the rule matches. */
@@ -418,6 +439,9 @@ declare interface ConditionalWrapperProps {
418
439
  children: default_2.ReactNode;
419
440
  }
420
441
 
442
+ /** The kind of value a conditional rule compares against. */
443
+ export declare type ConditionFieldType = "number" | "text" | "date" | "boolean";
444
+
421
445
  declare function confirm_2(title: string, description: string, options?: OptionsType): Promise<unknown>;
422
446
  export { confirm_2 as confirm }
423
447
 
@@ -751,6 +775,19 @@ export declare interface ForecastConeChartProps {
751
775
  nowValue?: number | string;
752
776
  /** Band/centre hue (theme token or CSS color). Defaults to a theme token. */
753
777
  color?: string;
778
+ /**
779
+ * History line behaviour across missing dates. `true` (default) bridges gaps
780
+ * (and connects the history end to the cone apex); `false` breaks the line
781
+ * wherever a history point is missing and drops the bridge to the forecast.
782
+ * Affects the history series only — the bands/centre are contiguous.
783
+ */
784
+ connectMissingData?: boolean;
785
+ /**
786
+ * When `true`, the date axis drops intervals with no data (`GaplessDateAxis`),
787
+ * so only dates with values are shown. Default `false` keeps the continuous
788
+ * timeline.
789
+ */
790
+ skipEmptyDates?: boolean;
754
791
  baseInterval?: BaseInterval;
755
792
  chartId?: string;
756
793
  height?: string | number;
@@ -761,11 +798,14 @@ export declare interface ForecastConeChartProps {
761
798
  }
762
799
 
763
800
  /**
764
- * Format a raw value for display: numbers get locale grouping + the configured
765
- * decimals, then the prefix/suffix are wrapped around the result. Non-numeric
766
- * values are returned as-is; empty values become an em dash.
801
+ * Format a raw value for display, shaped by `format.valueType`:
802
+ * - number (default): locale grouping + configured decimals, wrapped in prefix/suffix;
803
+ * - date: dayjs-formatted via `format.dateFormat` (or a grain default from `field`);
804
+ * - boolean: `format.trueLabel` / `format.falseLabel`, else "true"/"false";
805
+ * - text: the raw string wrapped in prefix/suffix.
806
+ * Empty values become an em dash.
767
807
  */
768
- export declare const formatValue: (value: unknown, format?: ValueFormat, empty?: string) => string;
808
+ export declare const formatValue: (value: unknown, format?: ValueFormat, empty?: string, field?: string) => string;
769
809
 
770
810
  export declare const GeometryDraw: ({ mapId, mapboxAccessToken, value: defaultValue, disableActions, variant, defaultExtent, onCancel, onSubmit, onChange, }: GeometryDrawProps) => JSX_2.Element;
771
811
 
@@ -2258,6 +2298,11 @@ export declare interface ValueFormat {
2258
2298
  suffix?: string;
2259
2299
  /** Fixed number of fraction digits; defaults to "up to 2" when unset. */
2260
2300
  decimals?: number;
2301
+ /**
2302
+ * Number notation. "compact" abbreviates large numbers (1.2K, 3M, 2.5B, 1.4T);
2303
+ * "standard" (default) is the full grouped number. Numeric values only.
2304
+ */
2305
+ notation?: "standard" | "compact";
2261
2306
  /** Base text color applied unconditionally (theme token path or CSS color). A
2262
2307
  * matching `conditionalRules` entry overrides it. */
2263
2308
  color?: string;
@@ -2265,6 +2310,20 @@ export declare interface ValueFormat {
2265
2310
  backgroundColor?: string;
2266
2311
  /** First matching rule wins; its colors override the base `color`/`backgroundColor`. */
2267
2312
  conditionalRules?: ConditionalRule[];
2313
+ /**
2314
+ * The value's data type, driving how the cell is formatted (and the base
2315
+ * inputs shown in the editor). Defaults to "number" when unset. Kept here —
2316
+ * rather than on the descriptor — so it survives property mapping, which only
2317
+ * copies descriptor fields named in the widget schema but passes `format`
2318
+ * through whole.
2319
+ */
2320
+ valueType?: ConditionFieldType;
2321
+ /** dayjs format for date-typed values; falls back to a grain-based default when unset. */
2322
+ dateFormat?: string;
2323
+ /** Display text for a true boolean value; falls back to "true" when unset. */
2324
+ trueLabel?: string;
2325
+ /** Display text for a false boolean value; falls back to "false" when unset. */
2326
+ falseLabel?: string;
2268
2327
  }
2269
2328
 
2270
2329
  export declare interface VariableDataType {
package/dist/main.js CHANGED
@@ -1,186 +1,187 @@
1
1
  import { ThemeProvider as e, createTheme as t } from "@mui/material";
2
2
  import { LocalizationProvider as m } from "@mui/x-date-pickers";
3
- import { Access as x } from "./components/access/index.js";
4
- import { h as i } from "./helpers-D4uXfBfO.js";
5
- import { Card as n } from "./components/card/index.js";
6
- import { CardAlternate as s } from "./components/card-alternate/index.js";
7
- import { ChartWrapper as C } from "./components/charts/chart-wrapper/index.js";
8
- import { CandlestickChart as T } from "./components/charts/candlestick/index.js";
9
- import { ForecastConeChart as h } from "./components/charts/forecast-cone/index.js";
10
- import { ColumnLineMix as L } from "./components/charts/column-line-mix/index.js";
11
- import { DonutChart as I } from "./components/charts/donut-chart/index.js";
12
- import { DrillDownTreemap as y } from "./components/charts/drill-down-treemap/index.js";
13
- import { DrillDownVoronoiTreemap as F } from "./components/charts/drill-down-voronoi-treemap/index.js";
14
- import { Heatmap as V } from "./components/charts/heatmap/index.js";
15
- import { HighlightLineChart as v } from "./components/charts/highlighting-line-data/index.js";
16
- import { LineChart as R } from "./components/charts/line/index.js";
17
- import { LogaritmicScale as E } from "./components/charts/logaritmic-scale/index.js";
18
- import { MultipleValueAxes as H } from "./components/charts/multiple-value-axes/index.js";
19
- import { NestedPie as W } from "./components/charts/nested-pie/index.js";
20
- import { PackedCircles as O } from "./components/charts/packed-circles/index.js";
21
- import { PieChart as N } from "./components/charts/pie-chart/index.js";
22
- import { StackedAreaRadar as z } from "./components/charts/stacked-area-radar/index.js";
23
- import { StackedColumnChart as Y } from "./components/charts/stacked-column-chart/index.js";
24
- import { XYChart as J } from "./components/charts/xy-chart/index.js";
25
- import { formatValue as Q, humanizeLabel as Z, resolveConditionalStyle as $ } from "./components/charts/_common/format.js";
26
- import { DEFAULT_VIRIDIS_COOL as or } from "./components/charts/_common/utils.js";
27
- import { Button as tr } from "./components/button/index.js";
28
- import { ColorPicker as mr } from "./components/color-picker/index.js";
29
- import { CollapsibleCard as xr } from "./components/collapsible-card/index.js";
30
- import { ConditionalWrapper as ir } from "./components/conditional-wrapper/index.js";
31
- import { alert as nr, confirm as cr } from "./components/confirm/index.js";
32
- import { HCNotificationProvider as dr } from "./components/notification/index.js";
33
- import { Container as Pr } from "./components/container/index.js";
3
+ import { AdapterDayjs as x } from "@mui/x-date-pickers/AdapterDayjs";
4
+ import { Access as i } from "./components/access/index.js";
5
+ import { h as n } from "./helpers-D4uXfBfO.js";
6
+ import { Card as s } from "./components/card/index.js";
7
+ import { CardAlternate as C } from "./components/card-alternate/index.js";
8
+ import { ChartWrapper as T } from "./components/charts/chart-wrapper/index.js";
9
+ import { CandlestickChart as u } from "./components/charts/candlestick/index.js";
10
+ import { ForecastConeChart as L } from "./components/charts/forecast-cone/index.js";
11
+ import { ColumnLineMix as I } from "./components/charts/column-line-mix/index.js";
12
+ import { DonutChart as y } from "./components/charts/donut-chart/index.js";
13
+ import { DrillDownTreemap as b } from "./components/charts/drill-down-treemap/index.js";
14
+ import { DrillDownVoronoiTreemap as V } from "./components/charts/drill-down-voronoi-treemap/index.js";
15
+ import { Heatmap as v } from "./components/charts/heatmap/index.js";
16
+ import { HighlightLineChart as R } from "./components/charts/highlighting-line-data/index.js";
17
+ import { LineChart as E } from "./components/charts/line/index.js";
18
+ import { LogaritmicScale as H } from "./components/charts/logaritmic-scale/index.js";
19
+ import { MultipleValueAxes as W } from "./components/charts/multiple-value-axes/index.js";
20
+ import { NestedPie as O } from "./components/charts/nested-pie/index.js";
21
+ import { PackedCircles as N } from "./components/charts/packed-circles/index.js";
22
+ import { PieChart as z } from "./components/charts/pie-chart/index.js";
23
+ import { StackedAreaRadar as Y } from "./components/charts/stacked-area-radar/index.js";
24
+ import { StackedColumnChart as J } from "./components/charts/stacked-column-chart/index.js";
25
+ import { XYChart as Q } from "./components/charts/xy-chart/index.js";
26
+ import { formatValue as $, humanizeLabel as rr, resolveConditionalStyle as or } from "./components/charts/_common/format.js";
27
+ import { DEFAULT_VIRIDIS_COOL as tr } from "./components/charts/_common/utils.js";
28
+ import { Button as mr } from "./components/button/index.js";
29
+ import { ColorPicker as xr } from "./components/color-picker/index.js";
30
+ import { CollapsibleCard as ir } from "./components/collapsible-card/index.js";
31
+ import { ConditionalWrapper as nr } from "./components/conditional-wrapper/index.js";
32
+ import { alert as sr, confirm as dr } from "./components/confirm/index.js";
33
+ import { HCNotificationProvider as Pr } from "./components/notification/index.js";
34
+ import { Container as hr } from "./components/container/index.js";
34
35
  import { ContextMenu as Dr } from "./components/context-menu/index.js";
35
- import { DataGrid as ur } from "./components/data-grid/index.js";
36
- import { DataMap as Sr } from "./components/data-map/index.js";
37
- import { DisseminationList as gr } from "./components/data-security-selectors/dissemination-list/index.js";
36
+ import { DataGrid as Sr } from "./components/data-grid/index.js";
37
+ import { DataMap as gr } from "./components/data-map/index.js";
38
+ import { DisseminationList as Fr } from "./components/data-security-selectors/dissemination-list/index.js";
38
39
  import { SecurityLevel as Ar } from "./components/data-security-selectors/security-level/index.js";
39
- import { A as br, D as Vr } from "./index-e9xTIYWt.js";
40
- import { DEFAULT_RELATIVE_PRESET_LABELS as vr } from "./components/date-picker-with-custom-range/logic.js";
41
- import { DateTimePicker as Rr } from "./components/date-time-picker/index.js";
42
- import { Divider as Er } from "./components/divider/index.js";
43
- import { DateRangePicker as Hr } from "./components/date-range-picker/index.js";
44
- import { DocumentViewer as Wr } from "./components/document-viewer/index.js";
45
- import { DurationSelect as Or } from "./components/duration-select/index.js";
46
- import { EditableText as Nr } from "./components/editable-text/index.js";
47
- import { GeometryPicker as zr } from "./components/geometry-picker/index.js";
48
- import { Geometry as Yr } from "./components/geometry-picker/geometry/index.js";
49
- import { Parser as Jr } from "./components/geometry-picker/parser/index.js";
50
- import { HeatMap as Qr } from "./components/heat-map/index.js";
51
- import { IconButton as $r } from "./components/icon-button/index.js";
52
- import { InstanceForm as oo } from "./components/instance-form/index.js";
53
- import { InstanceHierarchyTable as to } from "./components/instance-hierarchy-table/index.js";
54
- import { InstanceTable as mo } from "./components/instance-table/index.js";
55
- import { InstanceVariableList as xo } from "./components/instance-variable-list/index.js";
56
- import { LinearIndicator as io } from "./components/linear-indicator/index.js";
57
- import { Loading as no } from "./components/loading/index.js";
58
- import { Map as so } from "./components/map/index.js";
59
- import { MetricCard as Po } from "./components/metric-card/index.js";
60
- import { ObjectProfileCard as Do } from "./components/object-profile-card/index.js";
61
- import { PaginatedList as uo } from "./components/paginated-list/index.js";
62
- import { PhoneInput as So } from "./components/phone-input/index.js";
63
- import { Placeholder as go } from "./components/placeholder/index.js";
64
- import { PositionalTooltip as Ao } from "./components/positional-tooltip/index.js";
65
- import { PrrMap as bo } from "./components/prr-map/index.js";
66
- import { RangeSelector as ko } from "./components/range-selector/index.js";
67
- import { RasterGridMap as Mo } from "./components/raster-grid-map/index.js";
68
- import { SearchInput as wo } from "./components/search-input/index.js";
69
- import { ScrollDrag as Go } from "./components/scroll-drag/index.js";
70
- import { SimplePivotTable as Bo } from "./components/simple-pivot-table/index.js";
71
- import { SortableList as _o } from "./components/sortable-list/index.js";
72
- import { StatsBox as Uo } from "./components/stats-box/index.js";
73
- import { StaticText as jo } from "./components/static-text/index.js";
74
- import { Tabs as Xo } from "./components/tabs/index.js";
75
- import { TextOverflow as qo } from "./components/text-overflow/index.js";
76
- import { TemplateFilters as Ko } from "./components/template-filters/index.js";
77
- import { TemplateForm as Zo } from "./components/template-form/index.js";
78
- import { TemplatePropertyFilters as re } from "./components/template-property-filters/index.js";
79
- import { Property as ee } from "./components/template-property-filters/property.js";
80
- import { TimelineWidget as pe } from "./components/timeline/index.js";
81
- import { ToggleViewButton as ae } from "./components/toggle-view-button/index.js";
82
- import { TreeSelect as fe } from "./components/tree-select/index.js";
83
- import { TreeViewFilter as le } from "./components/treeview-filter/index.js";
84
- import { Uploader as ce } from "./components/uploader/index.js";
85
- import { VisuallyHiddenInput as de } from "./components/visually-hidden-input/styled.js";
86
- import { Widget as Pe } from "./components/widget/styled.js";
87
- import { FlexCol as De } from "./components/flex-col/index.js";
88
- import { FlexRow as ue } from "./components/flex-row/index.js";
89
- import { notify as Se, removeNotification as Ie } from "./components/notification/store.js";
40
+ import { DatePickerWithCustomRange as kr } from "./components/date-picker-with-custom-range/index.js";
41
+ import { DEFAULT_RELATIVE_PRESET_LABELS as Mr } from "./components/date-picker-with-custom-range/logic.js";
42
+ import { DateTimePicker as wr } from "./components/date-time-picker/index.js";
43
+ import { Divider as Gr } from "./components/divider/index.js";
44
+ import { DateRangePicker as Br } from "./components/date-range-picker/index.js";
45
+ import { DocumentViewer as _r } from "./components/document-viewer/index.js";
46
+ import { DurationSelect as Ur } from "./components/duration-select/index.js";
47
+ import { EditableText as jr } from "./components/editable-text/index.js";
48
+ import { GeometryPicker as Xr } from "./components/geometry-picker/index.js";
49
+ import { Geometry as qr } from "./components/geometry-picker/geometry/index.js";
50
+ import { Parser as Kr } from "./components/geometry-picker/parser/index.js";
51
+ import { HeatMap as Zr } from "./components/heat-map/index.js";
52
+ import { IconButton as ro } from "./components/icon-button/index.js";
53
+ import { InstanceForm as eo } from "./components/instance-form/index.js";
54
+ import { InstanceHierarchyTable as po } from "./components/instance-hierarchy-table/index.js";
55
+ import { InstanceTable as ao } from "./components/instance-table/index.js";
56
+ import { InstanceVariableList as fo } from "./components/instance-variable-list/index.js";
57
+ import { LinearIndicator as lo } from "./components/linear-indicator/index.js";
58
+ import { Loading as co } from "./components/loading/index.js";
59
+ import { Map as Co } from "./components/map/index.js";
60
+ import { MetricCard as To } from "./components/metric-card/index.js";
61
+ import { ObjectProfileCard as uo } from "./components/object-profile-card/index.js";
62
+ import { PaginatedList as Lo } from "./components/paginated-list/index.js";
63
+ import { PhoneInput as Io } from "./components/phone-input/index.js";
64
+ import { Placeholder as yo } from "./components/placeholder/index.js";
65
+ import { PositionalTooltip as bo } from "./components/positional-tooltip/index.js";
66
+ import { PrrMap as Vo } from "./components/prr-map/index.js";
67
+ import { RangeSelector as vo } from "./components/range-selector/index.js";
68
+ import { RasterGridMap as Ro } from "./components/raster-grid-map/index.js";
69
+ import { SearchInput as Eo } from "./components/search-input/index.js";
70
+ import { ScrollDrag as Ho } from "./components/scroll-drag/index.js";
71
+ import { SimplePivotTable as Wo } from "./components/simple-pivot-table/index.js";
72
+ import { SortableList as Oo } from "./components/sortable-list/index.js";
73
+ import { StatsBox as No } from "./components/stats-box/index.js";
74
+ import { StaticText as zo } from "./components/static-text/index.js";
75
+ import { Tabs as Yo } from "./components/tabs/index.js";
76
+ import { TextOverflow as Jo } from "./components/text-overflow/index.js";
77
+ import { TemplateFilters as Qo } from "./components/template-filters/index.js";
78
+ import { TemplateForm as $o } from "./components/template-form/index.js";
79
+ import { TemplatePropertyFilters as oe } from "./components/template-property-filters/index.js";
80
+ import { Property as te } from "./components/template-property-filters/property.js";
81
+ import { TimelineWidget as me } from "./components/timeline/index.js";
82
+ import { ToggleViewButton as xe } from "./components/toggle-view-button/index.js";
83
+ import { TreeSelect as ie } from "./components/tree-select/index.js";
84
+ import { TreeViewFilter as ne } from "./components/treeview-filter/index.js";
85
+ import { Uploader as se } from "./components/uploader/index.js";
86
+ import { VisuallyHiddenInput as Ce } from "./components/visually-hidden-input/styled.js";
87
+ import { Widget as Te } from "./components/widget/styled.js";
88
+ import { FlexCol as ue } from "./components/flex-col/index.js";
89
+ import { FlexRow as Le } from "./components/flex-row/index.js";
90
+ import { notify as Ie, removeNotification as ge } from "./components/notification/store.js";
90
91
  export {
91
- x as Access,
92
- i as AccessUtils,
93
- br as AdapterDayjs,
94
- tr as Button,
95
- T as CandlestickChart,
96
- n as Card,
97
- s as CardAlternate,
98
- C as ChartWrapper,
99
- xr as CollapsibleCard,
100
- mr as ColorPicker,
101
- L as ColumnLineMix,
102
- ir as ConditionalWrapper,
103
- Pr as Container,
92
+ i as Access,
93
+ n as AccessUtils,
94
+ x as AdapterDayjs,
95
+ mr as Button,
96
+ u as CandlestickChart,
97
+ s as Card,
98
+ C as CardAlternate,
99
+ T as ChartWrapper,
100
+ ir as CollapsibleCard,
101
+ xr as ColorPicker,
102
+ I as ColumnLineMix,
103
+ nr as ConditionalWrapper,
104
+ hr as Container,
104
105
  Dr as ContextMenu,
105
- vr as DEFAULT_RELATIVE_PRESET_LABELS,
106
- or as DEFAULT_VIRIDIS_COOL,
107
- ur as DataGrid,
108
- Sr as DataMap,
109
- Vr as DatePickerWithCustomRange,
110
- Hr as DateRangePicker,
111
- Rr as DateTimePicker,
112
- gr as DisseminationList,
113
- Er as Divider,
114
- Wr as DocumentViewer,
115
- I as DonutChart,
116
- y as DrillDownTreemap,
117
- F as DrillDownVoronoiTreemap,
118
- Or as DurationSelect,
119
- Nr as EditableText,
120
- De as FlexCol,
121
- ue as FlexRow,
122
- h as ForecastConeChart,
123
- Yr as GeometryDraw,
124
- Jr as GeometryParser,
125
- zr as GeometryPicker,
126
- dr as HCNotificationProvider,
127
- Qr as HeatMap,
128
- V as Heatmap,
129
- v as HighlightLineChart,
130
- $r as IconButton,
131
- oo as InstanceForm,
132
- to as InstanceHierarchyTable,
133
- mo as InstanceTable,
134
- xo as InstanceVariableList,
135
- R as LineChart,
136
- io as LinearIndicator,
137
- no as Loading,
106
+ Mr as DEFAULT_RELATIVE_PRESET_LABELS,
107
+ tr as DEFAULT_VIRIDIS_COOL,
108
+ Sr as DataGrid,
109
+ gr as DataMap,
110
+ kr as DatePickerWithCustomRange,
111
+ Br as DateRangePicker,
112
+ wr as DateTimePicker,
113
+ Fr as DisseminationList,
114
+ Gr as Divider,
115
+ _r as DocumentViewer,
116
+ y as DonutChart,
117
+ b as DrillDownTreemap,
118
+ V as DrillDownVoronoiTreemap,
119
+ Ur as DurationSelect,
120
+ jr as EditableText,
121
+ ue as FlexCol,
122
+ Le as FlexRow,
123
+ L as ForecastConeChart,
124
+ qr as GeometryDraw,
125
+ Kr as GeometryParser,
126
+ Xr as GeometryPicker,
127
+ Pr as HCNotificationProvider,
128
+ Zr as HeatMap,
129
+ v as Heatmap,
130
+ R as HighlightLineChart,
131
+ ro as IconButton,
132
+ eo as InstanceForm,
133
+ po as InstanceHierarchyTable,
134
+ ao as InstanceTable,
135
+ fo as InstanceVariableList,
136
+ E as LineChart,
137
+ lo as LinearIndicator,
138
+ co as Loading,
138
139
  m as LocalizationProvider,
139
- E as LogaritmicScale,
140
- so as Map,
141
- Po as MetricCard,
142
- H as MultipleValueAxes,
143
- W as NestedPie,
144
- Do as ObjectProfileCard,
145
- O as PackedCircles,
146
- uo as PaginatedList,
147
- So as PhoneInput,
148
- N as PieChart,
149
- go as Placeholder,
150
- Ao as PositionalTooltip,
151
- ee as PropertyFilterInput,
152
- bo as PrrMap,
153
- ko as RangeSelector,
154
- Mo as RasterGridMap,
155
- Go as ScrollDrag,
156
- wo as SearchInput,
140
+ H as LogaritmicScale,
141
+ Co as Map,
142
+ To as MetricCard,
143
+ W as MultipleValueAxes,
144
+ O as NestedPie,
145
+ uo as ObjectProfileCard,
146
+ N as PackedCircles,
147
+ Lo as PaginatedList,
148
+ Io as PhoneInput,
149
+ z as PieChart,
150
+ yo as Placeholder,
151
+ bo as PositionalTooltip,
152
+ te as PropertyFilterInput,
153
+ Vo as PrrMap,
154
+ vo as RangeSelector,
155
+ Ro as RasterGridMap,
156
+ Ho as ScrollDrag,
157
+ Eo as SearchInput,
157
158
  Ar as SecurityLevel,
158
- Bo as SimplePivotTable,
159
- _o as SortableList,
160
- z as StackedAreaRadar,
161
- Y as StackedColumnChart,
162
- jo as StaticText,
163
- Uo as StatsBox,
164
- Xo as Tabs,
165
- Ko as TemplateFilters,
166
- Zo as TemplateForm,
167
- re as TemplatePropertyFilters,
168
- qo as TextOverflow,
159
+ Wo as SimplePivotTable,
160
+ Oo as SortableList,
161
+ Y as StackedAreaRadar,
162
+ J as StackedColumnChart,
163
+ zo as StaticText,
164
+ No as StatsBox,
165
+ Yo as Tabs,
166
+ Qo as TemplateFilters,
167
+ $o as TemplateForm,
168
+ oe as TemplatePropertyFilters,
169
+ Jo as TextOverflow,
169
170
  e as ThemeProvider,
170
- pe as TimelineWidget,
171
- ae as ToggleViewButton,
172
- fe as TreeSelect,
173
- le as TreeViewFilter,
174
- ce as Uploader,
175
- de as VisuallyHiddenInput,
176
- Pe as Widget,
177
- J as XYChart,
178
- nr as alert,
179
- cr as confirm,
171
+ me as TimelineWidget,
172
+ xe as ToggleViewButton,
173
+ ie as TreeSelect,
174
+ ne as TreeViewFilter,
175
+ se as Uploader,
176
+ Ce as VisuallyHiddenInput,
177
+ Te as Widget,
178
+ Q as XYChart,
179
+ sr as alert,
180
+ dr as confirm,
180
181
  t as createTheme,
181
- Q as formatValue,
182
- Z as humanizeLabel,
183
- Se as notify,
184
- Ie as removeNotification,
185
- $ as resolveConditionalStyle
182
+ $ as formatValue,
183
+ rr as humanizeLabel,
184
+ Ie as notify,
185
+ ge as removeNotification,
186
+ or as resolveConditionalStyle
186
187
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hybridcore/ui",
3
3
  "description": "Hybrid Core UI Library",
4
- "version": "1.6.11",
4
+ "version": "1.6.13",
5
5
  "author": "Hybrid Core",
6
6
  "license": "ISC",
7
7
  "type": "module",