semiotic 3.8.5 → 3.8.7
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/CLAUDE.md +37 -10
- package/README.md +83 -56
- package/ai/behaviorContracts.cjs +88 -3
- package/ai/componentMetadata.cjs +5 -10
- package/ai/dist/mcp-server.js +99 -10
- package/ai/examples.md +198 -9
- package/ai/schema.json +2002 -165
- package/ai/surface-manifest.json +14 -10
- package/ai/system-prompt.md +9 -3
- package/dist/{chunk-chartContainerDataAudit-74TLKIP6.module.min.js → chunk-chartContainerDataAudit-JDSVSKGM.module.min.js} +1 -1
- package/dist/chunk-chunk-2JGJ5GUG.module.min.js +1 -0
- package/dist/chunk-chunk-2YAZHXL4.module.min.js +2 -0
- package/dist/chunk-chunk-3NGIKFD6.module.min.js +1 -0
- package/dist/{chunk-chunk-G7WFWHAD.module.min.js → chunk-chunk-4ITOQRXM.module.min.js} +1 -1
- package/dist/chunk-chunk-5SD6BHVW.module.min.js +2 -0
- package/dist/chunk-chunk-6V5VQVCT.module.min.js +2 -0
- package/dist/chunk-chunk-7TTBHSAG.module.min.js +2 -0
- package/dist/chunk-chunk-7ZDJSYKI.module.min.js +2 -0
- package/dist/chunk-chunk-BGHPD3RA.module.min.js +1 -0
- package/dist/chunk-chunk-BMRZ2SPU.module.min.js +2 -0
- package/dist/chunk-chunk-BNGBEY7N.module.min.js +2 -0
- package/dist/chunk-chunk-C7APLVQD.module.min.js +2 -0
- package/dist/chunk-chunk-DGWFBOGB.module.min.js +1 -0
- package/dist/chunk-chunk-DIVE2DRA.module.min.js +2 -0
- package/dist/chunk-chunk-FBUNUIPV.module.min.js +2 -0
- package/dist/chunk-chunk-FQPKOAIH.module.min.js +2 -0
- package/dist/chunk-chunk-FRO4TRXK.module.min.js +2 -0
- package/dist/chunk-chunk-G7QVPZUD.module.min.js +2 -0
- package/dist/chunk-chunk-GBPYV4FP.module.min.js +2 -0
- package/dist/chunk-chunk-GU2EJIDJ.module.min.js +2 -0
- package/dist/chunk-chunk-J5QD4RAM.module.min.js +2 -0
- package/dist/{chunk-chunk-LJLS6DY7.module.min.js → chunk-chunk-JWXLNZSM.module.min.js} +1 -1
- package/dist/chunk-chunk-KXAFCCDB.module.min.js +2 -0
- package/dist/chunk-chunk-LG7YKJAK.module.min.js +2 -0
- package/dist/{chunk-chunk-I36PJ4OC.module.min.js → chunk-chunk-LVHDZAT3.module.min.js} +1 -1
- package/dist/chunk-chunk-LWITSR2O.module.min.js +2 -0
- package/dist/chunk-chunk-MX35T6RX.module.min.js +2 -0
- package/dist/chunk-chunk-NH4MEAKP.module.min.js +2 -0
- package/dist/chunk-chunk-NJETWX42.module.min.js +2 -0
- package/dist/chunk-chunk-NW25WGLS.module.min.js +2 -0
- package/dist/{chunk-chunk-TMWIZL3K.module.min.js → chunk-chunk-OI7R7EJB.module.min.js} +1 -1
- package/dist/chunk-chunk-ONMLEXHR.module.min.js +2 -0
- package/dist/chunk-chunk-OY66GCE6.module.min.js +1 -0
- package/dist/chunk-chunk-PZFT457G.module.min.js +1 -0
- package/dist/chunk-chunk-Q3WW6JGR.module.min.js +1 -0
- package/dist/chunk-chunk-Q6XKQTOQ.module.min.js +1 -0
- package/dist/chunk-chunk-RJRM2E6P.module.min.js +1 -0
- package/dist/chunk-chunk-RPL7WYXI.module.min.js +1 -0
- package/dist/chunk-chunk-SV4XAZ3Q.module.min.js +1 -0
- package/dist/chunk-chunk-TSCFL235.module.min.js +1 -0
- package/dist/chunk-chunk-UOQRPGPK.module.min.js +2 -0
- package/dist/chunk-chunk-V3OAKG32.module.min.js +1 -0
- package/dist/chunk-chunk-WLOIUMWG.module.min.js +2 -0
- package/dist/chunk-chunk-XEGXX4F7.module.min.js +1 -0
- package/dist/chunk-chunk-XFRBLXYM.module.min.js +1 -0
- package/dist/chunk-chunk-Z2AJERX5.module.min.js +2 -0
- package/dist/chunk-chunk-ZXYDYAB7.module.min.js +2 -0
- package/dist/components/ai/SemioticVACPBridge.d.ts +22 -0
- package/dist/components/ai/chartCapabilities.d.ts +5 -3
- package/dist/components/ai/conversationArc.d.ts +2 -176
- package/dist/components/ai/conversationArcTypes.d.ts +202 -0
- package/dist/components/ai/readerGrounding.d.ts +12 -0
- package/dist/components/ai/vacpAdapter.d.ts +13 -0
- package/dist/components/ai/vacpAdapterActions.d.ts +2 -0
- package/dist/components/ai/vacpAdapterModel.d.ts +7 -0
- package/dist/components/ai/vacpAdapterRuntime.d.ts +26 -0
- package/dist/components/ai/vacpAdapterState.d.ts +3 -0
- package/dist/components/ai/vacpAdapterTypes.d.ts +169 -0
- package/dist/components/ai/vacpTypes.d.ts +160 -0
- package/dist/components/charts/custom/XYCustomChart.d.ts +3 -0
- package/dist/components/charts/geo/DistanceCartogram.d.ts +1 -1
- package/dist/components/charts/index.d.ts +7 -4
- package/dist/components/charts/ordinal/BarChart.d.ts +7 -14
- package/dist/components/charts/ordinal/GaugeChart.d.ts +3 -0
- package/dist/components/charts/ordinal/GroupedBarChart.d.ts +3 -0
- package/dist/components/charts/ordinal/StackedBarChart.d.ts +3 -0
- package/dist/components/charts/ordinal/SwimlaneChart.d.ts +4 -14
- package/dist/components/charts/physics/ChainReactionChart.capability.d.ts +9 -0
- package/dist/components/charts/physics/ChainReactionChart.d.ts +29 -0
- package/dist/components/charts/physics/CollisionSwarmChart.d.ts +1 -1
- package/dist/components/charts/physics/EventDropChart.d.ts +7 -2
- package/dist/components/charts/physics/GaltonBoardChart.d.ts +1 -1
- package/dist/components/charts/physics/{PhysicsPileChart.capability.d.ts → PacketFlowChart.capability.d.ts} +1 -1
- package/dist/components/charts/physics/{PhysicalFlowChart.d.ts → PacketFlowChart.d.ts} +22 -6
- package/dist/components/charts/physics/PhysicsCustomChart.d.ts +1 -1
- package/dist/components/charts/physics/ProcessFlowChart.d.ts +7 -4
- package/dist/components/charts/physics/{PhysicalFlowChart.capability.d.ts → UnitPileChart.capability.d.ts} +1 -1
- package/dist/components/charts/physics/{PhysicsPileChart.d.ts → UnitPileChart.d.ts} +19 -6
- package/dist/components/charts/physics/crucibleChartProps.d.ts +1 -1
- package/dist/components/charts/physics/crucibleChartUtils.d.ts +9 -0
- package/dist/components/charts/physics/gauntletChartProps.d.ts +6 -1
- package/dist/components/charts/physics/gauntletTerminal.d.ts +61 -0
- package/dist/components/charts/physics/packetFlowSemantics.d.ts +6 -0
- package/dist/components/charts/physics/physicsHocUtils.d.ts +45 -2
- package/dist/components/charts/shared/auditAccessibilityStyles.d.ts +9 -0
- package/dist/components/charts/shared/chartSpecCore.d.ts +2 -4
- package/dist/components/charts/shared/gaugeGradient.d.ts +4 -8
- package/dist/components/charts/shared/gradient.d.ts +35 -0
- package/dist/components/charts/shared/hatchFill.d.ts +3 -10
- package/dist/components/charts/shared/hooks.d.ts +2 -50
- package/dist/components/charts/shared/knownChartComponents.d.ts +1 -1
- package/dist/components/charts/shared/streamPropsHelpers.d.ts +1 -2
- package/dist/components/charts/shared/useChartLegend.d.ts +65 -0
- package/dist/components/charts/shared/useChartSetup.d.ts +12 -0
- package/dist/components/charts/shared/useCustomChartSetup.d.ts +6 -1
- package/dist/components/charts/shared/useNetworkChartSetup.d.ts +1 -0
- package/dist/components/charts/shared/useStreamingLegend.d.ts +1 -1
- package/dist/components/charts/xy/AreaChart.d.ts +25 -42
- package/dist/components/charts/xy/BumpChart.capability.d.ts +11 -0
- package/dist/components/charts/xy/BumpChart.d.ts +161 -0
- package/dist/components/charts/xy/DifferenceChart.d.ts +3 -10
- package/dist/components/charts/xy/Heatmap.d.ts +3 -0
- package/dist/components/charts/xy/LineChart.d.ts +6 -8
- package/dist/components/data/portability/capabilityBinding.d.ts +41 -0
- package/dist/components/data/portability/index.d.ts +2 -0
- package/dist/components/geometry/bumpRibbonGeometry.d.ts +36 -0
- package/dist/components/legendLayout.d.ts +75 -1
- package/dist/components/recipes/geographicDotGrid.d.ts +82 -0
- package/dist/components/recipes/geographicGrid.d.ts +100 -0
- package/dist/components/recipes/physics.d.ts +2 -0
- package/dist/components/recipes/physicsStageGeography.d.ts +137 -0
- package/dist/components/semiotic-ai.d.ts +6 -4
- package/dist/components/semiotic-experimental-vacp.d.ts +11 -0
- package/dist/components/semiotic-experimental.d.ts +6 -3
- package/dist/components/semiotic-geo.d.ts +5 -0
- package/dist/components/semiotic-network.d.ts +1 -0
- package/dist/components/semiotic-ordinal.d.ts +2 -0
- package/dist/components/semiotic-physics.d.ts +10 -6
- package/dist/components/semiotic-realtime-core.d.ts +1 -0
- package/dist/components/semiotic-recipes-core.d.ts +6 -1
- package/dist/components/semiotic-server-edge.d.ts +1 -1
- package/dist/components/semiotic-server.d.ts +1 -1
- package/dist/components/semiotic-xy.d.ts +4 -0
- package/dist/components/semiotic.d.ts +4 -4
- package/dist/components/server/renderEvidence.d.ts +1 -1
- package/dist/components/server/renderToStaticSVG.d.ts +2 -1
- package/dist/components/server/serverChartConfigHeatmap.d.ts +6 -0
- package/dist/components/server/serverChartConfigNetworkStyles.d.ts +12 -0
- package/dist/components/server/serverChartConfigShared.d.ts +16 -0
- package/dist/components/server/serverChartConfigs.d.ts +3 -2
- package/dist/components/server/serverChartConfigsPhysics.d.ts +2 -2
- package/dist/components/server/serverChartConfigsXY.d.ts +1 -1
- package/dist/components/server/staticLegend.d.ts +10 -2
- package/dist/components/server/staticSVGChrome.d.ts +14 -6
- package/dist/components/server/staticValue.d.ts +8 -0
- package/dist/components/stream/GeoSVGOverlay.d.ts +4 -10
- package/dist/components/stream/NetworkSVGOverlay.d.ts +2 -6
- package/dist/components/stream/OrdinalSVGOverlay.d.ts +2 -6
- package/dist/components/stream/SVGOverlay.d.ts +2 -6
- package/dist/components/stream/StalenessBadge.d.ts +2 -6
- package/dist/components/stream/geoPipelineConfig.d.ts +10 -0
- package/dist/components/stream/geoTypes.d.ts +3 -6
- package/dist/components/stream/legendRenderer.d.ts +10 -6
- package/dist/components/stream/ordinalTypes.d.ts +7 -31
- package/dist/components/stream/physics/PhysicsEvidence.d.ts +37 -0
- package/dist/components/stream/physics/PhysicsKernel.d.ts +1 -0
- package/dist/components/stream/physics/PhysicsPipelineStore.d.ts +9 -0
- package/dist/components/stream/physics/PhysicsSVGOverlay.d.ts +2 -6
- package/dist/components/stream/physics/PhysicsSettledScene.d.ts +5 -0
- package/dist/components/stream/physics/StreamPhysicsTypes.d.ts +2 -6
- package/dist/components/stream/physics/physicsFramePipelineConfig.d.ts +19 -0
- package/dist/components/stream/physics/physicsPipelineSettle.d.ts +52 -0
- package/dist/components/stream/physics/physicsRegionRuntime.d.ts +23 -0
- package/dist/components/stream/pipelineConfig.d.ts +7 -15
- package/dist/components/stream/renderers/canvasRenderHelpers.d.ts +9 -69
- package/dist/components/stream/renderers/cornerRadii.d.ts +2 -9
- package/dist/components/stream/renderers/thresholdLineSegments.d.ts +12 -0
- package/dist/components/stream/sceneToSVGShared.d.ts +3 -5
- package/dist/components/stream/types.d.ts +34 -56
- package/dist/components/stream/xySceneBuilders/areaGradient.d.ts +4 -20
- package/dist/components/stream/xySceneBuilders/types.d.ts +6 -6
- package/dist/components/types/legendTypes.d.ts +31 -6
- package/dist/controls.min.js +1 -1
- package/dist/controls.module.min.js +1 -1
- package/dist/geo.min.js +1 -1
- package/dist/geo.module.min.js +1 -1
- package/dist/network.min.js +1 -1
- package/dist/network.module.min.js +1 -1
- package/dist/ordinal.min.js +1 -1
- package/dist/ordinal.module.min.js +1 -1
- package/dist/physics.min.js +1 -1
- package/dist/physics.module.min.js +1 -1
- package/dist/physicsWorker.js +1 -1
- package/dist/realtime.min.js +1 -1
- package/dist/realtime.module.min.js +1 -1
- package/dist/semiotic-ai-core.min.js +1 -1
- package/dist/semiotic-ai-core.module.min.js +1 -1
- package/dist/semiotic-ai.d.ts +6 -4
- package/dist/semiotic-ai.min.js +1 -1
- package/dist/semiotic-ai.module.min.js +1 -1
- package/dist/semiotic-data.module.min.js +1 -1
- package/dist/semiotic-experimental-vacp.d.ts +11 -0
- package/dist/semiotic-experimental-vacp.min.js +1 -0
- package/dist/semiotic-experimental-vacp.module.min.js +1 -0
- package/dist/semiotic-experimental.d.ts +6 -3
- package/dist/semiotic-experimental.min.js +2 -1
- package/dist/semiotic-experimental.module.min.js +2 -1
- package/dist/semiotic-geo.d.ts +5 -0
- package/dist/semiotic-network.d.ts +1 -0
- package/dist/semiotic-ordinal.d.ts +2 -0
- package/dist/semiotic-physics.d.ts +10 -6
- package/dist/semiotic-realtime-core.d.ts +1 -0
- package/dist/semiotic-realtime-core.min.js +1 -1
- package/dist/semiotic-realtime-core.module.min.js +1 -1
- package/dist/semiotic-recipes-core.d.ts +6 -1
- package/dist/semiotic-recipes-core.min.js +1 -1
- package/dist/semiotic-recipes-core.module.min.js +1 -1
- package/dist/semiotic-recipes.min.js +1 -1
- package/dist/semiotic-recipes.module.min.js +1 -1
- package/dist/semiotic-server-edge.d.ts +1 -1
- package/dist/semiotic-server-edge.min.js +1 -1
- package/dist/semiotic-server-edge.module.min.js +1 -1
- package/dist/semiotic-server-node.min.js +1 -1
- package/dist/semiotic-server-node.module.min.js +1 -1
- package/dist/semiotic-server.d.ts +1 -1
- package/dist/semiotic-utils-core.min.js +1 -1
- package/dist/semiotic-utils-core.module.min.js +1 -1
- package/dist/semiotic-utils.min.js +1 -1
- package/dist/semiotic-utils.module.min.js +1 -1
- package/dist/semiotic-xy.d.ts +4 -0
- package/dist/semiotic.d.ts +4 -4
- package/dist/semiotic.min.js +1 -1
- package/dist/semiotic.module.min.js +1 -1
- package/dist/server.min.js +1 -1
- package/dist/server.module.min.js +1 -1
- package/dist/xy.min.js +1 -1
- package/dist/xy.module.min.js +1 -1
- package/package.json +18 -2
- package/spec/README.md +94 -2
- package/spec/bindings/README.md +14 -3
- package/spec/v0.1/examples/annotation-provenance-reviewed-revision.json +27 -0
- package/spec/v0.1/examples/annotation-provenance-watcher-threshold.json +21 -0
- package/spec/v0.1/examples/audience-profile-executive-review.json +24 -0
- package/spec/v0.1/examples/audience-profile-incident-operators.json +42 -0
- package/spec/v0.1/examples/chart-capability-bar-comparison.json +48 -0
- package/spec/v0.1/examples/chart-capability-service-flow.json +54 -0
- package/dist/chunk-chunk-4AANPFOX.module.min.js +0 -2
- package/dist/chunk-chunk-5I3UZV4Q.module.min.js +0 -2
- package/dist/chunk-chunk-5RKXZQ2P.module.min.js +0 -1
- package/dist/chunk-chunk-74CCPVXB.module.min.js +0 -1
- package/dist/chunk-chunk-7ALTGHK6.module.min.js +0 -1
- package/dist/chunk-chunk-ANYDWOZF.module.min.js +0 -1
- package/dist/chunk-chunk-AVBI6GDT.module.min.js +0 -1
- package/dist/chunk-chunk-BANTPINB.module.min.js +0 -2
- package/dist/chunk-chunk-C4YA6TDR.module.min.js +0 -1
- package/dist/chunk-chunk-C57LR3YG.module.min.js +0 -1
- package/dist/chunk-chunk-CKMD5NV3.module.min.js +0 -2
- package/dist/chunk-chunk-CO5KQMGH.module.min.js +0 -1
- package/dist/chunk-chunk-CWQ5YIHX.module.min.js +0 -2
- package/dist/chunk-chunk-E6TXX6MI.module.min.js +0 -1
- package/dist/chunk-chunk-GMQ5AYTD.module.min.js +0 -1
- package/dist/chunk-chunk-JCG72SGW.module.min.js +0 -2
- package/dist/chunk-chunk-K3DMEW22.module.min.js +0 -1
- package/dist/chunk-chunk-KT2VAZMZ.module.min.js +0 -1
- package/dist/chunk-chunk-L6EA5V3G.module.min.js +0 -2
- package/dist/chunk-chunk-LJPCLYSC.module.min.js +0 -2
- package/dist/chunk-chunk-LRIFN2HK.module.min.js +0 -1
- package/dist/chunk-chunk-N5DDKCCF.module.min.js +0 -1
- package/dist/chunk-chunk-NEVE562N.module.min.js +0 -1
- package/dist/chunk-chunk-NLO44TOS.module.min.js +0 -2
- package/dist/chunk-chunk-PZJ2SBLL.module.min.js +0 -2
- package/dist/chunk-chunk-QSQVBIJA.module.min.js +0 -1
- package/dist/chunk-chunk-QUJ6TTLY.module.min.js +0 -1
- package/dist/chunk-chunk-RBIDBUT4.module.min.js +0 -2
- package/dist/chunk-chunk-RCF52Z42.module.min.js +0 -2
- package/dist/chunk-chunk-RFLAG356.module.min.js +0 -1
- package/dist/chunk-chunk-RPU4IZAV.module.min.js +0 -2
- package/dist/chunk-chunk-SKMBCFIL.module.min.js +0 -2
- package/dist/chunk-chunk-TAE7W424.module.min.js +0 -2
- package/dist/chunk-chunk-TUBMTZMU.module.min.js +0 -2
- package/dist/chunk-chunk-UFFEXJQY.module.min.js +0 -1
- package/dist/chunk-chunk-XSCHTS4D.module.min.js +0 -2
- package/dist/chunk-chunk-XXWSHGPL.module.min.js +0 -2
- package/dist/chunk-chunk-ZOAQDIJO.module.min.js +0 -1
- package/dist/chunk-chunk-ZXIXAPRE.module.min.js +0 -2
- package/dist/chunk-statisticalOverlays-QGDLRUHX.module.min.js +0 -1
- package/dist/chunk-statisticalOverlays-T77OKLDY.module.min.js +0 -1
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import type { Datum } from "../charts/shared/datumTypes";
|
|
2
|
+
import type { GeoCustomLayout } from "../stream/geoCustomLayout";
|
|
3
|
+
import type { GeoScales } from "../stream/geoTypes";
|
|
4
|
+
import type { Style } from "../stream/types";
|
|
5
|
+
export type GeographicDotGridShape = "circle" | "square" | "hexagon";
|
|
6
|
+
export type GeographicDotGridAccessor = string | ((datum: GeographicDotGridDatum, index: number) => unknown);
|
|
7
|
+
export interface GeographicDotGridDatum extends Datum {
|
|
8
|
+
/** Stable source feature identity. */
|
|
9
|
+
featureId: string;
|
|
10
|
+
/** Source feature position in the filtered areas array. */
|
|
11
|
+
featureIndex: number;
|
|
12
|
+
/** Grid position in the chart-wide lattice. */
|
|
13
|
+
gridRow: number;
|
|
14
|
+
gridColumn: number;
|
|
15
|
+
/** Geographic location obtained by inverting the sampled cell center. */
|
|
16
|
+
longitude: number;
|
|
17
|
+
latitude: number;
|
|
18
|
+
/** Stable index among the retained, in-mask dots. */
|
|
19
|
+
dotIndex: number;
|
|
20
|
+
}
|
|
21
|
+
export interface GeographicDotGridSampleOptions {
|
|
22
|
+
/** Approximate pixel width/height of one lattice cell. @default 10 */
|
|
23
|
+
cellSize?: number;
|
|
24
|
+
/**
|
|
25
|
+
* Alternative density control: number of lattice columns across the
|
|
26
|
+
* projected geographic bounds. Takes precedence over cellSize.
|
|
27
|
+
*/
|
|
28
|
+
columns?: number;
|
|
29
|
+
/** Pixel inset applied to the geographic sampling bounds. @default 0 */
|
|
30
|
+
layoutPadding?: number;
|
|
31
|
+
/** Chart-space lattice origin. Stable origins make resize transitions predictable. */
|
|
32
|
+
gridOrigin?: [number, number];
|
|
33
|
+
/**
|
|
34
|
+
* Maximum candidate cells tested. Coarser spacing is chosen automatically
|
|
35
|
+
* when the requested lattice would exceed this guard. @default 25000
|
|
36
|
+
*/
|
|
37
|
+
maxSamples?: number;
|
|
38
|
+
/** Exclude source features before their projected bounds are sampled. */
|
|
39
|
+
featureFilter?: (feature: GeoJSON.Feature, index: number) => boolean;
|
|
40
|
+
/** Exclude retained dots after feature attribution. */
|
|
41
|
+
dotFilter?: (datum: GeographicDotGridDatum, index: number) => boolean;
|
|
42
|
+
}
|
|
43
|
+
export interface GeographicDotGridConfig extends GeographicDotGridSampleOptions {
|
|
44
|
+
/** Geometry emitted for each occupied lattice cell. @default "circle" */
|
|
45
|
+
shape?: GeographicDotGridShape;
|
|
46
|
+
/** Radius in pixels. Overrides radiusRatio. */
|
|
47
|
+
dotRadius?: number;
|
|
48
|
+
/** Radius as a fraction of cellSize. @default 0.24 */
|
|
49
|
+
radiusRatio?: number;
|
|
50
|
+
/** Direct fill field/function. categoryAccessor + the chart palette is used otherwise. */
|
|
51
|
+
fillAccessor?: GeographicDotGridAccessor;
|
|
52
|
+
categoryAccessor?: GeographicDotGridAccessor;
|
|
53
|
+
/** Additional per-dot style. */
|
|
54
|
+
markStyle?: Style | ((datum: GeographicDotGridDatum, index: number) => Style);
|
|
55
|
+
/** Draw faint source boundaries over the dot field. @default false */
|
|
56
|
+
showOutline?: boolean;
|
|
57
|
+
outlineStyle?: Style;
|
|
58
|
+
}
|
|
59
|
+
interface GeographicDotGridSampleResult {
|
|
60
|
+
dots: GeographicDotGridDatum[];
|
|
61
|
+
cellSize: number;
|
|
62
|
+
features: GeoJSON.Feature[];
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Sample fitted geographic polygons onto a chart-space lattice.
|
|
66
|
+
*
|
|
67
|
+
* Each candidate cell center is inverted through the active projection and
|
|
68
|
+
* retained only when it falls inside a source feature. The result is useful
|
|
69
|
+
* independently of React for inspecting density or composing custom layouts.
|
|
70
|
+
*/
|
|
71
|
+
export declare function sampleGeographicDotGrid(areas: GeoJSON.Feature[], scales: Pick<GeoScales, "geoPath" | "invertedPoint">, dimensions: {
|
|
72
|
+
width: number;
|
|
73
|
+
height: number;
|
|
74
|
+
}, options?: GeographicDotGridSampleOptions): GeographicDotGridSampleResult;
|
|
75
|
+
/**
|
|
76
|
+
* Polygon-to-lattice mask for `GeoCustomChart`.
|
|
77
|
+
*
|
|
78
|
+
* Unlike a tile cartogram, this retains the projected land silhouette: every
|
|
79
|
+
* occupied screen-space grid cell becomes a small circle, square, or hexagon.
|
|
80
|
+
*/
|
|
81
|
+
export declare const geographicDotGridLayout: GeoCustomLayout<GeographicDotGridConfig>;
|
|
82
|
+
export {};
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import type { Datum } from "../charts/shared/datumTypes";
|
|
2
|
+
import type { GeoCustomLayout } from "../stream/geoCustomLayout";
|
|
3
|
+
import type { Style } from "../stream/types";
|
|
4
|
+
export type GeographicGridShape = "circle" | "square" | "hexagon";
|
|
5
|
+
export type GeographicGridSource = "auto" | "areas" | "points";
|
|
6
|
+
export interface GeographicGridInput<T = Datum> {
|
|
7
|
+
datum: T;
|
|
8
|
+
/** Source-space x coordinate. Longitude or projected x both work. */
|
|
9
|
+
x: number;
|
|
10
|
+
/** Source-space y coordinate. Latitude or projected y both work. */
|
|
11
|
+
y: number;
|
|
12
|
+
}
|
|
13
|
+
export interface GridifiedGeographicPoint<T = Datum> extends GeographicGridInput<T> {
|
|
14
|
+
row: number;
|
|
15
|
+
column: number;
|
|
16
|
+
}
|
|
17
|
+
export interface GridifyGeographicPointsOptions {
|
|
18
|
+
/** Number of grid columns. Inferred from count and aspect ratio by default. */
|
|
19
|
+
columns?: number;
|
|
20
|
+
/** Number of grid rows. Inferred from count and occupancy by default. */
|
|
21
|
+
rows?: number;
|
|
22
|
+
/**
|
|
23
|
+
* Target fraction of grid cells occupied when rows are inferred.
|
|
24
|
+
* Extra cells preserve coastline/continental whitespace. @default 0.72
|
|
25
|
+
*/
|
|
26
|
+
occupancy?: number;
|
|
27
|
+
/** Width / height of the intended display. @default 1.8 */
|
|
28
|
+
aspectRatio?: number;
|
|
29
|
+
}
|
|
30
|
+
type GridAccessor<T> = string | ((datum: T) => unknown);
|
|
31
|
+
export interface GeographicGridConfig {
|
|
32
|
+
/** Prefer area features, point rows, or whichever source is populated. @default "auto" */
|
|
33
|
+
source?: GeographicGridSource;
|
|
34
|
+
/**
|
|
35
|
+
* Explicit grid placement. When both accessors return finite values, the
|
|
36
|
+
* authored table is used instead of automatic geographic gridification.
|
|
37
|
+
*/
|
|
38
|
+
rowAccessor?: GridAccessor<Datum>;
|
|
39
|
+
columnAccessor?: GridAccessor<Datum>;
|
|
40
|
+
/** Geographic point accessors used by automatic point gridification. */
|
|
41
|
+
longitudeAccessor?: GridAccessor<Datum>;
|
|
42
|
+
latitudeAccessor?: GridAccessor<Datum>;
|
|
43
|
+
idAccessor?: GridAccessor<Datum>;
|
|
44
|
+
labelAccessor?: GridAccessor<Datum>;
|
|
45
|
+
categoryAccessor?: GridAccessor<Datum>;
|
|
46
|
+
/**
|
|
47
|
+
* Optional quantitative size encoding. Mark area is proportional to this
|
|
48
|
+
* value; omit it for equal-area geographic units.
|
|
49
|
+
*/
|
|
50
|
+
sizeAccessor?: GridAccessor<Datum>;
|
|
51
|
+
/** Explicit size domain. Inferred from finite values by default. */
|
|
52
|
+
sizeDomain?: [number, number];
|
|
53
|
+
/**
|
|
54
|
+
* Minimum/maximum mark radius as fractions of the available cell radius.
|
|
55
|
+
* @default [0.36, 1]
|
|
56
|
+
*/
|
|
57
|
+
sizeRange?: [number, number];
|
|
58
|
+
/** Direct fill field/function. categoryAccessor + the chart palette is used otherwise. */
|
|
59
|
+
fillAccessor?: GridAccessor<Datum>;
|
|
60
|
+
/** Additional per-mark style. */
|
|
61
|
+
markStyle?: Style | ((datum: Datum, index: number) => Style);
|
|
62
|
+
/** Mark geometry. @default "circle" */
|
|
63
|
+
shape?: GeographicGridShape;
|
|
64
|
+
/** Grid columns for automatic placement. */
|
|
65
|
+
columns?: number;
|
|
66
|
+
/** Grid rows for automatic placement. */
|
|
67
|
+
rows?: number;
|
|
68
|
+
/** Target automatic-grid occupancy. @default 0.72 */
|
|
69
|
+
occupancy?: number;
|
|
70
|
+
/** Fraction of each cell reserved between marks. @default 0.12 */
|
|
71
|
+
cellPadding?: number;
|
|
72
|
+
/** Pixel inset around the complete grid. @default 8 */
|
|
73
|
+
layoutPadding?: number;
|
|
74
|
+
/** Render labels over marks. @default true */
|
|
75
|
+
showLabels?: boolean;
|
|
76
|
+
labelColor?: string;
|
|
77
|
+
labelFontSize?: number;
|
|
78
|
+
labelFontFamily?: string;
|
|
79
|
+
labelFontWeight?: number | string;
|
|
80
|
+
/** Maximum visible label length. @default 4 */
|
|
81
|
+
maxLabelLength?: number;
|
|
82
|
+
/** Exclude records before placement. */
|
|
83
|
+
filter?: (datum: Datum, index: number) => boolean;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Snap geographic/projected points to unique cells while preserving their
|
|
87
|
+
* coarse relative position. Edge points claim cells first, leaving central
|
|
88
|
+
* clusters to absorb most of the unavoidable displacement.
|
|
89
|
+
*/
|
|
90
|
+
export declare function gridifyGeographicPoints<T>(input: GeographicGridInput<T>[], options?: GridifyGeographicPointsOptions): GridifiedGeographicPoint<T>[];
|
|
91
|
+
/**
|
|
92
|
+
* Geographic table/cartogram layout for `GeoCustomChart`.
|
|
93
|
+
*
|
|
94
|
+
* It accepts either authored row/column positions (state tile grids and other
|
|
95
|
+
* known cartograms) or automatically gridifies projected point/area centroids.
|
|
96
|
+
* Every result remains a native Geo scene node, retaining canvas rendering,
|
|
97
|
+
* SSR, hit testing, keyboard navigation, tooltips, and shared selection.
|
|
98
|
+
*/
|
|
99
|
+
export declare const geographicGridLayout: GeoCustomLayout<GeographicGridConfig>;
|
|
100
|
+
export {};
|
|
@@ -120,3 +120,5 @@ export type { BodyGroupSpec, BodyGroupSpecOptions, ProcessMembraneDef, ProcessRe
|
|
|
120
120
|
export type { RegionCountBucket, RegionCountMap } from "./processAggregates";
|
|
121
121
|
export type { ProcessVolumePoint, ProcessVolumePolygon, ProcessVolumePolygonRole } from "./processVolumeGeometry";
|
|
122
122
|
export type { ProcessJourneyEntityState, ProcessJourneyLedger, ProcessJourneyRow, ProcessJourneyStage, ProcessJourneyUpdateOptions } from "./processJourney";
|
|
123
|
+
export { describePhysicsStageGeography, physicsChargePoint, physicsDestination, physicsStageColliders, physicsStageGeography } from "./physicsStageGeography";
|
|
124
|
+
export type { PhysicsDestinationZone, PhysicsStageColliderOptions, PhysicsStageGeography, PhysicsStageGeographyOptions, PhysicsZone } from "./physicsStageGeography";
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Physics stage geography — the shared spatial vocabulary every physics chart
|
|
3
|
+
* has been re-inventing.
|
|
4
|
+
*
|
|
5
|
+
* ## The observation
|
|
6
|
+
*
|
|
7
|
+
* Every physics chart in Semiotic is the same three-zone apparatus under a
|
|
8
|
+
* different local name:
|
|
9
|
+
*
|
|
10
|
+
* | chart | charge | apparatus | destinations |
|
|
11
|
+
* |----------------|----------------|----------------------|-----------------------|
|
|
12
|
+
* | Galton | hopper | peg field | bins |
|
|
13
|
+
* | Pile | drop point | tubes | category piles |
|
|
14
|
+
* | CollisionSwarm | x positions | collision relaxation | settled x positions |
|
|
15
|
+
* | EventDrop | arrivals | watermark barrier | windows + late gutter |
|
|
16
|
+
* | ProcessFlow | arrival | capacitated stages | absorb stages |
|
|
17
|
+
* | Gauntlet | start | gates | socket / graveyard |
|
|
18
|
+
* | Crucible | charge | phases | outlets |
|
|
19
|
+
* | ChainReaction | completed task | dependency sockets | armed tasks |
|
|
20
|
+
*
|
|
21
|
+
* They also all conserve something, which is what the settled ledger checks.
|
|
22
|
+
* `GauntletLayout` calls its zones `startX`/`socketX`/`graveyardX`;
|
|
23
|
+
* `CrucibleLayout` calls them `chamber`/`mouth`/`outlets`; Galton and Pile
|
|
24
|
+
* independently wrote the *same* lane formula
|
|
25
|
+
* (`plot.x + (index + 0.5) * plot.width / count`). Naming the geography once
|
|
26
|
+
* means the tenth physics chart costs less than the first.
|
|
27
|
+
*
|
|
28
|
+
* ## Scope
|
|
29
|
+
*
|
|
30
|
+
* This is authoring vocabulary, not a retrofit. Existing charts keep their own
|
|
31
|
+
* layouts (their SSR baselines depend on them); `physicsStageGeography.test.ts`
|
|
32
|
+
* proves this builder reproduces their lane math, so a new chart can adopt it
|
|
33
|
+
* and land in the same visual family. Reach for it when building a new physics
|
|
34
|
+
* chart or a `PhysicsCustomChart` layout.
|
|
35
|
+
*/
|
|
36
|
+
import type { PhysicsColliderSpec } from "../stream/physics/PhysicsKernel";
|
|
37
|
+
export interface PhysicsZone {
|
|
38
|
+
x: number;
|
|
39
|
+
y: number;
|
|
40
|
+
width: number;
|
|
41
|
+
height: number;
|
|
42
|
+
}
|
|
43
|
+
export interface PhysicsDestinationZone extends PhysicsZone {
|
|
44
|
+
id: string;
|
|
45
|
+
label: string;
|
|
46
|
+
/** Reading order along the flow axis. */
|
|
47
|
+
order: number;
|
|
48
|
+
/** Center of the zone — where a settled pile or bin count anchors. */
|
|
49
|
+
centerX: number;
|
|
50
|
+
centerY: number;
|
|
51
|
+
}
|
|
52
|
+
export interface PhysicsStageGeography {
|
|
53
|
+
width: number;
|
|
54
|
+
height: number;
|
|
55
|
+
/** Direction the charge travels toward its destinations. */
|
|
56
|
+
flow: "down" | "right";
|
|
57
|
+
/** Where bodies enter the world. */
|
|
58
|
+
charge: PhysicsZone;
|
|
59
|
+
/** Where the apparatus acts: pegs, gates, phases, stages, barriers. */
|
|
60
|
+
apparatus: PhysicsZone;
|
|
61
|
+
/** Where bodies come to rest, in reading order. */
|
|
62
|
+
destinations: PhysicsDestinationZone[];
|
|
63
|
+
/** Strip reserved for the settled projection. Bodies never enter it. */
|
|
64
|
+
projection: PhysicsZone;
|
|
65
|
+
}
|
|
66
|
+
export interface PhysicsStageGeographyOptions {
|
|
67
|
+
size: [number, number];
|
|
68
|
+
/**
|
|
69
|
+
* Destination bins/lanes/outlets. A number produces `bin-0…bin-n` ids, which
|
|
70
|
+
* is the common case for a histogram-shaped board.
|
|
71
|
+
*/
|
|
72
|
+
destinations: number | ReadonlyArray<{
|
|
73
|
+
id: string;
|
|
74
|
+
label?: string;
|
|
75
|
+
}>;
|
|
76
|
+
/** Charge travels down (boards, piles) or right (process lanes, routes). */
|
|
77
|
+
flow?: "down" | "right";
|
|
78
|
+
/** Outer inset in px. */
|
|
79
|
+
padding?: number | {
|
|
80
|
+
top?: number;
|
|
81
|
+
right?: number;
|
|
82
|
+
bottom?: number;
|
|
83
|
+
left?: number;
|
|
84
|
+
};
|
|
85
|
+
/** Fraction of the flow axis given to the entry zone. */
|
|
86
|
+
chargeExtent?: number;
|
|
87
|
+
/** Fraction of the flow axis given to the settled destinations. */
|
|
88
|
+
destinationExtent?: number;
|
|
89
|
+
/** Fraction of the flow axis reserved for the projection strip. */
|
|
90
|
+
projectionExtent?: number;
|
|
91
|
+
/**
|
|
92
|
+
* Fraction of each destination lane the body-holding channel occupies. `1`
|
|
93
|
+
* means bins touch (a histogram); lower values leave visible gutters (tubes).
|
|
94
|
+
*/
|
|
95
|
+
channelRatio?: number;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* Build the charge → apparatus → destinations geography for a physics stage.
|
|
99
|
+
*
|
|
100
|
+
* The cross-axis lane math matches what Galton bins and Pile tubes already use,
|
|
101
|
+
* so a chart built on this lands in the same visual family as the existing ones.
|
|
102
|
+
*/
|
|
103
|
+
export declare function physicsStageGeography(options: PhysicsStageGeographyOptions): PhysicsStageGeography;
|
|
104
|
+
/** Look a destination up by id. */
|
|
105
|
+
export declare function physicsDestination(geography: PhysicsStageGeography, id: string): PhysicsDestinationZone | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* Where the nth of `count` bodies should enter the charge zone, spread evenly
|
|
108
|
+
* across it so a burst does not spawn co-located and explode apart.
|
|
109
|
+
*/
|
|
110
|
+
export declare function physicsChargePoint(geography: PhysicsStageGeography, index: number, count: number): {
|
|
111
|
+
x: number;
|
|
112
|
+
y: number;
|
|
113
|
+
};
|
|
114
|
+
export interface PhysicsStageColliderOptions {
|
|
115
|
+
/** Collider thickness in px. */
|
|
116
|
+
thickness?: number;
|
|
117
|
+
/** Prefix for generated collider ids. */
|
|
118
|
+
idPrefix?: string;
|
|
119
|
+
/** Add the outer boundary walls in addition to the destination dividers. */
|
|
120
|
+
walls?: boolean;
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* Colliders that make the destinations physically real: a floor plus one
|
|
124
|
+
* divider between each pair of adjacent destinations, so bodies land in the bin
|
|
125
|
+
* the data says they should. This is the geometry every board/pile chart writes
|
|
126
|
+
* by hand.
|
|
127
|
+
*/
|
|
128
|
+
export declare function physicsStageColliders(geography: PhysicsStageGeography, options?: PhysicsStageColliderOptions): PhysicsColliderSpec[];
|
|
129
|
+
/**
|
|
130
|
+
* One sentence naming the apparatus, for accessible descriptions and agent
|
|
131
|
+
* grounding. The reading protocol should be stateable in words, not only drawn.
|
|
132
|
+
*/
|
|
133
|
+
export declare function describePhysicsStageGeography(geography: PhysicsStageGeography, nouns?: {
|
|
134
|
+
charge?: string;
|
|
135
|
+
apparatus?: string;
|
|
136
|
+
destination?: string;
|
|
137
|
+
}): string;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { LineChart } from "./charts/xy/LineChart";
|
|
2
|
+
export { BumpChart, rankBumpData } from "./charts/xy/BumpChart";
|
|
2
3
|
export { AreaChart } from "./charts/xy/AreaChart";
|
|
3
4
|
export { DifferenceChart } from "./charts/xy/DifferenceChart";
|
|
4
5
|
export { StackedAreaChart } from "./charts/xy/StackedAreaChart";
|
|
@@ -45,12 +46,13 @@ export { RealtimeHeatmap } from "./charts/realtime/RealtimeHeatmap";
|
|
|
45
46
|
export { GaltonBoardChart } from "./charts/physics/GaltonBoardChart";
|
|
46
47
|
export { EventDropChart } from "./charts/physics/EventDropChart";
|
|
47
48
|
export { PhysicsCustomChart } from "./charts/physics/PhysicsCustomChart";
|
|
48
|
-
export {
|
|
49
|
+
export { UnitPileChart } from "./charts/physics/UnitPileChart";
|
|
49
50
|
export { CollisionSwarmChart } from "./charts/physics/CollisionSwarmChart";
|
|
50
|
-
export {
|
|
51
|
+
export { PacketFlowChart } from "./charts/physics/PacketFlowChart";
|
|
51
52
|
export { ProcessFlowChart } from "./charts/physics/ProcessFlowChart";
|
|
52
53
|
export { GauntletChart } from "./charts/physics/GauntletChart";
|
|
53
54
|
export { CrucibleChart } from "./charts/physics/CrucibleChart";
|
|
55
|
+
export { ChainReactionChart } from "./charts/physics/ChainReactionChart";
|
|
54
56
|
export { BigNumber } from "./charts/value/BigNumber";
|
|
55
57
|
export { TooltipProvider } from "./store/TooltipStore";
|
|
56
58
|
export { MultiLineTooltip } from "./Tooltip/Tooltip";
|
|
@@ -141,7 +143,7 @@ export type { ScorecardFixture, ScorecardReport, PerCapabilityScore, PerFixtureS
|
|
|
141
143
|
export { CANONICAL_FIXTURES } from "./ai/qualityFixtures";
|
|
142
144
|
export { useChartSuggestions } from "./ai/useChartSuggestions";
|
|
143
145
|
export type { UseChartSuggestionsOptions, UseChartSuggestionsResult } from "./ai/useChartSuggestions";
|
|
144
|
-
export { getCapabilities, getCapability, registerChartCapability, unregisterChartCapability, LineChartCapability, AreaChartCapability, StackedAreaChartCapability, ScatterplotCapability, ConnectedScatterplotCapability, BubbleChartCapability, QuadrantChartCapability, MultiAxisLineChartCapability, MinimapChartCapability, DifferenceChartCapability, CandlestickChartCapability, HeatmapCapability, BarChartCapability, GroupedBarChartCapability, StackedBarChartCapability, DotPlotCapability, PieChartCapability, DonutChartCapability, FunnelChartCapability, GaugeChartCapability, LikertChartCapability, SwimlaneChartCapability, HistogramCapability, BoxPlotCapability, SwarmPlotCapability, ViolinPlotCapability, RidgelinePlotCapability, ForceDirectedGraphCapability, SankeyDiagramCapability, ChordDiagramCapability, ProcessSankeyCapability, TreeDiagramCapability, TreemapCapability, CirclePackCapability, OrbitDiagramCapability, ChoroplethMapCapability, ProportionalSymbolMapCapability, FlowMapCapability, DistanceCartogramCapability } from "./ai/chartCapabilities";
|
|
146
|
+
export { getCapabilities, getCapability, registerChartCapability, unregisterChartCapability, LineChartCapability, AreaChartCapability, BumpChartCapability, StackedAreaChartCapability, ScatterplotCapability, ConnectedScatterplotCapability, BubbleChartCapability, QuadrantChartCapability, MultiAxisLineChartCapability, MinimapChartCapability, DifferenceChartCapability, CandlestickChartCapability, HeatmapCapability, BarChartCapability, GroupedBarChartCapability, StackedBarChartCapability, DotPlotCapability, PieChartCapability, DonutChartCapability, FunnelChartCapability, GaugeChartCapability, LikertChartCapability, SwimlaneChartCapability, HistogramCapability, BoxPlotCapability, SwarmPlotCapability, ViolinPlotCapability, RidgelinePlotCapability, ForceDirectedGraphCapability, SankeyDiagramCapability, ChordDiagramCapability, ProcessSankeyCapability, TreeDiagramCapability, TreemapCapability, CirclePackCapability, OrbitDiagramCapability, ChoroplethMapCapability, ProportionalSymbolMapCapability, FlowMapCapability, DistanceCartogramCapability } from "./ai/chartCapabilities";
|
|
145
147
|
export type { ChartCapability, ChartCandidateKind, ChartDataProfile, ChartFamily, ChartImportPath, ChartRubric, ChartVariant, FieldCandidate, FieldKind, FitResult, IntentScorer, ScaledSuggestionGroups, Suggestion, SuggestionScaleRange, WhyCustomExplanation } from "./ai/chartCapabilityTypes";
|
|
146
148
|
export { defineChartRecipe, validateChartRecipe, isJsonSafe, isRegisteredRecipeLayout } from "./ai/chartRecipes";
|
|
147
149
|
export type { AccessibilityTableField, AccessibilityExpectations, AudienceFitDefinition, ChartRecipe as ChartRecipeDefinition, ChartRecipeFrameFamily, ChartRecipePortability, CustomLayoutFunction, DataRoleDefinition, DataSemanticType, DescriptionStrategy, DesignContractDefinition, EncodingChannel, EncodingDefinition, IntentDefinition, LiteracyTargetDefinition, NavigationStrategy, PortableNavigationStrategy, RecipeAudienceDefinition, RecipeAuditExpectations, RecipeDescription, RecipeExample, RecipeStrategyContext, RecipePortabilityConfig, ReceptionDefinition, RegisteredRecipeLayout, SerializableSchema } from "./ai/chartRecipes";
|
|
@@ -171,7 +173,7 @@ export type { AnnotationProvenance, AnnotationSource, AnnotationActorKind, Annot
|
|
|
171
173
|
export { useConversationArc, summarizeArc } from "./ai/useConversationArc";
|
|
172
174
|
export type { UseConversationArcOptions, UseConversationArcResult, ConversationArcSummary } from "./ai/useConversationArc";
|
|
173
175
|
export { enableConversationArc, disableConversationArc, getConversationArcStore, subscribeToConversationArcChange, registerConversationArcSink, createLocalStorageConversationArcSink, createIndexedDBConversationArcSink, createWebhookConversationArcSink, loadConversationArc, replayConversationArc, recordAudienceChange, recordAnnotationStatusChange } from "./ai/conversationArc";
|
|
174
|
-
export type { ConversationArcEvent, ConversationArcEventType, ConversationArcEventInput, ConversationArcStore, ConversationArcListener, ConversationArcSink, ConversationArcStorageLike, EnableConversationArcOptions, LoadConversationArcOptions, LocalStorageConversationArcSinkOptions, IndexedDBConversationArcSinkOptions, ConversationArcWebhookFetch, WebhookConversationArcSinkOptions, SuggestionShownEvent, SuggestionChosenEvent, AudienceSetEvent, ChartRenderedEvent, ChartEditedEvent, ChartReplacedEvent, ChartExportedEvent, ChartAbandonedEvent, InterrogationAskedEvent, InterrogationAnsweredEvent, NavNodeFocusedEvent, NavBranchExpandedEvent, AnnotationStatusChangedEvent } from "./ai/conversationArc";
|
|
176
|
+
export type { ConversationArcEvent, ConversationArcEventType, ConversationArcEventInput, ConversationArcStore, ConversationArcListener, ConversationArcSink, ConversationArcStorageLike, EnableConversationArcOptions, LoadConversationArcOptions, LocalStorageConversationArcSinkOptions, IndexedDBConversationArcSinkOptions, ConversationArcWebhookFetch, WebhookConversationArcSinkOptions, SuggestionShownEvent, SuggestionChosenEvent, AudienceSetEvent, ChartRenderedEvent, ChartEditedEvent, ChartReplacedEvent, ChartExportedEvent, ChartAbandonedEvent, InterrogationAskedEvent, InterrogationAnsweredEvent, NavNodeFocusedEvent, NavBranchExpandedEvent, AnnotationStatusChangedEvent, ProposalRefusedEvent, RenderEvidenceEvent } from "./ai/conversationArc";
|
|
175
177
|
export { useChartObserver } from "./store/useObservation";
|
|
176
178
|
export type { UseChartObserverOptions, UseChartObserverResult } from "./store/useObservation";
|
|
177
179
|
export type { ChartObservation, OnObservationCallback, HoverObservation, HoverEndObservation, BrushObservation, BrushEndObservation, SelectionObservation, SelectionEndObservation, ClickObservation, ClickEndObservation, ObservationInputType, FocusObservation, ActivateObservation, AnnotationActivateObservation } from "./store/ObservationStore";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pure experimental VACP 0.1.0 entry point.
|
|
3
|
+
*
|
|
4
|
+
* This subpath contains no React component or client directive, so server,
|
|
5
|
+
* headless, and non-React hosts can construct the semantic bridge without
|
|
6
|
+
* pulling in the browser-only experimental facade.
|
|
7
|
+
*/
|
|
8
|
+
export { SEMIOTIC_VACP_ACTIVATE_NAVIGATION_ACTION as unstable_SEMIOTIC_VACP_ACTIVATE_NAVIGATION_ACTION, SEMIOTIC_VACP_CLEAR_SELECTION_ACTION as unstable_SEMIOTIC_VACP_CLEAR_SELECTION_ACTION, SEMIOTIC_VACP_INSPECT_DATA_ACTION as unstable_SEMIOTIC_VACP_INSPECT_DATA_ACTION, SEMIOTIC_VACP_SET_INTERVAL_SELECTION_ACTION as unstable_SEMIOTIC_VACP_SET_INTERVAL_SELECTION_ACTION, SEMIOTIC_VACP_SET_POINT_SELECTION_ACTION as unstable_SEMIOTIC_VACP_SET_POINT_SELECTION_ACTION, createSemioticVACPBridge as unstable_createSemioticVACPBridge, installSemioticVACPBridge as unstable_installSemioticVACPBridge } from "./ai/vacpAdapter";
|
|
9
|
+
export { VACP_DATA_SCHEMA_ACTION as unstable_VACP_DATA_SCHEMA_ACTION, VACP_SCHEMA_VERSION as unstable_VACP_SCHEMA_VERSION } from "./ai/vacpTypes";
|
|
10
|
+
export type { CreateSemioticVACPBridgeOptions as UnstableCreateSemioticVACPBridgeOptions, InstallSemioticVACPBridgeOptions as UnstableInstallSemioticVACPBridgeOptions, SemioticVACPBridge as UnstableSemioticVACPBridge, SemioticVACPBridgeInstallation as UnstableSemioticVACPBridgeInstallation, SemioticVACPChart as UnstableSemioticVACPChart, SemioticVACPCustomAction as UnstableSemioticVACPCustomAction, SemioticVACPDataAccess as UnstableSemioticVACPDataAccess, SemioticVACPNavigationBinding as UnstableSemioticVACPNavigationBinding, SemioticVACPRefs as UnstableSemioticVACPRefs, SemioticVACPSelectionActions as UnstableSemioticVACPSelectionActions, SemioticVACPSelectionBinding as UnstableSemioticVACPSelectionBinding, SemioticVACPSelectionMode as UnstableSemioticVACPSelectionMode } from "./ai/vacpAdapter";
|
|
11
|
+
export type { VacpActionCall as UnstableVacpActionCall, VacpActionDescriptor as UnstableVacpActionDescriptor, VacpActionResult as UnstableVacpActionResult, VacpCapabilitiesRequest as UnstableVacpCapabilitiesRequest, VacpCapabilitiesSnapshot as UnstableVacpCapabilitiesSnapshot, VacpDataSchemaColumn as UnstableVacpDataSchemaColumn, VacpDataSchemaDetail as UnstableVacpDataSchemaDetail, VacpDataSchemaParams as UnstableVacpDataSchemaParams, VacpDataSchemaResult as UnstableVacpDataSchemaResult, VacpEdge as UnstableVacpEdge, VacpEdgeKind as UnstableVacpEdgeKind, VacpGraph as UnstableVacpGraph, VacpLayer as UnstableVacpLayer, VacpNode as UnstableVacpNode, VacpNodeKind as UnstableVacpNodeKind, VacpRef as UnstableVacpRef, VacpSchemaVersion as UnstableVacpSchemaVersion, VacpStateDeltaPayload as UnstableVacpStateDeltaPayload, VacpStateRequest as UnstableVacpStateRequest, VacpStateSnapshot as UnstableVacpStateSnapshot, VacpStateUpdate as UnstableVacpStateUpdate, VacpWindowBridge as UnstableVacpWindowBridge } from "./ai/vacpTypes";
|
|
@@ -12,7 +12,10 @@ export { gofishIRExamples as unstable_gofishIRExamples, flowerIR as unstable_gof
|
|
|
12
12
|
export type { GofishIRExample as UnstableGofishIRExample } from "./recipes/gofishIRExamples";
|
|
13
13
|
export { DEFAULT_DATA_PITFALLS_ANNOTATION_PALETTE as unstable_DEFAULT_DATA_PITFALLS_ANNOTATION_PALETTE, buildDataPitfallsAnnotationBridge as unstable_buildDataPitfallsAnnotationBridge, buildDataPitfallsBridge as unstable_buildDataPitfallsBridge, buildDataPitfallsNotificationBridge as unstable_buildDataPitfallsNotificationBridge, dataPitfallsFindingToAnnotation as unstable_dataPitfallsFindingToAnnotation, dataPitfallsFindingToNotification as unstable_dataPitfallsFindingToNotification, toDataPitfallsAnnotations as unstable_toDataPitfallsAnnotations, toDataPitfallsChain as unstable_toDataPitfallsChain, toDataPitfallsNotifications as unstable_toDataPitfallsNotifications } from "./ai/dataPitfallsBridge";
|
|
14
14
|
export type { DataPitfallsAnnotationBridge as UnstableDataPitfallsAnnotationBridge, DataPitfallsAnnotationBridgeOptions as UnstableDataPitfallsAnnotationBridgeOptions, DataPitfallsAnnotationType as UnstableDataPitfallsAnnotationType, DataPitfallsBridgeOptions as UnstableDataPitfallsBridgeOptions, DataPitfallsBridgeResult as UnstableDataPitfallsBridgeResult, DataPitfallsChainInput as UnstableDataPitfallsChainInput, DataPitfallsChainStage as UnstableDataPitfallsChainStage, DataPitfallsChartNotification as UnstableDataPitfallsChartNotification, DataPitfallsDocumentInput as UnstableDataPitfallsDocumentInput, DataPitfallsFinding as UnstableDataPitfallsFinding, DataPitfallsImageInput as UnstableDataPitfallsImageInput, DataPitfallsImageMediaType as UnstableDataPitfallsImageMediaType, DataPitfallsImageSource as UnstableDataPitfallsImageSource, DataPitfallsInputKind as UnstableDataPitfallsInputKind, DataPitfallsNotificationBridge as UnstableDataPitfallsNotificationBridge, DataPitfallsNotificationBridgeOptions as UnstableDataPitfallsNotificationBridgeOptions, DataPitfallsNotificationLevel as UnstableDataPitfallsNotificationLevel, DataPitfallsNotificationMessage as UnstableDataPitfallsNotificationMessage, DataPitfallsRenderedChart as UnstableDataPitfallsRenderedChart, DataPitfallsReport as UnstableDataPitfallsReport, DataPitfallsSemioticAnnotation as UnstableDataPitfallsSemioticAnnotation, DataPitfallsSeverity as UnstableDataPitfallsSeverity, DataPitfallsSlideContent as UnstableDataPitfallsSlideContent, DataPitfallsSlidesInput as UnstableDataPitfallsSlidesInput, DataPitfallsSingleArtifactInput as UnstableDataPitfallsSingleArtifactInput, DataPitfallsTextInput as UnstableDataPitfallsTextInput } from "./ai/dataPitfallsBridge";
|
|
15
|
-
export
|
|
15
|
+
export * from "./semiotic-experimental-vacp";
|
|
16
|
+
export { SemioticVACPBridge as unstable_SemioticVACPBridge } from "./ai/SemioticVACPBridge";
|
|
17
|
+
export type { SemioticVACPBridgeProps as UnstableSemioticVACPBridgeProps } from "./ai/SemioticVACPBridge";
|
|
18
|
+
export { IDID_SPEC_VERSION, BUILTIN_INTENT_IDS as unstable_BUILTIN_INTENT_IDS, validatePortableCapability as unstable_validatePortableCapability, validatePortableAudienceProfile as unstable_validatePortableAudienceProfile, validatePortableAnnotation as unstable_validatePortableAnnotation, bindPortableCapability as unstable_bindPortableCapability, toVegaLite as unstable_toVegaLite, toVegaLiteResult as unstable_toVegaLiteResult, fromVegaLiteResult as unstable_fromVegaLiteResult, unwrapIDIDEnrichedVegaLiteSpec as unstable_unwrapIDIDEnrichedVegaLiteSpec, attachIDID as unstable_attachIDID, readIDID as unstable_readIDID, attachIDIDAnnotations as unstable_attachIDIDAnnotations, readIDIDAnnotations as unstable_readIDIDAnnotations } from "./data/portability";
|
|
16
19
|
export type { FromVegaLiteOptions as UnstableFromVegaLiteOptions, PortabilityDiagnostic as UnstablePortabilityDiagnostic, PortabilityDiagnosticSeverity as UnstablePortabilityDiagnosticSeverity, PortabilityExportResult as UnstablePortabilityExportResult, PortabilityImportResult as UnstablePortabilityImportResult, PortabilityLoss as UnstablePortabilityLoss, PortabilityProvenance as UnstablePortabilityProvenance, PortabilityResult as UnstablePortabilityResult, PortabilityStatus as UnstablePortabilityStatus, ToVegaLiteOptions as UnstableToVegaLiteOptions, VegaLiteExportResult as UnstableVegaLiteExportResult, VegaLiteImportResult as UnstableVegaLiteImportResult, } from "./data/portability";
|
|
17
20
|
export { fromObservablePlot as unstable_fromObservablePlot } from "./data/fromObservablePlot";
|
|
18
21
|
export { fromMermaid as unstable_fromMermaid } from "./data/fromMermaid";
|
|
@@ -42,8 +45,8 @@ export type { PhysicsBodySelection as UnstablePhysicsBodySelection, PhysicsBodyS
|
|
|
42
45
|
export type { PhysicsCustomChartProps as UnstablePhysicsCustomChartProps, PhysicsCustomLayout as UnstablePhysicsCustomLayout, PhysicsCustomLayoutContext as UnstablePhysicsCustomLayoutContext, PhysicsCustomLayoutResult as UnstablePhysicsCustomLayoutResult, PhysicsCustomSpawnDatumResult as UnstablePhysicsCustomSpawnDatumResult } from "./charts/physics/PhysicsCustomChart";
|
|
43
46
|
export type { PhysicsExecution as UnstablePhysicsExecution } from "./stream/physics/PhysicsWorkerProtocol";
|
|
44
47
|
export type { PhysicsAnnotationAxis as UnstablePhysicsAnnotationAxis, PhysicsAnnotationColliderOptions as UnstablePhysicsAnnotationColliderOptions, PhysicsAnnotationRole as UnstablePhysicsAnnotationRole, PhysicsAnnotationSummary as UnstablePhysicsAnnotationSummary, PhysicsBodyAnnotation as UnstablePhysicsBodyAnnotation, PhysicsResolvedBodyAnnotation as UnstablePhysicsResolvedBodyAnnotation, PhysicsStaticAnnotation as UnstablePhysicsStaticAnnotation } from "./stream/physics/PhysicsAnnotations";
|
|
45
|
-
export type { PhysicsEvidenceBinCount as UnstablePhysicsEvidenceBinCount, PhysicsSettledEvidence as UnstablePhysicsSettledEvidence, PhysicsSettledEvidenceOptions as UnstablePhysicsSettledEvidenceOptions } from "./stream/physics/PhysicsEvidence";
|
|
48
|
+
export type { PhysicsEvidenceBinCount as UnstablePhysicsEvidenceBinCount, PhysicsSettledEvidence as UnstablePhysicsSettledEvidence, PhysicsSettledEvidenceOptions as UnstablePhysicsSettledEvidenceOptions, PhysicsSettledLedger as UnstablePhysicsSettledLedger } from "./stream/physics/PhysicsEvidence";
|
|
46
49
|
export type { PhysicsSettledScene as UnstablePhysicsSettledScene, PhysicsSettledSceneOptions as UnstablePhysicsSettledSceneOptions } from "./stream/physics/PhysicsSettledScene";
|
|
47
50
|
export type { PhysicsSettledSVGOptions as UnstablePhysicsSettledSVGOptions, PhysicsSettledSVGRender as UnstablePhysicsSettledSVGRender } from "./stream/physics/PhysicsSettledSVG";
|
|
48
51
|
export type { PhysicsNavigationTreeOptions as UnstablePhysicsNavigationTreeOptions, PhysicsObservationAnnouncementOptions as UnstablePhysicsObservationAnnouncementOptions, PhysicsProjectionBodySummary as UnstablePhysicsProjectionBodySummary, PhysicsProjectionContainerSpec as UnstablePhysicsProjectionContainerSpec, PhysicsSettledProjectionOptions as UnstablePhysicsSettledProjectionOptions, PhysicsSettledProjectionRow as UnstablePhysicsSettledProjectionRow } from "./stream/physics/PhysicsAccessibility";
|
|
49
|
-
export type { BuiltInIntentId as UnstableBuiltInIntentId, PortableIntentId as UnstablePortableIntentId, PortableChartRubric as UnstablePortableChartRubric, PortableChartVariant as UnstablePortableChartVariant, PortableMobileInteractionCapability as UnstablePortableMobileInteractionCapability, PortableMobileLabelCapability as UnstablePortableMobileLabelCapability, PortableMobileCustomCapability as UnstablePortableMobileCustomCapability, PortableMobileCapability as UnstablePortableMobileCapability, PortableChartCapability as UnstablePortableChartCapability, PortableReceptionModality as UnstablePortableReceptionModality, PortableAudienceTarget as UnstablePortableAudienceTarget, PortableAudienceProfile as UnstablePortableAudienceProfile, PortableAnnotationProvenance as UnstablePortableAnnotationProvenance, PortableAnnotationLifecycle as UnstablePortableAnnotationLifecycle, PortableAnnotated as UnstablePortableAnnotated, ValidationResult as UnstablePortabilityValidationResult, IDIDVegaLiteMeta as UnstableIDIDVegaLiteMeta } from "./data/portability";
|
|
52
|
+
export type { BuiltInIntentId as UnstableBuiltInIntentId, PortableIntentId as UnstablePortableIntentId, PortableChartRubric as UnstablePortableChartRubric, PortableChartVariant as UnstablePortableChartVariant, BoundPortableChartCapability as UnstableBoundPortableChartCapability, PortableCapabilityBindingResult as UnstablePortableCapabilityBindingResult, PortableMobileInteractionCapability as UnstablePortableMobileInteractionCapability, PortableMobileLabelCapability as UnstablePortableMobileLabelCapability, PortableMobileCustomCapability as UnstablePortableMobileCustomCapability, PortableMobileCapability as UnstablePortableMobileCapability, PortableChartCapability as UnstablePortableChartCapability, PortableReceptionModality as UnstablePortableReceptionModality, PortableAudienceTarget as UnstablePortableAudienceTarget, PortableAudienceProfile as UnstablePortableAudienceProfile, PortableAnnotationProvenance as UnstablePortableAnnotationProvenance, PortableAnnotationLifecycle as UnstablePortableAnnotationLifecycle, PortableAnnotated as UnstablePortableAnnotated, ValidationResult as UnstablePortabilityValidationResult, IDIDVegaLiteMeta as UnstableIDIDVegaLiteMeta } from "./data/portability";
|
|
@@ -16,8 +16,13 @@ export type { GeoAreaHitTargetProps, HitTargetPointProps } from "./stream/hitTar
|
|
|
16
16
|
export { glyphPlacement, glyphExtent } from "./stream/glyphDef";
|
|
17
17
|
export type { GlyphDef, GlyphPart } from "./stream/glyphDef";
|
|
18
18
|
export type { GlyphSceneNode, SceneAccessibilityMetadata } from "./stream/types";
|
|
19
|
+
export type { CategoricalLegendConfig, GradientLegendConfig, GradientLegendValue, LegendGroup, LegendItem, LegendLayout, LegendValue, } from "./types/legendTypes";
|
|
19
20
|
export type { StreamGeoFrameProps, StreamGeoFrameHandle, GeoAreaSceneNode, GeoSceneNode, GeoScales, ProjectionProp, ProjectionName, GraticuleConfig, DistanceCartogramConfig, GeoPipelineConfig } from "./stream/geoTypes";
|
|
20
21
|
export type { GeoCustomLayout, GeoLayoutContext, GeoLayoutResult } from "./stream/geoCustomLayout";
|
|
22
|
+
export { geographicGridLayout, gridifyGeographicPoints, } from "./recipes/geographicGrid";
|
|
23
|
+
export type { GeographicGridConfig, GeographicGridInput, GeographicGridShape, GeographicGridSource, GridifiedGeographicPoint, GridifyGeographicPointsOptions, } from "./recipes/geographicGrid";
|
|
24
|
+
export { geographicDotGridLayout, sampleGeographicDotGrid, } from "./recipes/geographicDotGrid";
|
|
25
|
+
export type { GeographicDotGridAccessor, GeographicDotGridConfig, GeographicDotGridDatum, GeographicDotGridSampleOptions, GeographicDotGridShape, } from "./recipes/geographicDotGrid";
|
|
21
26
|
export type { CustomLayoutFailureDiagnostic, CustomLayoutFailureRecovery, CustomLayoutFamily } from "./stream/customLayoutFailure";
|
|
22
27
|
export type { GeoParticleStyle } from "./stream/GeoParticlePool";
|
|
23
28
|
export { mergeData } from "./geo/mergeData";
|
|
@@ -26,6 +26,7 @@ export { glyphPlacement, glyphExtent } from "./stream/glyphDef";
|
|
|
26
26
|
export type { GlyphDef, GlyphPart } from "./stream/glyphDef";
|
|
27
27
|
export type { NetworkGlyphNode } from "./stream/networkTypes";
|
|
28
28
|
export type { SceneAccessibilityMetadata } from "./stream/types";
|
|
29
|
+
export type { CategoricalLegendConfig, GradientLegendConfig, GradientLegendValue, LegendGroup, LegendItem, LegendLayout, LegendValue, } from "./types/legendTypes";
|
|
29
30
|
export type { StreamNetworkFrameProps, StreamNetworkFrameHandle, NetworkChartType, NetworkSceneNode, NetworkSceneEdge, NetworkLabel, ThresholdAlertConfig } from "./stream/networkTypes";
|
|
30
31
|
export type { ForceDirectedGraphProps } from "./charts/network/ForceDirectedGraph";
|
|
31
32
|
export type { SankeyDiagramProps } from "./charts/network/SankeyDiagram";
|
|
@@ -17,6 +17,7 @@ export { PieChart } from "./charts/ordinal/PieChart";
|
|
|
17
17
|
export { DonutChart } from "./charts/ordinal/DonutChart";
|
|
18
18
|
export { GaugeChart } from "./charts/ordinal/GaugeChart";
|
|
19
19
|
export type { GaugeChartProps, GaugeThreshold } from "./charts/ordinal/GaugeChart";
|
|
20
|
+
export type { GradientConfig, GradientStop } from "./charts/shared/gradient";
|
|
20
21
|
export { RidgelinePlot } from "./charts/ordinal/RidgelinePlot";
|
|
21
22
|
export { FunnelChart } from "./charts/ordinal/FunnelChart";
|
|
22
23
|
export { LikertChart } from "./charts/ordinal/LikertChart";
|
|
@@ -31,6 +32,7 @@ export type { HitTargetPointProps, HitTargetRectProps } from "./stream/hitTarget
|
|
|
31
32
|
export { glyphPlacement, glyphExtent } from "./stream/glyphDef";
|
|
32
33
|
export type { GlyphDef, GlyphPart } from "./stream/glyphDef";
|
|
33
34
|
export type { GlyphSceneNode, SceneAccessibilityMetadata } from "./stream/types";
|
|
35
|
+
export type { CategoricalLegendConfig, GradientLegendConfig, GradientLegendValue, LegendGroup, LegendItem, LegendLayout, LegendValue, } from "./types/legendTypes";
|
|
34
36
|
export { createHatchPattern } from "./charts/shared/hatchPattern";
|
|
35
37
|
export type { HatchPatternOptions } from "./charts/shared/hatchPattern";
|
|
36
38
|
export { isHatchFill, hatchPatternDef, resolveSvgFill, hatchFillId } from "./charts/shared/hatchFill";
|
|
@@ -4,35 +4,39 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import { GaltonBoardChart } from "./charts/physics/GaltonBoardChart";
|
|
6
6
|
import { EventDropChart } from "./charts/physics/EventDropChart";
|
|
7
|
-
import { PhysicsPileChart } from "./charts/physics/
|
|
7
|
+
import { UnitPileChart, PhysicsPileChart } from "./charts/physics/UnitPileChart";
|
|
8
8
|
import { PhysicsCustomChart } from "./charts/physics/PhysicsCustomChart";
|
|
9
9
|
import { CollisionSwarmChart } from "./charts/physics/CollisionSwarmChart";
|
|
10
10
|
import { compilePhysicsEncoding, createPhysicsEncodingLayout } from "./charts/physics/physicsEncoding";
|
|
11
11
|
import { GauntletChart, GuantletChart, planGauntletPropertyWork, replaceGauntletNegative } from "./charts/physics/GauntletChart";
|
|
12
|
-
import {
|
|
12
|
+
import { resolveGauntletTerminalState, resolveGauntletTerminalStates } from "./charts/physics/gauntletTerminal";
|
|
13
|
+
import { PacketFlowChart, PhysicalFlowChart } from "./charts/physics/PacketFlowChart";
|
|
13
14
|
import { ProcessFlowChart } from "./charts/physics/ProcessFlowChart";
|
|
14
15
|
import { physicsProcessBoundaryColliders, physicsProcessGroupSemanticItems, physicsProcessRegionSemanticItem, physicsProcessStageSemanticItems } from "./charts/physics/physicsProcessPrimitives";
|
|
15
16
|
import { buildCollisionSwarmPhysics, buildEventDropPhysics, buildGaltonBoardPhysics, buildPhysicalFlowPhysics, buildPhysicsPile, buildProcessFlowPhysics } from "./charts/physics/physicsChartUtils";
|
|
16
17
|
import StreamPhysicsFrame, { StreamPhysicsFrame as NamedStreamPhysicsFrame } from "./stream/physics/StreamPhysicsFrame";
|
|
17
18
|
import { PhysicsPipelineStore } from "./stream/physics/PhysicsPipelineStore";
|
|
18
19
|
import { BuiltInPhysicsEngineAdapter, createDefaultPhysicsEngineAdapter } from "./stream/physics/PhysicsEngineAdapter";
|
|
20
|
+
export type { CategoricalLegendConfig, GradientLegendConfig, GradientLegendValue, LegendGroup, LegendItem, LegendLayout, LegendValue, } from "./types/legendTypes";
|
|
19
21
|
import { evaluatePhysicsBodyBudget } from "./stream/physics/PhysicsBodyBudget";
|
|
20
22
|
import { PhysicsSedimentAccumulator, sedimentHeightfield } from "./stream/physics/PhysicsSediment";
|
|
21
23
|
import { composePhysicsControllers, createCapacityQueueController, createPortalController, createDependencyGateController, createServiceLevelController, createServiceResourcePoolController } from "./stream/physics/PhysicsControllers";
|
|
22
24
|
import { processChrome } from "./recipes/processChrome";
|
|
23
|
-
import { absorbRegion, aggregateRegionCounts, arrivalReplay, bodyGroupSpec, capacitatedRegion, chargeGateRegion, collidersFromScales, createProcessJourneyLedger, forceFieldRegion, galtonPegs, groupCompletionRows, comparePhysicsTrace, membraneRegion, portalRegion, pressureFieldRegion, processLaneWalls, processJourneyRows, processStageLayout, processStageRegions, processVolumePolygons, physicsReferenceEnvelope, regionCountsToProjectionRows, routeSurfaceRegion, sedimentBake, spawnFromTokens, stageTargetInVolume, updateProcessJourney } from "./recipes/physics";
|
|
24
|
-
export { BuiltInPhysicsEngineAdapter, CollisionSwarmChart, EventDropChart, GauntletChart, GaltonBoardChart, GuantletChart, PhysicalFlowChart, PhysicsCustomChart, PhysicsPileChart, PhysicsPipelineStore, PhysicsSedimentAccumulator, ProcessFlowChart, absorbRegion, aggregateRegionCounts, arrivalReplay, bodyGroupSpec, buildCollisionSwarmPhysics, buildEventDropPhysics, buildGaltonBoardPhysics, buildPhysicalFlowPhysics, buildPhysicsPile, buildProcessFlowPhysics, capacitatedRegion, chargeGateRegion, collidersFromScales, compilePhysicsEncoding, composePhysicsControllers, createCapacityQueueController, createDependencyGateController, createDefaultPhysicsEngineAdapter, createPortalController, createPhysicsEncodingLayout, createServiceLevelController, createServiceResourcePoolController, createProcessJourneyLedger, evaluatePhysicsBodyBudget, processChrome, forceFieldRegion, galtonPegs, groupCompletionRows, comparePhysicsTrace, planGauntletPropertyWork, membraneRegion, physicsProcessBoundaryColliders, physicsProcessGroupSemanticItems, physicsProcessRegionSemanticItem, physicsProcessStageSemanticItems, portalRegion, pressureFieldRegion, processLaneWalls, processJourneyRows, processStageLayout, processStageRegions, processVolumePolygons, physicsReferenceEnvelope, regionCountsToProjectionRows, replaceGauntletNegative, routeSurfaceRegion, sedimentBake, sedimentHeightfield, spawnFromTokens, stageTargetInVolume, updateProcessJourney, NamedStreamPhysicsFrame as StreamPhysicsFrame };
|
|
25
|
+
import { absorbRegion, aggregateRegionCounts, arrivalReplay, bodyGroupSpec, capacitatedRegion, chargeGateRegion, collidersFromScales, createProcessJourneyLedger, forceFieldRegion, galtonPegs, groupCompletionRows, comparePhysicsTrace, membraneRegion, portalRegion, pressureFieldRegion, processLaneWalls, processJourneyRows, processStageLayout, describePhysicsStageGeography, physicsChargePoint, physicsDestination, physicsStageColliders, physicsStageGeography, processStageRegions, processVolumePolygons, physicsReferenceEnvelope, regionCountsToProjectionRows, routeSurfaceRegion, sedimentBake, spawnFromTokens, stageTargetInVolume, updateProcessJourney } from "./recipes/physics";
|
|
26
|
+
export { BuiltInPhysicsEngineAdapter, CollisionSwarmChart, EventDropChart, GauntletChart, GaltonBoardChart, GuantletChart, PacketFlowChart, PhysicalFlowChart, PhysicsCustomChart, PhysicsPileChart, UnitPileChart, PhysicsPipelineStore, PhysicsSedimentAccumulator, ProcessFlowChart, absorbRegion, aggregateRegionCounts, arrivalReplay, bodyGroupSpec, buildCollisionSwarmPhysics, buildEventDropPhysics, buildGaltonBoardPhysics, buildPhysicalFlowPhysics, buildPhysicsPile, buildProcessFlowPhysics, capacitatedRegion, chargeGateRegion, collidersFromScales, compilePhysicsEncoding, composePhysicsControllers, createCapacityQueueController, createDependencyGateController, createDefaultPhysicsEngineAdapter, createPortalController, createPhysicsEncodingLayout, createServiceLevelController, createServiceResourcePoolController, createProcessJourneyLedger, evaluatePhysicsBodyBudget, processChrome, forceFieldRegion, galtonPegs, groupCompletionRows, comparePhysicsTrace, planGauntletPropertyWork, membraneRegion, physicsProcessBoundaryColliders, physicsProcessGroupSemanticItems, physicsProcessRegionSemanticItem, physicsProcessStageSemanticItems, portalRegion, pressureFieldRegion, processLaneWalls, processJourneyRows, processStageLayout, describePhysicsStageGeography, physicsChargePoint, physicsDestination, physicsStageColliders, physicsStageGeography, processStageRegions, processVolumePolygons, physicsReferenceEnvelope, regionCountsToProjectionRows, replaceGauntletNegative, resolveGauntletTerminalState, resolveGauntletTerminalStates, routeSurfaceRegion, sedimentBake, sedimentHeightfield, spawnFromTokens, stageTargetInVolume, updateProcessJourney, NamedStreamPhysicsFrame as StreamPhysicsFrame };
|
|
25
27
|
export default StreamPhysicsFrame;
|
|
26
28
|
export type { CollisionSwarmChartProps } from "./charts/physics/CollisionSwarmChart";
|
|
27
29
|
export type { EventDropChartProps } from "./charts/physics/EventDropChart";
|
|
28
30
|
export * from "./charts/physics/CrucibleChart";
|
|
31
|
+
export type { GauntletTerminalOptions } from "./charts/physics/gauntletTerminal";
|
|
32
|
+
export type { PhysicsDestinationZone, PhysicsStageColliderOptions, PhysicsStageGeography, PhysicsStageGeographyOptions, PhysicsZone } from "./recipes/physicsStageGeography";
|
|
29
33
|
export type { GauntletChartProps, GauntletEffect, GauntletEvent, GauntletEventContext, GauntletEventLogItem, GauntletGate, GauntletLayout, GauntletNegativeReplacementOptions, GauntletPopSpec, GauntletProjectPlacement, GauntletProjectState, GauntletPropertyForceContext, GauntletPropertyDefinition, GauntletPropertyWorkPlan, GauntletPropertyWorkPlanOptions } from "./charts/physics/GauntletChart";
|
|
30
34
|
export type { PhysicsProcessBodyGroup, PhysicsProcessBoundaryOptions, PhysicsProcessStage } from "./charts/physics/physicsProcessPrimitives";
|
|
31
35
|
export type { GaltonBoardChartProps, GaltonBoardReferenceLine } from "./charts/physics/GaltonBoardChart";
|
|
32
|
-
export type { PhysicalFlowChartProps } from "./charts/physics/
|
|
36
|
+
export type { PacketFlowChartProps, PhysicalFlowChartProps } from "./charts/physics/PacketFlowChart";
|
|
33
37
|
export type { ProcessFlowChartProps, ProcessFlowProjectionMetadata, ProcessFlowStageDef } from "./charts/physics/ProcessFlowChart";
|
|
34
38
|
export type { PhysicsCustomChartProps, PhysicsCustomLayout, PhysicsCustomLayoutContext, PhysicsCustomLayoutResult, PhysicsCustomSpawnDatumResult } from "./charts/physics/PhysicsCustomChart";
|
|
35
|
-
export type { PhysicsPileChartProps } from "./charts/physics/
|
|
39
|
+
export type { UnitPileChartProps, PhysicsPileChartProps } from "./charts/physics/UnitPileChart";
|
|
36
40
|
export type { CompilePhysicsEncodingOptions, CreatePhysicsEncodingLayoutOptions, PhysicsAccessibleEncoding, PhysicsAppearanceEncoding, PhysicsDynamicsEncoding, PhysicsEncoding, PhysicsEncodingAccessor, PhysicsEncodingCompilation, PhysicsEncodingConstant, PhysicsEncodingDefaults, PhysicsEncodingLayoutExtension, PhysicsKinematicsEncoding, PhysicsPlacementEncoding, PhysicsProcessEncoding, PhysicsTimeEncoding, ResolvedPhysicsEncodingRow } from "./charts/physics/physicsEncoding";
|
|
37
41
|
export type { PhysicsChartLayout, CollisionSwarmPhysicsOptions, CollisionSwarmProjectionMetadata, EventDropWindowOptions, EventDropPhysicsOptions, GaltonBoardProjectionMetadata, GaltonBoardPhysicsOptions, PhysicalFlowCoordinateMode, PhysicalFlowOptions, PhysicalFlowPathConstraint, PhysicalFlowPoint, PhysicalFlowProjectionMetadata, PhysicalFlowRawPath, PhysicsPileOptions, ProcessFlowPhysicsOptions } from "./charts/physics/physicsChartUtils";
|
|
38
42
|
export type { CapacityQueueAbandonedInfo, CapacityQueueAgeSummary, CapacityQueueBlockedInfo, CapacityQueueControllerOptions, CapacityQueueProcessedInfo, CapacityQueueSnapshot, CapacityQueueVisitInfo, CapacityQueueWindowSnapshot, ComposedPhysicsControllers, DependencyGateController, DependencyGateOptions, DependencyGateSnapshot, PhysicsController, PhysicsControllerTickContext, ServiceLevelCaseInfo, ServiceLevelCaseState, ServiceLevelController, ServiceLevelControllerOptions, ServiceLevelSnapshot, ServiceResourceAssignment, ServiceResourceDefinition, ServiceResourcePoolController, ServiceResourcePoolOptions, ServiceResourcePoolSnapshot } from "./stream/physics/PhysicsControllers";
|
|
@@ -22,6 +22,7 @@ export type { LatePolicy, ReorderBufferConfig, ReorderResult, } from "./realtime
|
|
|
22
22
|
export type { EventTimeConfig } from "./charts/realtime/eventTime";
|
|
23
23
|
export type { RealtimeLineChartProps } from "./charts/realtime/RealtimeLineChart";
|
|
24
24
|
export type { RealtimeHistogramProps, TemporalHistogramProps } from "./charts/realtime/RealtimeHistogram";
|
|
25
|
+
export type { CategoricalLegendConfig, GradientLegendConfig, GradientLegendValue, LegendGroup, LegendItem, LegendLayout, LegendValue, } from "./types/legendTypes";
|
|
25
26
|
export type { RealtimeSwarmChartProps } from "./charts/realtime/RealtimeSwarmChart";
|
|
26
27
|
export type { RealtimeWaterfallChartProps } from "./charts/realtime/RealtimeWaterfallChart";
|
|
27
28
|
export type { RealtimeHeatmapProps } from "./charts/realtime/RealtimeHeatmap";
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
export { waffleLayout, allocateCells } from "./recipes/waffle";
|
|
9
9
|
export { unitize, unitizeRange } from "./recipes/unitize";
|
|
10
|
+
export type { PhysicsDestinationZone, PhysicsStageColliderOptions, PhysicsStageGeography, PhysicsStageGeographyOptions, PhysicsZone } from "./recipes/physicsStageGeography";
|
|
10
11
|
export type { UnitSign, RangeUnitSign, UnitizeOptions, UnitizeResult, UnitizeRangeResult, } from "./recipes/unitize";
|
|
11
12
|
export { generateTokens, layoutTokenGrid, normalizeTokenEncoding, diagnoseTokenEncoding, suggestTokenEncoding, tokenTaskIntentToCapabilityIntents, } from "./recipes/tokenEncoding";
|
|
12
13
|
export type { TokenType, TokenSemantics, TokenCountStrategy, TokenLayout, TokenLabelPolicy, TokenTaskIntent, TokenCapabilityIntent, TokenEncoding, TokenGeneratorInput, VisualToken, TokenDiagnosticCode, TokenDiagnostic, TokenDiagnosticsContext, TokenSet, TokenGridOptions, PositionedToken, TokenEncodingSuggestion, SuggestTokenEncodingInput, } from "./recipes/tokenEncoding";
|
|
@@ -17,6 +18,10 @@ export { calendarLayout } from "./recipes/calendar";
|
|
|
17
18
|
export type { CalendarConfig } from "./recipes/calendar";
|
|
18
19
|
export { isometricLandmarkLayout, selectIsometricLandmarks, DEFAULT_ISOMETRIC_SPRITE_SIZES, } from "./recipes/isometricLandmarks";
|
|
19
20
|
export type { IsometricLandmarkConfig, IsometricLandmarkTile, IsometricTerrainCell, IsometricTerrainKind, LandmarkKind, } from "./recipes/isometricLandmarks";
|
|
21
|
+
export { geographicGridLayout, gridifyGeographicPoints, } from "./recipes/geographicGrid";
|
|
22
|
+
export type { GeographicGridConfig, GeographicGridInput, GeographicGridShape, GeographicGridSource, GridifiedGeographicPoint, GridifyGeographicPointsOptions, } from "./recipes/geographicGrid";
|
|
23
|
+
export { geographicDotGridLayout, sampleGeographicDotGrid, } from "./recipes/geographicDotGrid";
|
|
24
|
+
export type { GeographicDotGridAccessor, GeographicDotGridConfig, GeographicDotGridDatum, GeographicDotGridSampleOptions, GeographicDotGridShape, } from "./recipes/geographicDotGrid";
|
|
20
25
|
export { flextreeLayout } from "./recipes/flextree";
|
|
21
26
|
export type { FlextreeConfig } from "./recipes/flextree";
|
|
22
27
|
export { dagreLayout } from "./recipes/dagre";
|
|
@@ -89,7 +94,7 @@ export { forceLayout, mulberry32 } from "./recipes/forceLayout";
|
|
|
89
94
|
export type { ForceLayoutOptions } from "./recipes/forceLayout";
|
|
90
95
|
export { forceLayoutAsync } from "./recipes/forceLayoutAsync";
|
|
91
96
|
export type { ForceLayoutAsyncOptions } from "./recipes/forceLayoutAsync";
|
|
92
|
-
export { absorbRegion, aggregateRegionCounts, arrivalReplay, bodyGroupSpec, capacitatedRegion, chargeGateRegion, collidersFromScales, composePhysicsControllers, createCapacityQueueController, createDependencyGateController, createPortalController, createServiceLevelController, createServiceResourcePoolController, createProcessJourneyLedger, comparePhysicsTrace, forceFieldRegion, processChrome, galtonPegs, groupCompletionRows, membraneRegion, portalRegion, pressureFieldRegion, processLaneWalls, processJourneyRows, processStageLayout, processStageRegions, processVolumePolygons, physicsReferenceEnvelope, regionCountsToProjectionRows, routeSurfaceRegion, sedimentBake, spawnFromTokens, stageTargetInVolume, updateProcessJourney, } from "./recipes/physics";
|
|
97
|
+
export { absorbRegion, aggregateRegionCounts, arrivalReplay, bodyGroupSpec, capacitatedRegion, chargeGateRegion, collidersFromScales, composePhysicsControllers, createCapacityQueueController, createDependencyGateController, createPortalController, createServiceLevelController, createServiceResourcePoolController, createProcessJourneyLedger, comparePhysicsTrace, forceFieldRegion, processChrome, galtonPegs, groupCompletionRows, membraneRegion, portalRegion, pressureFieldRegion, processLaneWalls, processJourneyRows, processStageLayout, describePhysicsStageGeography, physicsChargePoint, physicsDestination, physicsStageColliders, physicsStageGeography, processStageRegions, processVolumePolygons, physicsReferenceEnvelope, regionCountsToProjectionRows, routeSurfaceRegion, sedimentBake, spawnFromTokens, stageTargetInVolume, updateProcessJourney, } from "./recipes/physics";
|
|
93
98
|
export type { ArrivalReplayOptions, BandScale, BodyGroupSpec, BodyGroupSpecOptions, CapacityQueueAbandonedInfo, CapacityQueueAgeSummary, CapacityQueueBlockedInfo, CapacityQueueControllerOptions, CapacityQueueProcessedInfo, CapacityQueueSnapshot, CapacityQueueVisitInfo, CapacityQueueWindowSnapshot, ComposedPhysicsControllers, DependencyGateController, DependencyGateOptions, DependencyGateSnapshot, GaltonPegsOptions, ProcessChromeGroup, ProcessChromeLayout, ProcessChromeOptions, ProcessChromeStage, NumericScale, PhysicsBandColliderOptions, PhysicsColliderSpec, PhysicsPlotBounds, PhysicsQueuedSpawn, PhysicsReferenceBandSelector, PhysicsReferenceEnvelope, PhysicsReferenceEnvelopeOptions, PhysicsReferenceEnvelopePoint, PhysicsReferenceSampleGrid, PhysicsReferenceTrace, PhysicsScalarTraceSample, PhysicsScaleColliderOptions, PhysicsSedimentBinSnapshot, PhysicsSedimentColumn, PhysicsSedimentHeightfieldOptions, PhysicsSpawnPacingOptions, PhysicsTraceAccessor, PhysicsTraceComparison, PhysicsTraceComparisonOptions, PhysicsTraceComparisonPoint, PhysicsTraceComparisonStatus, PhysicsTraceInterpolation, PhysicsTraceOutsideDomain, ProcessMembraneDef, ProcessJourneyEntityState, ProcessJourneyLedger, ProcessJourneyRow, ProcessJourneyStage, ProcessJourneyUpdateOptions, ProcessRegionBaseOptions, ProcessStageRegionOptions, ProcessStageDef, ProcessVolumeLayout, ProcessVolumeLayoutOptions, ProcessVolumeMembraneBand, ProcessVolumePoint, ProcessVolumePolygon, ProcessVolumePolygonRole, PhysicsController, PhysicsControllerTickContext, ServiceLevelCaseInfo, ServiceLevelCaseState, ServiceLevelController, ServiceLevelControllerOptions, ServiceLevelSnapshot, ServiceResourceAssignment, ServiceResourceDefinition, ServiceResourcePoolController, ServiceResourcePoolOptions, ServiceResourcePoolSnapshot, ProcessVolumeShape, ProcessVolumeStageBand, RegionCountBucket, RegionCountMap, SedimentBakeOptions, SedimentBakeResult, SpawnFromTokensOptions, } from "./recipes/physics";
|
|
94
99
|
export { orderByGroupDegree, arcLayout, arcPath, circularLayout, adjacencyMatrix, } from "./recipes/networkLayouts";
|
|
95
100
|
export type { ArcLayoutOptions, CircularLayoutOptions, MatrixCell, AdjacencyMatrix, AdjacencyMatrixOptions, } from "./recipes/networkLayouts";
|
|
@@ -2,7 +2,7 @@ export { renderToStaticSVG, renderXYToStaticSVG, renderOrdinalToStaticSVG, rende
|
|
|
2
2
|
export { generateFrameSVGs, generatePhysicsFrameSVGs, generateFrameSequence } from "./server/animatedGif";
|
|
3
3
|
export type { RenderEvidence } from "./server/renderEvidence";
|
|
4
4
|
export type { DashboardChart, DashboardLayout, RenderDashboardOptions, } from "./server/renderToStaticSVG";
|
|
5
|
-
export type { LegendLayout } from "./types/legendTypes";
|
|
5
|
+
export type { CategoricalLegendConfig, GradientLegendConfig, GradientLegendValue, LegendGroup, LegendItem, LegendLayout, LegendValue, } from "./types/legendTypes";
|
|
6
6
|
export type { AnimatedGifOptions, PhysicsGifFrameProps, PhysicsGifOptions, } from "./server/animatedGif";
|
|
7
7
|
export { resolveTheme, themeStyles } from "./server/themeResolver";
|
|
8
8
|
export type { ThemeInput } from "./server/themeResolver";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { renderToStaticSVG, renderXYToStaticSVG, renderOrdinalToStaticSVG, renderNetworkToStaticSVG, renderGeoToStaticSVG, renderChart, renderChartWithEvidence, renderToImage, renderDashboard, } from "./server/renderToStaticSVG";
|
|
2
2
|
export type { RenderEvidence } from "./server/renderEvidence";
|
|
3
3
|
export type { RenderToImageOptions, DashboardChart, DashboardLayout, RenderDashboardOptions, } from "./server/renderToStaticSVG";
|
|
4
|
-
export type { LegendLayout } from "./types/legendTypes";
|
|
4
|
+
export type { CategoricalLegendConfig, GradientLegendConfig, GradientLegendValue, LegendGroup, LegendItem, LegendLayout, LegendValue, } from "./types/legendTypes";
|
|
5
5
|
export { renderToAnimatedGif, renderPhysicsToAnimatedGif, generateFrameSVGs, generatePhysicsFrameSVGs, generateFrameSequence } from "./server/animatedGif";
|
|
6
6
|
export type { AnimatedGifOptions, PhysicsGifFrameProps, PhysicsGifOptions } from "./server/animatedGif";
|
|
7
7
|
export { resolveTheme, themeStyles } from "./server/themeResolver";
|