slint-ui 1.14.0-nightly.2025091210 → 1.14.0-nightly.2025091217
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
|
@@ -42,10 +42,10 @@ accessibility = ["slint-interpreter/accessibility"]
|
|
|
42
42
|
[dependencies]
|
|
43
43
|
napi = { version = "2.14.0", default-features = false, features = ["napi8"] }
|
|
44
44
|
napi-derive = "2.14.0"
|
|
45
|
-
i-slint-compiler = { features = ["default"] , git = "https://github.com/slint-ui/slint", rev = "
|
|
46
|
-
i-slint-core = { features = ["default", "gettext-rs"] , git = "https://github.com/slint-ui/slint", rev = "
|
|
47
|
-
i-slint-backend-selector = { git = "https://github.com/slint-ui/slint", rev = "
|
|
48
|
-
slint-interpreter = { default-features = false , features = ["display-diagnostics", "internal", "compat-1-2"] , git = "https://github.com/slint-ui/slint", rev = "
|
|
45
|
+
i-slint-compiler = { features = ["default"] , git = "https://github.com/slint-ui/slint", rev = "9a882dd17fcf75968d7116e2115774825e02bb3a", version = "=1.14.0", default-features = false }
|
|
46
|
+
i-slint-core = { features = ["default", "gettext-rs"] , git = "https://github.com/slint-ui/slint", rev = "9a882dd17fcf75968d7116e2115774825e02bb3a", version = "=1.14.0", default-features = false }
|
|
47
|
+
i-slint-backend-selector = { git = "https://github.com/slint-ui/slint", rev = "9a882dd17fcf75968d7116e2115774825e02bb3a", version = "=1.14.0", default-features = false }
|
|
48
|
+
slint-interpreter = { default-features = false , features = ["display-diagnostics", "internal", "compat-1-2"] , git = "https://github.com/slint-ui/slint", rev = "9a882dd17fcf75968d7116e2115774825e02bb3a", version = "=1.14.0"}
|
|
49
49
|
spin_on = { version = "0.1" }
|
|
50
50
|
css-color-parser2 = { version = "1.0.1" }
|
|
51
51
|
itertools = { version = "0.14" }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Slint Software License
|
|
2
2
|
|
|
3
|
-
Version 3.0.
|
|
3
|
+
Version 3.0.5
|
|
4
4
|
|
|
5
5
|
## Preamble
|
|
6
6
|
|
|
@@ -82,7 +82,7 @@ The following is included as part of the plan
|
|
|
82
82
|
|
|
83
83
|
### Small Enterprise Plan
|
|
84
84
|
|
|
85
|
-
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.
|
|
85
|
+
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. If You are a Small Enterprise, You are required to submit the self-assessment report generated from the EU SME Self-Assessment Tool (https://ec.europa.eu/info/funding-tenders/opportunities/portal/sme/public/organisation-name).
|
|
86
86
|
|
|
87
87
|
The following is included as part of the plan
|
|
88
88
|
|
|
@@ -92,12 +92,26 @@ The following is included as part of the plan
|
|
|
92
92
|
|
|
93
93
|
(c) Standard Support that includes addressing technical queries, troubleshooting, and rectifying bugs or errors (faults) present in the latest official stable release.
|
|
94
94
|
|
|
95
|
+
The following can be purchased as an Add-On
|
|
96
|
+
|
|
97
|
+
(a) 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
|
+
(b) GUI Test Framework.
|
|
100
|
+
|
|
95
101
|
### Startup & Individual Plan
|
|
96
102
|
|
|
97
|
-
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.
|
|
103
|
+
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. If You are a Startup, you are required to submit the self-assessment report generated from the EU SME Self-Assessment Tool (https://ec.europa.eu/info/funding-tenders/opportunities/portal/sme/public/organisation-name).
|
|
98
104
|
|
|
99
105
|
The following is included as part of the plan
|
|
100
106
|
|
|
101
107
|
(a) No restriction on the number of applications that are developed with Slint.
|
|
102
108
|
|
|
103
109
|
(b) Live Preview.
|
|
110
|
+
|
|
111
|
+
The following can be purchased as an Add-On
|
|
112
|
+
|
|
113
|
+
(a) Standard Support that includes addressing technical queries, troubleshooting, and rectifying bugs or errors (faults) present in the latest official stable release.
|
|
114
|
+
|
|
115
|
+
(b) 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.
|
|
116
|
+
|
|
117
|
+
(c) GUI Test Framework.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slint-ui",
|
|
3
|
-
"version": "1.14.0-nightly.
|
|
3
|
+
"version": "1.14.0-nightly.2025091217",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"homepage": "https://github.com/slint-ui/slint",
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"@napi-rs/cli": "2.18.4"
|
|
51
51
|
},
|
|
52
52
|
"optionalDependencies": {
|
|
53
|
-
"@slint-ui/slint-ui-binary-linux-x64-gnu": "1.14.0-nightly.
|
|
54
|
-
"@slint-ui/slint-ui-binary-linux-arm64-gnu": "1.14.0-nightly.
|
|
55
|
-
"@slint-ui/slint-ui-binary-darwin-x64": "1.14.0-nightly.
|
|
56
|
-
"@slint-ui/slint-ui-binary-darwin-arm64": "1.14.0-nightly.
|
|
57
|
-
"@slint-ui/slint-ui-binary-win32-x64-msvc": "1.14.0-nightly.
|
|
58
|
-
"@slint-ui/slint-ui-binary-win32-arm64-msvc": "1.14.0-nightly.
|
|
53
|
+
"@slint-ui/slint-ui-binary-linux-x64-gnu": "1.14.0-nightly.2025091217",
|
|
54
|
+
"@slint-ui/slint-ui-binary-linux-arm64-gnu": "1.14.0-nightly.2025091217",
|
|
55
|
+
"@slint-ui/slint-ui-binary-darwin-x64": "1.14.0-nightly.2025091217",
|
|
56
|
+
"@slint-ui/slint-ui-binary-darwin-arm64": "1.14.0-nightly.2025091217",
|
|
57
|
+
"@slint-ui/slint-ui-binary-win32-x64-msvc": "1.14.0-nightly.2025091217",
|
|
58
|
+
"@slint-ui/slint-ui-binary-win32-arm64-msvc": "1.14.0-nightly.2025091217"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"artifacts": "napi artifacts",
|