@nocobase/plugin-charts 0.13.0-alpha.2 → 0.13.0-alpha.4
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/client/index.js
CHANGED
|
@@ -2587,13 +2587,13 @@
|
|
|
2587
2587
|
mode,
|
|
2588
2588
|
children: [
|
|
2589
2589
|
/* @__PURE__ */ jsxRuntimeExports.jsx(OptGroup, { label: lang("Basic charts"), children: group1.map((option) => /* @__PURE__ */ jsxRuntimeExports.jsx(Option, { value: option.key, label: lang(option.title), children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
2590
|
-
|
|
2590
|
+
client.Popover,
|
|
2591
2591
|
{
|
|
2592
2592
|
placement: "right",
|
|
2593
2593
|
zIndex: 99999999999,
|
|
2594
2594
|
content: () => {
|
|
2595
2595
|
var _a;
|
|
2596
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: (_a = lang(option == null ? void 0 : option.description)) == null ? void 0 : _a.split(",").map((item) => /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: item })) });
|
|
2596
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: (_a = lang(option == null ? void 0 : option.description)) == null ? void 0 : _a.split(",").map((item) => /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: item }, item)) });
|
|
2597
2597
|
},
|
|
2598
2598
|
trigger: "hover",
|
|
2599
2599
|
children: /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
@@ -2611,15 +2611,15 @@
|
|
|
2611
2611
|
}
|
|
2612
2612
|
)
|
|
2613
2613
|
}
|
|
2614
|
-
) })) }),
|
|
2614
|
+
) }, option.key)) }),
|
|
2615
2615
|
/* @__PURE__ */ jsxRuntimeExports.jsx(OptGroup, { label: lang("More charts"), children: group2.map((option) => /* @__PURE__ */ jsxRuntimeExports.jsx(Option, { value: option.key, label: lang(option.title), children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
2616
|
-
|
|
2616
|
+
client.Popover,
|
|
2617
2617
|
{
|
|
2618
2618
|
placement: "right",
|
|
2619
2619
|
zIndex: 99999999999,
|
|
2620
2620
|
content: () => {
|
|
2621
2621
|
var _a;
|
|
2622
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: (_a = lang(option == null ? void 0 : option.description)) == null ? void 0 : _a.split(",").map((item) => /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: item })) });
|
|
2622
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: (_a = lang(option == null ? void 0 : option.description)) == null ? void 0 : _a.split(",").map((item) => /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: item }, item)) });
|
|
2623
2623
|
},
|
|
2624
2624
|
trigger: "hover",
|
|
2625
2625
|
children: /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
@@ -2637,7 +2637,7 @@
|
|
|
2637
2637
|
}
|
|
2638
2638
|
)
|
|
2639
2639
|
}
|
|
2640
|
-
) })) })
|
|
2640
|
+
) }, option.key)) })
|
|
2641
2641
|
]
|
|
2642
2642
|
}
|
|
2643
2643
|
);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"json5","version":"2.2.3","description":"JSON for Humans","main":"lib/index.js","module":"dist/index.mjs","bin":"lib/cli.js","browser":"dist/index.js","types":"lib/index.d.ts","files":["lib/","dist/"],"engines":{"node":">=6"},"scripts":{"build":"rollup -c","build-package":"node build/package.js","build-unicode":"node build/unicode.js","coverage":"tap --coverage-report html test","lint":"eslint --fix .","lint-report":"eslint .","prepublishOnly":"npm run production","preversion":"npm run production","production":"run-s test build","tap":"tap -Rspec --100 test","test":"run-s lint-report tap","version":"npm run build-package && git add package.json5"},"repository":{"type":"git","url":"git+https://github.com/json5/json5.git"},"keywords":["json","json5","es5","es2015","ecmascript"],"author":"Aseem Kishore <aseem.kishore@gmail.com>","contributors":["Max Nanasy <max.nanasy@gmail.com>","Andrew Eisenberg <andrew@eisenberg.as>","Jordan Tucker <jordanbtucker@gmail.com>"],"license":"MIT","bugs":{"url":"https://github.com/json5/json5/issues"},"homepage":"http://json5.org/","devDependencies":{"core-js":"^2.6.5","eslint":"^5.15.3","eslint-config-standard":"^12.0.0","eslint-plugin-import":"^2.16.0","eslint-plugin-node":"^8.0.1","eslint-plugin-promise":"^4.0.1","eslint-plugin-standard":"^4.0.0","npm-run-all":"^4.1.5","regenerate":"^1.4.0","rollup":"^0.64.1","rollup-plugin-buble":"^0.19.6","rollup-plugin-commonjs":"^9.2.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-terser":"^1.0.1","sinon":"^6.3.5","tap":"^12.6.0","unicode-10.0.0":"^0.7.5"},"_lastModified":"2023-08-
|
|
1
|
+
{"name":"json5","version":"2.2.3","description":"JSON for Humans","main":"lib/index.js","module":"dist/index.mjs","bin":"lib/cli.js","browser":"dist/index.js","types":"lib/index.d.ts","files":["lib/","dist/"],"engines":{"node":">=6"},"scripts":{"build":"rollup -c","build-package":"node build/package.js","build-unicode":"node build/unicode.js","coverage":"tap --coverage-report html test","lint":"eslint --fix .","lint-report":"eslint .","prepublishOnly":"npm run production","preversion":"npm run production","production":"run-s test build","tap":"tap -Rspec --100 test","test":"run-s lint-report tap","version":"npm run build-package && git add package.json5"},"repository":{"type":"git","url":"git+https://github.com/json5/json5.git"},"keywords":["json","json5","es5","es2015","ecmascript"],"author":"Aseem Kishore <aseem.kishore@gmail.com>","contributors":["Max Nanasy <max.nanasy@gmail.com>","Andrew Eisenberg <andrew@eisenberg.as>","Jordan Tucker <jordanbtucker@gmail.com>"],"license":"MIT","bugs":{"url":"https://github.com/json5/json5/issues"},"homepage":"http://json5.org/","devDependencies":{"core-js":"^2.6.5","eslint":"^5.15.3","eslint-config-standard":"^12.0.0","eslint-plugin-import":"^2.16.0","eslint-plugin-node":"^8.0.1","eslint-plugin-promise":"^4.0.1","eslint-plugin-standard":"^4.0.0","npm-run-all":"^4.1.5","regenerate":"^1.4.0","rollup":"^0.64.1","rollup-plugin-buble":"^0.19.6","rollup-plugin-commonjs":"^9.2.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-terser":"^1.0.1","sinon":"^6.3.5","tap":"^12.6.0","unicode-10.0.0":"^0.7.5"},"_lastModified":"2023-08-27T02:25:29.064Z"}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "图表",
|
|
5
5
|
"description": "Out-of-the-box, feature-rich chart plugins.",
|
|
6
6
|
"description.zh-CN": "开箱即用、丰富的报表。",
|
|
7
|
-
"version": "0.13.0-alpha.
|
|
7
|
+
"version": "0.13.0-alpha.4",
|
|
8
8
|
"main": "./dist/server/index.js",
|
|
9
9
|
"devDependencies": {
|
|
10
10
|
"@ant-design/icons": "5.x",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"@nocobase/test": "0.x",
|
|
26
26
|
"@nocobase/utils": "0.x"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "29594e9dbb2455e2f3f6bea95340c4ed75789b61"
|
|
29
29
|
}
|