xmlui 0.7.20 → 0.7.21
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/{apiInterceptorWorker-D3L7dpSV.mjs → apiInterceptorWorker-LRHkKnha.mjs} +1 -1
- package/dist/{grammar.tmLanguage-69iP6c5d.mjs → grammar.tmLanguage-DNepe_jP.mjs} +1 -1
- package/dist/index-5NLXyjX0.mjs +31055 -0
- package/dist/index.css +1 -1
- package/dist/scripts/bin/build-lib.js +1 -1
- package/dist/scripts/bin/index.js +2 -2
- package/dist/scripts/bin/start.js +23 -6
- package/dist/scripts/bin/viteConfig.js +1 -0
- package/dist/scripts/package.json +2 -1
- package/dist/scripts/src/abstractions/ExtensionDefs.js +2 -0
- package/dist/scripts/src/components/ComponentProvider.js +171 -148
- package/dist/scripts/src/components/FormItem/FormItemNative.js +1 -1
- package/dist/scripts/src/components/HtmlTags/HtmlTags.js +33 -0
- package/dist/scripts/src/components/RawHtml/RawHtml.js +39 -0
- package/dist/scripts/src/components/RawHtml/RawHtmlNative.js +13 -0
- package/dist/scripts/src/components/Theme/ThemeNative.js +1 -1
- package/dist/scripts/src/components-core/LoaderComponent.js +1 -1
- package/dist/scripts/src/components-core/RestApiProxy.js +1 -1
- package/dist/scripts/src/components-core/StandaloneApp.js +19 -19
- package/dist/scripts/src/components-core/{StandaloneComponentManager.js → StandaloneExtensionManager.js} +6 -13
- package/dist/scripts/src/components-core/action/APICall.js +1 -1
- package/dist/scripts/src/components-core/loader/PageableLoader.js +4 -4
- package/dist/scripts/src/components-core/{AppRoot.js → rendering/AppContent.js} +60 -145
- package/dist/scripts/src/components-core/rendering/AppRoot.js +55 -0
- package/dist/scripts/src/components-core/rendering/AppWrapper.js +44 -0
- package/dist/scripts/src/components-core/{ComponentBed.js → rendering/ComponentAdapter.js} +8 -8
- package/dist/scripts/src/components-core/rendering/ComponentWrapper.js +147 -0
- package/dist/scripts/src/components-core/rendering/Container.js +576 -0
- package/dist/scripts/src/components-core/rendering/ContainerWrapper.js +82 -0
- package/dist/scripts/src/components-core/{ErrorBoundary.js → rendering/ErrorBoundary.js} +9 -3
- package/dist/scripts/src/components-core/rendering/StateContainer.js +331 -0
- package/dist/scripts/src/components-core/{container → rendering}/buildProxy.js +11 -7
- package/dist/scripts/src/components-core/{container → rendering}/collectFnVarDeps.js +2 -2
- package/dist/scripts/src/components-core/{container → rendering}/reducer.js +3 -0
- package/dist/scripts/src/components-core/rendering/renderChild.js +81 -0
- package/dist/scripts/src/index.js +3 -6
- package/dist/scripts/src/parsers/xmlui-parser/transform.js +193 -164
- package/dist/scripts/src/syntax/grammar.tmLanguage.json +1 -1
- package/dist/style.css +1 -1
- package/dist/xmlui-metadata.mjs +4216 -4232
- package/dist/xmlui-metadata.umd.js +16 -16
- package/dist/xmlui-standalone.umd.js +262 -290
- package/dist/xmlui.d.ts +36 -61
- package/dist/xmlui.mjs +1 -1
- package/package.json +2 -1
- package/dist/index-BYjaMGrD.mjs +0 -76804
- package/dist/scripts/src/components/BarChart/BarChart.js +0 -49
- package/dist/scripts/src/components/BarChart/BarChartNative.js +0 -176
- package/dist/scripts/src/components/Map/Map.js +0 -75
- package/dist/scripts/src/components/Map/world_countries.json +0 -45307
- package/dist/scripts/src/components/PieChart/PieChart.js +0 -45
- package/dist/scripts/src/components/PieChart/PieChartNative.js +0 -165
- package/dist/scripts/src/components/chart-color-schemes.js +0 -43
- package/dist/scripts/src/components-core/container/Container.js +0 -1186
- package/dist/scripts/src/components-core/container/ContainerComponentDef.js +0 -15
- /package/dist/scripts/src/components-core/{InvalidComponent.js → rendering/InvalidComponent.js} +0 -0
- /package/dist/scripts/src/components-core/{UnknownComponent.js → rendering/UnknownComponent.js} +0 -0
- /package/dist/scripts/src/components-core/{container → rendering}/valueExtractor.js +0 -0
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.barChartComponentRenderer = exports.BarChartMd = void 0;
|
|
7
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
8
|
-
const PieChart_module_scss_1 = __importDefault(require("@components/PieChart/PieChart.module.scss"));
|
|
9
|
-
const ComponentDefs_1 = require("@abstractions/ComponentDefs");
|
|
10
|
-
const themeVars_1 = require("@components-core/theming/themeVars");
|
|
11
|
-
const renderers_1 = require("@components-core/renderers");
|
|
12
|
-
const BarChartNative_1 = require("./BarChartNative");
|
|
13
|
-
const COMP = "BarChart";
|
|
14
|
-
exports.BarChartMd = (0, ComponentDefs_1.createMetadata)({
|
|
15
|
-
status: "deprecated",
|
|
16
|
-
description: `The \`BarChart\` component represents a bar chart.`,
|
|
17
|
-
props: {
|
|
18
|
-
data: (0, ComponentDefs_1.d)(`This property is used to provide the component with data to display. The data itself needs ` +
|
|
19
|
-
`to be an array of objects.`),
|
|
20
|
-
keys: (0, ComponentDefs_1.d)(`This property specifies what the label texts are for each bar.`),
|
|
21
|
-
groupMode: (0, ComponentDefs_1.d)(`This property determines how the bars are layed out. The \`grouped\` variant lays out the ` +
|
|
22
|
-
`bars next to each other on the primary axis. The \`stacked\` variant stacks the bars on ` +
|
|
23
|
-
`top of each other.`),
|
|
24
|
-
layout: (0, ComponentDefs_1.d)(`This property determines the orientation of the bar chart. The \`vertical\` variant ` +
|
|
25
|
-
`specifies the horizontal axis as the primary and lays out the bars from left to right. ` +
|
|
26
|
-
`The \`horizontal\` variant specifies the vertical axis as the primary and has the bars ` +
|
|
27
|
-
`spread from top to bottom.`),
|
|
28
|
-
indexBy: (0, ComponentDefs_1.d)(`Determines which attribute groups the bars together.`),
|
|
29
|
-
},
|
|
30
|
-
themeVars: (0, themeVars_1.parseScssVar)(PieChart_module_scss_1.default.themeVars),
|
|
31
|
-
defaultThemeVars: {
|
|
32
|
-
"scheme-BarChart": "pastel1",
|
|
33
|
-
"color-text-BarChart": "$color-text-secondary",
|
|
34
|
-
"color-ticks-BarChart": "$color-text-primary",
|
|
35
|
-
"color-bg-tooltip-BarChart": "$color-bg-primary",
|
|
36
|
-
"color-text-tooltip-BarChart": "$color-text-primary",
|
|
37
|
-
"color-axis-BarChart": "$color-text-primary",
|
|
38
|
-
light: {
|
|
39
|
-
"scheme-BarChart": "set3",
|
|
40
|
-
},
|
|
41
|
-
dark: {
|
|
42
|
-
"scheme-BarChart": "dark2",
|
|
43
|
-
},
|
|
44
|
-
},
|
|
45
|
-
});
|
|
46
|
-
exports.barChartComponentRenderer = (0, renderers_1.createComponentRenderer)(COMP, exports.BarChartMd, ({ extractValue, node, layoutCss }) => {
|
|
47
|
-
var _a, _b, _c, _d, _e;
|
|
48
|
-
return ((0, jsx_runtime_1.jsx)(BarChartNative_1.BarChart, { style: layoutCss, data: extractValue((_a = node.props) === null || _a === void 0 ? void 0 : _a.data), keys: extractValue((_b = node.props) === null || _b === void 0 ? void 0 : _b.keys), groupMode: extractValue((_c = node.props) === null || _c === void 0 ? void 0 : _c.groupMode), layout: extractValue((_d = node.props) === null || _d === void 0 ? void 0 : _d.layout), indexBy: extractValue((_e = node.props) === null || _e === void 0 ? void 0 : _e.indexBy) }));
|
|
49
|
-
});
|
|
@@ -1,176 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
36
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
37
|
-
};
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.BarChart = void 0;
|
|
40
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
41
|
-
const react_1 = __importStar(require("react"));
|
|
42
|
-
const ThemeContext_1 = require("@components-core/theming/ThemeContext");
|
|
43
|
-
const chart_color_schemes_1 = __importDefault(require("@components/chart-color-schemes"));
|
|
44
|
-
const hooks_1 = require("@components-core/utils/hooks");
|
|
45
|
-
const ResponsiveBar = react_1.default.lazy(() => Promise.resolve().then(() => __importStar(require("@nivo/bar"))).then((module) => ({ default: module.ResponsiveBar })));
|
|
46
|
-
const BarChart = ({ data, keys = [], groupMode = "grouped", layout = "vertical", indexBy = "id", style, }) => {
|
|
47
|
-
console.log(keys, data);
|
|
48
|
-
const { getThemeVar } = (0, ThemeContext_1.useTheme)();
|
|
49
|
-
const colors = (0, hooks_1.useColors)({
|
|
50
|
-
name: "color-text-BarChart",
|
|
51
|
-
format: "hex",
|
|
52
|
-
}, {
|
|
53
|
-
name: "color-ticks-BarChart",
|
|
54
|
-
format: "hex",
|
|
55
|
-
}, {
|
|
56
|
-
name: "color-bg-tooltip-BarChart",
|
|
57
|
-
format: "hex",
|
|
58
|
-
}, {
|
|
59
|
-
name: "color-text-tooltip-BarChart",
|
|
60
|
-
format: "hex",
|
|
61
|
-
}, {
|
|
62
|
-
name: "color-axis-BarChart",
|
|
63
|
-
format: "hex",
|
|
64
|
-
});
|
|
65
|
-
return ((0, jsx_runtime_1.jsx)("div", { style: style, children: (0, jsx_runtime_1.jsx)(react_1.Suspense, { children: (0, jsx_runtime_1.jsx)(ResponsiveBar, { data: data, keys: keys, layout: layout, groupMode: groupMode, theme: {
|
|
66
|
-
background: "transparent",
|
|
67
|
-
text: {
|
|
68
|
-
fontSize: 11,
|
|
69
|
-
fill: colors["color-text-BarChart"],
|
|
70
|
-
outlineWidth: 0,
|
|
71
|
-
outlineColor: "transparent",
|
|
72
|
-
},
|
|
73
|
-
axis: {
|
|
74
|
-
domain: {
|
|
75
|
-
line: {
|
|
76
|
-
stroke: colors["color-axis-BarChart"],
|
|
77
|
-
strokeWidth: 1,
|
|
78
|
-
},
|
|
79
|
-
},
|
|
80
|
-
legend: {
|
|
81
|
-
text: {
|
|
82
|
-
fontSize: 12,
|
|
83
|
-
fill: colors["border-color-BarChart"],
|
|
84
|
-
outlineWidth: 0,
|
|
85
|
-
outlineColor: "transparent",
|
|
86
|
-
},
|
|
87
|
-
},
|
|
88
|
-
ticks: {
|
|
89
|
-
line: {
|
|
90
|
-
stroke: "#777777",
|
|
91
|
-
strokeWidth: 1,
|
|
92
|
-
},
|
|
93
|
-
text: {
|
|
94
|
-
fontSize: 11,
|
|
95
|
-
fill: colors["color-ticks-BarChart"],
|
|
96
|
-
outlineWidth: 0,
|
|
97
|
-
outlineColor: "transparent",
|
|
98
|
-
},
|
|
99
|
-
},
|
|
100
|
-
},
|
|
101
|
-
grid: {
|
|
102
|
-
line: {
|
|
103
|
-
stroke: "#dddddd",
|
|
104
|
-
strokeWidth: 1,
|
|
105
|
-
},
|
|
106
|
-
},
|
|
107
|
-
legends: {
|
|
108
|
-
title: {
|
|
109
|
-
text: {
|
|
110
|
-
fontSize: 11,
|
|
111
|
-
fill: "#333333",
|
|
112
|
-
outlineWidth: 0,
|
|
113
|
-
outlineColor: "transparent",
|
|
114
|
-
},
|
|
115
|
-
},
|
|
116
|
-
text: {
|
|
117
|
-
fontSize: 11,
|
|
118
|
-
fill: "#333333",
|
|
119
|
-
outlineWidth: 0,
|
|
120
|
-
outlineColor: "transparent",
|
|
121
|
-
},
|
|
122
|
-
ticks: {
|
|
123
|
-
line: {},
|
|
124
|
-
text: {
|
|
125
|
-
fontSize: 10,
|
|
126
|
-
fill: "#333333",
|
|
127
|
-
outlineWidth: 0,
|
|
128
|
-
outlineColor: "transparent",
|
|
129
|
-
},
|
|
130
|
-
},
|
|
131
|
-
},
|
|
132
|
-
annotations: {
|
|
133
|
-
text: {
|
|
134
|
-
fontSize: 13,
|
|
135
|
-
fill: "#333333",
|
|
136
|
-
outlineWidth: 2,
|
|
137
|
-
outlineColor: "#ffffff",
|
|
138
|
-
outlineOpacity: 1,
|
|
139
|
-
},
|
|
140
|
-
link: {
|
|
141
|
-
stroke: "#000000",
|
|
142
|
-
strokeWidth: 1,
|
|
143
|
-
outlineWidth: 2,
|
|
144
|
-
outlineColor: "#ffffff",
|
|
145
|
-
outlineOpacity: 1,
|
|
146
|
-
},
|
|
147
|
-
outline: {
|
|
148
|
-
stroke: "#000000",
|
|
149
|
-
strokeWidth: 2,
|
|
150
|
-
outlineWidth: 2,
|
|
151
|
-
outlineColor: "#ffffff",
|
|
152
|
-
outlineOpacity: 1,
|
|
153
|
-
},
|
|
154
|
-
symbol: {
|
|
155
|
-
fill: "#000000",
|
|
156
|
-
outlineWidth: 2,
|
|
157
|
-
outlineColor: "#ffffff",
|
|
158
|
-
outlineOpacity: 1,
|
|
159
|
-
},
|
|
160
|
-
},
|
|
161
|
-
tooltip: {
|
|
162
|
-
wrapper: {},
|
|
163
|
-
container: {
|
|
164
|
-
background: colors["color-bg-tooltip-BarChart"],
|
|
165
|
-
color: colors["color-text-tooltip-BarChart"],
|
|
166
|
-
fontSize: 12,
|
|
167
|
-
},
|
|
168
|
-
basic: {},
|
|
169
|
-
chip: {},
|
|
170
|
-
table: {},
|
|
171
|
-
tableCell: {},
|
|
172
|
-
tableCellValue: {},
|
|
173
|
-
},
|
|
174
|
-
}, borderWidth: 1, borderColor: { from: "color", modifiers: [["darker", 0.2]] }, indexBy: indexBy, margin: { top: 10, bottom: 40, left: 60 }, padding: 0.3, valueScale: { type: "linear" }, indexScale: { type: "band", round: true }, colors: { scheme: chart_color_schemes_1.default[getThemeVar("scheme-BarChart") || "nivo"] }, axisTop: null, axisRight: null, labelSkipWidth: 12, labelSkipHeight: 12, role: "application" }) }) }));
|
|
175
|
-
};
|
|
176
|
-
exports.BarChart = BarChart;
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
36
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
37
|
-
};
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.mapComponentRenderer = void 0;
|
|
40
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
41
|
-
const ComponentDefs_1 = require("@abstractions/ComponentDefs");
|
|
42
|
-
const themeVars_1 = require("@components-core/theming/themeVars");
|
|
43
|
-
const PieChart_module_scss_1 = __importDefault(require("@components/PieChart/PieChart.module.scss"));
|
|
44
|
-
const renderers_1 = require("@components-core/renderers");
|
|
45
|
-
const react_1 = __importStar(require("react"));
|
|
46
|
-
const world_countries_json_1 = __importDefault(require("./world_countries.json"));
|
|
47
|
-
const lodash_es_1 = require("lodash-es");
|
|
48
|
-
const ResponsiveChoropleth = react_1.default.lazy(() => Promise.resolve().then(() => __importStar(require("@nivo/geo"))).then((module) => ({ default: module.ResponsiveChoropleth })));
|
|
49
|
-
const Map = ({ data = [], style }) => {
|
|
50
|
-
// lot of extra props, the issue is here: https://github.com/plouc/nivo/issues/2634
|
|
51
|
-
return ((0, jsx_runtime_1.jsx)("div", { style: style, children: (0, jsx_runtime_1.jsx)(react_1.Suspense, { children: (0, jsx_runtime_1.jsx)(ResponsiveChoropleth, { data: data, margin: { top: 0, right: 0, bottom: 0, left: 0 }, colors: "blues", domain: [0, 1000000], unknownColor: "transparent", label: "properties.name", valueFormat: ".2s", projectionTranslation: [0.5, 0.6], projectionRotation: [0, 0, 0], enableGraticule: true, graticuleLineColor: "#dddddd", borderWidth: 0.1, borderColor: "#152538", features: world_countries_json_1.default.features,
|
|
52
|
-
// projectionType={"mercator"}
|
|
53
|
-
projectionType: "equirectangular", projectionScale: 100, fillColor: "transparent", graticuleLineWidth: 0, isInteractive: true, onMouseEnter: lodash_es_1.noop, onMouseMove: lodash_es_1.noop, onMouseLeave: lodash_es_1.noop, onClick: lodash_es_1.noop, role: "", match: "id", value: "value",
|
|
54
|
-
// @ts-ignore
|
|
55
|
-
layers: ["graticule", "features"] }) }) }));
|
|
56
|
-
};
|
|
57
|
-
const MapMd = (0, ComponentDefs_1.createMetadata)({
|
|
58
|
-
description: "(*** OBSOLETE ***) A simple map component",
|
|
59
|
-
props: {
|
|
60
|
-
data: (0, ComponentDefs_1.d)("The data to be displayed in the map"),
|
|
61
|
-
},
|
|
62
|
-
themeVars: (0, themeVars_1.parseScssVar)(PieChart_module_scss_1.default.themeVars),
|
|
63
|
-
defaultThemeVars: {
|
|
64
|
-
light: {
|
|
65
|
-
///
|
|
66
|
-
},
|
|
67
|
-
dark: {
|
|
68
|
-
///
|
|
69
|
-
},
|
|
70
|
-
},
|
|
71
|
-
});
|
|
72
|
-
exports.mapComponentRenderer = (0, renderers_1.createComponentRenderer)("Map", MapMd, ({ extractValue, node, layoutCss }) => {
|
|
73
|
-
var _a;
|
|
74
|
-
return (0, jsx_runtime_1.jsx)(Map, { data: extractValue((_a = node.props) === null || _a === void 0 ? void 0 : _a.data), style: layoutCss });
|
|
75
|
-
});
|