ydb-components-material 0.1.108 → 0.1.110
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/add.fb69e154.svg +1 -0
- package/build/docs/static/close_black.d2efc5af.svg +1 -0
- package/build/docs/umi.af2a87c1.js +1 -0
- package/build/docs/{umi.0bdb74c5.css → umi.e486411a.css} +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 +6 -6
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +6 -6
- 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 +21 -21
- package/dist/BizComps.js.map +1 -1
- package/es/components/file-item/index.js +2 -15
- package/es/components/file-list/icon/add.svg +1 -0
- package/es/components/file-list/icon/close_black.svg +1 -0
- package/es/components/file-list/index.d.ts +2 -0
- package/es/components/file-list/index.js +7 -1
- package/es/components/file-list/item.d.ts +2 -0
- package/es/components/file-list/item.js +32 -7
- package/es/components/file-list/seal.js +4 -2
- package/es/components/file-list/sign.js +4 -2
- package/es/components/file-list/signerInfo.d.ts +4 -0
- package/es/components/file-list/signerInfo.js +274 -0
- package/es/components/file-list/signerInfo.scss +179 -0
- package/es/components/guide/compoents/materials/materialsList.js +2 -8
- package/es/components/sign/index.d.ts +18 -0
- package/es/components/sign/index.js +1 -0
- package/es/components/sign/index.scss +0 -0
- package/es/components/sign-file/file.js +225 -0
- package/es/components/sign-file/icon/checked.svg +1 -0
- package/es/components/sign-file/icon/close.svg +1 -0
- package/es/components/sign-file/icon/del.svg +1 -0
- package/es/components/sign-file/icon/download.svg +1 -0
- package/es/components/sign-file/icon/download_pc.svg +1 -0
- package/es/components/sign-file/icon/file.svg +1 -0
- package/es/components/sign-file/icon/icon_errorMsg.svg +1 -0
- package/es/components/sign-file/icon/icon_warning.svg +1 -0
- package/es/components/sign-file/icon/preview.svg +1 -0
- package/es/components/sign-file/icon/preview_pc.svg +1 -0
- package/es/components/sign-file/icon/upload.svg +1 -0
- package/es/components/sign-file/icon/view.svg +1 -0
- package/es/components/sign-file/index.d.ts +20 -0
- package/es/components/sign-file/index.js +444 -0
- package/es/components/sign-file/index.scss +422 -0
- package/es/components/sign-file/seal.d.ts +3 -0
- package/es/components/sign-file/seal.js +220 -0
- package/es/components/sign-file/sealUtil.js +252 -0
- package/es/components/sign-file/sign.d.ts +3 -0
- package/es/components/sign-file/sign.js +136 -0
- package/es/components/sign-file/signUtil.js +367 -0
- package/es/index.d.ts +2 -2
- package/es/index.js +1 -1
- package/es/style.js +1 -0
- package/lib/components/file-item/index.js +2 -15
- package/lib/components/file-list/icon/add.svg +1 -0
- package/lib/components/file-list/icon/close_black.svg +1 -0
- package/lib/components/file-list/index.d.ts +2 -0
- package/lib/components/file-list/index.js +7 -1
- package/lib/components/file-list/item.d.ts +2 -0
- package/lib/components/file-list/item.js +32 -7
- package/lib/components/file-list/seal.js +4 -2
- package/lib/components/file-list/sign.js +4 -2
- package/lib/components/file-list/signerInfo.d.ts +4 -0
- package/lib/components/file-list/signerInfo.js +280 -0
- package/lib/components/file-list/signerInfo.scss +179 -0
- package/lib/components/guide/compoents/materials/materialsList.js +2 -8
- package/lib/components/sign/index.d.ts +18 -0
- package/lib/components/sign/index.js +3 -0
- package/lib/components/sign/index.scss +0 -0
- package/lib/components/sign-file/file.js +234 -0
- package/lib/components/sign-file/icon/checked.svg +1 -0
- package/lib/components/sign-file/icon/close.svg +1 -0
- package/lib/components/sign-file/icon/del.svg +1 -0
- package/lib/components/sign-file/icon/download.svg +1 -0
- package/lib/components/sign-file/icon/download_pc.svg +1 -0
- package/lib/components/sign-file/icon/file.svg +1 -0
- package/lib/components/sign-file/icon/icon_errorMsg.svg +1 -0
- package/lib/components/sign-file/icon/icon_warning.svg +1 -0
- package/lib/components/sign-file/icon/preview.svg +1 -0
- package/lib/components/sign-file/icon/preview_pc.svg +1 -0
- package/lib/components/sign-file/icon/upload.svg +1 -0
- package/lib/components/sign-file/icon/view.svg +1 -0
- package/lib/components/sign-file/index.d.ts +20 -0
- package/lib/components/sign-file/index.js +451 -0
- package/lib/components/sign-file/index.scss +422 -0
- package/lib/components/sign-file/seal.d.ts +3 -0
- package/lib/components/sign-file/seal.js +226 -0
- package/lib/components/sign-file/sealUtil.js +254 -0
- package/lib/components/sign-file/sign.d.ts +3 -0
- package/lib/components/sign-file/sign.js +142 -0
- package/lib/components/sign-file/signUtil.js +369 -0
- package/lib/index.d.ts +2 -2
- package/lib/index.js +3 -3
- package/lib/style.js +1 -0
- package/lowcode/file-list/meta.ts +30 -4
- package/lowcode/sign-file/meta.ts +209 -0
- package/lowcode_es/file-list/meta.js +29 -4
- package/lowcode_es/meta.js +3 -2
- package/lowcode_es/sign-file/meta.d.ts +22 -0
- package/lowcode_es/sign-file/meta.js +192 -0
- package/lowcode_lib/file-list/meta.js +29 -4
- package/lowcode_lib/meta.js +7 -6
- package/lowcode_lib/sign-file/meta.d.ts +22 -0
- package/lowcode_lib/sign-file/meta.js +197 -0
- package/package.json +3 -3
- package/build/docs/umi.f685e4ec.js +0 -1
package/build/docs/404.html
CHANGED
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
</style>
|
|
17
17
|
<link
|
|
18
18
|
rel="stylesheet"
|
|
19
|
-
href="/ydb-components-material@0.1.
|
|
19
|
+
href="/ydb-components-material@0.1.110/build/docs/umi.e486411a.css"
|
|
20
20
|
/>
|
|
21
21
|
<script>
|
|
22
|
-
window.routerBase = "/ydb-components-material@0.1.
|
|
22
|
+
window.routerBase = "/ydb-components-material@0.1.110/build/docs/";
|
|
23
23
|
</script>
|
|
24
24
|
<script>
|
|
25
25
|
//! umi version: 3.5.43
|
|
@@ -42,6 +42,6 @@
|
|
|
42
42
|
<body>
|
|
43
43
|
<div id="root"></div>
|
|
44
44
|
|
|
45
|
-
<script src="/ydb-components-material@0.1.
|
|
45
|
+
<script src="/ydb-components-material@0.1.110/build/docs/umi.af2a87c1.js"></script>
|
|
46
46
|
</body>
|
|
47
47
|
</html>
|
package/build/docs/_demos/:uuid
CHANGED
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
</style>
|
|
17
17
|
<link
|
|
18
18
|
rel="stylesheet"
|
|
19
|
-
href="/ydb-components-material@0.1.
|
|
19
|
+
href="/ydb-components-material@0.1.110/build/docs/umi.e486411a.css"
|
|
20
20
|
/>
|
|
21
21
|
<script>
|
|
22
|
-
window.routerBase = "/ydb-components-material@0.1.
|
|
22
|
+
window.routerBase = "/ydb-components-material@0.1.110/build/docs/";
|
|
23
23
|
</script>
|
|
24
24
|
<script>
|
|
25
25
|
//! umi version: 3.5.43
|
|
@@ -42,6 +42,6 @@
|
|
|
42
42
|
<body>
|
|
43
43
|
<div id="root"></div>
|
|
44
44
|
|
|
45
|
-
<script src="/ydb-components-material@0.1.
|
|
45
|
+
<script src="/ydb-components-material@0.1.110/build/docs/umi.af2a87c1.js"></script>
|
|
46
46
|
</body>
|
|
47
47
|
</html>
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
</style>
|
|
17
17
|
<link
|
|
18
18
|
rel="stylesheet"
|
|
19
|
-
href="/ydb-components-material@0.1.
|
|
19
|
+
href="/ydb-components-material@0.1.110/build/docs/umi.e486411a.css"
|
|
20
20
|
/>
|
|
21
21
|
<script>
|
|
22
|
-
window.routerBase = "/ydb-components-material@0.1.
|
|
22
|
+
window.routerBase = "/ydb-components-material@0.1.110/build/docs/";
|
|
23
23
|
</script>
|
|
24
24
|
<script>
|
|
25
25
|
//! umi version: 3.5.43
|
|
@@ -43,6 +43,6 @@
|
|
|
43
43
|
<body>
|
|
44
44
|
<div id="root"></div>
|
|
45
45
|
|
|
46
|
-
<script src="/ydb-components-material@0.1.
|
|
46
|
+
<script src="/ydb-components-material@0.1.110/build/docs/umi.af2a87c1.js"></script>
|
|
47
47
|
</body>
|
|
48
48
|
</html>
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
</style>
|
|
17
17
|
<link
|
|
18
18
|
rel="stylesheet"
|
|
19
|
-
href="/ydb-components-material@0.1.
|
|
19
|
+
href="/ydb-components-material@0.1.110/build/docs/umi.e486411a.css"
|
|
20
20
|
/>
|
|
21
21
|
<script>
|
|
22
|
-
window.routerBase = "/ydb-components-material@0.1.
|
|
22
|
+
window.routerBase = "/ydb-components-material@0.1.110/build/docs/";
|
|
23
23
|
</script>
|
|
24
24
|
<script>
|
|
25
25
|
//! umi version: 3.5.43
|
|
@@ -43,6 +43,6 @@
|
|
|
43
43
|
<body>
|
|
44
44
|
<div id="root"></div>
|
|
45
45
|
|
|
46
|
-
<script src="/ydb-components-material@0.1.
|
|
46
|
+
<script src="/ydb-components-material@0.1.110/build/docs/umi.af2a87c1.js"></script>
|
|
47
47
|
</body>
|
|
48
48
|
</html>
|
package/build/docs/index.html
CHANGED
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
</style>
|
|
17
17
|
<link
|
|
18
18
|
rel="stylesheet"
|
|
19
|
-
href="/ydb-components-material@0.1.
|
|
19
|
+
href="/ydb-components-material@0.1.110/build/docs/umi.e486411a.css"
|
|
20
20
|
/>
|
|
21
21
|
<script>
|
|
22
|
-
window.routerBase = "/ydb-components-material@0.1.
|
|
22
|
+
window.routerBase = "/ydb-components-material@0.1.110/build/docs/";
|
|
23
23
|
</script>
|
|
24
24
|
<script>
|
|
25
25
|
//! umi version: 3.5.43
|
|
@@ -43,6 +43,6 @@
|
|
|
43
43
|
<body>
|
|
44
44
|
<div id="root"></div>
|
|
45
45
|
|
|
46
|
-
<script src="/ydb-components-material@0.1.
|
|
46
|
+
<script src="/ydb-components-material@0.1.110/build/docs/umi.af2a87c1.js"></script>
|
|
47
47
|
</body>
|
|
48
48
|
</html>
|
|
@@ -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="20" height="20" viewBox="0 0 20 20"><defs><clipPath id="master_svg0_1207_75555"><rect x="0" y="0" width="20" height="20" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1207_75555)"><path d="M8.832264925,10.916015625C9.753515225,10.916015625,10.489764225,10.916015625,11.082264625,10.963515472C11.684764625,11.013515472,12.207264625,11.116015625,12.686015625,11.361015315C13.454546625,11.752638285,14.079391625,12.377482625,14.471014625,13.146015125C14.716013625,13.624765825,14.818514625,14.147264925,14.868514625,14.749765825C14.916015625,15.342266125,14.916015625,16.078516525,14.916015625,16.999765825L14.916015625,17.499765825C14.916015625,17.913979525000002,14.580229625,18.249765825,14.166015625,18.249765825L1.666015625,18.249765825C1.251802055,18.249765825,0.916015625,17.913979525000002,0.916015625,17.499765825L0.916015625,16.999765825C0.916015625,16.078516525,0.916015625,15.342266125,0.963515665,14.749765825C1.013515666,14.147266425,1.116015625,13.624765825,1.361015705,13.146015125C1.752639415,12.377483325,2.377483925,11.752638995,3.146015925,11.361015315C3.624765825,11.116015625,4.147265625,11.013515472,4.749765825,10.963515472C5.342265625,10.916015625,6.078515525,10.916015625,6.999765825,10.916015625L8.832264925,10.916015625ZM6.999764925,12.416015625C6.053514925,12.416015625,5.389765225,12.416015625,4.871015325,12.459765625C4.362265125,12.501015525,4.059765325,12.578515625,3.827265225,12.697265625C3.340702025,12.945127225,2.945126725,13.340702025,2.6972652249999998,13.827265225C2.5785153249999997,14.059764825,2.501015325,14.362265825,2.4597653250000002,14.872264825C2.4210151250000003,15.342264625,2.417265325,15.934764825,2.417265325,16.748514625L13.414764625,16.748514625C13.414764625,15.934764825,13.411013625,15.342264625,13.372263625,14.872264825C13.331013625,14.362264425,13.253514625,14.059764825,13.134764625,13.827265225C12.886903625,13.340700625,12.491327625,12.945125625,12.004763625,12.697264925C11.772264625,12.578514925,11.469763625,12.501014725000001,10.961013625,12.459764825C10.442263625,12.417264625,9.778513925,12.416014925,8.832263925,12.416014925L6.999764925,12.416015625Z" fill="#999999" fill-opacity="1" style="mix-blend-mode:passthrough"/><path d="M15.833983674999999,4.666015625C16.248197275,4.66601600646973,16.583985375,5.001802445,16.583983675,5.416015625L16.583983675,7.166015625L18.333983875,7.166015625C18.748197075,7.166016325,19.083983875,7.501802925,19.083983875,7.916016325C19.083983875,8.330230025,18.748197075,8.666016625000001,18.333983875,8.666015625L16.583983675,8.666015625L16.583983675,10.416015625C16.583985375,10.830229325000001,16.248198775,11.166016625000001,15.833985075000001,11.166016625000001C15.419771675,11.166016625000001,15.083985075000001,10.830230225000001,15.083983674999999,10.416015625L15.083983674999999,8.666015625L13.333983605,8.666015625C12.919770065,8.666016625000001,12.583984375,8.330230025,12.583984375,7.916016325C12.583984375,7.501802925,12.919770065,7.166016325,13.333983605,7.166015625L15.083983674999999,7.166015625L15.083983674999999,5.416015625C15.083985075000001,5.001802055,15.419769975,4.66601600646973,15.833983674999999,4.666015625Z" fill="#999999" fill-opacity="1" style="mix-blend-mode:passthrough"/><path d="M7.91638631875,1.75C9.94154591875,1.75000019073487,11.583261018750001,3.3917156,11.583261018750001,5.4168746C11.583261018750001,7.4420342,9.94154591875,9.0837502,7.91638631875,9.0837502C5.8912273187499995,9.0837502,4.24951171875,7.4420342,4.24951171875,5.4168746C4.24951171875,3.3917156,5.8912273187499995,1.75000019073487,7.91638631875,1.75ZM7.91638631875,3.25C6.71930931875,3.2503452,5.74916651875,4.2210481,5.74951171875,5.4181252C5.74985691875,6.6152024,6.72055891875,7.5853457,7.91763611875,7.585C9.114712718749999,7.5846553,10.08485551875,6.6139526,10.084510818750001,5.4168758C10.08416601875,4.2197987999999995,9.11346391875,3.2496551,7.91638631875,3.25Z" fill="#999999" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></svg>
|
|
@@ -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="14.166254997253418" height="14.166254997253418" viewBox="0 0 14.166254997253418 14.166254997253418"><path d="M5.9393778,7.083128L0.2368781,1.380628C-0.078959465,1.0647899,-0.078959465,0.55271596,0.2368784,0.2368784C0.55271626,-0.078959465,1.0647901,-0.078959465,1.380628,0.2368781L7.083128,5.9393778L12.785627,0.2368781C13.101511,-0.078696012,13.61337,-0.078570843,13.929096,0.23715764C14.244826,0.55288643,14.244952,1.0647446,13.929379,1.380628L8.2268772,7.083128L13.929377,12.785627C14.245214,13.101465,14.245214,13.613542,13.929377,13.929377C13.613539,14.245214,13.101463,14.245214,12.785627,13.929379L7.083128,8.2268772L1.380628,13.929379C1.0647446,14.244952,0.55288613,14.244826,0.23715734,13.929096C-0.078571141,13.61337,-0.078696012,13.101511,0.2368781,12.785627L5.9393778,7.083128Z" fill="#666666" fill-opacity="1" style="mix-blend-mode:passthrough"/></svg>
|