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
|
@@ -1 +1 @@
|
|
|
1
|
-
import{DEFAULT_HIT_RADIUS as m,DEFAULT_ISOMETRIC_SPRITE_SIZES as n,GRID_FUEL_KEYS as u,GRID_FUEL_LABELS as o,TAU as c,activeCountOverDomain as h,addPoints as i,adjacencyMatrix as k,allocateCells as r,analyzeNetEnsemble as e,angleScale as p,arcLayout as t,arcPath as d,arrivalReplay as j,axisFixedForceLayout as l,axisFixedForcePositions as s,bandLabel as f,betweenness as
|
|
1
|
+
import{DEFAULT_HIT_RADIUS as m,DEFAULT_ISOMETRIC_SPRITE_SIZES as n,GRID_FUEL_KEYS as u,GRID_FUEL_LABELS as o,TAU as c,activeCountOverDomain as h,addPoints as i,adjacencyMatrix as k,allocateCells as r,analyzeNetEnsemble as e,angleScale as p,arcLayout as t,arcPath as d,arrivalReplay as j,axisFixedForceLayout as l,axisFixedForcePositions as s,bandLabel as f,betweenness as I,bfsDistances as R,bobaLayout as X,boundsOf as B,boxEdgeAnchors as J,buildAdjacency as O,buildTooltipEntries as P,bulletLayout as Q,calendarLayout as T,circularLayout as U,closeness as C,clustering as D,collidersFromScales as G,comparePhysicsTrace as S,composePhysicsControllers as W,createCapacityQueueController as Y,createDependencyGateController as x,createPortalController as A,createProcessJourneyLedger as E,createServiceLevelController as F,createServiceResourcePoolController as H,cubicPath as K,cubicPoint as L,cubicTangent as Z,curvedEdgePath as a,cyclicRangeContains as b,dagreLayout as g,degree as q,demandForecastRows as v,describePhysicsStageGeography as w,egoNetwork as y,estimateLabelWidth as z,extractTooltipDatum as M,fanOutBend as N,flextreeLayout as V,forceLayoutAsync as $,formatMw as _,formatReservePct as mm,formatTooltipValue as nm,galtonPegs as um,geoAreaHitTarget as om,geoHitTarget as cm,geographicDotGridLayout as hm,geographicGridLayout as im,gridEventAnnotations as km,gridifyGeographicPoints as rm,hatchFill as em,hitTargetPoint as pm,hitTargetRect as tm,hullFromBoxes as dm,intervalLanesLayout as jm,isometricLandmarkLayout as lm,isotypeBoltGlyph as sm,isotypeBusGlyph as fm,isotypeChipGlyph as Im,isotypeGhost as Rm,isotypeInk as Xm,isotypeNetworkGlyphs as Bm,isotypePaper as Jm,isotypePersonGlyph as Om,isotypePersonPath as Pm,isotypeServerGlyph as Qm,layoutChipStrip as Tm,layoutSequence as Um,legendGroupsFrom as Cm,legendSwatches as Dm,lineageDagLayout as Gm,linearAxis as Sm,marimekkoLayout as Wm,markCallout as Ym,mermaidDagLayout as xm,mobileAnnotationStrategy as Am,mobileAreaChartRecipe as Em,mobileBrushAlternatives as Fm,mobileChartFamilyRecipe as Hm,mobileGeoChartRecipe as Km,mobileLineChartRecipe as Lm,mobileNetworkChartRecipe as Zm,mobileOrdinalChartRecipe as am,mobileScatterplotRecipe as bm,mobileSmallMultipleRecipe as gm,netEnsembleLayout as qm,networkHitTarget as vm,normalizePoint as wm,normalizeScores as ym,orderByGroupDegree as zm,orthogonalEdgePath as Mm,packIntervals as Nm,packSpanLevels as Vm,packedClusterMatrix as $m,parallelCoordinatesLayout as _m,partitionSharedEdges as mn,physicsChargePoint as nn,physicsDestination as un,physicsReferenceEnvelope as on,physicsStageColliders as cn,physicsStageGeography as hn,pointMagnitude as kn,polarToXY as rn,processChrome as en,processJourneyRows as pn,proximityProblem as tn,radiusScale as dn,rectCollide as jn,reserveAnnotationBands as ln,reserveMarginPct as sn,reserveSeries as fn,ringArcPath as In,roundedEnclosure as Rn,runLengthEncode as Xn,runs as Bn,sampleGeographicDotGrid as Jn,scaleArcBand as On,scalePoint as Pn,sedimentBake as Qn,selectCyclicRange as Tn,selectIsometricLandmarks as Un,shortestArcDelta as Cn,shortestPath as Dn,spanArcPath as Gn,spanArcPeakY as Sn,spawnFromTokens as Wn,stackFuelSeries as Yn,subtractPoints as xn,summarizeOperatingPoint as An,thresholdBandsForReserve as En,tightestHours as Fn,tokenLayer as Hn,updateProcessJourney as Kn,waffleLayout as Ln,wordTrailsLayout as Zn,wordTrailsProgressiveReveal as an,wrapValue as bn,xyToAngle as gn}from"./chunk-chunk-Q6XKQTOQ.module.min.js";import{LayoutCache as qn,clamp as vn,diagnoseTokenEncoding as wn,dimFor as yn,forceLayout as zn,generateTokens as Mn,groupBy as Nn,layoutTokenGrid as Vn,makeShade as $n,matchesHighlight as _n,mean as mu,nonNegativeFinite as nu,normalizeTokenEncoding as uu,readField as ou,shade as cu,signatureKey as hu,suggestTokenEncoding as iu,tokenTaskIntentToCapabilityIntents as ku,unitize as ru,unitizeRange as eu,unwrapDatum as pu,withAlpha as tu}from"./chunk-chunk-2CXCXRB4.module.min.js";import"./chunk-chunk-BGHPD3RA.module.min.js";import{absorbRegion as du,aggregateRegionCounts as ju,bodyGroupSpec as lu,capacitatedRegion as su,chargeGateRegion as fu,forceFieldRegion as Iu,groupCompletionRows as Ru,membraneRegion as Xu,portalRegion as Bu,pressureFieldRegion as Ju,processLaneWalls as Ou,processStageLayout as Pu,processStageRegions as Qu,processVolumePolygons as Tu,regionCountsToProjectionRows as Uu,routeSurfaceRegion as Cu,stageTargetInVolume as Du}from"./chunk-chunk-RPL7WYXI.module.min.js";import{mulberry32 as Gu}from"./chunk-chunk-SIRIJ3DY.module.min.js";import{DEFAULT_GLYPH_ANCHOR as Su,DEFAULT_GLYPH_VIEWBOX as Wu,SYMBOL_SEQUENCE as Yu,annotationLayout as xu,glyphExtent as Au,glyphFractionClipRect as Eu,glyphPlacement as Fu,symbolExtent as Hu,symbolPathString as Ku,symbolRadius as Lu}from"./chunk-chunk-PZFT457G.module.min.js";import{DEFAULT_AREA_PER_ANNOTATION as Zu,annotationBudget as au,annotationDensity as bu}from"./chunk-chunk-U66USBWU.module.min.js";import"./chunk-chunk-JJ2OOIET.module.min.js";export{Zu as DEFAULT_AREA_PER_ANNOTATION,Su as DEFAULT_GLYPH_ANCHOR,Wu as DEFAULT_GLYPH_VIEWBOX,m as DEFAULT_HIT_RADIUS,n as DEFAULT_ISOMETRIC_SPRITE_SIZES,u as GRID_FUEL_KEYS,o as GRID_FUEL_LABELS,qn as LayoutCache,Yu as SYMBOL_SEQUENCE,c as TAU,du as absorbRegion,h as activeCountOverDomain,i as addPoints,k as adjacencyMatrix,ju as aggregateRegionCounts,r as allocateCells,e as analyzeNetEnsemble,p as angleScale,au as annotationBudget,bu as annotationDensity,xu as annotationLayout,t as arcLayout,d as arcPath,j as arrivalReplay,l as axisFixedForceLayout,s as axisFixedForcePositions,f as bandLabel,I as betweenness,R as bfsDistances,X as bobaLayout,lu as bodyGroupSpec,B as boundsOf,J as boxEdgeAnchors,O as buildAdjacency,P as buildTooltipEntries,Q as bulletLayout,T as calendarLayout,su as capacitatedRegion,fu as chargeGateRegion,U as circularLayout,vn as clamp,C as closeness,D as clustering,G as collidersFromScales,S as comparePhysicsTrace,W as composePhysicsControllers,Y as createCapacityQueueController,x as createDependencyGateController,A as createPortalController,E as createProcessJourneyLedger,F as createServiceLevelController,H as createServiceResourcePoolController,K as cubicPath,L as cubicPoint,Z as cubicTangent,a as curvedEdgePath,b as cyclicRangeContains,g as dagreLayout,q as degree,v as demandForecastRows,w as describePhysicsStageGeography,wn as diagnoseTokenEncoding,yn as dimFor,y as egoNetwork,z as estimateLabelWidth,M as extractTooltipDatum,N as fanOutBend,V as flextreeLayout,Iu as forceFieldRegion,zn as forceLayout,$ as forceLayoutAsync,_ as formatMw,mm as formatReservePct,nm as formatTooltipValue,um as galtonPegs,Mn as generateTokens,om as geoAreaHitTarget,cm as geoHitTarget,hm as geographicDotGridLayout,im as geographicGridLayout,Au as glyphExtent,Eu as glyphFractionClipRect,Fu as glyphPlacement,km as gridEventAnnotations,rm as gridifyGeographicPoints,Nn as groupBy,Ru as groupCompletionRows,em as hatchFill,pm as hitTargetPoint,tm as hitTargetRect,dm as hullFromBoxes,jm as intervalLanesLayout,lm as isometricLandmarkLayout,sm as isotypeBoltGlyph,fm as isotypeBusGlyph,Im as isotypeChipGlyph,Rm as isotypeGhost,Xm as isotypeInk,Bm as isotypeNetworkGlyphs,Jm as isotypePaper,Om as isotypePersonGlyph,Pm as isotypePersonPath,Qm as isotypeServerGlyph,Tm as layoutChipStrip,Um as layoutSequence,Vn as layoutTokenGrid,Cm as legendGroupsFrom,Dm as legendSwatches,Gm as lineageDagLayout,Sm as linearAxis,$n as makeShade,Wm as marimekkoLayout,Ym as markCallout,_n as matchesHighlight,mu as mean,Xu as membraneRegion,xm as mermaidDagLayout,Am as mobileAnnotationStrategy,Em as mobileAreaChartRecipe,Fm as mobileBrushAlternatives,Hm as mobileChartFamilyRecipe,Km as mobileGeoChartRecipe,Lm as mobileLineChartRecipe,Zm as mobileNetworkChartRecipe,am as mobileOrdinalChartRecipe,bm as mobileScatterplotRecipe,gm as mobileSmallMultipleRecipe,Gu as mulberry32,qm as netEnsembleLayout,vm as networkHitTarget,nu as nonNegativeFinite,wm as normalizePoint,ym as normalizeScores,uu as normalizeTokenEncoding,zm as orderByGroupDegree,Mm as orthogonalEdgePath,Nm as packIntervals,Vm as packSpanLevels,$m as packedClusterMatrix,_m as parallelCoordinatesLayout,mn as partitionSharedEdges,nn as physicsChargePoint,un as physicsDestination,on as physicsReferenceEnvelope,cn as physicsStageColliders,hn as physicsStageGeography,kn as pointMagnitude,rn as polarToXY,Bu as portalRegion,Ju as pressureFieldRegion,en as processChrome,pn as processJourneyRows,Ou as processLaneWalls,Pu as processStageLayout,Qu as processStageRegions,Tu as processVolumePolygons,tn as proximityProblem,dn as radiusScale,ou as readField,jn as rectCollide,Uu as regionCountsToProjectionRows,ln as reserveAnnotationBands,sn as reserveMarginPct,fn as reserveSeries,In as ringArcPath,Rn as roundedEnclosure,Cu as routeSurfaceRegion,Xn as runLengthEncode,Bn as runs,Jn as sampleGeographicDotGrid,On as scaleArcBand,Pn as scalePoint,Qn as sedimentBake,Tn as selectCyclicRange,Un as selectIsometricLandmarks,cu as shade,Cn as shortestArcDelta,Dn as shortestPath,hu as signatureKey,Gn as spanArcPath,Sn as spanArcPeakY,Wn as spawnFromTokens,Yn as stackFuelSeries,Du as stageTargetInVolume,xn as subtractPoints,iu as suggestTokenEncoding,An as summarizeOperatingPoint,Hu as symbolExtent,Ku as symbolPathString,Lu as symbolRadius,En as thresholdBandsForReserve,Fn as tightestHours,Hn as tokenLayer,ku as tokenTaskIntentToCapabilityIntents,ru as unitize,eu as unitizeRange,pu as unwrapDatum,Kn as updateProcessJourney,Ln as waffleLayout,tu as withAlpha,Zn as wordTrailsLayout,an as wordTrailsProgressiveReveal,bn as wrapValue,gn as xyToAngle};
|