@pisell/charts-materials 1.0.21 → 1.0.22

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.
@@ -3,6 +3,5 @@ import { Area as AntArea } from "@ant-design/plots";
3
3
  declare type AntAreaProps = typeof AntArea;
4
4
  export interface AreaProps extends React.ComponentProps<AntAreaProps> {
5
5
  }
6
- declare const Area: (props: AreaProps) => JSX.Element;
6
+ declare const Area: (props: AreaProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default Area;
8
- //# sourceMappingURL=index.d.ts.map
package/es/area/index.js CHANGED
@@ -1,12 +1,17 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
2
7
  import React from "react";
3
8
  import { Area as AntArea } from "@ant-design/plots";
9
+ import { jsx as _jsx } from "react/jsx-runtime";
4
10
  var Area = function Area(props) {
5
- return /*#__PURE__*/React.createElement(AntArea, _extends({
6
- key: "".concat(props.width, "-").concat(props.height, "-").concat(props.autoFit),
11
+ return /*#__PURE__*/_jsx(AntArea, _objectSpread({
7
12
  style: {
8
13
  flex: 1
9
14
  }
10
- }, props));
15
+ }, props), "".concat(props.width, "-").concat(props.height, "-").concat(props.autoFit));
11
16
  };
12
17
  export default Area;
package/es/bar/index.d.ts CHANGED
@@ -3,6 +3,5 @@ import { Bar as AntBar } from "@ant-design/plots";
3
3
  declare type AntBarProps = typeof AntBar;
4
4
  export interface BarProps extends React.ComponentProps<AntBarProps> {
5
5
  }
6
- declare const Bar: (props: BarProps) => JSX.Element;
6
+ declare const Bar: (props: BarProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default Bar;
8
- //# sourceMappingURL=index.d.ts.map
package/es/bar/index.js CHANGED
@@ -1,12 +1,17 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
2
7
  import React from "react";
3
8
  import { Bar as AntBar } from "@ant-design/plots";
9
+ import { jsx as _jsx } from "react/jsx-runtime";
4
10
  var Bar = function Bar(props) {
5
- return /*#__PURE__*/React.createElement(AntBar, _extends({
6
- key: "".concat(props.width, "-").concat(props.height, "-").concat(props.autoFit),
11
+ return /*#__PURE__*/_jsx(AntBar, _objectSpread({
7
12
  style: {
8
13
  flex: 1
9
14
  }
10
- }, props));
15
+ }, props), "".concat(props.width, "-").concat(props.height, "-").concat(props.autoFit));
11
16
  };
12
17
  export default Bar;
@@ -3,6 +3,5 @@ import { Column as AntColumn } from "@ant-design/plots";
3
3
  declare type AntColumnProps = typeof AntColumn;
4
4
  export interface ColumnProps extends React.ComponentProps<AntColumnProps> {
5
5
  }
6
- declare const Column: (props: ColumnProps) => JSX.Element;
6
+ declare const Column: (props: ColumnProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default Column;
8
- //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,17 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
2
7
  import React from "react";
3
8
  import { Column as AntColumn } from "@ant-design/plots";
9
+ import { jsx as _jsx } from "react/jsx-runtime";
4
10
  var Column = function Column(props) {
5
- return /*#__PURE__*/React.createElement(AntColumn, _extends({
6
- key: "".concat(props.width, "-").concat(props.height, "-").concat(props.autoFit),
11
+ return /*#__PURE__*/_jsx(AntColumn, _objectSpread({
7
12
  style: {
8
13
  flex: 1
9
14
  }
10
- }, props));
15
+ }, props), "".concat(props.width, "-").concat(props.height, "-").concat(props.autoFit));
11
16
  };
12
17
  export default Column;
package/es/index.d.ts CHANGED
@@ -4,4 +4,3 @@ import Bar from "./bar";
4
4
  import Area from "./area";
5
5
  import Column from "./column";
6
6
  export { Line, Pie, Bar, Area, Column };
7
- //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ import { Line as AntLine } from "@ant-design/plots";
3
+ declare type AntLineProps = typeof AntLine;
4
+ export interface LineProps extends React.ComponentProps<AntLineProps> {
5
+ others: any;
6
+ }
7
+ declare const Line: (props: LineProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default Line;
package/es/line/index.js CHANGED
@@ -1,7 +1,13 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
2
7
  import React, { useMemo } from "react";
3
8
  import { Line as AntLine } from "@ant-design/plots";
4
9
  import { isArr } from "@pisell/utils";
10
+ import { jsx as _jsx } from "react/jsx-runtime";
5
11
  var Line = function Line(props) {
6
12
  var color = props.color,
7
13
  _props$others = props.others,
@@ -12,13 +18,12 @@ var Line = function Line(props) {
12
18
  }
13
19
  return color;
14
20
  }, [color]);
15
- return /*#__PURE__*/React.createElement(AntLine, _extends({
16
- key: "".concat(props.width, "-").concat(props.height, "-").concat(props.autoFit),
21
+ return /*#__PURE__*/_jsx(AntLine, _objectSpread(_objectSpread(_objectSpread({
17
22
  style: {
18
23
  flex: 1
19
24
  }
20
- }, props, others, {
25
+ }, props), others), {}, {
21
26
  color: _color
22
- }));
27
+ }), "".concat(props.width, "-").concat(props.height, "-").concat(props.autoFit));
23
28
  };
24
29
  export default Line;
package/es/pie/index.d.ts CHANGED
@@ -3,6 +3,5 @@ import { Pie as AntPie } from "@ant-design/plots";
3
3
  declare type AntPieProps = typeof AntPie;
4
4
  export interface PieProps extends React.ComponentProps<AntPieProps> {
5
5
  }
6
- declare const Pie: (props: PieProps) => JSX.Element;
6
+ declare const Pie: (props: PieProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default Pie;
8
- //# sourceMappingURL=index.d.ts.map
package/es/pie/index.js CHANGED
@@ -1,12 +1,17 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
2
7
  import React from "react";
3
8
  import { Pie as AntPie } from "@ant-design/plots";
9
+ import { jsx as _jsx } from "react/jsx-runtime";
4
10
  var Pie = function Pie(props) {
5
- return /*#__PURE__*/React.createElement(AntPie, _extends({
6
- key: "".concat(props.width, "-").concat(props.height, "-").concat(props.autoFit),
11
+ return /*#__PURE__*/_jsx(AntPie, _objectSpread({
7
12
  style: {
8
13
  flex: 1
9
14
  }
10
- }, props));
15
+ }, props), "".concat(props.width, "-").concat(props.height, "-").concat(props.autoFit));
11
16
  };
12
17
  export default Pie;
@@ -3,6 +3,5 @@ import { Area as AntArea } from "@ant-design/plots";
3
3
  declare type AntAreaProps = typeof AntArea;
4
4
  export interface AreaProps extends React.ComponentProps<AntAreaProps> {
5
5
  }
6
- declare const Area: (props: AreaProps) => JSX.Element;
6
+ declare const Area: (props: AreaProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default Area;
8
- //# sourceMappingURL=index.d.ts.map
@@ -3,6 +3,5 @@ import { Bar as AntBar } from "@ant-design/plots";
3
3
  declare type AntBarProps = typeof AntBar;
4
4
  export interface BarProps extends React.ComponentProps<AntBarProps> {
5
5
  }
6
- declare const Bar: (props: BarProps) => JSX.Element;
6
+ declare const Bar: (props: BarProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default Bar;
8
- //# sourceMappingURL=index.d.ts.map
@@ -3,6 +3,5 @@ import { Column as AntColumn } from "@ant-design/plots";
3
3
  declare type AntColumnProps = typeof AntColumn;
4
4
  export interface ColumnProps extends React.ComponentProps<AntColumnProps> {
5
5
  }
6
- declare const Column: (props: ColumnProps) => JSX.Element;
6
+ declare const Column: (props: ColumnProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default Column;
8
- //# sourceMappingURL=index.d.ts.map
package/lib/index.d.ts CHANGED
@@ -4,4 +4,3 @@ import Bar from "./bar";
4
4
  import Area from "./area";
5
5
  import Column from "./column";
6
6
  export { Line, Pie, Bar, Area, Column };
7
- //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ import { Line as AntLine } from "@ant-design/plots";
3
+ declare type AntLineProps = typeof AntLine;
4
+ export interface LineProps extends React.ComponentProps<AntLineProps> {
5
+ others: any;
6
+ }
7
+ declare const Line: (props: LineProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default Line;
@@ -3,6 +3,5 @@ import { Pie as AntPie } from "@ant-design/plots";
3
3
  declare type AntPieProps = typeof AntPie;
4
4
  export interface PieProps extends React.ComponentProps<AntPieProps> {
5
5
  }
6
- declare const Pie: (props: PieProps) => JSX.Element;
6
+ declare const Pie: (props: PieProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default Pie;
8
- //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/charts-materials",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "build-scripts": "1.0.1",
17
17
  "inquirer": "^6.5.1",
18
18
  "@pisell/build-plugin-lowcode": "^1.0.8",
19
- "@types/react": "^18.0.0",
19
+ "@types/react": "^18.0.38",
20
20
  "@types/react-dom": "^18.0.0",
21
21
  "@alilc/lowcode-utils": "1.1.6",
22
22
  "style-loader": "2.0.0",
@@ -52,7 +52,7 @@
52
52
  "styled-components": "^6.0.0-rc.3",
53
53
  "ahooks": "^3.7.6",
54
54
  "@pisell/icon": "0.0.8",
55
- "@pisell/utils": "1.0.21"
55
+ "@pisell/utils": "1.0.22"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "react": "^18.0.0",
@@ -1,85 +0,0 @@
1
- {
2
- "packages": [
3
- {
4
- "package": "dayjs",
5
- "version": "1.11.7",
6
- "urls": "https://g.alicdn.com/code/lib/dayjs/1.11.7/dayjs.min.js",
7
- "library": "dayjs"
8
- },
9
- {
10
- "package": "iconfont-icons",
11
- "urls": "//at.alicdn.com/t/font_2369445_ukrtsovd92r.js"
12
- },
13
- {
14
- "package": "@ant-design/icons",
15
- "version": "4.7.0",
16
- "urls": [
17
- "//g.alicdn.com/code/npm/@ali/ant-design-icons-cdn/4.5.0/index.umd.min.js"
18
- ],
19
- "library": "icons"
20
- },
21
- {
22
- "package": "@pisell/charts-materials",
23
- "version": "1.0.5",
24
- "library": "ChartsMaterials",
25
- "urls": [
26
- "https://unpkg.com/@pisell/charts-materials@1.0.5/build/lowcode/render/default/view.js",
27
- "https://unpkg.com/@pisell/charts-materials@1.0.5/build/lowcode/render/default/view.css"
28
- ],
29
- "editUrls": [
30
- "https://unpkg.com/@pisell/charts-materials@1.0.5/build/lowcode/view.js",
31
- "https://unpkg.com/@pisell/charts-materials@1.0.5/build/lowcode/view.css"
32
- ],
33
- "advancedUrls": {
34
- "default": [
35
- "https://unpkg.com/@pisell/charts-materials@1.0.5/build/lowcode/render/default/view.js",
36
- "https://unpkg.com/@pisell/charts-materials@1.0.5/build/lowcode/render/default/view.css"
37
- ]
38
- },
39
- "advancedEditUrls": {}
40
- }
41
- ],
42
- "components": [
43
- {
44
- "exportName": "PisellChartsMaterialsMeta",
45
- "npm": {
46
- "package": "@pisell/charts-materials",
47
- "version": "1.0.5"
48
- },
49
- "url": "https://unpkg.com/@pisell/charts-materials@1.0.5/build/lowcode/meta.js",
50
- "urls": {
51
- "default": "https://unpkg.com/@pisell/charts-materials@1.0.5/build/lowcode/meta.js"
52
- },
53
- "advancedUrls": {
54
- "default": [
55
- "https://unpkg.com/@pisell/charts-materials@1.0.5/build/lowcode/meta.js"
56
- ]
57
- }
58
- }
59
- ],
60
- "sort": {
61
- "groupList": [
62
- "精选组件",
63
- "原子组件"
64
- ],
65
- "categoryList": [
66
- "基础元素",
67
- "布局容器类",
68
- "表格类",
69
- "表单详情类",
70
- "帮助类",
71
- "对话框类",
72
- "业务类",
73
- "通用",
74
- "引导",
75
- "信息输入",
76
- "信息展示",
77
- "信息反馈"
78
- ]
79
- },
80
- "groupList": [
81
- "精选组件",
82
- "原子组件"
83
- ],
84
- "ignoreComponents": {}
85
- }
@@ -1,85 +0,0 @@
1
- {
2
- "packages": [
3
- {
4
- "package": "dayjs",
5
- "version": "1.11.7",
6
- "urls": "https://g.alicdn.com/code/lib/dayjs/1.11.7/dayjs.min.js",
7
- "library": "dayjs"
8
- },
9
- {
10
- "package": "iconfont-icons",
11
- "urls": "//at.alicdn.com/t/font_2369445_ukrtsovd92r.js"
12
- },
13
- {
14
- "package": "@ant-design/icons",
15
- "version": "4.7.0",
16
- "urls": [
17
- "//g.alicdn.com/code/npm/@ali/ant-design-icons-cdn/4.5.0/index.umd.min.js"
18
- ],
19
- "library": "icons"
20
- },
21
- {
22
- "package": "@pisell/charts-materials",
23
- "version": "1.0.5",
24
- "library": "ChartsMaterials",
25
- "urls": [
26
- "./render/default/view.js",
27
- "./render/default/view.css"
28
- ],
29
- "editUrls": [
30
- "./view.js",
31
- "./view.css"
32
- ],
33
- "advancedUrls": {
34
- "default": [
35
- "./render/default/view.js",
36
- "./render/default/view.css"
37
- ]
38
- },
39
- "advancedEditUrls": {}
40
- }
41
- ],
42
- "components": [
43
- {
44
- "exportName": "PisellChartsMaterialsMeta",
45
- "npm": {
46
- "package": "@pisell/charts-materials",
47
- "version": "1.0.5"
48
- },
49
- "url": "./meta.js",
50
- "urls": {
51
- "default": "./meta.js"
52
- },
53
- "advancedUrls": {
54
- "default": [
55
- "./meta.js"
56
- ]
57
- }
58
- }
59
- ],
60
- "sort": {
61
- "groupList": [
62
- "精选组件",
63
- "原子组件"
64
- ],
65
- "categoryList": [
66
- "基础元素",
67
- "布局容器类",
68
- "表格类",
69
- "表单详情类",
70
- "帮助类",
71
- "对话框类",
72
- "业务类",
73
- "通用",
74
- "引导",
75
- "信息输入",
76
- "信息展示",
77
- "信息反馈"
78
- ]
79
- },
80
- "groupList": [
81
- "精选组件",
82
- "原子组件"
83
- ],
84
- "ignoreComponents": {}
85
- }
@@ -1,85 +0,0 @@
1
- {
2
- "packages": [
3
- {
4
- "package": "dayjs",
5
- "version": "1.11.7",
6
- "urls": "https://g.alicdn.com/code/lib/dayjs/1.11.7/dayjs.min.js",
7
- "library": "dayjs"
8
- },
9
- {
10
- "package": "iconfont-icons",
11
- "urls": "//at.alicdn.com/t/font_2369445_ukrtsovd92r.js"
12
- },
13
- {
14
- "package": "@ant-design/icons",
15
- "version": "4.7.0",
16
- "urls": [
17
- "//g.alicdn.com/code/npm/@ali/ant-design-icons-cdn/4.5.0/index.umd.min.js"
18
- ],
19
- "library": "icons"
20
- },
21
- {
22
- "package": "@pisell/charts-materials",
23
- "version": "1.0.5",
24
- "library": "ChartsMaterials",
25
- "urls": [
26
- "https://unpkg.com/@pisell/charts-materials@1.0.5/build/lowcode/render/default/view.js",
27
- "https://unpkg.com/@pisell/charts-materials@1.0.5/build/lowcode/render/default/view.css"
28
- ],
29
- "editUrls": [
30
- "https://unpkg.com/@pisell/charts-materials@1.0.5/build/lowcode/view.js",
31
- "https://unpkg.com/@pisell/charts-materials@1.0.5/build/lowcode/view.css"
32
- ],
33
- "advancedUrls": {
34
- "default": [
35
- "https://unpkg.com/@pisell/charts-materials@1.0.5/build/lowcode/render/default/view.js",
36
- "https://unpkg.com/@pisell/charts-materials@1.0.5/build/lowcode/render/default/view.css"
37
- ]
38
- },
39
- "advancedEditUrls": {}
40
- }
41
- ],
42
- "components": [
43
- {
44
- "exportName": "PisellChartsMaterialsMeta",
45
- "npm": {
46
- "package": "@pisell/charts-materials",
47
- "version": "1.0.5"
48
- },
49
- "url": "https://unpkg.com/@pisell/charts-materials@1.0.5/build/lowcode/meta.js",
50
- "urls": {
51
- "default": "https://unpkg.com/@pisell/charts-materials@1.0.5/build/lowcode/meta.js"
52
- },
53
- "advancedUrls": {
54
- "default": [
55
- "https://unpkg.com/@pisell/charts-materials@1.0.5/build/lowcode/meta.js"
56
- ]
57
- }
58
- }
59
- ],
60
- "sort": {
61
- "groupList": [
62
- "精选组件",
63
- "原子组件"
64
- ],
65
- "categoryList": [
66
- "基础元素",
67
- "布局容器类",
68
- "表格类",
69
- "表单详情类",
70
- "帮助类",
71
- "对话框类",
72
- "业务类",
73
- "通用",
74
- "引导",
75
- "信息输入",
76
- "信息展示",
77
- "信息反馈"
78
- ]
79
- },
80
- "groupList": [
81
- "精选组件",
82
- "原子组件"
83
- ],
84
- "ignoreComponents": {}
85
- }