File tree 8 files changed +35
-8
lines changed
8 files changed +35
-8
lines changed Original file line number Diff line number Diff line change 1
1
[ // ] : # ( Don't use <tags> )
2
2
3
+ ## v1.7.0
4
+
5
+ > ` 2024-08-24 `
6
+
7
+ ### 🎉 Feature
8
+ - Conditional readonly / disabled props.
9
+
3
10
## v1.6.6
4
11
5
12
> ` 2024-08-22 `
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -1369,5 +1369,9 @@ export default {
1369
1369
"import_modal_button_save" : "Save & import" ,
1370
1370
"import_modal_button_download" : "Download as JSON" ,
1371
1371
"import_modal_button_cancel" : "Cancel" ,
1372
- "import_modal_json_error" : "Not a valid JSON."
1372
+ "import_modal_json_error" : "Not a valid JSON." ,
1373
+ "validation_disabled_conditions_display_empty_text" : "No conditions for disabled" ,
1374
+ "validation_readonly_conditions_display_empty_text" : "No conditions for readonly" ,
1375
+ "condition_modal_title_disabled" : "/ disabled" ,
1376
+ "condition_modal_title_readonly" : "/ readonly"
1373
1377
} ;
Original file line number Diff line number Diff line change @@ -1369,5 +1369,9 @@ export default {
1369
1369
"import_modal_button_save" : "Mentés és importálás" ,
1370
1370
"import_modal_button_download" : "Letöltés JSON formátumban" ,
1371
1371
"import_modal_button_cancel" : "Mégse" ,
1372
- "import_modal_json_error" : "Érvénytelen JSON."
1372
+ "import_modal_json_error" : "Érvénytelen JSON." ,
1373
+ "validation_disabled_conditions_display_empty_text" : "Nincs feltétel a letiltottak számára" ,
1374
+ "validation_readonly_conditions_display_empty_text" : "Nincs feltétel csak olvasásra" ,
1375
+ "condition_modal_title_disabled" : "/ letiltott" ,
1376
+ "condition_modal_title_readonly" : "/ csak olvasható"
1373
1377
} ;
Original file line number Diff line number Diff line change @@ -1369,5 +1369,9 @@ export default {
1369
1369
"import_modal_button_save" : "保存してインポート" ,
1370
1370
"import_modal_button_download" : "JSONとしてダウンロード" ,
1371
1371
"import_modal_button_cancel" : "キャンセル" ,
1372
- "import_modal_json_error" : "無効なJSONです。"
1372
+ "import_modal_json_error" : "無効なJSONです。" ,
1373
+ "validation_disabled_conditions_display_empty_text" : "無効条件はありません" ,
1374
+ "validation_readonly_conditions_display_empty_text" : "読み取り専用の条件はありません" ,
1375
+ "condition_modal_title_disabled" : "/ 無効" ,
1376
+ "condition_modal_title_readonly" : "/ 読み取り専用"
1373
1377
} ;
Original file line number Diff line number Diff line change @@ -1369,5 +1369,9 @@ export default {
1369
1369
"import_modal_button_save" : "Opslaan en importeren" ,
1370
1370
"import_modal_button_download" : "Download als JSON" ,
1371
1371
"import_modal_button_cancel" : "Annuleren" ,
1372
- "import_modal_json_error" : "Ongeldige JSON."
1372
+ "import_modal_json_error" : "Ongeldige JSON." ,
1373
+ "validation_disabled_conditions_display_empty_text" : "Geen voorwaarden voor uitgeschakelden" ,
1374
+ "validation_readonly_conditions_display_empty_text" : "Geen voorwaarden voor alleen-lezen" ,
1375
+ "condition_modal_title_disabled" : "/ uitgeschakeld" ,
1376
+ "condition_modal_title_readonly" : "/ alleen-lezen"
1373
1377
} ;
Original file line number Diff line number Diff line change @@ -1369,5 +1369,9 @@ export default {
1369
1369
"import_modal_button_save" : "Spara och importera" ,
1370
1370
"import_modal_button_download" : "Ladda ner som JSON" ,
1371
1371
"import_modal_button_cancel" : "Avbryt" ,
1372
- "import_modal_json_error" : "Ogiltig JSON."
1372
+ "import_modal_json_error" : "Ogiltig JSON." ,
1373
+ "validation_disabled_conditions_display_empty_text" : "Inga villkor för inaktiverade" ,
1374
+ "validation_readonly_conditions_display_empty_text" : "Inga villkor för skrivskyddat" ,
1375
+ "condition_modal_title_disabled" : "/ inaktiverad" ,
1376
+ "condition_modal_title_readonly" : "/ skrivskyddad"
1373
1377
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : false ,
3
3
"name" : " @vueform/builder" ,
4
- "version" : " 1.6.6 " ,
4
+ "version" : " 1.7.0 " ,
5
5
"description" : " Vueform Builder development build." ,
6
6
"homepage" : " https://vueform.com" ,
7
7
"license" : " SEE LICENSE IN LICENSE.txt" ,
You can’t perform that action at this time.
0 commit comments