soliddesigner 0.1.2 → 0.1.31
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/README.md +3 -1
- package/dist/soliddesigner/browser/assets/i18n/en.json +119 -6
- package/dist/soliddesigner/browser/assets/i18n/es.json +108 -4
- package/dist/soliddesigner/browser/assets/i18n/fr.json +116 -6
- package/dist/soliddesigner/browser/{chunk-QLKLLQUG.js → chunk-B3PWEOJU.js} +15 -15
- package/dist/soliddesigner/browser/chunk-HQAPYEAU.js +1 -0
- package/dist/soliddesigner/browser/chunk-NXIXSW45.js +1 -0
- package/dist/soliddesigner/browser/chunk-T55JQPIL.js +82 -0
- package/dist/soliddesigner/browser/file.svg +48 -48
- package/dist/soliddesigner/browser/index.html +14 -26
- package/dist/soliddesigner/browser/main.js +10 -47
- package/package.json +3 -2
- package/dist/soliddesigner/browser/chunk-TPCZ6RJG.js +0 -1
- /package/dist/soliddesigner/browser/assets/{images → svg-editor/images}/default-product-img.png +0 -0
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
<svg width="793" height="1122" viewBox="0 0 793 1122" xmlns="http://www.w3.org/2000/svg" version="1.103">
|
|
2
|
-
<style id="weoayiixvq">
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
svg:has(#weoayiixvq) [data-type='text'] div {
|
|
6
|
-
width: max-content;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
svg:has(#weoayiixvq) .fake-textarea {
|
|
10
|
-
display: flex;
|
|
11
|
-
flex-direction: column;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
svg:has(#weoayiixvq) foreignObject * {
|
|
15
|
-
box-sizing: border-box;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
svg:has(#weoayiixvq) foreignObject table {
|
|
19
|
-
table-layout: fixed;
|
|
20
|
-
min-height: inherit;
|
|
21
|
-
min-width: var(--min-width);
|
|
22
|
-
}
|
|
23
|
-
svg:has(#weoayiixvq) foreignObject td {border: 1px solid black;line-height: 120%;overflow: hidden; color: black; font-size: 16px; font-family: serif; text-align: left; padding: 0; min-height: inherit;}
|
|
24
|
-
svg:has(#weoayiixvq) foreignObject .cellContent div {width: max-content;}
|
|
25
|
-
svg:has(#weoayiixvq) foreignObject .cellContent {display: flex; align-items: inherit; justify-content: inherit; width: 100%; height: 100%;flex-direction: column;}
|
|
26
|
-
svg:has(#weoayiixvq) [locked='true'].fake-textarea > * {
|
|
27
|
-
max-width: 100%;
|
|
28
|
-
}
|
|
29
|
-
svg:has(#weoayiixvq) .fake-textarea,
|
|
30
|
-
svg:has(#weoayiixvq) .fake-textarea div {
|
|
31
|
-
width: 100%;
|
|
32
|
-
}
|
|
33
|
-
svg:has(#weoayiixvq) .fake-textarea,
|
|
34
|
-
svg:has(#weoayiixvq) .fake-textarea div div {
|
|
35
|
-
display: flex;
|
|
36
|
-
flex-direction: column;
|
|
37
|
-
}
|
|
38
|
-
</style>
|
|
39
|
-
<g>
|
|
40
|
-
<title>Layer 1</title>
|
|
41
|
-
<foreignObject x="97.7741059164" y="154.2527867967" width="328.9540442574" height="211.1529338139" id="text_1" class="foreign-textarea" data-type="text">
|
|
42
|
-
<div style="white-space: normal; font-size: 24px; font-family: sans-serif; gap: 0px; line-height: 28px; letter-spacing: 0px; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0); border-width: 0px; border-style: solid; border-color: rgb(0, 0, 0); border-radius: 0px; text-align: start; justify-content: normal; width: 100%; height: 100%;" class="fake-textarea" font-family="sans-serif" font-size="24px" locked="true" tabindex="-1" contenteditable="true" xmlns="http://www.w3.org/1999/xhtml">
|
|
43
|
-
<div data-info="Texte&amp;amp;nbsp;qui&amp;amp;nbsp;s&amp;#39;affiche&amp;amp;nbsp;ou&amp;amp;nbsp;pas&amp;amp;nbsp;text"><TSPAN id="path_1" data-info="Texte&amp;nbsp;qui&amp;nbsp;s&#39;affiche&amp;nbsp;ou&amp;nbsp;pas&amp;nbsp;">Texte qui s'affiche ou pas </TSPAN><TSPAN id="path_2" contenteditable="false" class="textAttribute warning" data-info="{{text}}">{{text}}</TSPAN><TSPAN id="path_3"></TSPAN>
|
|
44
|
-
</div>
|
|
45
|
-
</div>
|
|
46
|
-
</foreignObject>
|
|
47
|
-
</g>
|
|
48
|
-
|
|
1
|
+
<svg width="793" height="1122" viewBox="0 0 793 1122" xmlns="http://www.w3.org/2000/svg" version="1.103">
|
|
2
|
+
<style id="weoayiixvq">
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
svg:has(#weoayiixvq) [data-type='text'] div {
|
|
6
|
+
width: max-content;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
svg:has(#weoayiixvq) .fake-textarea {
|
|
10
|
+
display: flex;
|
|
11
|
+
flex-direction: column;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
svg:has(#weoayiixvq) foreignObject * {
|
|
15
|
+
box-sizing: border-box;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
svg:has(#weoayiixvq) foreignObject table {
|
|
19
|
+
table-layout: fixed;
|
|
20
|
+
min-height: inherit;
|
|
21
|
+
min-width: var(--min-width);
|
|
22
|
+
}
|
|
23
|
+
svg:has(#weoayiixvq) foreignObject td {border: 1px solid black;line-height: 120%;overflow: hidden; color: black; font-size: 16px; font-family: serif; text-align: left; padding: 0; min-height: inherit;}
|
|
24
|
+
svg:has(#weoayiixvq) foreignObject .cellContent div {width: max-content;}
|
|
25
|
+
svg:has(#weoayiixvq) foreignObject .cellContent {display: flex; align-items: inherit; justify-content: inherit; width: 100%; height: 100%;flex-direction: column;}
|
|
26
|
+
svg:has(#weoayiixvq) [locked='true'].fake-textarea > * {
|
|
27
|
+
max-width: 100%;
|
|
28
|
+
}
|
|
29
|
+
svg:has(#weoayiixvq) .fake-textarea,
|
|
30
|
+
svg:has(#weoayiixvq) .fake-textarea div {
|
|
31
|
+
width: 100%;
|
|
32
|
+
}
|
|
33
|
+
svg:has(#weoayiixvq) .fake-textarea,
|
|
34
|
+
svg:has(#weoayiixvq) .fake-textarea div div {
|
|
35
|
+
display: flex;
|
|
36
|
+
flex-direction: column;
|
|
37
|
+
}
|
|
38
|
+
</style>
|
|
39
|
+
<g>
|
|
40
|
+
<title>Layer 1</title>
|
|
41
|
+
<foreignObject x="97.7741059164" y="154.2527867967" width="328.9540442574" height="211.1529338139" id="text_1" class="foreign-textarea" data-type="text">
|
|
42
|
+
<div style="white-space: normal; font-size: 24px; font-family: sans-serif; gap: 0px; line-height: 28px; letter-spacing: 0px; color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0); border-width: 0px; border-style: solid; border-color: rgb(0, 0, 0); border-radius: 0px; text-align: start; justify-content: normal; width: 100%; height: 100%;" class="fake-textarea" font-family="sans-serif" font-size="24px" locked="true" tabindex="-1" contenteditable="true" xmlns="http://www.w3.org/1999/xhtml">
|
|
43
|
+
<div data-info="Texte&amp;amp;nbsp;qui&amp;amp;nbsp;s&amp;#39;affiche&amp;amp;nbsp;ou&amp;amp;nbsp;pas&amp;amp;nbsp;text"><TSPAN id="path_1" data-info="Texte&amp;nbsp;qui&amp;nbsp;s&#39;affiche&amp;nbsp;ou&amp;nbsp;pas&amp;nbsp;">Texte qui s'affiche ou pas </TSPAN><TSPAN id="path_2" contenteditable="false" class="textAttribute warning" data-info="{{text}}">{{text}}</TSPAN><TSPAN id="path_3"></TSPAN>
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
46
|
+
</foreignObject>
|
|
47
|
+
</g>
|
|
48
|
+
|
|
49
49
|
</svg>
|
|
@@ -1,28 +1,16 @@
|
|
|
1
1
|
<!doctype html>
|
|
2
2
|
<html lang="en" data-beasties-container>
|
|
3
|
-
|
|
4
|
-
<
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
<style
|
|
13
|
-
<
|
|
14
|
-
|
|
15
|
-
<body>
|
|
16
|
-
|
|
17
|
-
test gabarit linea : 034890c6-cc80-4199-940e-1e24c8da6d32
|
|
18
|
-
test gabarit (vins) : 4279bdfc-bdbb-48bb-b1bb-1ee9ec189d60
|
|
19
|
-
test gabarit (vins) : 52374527-3364-49cf-aae3-73b3144fa91f
|
|
20
|
-
text dov maitrevignerons : fd7a6e3d-fc20-410b-a207-9303e8c94f1e
|
|
21
|
-
test gabarit de production : f2e72f72-8a5d-4c05-9f42-5c92bcf5836e
|
|
22
|
-
old gabarits : b7554363-7839-428a-a2a7-072836fbbfe5
|
|
23
|
-
bg :4d61c560-12cb-4a5d-85de-df5f8d4fd60b
|
|
24
|
-
-->
|
|
25
|
-
<solid-designer token="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VyR3VpZCI6IjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsIlVzZXJMb2dpbiI6InNvbGlkcGVwcGVyIiwiQWxpYXMiOiJtYWl0cmVzdmlnbmVyb25zIiwiTnVtQ2xpZW50IjoiMDAwMSIsIkJkZE5hbWUiOiJiZGRfbWFpdHJlc3ZpZ25lcm9ucyIsIkxhbmd1YWdlIjoiZnIiLCJTZXR0aW5nc1BhdGgiOiJEOlxcSWJhblxcY3VzdG9tZXJzXFwwMDAxX21haXRyZXN2aWduZXJvbnNcXFNldHRpbmdzXFwiLCJyb2xlIjoiTlVERSIsIm5iZiI6MTc3MTUwNTcyNSwiZXhwIjoxODAzMDQxNzI1LCJpYXQiOjE3NzE1MDU3MjV9.cUC15wWoULgLsuk9T4Xu_-HCydstd6DACqTXPMcISdg" guid="4d61c560-12cb-4a5d-85de-df5f8d4fd60b" type="background" apiurl="http://localhost/centralstationservice/api/"></solid-designer>
|
|
26
|
-
<link rel="modulepreload" href="chunk-QLKLLQUG.js"><script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script></body>
|
|
27
|
-
|
|
28
|
-
</html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<title>Soliddesigner</title>
|
|
6
|
+
<base href="/">
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
+
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
9
|
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
10
|
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
11
|
+
<style>@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;}@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}</style>
|
|
12
|
+
<style>body{margin:0}</style><link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.css"></noscript></head>
|
|
13
|
+
<body>
|
|
14
|
+
<solid-designer token="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VyR3VpZCI6IjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCIsIlVzZXJMb2dpbiI6InNvbGlkcGVwcGVyIiwiQWxpYXMiOiJsaW5lYWJlcnRvbWFuaSIsIk51bUNsaWVudCI6Ijg0ODMiLCJCZGROYW1lIjoiYmRkXzg0ODMiLCJMYW5ndWFnZSI6ImZyIiwiU2V0dGluZ3NQYXRoIjoiRDpcXEN1c3RvbWVyc1xcODQ4M19saW5lYWJlcnRvbWFuaVxcU2V0dGluZ3MiLCJyb2xlIjoiTlVERSIsIm5iZiI6MTc3MzMyNDY1MCwiZXhwIjoxODA0ODYwNjUwLCJpYXQiOjE3NzMzMjQ2NTB9.7bLTwDCLBLxBnHRN6Lxlpeba3rC35ugB_jPu4WYyGFE" guid="3526b1bd-26fa-4159-8005-db06f903c275" type="template" unit="mm" apiurl="http://localhost/centralstationservice/api/"></solid-designer>
|
|
15
|
+
<link rel="modulepreload" href="chunk-T55JQPIL.js"><link rel="modulepreload" href="chunk-B3PWEOJU.js"><script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script></body>
|
|
16
|
+
</html>
|