ydb-components-material 0.1.105 → 0.1.106
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/static/commonBg.4bd4470c.svg +1 -0
- package/build/docs/{umi.e6ddefc7.css → umi.03d24726.css} +1 -1
- package/build/docs/{umi.a8f7e9e9.js → umi.b82d1ee3.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/3.js +2 -2
- package/build/lowcode/4.js +1 -1
- package/build/lowcode/5.js +1 -1
- 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/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +9 -9
- package/build/lowcode/render/default/1.js +2 -2
- package/build/lowcode/render/default/2.js +1 -1
- package/build/lowcode/render/default/3.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +17 -17
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +17 -17
- package/dist/1.js +2 -2
- package/dist/2.js +1 -1
- package/dist/3.js +1 -1
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +8 -8
- package/dist/BizComps.js.map +1 -1
- package/es/components/guide/compoents/result.js +1 -2
- package/es/components/guide/compoents/result.scss +2 -2
- package/es/components/guide/imgs/commonBg.svg +1 -0
- package/es/components/guide/index.js +3 -5
- package/es/components/guide/index.scss +4 -6
- package/lib/components/guide/compoents/result.js +1 -2
- package/lib/components/guide/compoents/result.scss +2 -2
- package/lib/components/guide/imgs/commonBg.svg +1 -0
- package/lib/components/guide/index.js +3 -5
- package/lib/components/guide/index.scss +4 -6
- package/lowcode_es/meta.js +1 -1
- package/lowcode_lib/meta.js +1 -1
- package/package.json +3 -3
- package/build/docs/static/bg2.a0dfd810.png +0 -0
- package/build/docs/static/commonBg.83239798.png +0 -0
- package/build/lowcode/assets/260814268e08d6e791032a27843cd215.png +0 -0
- package/build/lowcode/assets/3eb597ba730c5870765c2c09b7853d78.png +0 -0
- package/build/lowcode/render/default/assets/260814268e08d6e791032a27843cd215.png +0 -0
- package/build/lowcode/render/default/assets/3eb597ba730c5870765c2c09b7853d78.png +0 -0
- package/dist/assets/260814268e08d6e791032a27843cd215.png +0 -0
- package/dist/assets/3eb597ba730c5870765c2c09b7853d78.png +0 -0
- package/es/components/guide/imgs/bg2.png +0 -0
- package/es/components/guide/imgs/checkBg.png +0 -0
- package/es/components/guide/imgs/checkBgPc.png +0 -0
- package/es/components/guide/imgs/loading.gif +0 -0
- package/lib/components/guide/imgs/bg2.png +0 -0
- package/lib/components/guide/imgs/checkBg.png +0 -0
- package/lib/components/guide/imgs/checkBgPc.png +0 -0
- package/lib/components/guide/imgs/loading.gif +0 -0
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import "./result.scss";
|
|
3
|
-
import commonBg from "../imgs/bg2.png";
|
|
4
3
|
import icon1 from "../imgs/icon1.png";
|
|
5
4
|
import icon2 from "../imgs/icon2.png";
|
|
6
5
|
import icon3 from "../imgs/icon3.png";
|
|
@@ -40,7 +39,7 @@ var Result = function Result(_ref) {
|
|
|
40
39
|
}, item.scene), /*#__PURE__*/React.createElement("div", {
|
|
41
40
|
className: "info-con",
|
|
42
41
|
style: {
|
|
43
|
-
backgroundImage: "url(
|
|
42
|
+
backgroundImage: "url(https://zwfwpt.sxzwfw.gov.cn:11001/fis/18a78d3d488-true/master/18b4752f107/2026/5/2059443890220503042/bg2.png)"
|
|
44
43
|
}
|
|
45
44
|
}, /*#__PURE__*/React.createElement("div", {
|
|
46
45
|
className: "info-title"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
.info-con {
|
|
25
25
|
width: 100%;
|
|
26
|
-
height:
|
|
26
|
+
height: 300px;
|
|
27
27
|
background-size: 100% 100%;
|
|
28
28
|
|
|
29
29
|
.info-title {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
.info-list {
|
|
49
|
-
margin:
|
|
49
|
+
margin: 35px 30px 0;
|
|
50
50
|
|
|
51
51
|
.info-item {
|
|
52
52
|
display: flex;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="375" height="270" viewBox="0 0 375 270"><defs><linearGradient x1="0.9229974150657654" y1="0.5690524578094482" x2="-0.17019593931065616" y2="0.18000713980631639" id="master_svg0_8_01317"><stop offset="0%" stop-color="#7BB2FF" stop-opacity="1"/><stop offset="46.25856578350067%" stop-color="#3385F7" stop-opacity="0.800000011920929"/><stop offset="100%" stop-color="#03D1F1" stop-opacity="1"/></linearGradient><linearGradient x1="1" y1="0.6824562549591064" x2="-0.12613178203182815" y2="0.08365561903770147" id="master_svg1_8_01331"><stop offset="0%" stop-color="#FFFFFF" stop-opacity="1"/><stop offset="97.99996614456177%" stop-color="#FFFFFF" stop-opacity="1"/></linearGradient><mask id="master_svg2_498_43654" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-63" y="-70" width="623" height="528"><rect x="0" y="0" width="375" height="270" rx="0" fill="url(#master_svg1_8_01331)" fill-opacity="1" style="mix-blend-mode:passthrough"/></mask><linearGradient x1="0" y1="0.4827450215816498" x2="0.6412902474403382" y2="0.4399974048137665" id="master_svg3_28_01460"><stop offset="0%" stop-color="#78B0FF" stop-opacity="1"/><stop offset="100%" stop-color="#78B0FF" stop-opacity="0"/></linearGradient><linearGradient x1="0" y1="0.4827450215816498" x2="1.0357004404067993" y2="0.5265340805053711" id="master_svg4_8_01328"><stop offset="0%" stop-color="#78B0FF" stop-opacity="1"/><stop offset="100%" stop-color="#78B0FF" stop-opacity="0"/></linearGradient></defs><rect x="0" y="0" width="375" height="270" rx="0" fill="url(#master_svg0_8_01317)" fill-opacity="1" style="mix-blend-mode:passthrough"/><g mask="url(#master_svg2_498_43654)"><ellipse cx="0.5" cy="132.5" rx="63.5" ry="63.5" fill="#FFFFFF" fill-opacity="1" style="opacity:0.20000000298023224;"/><ellipse cx="579" cy="39" rx="109" ry="109" fill="url(#master_svg3_28_01460)" fill-opacity="1" transform="matrix(0,1,-1,0,400,-540)"/><ellipse cx="697.5" cy="320.5" rx="137.5" ry="137.5" fill="url(#master_svg4_8_01328)" fill-opacity="1" transform="matrix(0,1,-1,0,743,-377)"/></g></svg>
|
|
@@ -11,7 +11,7 @@ import ProcessImg from "./compoents/processImg";
|
|
|
11
11
|
import Accept from "./compoents/accept";
|
|
12
12
|
import Places from "./compoents/places";
|
|
13
13
|
import Result from "./compoents/result";
|
|
14
|
-
import topBg from "./imgs/commonBg.
|
|
14
|
+
import topBg from "./imgs/commonBg.svg";
|
|
15
15
|
import commentIcon from "./imgs/comment.png";
|
|
16
16
|
import shareIcon from "./imgs/share.png";
|
|
17
17
|
import downloadIcon from "./imgs/download.png";
|
|
@@ -262,11 +262,9 @@ var Guide = function Guide(_ref) {
|
|
|
262
262
|
className: "loading-text"
|
|
263
263
|
}, "\u52A0\u8F7D\u4E2D...")), !canHandle && !pageLoading && /*#__PURE__*/React.createElement("div", {
|
|
264
264
|
className: "guide-empty"
|
|
265
|
-
}, "\u6682\u672A\u67E5\u8BE2\u5230\u76F8\u5173\u4E8B\u9879"), !pageLoading && canHandle && /*#__PURE__*/React.createElement("
|
|
265
|
+
}, "\u6682\u672A\u67E5\u8BE2\u5230\u76F8\u5173\u4E8B\u9879"), !pageLoading && canHandle && /*#__PURE__*/React.createElement("img", {
|
|
266
266
|
className: "topBg",
|
|
267
|
-
|
|
268
|
-
backgroundImage: "url(" + topBg + ")"
|
|
269
|
-
}
|
|
267
|
+
src: topBg
|
|
270
268
|
}), !pageLoading && canHandle && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
271
269
|
className: "container"
|
|
272
270
|
}, /*#__PURE__*/React.createElement(EventInfo, {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
.guide-wrapper {
|
|
2
2
|
background-color: #f7f7f7;
|
|
3
3
|
min-height: 100vh;
|
|
4
|
+
overflow: hidden;
|
|
4
5
|
|
|
5
6
|
.guide-loading {
|
|
6
7
|
display: flex;
|
|
@@ -21,15 +22,12 @@
|
|
|
21
22
|
}
|
|
22
23
|
|
|
23
24
|
.topBg {
|
|
24
|
-
|
|
25
|
-
height:
|
|
26
|
-
background-size: 100% 100%;
|
|
27
|
-
background-repeat: no-repeat;
|
|
28
|
-
background-position-y: -80px;
|
|
25
|
+
transform: scaleX(5.5);
|
|
26
|
+
height: 180px;
|
|
29
27
|
}
|
|
30
28
|
|
|
31
29
|
.container {
|
|
32
|
-
margin-top: -
|
|
30
|
+
margin-top: -170px;
|
|
33
31
|
width: 100%;
|
|
34
32
|
padding: 16px 14px;
|
|
35
33
|
box-sizing: border-box;
|
|
@@ -5,7 +5,6 @@ exports.__esModule = true;
|
|
|
5
5
|
exports["default"] = void 0;
|
|
6
6
|
var React = _interopRequireWildcard(require("react"));
|
|
7
7
|
require("./result.scss");
|
|
8
|
-
var _bg = _interopRequireDefault(require("../imgs/bg2.png"));
|
|
9
8
|
var _icon = _interopRequireDefault(require("../imgs/icon1.png"));
|
|
10
9
|
var _icon2 = _interopRequireDefault(require("../imgs/icon2.png"));
|
|
11
10
|
var _icon3 = _interopRequireDefault(require("../imgs/icon3.png"));
|
|
@@ -46,7 +45,7 @@ var Result = function Result(_ref) {
|
|
|
46
45
|
}, item.scene), /*#__PURE__*/React.createElement("div", {
|
|
47
46
|
className: "info-con",
|
|
48
47
|
style: {
|
|
49
|
-
backgroundImage: "url(
|
|
48
|
+
backgroundImage: "url(https://zwfwpt.sxzwfw.gov.cn:11001/fis/18a78d3d488-true/master/18b4752f107/2026/5/2059443890220503042/bg2.png)"
|
|
50
49
|
}
|
|
51
50
|
}, /*#__PURE__*/React.createElement("div", {
|
|
52
51
|
className: "info-title"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
.info-con {
|
|
25
25
|
width: 100%;
|
|
26
|
-
height:
|
|
26
|
+
height: 300px;
|
|
27
27
|
background-size: 100% 100%;
|
|
28
28
|
|
|
29
29
|
.info-title {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
.info-list {
|
|
49
|
-
margin:
|
|
49
|
+
margin: 35px 30px 0;
|
|
50
50
|
|
|
51
51
|
.info-item {
|
|
52
52
|
display: flex;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="375" height="270" viewBox="0 0 375 270"><defs><linearGradient x1="0.9229974150657654" y1="0.5690524578094482" x2="-0.17019593931065616" y2="0.18000713980631639" id="master_svg0_8_01317"><stop offset="0%" stop-color="#7BB2FF" stop-opacity="1"/><stop offset="46.25856578350067%" stop-color="#3385F7" stop-opacity="0.800000011920929"/><stop offset="100%" stop-color="#03D1F1" stop-opacity="1"/></linearGradient><linearGradient x1="1" y1="0.6824562549591064" x2="-0.12613178203182815" y2="0.08365561903770147" id="master_svg1_8_01331"><stop offset="0%" stop-color="#FFFFFF" stop-opacity="1"/><stop offset="97.99996614456177%" stop-color="#FFFFFF" stop-opacity="1"/></linearGradient><mask id="master_svg2_498_43654" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-63" y="-70" width="623" height="528"><rect x="0" y="0" width="375" height="270" rx="0" fill="url(#master_svg1_8_01331)" fill-opacity="1" style="mix-blend-mode:passthrough"/></mask><linearGradient x1="0" y1="0.4827450215816498" x2="0.6412902474403382" y2="0.4399974048137665" id="master_svg3_28_01460"><stop offset="0%" stop-color="#78B0FF" stop-opacity="1"/><stop offset="100%" stop-color="#78B0FF" stop-opacity="0"/></linearGradient><linearGradient x1="0" y1="0.4827450215816498" x2="1.0357004404067993" y2="0.5265340805053711" id="master_svg4_8_01328"><stop offset="0%" stop-color="#78B0FF" stop-opacity="1"/><stop offset="100%" stop-color="#78B0FF" stop-opacity="0"/></linearGradient></defs><rect x="0" y="0" width="375" height="270" rx="0" fill="url(#master_svg0_8_01317)" fill-opacity="1" style="mix-blend-mode:passthrough"/><g mask="url(#master_svg2_498_43654)"><ellipse cx="0.5" cy="132.5" rx="63.5" ry="63.5" fill="#FFFFFF" fill-opacity="1" style="opacity:0.20000000298023224;"/><ellipse cx="579" cy="39" rx="109" ry="109" fill="url(#master_svg3_28_01460)" fill-opacity="1" transform="matrix(0,1,-1,0,400,-540)"/><ellipse cx="697.5" cy="320.5" rx="137.5" ry="137.5" fill="url(#master_svg4_8_01328)" fill-opacity="1" transform="matrix(0,1,-1,0,743,-377)"/></g></svg>
|
|
@@ -16,7 +16,7 @@ var _processImg = _interopRequireDefault(require("./compoents/processImg"));
|
|
|
16
16
|
var _accept = _interopRequireDefault(require("./compoents/accept"));
|
|
17
17
|
var _places = _interopRequireDefault(require("./compoents/places"));
|
|
18
18
|
var _result = _interopRequireDefault(require("./compoents/result"));
|
|
19
|
-
var _commonBg = _interopRequireDefault(require("./imgs/commonBg.
|
|
19
|
+
var _commonBg = _interopRequireDefault(require("./imgs/commonBg.svg"));
|
|
20
20
|
var _comment = _interopRequireDefault(require("./imgs/comment.png"));
|
|
21
21
|
var _share = _interopRequireDefault(require("./imgs/share.png"));
|
|
22
22
|
var _download = _interopRequireDefault(require("./imgs/download.png"));
|
|
@@ -267,11 +267,9 @@ var Guide = function Guide(_ref) {
|
|
|
267
267
|
className: "loading-text"
|
|
268
268
|
}, "\u52A0\u8F7D\u4E2D...")), !canHandle && !pageLoading && /*#__PURE__*/React.createElement("div", {
|
|
269
269
|
className: "guide-empty"
|
|
270
|
-
}, "\u6682\u672A\u67E5\u8BE2\u5230\u76F8\u5173\u4E8B\u9879"), !pageLoading && canHandle && /*#__PURE__*/React.createElement("
|
|
270
|
+
}, "\u6682\u672A\u67E5\u8BE2\u5230\u76F8\u5173\u4E8B\u9879"), !pageLoading && canHandle && /*#__PURE__*/React.createElement("img", {
|
|
271
271
|
className: "topBg",
|
|
272
|
-
|
|
273
|
-
backgroundImage: "url(" + _commonBg["default"] + ")"
|
|
274
|
-
}
|
|
272
|
+
src: _commonBg["default"]
|
|
275
273
|
}), !pageLoading && canHandle && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
276
274
|
className: "container"
|
|
277
275
|
}, /*#__PURE__*/React.createElement(_eventInfo["default"], {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
.guide-wrapper {
|
|
2
2
|
background-color: #f7f7f7;
|
|
3
3
|
min-height: 100vh;
|
|
4
|
+
overflow: hidden;
|
|
4
5
|
|
|
5
6
|
.guide-loading {
|
|
6
7
|
display: flex;
|
|
@@ -21,15 +22,12 @@
|
|
|
21
22
|
}
|
|
22
23
|
|
|
23
24
|
.topBg {
|
|
24
|
-
|
|
25
|
-
height:
|
|
26
|
-
background-size: 100% 100%;
|
|
27
|
-
background-repeat: no-repeat;
|
|
28
|
-
background-position-y: -80px;
|
|
25
|
+
transform: scaleX(5.5);
|
|
26
|
+
height: 180px;
|
|
29
27
|
}
|
|
30
28
|
|
|
31
29
|
.container {
|
|
32
|
-
margin-top: -
|
|
30
|
+
margin-top: -170px;
|
|
33
31
|
width: 100%;
|
|
34
32
|
padding: 16px 14px;
|
|
35
33
|
box-sizing: border-box;
|
package/lowcode_es/meta.js
CHANGED
|
@@ -96,7 +96,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
96
96
|
packageName = 'ydb-components-material';
|
|
97
97
|
}
|
|
98
98
|
if (version === void 0) {
|
|
99
|
-
version = '0.1.
|
|
99
|
+
version = '0.1.106';
|
|
100
100
|
}
|
|
101
101
|
if (basicLibraryVersion === void 0) {
|
|
102
102
|
basicLibraryVersion = {
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -101,7 +101,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
101
101
|
packageName = 'ydb-components-material';
|
|
102
102
|
}
|
|
103
103
|
if (version === void 0) {
|
|
104
|
-
version = '0.1.
|
|
104
|
+
version = '0.1.106';
|
|
105
105
|
}
|
|
106
106
|
if (basicLibraryVersion === void 0) {
|
|
107
107
|
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.106",
|
|
4
4
|
"description": "ydb-components-material",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
},
|
|
102
102
|
"componentConfig": {
|
|
103
103
|
"isComponentLibrary": true,
|
|
104
|
-
"materialSchema": "https://unpkg.com/ydb-components-material@0.1.
|
|
104
|
+
"materialSchema": "https://unpkg.com/ydb-components-material@0.1.106/build/lowcode/assets-prod.json"
|
|
105
105
|
},
|
|
106
106
|
"lcMeta": {
|
|
107
107
|
"type": "component"
|
|
108
108
|
},
|
|
109
|
-
"homepage": "https://unpkg.com/ydb-components-material@0.1.
|
|
109
|
+
"homepage": "https://unpkg.com/ydb-components-material@0.1.106/build/index.html"
|
|
110
110
|
}
|
|
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
|