ydb-components-material 0.1.21 → 0.1.23
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/close.e2e8764a.svg +1 -0
- package/build/docs/umi.d170f160.js +1 -0
- package/build/docs/{umi.4278bf7b.css → umi.e536bfab.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/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 +8 -8
- 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/api.js +27 -7
- package/es/components/file-item/file.js +65 -5
- package/es/components/file-item/icon/close.svg +1 -0
- package/es/components/file-item/index.d.ts +9 -5
- package/es/components/file-item/index.js +320 -63
- package/es/components/file-item/index.scss +42 -3
- package/es/components/file-item/seal.js +111 -12
- package/es/components/file-item/sealUtil.js +129 -32
- package/es/components/file-item/sign.js +20 -16
- package/es/components/file-item/signUtil.js +3 -3
- package/es/components/scene-tree/index.js +1 -0
- package/es/utils.js +0 -0
- package/lib/api.js +28 -8
- package/lib/components/file-item/file.js +66 -5
- package/lib/components/file-item/icon/close.svg +1 -0
- package/lib/components/file-item/index.d.ts +9 -5
- package/lib/components/file-item/index.js +321 -64
- package/lib/components/file-item/index.scss +42 -3
- package/lib/components/file-item/seal.js +110 -11
- package/lib/components/file-item/sealUtil.js +128 -31
- package/lib/components/file-item/sign.js +20 -16
- package/lib/components/file-item/signUtil.js +3 -3
- package/lib/components/scene-tree/index.js +1 -0
- package/lib/utils.js +1 -0
- package/lowcode/file-item/meta.ts +63 -15
- package/lowcode_es/file-item/meta.js +60 -15
- package/lowcode_es/meta.js +1 -1
- package/lowcode_lib/file-item/meta.js +60 -15
- package/lowcode_lib/meta.js +1 -1
- package/package.json +3 -3
- package/build/docs/umi.b1d4b795.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.23/build/docs/umi.e536bfab.css"
|
|
20
20
|
/>
|
|
21
21
|
<script>
|
|
22
|
-
window.routerBase = "/ydb-components-material@0.1.
|
|
22
|
+
window.routerBase = "/ydb-components-material@0.1.23/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.23/build/docs/umi.d170f160.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.23/build/docs/umi.e536bfab.css"
|
|
20
20
|
/>
|
|
21
21
|
<script>
|
|
22
|
-
window.routerBase = "/ydb-components-material@0.1.
|
|
22
|
+
window.routerBase = "/ydb-components-material@0.1.23/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.23/build/docs/umi.d170f160.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.23/build/docs/umi.e536bfab.css"
|
|
20
20
|
/>
|
|
21
21
|
<script>
|
|
22
|
-
window.routerBase = "/ydb-components-material@0.1.
|
|
22
|
+
window.routerBase = "/ydb-components-material@0.1.23/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.23/build/docs/umi.d170f160.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.23/build/docs/umi.e536bfab.css"
|
|
20
20
|
/>
|
|
21
21
|
<script>
|
|
22
|
-
window.routerBase = "/ydb-components-material@0.1.
|
|
22
|
+
window.routerBase = "/ydb-components-material@0.1.23/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.23/build/docs/umi.d170f160.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.23/build/docs/umi.e536bfab.css"
|
|
20
20
|
/>
|
|
21
21
|
<script>
|
|
22
|
-
window.routerBase = "/ydb-components-material@0.1.
|
|
22
|
+
window.routerBase = "/ydb-components-material@0.1.23/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.23/build/docs/umi.d170f160.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="24" height="24" viewBox="0 0 24 24"><defs><clipPath id="master_svg0_106_93607"><rect x="0" y="0" width="24" height="24" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_106_93607)"><path d="M10.62774178125,12.00024228125L3.78474200125,5.15724198125C3.40573692325,4.77823618125,3.40573692325,4.16374743125,3.7847423512500002,3.7847423512500002C4.16374779125,3.40573692325,4.77823648125,3.40573692325,5.15724198125,3.78474200125L12.00024228125,10.62774178125L18.843241281250002,3.78474200125C19.222301281249997,3.40605306625,19.83653228125,3.40620327025,20.21540428125,3.78507745125C20.59428028125,4.16395199125,20.59443128125,4.77818178125,20.21574428125,5.15724198125L13.37274168125,12.00024228125L20.21574028125,18.843241281250002C20.59474528125,19.22224728125,20.59474528125,19.83673828125,20.21574028125,20.21574028125C19.83673428125,20.59474528125,19.22224428125,20.59474528125,18.843241281250002,20.21574428125L12.00024228125,13.37274168125L5.15724198125,20.21574428125C4.77818178125,20.59443128125,4.16395163125,20.59428028125,3.78507709125,20.21540428125C3.40620291225,19.83653228125,3.40605306625,19.222301281249997,3.78474200125,18.843241281250002L10.62774178125,12.00024228125Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></svg>
|