You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Dialog wrapper for the forms made with NucleonElement.",
13810
13810
"attributes": [
13811
+
{
13812
+
"name": "no-confirm-when-dirty",
13813
+
"description": "If true, FormDialog won't show the confirmation dialog when the form is dirty.",
13814
+
"type": "boolean",
13815
+
"default": "false"
13816
+
},
13811
13817
{
13812
13818
"name": "close-on-patch",
13813
13819
"description": "If true, FormDialog will automatically close after the associated form updates the resource.",
@@ -13954,6 +13960,13 @@
13954
13960
}
13955
13961
],
13956
13962
"properties": [
13963
+
{
13964
+
"name": "noConfirmWhenDirty",
13965
+
"attribute": "no-confirm-when-dirty",
13966
+
"description": "If true, FormDialog won't show the confirmation dialog when the form is dirty.",
13967
+
"type": "boolean",
13968
+
"default": "false"
13969
+
},
13957
13970
{
13958
13971
"name": "closeOnPatch",
13959
13972
"attribute": "close-on-patch",
@@ -21852,38 +21865,6 @@
21852
21865
"type": "string",
21853
21866
"default": "\"defaultNS\""
21854
21867
},
21855
-
{
21856
-
"name": "mode",
21857
-
"type": "string",
21858
-
"default": "\"production\""
21859
-
},
21860
-
{
21861
-
"name": "readonly",
21862
-
"type": "boolean",
21863
-
"default": "false"
21864
-
},
21865
-
{
21866
-
"name": "readonlycontrols",
21867
-
"default": "\"False\""
21868
-
},
21869
-
{
21870
-
"name": "disabled",
21871
-
"type": "boolean",
21872
-
"default": "false"
21873
-
},
21874
-
{
21875
-
"name": "disabledcontrols",
21876
-
"default": "\"False\""
21877
-
},
21878
-
{
21879
-
"name": "hidden",
21880
-
"type": "boolean",
21881
-
"default": "false"
21882
-
},
21883
-
{
21884
-
"name": "hiddencontrols",
21885
-
"default": "\"False\""
21886
-
},
21887
21868
{
21888
21869
"name": "lang",
21889
21870
"description": "Optional ISO 639-1 code describing the language element content is written in.\nChanging the `lang` attribute will update the value of this property.",
0 commit comments