@glyphjs/components 0.6.0 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +104 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +105 -11
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as _glyphjs_types from '@glyphjs/types';
|
|
1
2
|
import { GlyphComponentProps, InlineNode, GlyphComponentDefinition, GraphNode, GraphEdge } from '@glyphjs/types';
|
|
2
3
|
import { ReactElement } from 'react';
|
|
3
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
@@ -747,4 +748,6 @@ declare function Annotate({ data, block, onInteraction, }: GlyphComponentProps<A
|
|
|
747
748
|
|
|
748
749
|
declare const annotateDefinition: GlyphComponentDefinition<AnnotateData>;
|
|
749
750
|
|
|
750
|
-
|
|
751
|
+
declare const allComponentDefinitions: readonly [_glyphjs_types.GlyphComponentDefinition<CalloutData>, _glyphjs_types.GlyphComponentDefinition<unknown>, _glyphjs_types.GlyphComponentDefinition<StepsData>, _glyphjs_types.GlyphComponentDefinition<TableData>, _glyphjs_types.GlyphComponentDefinition<TabsData>, _glyphjs_types.GlyphComponentDefinition<TimelineData>, _glyphjs_types.GlyphComponentDefinition<GraphData>, _glyphjs_types.GlyphComponentDefinition<RelationData>, _glyphjs_types.GlyphComponentDefinition<KpiData>, _glyphjs_types.GlyphComponentDefinition<AccordionData>, _glyphjs_types.GlyphComponentDefinition<ComparisonData>, _glyphjs_types.GlyphComponentDefinition<CodeDiffData>, _glyphjs_types.GlyphComponentDefinition<FlowchartData>, _glyphjs_types.GlyphComponentDefinition<FileTreeData>, _glyphjs_types.GlyphComponentDefinition<SequenceData>, _glyphjs_types.GlyphComponentDefinition<ArchitectureData>, _glyphjs_types.GlyphComponentDefinition<MindMapData>, _glyphjs_types.GlyphComponentDefinition<EquationData>, _glyphjs_types.GlyphComponentDefinition<QuizData>, _glyphjs_types.GlyphComponentDefinition<CardData>, _glyphjs_types.GlyphComponentDefinition<InfographicData>, _glyphjs_types.GlyphComponentDefinition<PollData>, _glyphjs_types.GlyphComponentDefinition<RatingData>, _glyphjs_types.GlyphComponentDefinition<RankerData>, _glyphjs_types.GlyphComponentDefinition<SliderData>, _glyphjs_types.GlyphComponentDefinition<MatrixData>, _glyphjs_types.GlyphComponentDefinition<FormData>, _glyphjs_types.GlyphComponentDefinition<KanbanData>, _glyphjs_types.GlyphComponentDefinition<AnnotateData>];
|
|
752
|
+
|
|
753
|
+
export { Accordion, type AccordionData, type AccordionSection, Annotate, type AnnotateData, type AnnotateLabel, type Annotation, Architecture, type ArchitectureData, type ArchitectureLayout, Callout, type CalloutData, Card, type CardAction, type CardData, type CardItem, Chart, CodeDiff, type CodeDiffData, Comparison, type ComparisonData, type ComparisonFeature, type ComparisonOption, type DiffLine, type DiffLineKind, type DividerItem, Equation, type EquationData, type EquationStep, FileTree, type FileTreeData, Flowchart, type FlowchartData, Form, type FormData, type FormField, Graph, type GraphData, Infographic, type InfographicData, type InfographicItem, type InfographicSection, Kanban, type KanbanCard, type KanbanColumn, type KanbanData, Kpi, type KpiData, type KpiMetric, type LayoutResult, Matrix, type MatrixColumn, type MatrixData, type MatrixRow, MindMap, type MindMapData, type PieItem, type PieSlice, Poll, type PollData, type PositionedArchEdge, type PositionedArchNode, type PositionedEdge, type PositionedNode, type PositionedZone, Quiz, type QuizData, type QuizQuestion, Ranker, type RankerData, type RankerItemData, Rating, type RatingData, type RatingItem$1 as RatingItem, type RatingItem as RatingScaleItem, Relation, type RelationData, Sequence, type SequenceData, Slider, type SliderData, type SliderParameter, Steps, type StepsData, Table, type TableData, Tabs, type TabsData, Timeline, type TimelineData, accordionDefinition, allComponentDefinitions, annotateDefinition, architectureDefinition, calloutDefinition, cardDefinition, chartDefinition, codeDiffDefinition, comparisonDefinition, computeArchitectureLayout, computeDagreLayout, computeDiff, computeForceLayout, equationDefinition, fileTreeDefinition, flowchartDefinition, formDefinition, graphDefinition, infographicDefinition, kanbanDefinition, kpiDefinition, matrixDefinition, mindMapDefinition, pollDefinition, quizDefinition, rankerDefinition, ratingDefinition, relationDefinition, sequenceDefinition, sliderDefinition, stepsDefinition, tableDefinition, tabsDefinition, timelineDefinition };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as _glyphjs_types from '@glyphjs/types';
|
|
1
2
|
import { GlyphComponentProps, InlineNode, GlyphComponentDefinition, GraphNode, GraphEdge } from '@glyphjs/types';
|
|
2
3
|
import { ReactElement } from 'react';
|
|
3
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
@@ -747,4 +748,6 @@ declare function Annotate({ data, block, onInteraction, }: GlyphComponentProps<A
|
|
|
747
748
|
|
|
748
749
|
declare const annotateDefinition: GlyphComponentDefinition<AnnotateData>;
|
|
749
750
|
|
|
750
|
-
|
|
751
|
+
declare const allComponentDefinitions: readonly [_glyphjs_types.GlyphComponentDefinition<CalloutData>, _glyphjs_types.GlyphComponentDefinition<unknown>, _glyphjs_types.GlyphComponentDefinition<StepsData>, _glyphjs_types.GlyphComponentDefinition<TableData>, _glyphjs_types.GlyphComponentDefinition<TabsData>, _glyphjs_types.GlyphComponentDefinition<TimelineData>, _glyphjs_types.GlyphComponentDefinition<GraphData>, _glyphjs_types.GlyphComponentDefinition<RelationData>, _glyphjs_types.GlyphComponentDefinition<KpiData>, _glyphjs_types.GlyphComponentDefinition<AccordionData>, _glyphjs_types.GlyphComponentDefinition<ComparisonData>, _glyphjs_types.GlyphComponentDefinition<CodeDiffData>, _glyphjs_types.GlyphComponentDefinition<FlowchartData>, _glyphjs_types.GlyphComponentDefinition<FileTreeData>, _glyphjs_types.GlyphComponentDefinition<SequenceData>, _glyphjs_types.GlyphComponentDefinition<ArchitectureData>, _glyphjs_types.GlyphComponentDefinition<MindMapData>, _glyphjs_types.GlyphComponentDefinition<EquationData>, _glyphjs_types.GlyphComponentDefinition<QuizData>, _glyphjs_types.GlyphComponentDefinition<CardData>, _glyphjs_types.GlyphComponentDefinition<InfographicData>, _glyphjs_types.GlyphComponentDefinition<PollData>, _glyphjs_types.GlyphComponentDefinition<RatingData>, _glyphjs_types.GlyphComponentDefinition<RankerData>, _glyphjs_types.GlyphComponentDefinition<SliderData>, _glyphjs_types.GlyphComponentDefinition<MatrixData>, _glyphjs_types.GlyphComponentDefinition<FormData>, _glyphjs_types.GlyphComponentDefinition<KanbanData>, _glyphjs_types.GlyphComponentDefinition<AnnotateData>];
|
|
752
|
+
|
|
753
|
+
export { Accordion, type AccordionData, type AccordionSection, Annotate, type AnnotateData, type AnnotateLabel, type Annotation, Architecture, type ArchitectureData, type ArchitectureLayout, Callout, type CalloutData, Card, type CardAction, type CardData, type CardItem, Chart, CodeDiff, type CodeDiffData, Comparison, type ComparisonData, type ComparisonFeature, type ComparisonOption, type DiffLine, type DiffLineKind, type DividerItem, Equation, type EquationData, type EquationStep, FileTree, type FileTreeData, Flowchart, type FlowchartData, Form, type FormData, type FormField, Graph, type GraphData, Infographic, type InfographicData, type InfographicItem, type InfographicSection, Kanban, type KanbanCard, type KanbanColumn, type KanbanData, Kpi, type KpiData, type KpiMetric, type LayoutResult, Matrix, type MatrixColumn, type MatrixData, type MatrixRow, MindMap, type MindMapData, type PieItem, type PieSlice, Poll, type PollData, type PositionedArchEdge, type PositionedArchNode, type PositionedEdge, type PositionedNode, type PositionedZone, Quiz, type QuizData, type QuizQuestion, Ranker, type RankerData, type RankerItemData, Rating, type RatingData, type RatingItem$1 as RatingItem, type RatingItem as RatingScaleItem, Relation, type RelationData, Sequence, type SequenceData, Slider, type SliderData, type SliderParameter, Steps, type StepsData, Table, type TableData, Tabs, type TabsData, Timeline, type TimelineData, accordionDefinition, allComponentDefinitions, annotateDefinition, architectureDefinition, calloutDefinition, cardDefinition, chartDefinition, codeDiffDefinition, comparisonDefinition, computeArchitectureLayout, computeDagreLayout, computeDiff, computeForceLayout, equationDefinition, fileTreeDefinition, flowchartDefinition, formDefinition, graphDefinition, infographicDefinition, kanbanDefinition, kpiDefinition, matrixDefinition, mindMapDefinition, pollDefinition, quizDefinition, rankerDefinition, ratingDefinition, relationDefinition, sequenceDefinition, sliderDefinition, stepsDefinition, tableDefinition, tabsDefinition, timelineDefinition };
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { accordionSchema,
|
|
1
|
+
import { accordionSchema, calloutSchema, chartSchema, stepsSchema, tableSchema, tabsSchema, timelineSchema, graphSchema, relationSchema, kpiSchema, comparisonSchema, codediffSchema, flowchartSchema, filetreeSchema, sequenceSchema, architectureSchema, mindmapSchema, equationSchema, quizSchema, cardSchema, infographicSchema, pollSchema, ratingSchema, rankerSchema, sliderSchema, matrixSchema, formSchema, kanbanSchema, annotateSchema } from '@glyphjs/schemas';
|
|
2
2
|
import { RichText } from '@glyphjs/runtime';
|
|
3
3
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
4
4
|
import { useRef, useState, useEffect, useCallback, useMemo } from 'react';
|
|
@@ -246,6 +246,22 @@ function ChartAccessibleTable({
|
|
|
246
246
|
}
|
|
247
247
|
);
|
|
248
248
|
}
|
|
249
|
+
function inferAxisKeys(series, explicitX, explicitY) {
|
|
250
|
+
if (explicitX && explicitY) return { xKey: explicitX, yKey: explicitY };
|
|
251
|
+
const sample = series[0]?.data[0];
|
|
252
|
+
if (!sample) return { xKey: explicitX ?? "x", yKey: explicitY ?? "y" };
|
|
253
|
+
let inferredX;
|
|
254
|
+
let inferredY;
|
|
255
|
+
for (const [key, value] of Object.entries(sample)) {
|
|
256
|
+
if (!inferredX && typeof value === "string") inferredX = key;
|
|
257
|
+
if (!inferredY && typeof value === "number") inferredY = key;
|
|
258
|
+
if (inferredX && inferredY) break;
|
|
259
|
+
}
|
|
260
|
+
return {
|
|
261
|
+
xKey: explicitX ?? inferredX ?? "x",
|
|
262
|
+
yKey: explicitY ?? inferredY ?? "y"
|
|
263
|
+
};
|
|
264
|
+
}
|
|
249
265
|
function computeScales(width, height, type, series, xKey, yKey, margin) {
|
|
250
266
|
const innerWidth = width - margin.left - margin.right;
|
|
251
267
|
const innerHeight = height - margin.top - margin.bottom;
|
|
@@ -386,9 +402,9 @@ function Chart({
|
|
|
386
402
|
const svgRef = useRef(null);
|
|
387
403
|
const tooltipRef = useRef(null);
|
|
388
404
|
const [width, setWidth] = useState(DEFAULT_WIDTH);
|
|
405
|
+
const [isLoading, setIsLoading] = useState(true);
|
|
389
406
|
const { type, series, xAxis, yAxis, legend } = data;
|
|
390
|
-
const xKey = xAxis?.key
|
|
391
|
-
const yKey = yAxis?.key ?? "y";
|
|
407
|
+
const { xKey, yKey } = inferAxisKeys(series, xAxis?.key, yAxis?.key);
|
|
392
408
|
const height = DEFAULT_HEIGHT;
|
|
393
409
|
const isCompact = containerCtx.tier === "compact";
|
|
394
410
|
const margin = isCompact ? {
|
|
@@ -449,6 +465,7 @@ function Chart({
|
|
|
449
465
|
if (legend) {
|
|
450
466
|
renderLegend(sel, series, margin.left, margin.top, isCompact ? "10px" : void 0);
|
|
451
467
|
}
|
|
468
|
+
setIsLoading(false);
|
|
452
469
|
}, [
|
|
453
470
|
scales,
|
|
454
471
|
type,
|
|
@@ -470,6 +487,7 @@ function Chart({
|
|
|
470
487
|
"div",
|
|
471
488
|
{
|
|
472
489
|
ref: containerRef,
|
|
490
|
+
"data-glyph-loading": isLoading || void 0,
|
|
473
491
|
style: {
|
|
474
492
|
position: "relative",
|
|
475
493
|
width: "100%",
|
|
@@ -1331,6 +1349,13 @@ var timelineDefinition = {
|
|
|
1331
1349
|
// src/utils/measureText.ts
|
|
1332
1350
|
var measurementCache = /* @__PURE__ */ new WeakMap();
|
|
1333
1351
|
function measurePlainText(text, style) {
|
|
1352
|
+
if (typeof document === "undefined") {
|
|
1353
|
+
const avgCharWidth = parseInt(style.fontSize) * 0.6;
|
|
1354
|
+
return {
|
|
1355
|
+
width: text.length * avgCharWidth,
|
|
1356
|
+
height: parseInt(style.fontSize) * 1.2
|
|
1357
|
+
};
|
|
1358
|
+
}
|
|
1334
1359
|
const canvas = document.createElement("canvas");
|
|
1335
1360
|
const ctx = canvas.getContext("2d");
|
|
1336
1361
|
if (!ctx) {
|
|
@@ -1348,6 +1373,10 @@ function measurePlainText(text, style) {
|
|
|
1348
1373
|
return { width, height };
|
|
1349
1374
|
}
|
|
1350
1375
|
function measureHtmlText(content, style) {
|
|
1376
|
+
if (typeof document === "undefined") {
|
|
1377
|
+
const plainText = flattenInlineNodes(content);
|
|
1378
|
+
return measurePlainText(plainText, style);
|
|
1379
|
+
}
|
|
1351
1380
|
const cached = measurementCache.get(content);
|
|
1352
1381
|
if (cached) {
|
|
1353
1382
|
return cached;
|
|
@@ -1376,6 +1405,28 @@ function measureHtmlText(content, style) {
|
|
|
1376
1405
|
measurementCache.set(content, dimensions);
|
|
1377
1406
|
return dimensions;
|
|
1378
1407
|
}
|
|
1408
|
+
function flattenInlineNodes(nodes) {
|
|
1409
|
+
return nodes.map((node) => {
|
|
1410
|
+
switch (node.type) {
|
|
1411
|
+
case "text":
|
|
1412
|
+
return node.value;
|
|
1413
|
+
case "inlineCode":
|
|
1414
|
+
return node.value;
|
|
1415
|
+
case "strong":
|
|
1416
|
+
case "emphasis":
|
|
1417
|
+
case "delete":
|
|
1418
|
+
return flattenInlineNodes(node.children);
|
|
1419
|
+
case "link":
|
|
1420
|
+
return flattenInlineNodes(node.children);
|
|
1421
|
+
case "image":
|
|
1422
|
+
return node.alt ?? "";
|
|
1423
|
+
case "break":
|
|
1424
|
+
return "\n";
|
|
1425
|
+
default:
|
|
1426
|
+
return "";
|
|
1427
|
+
}
|
|
1428
|
+
}).join("");
|
|
1429
|
+
}
|
|
1379
1430
|
function inlineNodesToHtml(nodes) {
|
|
1380
1431
|
return nodes.map((node) => {
|
|
1381
1432
|
switch (node.type) {
|
|
@@ -1401,6 +1452,9 @@ function inlineNodesToHtml(nodes) {
|
|
|
1401
1452
|
}).join("");
|
|
1402
1453
|
}
|
|
1403
1454
|
function escapeHtml(str) {
|
|
1455
|
+
if (typeof document === "undefined") {
|
|
1456
|
+
return str.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """);
|
|
1457
|
+
}
|
|
1404
1458
|
const div = document.createElement("div");
|
|
1405
1459
|
div.textContent = str;
|
|
1406
1460
|
return div.innerHTML;
|
|
@@ -1989,6 +2043,7 @@ function Graph({
|
|
|
1989
2043
|
const svgRef = useRef(null);
|
|
1990
2044
|
const rootRef = useRef(null);
|
|
1991
2045
|
const groupIndex = useRef(/* @__PURE__ */ new Map());
|
|
2046
|
+
const [isLoading, setIsLoading] = useState(true);
|
|
1992
2047
|
const layoutResult = useMemo(() => {
|
|
1993
2048
|
const direction = resolveLayout(data);
|
|
1994
2049
|
if (direction === "force") {
|
|
@@ -2029,9 +2084,10 @@ function Graph({
|
|
|
2029
2084
|
if (rootElement) {
|
|
2030
2085
|
rootRef.current = rootElement;
|
|
2031
2086
|
}
|
|
2087
|
+
setIsLoading(false);
|
|
2032
2088
|
}, [layoutResult, outgoingRefs, onNavigate, zoomBehavior, handleNodeClick]);
|
|
2033
2089
|
const ariaLabel = `${data.type} graph with ${data.nodes.length} nodes and ${data.edges.length} edges`;
|
|
2034
|
-
return /* @__PURE__ */ jsxs("div", { className: "glyph-graph-container", children: [
|
|
2090
|
+
return /* @__PURE__ */ jsxs("div", { className: "glyph-graph-container", "data-glyph-loading": isLoading || void 0, children: [
|
|
2035
2091
|
/* @__PURE__ */ jsxs("div", { style: { position: "relative" }, children: [
|
|
2036
2092
|
/* @__PURE__ */ jsx(
|
|
2037
2093
|
"svg",
|
|
@@ -3774,7 +3830,7 @@ var DIRECTION_MAP = {
|
|
|
3774
3830
|
"bottom-up": "UP"
|
|
3775
3831
|
};
|
|
3776
3832
|
function buildElkNode(node) {
|
|
3777
|
-
if (node.
|
|
3833
|
+
if (node.children?.length) {
|
|
3778
3834
|
return {
|
|
3779
3835
|
id: node.id,
|
|
3780
3836
|
labels: [{ text: node.label }],
|
|
@@ -3818,7 +3874,7 @@ function collectNodes(elkNode, nodeMap, offsetX, offsetY, nodes, zones, depth, z
|
|
|
3818
3874
|
const absX = offsetX + (elkNode.x ?? 0);
|
|
3819
3875
|
const absY = offsetY + (elkNode.y ?? 0);
|
|
3820
3876
|
const original = nodeMap.get(elkNode.id);
|
|
3821
|
-
if (original?.
|
|
3877
|
+
if (original?.children?.length && elkNode.children?.length) {
|
|
3822
3878
|
zones.push({
|
|
3823
3879
|
id: elkNode.id,
|
|
3824
3880
|
label: original.label,
|
|
@@ -3855,7 +3911,7 @@ function flattenNodeMap(children, map) {
|
|
|
3855
3911
|
function buildAncestorMap(children, ancestors, map) {
|
|
3856
3912
|
for (const node of children) {
|
|
3857
3913
|
map.set(node.id, [...ancestors]);
|
|
3858
|
-
if (node.
|
|
3914
|
+
if (node.children?.length) {
|
|
3859
3915
|
buildAncestorMap(node.children, [...ancestors, node.id], map);
|
|
3860
3916
|
}
|
|
3861
3917
|
}
|
|
@@ -4134,6 +4190,7 @@ function Architecture({
|
|
|
4134
4190
|
{
|
|
4135
4191
|
ref: containerRef,
|
|
4136
4192
|
className: "glyph-architecture-container",
|
|
4193
|
+
"data-glyph-loading": !layout || void 0,
|
|
4137
4194
|
style: { position: "relative" },
|
|
4138
4195
|
children: [
|
|
4139
4196
|
!layout && /* @__PURE__ */ jsx(
|
|
@@ -4193,7 +4250,7 @@ function Architecture({
|
|
|
4193
4250
|
function flattenNodes(children, zone) {
|
|
4194
4251
|
const result = [];
|
|
4195
4252
|
for (const child of children) {
|
|
4196
|
-
if (child.
|
|
4253
|
+
if (child.children?.length) {
|
|
4197
4254
|
result.push(...flattenNodes(child.children, child.label));
|
|
4198
4255
|
} else {
|
|
4199
4256
|
result.push({ id: child.id, label: child.label, zone });
|
|
@@ -4204,7 +4261,7 @@ function flattenNodes(children, zone) {
|
|
|
4204
4261
|
function countLeafNodes(children) {
|
|
4205
4262
|
let count = 0;
|
|
4206
4263
|
for (const child of children) {
|
|
4207
|
-
if (child.
|
|
4264
|
+
if (child.children?.length) {
|
|
4208
4265
|
count += countLeafNodes(child.children);
|
|
4209
4266
|
} else {
|
|
4210
4267
|
count++;
|
|
@@ -5525,6 +5582,10 @@ function renderRatingGroup(items, keyPrefix) {
|
|
|
5525
5582
|
);
|
|
5526
5583
|
}) }, keyPrefix);
|
|
5527
5584
|
}
|
|
5585
|
+
function cssEscape(value) {
|
|
5586
|
+
if (typeof CSS !== "undefined" && CSS.escape) return CSS.escape(value);
|
|
5587
|
+
return value.replace(/([^\w-])/g, "\\$1");
|
|
5588
|
+
}
|
|
5528
5589
|
function Infographic({
|
|
5529
5590
|
data,
|
|
5530
5591
|
block,
|
|
@@ -5577,7 +5638,7 @@ function Infographic({
|
|
|
5577
5638
|
borderLeft: "3px solid var(--glyph-infographic-accent, #3b82f6)",
|
|
5578
5639
|
paddingLeft: "var(--glyph-spacing-sm, 0.5rem)"
|
|
5579
5640
|
};
|
|
5580
|
-
const printCss = useGrid ? `@media print { #${
|
|
5641
|
+
const printCss = useGrid ? `@media print { #${cssEscape(baseId)} [data-layout="grid"] { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 0.5rem !important; } #${cssEscape(baseId)} [data-layout="grid"] > div { break-inside: avoid; } }` : "";
|
|
5581
5642
|
let progressColorOffset = 0;
|
|
5582
5643
|
return /* @__PURE__ */ jsxs("div", { id: baseId, role: "region", "aria-label": title ?? "Infographic", style: containerStyle11, children: [
|
|
5583
5644
|
printCss && /* @__PURE__ */ jsx("style", { children: printCss }),
|
|
@@ -7383,6 +7444,39 @@ var annotateDefinition = {
|
|
|
7383
7444
|
render: Annotate
|
|
7384
7445
|
};
|
|
7385
7446
|
|
|
7386
|
-
|
|
7447
|
+
// src/index.ts
|
|
7448
|
+
var allComponentDefinitions = [
|
|
7449
|
+
calloutDefinition,
|
|
7450
|
+
chartDefinition,
|
|
7451
|
+
stepsDefinition,
|
|
7452
|
+
tableDefinition,
|
|
7453
|
+
tabsDefinition,
|
|
7454
|
+
timelineDefinition,
|
|
7455
|
+
graphDefinition,
|
|
7456
|
+
relationDefinition,
|
|
7457
|
+
kpiDefinition,
|
|
7458
|
+
accordionDefinition,
|
|
7459
|
+
comparisonDefinition,
|
|
7460
|
+
codeDiffDefinition,
|
|
7461
|
+
flowchartDefinition,
|
|
7462
|
+
fileTreeDefinition,
|
|
7463
|
+
sequenceDefinition,
|
|
7464
|
+
architectureDefinition,
|
|
7465
|
+
mindMapDefinition,
|
|
7466
|
+
equationDefinition,
|
|
7467
|
+
quizDefinition,
|
|
7468
|
+
cardDefinition,
|
|
7469
|
+
infographicDefinition,
|
|
7470
|
+
pollDefinition,
|
|
7471
|
+
ratingDefinition,
|
|
7472
|
+
rankerDefinition,
|
|
7473
|
+
sliderDefinition,
|
|
7474
|
+
matrixDefinition,
|
|
7475
|
+
formDefinition,
|
|
7476
|
+
kanbanDefinition,
|
|
7477
|
+
annotateDefinition
|
|
7478
|
+
];
|
|
7479
|
+
|
|
7480
|
+
export { Accordion, Annotate, Architecture, Callout, Card, Chart, CodeDiff, Comparison, Equation, FileTree, Flowchart, Form, Graph, Infographic, Kanban, Kpi, Matrix, MindMap, Poll, Quiz, Ranker, Rating, Relation, Sequence, Slider, Steps, Table, Tabs, Timeline, accordionDefinition, allComponentDefinitions, annotateDefinition, architectureDefinition, calloutDefinition, cardDefinition, chartDefinition, codeDiffDefinition, comparisonDefinition, computeArchitectureLayout, computeDagreLayout, computeDiff, computeForceLayout, equationDefinition, fileTreeDefinition, flowchartDefinition, formDefinition, graphDefinition, infographicDefinition, kanbanDefinition, kpiDefinition, matrixDefinition, mindMapDefinition, pollDefinition, quizDefinition, rankerDefinition, ratingDefinition, relationDefinition, sequenceDefinition, sliderDefinition, stepsDefinition, tableDefinition, tabsDefinition, timelineDefinition };
|
|
7387
7481
|
//# sourceMappingURL=index.js.map
|
|
7388
7482
|
//# sourceMappingURL=index.js.map
|