andoncloud-widget-preview 1.1.9 → 1.2.0
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/dist/index.css +1 -72
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -4160
- package/dist/index.js.map +1 -1
- package/dist/types.d.ts +3 -1
- package/dist/version.d.ts +1 -1
- package/package.json +15 -9
package/dist/index.css
CHANGED
|
@@ -1,73 +1,2 @@
|
|
|
1
|
-
.react-resizable {
|
|
2
|
-
position: relative;
|
|
3
|
-
}
|
|
4
|
-
.react-resizable-handle {
|
|
5
|
-
position: absolute;
|
|
6
|
-
width: 20px;
|
|
7
|
-
height: 20px;
|
|
8
|
-
background-repeat: no-repeat;
|
|
9
|
-
background-origin: content-box;
|
|
10
|
-
box-sizing: border-box;
|
|
11
|
-
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');
|
|
12
|
-
background-position: bottom right;
|
|
13
|
-
padding: 0 3px 3px 0;
|
|
14
|
-
}
|
|
15
|
-
.react-resizable-handle-sw {
|
|
16
|
-
bottom: 0;
|
|
17
|
-
left: 0;
|
|
18
|
-
cursor: sw-resize;
|
|
19
|
-
-webkit-transform: rotate(90deg);
|
|
20
|
-
transform: rotate(90deg);
|
|
21
|
-
}
|
|
22
|
-
.react-resizable-handle-se {
|
|
23
|
-
bottom: 0;
|
|
24
|
-
right: 0;
|
|
25
|
-
cursor: se-resize;
|
|
26
|
-
}
|
|
27
|
-
.react-resizable-handle-nw {
|
|
28
|
-
top: 0;
|
|
29
|
-
left: 0;
|
|
30
|
-
cursor: nw-resize;
|
|
31
|
-
-webkit-transform: rotate(180deg);
|
|
32
|
-
transform: rotate(180deg);
|
|
33
|
-
}
|
|
34
|
-
.react-resizable-handle-ne {
|
|
35
|
-
top: 0;
|
|
36
|
-
right: 0;
|
|
37
|
-
cursor: ne-resize;
|
|
38
|
-
-webkit-transform: rotate(270deg);
|
|
39
|
-
transform: rotate(270deg);
|
|
40
|
-
}
|
|
41
|
-
.react-resizable-handle-w,
|
|
42
|
-
.react-resizable-handle-e {
|
|
43
|
-
top: 50%;
|
|
44
|
-
margin-top: -10px;
|
|
45
|
-
cursor: ew-resize;
|
|
46
|
-
}
|
|
47
|
-
.react-resizable-handle-w {
|
|
48
|
-
left: 0;
|
|
49
|
-
-webkit-transform: rotate(135deg);
|
|
50
|
-
transform: rotate(135deg);
|
|
51
|
-
}
|
|
52
|
-
.react-resizable-handle-e {
|
|
53
|
-
right: 0;
|
|
54
|
-
-webkit-transform: rotate(315deg);
|
|
55
|
-
transform: rotate(315deg);
|
|
56
|
-
}
|
|
57
|
-
.react-resizable-handle-n,
|
|
58
|
-
.react-resizable-handle-s {
|
|
59
|
-
left: 50%;
|
|
60
|
-
margin-left: -10px;
|
|
61
|
-
cursor: ns-resize;
|
|
62
|
-
}
|
|
63
|
-
.react-resizable-handle-n {
|
|
64
|
-
top: 0;
|
|
65
|
-
-webkit-transform: rotate(225deg);
|
|
66
|
-
transform: rotate(225deg);
|
|
67
|
-
}
|
|
68
|
-
.react-resizable-handle-s {
|
|
69
|
-
bottom: 0;
|
|
70
|
-
-webkit-transform: rotate(45deg);
|
|
71
|
-
transform: rotate(45deg);
|
|
72
|
-
}
|
|
1
|
+
.react-resizable{position:relative}.react-resizable-handle{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgd2lkdGg9IjYiIGhlaWdodD0iNiI+PHBhdGggZD0iTTYgNkgwVjQuMmg0LjJWMEg2djZaIiBvcGFjaXR5PSIuMzAyIi8+PC9zdmc+");background-origin:content-box;background-position:100% 100%;background-repeat:no-repeat;box-sizing:border-box;height:20px;padding:0 3px 3px 0;position:absolute;width:20px}.react-resizable-handle-sw{bottom:0;cursor:sw-resize;left:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;cursor:se-resize;right:0}.react-resizable-handle-nw{cursor:nw-resize;left:0;top:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.react-resizable-handle-ne{cursor:ne-resize;right:0;top:0;-webkit-transform:rotate(270deg);transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{cursor:ew-resize;margin-top:-10px;top:50%}.react-resizable-handle-w{left:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.react-resizable-handle-e{right:0;-webkit-transform:rotate(315deg);transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{cursor:ns-resize;left:50%;margin-left:-10px}.react-resizable-handle-n{top:0;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
|
|
73
2
|
/*# sourceMappingURL=index.css.map */
|
package/dist/index.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["styles.css"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"sources":["styles.css"],"names":[],"mappings":"AAAA,iBACE,iBACF,CACA,wBAOE,0PAAuY,CAFvY,6BAA8B,CAG9B,6BAAiC,CAJjC,2BAA4B,CAE5B,qBAAsB,CAHtB,WAAY,CAMZ,mBAAoB,CARpB,iBAAkB,CAClB,UAQF,CACA,2BACE,QAAS,CAET,gBAAiB,CADjB,MAAO,CAEP,+BAAwB,CAAxB,uBACF,CACA,2BACE,QAAS,CAET,gBAAiB,CADjB,OAEF,CACA,2BAGE,gBAAiB,CADjB,MAAO,CADP,KAAM,CAGN,gCAAyB,CAAzB,wBACF,CACA,2BAGE,gBAAiB,CADjB,OAAQ,CADR,KAAM,CAGN,gCAAyB,CAAzB,wBACF,CACA,oDAIE,gBAAiB,CADjB,gBAAiB,CADjB,OAGF,CACA,0BACE,MAAO,CACP,gCAAyB,CAAzB,wBACF,CACA,0BACE,OAAQ,CACR,gCAAyB,CAAzB,wBACF,CACA,oDAIE,gBAAiB,CAFjB,QAAS,CACT,iBAEF,CACA,0BACE,KAAM,CACN,gCAAyB,CAAzB,wBACF,CACA,0BACE,QAAS,CACT,+BAAwB,CAAxB,uBACF","file":"index.css","sourcesContent":[".react-resizable {\n position: relative;\n}\n.react-resizable-handle {\n position: absolute;\n width: 20px;\n height: 20px;\n background-repeat: no-repeat;\n background-origin: content-box;\n box-sizing: border-box;\n background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');\n background-position: bottom right;\n padding: 0 3px 3px 0;\n}\n.react-resizable-handle-sw {\n bottom: 0;\n left: 0;\n cursor: sw-resize;\n transform: rotate(90deg);\n}\n.react-resizable-handle-se {\n bottom: 0;\n right: 0;\n cursor: se-resize;\n}\n.react-resizable-handle-nw {\n top: 0;\n left: 0;\n cursor: nw-resize;\n transform: rotate(180deg);\n}\n.react-resizable-handle-ne {\n top: 0;\n right: 0;\n cursor: ne-resize;\n transform: rotate(270deg);\n}\n.react-resizable-handle-w,\n.react-resizable-handle-e {\n top: 50%;\n margin-top: -10px;\n cursor: ew-resize;\n}\n.react-resizable-handle-w {\n left: 0;\n transform: rotate(135deg);\n}\n.react-resizable-handle-e {\n right: 0;\n transform: rotate(315deg);\n}\n.react-resizable-handle-n,\n.react-resizable-handle-s {\n left: 50%;\n margin-left: -10px;\n cursor: ns-resize;\n}\n.react-resizable-handle-n {\n top: 0;\n transform: rotate(225deg);\n}\n.react-resizable-handle-s {\n bottom: 0;\n transform: rotate(45deg);\n}"]}
|