slint-ui 1.9.0-nightly.2024102814 → 1.9.0-nightly.2024103020
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/Cargo.toml
CHANGED
|
@@ -41,10 +41,10 @@ accessibility = ["slint-interpreter/accessibility"]
|
|
|
41
41
|
[dependencies]
|
|
42
42
|
napi = { version = "2.14.0", default-features = false, features = ["napi8"] }
|
|
43
43
|
napi-derive = "2.14.0"
|
|
44
|
-
i-slint-compiler = { features = ["default"] , git = "https://github.com/slint-ui/slint", rev = "
|
|
45
|
-
i-slint-core = { features = ["default", "gettext-rs"] , git = "https://github.com/slint-ui/slint", rev = "
|
|
46
|
-
i-slint-backend-selector = { git = "https://github.com/slint-ui/slint", rev = "
|
|
47
|
-
slint-interpreter = { default-features = false , features = ["display-diagnostics", "internal", "compat-1-2"] , git = "https://github.com/slint-ui/slint", rev = "
|
|
44
|
+
i-slint-compiler = { features = ["default"] , git = "https://github.com/slint-ui/slint", rev = "5bd6c4b9514016e1a8a18accf7fa08a87d04f065", version = "=1.9.0", default-features = false }
|
|
45
|
+
i-slint-core = { features = ["default", "gettext-rs"] , git = "https://github.com/slint-ui/slint", rev = "5bd6c4b9514016e1a8a18accf7fa08a87d04f065", version = "=1.9.0", default-features = false }
|
|
46
|
+
i-slint-backend-selector = { git = "https://github.com/slint-ui/slint", rev = "5bd6c4b9514016e1a8a18accf7fa08a87d04f065", version = "=1.9.0", default-features = false }
|
|
47
|
+
slint-interpreter = { default-features = false , features = ["display-diagnostics", "internal", "compat-1-2"] , git = "https://github.com/slint-ui/slint", rev = "5bd6c4b9514016e1a8a18accf7fa08a87d04f065", version = "=1.9.0"}
|
|
48
48
|
spin_on = { version = "0.1" }
|
|
49
49
|
css-color-parser2 = { version = "1.0.1" }
|
|
50
50
|
itertools = { version = "0.13" }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Slint Software License
|
|
2
2
|
|
|
3
|
-
Version 3.0
|
|
3
|
+
Version 3.0.1
|
|
4
4
|
|
|
5
5
|
## Preamble
|
|
6
6
|
|
|
@@ -24,18 +24,12 @@ Desktop Application, Mobile Application, and Web Application are hereafter refer
|
|
|
24
24
|
|
|
25
25
|
The grant of rights in section 1 are conditional, provided that You do all of the following:
|
|
26
26
|
|
|
27
|
-
(a) You have purchased an appropriate **
|
|
27
|
+
(a) You have purchased an appropriate **Paid License Plan** ([see Annex 1](#annex-1-paid-license-plans)) and the required amount of seats to cover all individual users of the Software associated with the designing, developing, or testing your Application or Embedded System. For clarity, each individual user is counted as one seat.
|
|
28
28
|
|
|
29
29
|
(b) In the case that You are distributing the Software as as part of an Embedded System, You have purchased an appropriate quantity of **Royalties**, one Royalty for each Embedded System.
|
|
30
30
|
|
|
31
31
|
(c) You have fully paid all applicable fees (**Fees**) pursuant to Section 6.
|
|
32
32
|
|
|
33
|
-
*Startup & Individual Plan* is limited to individuals as well as individual companies with a staff headcount of less than 10 with either turnover or balance sheet of 2MEUR or less.
|
|
34
|
-
|
|
35
|
-
*Small Enterprise Plan* is limited to individual companies with a staff headcount of less than 50 with either turnover or balance sheet of 10MEUR or less.
|
|
36
|
-
|
|
37
|
-
*Enterprise Plan* is available to all individuals and individual companies.
|
|
38
|
-
|
|
39
33
|
## 3. Limitations
|
|
40
34
|
|
|
41
35
|
The License does not permit to distribute or make the Software publicly available alone and without integration into an Application or into an Embedded System. For this purpose you may use the Software under the GNU General Public License, version 3.
|
|
@@ -87,3 +81,41 @@ In the event that any provision of this License will, for any reason, be determi
|
|
|
87
81
|
## 10. Governing Law
|
|
88
82
|
|
|
89
83
|
This Agreement shall be construed, interpreted, and governed by the laws of the Federal Republic of Germany.
|
|
84
|
+
|
|
85
|
+
## Annex 1: Paid License Plans
|
|
86
|
+
|
|
87
|
+
### Enterprise Plan
|
|
88
|
+
|
|
89
|
+
The following is included as part of the plan
|
|
90
|
+
|
|
91
|
+
(a) No restriction on the number of applications that are developed with Slint.
|
|
92
|
+
|
|
93
|
+
(b) Live Preview.
|
|
94
|
+
|
|
95
|
+
(c) Standard Support that includes addressing technical queries, troubleshooting, and rectifying bugs or errors (faults) present in the latest official stable release.
|
|
96
|
+
|
|
97
|
+
(d) Perpetual Fallback License that allows continued use of a specific Slint version, including all bugfix updates (i.e., all Z releases within the X.Y.Z version), without an active subscription. This license applies only to those versions of Slint for which at least 12 consecutive months of subscription have been paid.
|
|
98
|
+
|
|
99
|
+
(e) GUI Test Framework.
|
|
100
|
+
|
|
101
|
+
### Small Enterprise Plan
|
|
102
|
+
|
|
103
|
+
This plan is limited to individual companies with a staff headcount between 10 and 50 and either a turnover or balance sheet total of 10 million EUR or less.
|
|
104
|
+
|
|
105
|
+
The following is included as part of the plan
|
|
106
|
+
|
|
107
|
+
(a) No restriction on the number of applications that are developed with Slint.
|
|
108
|
+
|
|
109
|
+
(b) Live Preview.
|
|
110
|
+
|
|
111
|
+
(c) Standard Support that includes addressing technical queries, troubleshooting, and rectifying bugs or errors (faults) present in the latest official stable release.
|
|
112
|
+
|
|
113
|
+
### Startup & Individual Plan
|
|
114
|
+
|
|
115
|
+
This plan is limited to individuals and individual companies with a staff headcount of less than 10 and either a turnover or balance sheet total of 2 million EUR or less.
|
|
116
|
+
|
|
117
|
+
The following is included as part of the plan
|
|
118
|
+
|
|
119
|
+
(a) No restriction on the number of applications that are developed with Slint.
|
|
120
|
+
|
|
121
|
+
(b) Live Preview.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slint-ui",
|
|
3
|
-
"version": "1.9.0-nightly.
|
|
3
|
+
"version": "1.9.0-nightly.2024103020",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"homepage": "https://github.com/slint-ui/slint",
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
"@napi-rs/cli": "2.16.5"
|
|
68
68
|
},
|
|
69
69
|
"optionalDependencies": {
|
|
70
|
-
"@slint-ui/slint-ui-binary-linux-x64-gnu": "1.9.0-nightly.
|
|
71
|
-
"@slint-ui/slint-ui-binary-darwin-x64": "1.9.0-nightly.
|
|
72
|
-
"@slint-ui/slint-ui-binary-darwin-arm64": "1.9.0-nightly.
|
|
73
|
-
"@slint-ui/slint-ui-binary-win32-x64-msvc": "1.9.0-nightly.
|
|
74
|
-
"@slint-ui/slint-ui-binary-win32-ia32-msvc": "1.9.0-nightly.
|
|
70
|
+
"@slint-ui/slint-ui-binary-linux-x64-gnu": "1.9.0-nightly.2024103020",
|
|
71
|
+
"@slint-ui/slint-ui-binary-darwin-x64": "1.9.0-nightly.2024103020",
|
|
72
|
+
"@slint-ui/slint-ui-binary-darwin-arm64": "1.9.0-nightly.2024103020",
|
|
73
|
+
"@slint-ui/slint-ui-binary-win32-x64-msvc": "1.9.0-nightly.2024103020",
|
|
74
|
+
"@slint-ui/slint-ui-binary-win32-ia32-msvc": "1.9.0-nightly.2024103020"
|
|
75
75
|
}
|
|
76
76
|
}
|