@aceshooting/lyra-ui 14.1.1 → 14.3.0
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/CHANGELOG.md +42 -0
- package/custom-elements.json +1 -1
- package/design-tokens.json +1 -1
- package/dist/cli/migration-contract.json +1 -1
- package/dist/components/charts/chart/chart-legend-visibility.d.ts +8 -0
- package/dist/components/charts/chart/chart.class.d.ts +64 -15
- package/dist/components/charts/chart/chart.class.js +10 -10
- package/dist/components/data/heatmap/heatmap.class.d.ts +44 -6
- package/dist/components/data/heatmap/heatmap.class.js +8 -2
- package/dist/components/data/heatmap/heatmap.styles.js +1 -1
- package/dist/components/data/table/table.class.d.ts +9 -1
- package/dist/components/data/table/table.class.js +4 -3
- package/dist/components/data/table/table.styles.js +1 -1
- package/dist/components/forms/button/button.class.d.ts +8 -2
- package/dist/components/forms/button/button.class.js +6 -2
- package/dist/components/forms/checkbox/checkbox.styles.js +1 -1
- package/dist/components/forms/date-picker/date-input.class.d.ts +7 -8
- package/dist/components/forms/date-picker/date-input.styles.js +1 -1
- package/dist/components/forms/locale-picker/locale-picker.class.d.ts +12 -2
- package/dist/components/forms/locale-picker/locale-picker.class.js +7 -6
- package/dist/components/forms/locale-picker/locale-picker.styles.js +1 -1
- package/dist/components/forms/slider/slider.class.d.ts +21 -5
- package/dist/components/forms/slider/slider.class.js +6 -5
- package/dist/components/forms/slider/slider.styles.js +1 -1
- package/dist/components/media/map/map-loader.d.ts +3 -1
- package/dist/components/media/map/map.class.d.ts +86 -6
- package/dist/components/media/map/map.class.js +1 -1
- package/dist/components/media/map/map.styles.js +1 -1
- package/dist/custom-elements-jsx.d.ts +1 -1
- package/dist/events.d.ts +21 -5
- package/dist/internal/default-strings.generated.d.ts +1 -1
- package/dist/internal/default-strings.generated.js +1 -1
- package/dist/internal/icons.d.ts +2 -0
- package/dist/internal/icons.js +2 -2
- package/dist/internal/localization-types.d.ts +1 -1
- package/dist/internal/localization.js +1 -1
- package/dist/internal/package-metadata.d.ts +1 -1
- package/dist/internal/package-metadata.js +1 -1
- package/dist/lyra.d.ts +1 -1
- package/dist/svelte.d.ts +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/fa.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/pt-BR.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/zh-CN.js +1 -1
- package/dist/vue.d.ts +1 -1
- package/llms/components/lr-accordion-item.md +36 -0
- package/llms/components/lr-accordion.md +36 -0
- package/llms/components/lr-bar-chart.md +5 -2
- package/llms/components/lr-bubble-chart.md +5 -2
- package/llms/components/lr-button.md +5 -0
- package/llms/components/lr-chart.md +67 -3
- package/llms/components/lr-checkbox.md +3 -1
- package/llms/components/lr-date-input.md +19 -33
- package/llms/components/lr-date-picker.md +19 -33
- package/llms/components/lr-details.md +36 -0
- package/llms/components/lr-doughnut-chart.md +5 -2
- package/llms/components/lr-heatmap.md +63 -4
- package/llms/components/lr-histogram.md +7 -3
- package/llms/components/lr-line-chart.md +5 -2
- package/llms/components/lr-locale-picker.md +16 -2
- package/llms/components/lr-map.md +131 -4
- package/llms/components/lr-pie-chart.md +5 -2
- package/llms/components/lr-polar-area-chart.md +5 -2
- package/llms/components/lr-radar-chart.md +5 -2
- package/llms/components/lr-scatter-chart.md +5 -2
- package/llms/components/lr-slider.md +20 -4
- package/llms/components/lr-table.md +10 -4
- package/llms-full.txt +439 -56
- package/package.json +3 -3
- package/vscode-css-data.json +1 -1
- package/vscode-html-data.json +1 -1
- package/web-types.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 14.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 3d58e7a: Add numeric feature-field radius scales to declarative map points, with threshold or linear interpolation, bounded stops and explicit fallbacks. Categories remain on one clustered source while cluster-count sizes stay independent.
|
|
8
|
+
|
|
9
|
+
Add fill, stroke and combined modes to safe path-only map icons, including viewBox-scaled stroke widths and cap/join options. Preserve filled-path defaults, local bounded rasterization, theme updates, resource cleanup, clicks and canvas export.
|
|
10
|
+
|
|
11
|
+
Keep expanded attribution clear of opposite map controls on narrow layouts, align navigation to its logical edge, and reserve legend space even when attribution is the only control. Preserve the gradient's visible width in shrink-to-fit legends and keep scale labels inside their background without changing the peer's distance-bar width.
|
|
12
|
+
- d7aa2c0: Add opt-in category legends and controlled slice visibility to pie, doughnut and polar-area charts. Legend text can show labels, values or percentages independently of tooltip and axis formatting. Category toggles preserve source indexes across sampling and multiple rings, with immutable, cancelable visibility events.
|
|
13
|
+
|
|
14
|
+
Keep extreme finite pie and doughnut values from overflowing native arc geometry while retaining original values in Lyra readouts and exports.
|
|
15
|
+
|
|
16
|
+
Forward button pressed and current-item ARIA states reactively to the internal native control, including state removal, href changes and disabled controls.
|
|
17
|
+
|
|
18
|
+
Add opt-in persistent table sort indicators, restore the compact map attribution information glyph,
|
|
19
|
+
and document a responsive details-header recipe for independent controls.
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 249d8a1: Keep sampled chart category legends and accessible tables responsive by sharing dataset projections and color probes within each render. Data and theme updates still receive fresh values, including percentage labels and repeated token-based category colors.
|
|
24
|
+
|
|
25
|
+
Let map scale labels fit different fonts and text sizes while drawing the ruler at the native geographic width, including after zoom changes.
|
|
26
|
+
|
|
27
|
+
## 14.2.0
|
|
28
|
+
|
|
29
|
+
### Minor Changes
|
|
30
|
+
|
|
31
|
+
- f19e5d3: Add controlled heatmap multi-cell selection with drag paint/erase, keyboard ranges, and row/column toggles. Add declarative numeric line color scales, width, and opacity to map data layers. Style standard MapLibre navigation and scale controls inside the map shadow root, with localized button names, public parts, and space reserved around the legend.
|
|
32
|
+
|
|
33
|
+
Add opt-in formatted slider readouts beside the label, complete cartesian axis visibility and compact chart plots. Align date-input action geometry with the shared control size ladder while retaining accessible pointer targets.
|
|
34
|
+
|
|
35
|
+
Preserve fractional slider values across value-first Lit bindings and prevent compact checkbox label overlap while retaining accessible hit targets.
|
|
36
|
+
|
|
37
|
+
Add typed category point colors, radius/stroke and safe SVG path icons to map data layers. Categories retain one shared clustered source; theme changes, style reloads, feature clicks and canvas exports preserve their appearance.
|
|
38
|
+
|
|
39
|
+
Respect configured bar border defaults when generating datasets, preserving visible dense histograms and explicit per-series widths.
|
|
40
|
+
|
|
41
|
+
Add a compact flag-only locale-picker trigger with an accessible current-language description, a public trigger-label part, and independent label/flag-label modes.
|
|
42
|
+
|
|
43
|
+
Add configurable heatmap matrix gaps and rounded corners, with sparse visual column labels that preserve full tooltip and keyboard semantics.
|
|
44
|
+
|
|
3
45
|
## 14.1.1
|
|
4
46
|
|
|
5
47
|
### Patch Changes
|