ydb-components-material 0.1.90 → 0.1.92
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/build/docs/404.html +3 -3
- package/build/docs/_demos/:uuid +3 -3
- package/build/docs/colorful-button.html +3 -3
- package/build/docs/colorful-input.html +3 -3
- package/build/docs/index.html +3 -3
- package/build/docs/{umi.ec50463c.css → umi.1f007429.css} +1 -1
- package/build/docs/{umi.0d8865d0.js → umi.a4b81f12.js} +1 -1
- package/build/docs/~demos/:uuid.html +3 -3
- package/build/docs/~demos/colorful-button-demo.html +3 -3
- package/build/docs/~demos/colorful-input-demo.html +3 -3
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +1 -1
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +1 -1
- package/dist/BizComps.js.map +1 -1
- package/es/components/submit-type/index.d.ts +1 -0
- package/es/components/submit-type/index.js +29 -25
- package/es/components/submit-type/index.scss +19 -6
- package/lib/components/submit-type/index.d.ts +1 -0
- package/lib/components/submit-type/index.js +29 -26
- package/lib/components/submit-type/index.scss +19 -6
- package/lowcode_es/meta.js +1 -1
- package/lowcode_lib/meta.js +1 -1
- package/package.json +3 -3
- package/build/docs/static/bj1.c8eb2503.png +0 -0
- package/build/docs/static/bj2.fb5ead8b.png +0 -0
- package/build/docs/static/bj3.aa81c8c1.png +0 -0
- package/build/docs/static/type1-3.6426929d.png +0 -0
- package/build/docs/static/type2.fa812bd1.png +0 -0
- package/build/docs/static/typeImg3.c88bc129.png +0 -0
- package/build/lowcode/assets/17f243cfda7d6e50dd94b66c293f2239.png +0 -0
- package/build/lowcode/assets/7bb589fd0f7d37fa8ed13cb06736a079.png +0 -0
- package/build/lowcode/assets/952850f47326ce9313abf0d289d5ee0c.png +0 -0
- package/build/lowcode/assets/b2215bb470264d2ac1445c1136838fcf.png +0 -0
- package/build/lowcode/assets/d5dfb3a4d87c01db66274b13c8bb68ef.png +0 -0
- package/build/lowcode/assets/dae0b5495fd1e0b6386ad8a14e293bd9.png +0 -0
- package/build/lowcode/render/default/assets/17f243cfda7d6e50dd94b66c293f2239.png +0 -0
- package/build/lowcode/render/default/assets/7bb589fd0f7d37fa8ed13cb06736a079.png +0 -0
- package/build/lowcode/render/default/assets/952850f47326ce9313abf0d289d5ee0c.png +0 -0
- package/build/lowcode/render/default/assets/b2215bb470264d2ac1445c1136838fcf.png +0 -0
- package/build/lowcode/render/default/assets/d5dfb3a4d87c01db66274b13c8bb68ef.png +0 -0
- package/build/lowcode/render/default/assets/dae0b5495fd1e0b6386ad8a14e293bd9.png +0 -0
- package/dist/assets/17f243cfda7d6e50dd94b66c293f2239.png +0 -0
- package/dist/assets/7bb589fd0f7d37fa8ed13cb06736a079.png +0 -0
- package/dist/assets/952850f47326ce9313abf0d289d5ee0c.png +0 -0
- package/dist/assets/b2215bb470264d2ac1445c1136838fcf.png +0 -0
- package/dist/assets/d5dfb3a4d87c01db66274b13c8bb68ef.png +0 -0
- package/dist/assets/dae0b5495fd1e0b6386ad8a14e293bd9.png +0 -0
- package/es/components/submit-type/assets/bj1.png +0 -0
- package/es/components/submit-type/assets/bj2.png +0 -0
- package/es/components/submit-type/assets/bj3.png +0 -0
- package/es/components/submit-type/assets/type1-3.png +0 -0
- package/es/components/submit-type/assets/type2.png +0 -0
- package/es/components/submit-type/assets/typeImg3.png +0 -0
- package/lib/components/submit-type/assets/bj1.png +0 -0
- package/lib/components/submit-type/assets/bj2.png +0 -0
- package/lib/components/submit-type/assets/bj3.png +0 -0
- package/lib/components/submit-type/assets/type1-3.png +0 -0
- package/lib/components/submit-type/assets/type2.png +0 -0
- package/lib/components/submit-type/assets/typeImg3.png +0 -0
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import bg1 from "./assets/bj1.png";
|
|
3
|
-
import bg2 from "./assets/bj2.png";
|
|
4
|
-
import bg3 from "./assets/bj3.png";
|
|
5
|
-
import typeImg1 from "./assets/type1-3.png";
|
|
6
|
-
import typeImg2 from "./assets/type2.png";
|
|
7
|
-
import typeImg3 from "./assets/typeImg3.png";
|
|
8
2
|
import "./index.scss";
|
|
9
3
|
var SubmitType = function SubmitType(_ref) {
|
|
10
|
-
var _ref$
|
|
4
|
+
var _ref$env = _ref.env,
|
|
5
|
+
env = _ref$env === void 0 ? '' : _ref$env,
|
|
6
|
+
_ref$style = _ref.style,
|
|
11
7
|
style = _ref$style === void 0 ? {} : _ref$style;
|
|
8
|
+
var isProduction = env.indexOf('production') > -1;
|
|
12
9
|
return /*#__PURE__*/React.createElement("div", {
|
|
13
10
|
className: "submit_type",
|
|
14
11
|
style: style
|
|
15
12
|
}, /*#__PURE__*/React.createElement("div", {
|
|
16
|
-
className: "type"
|
|
17
|
-
style: {
|
|
18
|
-
background: "url(" + bg1 + ") no-repeat center / cover"
|
|
19
|
-
}
|
|
13
|
+
className: "type"
|
|
20
14
|
}, /*#__PURE__*/React.createElement("span", null, "\u65B9\u5F0F\u4E00"), /*#__PURE__*/React.createElement("img", {
|
|
15
|
+
className: "bg",
|
|
16
|
+
src: "https://zwfwpt.sxzwfw.gov.cn" + (isProduction ? '' : ":11001") + "/fis/18a78d3d488-true/master/18b4752f107/2026/4/2043620160630231041/bj1.png",
|
|
17
|
+
alt: ""
|
|
18
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
19
|
+
className: "content"
|
|
20
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
21
21
|
className: "type_img",
|
|
22
|
-
src:
|
|
22
|
+
src: "https://zwfwpt.sxzwfw.gov.cn" + (isProduction ? "" : ":11001") + "/fis/18a78d3d488-true/master/18b4752f107/2026/4/2043625680615313409/type1.png",
|
|
23
23
|
alt: ""
|
|
24
24
|
}), /*#__PURE__*/React.createElement("div", {
|
|
25
25
|
className: "desc"
|
|
@@ -27,14 +27,16 @@ var SubmitType = function SubmitType(_ref) {
|
|
|
27
27
|
className: "type_name"
|
|
28
28
|
}, "\u73B0\u573A\u63D0\u4EA4"), /*#__PURE__*/React.createElement("p", {
|
|
29
29
|
className: "text"
|
|
30
|
-
}, "\u524D\u5F80\u529E\u516C\u5927\u5385\uFF0C\u5373\u65F6\u529E\u7406"))), /*#__PURE__*/React.createElement("div", {
|
|
31
|
-
className: "type"
|
|
32
|
-
style: {
|
|
33
|
-
background: "url(" + bg2 + ") no-repeat center / cover"
|
|
34
|
-
}
|
|
30
|
+
}, "\u524D\u5F80\u529E\u516C\u5927\u5385\uFF0C\u5373\u65F6\u529E\u7406")))), /*#__PURE__*/React.createElement("div", {
|
|
31
|
+
className: "type"
|
|
35
32
|
}, /*#__PURE__*/React.createElement("span", null, "\u65B9\u5F0F\u4E8C"), /*#__PURE__*/React.createElement("img", {
|
|
33
|
+
className: "bg",
|
|
34
|
+
src: "https://zwfwpt.sxzwfw.gov.cn" + (isProduction ? '' : ":11001") + "/fis/18a78d3d488-true/master/18b4752f107/2026/4/2043621602988462082/bj2@2x.png"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
36
|
+
className: "content"
|
|
37
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
36
38
|
className: "type_img",
|
|
37
|
-
src:
|
|
39
|
+
src: "https://zwfwpt.sxzwfw.gov.cn" + (isProduction ? '' : ":11001") + "/fis/18a78d3d488-true/master/18b4752f107/2026/4/2043625879840559105/type2.png",
|
|
38
40
|
alt: ""
|
|
39
41
|
}), /*#__PURE__*/React.createElement("div", {
|
|
40
42
|
className: "desc"
|
|
@@ -45,14 +47,16 @@ var SubmitType = function SubmitType(_ref) {
|
|
|
45
47
|
}
|
|
46
48
|
}, "\u7EBF\u4E0A\u63D0\u4EA4"), /*#__PURE__*/React.createElement("p", {
|
|
47
49
|
className: "text"
|
|
48
|
-
}, "\u626B\u7801\u8FDB\u5165\u7CFB\u7EDF\uFF0C\u5FEB\u901F\u4E0A\u4F20"))), /*#__PURE__*/React.createElement("div", {
|
|
49
|
-
className: "type"
|
|
50
|
-
style: {
|
|
51
|
-
background: "url(" + bg3 + ") no-repeat center / cover"
|
|
52
|
-
}
|
|
50
|
+
}, "\u626B\u7801\u8FDB\u5165\u7CFB\u7EDF\uFF0C\u5FEB\u901F\u4E0A\u4F20")))), /*#__PURE__*/React.createElement("div", {
|
|
51
|
+
className: "type"
|
|
53
52
|
}, /*#__PURE__*/React.createElement("span", null, "\u65B9\u5F0F\u4E09"), /*#__PURE__*/React.createElement("img", {
|
|
53
|
+
className: "bg",
|
|
54
|
+
src: "https://zwfwpt.sxzwfw.gov.cn" + (isProduction ? '' : ":11001") + "/fis/18a78d3d488-true/master/18b4752f107/2026/4/2043621751022227457/bj3@2x.png"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
56
|
+
className: "content"
|
|
57
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
54
58
|
className: "type_img",
|
|
55
|
-
src:
|
|
59
|
+
src: "https://zwfwpt.sxzwfw.gov.cn" + (isProduction ? '' : ":11001") + "/fis/18a78d3d488-true/master/18b4752f107/2026/4/2043626073650958338/type3.png",
|
|
56
60
|
alt: ""
|
|
57
61
|
}), /*#__PURE__*/React.createElement("div", {
|
|
58
62
|
className: "desc"
|
|
@@ -63,7 +67,7 @@ var SubmitType = function SubmitType(_ref) {
|
|
|
63
67
|
}
|
|
64
68
|
}, "\u7EBF\u4E0A\u63D0\u4EA4"), /*#__PURE__*/React.createElement("p", {
|
|
65
69
|
className: "text"
|
|
66
|
-
}, "\u524D\u5F80\u529E\u516C\u5927\u5385\uFF0C\u5373\u65F6\u529E\u7406"))));
|
|
70
|
+
}, "\u524D\u5F80\u529E\u516C\u5927\u5385\uFF0C\u5373\u65F6\u529E\u7406")))));
|
|
67
71
|
};
|
|
68
72
|
SubmitType.displayName = 'SubmitType';
|
|
69
73
|
export default SubmitType;
|
|
@@ -5,22 +5,35 @@
|
|
|
5
5
|
position: relative;
|
|
6
6
|
|
|
7
7
|
.type {
|
|
8
|
-
|
|
9
|
-
display: flex;
|
|
10
|
-
align-items: center;
|
|
11
|
-
justify-content: center;
|
|
12
|
-
gap: 4px;
|
|
8
|
+
width: 100%;
|
|
13
9
|
position: relative;
|
|
10
|
+
margin-top: -20px;
|
|
11
|
+
|
|
12
|
+
.bg {
|
|
13
|
+
width: 100%;
|
|
14
|
+
}
|
|
14
15
|
|
|
15
16
|
span {
|
|
16
17
|
position: absolute;
|
|
17
|
-
top:
|
|
18
|
+
top: 12%;
|
|
18
19
|
right: 11%;
|
|
19
20
|
font-size: 16px;
|
|
20
21
|
font-weight: 500;
|
|
21
22
|
color: #FFFFFF;
|
|
22
23
|
}
|
|
23
24
|
|
|
25
|
+
.content {
|
|
26
|
+
position: absolute;
|
|
27
|
+
width: 100%;
|
|
28
|
+
height: 100%;
|
|
29
|
+
display: flex;
|
|
30
|
+
align-items: center;
|
|
31
|
+
justify-content: center;
|
|
32
|
+
gap: 4px;
|
|
33
|
+
top: 0;
|
|
34
|
+
left: 0;
|
|
35
|
+
}
|
|
36
|
+
|
|
24
37
|
.type_img {
|
|
25
38
|
width: 121px;
|
|
26
39
|
height: 90px;
|
|
@@ -1,31 +1,30 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
3
|
exports.__esModule = true;
|
|
5
4
|
exports["default"] = void 0;
|
|
6
5
|
var React = _interopRequireWildcard(require("react"));
|
|
7
|
-
var _bj = _interopRequireDefault(require("./assets/bj1.png"));
|
|
8
|
-
var _bj2 = _interopRequireDefault(require("./assets/bj2.png"));
|
|
9
|
-
var _bj3 = _interopRequireDefault(require("./assets/bj3.png"));
|
|
10
|
-
var _type = _interopRequireDefault(require("./assets/type1-3.png"));
|
|
11
|
-
var _type2 = _interopRequireDefault(require("./assets/type2.png"));
|
|
12
|
-
var _typeImg = _interopRequireDefault(require("./assets/typeImg3.png"));
|
|
13
6
|
require("./index.scss");
|
|
14
7
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
15
8
|
var SubmitType = function SubmitType(_ref) {
|
|
16
|
-
var _ref$
|
|
9
|
+
var _ref$env = _ref.env,
|
|
10
|
+
env = _ref$env === void 0 ? '' : _ref$env,
|
|
11
|
+
_ref$style = _ref.style,
|
|
17
12
|
style = _ref$style === void 0 ? {} : _ref$style;
|
|
13
|
+
var isProduction = env.indexOf('production') > -1;
|
|
18
14
|
return /*#__PURE__*/React.createElement("div", {
|
|
19
15
|
className: "submit_type",
|
|
20
16
|
style: style
|
|
21
17
|
}, /*#__PURE__*/React.createElement("div", {
|
|
22
|
-
className: "type"
|
|
23
|
-
style: {
|
|
24
|
-
background: "url(" + _bj["default"] + ") no-repeat center / cover"
|
|
25
|
-
}
|
|
18
|
+
className: "type"
|
|
26
19
|
}, /*#__PURE__*/React.createElement("span", null, "\u65B9\u5F0F\u4E00"), /*#__PURE__*/React.createElement("img", {
|
|
20
|
+
className: "bg",
|
|
21
|
+
src: "https://zwfwpt.sxzwfw.gov.cn" + (isProduction ? '' : ":11001") + "/fis/18a78d3d488-true/master/18b4752f107/2026/4/2043620160630231041/bj1.png",
|
|
22
|
+
alt: ""
|
|
23
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
24
|
+
className: "content"
|
|
25
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
27
26
|
className: "type_img",
|
|
28
|
-
src:
|
|
27
|
+
src: "https://zwfwpt.sxzwfw.gov.cn" + (isProduction ? "" : ":11001") + "/fis/18a78d3d488-true/master/18b4752f107/2026/4/2043625680615313409/type1.png",
|
|
29
28
|
alt: ""
|
|
30
29
|
}), /*#__PURE__*/React.createElement("div", {
|
|
31
30
|
className: "desc"
|
|
@@ -33,14 +32,16 @@ var SubmitType = function SubmitType(_ref) {
|
|
|
33
32
|
className: "type_name"
|
|
34
33
|
}, "\u73B0\u573A\u63D0\u4EA4"), /*#__PURE__*/React.createElement("p", {
|
|
35
34
|
className: "text"
|
|
36
|
-
}, "\u524D\u5F80\u529E\u516C\u5927\u5385\uFF0C\u5373\u65F6\u529E\u7406"))), /*#__PURE__*/React.createElement("div", {
|
|
37
|
-
className: "type"
|
|
38
|
-
style: {
|
|
39
|
-
background: "url(" + _bj2["default"] + ") no-repeat center / cover"
|
|
40
|
-
}
|
|
35
|
+
}, "\u524D\u5F80\u529E\u516C\u5927\u5385\uFF0C\u5373\u65F6\u529E\u7406")))), /*#__PURE__*/React.createElement("div", {
|
|
36
|
+
className: "type"
|
|
41
37
|
}, /*#__PURE__*/React.createElement("span", null, "\u65B9\u5F0F\u4E8C"), /*#__PURE__*/React.createElement("img", {
|
|
38
|
+
className: "bg",
|
|
39
|
+
src: "https://zwfwpt.sxzwfw.gov.cn" + (isProduction ? '' : ":11001") + "/fis/18a78d3d488-true/master/18b4752f107/2026/4/2043621602988462082/bj2@2x.png"
|
|
40
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
41
|
+
className: "content"
|
|
42
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
42
43
|
className: "type_img",
|
|
43
|
-
src:
|
|
44
|
+
src: "https://zwfwpt.sxzwfw.gov.cn" + (isProduction ? '' : ":11001") + "/fis/18a78d3d488-true/master/18b4752f107/2026/4/2043625879840559105/type2.png",
|
|
44
45
|
alt: ""
|
|
45
46
|
}), /*#__PURE__*/React.createElement("div", {
|
|
46
47
|
className: "desc"
|
|
@@ -51,14 +52,16 @@ var SubmitType = function SubmitType(_ref) {
|
|
|
51
52
|
}
|
|
52
53
|
}, "\u7EBF\u4E0A\u63D0\u4EA4"), /*#__PURE__*/React.createElement("p", {
|
|
53
54
|
className: "text"
|
|
54
|
-
}, "\u626B\u7801\u8FDB\u5165\u7CFB\u7EDF\uFF0C\u5FEB\u901F\u4E0A\u4F20"))), /*#__PURE__*/React.createElement("div", {
|
|
55
|
-
className: "type"
|
|
56
|
-
style: {
|
|
57
|
-
background: "url(" + _bj3["default"] + ") no-repeat center / cover"
|
|
58
|
-
}
|
|
55
|
+
}, "\u626B\u7801\u8FDB\u5165\u7CFB\u7EDF\uFF0C\u5FEB\u901F\u4E0A\u4F20")))), /*#__PURE__*/React.createElement("div", {
|
|
56
|
+
className: "type"
|
|
59
57
|
}, /*#__PURE__*/React.createElement("span", null, "\u65B9\u5F0F\u4E09"), /*#__PURE__*/React.createElement("img", {
|
|
58
|
+
className: "bg",
|
|
59
|
+
src: "https://zwfwpt.sxzwfw.gov.cn" + (isProduction ? '' : ":11001") + "/fis/18a78d3d488-true/master/18b4752f107/2026/4/2043621751022227457/bj3@2x.png"
|
|
60
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
61
|
+
className: "content"
|
|
62
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
60
63
|
className: "type_img",
|
|
61
|
-
src:
|
|
64
|
+
src: "https://zwfwpt.sxzwfw.gov.cn" + (isProduction ? '' : ":11001") + "/fis/18a78d3d488-true/master/18b4752f107/2026/4/2043626073650958338/type3.png",
|
|
62
65
|
alt: ""
|
|
63
66
|
}), /*#__PURE__*/React.createElement("div", {
|
|
64
67
|
className: "desc"
|
|
@@ -69,7 +72,7 @@ var SubmitType = function SubmitType(_ref) {
|
|
|
69
72
|
}
|
|
70
73
|
}, "\u7EBF\u4E0A\u63D0\u4EA4"), /*#__PURE__*/React.createElement("p", {
|
|
71
74
|
className: "text"
|
|
72
|
-
}, "\u524D\u5F80\u529E\u516C\u5927\u5385\uFF0C\u5373\u65F6\u529E\u7406"))));
|
|
75
|
+
}, "\u524D\u5F80\u529E\u516C\u5927\u5385\uFF0C\u5373\u65F6\u529E\u7406")))));
|
|
73
76
|
};
|
|
74
77
|
SubmitType.displayName = 'SubmitType';
|
|
75
78
|
var _default = exports["default"] = SubmitType;
|
|
@@ -5,22 +5,35 @@
|
|
|
5
5
|
position: relative;
|
|
6
6
|
|
|
7
7
|
.type {
|
|
8
|
-
|
|
9
|
-
display: flex;
|
|
10
|
-
align-items: center;
|
|
11
|
-
justify-content: center;
|
|
12
|
-
gap: 4px;
|
|
8
|
+
width: 100%;
|
|
13
9
|
position: relative;
|
|
10
|
+
margin-top: -20px;
|
|
11
|
+
|
|
12
|
+
.bg {
|
|
13
|
+
width: 100%;
|
|
14
|
+
}
|
|
14
15
|
|
|
15
16
|
span {
|
|
16
17
|
position: absolute;
|
|
17
|
-
top:
|
|
18
|
+
top: 12%;
|
|
18
19
|
right: 11%;
|
|
19
20
|
font-size: 16px;
|
|
20
21
|
font-weight: 500;
|
|
21
22
|
color: #FFFFFF;
|
|
22
23
|
}
|
|
23
24
|
|
|
25
|
+
.content {
|
|
26
|
+
position: absolute;
|
|
27
|
+
width: 100%;
|
|
28
|
+
height: 100%;
|
|
29
|
+
display: flex;
|
|
30
|
+
align-items: center;
|
|
31
|
+
justify-content: center;
|
|
32
|
+
gap: 4px;
|
|
33
|
+
top: 0;
|
|
34
|
+
left: 0;
|
|
35
|
+
}
|
|
36
|
+
|
|
24
37
|
.type_img {
|
|
25
38
|
width: 121px;
|
|
26
39
|
height: 90px;
|
package/lowcode_es/meta.js
CHANGED
|
@@ -93,7 +93,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
93
93
|
packageName = 'ydb-components-material';
|
|
94
94
|
}
|
|
95
95
|
if (version === void 0) {
|
|
96
|
-
version = '0.1.
|
|
96
|
+
version = '0.1.92';
|
|
97
97
|
}
|
|
98
98
|
if (basicLibraryVersion === void 0) {
|
|
99
99
|
basicLibraryVersion = {
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -98,7 +98,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
98
98
|
packageName = 'ydb-components-material';
|
|
99
99
|
}
|
|
100
100
|
if (version === void 0) {
|
|
101
|
-
version = '0.1.
|
|
101
|
+
version = '0.1.92';
|
|
102
102
|
}
|
|
103
103
|
if (basicLibraryVersion === void 0) {
|
|
104
104
|
basicLibraryVersion = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ydb-components-material",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.92",
|
|
4
4
|
"description": "ydb-components-material",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -98,10 +98,10 @@
|
|
|
98
98
|
},
|
|
99
99
|
"componentConfig": {
|
|
100
100
|
"isComponentLibrary": true,
|
|
101
|
-
"materialSchema": "https://unpkg.com/ydb-components-material@0.1.
|
|
101
|
+
"materialSchema": "https://unpkg.com/ydb-components-material@0.1.92/build/lowcode/assets-prod.json"
|
|
102
102
|
},
|
|
103
103
|
"lcMeta": {
|
|
104
104
|
"type": "component"
|
|
105
105
|
},
|
|
106
|
-
"homepage": "https://unpkg.com/ydb-components-material@0.1.
|
|
106
|
+
"homepage": "https://unpkg.com/ydb-components-material@0.1.92/build/index.html"
|
|
107
107
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|