@alauda-fe/crd-form 1.0.1-alpha.2 → 1.0.2-alpha.2
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/assets/i18n/en.json +17 -0
- package/package.json +2 -2
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"advanced_fields": "Advanced",
|
|
3
|
+
"minimum_value_error": "Minimum value {{value}}",
|
|
4
|
+
"maximum_value_error": "Maximum value {{value}}",
|
|
5
|
+
"max_length_error": "Maximum length {{value}}",
|
|
6
|
+
"min_length_error": "Minimum length {{value}}",
|
|
7
|
+
"required_invalid_error": "Required",
|
|
8
|
+
"pattern_invalid_error": "Does not match required pattern {{value}}",
|
|
9
|
+
"resource_requirements_requests": "Requests",
|
|
10
|
+
"resource_requirements_limits": "Limits",
|
|
11
|
+
"request_greater_than_limits_error": "The limit value must be greater than or equal to the requested value",
|
|
12
|
+
"switch_open": "ON",
|
|
13
|
+
"switch_close": "OFF",
|
|
14
|
+
"max_count_error": "Maximum {{value}}",
|
|
15
|
+
"min_count_error": "Minimum {{value}}",
|
|
16
|
+
"": ""
|
|
17
|
+
}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alauda-fe/crd-form",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2-alpha.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^21.1.1",
|
|
6
6
|
"@angular/core": "^21.1.1",
|
|
7
|
-
"@alauda-fe/dynamic-plugin-shared": "0.0.4-alpha.
|
|
7
|
+
"@alauda-fe/dynamic-plugin-shared": "0.0.4-alpha.14"
|
|
8
8
|
},
|
|
9
9
|
"private": false,
|
|
10
10
|
"publishConfig": {
|