croswil_comp_adm 2.0.13 → 2.0.15
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/LICENSE.txt +30 -30
- package/README.md +26 -8
- package/dist/bundle.css +1 -0
- package/dist/index.js +1 -1
- package/dist/safelist.js +11 -0
- package/package.json +3 -1
package/LICENSE.txt
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
|
|
1
|
+
**PROPRIETARY SOFTWARE LICENSE AGREEMENT**
|
|
2
2
|
|
|
3
|
-
© 2025 Croswil SRL.
|
|
3
|
+
© 2025 Croswil SRL. All rights reserved.
|
|
4
4
|
|
|
5
|
-
1.
|
|
6
|
-
"Software"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
5
|
+
1. **DEFINITIONS**
|
|
6
|
+
"Software" refers to "croswil\_componenti" and all files, documentation, source code, and compiled code included in this distribution.
|
|
7
|
+
"Licensor" refers to Croswil SRL.
|
|
8
|
+
"Licensee" refers to the natural or legal person who has legally acquired a license to use the Software.
|
|
9
9
|
|
|
10
|
-
2.
|
|
11
|
-
|
|
10
|
+
2. **GRANT OF LICENSE**
|
|
11
|
+
The Licensor grants the Licensee a non-exclusive, non-transferable, and revocable license to use the Software solely for internal purposes, subject to the terms and conditions of this Agreement.
|
|
12
12
|
|
|
13
|
-
3.
|
|
14
|
-
|
|
15
|
-
a)
|
|
16
|
-
b)
|
|
17
|
-
c)
|
|
18
|
-
d)
|
|
19
|
-
e)
|
|
20
|
-
f)
|
|
13
|
+
3. **RESTRICTIONS**
|
|
14
|
+
The Licensee may NOT:
|
|
15
|
+
a) Copy, modify, adapt, translate, or create derivative works from the Software;
|
|
16
|
+
b) Decompile, disassemble, reverse engineer, or otherwise attempt to discover the source code of the Software;
|
|
17
|
+
c) Remove, alter, or obscure any copyright or proprietary notice contained in the Software;
|
|
18
|
+
d) Distribute, sell, sublicense, lease, lend, or otherwise transfer the Software to any third party;
|
|
19
|
+
e) Use the Software to provide hosting services, managed services, or application service provider services to third parties;
|
|
20
|
+
f) Use the Software to develop competing products or services.
|
|
21
21
|
|
|
22
|
-
4.
|
|
23
|
-
|
|
22
|
+
4. **INTELLECTUAL PROPERTY**
|
|
23
|
+
The Software is protected by copyright laws and other intellectual property laws. The Licensor retains all rights, title, and interest in and to the Software, including all intellectual property rights.
|
|
24
24
|
|
|
25
|
-
5.
|
|
26
|
-
|
|
25
|
+
5. **LIMITED WARRANTY**
|
|
26
|
+
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
|
|
27
27
|
|
|
28
|
-
6.
|
|
29
|
-
IN
|
|
28
|
+
6. **LIMITATION OF LIABILITY**
|
|
29
|
+
IN NO EVENT SHALL THE LICENSOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, LOSS OF PROFITS, BUSINESS INTERRUPTION, LOSS OF INFORMATION) ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE.
|
|
30
30
|
|
|
31
|
-
7.
|
|
32
|
-
|
|
31
|
+
7. **TERMINATION**
|
|
32
|
+
This license is effective until terminated. The Licensor may terminate this license at any time if the Licensee breaches any of its terms. Upon termination, the Licensee must cease all use of the Software and destroy all copies.
|
|
33
33
|
|
|
34
|
-
8.
|
|
35
|
-
|
|
34
|
+
8. **GOVERNING LAW**
|
|
35
|
+
This Agreement is governed by the laws of Italy, without regard to its conflict of law principles.
|
|
36
36
|
|
|
37
|
-
9.
|
|
38
|
-
|
|
37
|
+
9. **ENTIRE AGREEMENT**
|
|
38
|
+
This Agreement constitutes the entire agreement between the parties regarding its subject matter and supersedes all prior or contemporaneous communications, proposals, and representations, whether oral or written.
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
By using the Software, the Licensee acknowledges that they have read and understood this Agreement and agree to be bound by its terms and conditions.
|
|
41
41
|
|
|
42
42
|
Croswil SRL
|
|
43
43
|
Androna Sant'Eufemia 5, Trieste IT
|
|
44
|
-
info@croswil.com
|
|
44
|
+
[info@croswil.com](mailto:info@croswil.com)
|
package/README.md
CHANGED
|
@@ -1,15 +1,33 @@
|
|
|
1
|
-
# Progetto componenti di base per markuno e derivati
|
|
2
1
|
|
|
2
|
+
> **This library is an official part of the Croswil / Appdelmobile platform and the MarkUno 3D/management configurator.**
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
## Important Notice
|
|
5
5
|
|
|
6
|
-
-
|
|
6
|
+
- This component is provided **exclusively** as a support tool for customizing the user interface of Croswil’s commercial solutions.
|
|
7
|
+
- **Usage is strictly limited to clients with an active commercial agreement** for the Croswil / Appdelmobile / MarkUno configurator.
|
|
8
|
+
- Any unauthorized use, redistribution, or inclusion in other products without explicit written permission from Croswil S.r.l. is **prohibited**.
|
|
7
9
|
|
|
10
|
+
## Access & Usage
|
|
8
11
|
|
|
9
|
-
|
|
12
|
+
- Full documentation and demo access are available **by request only** to authorized Croswil clients.
|
|
13
|
+
- To request a demo or commercial information, please contact our team via:
|
|
14
|
+
- [croswil.com](https://www.croswil.com)
|
|
15
|
+
- [appdelmobile.com](https://www.appdelmobile.com)
|
|
16
|
+
- [negozio.appdelmobile.com](https://negozio.appdelmobile.com)
|
|
17
|
+
- [markuno.croswil.com](https://markuno.croswil.com)
|
|
18
|
+
- For technical or commercial support, please refer to the contact information provided on [croswil.com](https://www.croswil.com) and [appdelmobile.com](https://www.appdelmobile.com).
|
|
10
19
|
|
|
11
|
-
|
|
12
|
-
- yarn dev
|
|
20
|
+
## Demos
|
|
13
21
|
|
|
14
|
-
|
|
15
|
-
-
|
|
22
|
+
- Interactive online demos and advanced features are available upon request.
|
|
23
|
+
- Please contact our team to obtain access.
|
|
24
|
+
|
|
25
|
+
## Legal
|
|
26
|
+
|
|
27
|
+
This software is distributed under a proprietary license.
|
|
28
|
+
Usage is strictly subject to the terms of your contract with Croswil S.r.l.
|
|
29
|
+
For partnership opportunities or further information, please reach out to our team.
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
© Croswil S.r.l. – All rights reserved.
|
package/dist/bundle.css
CHANGED
|
@@ -57,4 +57,5 @@
|
|
|
57
57
|
.container.svelte-11f68ic{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;user-select:none;touch-action:none;cursor:move}.image.svelte-11f68ic{max-width:100%;max-height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;will-change:transform}.cropperArea.svelte-11f68ic{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);box-shadow:0 0 0 9999em;box-sizing:border-box;color:rgba(0, 0, 0, 0.5);border:1px solid rgba(255, 255, 255, 0.5);overflow:hidden}
|
|
58
58
|
.contenitore.svelte-l4jjoj{@apply fixed inset-0 z-[20000] flex flex-col items-center justify-center;}.msg.svelte-l4jjoj{@apply relative w-full max-h-full bg-c-100 border border-c-border shadow-md;}.bg.svelte-l4jjoj{@apply inset-0 fixed bg-c-800 opacity-10;}
|
|
59
59
|
.json-table-container.svelte-1i5mpub.svelte-1i5mpub{margin:0.5rem 0}.json-table-title.svelte-1i5mpub.svelte-1i5mpub{font-weight:bold;margin-bottom:0.25rem}.json-table.svelte-1i5mpub.svelte-1i5mpub{border-collapse:collapse;width:100%;border:1px solid #ddd}.json-table.svelte-1i5mpub th.svelte-1i5mpub,.json-table.svelte-1i5mpub td.svelte-1i5mpub{border:1px solid #ddd;padding:0.5rem;text-align:left}.json-table.svelte-1i5mpub th.svelte-1i5mpub{background-color:#f2f2f2;font-weight:bold}.json-table-key.svelte-1i5mpub.svelte-1i5mpub{font-weight:bold;color:#0077aa}
|
|
60
|
+
.modern-slider.svelte-1vv3oyu::-webkit-slider-runnable-track{height:6px;background-color:var(--color-150);border-radius:4px}.modern-slider.svelte-1vv3oyu::-moz-range-track{height:6px;background-color:var(--color-base);border-radius:4px}.modern-slider.svelte-1vv3oyu::-webkit-slider-thumb{-webkit-appearance:none;height:16px;width:16px;background:var(--color-base);border:2px solid var(--color-base);border-radius:50%;box-shadow:0 0 4px rgba(0, 0, 0, 0.2);margin-top:-5px;transition:transform 0.15s ease}.modern-slider.svelte-1vv3oyu::-webkit-slider-thumb:hover{transform:scale(1.15)}.modern-slider.svelte-1vv3oyu::-moz-range-thumb{height:16px;width:16px;background:var(--color-base);border:2px solid var(--color-base);border-radius:50%;box-shadow:0 0 4px rgba(0, 0, 0, 0.2);transition:transform 0.15s ease}.modern-slider.svelte-1vv3oyu::-moz-range-thumb:hover{transform:scale(1.15)}
|
|
60
61
|
.loader.svelte-1r2cbtk{width:80px;padding:8px;aspect-ratio:1;border-radius:50%;background:var(--color-base);--_m:conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:svelte-1r2cbtk-l3 1s infinite linear}@keyframes svelte-1r2cbtk-l3{to{transform:rotate(1turn)}}
|