@ovalbee/reportifact 0.0.1 → 0.0.2
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/README.md +2 -1
- package/dist/{Chart.vue_vue_type_style_index_0_lang-BYILFTfl.js → Chart.vue_vue_type_style_index_0_lang-Bp14Es_r.js} +2341 -2290
- package/dist/Chart.vue_vue_type_style_index_0_lang-Dj7m6i3v.cjs +1 -0
- package/dist/Timeline.vue_vue_type_style_index_0_lang-BTA6fIp9.js +2640 -0
- package/dist/Timeline.vue_vue_type_style_index_0_lang-CZ8Y2pXG.cjs +2 -0
- package/dist/index-3DTuh2Dr.cjs +47 -0
- package/dist/{index-DFz2A8yJ.js → index-DevYhXSC.js} +9252 -8377
- package/dist/portable/ReportifactFigure.vue.d.ts +4 -0
- package/dist/reportifact.cjs +1 -1
- package/dist/reportifact.js +3 -3
- package/dist/style.css +1 -1
- package/dist/widgets/chart.cjs +1 -1
- package/dist/widgets/chart.js +1 -1
- package/dist/widgets/figure.cjs +1 -1
- package/dist/widgets/figure.js +37 -37
- package/dist/widgets/timeline.cjs +1 -1
- package/dist/widgets/timeline.js +1 -1
- package/package.json +9 -8
- package/dist/Chart.vue_vue_type_style_index_0_lang-B4novMFC.cjs +0 -1
- package/dist/Timeline.vue_vue_type_style_index_0_lang-BIyC7N9b.cjs +0 -2
- package/dist/Timeline.vue_vue_type_style_index_0_lang-BnrgKBMh.js +0 -2598
- package/dist/index-DmTzvbys.cjs +0 -47
package/README.md
CHANGED
|
@@ -774,7 +774,8 @@ Public subpaths:
|
|
|
774
774
|
For URL-backed widgets, `src` is the portable spelling and legacy `url` remains
|
|
775
775
|
supported for the full report renderer. Inline `data` takes precedence when
|
|
776
776
|
both are present. `ReportifactFigure` owns the shared loading and fallback
|
|
777
|
-
presentation; its `
|
|
777
|
+
presentation; its `fallbackImage` is also emitted as a no-JavaScript fallback and replaces a
|
|
778
|
+
failed child widget. `fallbackSrc` remains available as a compatibility alias.
|
|
778
779
|
Wrap lower-level widgets in `ReportifactWidgetHost` when they are not already
|
|
779
780
|
inside a `ReportifactFigure` or full `Reportifact` renderer.
|
|
780
781
|
|