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
|
@@ -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.92/build/docs/umi.1f007429.css"
|
|
20
20
|
/>
|
|
21
21
|
<script>
|
|
22
|
-
window.routerBase = "/ydb-components-material@0.1.
|
|
22
|
+
window.routerBase = "/ydb-components-material@0.1.92/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.92/build/docs/umi.a4b81f12.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.92/build/docs/umi.1f007429.css"
|
|
20
20
|
/>
|
|
21
21
|
<script>
|
|
22
|
-
window.routerBase = "/ydb-components-material@0.1.
|
|
22
|
+
window.routerBase = "/ydb-components-material@0.1.92/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.92/build/docs/umi.a4b81f12.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.92/build/docs/umi.1f007429.css"
|
|
20
20
|
/>
|
|
21
21
|
<script>
|
|
22
|
-
window.routerBase = "/ydb-components-material@0.1.
|
|
22
|
+
window.routerBase = "/ydb-components-material@0.1.92/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.92/build/docs/umi.a4b81f12.js"></script>
|
|
46
46
|
</body>
|
|
47
47
|
</html>
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
"packages": [
|
|
3
3
|
{
|
|
4
4
|
"package": "ydb-components-material",
|
|
5
|
-
"version": "0.1.
|
|
5
|
+
"version": "0.1.92",
|
|
6
6
|
"library": "BizComps",
|
|
7
7
|
"urls": [
|
|
8
|
-
"https://unpkg.com/ydb-components-material@0.1.
|
|
9
|
-
"https://unpkg.com/ydb-components-material@0.1.
|
|
8
|
+
"https://unpkg.com/ydb-components-material@0.1.92/build/lowcode/render/default/view.js",
|
|
9
|
+
"https://unpkg.com/ydb-components-material@0.1.92/build/lowcode/render/default/view.css"
|
|
10
10
|
],
|
|
11
11
|
"editUrls": [
|
|
12
|
-
"https://unpkg.com/ydb-components-material@0.1.
|
|
13
|
-
"https://unpkg.com/ydb-components-material@0.1.
|
|
12
|
+
"https://unpkg.com/ydb-components-material@0.1.92/build/lowcode/view.js",
|
|
13
|
+
"https://unpkg.com/ydb-components-material@0.1.92/build/lowcode/view.css"
|
|
14
14
|
],
|
|
15
15
|
"advancedUrls": {
|
|
16
16
|
"default": [
|
|
17
|
-
"https://unpkg.com/ydb-components-material@0.1.
|
|
18
|
-
"https://unpkg.com/ydb-components-material@0.1.
|
|
17
|
+
"https://unpkg.com/ydb-components-material@0.1.92/build/lowcode/render/default/view.js",
|
|
18
|
+
"https://unpkg.com/ydb-components-material@0.1.92/build/lowcode/render/default/view.css"
|
|
19
19
|
]
|
|
20
20
|
},
|
|
21
21
|
"advancedEditUrls": {}
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
"exportName": "YdbComponentsMaterialMeta",
|
|
27
27
|
"npm": {
|
|
28
28
|
"package": "ydb-components-material",
|
|
29
|
-
"version": "0.1.
|
|
29
|
+
"version": "0.1.92"
|
|
30
30
|
},
|
|
31
|
-
"url": "https://unpkg.com/ydb-components-material@0.1.
|
|
31
|
+
"url": "https://unpkg.com/ydb-components-material@0.1.92/build/lowcode/meta.js",
|
|
32
32
|
"urls": {
|
|
33
|
-
"default": "https://unpkg.com/ydb-components-material@0.1.
|
|
33
|
+
"default": "https://unpkg.com/ydb-components-material@0.1.92/build/lowcode/meta.js"
|
|
34
34
|
},
|
|
35
35
|
"advancedUrls": {
|
|
36
36
|
"default": [
|
|
37
|
-
"https://unpkg.com/ydb-components-material@0.1.
|
|
37
|
+
"https://unpkg.com/ydb-components-material@0.1.92/build/lowcode/meta.js"
|
|
38
38
|
]
|
|
39
39
|
}
|
|
40
40
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"packages": [
|
|
3
3
|
{
|
|
4
4
|
"package": "ydb-components-material",
|
|
5
|
-
"version": "0.1.
|
|
5
|
+
"version": "0.1.92",
|
|
6
6
|
"library": "BizComps",
|
|
7
7
|
"urls": [
|
|
8
8
|
"./render/default/view.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"exportName": "YdbComponentsMaterialMeta",
|
|
27
27
|
"npm": {
|
|
28
28
|
"package": "ydb-components-material",
|
|
29
|
-
"version": "0.1.
|
|
29
|
+
"version": "0.1.92"
|
|
30
30
|
},
|
|
31
31
|
"url": "./meta.js",
|
|
32
32
|
"urls": {
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
"packages": [
|
|
3
3
|
{
|
|
4
4
|
"package": "ydb-components-material",
|
|
5
|
-
"version": "0.1.
|
|
5
|
+
"version": "0.1.92",
|
|
6
6
|
"library": "BizComps",
|
|
7
7
|
"urls": [
|
|
8
|
-
"https://unpkg.com/ydb-components-material@0.1.
|
|
9
|
-
"https://unpkg.com/ydb-components-material@0.1.
|
|
8
|
+
"https://unpkg.com/ydb-components-material@0.1.92/build/lowcode/render/default/view.js",
|
|
9
|
+
"https://unpkg.com/ydb-components-material@0.1.92/build/lowcode/render/default/view.css"
|
|
10
10
|
],
|
|
11
11
|
"editUrls": [
|
|
12
|
-
"https://unpkg.com/ydb-components-material@0.1.
|
|
13
|
-
"https://unpkg.com/ydb-components-material@0.1.
|
|
12
|
+
"https://unpkg.com/ydb-components-material@0.1.92/build/lowcode/view.js",
|
|
13
|
+
"https://unpkg.com/ydb-components-material@0.1.92/build/lowcode/view.css"
|
|
14
14
|
],
|
|
15
15
|
"advancedUrls": {
|
|
16
16
|
"default": [
|
|
17
|
-
"https://unpkg.com/ydb-components-material@0.1.
|
|
18
|
-
"https://unpkg.com/ydb-components-material@0.1.
|
|
17
|
+
"https://unpkg.com/ydb-components-material@0.1.92/build/lowcode/render/default/view.js",
|
|
18
|
+
"https://unpkg.com/ydb-components-material@0.1.92/build/lowcode/render/default/view.css"
|
|
19
19
|
]
|
|
20
20
|
},
|
|
21
21
|
"advancedEditUrls": {}
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
"exportName": "YdbComponentsMaterialMeta",
|
|
27
27
|
"npm": {
|
|
28
28
|
"package": "ydb-components-material",
|
|
29
|
-
"version": "0.1.
|
|
29
|
+
"version": "0.1.92"
|
|
30
30
|
},
|
|
31
|
-
"url": "https://unpkg.com/ydb-components-material@0.1.
|
|
31
|
+
"url": "https://unpkg.com/ydb-components-material@0.1.92/build/lowcode/meta.js",
|
|
32
32
|
"urls": {
|
|
33
|
-
"default": "https://unpkg.com/ydb-components-material@0.1.
|
|
33
|
+
"default": "https://unpkg.com/ydb-components-material@0.1.92/build/lowcode/meta.js"
|
|
34
34
|
},
|
|
35
35
|
"advancedUrls": {
|
|
36
36
|
"default": [
|
|
37
|
-
"https://unpkg.com/ydb-components-material@0.1.
|
|
37
|
+
"https://unpkg.com/ydb-components-material@0.1.92/build/lowcode/meta.js"
|
|
38
38
|
]
|
|
39
39
|
}
|
|
40
40
|
}
|