@eturnity/eturnity_reusable_components 7.10.0-EPDM-10163.0 → 7.10.0-EPDM-10285.1
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/package.json
CHANGED
@@ -1,45 +1,12 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
1
|
<svg
|
4
|
-
version="1.1"
|
5
|
-
id="svg854"
|
6
2
|
width="838"
|
7
3
|
height="833"
|
8
4
|
viewBox="0 0 838 833"
|
9
|
-
sodipodi:docname="split.svg"
|
10
|
-
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
11
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
12
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
13
5
|
xmlns="http://www.w3.org/2000/svg"
|
14
|
-
|
15
|
-
|
16
|
-
id="defs858" />
|
17
|
-
<sodipodi:namedview
|
18
|
-
id="namedview856"
|
19
|
-
pagecolor="#ffffff"
|
20
|
-
bordercolor="#666666"
|
21
|
-
borderopacity="1.0"
|
22
|
-
inkscape:pageshadow="2"
|
23
|
-
inkscape:pageopacity="0.0"
|
24
|
-
inkscape:pagecheckerboard="0"
|
25
|
-
showgrid="false"
|
26
|
-
inkscape:zoom="0.95078031"
|
27
|
-
inkscape:cx="431.22475"
|
28
|
-
inkscape:cy="326.04798"
|
29
|
-
inkscape:window-width="1920"
|
30
|
-
inkscape:window-height="1007"
|
31
|
-
inkscape:window-x="1"
|
32
|
-
inkscape:window-y="1080"
|
33
|
-
inkscape:window-maximized="1"
|
34
|
-
inkscape:current-layer="g860" />
|
35
|
-
<g
|
36
|
-
inkscape:groupmode="layer"
|
37
|
-
inkscape:label="Image"
|
38
|
-
id="g860">
|
6
|
+
>
|
7
|
+
|
39
8
|
<path
|
40
|
-
|
9
|
+
fill="#B2B9C5"
|
41
10
|
d="m -5.0875843,441.73292 3.3936693,-93.74987 847.237645,-2.85667 -3.71049,95.94711 z m 333.6519143,232.4369 -98.27777,-105.35245 43.34233,-0.60608 c 23.83828,-0.33335 56.95483,-0.67085 73.59233,-0.75 l 30.25,-0.14392 L 376,413.05958 374.48738,213.61969 301.67731,213.3632 228.86724,213.10671 326.58798,107.77384 C 380.33439,49.84076 424.5019,2.3657611 424.73801,2.2738411 425.25724,2.0716911 628.96623,212.59506 628.96623,213.35636 c 0,0.29424 -41.55385,0.25035 -81.97885,0.25035 h -73.5 L 475,413.0466 l 1.47122,154.25779 72.81196,0.25649 72.81196,0.25649 -91.89971,99.5 -103.35334,112.2049 z"
|
42
|
-
|
43
|
-
sodipodi:nodetypes="cccccccsscccccsssscccccccc" />
|
44
|
-
</g>
|
11
|
+
/>
|
45
12
|
</svg>
|
@@ -655,7 +655,7 @@ export default {
|
|
655
655
|
e.preventDefault()
|
656
656
|
let value = parseFloat(this.value || 0)
|
657
657
|
value += parseFloat(this.interactionStep) * parseInt(e.movementX)
|
658
|
-
this.$emit('on-input', value)
|
658
|
+
this.$emit('on-input-drag', value)
|
659
659
|
|
660
660
|
this.textInput = numberToString({
|
661
661
|
value: value && value.length ? value : this.minNumber,
|