add tests for subpath

This commit is contained in:
Emmanuel Garette 2019-02-14 21:51:49 +01:00
parent 25cd9e14ea
commit 09b25bdd8c
120 changed files with 119 additions and 2 deletions

View File

@ -0,0 +1 @@
{"boolean1.options.boolean": null}

View File

@ -0,0 +1 @@
{"schema": {"boolean1.options": {"name": "boolean1.options", "properties": {"boolean1.options.boolean": {"name": "boolean1.options.boolean", "type": "boolean", "title": "Boolean 1"}}, "type": "object", "title": "Common configuration"}}, "model": [], "form": [{"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"boolean1_frozen.options.boolean": null}

View File

@ -0,0 +1 @@
{"schema": {"boolean1_frozen.options": {"name": "boolean1_frozen.options", "properties": {"boolean1_frozen.options.boolean": {"name": "boolean1_frozen.options.boolean", "type": "boolean", "title": "Boolean 1 frozen"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "boolean1_frozen.options.boolean", "readOnly": true}], "form": [{"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"choice1.options.choice": null}

View File

@ -0,0 +1 @@
{"schema": {"choice1.options": {"name": "choice1.options", "properties": {"choice1.options.choice": {"name": "choice1.options.choice", "type": "choice", "enum": ["", "choice 1", "choice 2"], "title": "Choice description"}}, "type": "object", "title": "Common configuration"}}, "model": [], "form": [{"key": "choice1.options.choice", "type": "choice"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"choice1_frozen.options.choice": null}

View File

@ -0,0 +1 @@
{"schema": {"choice1_frozen.options": {"name": "choice1_frozen.options", "properties": {"choice1_frozen.options.choice": {"name": "choice1_frozen.options.choice", "type": "choice", "enum": ["", "choice 1", "choice 2"], "title": "Choice description frozen"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "choice1_frozen.options.choice", "readOnly": true}], "form": [{"key": "choice1_frozen.options.choice", "type": "choice"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"choice1_master_slaves.options.choice1.choice1": [], "choice1_master_slaves.options.choice1.choice2": [], "choice1_master_slaves.options.choice1.choice3": [], "choice1_master_slaves.options.choice1.choice4": []}

View File

@ -0,0 +1 @@
{"schema": {"choice1_master_slaves.options": {"name": "choice1_master_slaves.options", "properties": {"choice1_master_slaves.options.choice1": {"name": "choice1_master_slaves.options.choice1", "properties": {"choice1_master_slaves.options.choice1.choice1": {"name": "choice1_master_slaves.options.choice1.choice1", "type": "choice", "isMulti": true, "enum": ["choice 1", "choice 2"], "title": "Choice description master"}, "choice1_master_slaves.options.choice1.choice2": {"name": "choice1_master_slaves.options.choice1.choice2", "type": "choice", "isMulti": true, "enum": ["", "choice 3", "choice 4"], "title": "Choice description slave 1"}, "choice1_master_slaves.options.choice1.choice3": {"name": "choice1_master_slaves.options.choice1.choice3", "type": "choice", "isMulti": true, "enum": ["", "choice 5", "choice 6"], "title": "Choice description slave 2"}, "choice1_master_slaves.options.choice1.choice4": {"name": "choice1_master_slaves.options.choice1.choice4", "type": "choice", "isMulti": true, "enum": ["", "choice 7", "choice 8"], "title": "Choice description slave 3"}}, "type": "array", "title": "Common configuration 1"}}, "type": "object", "title": "Common configuration 2"}}, "model": [{"key": "choice1_master_slaves.options.choice1.choice1", "required": true}], "form": [{"key": "choice1_master_slaves.options.choice1.choice1", "type": "choice"}, {"key": "choice1_master_slaves.options.choice1.choice2", "type": "choice"}, {"key": "choice1_master_slaves.options.choice1.choice3", "type": "choice"}, {"key": "choice1_master_slaves.options.choice1.choice4", "type": "choice"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"choice1_master_slaves_hidden.options.choice1.choice1": [], "choice1_master_slaves_hidden.options.choice1.choice2": [], "choice1_master_slaves_hidden.options.choice1.choice4": []}

View File

@ -0,0 +1 @@
{"schema": {"choice1_master_slaves_hidden.options": {"name": "choice1_master_slaves_hidden.options", "properties": {"choice1_master_slaves_hidden.options.choice1": {"name": "choice1_master_slaves_hidden.options.choice1", "properties": {"choice1_master_slaves_hidden.options.choice1.choice1": {"name": "choice1_master_slaves_hidden.options.choice1.choice1", "type": "choice", "isMulti": true, "enum": ["choice 1", "choice 2"], "title": "Choice description master"}, "choice1_master_slaves_hidden.options.choice1.choice2": {"name": "choice1_master_slaves_hidden.options.choice1.choice2", "type": "choice", "isMulti": true, "enum": ["", "choice 3", "choice 4"], "title": "Choice description slave 1"}, "choice1_master_slaves_hidden.options.choice1.choice3": {"name": "choice1_master_slaves_hidden.options.choice1.choice3", "type": "choice", "isMulti": true, "enum": ["", "choice 5", "choice 6"], "title": "Choice description slave 2 hidden"}, "choice1_master_slaves_hidden.options.choice1.choice4": {"name": "choice1_master_slaves_hidden.options.choice1.choice4", "type": "choice", "isMulti": true, "enum": ["", "choice 7", "choice 8"], "title": "Choice description slave 3"}}, "type": "array", "title": "Slave 2 is hidden"}}, "type": "object", "title": "Common configuration 2"}}, "model": [{"key": "choice1_master_slaves_hidden.options.choice1.choice1", "required": true}, {"key": "choice1_master_slaves_hidden.options.choice1.choice3", "display": false, "hidden": true}], "form": [{"key": "choice1_master_slaves_hidden.options.choice1.choice1", "type": "choice"}, {"key": "choice1_master_slaves_hidden.options.choice1.choice2", "type": "choice"}, {"key": "choice1_master_slaves_hidden.options.choice1.choice3", "type": "choice"}, {"key": "choice1_master_slaves_hidden.options.choice1.choice4", "type": "choice"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"choice1_master_slaves_value.options.choice1.choice1": ["choice 2"], "choice1_master_slaves_value.options.choice1.choice2": ["choice 4"], "choice1_master_slaves_value.options.choice1.choice3": [null], "choice1_master_slaves_value.options.choice1.choice4": [null]}

View File

@ -0,0 +1 @@
{"schema": {"choice1_master_slaves_value.options": {"name": "choice1_master_slaves_value.options", "properties": {"choice1_master_slaves_value.options.choice1": {"name": "choice1_master_slaves_value.options.choice1", "properties": {"choice1_master_slaves_value.options.choice1.choice1": {"name": "choice1_master_slaves_value.options.choice1.choice1", "type": "choice", "isMulti": true, "enum": ["choice 1", "choice 2"], "title": "Choice master"}, "choice1_master_slaves_value.options.choice1.choice2": {"name": "choice1_master_slaves_value.options.choice1.choice2", "type": "choice", "isMulti": true, "enum": ["", "choice 3", "choice 4"], "title": "Choice slave 1"}, "choice1_master_slaves_value.options.choice1.choice3": {"name": "choice1_master_slaves_value.options.choice1.choice3", "type": "choice", "isMulti": true, "enum": ["", "choice 5", "choice 6"], "title": "Choice slave 2"}, "choice1_master_slaves_value.options.choice1.choice4": {"name": "choice1_master_slaves_value.options.choice1.choice4", "type": "choice", "isMulti": true, "enum": ["", "choice 7", "choice 8"], "title": "Choice slave 3"}}, "type": "array", "title": "Common configuration 1"}}, "type": "object", "title": "Common configuration 2"}}, "model": [{"key": "choice1_master_slaves_value.options.choice1.choice1", "required": true, "value": ["choice 2"], "owner": "user"}, {"key": "choice1_master_slaves_value.options.choice1.choice2", "index": 0, "value": "choice 4", "owner": "user"}], "form": [{"key": "choice1_master_slaves_value.options.choice1.choice1", "type": "choice"}, {"key": "choice1_master_slaves_value.options.choice1.choice2", "type": "choice"}, {"key": "choice1_master_slaves_value.options.choice1.choice3", "type": "choice"}, {"key": "choice1_master_slaves_value.options.choice1.choice4", "type": "choice"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"choice1_multi.options.choice": []}

View File

@ -0,0 +1 @@
{"schema": {"choice1_multi.options": {"name": "choice1_multi.options", "properties": {"choice1_multi.options.choice": {"name": "choice1_multi.options.choice", "type": "choice", "isMulti": true, "enum": ["choice 1", "choice 2"], "title": "Choice description"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "choice1_multi.options.choice", "required": true}], "form": [{"key": "choice1_multi.options.choice", "type": "choice"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"choice1_rename.options.choice": null}

View File

@ -0,0 +1 @@
{"schema": {"choice1_rename.options": {"name": "choice1_rename.options", "properties": {"choice1_rename.options.choice": {"name": "choice1_rename.options.choice", "type": "choice", "enum": ["", "choice 1", "choice 2"], "title": "Choice description"}}, "type": "object", "title": "Common configuration"}}, "model": [], "form": [{"key": "choice1_rename.options.choice", "type": "choice"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"choice1_requires.options.choice": "hide"}

View File

@ -0,0 +1 @@
{"schema": {"choice1_requires.options": {"name": "choice1_requires.options", "properties": {"choice1_requires.options.choice": {"name": "choice1_requires.options.choice", "type": "choice", "value": "hide", "enum": ["hide", "show"], "title": "Choice description"}, "choice1_requires.options.unicode2": {"name": "choice1_requires.options.unicode2", "type": "string", "title": "Unicode 2"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "choice1_requires.options.choice", "required": true, "value": "hide", "owner": "default"}, {"key": "choice1_requires.options.unicode2", "hidden": true}], "form": [{"key": "choice1_requires.options.choice", "clearable": true, "type": "choice", "dependencies": {"default": {"show": ["choice1_requires.options.unicode2"]}, "expected": {"hide": {"hide": ["choice1_requires.options.unicode2"]}, "show": {"show": ["choice1_requires.options.unicode2"]}}}}, {"key": "choice1_requires.options.unicode2", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"date1.options.date": null}

View File

@ -0,0 +1 @@
{"schema": {"date1.options": {"name": "date1.options", "properties": {"date1.options.date": {"name": "date1.options.date", "type": "date", "title": "Date description"}}, "type": "object", "title": "Common configuration"}}, "model": [], "form": [{"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"date1_frozen.options.date": null}

View File

@ -0,0 +1 @@
{"schema": {"date1_frozen.options": {"name": "date1_frozen.options", "properties": {"date1_frozen.options.date": {"name": "date1_frozen.options.date", "type": "date", "title": "Date description frozen"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "date1_frozen.options.date", "readOnly": true}], "form": [{"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"filename1.usbpath": null}

View File

@ -0,0 +1 @@
{"schema": {"filename1.usbpath": {"name": "filename1.usbpath", "type": "string", "title": "Chemin d'acc\u00e8s"}}, "model": [{"key": "filename1.usbpath", "required": true}], "form": [{"key": "filename1.usbpath", "pattern": "^[a-zA-Z0-9\\-\\._~/+]+$", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"hostname1.options.hostname1": null, "hostname1.options.hostname2": null, "hostname1.options.hostname3": null, "hostname1.options.hostname4": null}

View File

@ -0,0 +1 @@
{"schema": {"hostname1.options": {"name": "hostname1.options", "properties": {"hostname1.options.hostname1": {"name": "hostname1.options.hostname1", "type": "domain", "title": "Domainname Description"}, "hostname1.options.hostname2": {"name": "hostname1.options.hostname2", "type": "domain", "title": "Domainname without dot Description"}, "hostname1.options.hostname3": {"name": "hostname1.options.hostname3", "type": "domain", "title": "Hostname or IP Description"}, "hostname1.options.hostname4": {"name": "hostname1.options.hostname4", "type": "domain", "title": "Netbios Description"}}, "type": "object", "title": "Common configuration"}}, "model": [], "form": [{"key": "hostname1.options.hostname1", "pattern": "^((?!-)[a-z0-9-]{1,63}\\.){1,}[a-z0-9-]{1,63}$", "type": "input"}, {"key": "hostname1.options.hostname2", "pattern": "^((?!-)[a-z0-9-]{0,63}\\.){0,}[a-z0-9-]{1,63}$", "type": "input"}, {"key": "hostname1.options.hostname3", "pattern": "^(?:((?!-)[a-z0-9-]{1,63})|(?:(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)))$", "type": "input"}, {"key": "hostname1.options.hostname4", "pattern": "^((?!-)[a-z0-9-]{1,15})$", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"ip1.options.ip": null}

View File

@ -0,0 +1 @@
{"schema": {"ip1.options": {"name": "ip1.options", "properties": {"ip1.options.ip": {"name": "ip1.options.ip", "type": "string", "title": "IP Description"}}, "type": "object", "title": "Common configuration"}}, "model": [], "form": [{"key": "ip1.options.ip", "pattern": "^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"ip1_frozen.options.ip": null}

View File

@ -0,0 +1 @@
{"schema": {"ip1_frozen.options": {"name": "ip1_frozen.options", "properties": {"ip1_frozen.options.ip": {"name": "ip1_frozen.options.ip", "type": "string", "title": "IP Description frozen"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "ip1_frozen.options.ip", "readOnly": true}], "form": [{"key": "ip1_frozen.options.ip", "pattern": "^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"mail1.options.mail": null}

View File

@ -0,0 +1 @@
{"schema": {"mail1.options": {"name": "mail1.options", "properties": {"mail1.options.mail": {"name": "mail1.options.mail", "type": "string", "title": "Mail Description"}}, "type": "object", "title": "Common configuration"}}, "model": [], "form": [{"key": "mail1.options.mail", "pattern": "^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*$", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"number1.options.integer": null}

View File

@ -0,0 +1 @@
{"schema": {"number1.options": {"name": "number1.options", "properties": {"number1.options.integer": {"name": "number1.options.integer", "type": "number", "title": "integer 1"}}, "type": "object", "title": "Common configuration"}}, "model": [], "form": [{"key": "number1.options.integer", "allowedpattern": "[0-9]", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"number1_frozen.options.integer": null}

View File

@ -0,0 +1 @@
{"schema": {"number1_frozen.options": {"name": "number1_frozen.options", "properties": {"number1_frozen.options.integer": {"name": "number1_frozen.options.integer", "type": "number", "title": "integer 1 frozen"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "number1_frozen.options.integer", "readOnly": true}], "form": [{"key": "number1_frozen.options.integer", "allowedpattern": "[0-9]", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"number1_mod_value.options.integer": 3}

View File

@ -0,0 +1 @@
{"schema": {"number1_mod_value.options": {"name": "number1_mod_value.options", "properties": {"number1_mod_value.options.integer": {"name": "number1_mod_value.options.integer", "type": "number", "value": 0, "title": "integer 1"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "number1_mod_value.options.integer", "value": 3, "owner": "user"}], "form": [{"key": "number1_mod_value.options.integer", "clearable": true, "allowedpattern": "[0-9]", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"number1_value.options.integer": 0}

View File

@ -0,0 +1 @@
{"schema": {"number1_value.options": {"name": "number1_value.options", "properties": {"number1_value.options.integer": {"name": "number1_value.options.integer", "type": "number", "value": 0, "title": "integer 1"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "number1_value.options.integer", "value": 0, "owner": "default"}], "form": [{"key": "number1_value.options.integer", "clearable": true, "allowedpattern": "[0-9]", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1.options.unicode": null}

View File

@ -0,0 +1 @@
{"schema": {"unicode1.options": {"name": "unicode1.options", "properties": {"unicode1.options.unicode": {"name": "unicode1.options.unicode", "type": "string", "title": "Unicode 1"}}, "type": "object", "title": "Common configuration"}}, "model": [], "form": [{"key": "unicode1.options.unicode", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_frozen.options.unicode": null}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_frozen.options": {"name": "unicode1_frozen.options", "properties": {"unicode1_frozen.options.unicode": {"name": "unicode1_frozen.options.unicode", "type": "string", "title": "Unicode 1 frozen"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "unicode1_frozen.options.unicode", "readOnly": true}], "form": [{"key": "unicode1_frozen.options.unicode", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_mandatory.options.unicode": null}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_mandatory.options": {"name": "unicode1_mandatory.options", "properties": {"unicode1_mandatory.options.unicode": {"name": "unicode1_mandatory.options.unicode", "type": "string", "title": "Unicode 1"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "unicode1_mandatory.options.unicode", "required": true}], "form": [{"key": "unicode1_mandatory.options.unicode", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_master_hidden_slaves.options": {"name": "unicode1_master_hidden_slaves.options", "properties": {"unicode1_master_hidden_slaves.options.unicode": {"name": "unicode1_master_hidden_slaves.options.unicode", "properties": {"unicode1_master_hidden_slaves.options.unicode.unicode": {"name": "unicode1_master_hidden_slaves.options.unicode.unicode", "type": "string", "isMulti": true, "title": "Unicode master"}, "unicode1_master_hidden_slaves.options.unicode.unicode1": {"name": "unicode1_master_hidden_slaves.options.unicode.unicode1", "type": "string", "isMulti": true, "title": "Unicode slave 1"}, "unicode1_master_hidden_slaves.options.unicode.unicode2": {"name": "unicode1_master_hidden_slaves.options.unicode.unicode2", "type": "string", "isMulti": true, "title": "Unicode slave 2"}, "unicode1_master_hidden_slaves.options.unicode.unicode3": {"name": "unicode1_master_hidden_slaves.options.unicode.unicode3", "type": "string", "isMulti": true, "title": "Unicode slave 3"}}, "type": "array", "title": "Common configuration"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "unicode1_master_hidden_slaves.options.unicode.unicode", "display": false, "required": true, "hidden": true}], "form": [{"key": "unicode1_master_hidden_slaves.options.unicode.unicode", "type": "input"}, {"key": "unicode1_master_hidden_slaves.options.unicode.unicode1", "type": "input"}, {"key": "unicode1_master_hidden_slaves.options.unicode.unicode2", "type": "input"}, {"key": "unicode1_master_hidden_slaves.options.unicode.unicode3", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_master_slaves.options.unicode.unicode": [], "unicode1_master_slaves.options.unicode.unicode1": [], "unicode1_master_slaves.options.unicode.unicode2": [], "unicode1_master_slaves.options.unicode.unicode3": []}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_master_slaves.options": {"name": "unicode1_master_slaves.options", "properties": {"unicode1_master_slaves.options.unicode": {"name": "unicode1_master_slaves.options.unicode", "properties": {"unicode1_master_slaves.options.unicode.unicode": {"name": "unicode1_master_slaves.options.unicode.unicode", "type": "string", "isMulti": true, "title": "Unicode master"}, "unicode1_master_slaves.options.unicode.unicode1": {"name": "unicode1_master_slaves.options.unicode.unicode1", "type": "string", "isMulti": true, "title": "Unicode slave 1"}, "unicode1_master_slaves.options.unicode.unicode2": {"name": "unicode1_master_slaves.options.unicode.unicode2", "type": "string", "isMulti": true, "title": "Unicode slave 2"}, "unicode1_master_slaves.options.unicode.unicode3": {"name": "unicode1_master_slaves.options.unicode.unicode3", "type": "string", "isMulti": true, "title": "Unicode slave 3"}}, "type": "array", "title": "Common configuration 1"}}, "type": "object", "title": "Common configuration 2"}}, "model": [{"key": "unicode1_master_slaves.options.unicode.unicode", "required": true}], "form": [{"key": "unicode1_master_slaves.options.unicode.unicode", "type": "input"}, {"key": "unicode1_master_slaves.options.unicode.unicode1", "type": "input"}, {"key": "unicode1_master_slaves.options.unicode.unicode2", "type": "input"}, {"key": "unicode1_master_slaves.options.unicode.unicode3", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_master_slaves_default_value.options.unicode.unicode": ["val1", "val2"], "unicode1_master_slaves_default_value.options.unicode.unicode1": [null, null], "unicode1_master_slaves_default_value.options.unicode.unicode2": ["slave2", "slave2"], "unicode1_master_slaves_default_value.options.unicode.unicode3": [null, null]}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_master_slaves_default_value.options": {"name": "unicode1_master_slaves_default_value.options", "properties": {"unicode1_master_slaves_default_value.options.unicode": {"name": "unicode1_master_slaves_default_value.options.unicode", "properties": {"unicode1_master_slaves_default_value.options.unicode.unicode": {"name": "unicode1_master_slaves_default_value.options.unicode.unicode", "type": "string", "value": ["val1", "val2"], "isMulti": true, "title": "Unicode master"}, "unicode1_master_slaves_default_value.options.unicode.unicode1": {"name": "unicode1_master_slaves_default_value.options.unicode.unicode1", "type": "string", "isMulti": true, "title": "Unicode slave 1"}, "unicode1_master_slaves_default_value.options.unicode.unicode2": {"name": "unicode1_master_slaves_default_value.options.unicode.unicode2", "type": "string", "default": "slave2", "isMulti": true, "title": "Unicode slave 2 with default multi"}, "unicode1_master_slaves_default_value.options.unicode.unicode3": {"name": "unicode1_master_slaves_default_value.options.unicode.unicode3", "type": "string", "isMulti": true, "title": "Unicode slave 3"}}, "type": "array", "title": "Common configuration 1"}}, "type": "object", "title": "Common configuration 2"}}, "model": [{"key": "unicode1_master_slaves_default_value.options.unicode.unicode", "required": true, "value": ["val1", "val2"], "owner": "default"}, {"key": "unicode1_master_slaves_default_value.options.unicode.unicode2", "index": 0, "value": "slave2", "owner": "default"}, {"key": "unicode1_master_slaves_default_value.options.unicode.unicode2", "index": 1, "value": "slave2", "owner": "default"}], "form": [{"key": "unicode1_master_slaves_default_value.options.unicode.unicode", "clearable": true, "type": "input"}, {"key": "unicode1_master_slaves_default_value.options.unicode.unicode1", "type": "input"}, {"key": "unicode1_master_slaves_default_value.options.unicode.unicode2", "clearable": true, "type": "input"}, {"key": "unicode1_master_slaves_default_value.options.unicode.unicode3", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_master_slaves_hidden.options.unicode.unicode": ["val1", "val2"], "unicode1_master_slaves_hidden.options.unicode.unicode1": [null, null], "unicode1_master_slaves_hidden.options.unicode.unicode3": [null, null]}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_master_slaves_hidden.options": {"name": "unicode1_master_slaves_hidden.options", "properties": {"unicode1_master_slaves_hidden.options.unicode": {"name": "unicode1_master_slaves_hidden.options.unicode", "properties": {"unicode1_master_slaves_hidden.options.unicode.unicode": {"name": "unicode1_master_slaves_hidden.options.unicode.unicode", "type": "string", "isMulti": true, "title": "Unicode master"}, "unicode1_master_slaves_hidden.options.unicode.unicode1": {"name": "unicode1_master_slaves_hidden.options.unicode.unicode1", "type": "string", "isMulti": true, "title": "Unicode slave 1"}, "unicode1_master_slaves_hidden.options.unicode.unicode2": {"name": "unicode1_master_slaves_hidden.options.unicode.unicode2", "type": "string", "isMulti": true, "title": "Unicode slave 2 hidden"}, "unicode1_master_slaves_hidden.options.unicode.unicode3": {"name": "unicode1_master_slaves_hidden.options.unicode.unicode3", "type": "string", "isMulti": true, "title": "Unicode slave 3"}}, "type": "array", "title": "Common configuration"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "unicode1_master_slaves_hidden.options.unicode.unicode", "required": true, "value": ["val1", "val2"], "owner": "user"}, {"key": "unicode1_master_slaves_hidden.options.unicode.unicode2", "display": false, "hidden": true, "index": 0, "value": "super", "owner": "user"}, {"key": "unicode1_master_slaves_hidden.options.unicode.unicode2", "display": false, "hidden": true, "index": 1}, {"key": "unicode1_master_slaves_hidden.options.unicode.unicode2", "display": false, "hidden": true}], "form": [{"key": "unicode1_master_slaves_hidden.options.unicode.unicode", "type": "input"}, {"key": "unicode1_master_slaves_hidden.options.unicode.unicode1", "type": "input"}, {"key": "unicode1_master_slaves_hidden.options.unicode.unicode2", "type": "input"}, {"key": "unicode1_master_slaves_hidden.options.unicode.unicode3", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_master_slaves_hidden_all_default.options.unicode": null, "unicode1_master_slaves_hidden_all_default.options.unicode1.unicode1": [], "unicode1_master_slaves_hidden_all_default.options.unicode1.unicode2": [], "unicode1_master_slaves_hidden_all_default.options.unicode1.unicode3": []}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_master_slaves_hidden_all_default.options": {"name": "unicode1_master_slaves_hidden_all_default.options", "properties": {"unicode1_master_slaves_hidden_all_default.options.unicode": {"name": "unicode1_master_slaves_hidden_all_default.options.unicode", "type": "string", "title": "Unicode master"}, "unicode1_master_slaves_hidden_all_default.options.unicode1": {"name": "unicode1_master_slaves_hidden_all_default.options.unicode1", "properties": {"unicode1_master_slaves_hidden_all_default.options.unicode1.unicode1": {"name": "unicode1_master_slaves_hidden_all_default.options.unicode1.unicode1", "type": "string", "isMulti": true, "title": "Unicode slave 1"}, "unicode1_master_slaves_hidden_all_default.options.unicode1.unicode2": {"name": "unicode1_master_slaves_hidden_all_default.options.unicode1.unicode2", "type": "string", "isMulti": true, "title": "Unicode slave 2"}, "unicode1_master_slaves_hidden_all_default.options.unicode1.unicode3": {"name": "unicode1_master_slaves_hidden_all_default.options.unicode1.unicode3", "type": "string", "isMulti": true, "title": "Unicode slave 3"}}, "type": "array", "title": "Common configuration"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "unicode1_master_slaves_hidden_all_default.options.unicode1.unicode1", "required": true}], "form": [{"key": "unicode1_master_slaves_hidden_all_default.options.unicode", "type": "input"}, {"key": "unicode1_master_slaves_hidden_all_default.options.unicode1.unicode1", "type": "input"}, {"key": "unicode1_master_slaves_hidden_all_default.options.unicode1.unicode2", "type": "input"}, {"key": "unicode1_master_slaves_hidden_all_default.options.unicode1.unicode3", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_master_slaves_not_equal.options.unicode.unicode": [], "unicode1_master_slaves_not_equal.options.unicode.unicode1": [], "unicode1_master_slaves_not_equal.options.unicode.unicode2": [], "unicode1_master_slaves_not_equal.options.unicode.unicode3": []}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_master_slaves_not_equal.options": {"name": "unicode1_master_slaves_not_equal.options", "properties": {"unicode1_master_slaves_not_equal.options.unicode": {"name": "unicode1_master_slaves_not_equal.options.unicode", "properties": {"unicode1_master_slaves_not_equal.options.unicode.unicode": {"name": "unicode1_master_slaves_not_equal.options.unicode.unicode", "type": "string", "isMulti": true, "title": "Unicode master"}, "unicode1_master_slaves_not_equal.options.unicode.unicode1": {"name": "unicode1_master_slaves_not_equal.options.unicode.unicode1", "type": "string", "isMulti": true, "title": "Unicode slave 1"}, "unicode1_master_slaves_not_equal.options.unicode.unicode2": {"name": "unicode1_master_slaves_not_equal.options.unicode.unicode2", "type": "string", "isMulti": true, "title": "Unicode slave 2 not equal"}, "unicode1_master_slaves_not_equal.options.unicode.unicode3": {"name": "unicode1_master_slaves_not_equal.options.unicode.unicode3", "type": "string", "isMulti": true, "title": "Unicode slave 3 not equal"}}, "type": "array", "title": "Common configuration 1"}}, "type": "object", "title": "Common configuration 2"}}, "model": [{"key": "unicode1_master_slaves_not_equal.options.unicode.unicode", "required": true}], "form": [{"key": "unicode1_master_slaves_not_equal.options.unicode.unicode", "type": "input"}, {"key": "unicode1_master_slaves_not_equal.options.unicode.unicode1", "type": "input"}, {"key": "unicode1_master_slaves_not_equal.options.unicode.unicode2", "type": "input", "not_equal": {"options": ["unicode1_master_slaves_not_equal.options.unicode.unicode3"]}}, {"key": "unicode1_master_slaves_not_equal.options.unicode.unicode3", "type": "input", "not_equal": {"options": ["unicode1_master_slaves_not_equal.options.unicode.unicode2"]}}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_master_slaves_requires.options.unicode.unicode": [], "unicode1_master_slaves_requires.options.unicode.unicode1": [], "unicode1_master_slaves_requires.options.unicode.unicode2": []}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_master_slaves_requires.options": {"name": "unicode1_master_slaves_requires.options", "properties": {"unicode1_master_slaves_requires.options.unicode": {"name": "unicode1_master_slaves_requires.options.unicode", "properties": {"unicode1_master_slaves_requires.options.unicode.unicode": {"name": "unicode1_master_slaves_requires.options.unicode.unicode", "type": "string", "isMulti": true, "title": "Unicode master"}, "unicode1_master_slaves_requires.options.unicode.unicode1": {"name": "unicode1_master_slaves_requires.options.unicode.unicode1", "type": "string", "isMulti": true, "title": "Unicode slave 1"}, "unicode1_master_slaves_requires.options.unicode.unicode2": {"name": "unicode1_master_slaves_requires.options.unicode.unicode2", "type": "string", "isMulti": true, "title": "Values 'test' must show 'Unicode slave 3'"}, "unicode1_master_slaves_requires.options.unicode.unicode3": {"name": "unicode1_master_slaves_requires.options.unicode.unicode3", "type": "string", "isMulti": true, "title": "Unicode slave 3"}}, "type": "array", "title": "Common configuration 1"}}, "type": "object", "title": "Common configuration 2"}}, "model": [{"key": "unicode1_master_slaves_requires.options.unicode.unicode", "required": true}], "form": [{"key": "unicode1_master_slaves_requires.options.unicode.unicode", "type": "input"}, {"key": "unicode1_master_slaves_requires.options.unicode.unicode1", "type": "input"}, {"key": "unicode1_master_slaves_requires.options.unicode.unicode2", "type": "input", "dependencies": {"default": {"hide": ["unicode1_master_slaves_requires.options.unicode.unicode3"]}, "expected": {"test": {"show": ["unicode1_master_slaves_requires.options.unicode.unicode3"]}}}}, {"key": "unicode1_master_slaves_requires.options.unicode.unicode3", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_master_slaves_requires_all.options.unicode": null}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_master_slaves_requires_all.options": {"name": "unicode1_master_slaves_requires_all.options", "properties": {"unicode1_master_slaves_requires_all.options.unicode": {"name": "unicode1_master_slaves_requires_all.options.unicode", "type": "string", "title": "Value 'test' must show MasterSlaves"}, "unicode1_master_slaves_requires_all.options.unicode1": {"name": "unicode1_master_slaves_requires_all.options.unicode1", "properties": {"unicode1_master_slaves_requires_all.options.unicode1.unicode1": {"name": "unicode1_master_slaves_requires_all.options.unicode1.unicode1", "type": "string", "isMulti": true, "title": "Unicode master"}, "unicode1_master_slaves_requires_all.options.unicode1.unicode2": {"name": "unicode1_master_slaves_requires_all.options.unicode1.unicode2", "type": "string", "isMulti": true, "title": "Unicode slave 1"}, "unicode1_master_slaves_requires_all.options.unicode1.unicode3": {"name": "unicode1_master_slaves_requires_all.options.unicode1.unicode3", "type": "string", "isMulti": true, "title": "Unicode slave 2"}}, "type": "array", "title": "Common configuration"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "unicode1_master_slaves_requires_all.options.unicode1", "properties": ["hidden"], "hidden": true}, {"key": "unicode1_master_slaves_requires_all.options.unicode1.unicode1", "required": true}], "form": [{"key": "unicode1_master_slaves_requires_all.options.unicode", "type": "input", "dependencies": {"default": {"hide": ["unicode1_master_slaves_requires_all.options.unicode1"]}, "expected": {"test": {"show": ["unicode1_master_slaves_requires_all.options.unicode1"]}}}}, {"key": "unicode1_master_slaves_requires_all.options.unicode1.unicode1", "type": "input"}, {"key": "unicode1_master_slaves_requires_all.options.unicode1.unicode2", "type": "input"}, {"key": "unicode1_master_slaves_requires_all.options.unicode1.unicode3", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_master_slaves_requires_master.options.unicode": null}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_master_slaves_requires_master.options": {"name": "unicode1_master_slaves_requires_master.options", "properties": {"unicode1_master_slaves_requires_master.options.unicode": {"name": "unicode1_master_slaves_requires_master.options.unicode", "type": "string", "title": "Value 'test' must show master"}, "unicode1_master_slaves_requires_master.options.unicode1": {"name": "unicode1_master_slaves_requires_master.options.unicode1", "properties": {"unicode1_master_slaves_requires_master.options.unicode1.unicode1": {"name": "unicode1_master_slaves_requires_master.options.unicode1.unicode1", "type": "string", "isMulti": true, "title": "Unicode master"}, "unicode1_master_slaves_requires_master.options.unicode1.unicode2": {"name": "unicode1_master_slaves_requires_master.options.unicode1.unicode2", "type": "string", "isMulti": true, "title": "Unicode slave 1"}, "unicode1_master_slaves_requires_master.options.unicode1.unicode3": {"name": "unicode1_master_slaves_requires_master.options.unicode1.unicode3", "type": "string", "isMulti": true, "title": "Unicode slave 2"}}, "type": "array", "title": "Common configuration"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "unicode1_master_slaves_requires_master.options.unicode1", "properties": ["hidden"], "hidden": true}, {"key": "unicode1_master_slaves_requires_master.options.unicode1.unicode1", "required": true}], "form": [{"key": "unicode1_master_slaves_requires_master.options.unicode", "type": "input", "dependencies": {"default": {"hide": ["unicode1_master_slaves_requires_master.options.unicode1"]}, "expected": {"test": {"show": ["unicode1_master_slaves_requires_master.options.unicode1"]}}}}, {"key": "unicode1_master_slaves_requires_master.options.unicode1.unicode1", "type": "input"}, {"key": "unicode1_master_slaves_requires_master.options.unicode1.unicode2", "type": "input"}, {"key": "unicode1_master_slaves_requires_master.options.unicode1.unicode3", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_master_slaves_requires_slave.options.unicode1.unicode1": [], "unicode1_master_slaves_requires_slave.options.unicode1.unicode2": []}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_master_slaves_requires_slave.options": {"name": "unicode1_master_slaves_requires_slave.options", "properties": {"unicode1_master_slaves_requires_slave.options.unicode1": {"name": "unicode1_master_slaves_requires_slave.options.unicode1", "properties": {"unicode1_master_slaves_requires_slave.options.unicode1.unicode1": {"name": "unicode1_master_slaves_requires_slave.options.unicode1.unicode1", "type": "string", "isMulti": true, "title": "Values 'test' must show 'Unicode slave 2'"}, "unicode1_master_slaves_requires_slave.options.unicode1.unicode2": {"name": "unicode1_master_slaves_requires_slave.options.unicode1.unicode2", "type": "string", "isMulti": true, "title": "Unicode slave 1"}, "unicode1_master_slaves_requires_slave.options.unicode1.unicode3": {"name": "unicode1_master_slaves_requires_slave.options.unicode1.unicode3", "type": "string", "isMulti": true, "title": "Unicode slave 2"}}, "type": "array", "title": "Common configuration"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "unicode1_master_slaves_requires_slave.options.unicode1.unicode1", "required": true}], "form": [{"key": "unicode1_master_slaves_requires_slave.options.unicode1.unicode1", "type": "input", "dependencies": {"default": {"hide": ["unicode1_master_slaves_requires_slave.options.unicode1.unicode3"]}, "expected": {"test": {"show": ["unicode1_master_slaves_requires_slave.options.unicode1.unicode3"]}}}}, {"key": "unicode1_master_slaves_requires_slave.options.unicode1.unicode2", "type": "input"}, {"key": "unicode1_master_slaves_requires_slave.options.unicode1.unicode3", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_master_slaves_requires_slave_value.options.unicode1.unicode1": ["test", "pas test"], "unicode1_master_slaves_requires_slave_value.options.unicode1.unicode2": ["super1", null]}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_master_slaves_requires_slave_value.options": {"name": "unicode1_master_slaves_requires_slave_value.options", "properties": {"unicode1_master_slaves_requires_slave_value.options.unicode1": {"name": "unicode1_master_slaves_requires_slave_value.options.unicode1", "properties": {"unicode1_master_slaves_requires_slave_value.options.unicode1.unicode1": {"name": "unicode1_master_slaves_requires_slave_value.options.unicode1.unicode1", "type": "string", "isMulti": true, "title": "Values 'test' must show 'Unicode slave 2'"}, "unicode1_master_slaves_requires_slave_value.options.unicode1.unicode2": {"name": "unicode1_master_slaves_requires_slave_value.options.unicode1.unicode2", "type": "string", "isMulti": true, "title": "Unicode slave 1"}, "unicode1_master_slaves_requires_slave_value.options.unicode1.unicode3": {"name": "unicode1_master_slaves_requires_slave_value.options.unicode1.unicode3", "type": "string", "isMulti": true, "title": "Unicode slave 2"}}, "type": "array", "title": "Common configuration"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "unicode1_master_slaves_requires_slave_value.options.unicode1.unicode1", "required": true, "value": ["test", "pas test"], "owner": "user"}, {"key": "unicode1_master_slaves_requires_slave_value.options.unicode1.unicode2", "index": 0, "value": "super1", "owner": "user"}, {"key": "unicode1_master_slaves_requires_slave_value.options.unicode1.unicode3", "index": 0, "value": "super1", "owner": "user"}, {"key": "unicode1_master_slaves_requires_slave_value.options.unicode1.unicode3", "hidden": true, "index": 1}], "form": [{"key": "unicode1_master_slaves_requires_slave_value.options.unicode1.unicode1", "type": "input", "dependencies": {"default": {"hide": ["unicode1_master_slaves_requires_slave_value.options.unicode1.unicode3"]}, "expected": {"test": {"show": ["unicode1_master_slaves_requires_slave_value.options.unicode1.unicode3"]}}}}, {"key": "unicode1_master_slaves_requires_slave_value.options.unicode1.unicode2", "type": "input"}, {"key": "unicode1_master_slaves_requires_slave_value.options.unicode1.unicode3", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_master_slaves_requires_slaves.options.unicode1.unicode1": [], "unicode1_master_slaves_requires_slaves.options.unicode1.unicode2": []}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_master_slaves_requires_slaves.options": {"name": "unicode1_master_slaves_requires_slaves.options", "properties": {"unicode1_master_slaves_requires_slaves.options.unicode1": {"name": "unicode1_master_slaves_requires_slaves.options.unicode1", "properties": {"unicode1_master_slaves_requires_slaves.options.unicode1.unicode1": {"name": "unicode1_master_slaves_requires_slaves.options.unicode1.unicode1", "type": "string", "isMulti": true, "title": "Unicode master"}, "unicode1_master_slaves_requires_slaves.options.unicode1.unicode2": {"name": "unicode1_master_slaves_requires_slaves.options.unicode1.unicode2", "type": "string", "isMulti": true, "title": "Values 'test' must show 'Unicode slave 2'"}, "unicode1_master_slaves_requires_slaves.options.unicode1.unicode3": {"name": "unicode1_master_slaves_requires_slaves.options.unicode1.unicode3", "type": "string", "isMulti": true, "title": "Unicode slave 2"}}, "type": "array", "title": "Common configuration"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "unicode1_master_slaves_requires_slaves.options.unicode1.unicode1", "required": true}], "form": [{"key": "unicode1_master_slaves_requires_slaves.options.unicode1.unicode1", "type": "input"}, {"key": "unicode1_master_slaves_requires_slaves.options.unicode1.unicode2", "type": "input", "dependencies": {"default": {"hide": ["unicode1_master_slaves_requires_slaves.options.unicode1.unicode3"]}, "expected": {"test": {"show": ["unicode1_master_slaves_requires_slaves.options.unicode1.unicode3"]}}}}, {"key": "unicode1_master_slaves_requires_slaves.options.unicode1.unicode3", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_master_slaves_requires_value.options.unicode.unicode": ["test", "val2"], "unicode1_master_slaves_requires_value.options.unicode.unicode1": ["super1", "super2"], "unicode1_master_slaves_requires_value.options.unicode.unicode2": ["pas test", "test"]}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_master_slaves_requires_value.options": {"name": "unicode1_master_slaves_requires_value.options", "properties": {"unicode1_master_slaves_requires_value.options.unicode": {"name": "unicode1_master_slaves_requires_value.options.unicode", "properties": {"unicode1_master_slaves_requires_value.options.unicode.unicode": {"name": "unicode1_master_slaves_requires_value.options.unicode.unicode", "type": "string", "isMulti": true, "title": "Values 'test' must show 'Unicode slave 3'"}, "unicode1_master_slaves_requires_value.options.unicode.unicode1": {"name": "unicode1_master_slaves_requires_value.options.unicode.unicode1", "type": "string", "isMulti": true, "title": "Unicode slave 1"}, "unicode1_master_slaves_requires_value.options.unicode.unicode2": {"name": "unicode1_master_slaves_requires_value.options.unicode.unicode2", "type": "string", "isMulti": true, "title": "Unicode slave 2"}, "unicode1_master_slaves_requires_value.options.unicode.unicode3": {"name": "unicode1_master_slaves_requires_value.options.unicode.unicode3", "type": "string", "isMulti": true, "title": "Unicode slave 3"}}, "type": "array", "title": "Common configuration 1"}}, "type": "object", "title": "Common configuration 2"}}, "model": [{"key": "unicode1_master_slaves_requires_value.options.unicode.unicode", "required": true, "value": ["test", "val2"], "owner": "user"}, {"key": "unicode1_master_slaves_requires_value.options.unicode.unicode1", "index": 0, "value": "super1", "owner": "user"}, {"key": "unicode1_master_slaves_requires_value.options.unicode.unicode1", "index": 1, "value": "super2", "owner": "user"}, {"key": "unicode1_master_slaves_requires_value.options.unicode.unicode2", "index": 0, "value": "pas test", "owner": "user"}, {"key": "unicode1_master_slaves_requires_value.options.unicode.unicode2", "index": 1, "value": "test", "owner": "user"}, {"key": "unicode1_master_slaves_requires_value.options.unicode.unicode3", "hidden": true, "index": 1, "value": "super", "owner": "user"}], "form": [{"key": "unicode1_master_slaves_requires_value.options.unicode.unicode", "type": "input", "dependencies": {"default": {"hide": ["unicode1_master_slaves_requires_value.options.unicode.unicode3"]}, "expected": {"test": {"show": ["unicode1_master_slaves_requires_value.options.unicode.unicode3"]}}}}, {"key": "unicode1_master_slaves_requires_value.options.unicode.unicode1", "type": "input"}, {"key": "unicode1_master_slaves_requires_value.options.unicode.unicode2", "type": "input"}, {"key": "unicode1_master_slaves_requires_value.options.unicode.unicode3", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_master_slaves_submulti.options.unicode.unicode": [], "unicode1_master_slaves_submulti.options.unicode.unicode1": [], "unicode1_master_slaves_submulti.options.unicode.unicode2": [], "unicode1_master_slaves_submulti.options.unicode.unicode3": []}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_master_slaves_submulti.options": {"name": "unicode1_master_slaves_submulti.options", "properties": {"unicode1_master_slaves_submulti.options.unicode": {"name": "unicode1_master_slaves_submulti.options.unicode", "properties": {"unicode1_master_slaves_submulti.options.unicode.unicode": {"name": "unicode1_master_slaves_submulti.options.unicode.unicode", "type": "string", "isMulti": true, "title": "Unicode master"}, "unicode1_master_slaves_submulti.options.unicode.unicode1": {"name": "unicode1_master_slaves_submulti.options.unicode.unicode1", "type": "string", "isMulti": true, "title": "Unicode slave 1"}, "unicode1_master_slaves_submulti.options.unicode.unicode2": {"name": "unicode1_master_slaves_submulti.options.unicode.unicode2", "type": "string", "isMulti": true, "isSubMulti": true, "title": "Unicode slave 2 submulti"}, "unicode1_master_slaves_submulti.options.unicode.unicode3": {"name": "unicode1_master_slaves_submulti.options.unicode.unicode3", "type": "string", "isMulti": true, "title": "Unicode slave 3"}}, "type": "array", "title": "Common configuration 1"}}, "type": "object", "title": "Common configuration 2"}}, "model": [{"key": "unicode1_master_slaves_submulti.options.unicode.unicode", "required": true}], "form": [{"key": "unicode1_master_slaves_submulti.options.unicode.unicode", "type": "input"}, {"key": "unicode1_master_slaves_submulti.options.unicode.unicode1", "type": "input"}, {"key": "unicode1_master_slaves_submulti.options.unicode.unicode2", "type": "input"}, {"key": "unicode1_master_slaves_submulti.options.unicode.unicode3", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_master_slaves_value.options.unicode.unicode": ["val3", "val4"], "unicode1_master_slaves_value.options.unicode.unicode1": ["super1", "super2"], "unicode1_master_slaves_value.options.unicode.unicode2": ["pas test", "test"], "unicode1_master_slaves_value.options.unicode.unicode3": [null, "super"]}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_master_slaves_value.options": {"name": "unicode1_master_slaves_value.options", "properties": {"unicode1_master_slaves_value.options.unicode": {"name": "unicode1_master_slaves_value.options.unicode", "properties": {"unicode1_master_slaves_value.options.unicode.unicode": {"name": "unicode1_master_slaves_value.options.unicode.unicode", "type": "string", "value": ["val1", "val2"], "isMulti": true, "title": "Unicode master"}, "unicode1_master_slaves_value.options.unicode.unicode1": {"name": "unicode1_master_slaves_value.options.unicode.unicode1", "type": "string", "isMulti": true, "title": "Unicode slave 1"}, "unicode1_master_slaves_value.options.unicode.unicode2": {"name": "unicode1_master_slaves_value.options.unicode.unicode2", "type": "string", "default": "slave2", "isMulti": true, "title": "Unicode slave 2 with default multi"}, "unicode1_master_slaves_value.options.unicode.unicode3": {"name": "unicode1_master_slaves_value.options.unicode.unicode3", "type": "string", "isMulti": true, "title": "Unicode slave 3"}}, "type": "array", "title": "Common configuration 1"}}, "type": "object", "title": "Common configuration 2"}}, "model": [{"key": "unicode1_master_slaves_value.options.unicode.unicode", "required": true, "value": ["val3", "val4"], "owner": "user"}, {"key": "unicode1_master_slaves_value.options.unicode.unicode1", "index": 0, "value": "super1", "owner": "user"}, {"key": "unicode1_master_slaves_value.options.unicode.unicode1", "index": 1, "value": "super2", "owner": "user"}, {"key": "unicode1_master_slaves_value.options.unicode.unicode2", "index": 0, "value": "pas test", "owner": "user"}, {"key": "unicode1_master_slaves_value.options.unicode.unicode2", "index": 1, "value": "test", "owner": "user"}, {"key": "unicode1_master_slaves_value.options.unicode.unicode3", "index": 1, "value": "super", "owner": "user"}], "form": [{"key": "unicode1_master_slaves_value.options.unicode.unicode", "clearable": true, "type": "input"}, {"key": "unicode1_master_slaves_value.options.unicode.unicode1", "type": "input"}, {"key": "unicode1_master_slaves_value.options.unicode.unicode2", "clearable": true, "type": "input"}, {"key": "unicode1_master_slaves_value.options.unicode.unicode3", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_mod_value.options.unicode": "a"}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_mod_value.options": {"name": "unicode1_mod_value.options", "properties": {"unicode1_mod_value.options.unicode": {"name": "unicode1_mod_value.options.unicode", "type": "string", "title": "Unicode 1"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "unicode1_mod_value.options.unicode", "value": "a", "owner": "user"}], "form": [{"key": "unicode1_mod_value.options.unicode", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_multi.options.unicode": []}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_multi.options": {"name": "unicode1_multi.options", "properties": {"unicode1_multi.options.unicode": {"name": "unicode1_multi.options.unicode", "type": "string", "isMulti": true, "title": "String 1"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "unicode1_multi.options.unicode", "required": true}], "form": [{"key": "unicode1_multi.options.unicode", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_multi_hidden.options": {"name": "unicode1_multi_hidden.options", "properties": {"unicode1_multi_hidden.options.unicode": {"name": "unicode1_multi_hidden.options.unicode", "type": "string", "isMulti": true, "title": "Unicode 1"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "unicode1_multi_hidden.options.unicode", "display": false, "required": true, "hidden": true}], "form": [{"key": "unicode1_multi_hidden.options.unicode", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_multi_mandatory.options.unicode": []}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_multi_mandatory.options": {"name": "unicode1_multi_mandatory.options", "properties": {"unicode1_multi_mandatory.options.unicode": {"name": "unicode1_multi_mandatory.options.unicode", "type": "string", "isMulti": true, "title": "Unicode 1"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "unicode1_multi_mandatory.options.unicode", "required": true, "needs_len": true}], "form": [{"key": "unicode1_multi_mandatory.options.unicode", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_multi_mod_value.options.unicode": ["c", "d", "e"]}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_multi_mod_value.options": {"name": "unicode1_multi_mod_value.options", "properties": {"unicode1_multi_mod_value.options.unicode": {"name": "unicode1_multi_mod_value.options.unicode", "type": "string", "value": ["a", "b"], "isMulti": true, "title": "String 1"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "unicode1_multi_mod_value.options.unicode", "required": true, "value": ["c", "d", "e"], "owner": "user"}], "form": [{"key": "unicode1_multi_mod_value.options.unicode", "clearable": true, "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_multi_not_equal_collapse.descr1.unicode1": null, "unicode1_multi_not_equal_collapse.descr1.unicode1_multi": [], "unicode1_multi_not_equal_collapse.descr2.unicode2": "a", "unicode1_multi_not_equal_collapse.descr2.unicode2_multi": ["a", "b"], "unicode1_multi_not_equal_collapse.descr3.unicode3": null, "unicode1_multi_not_equal_collapse.descr3.unicode3_multi": []}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_multi_not_equal_collapse.descr1": {"name": "unicode1_multi_not_equal_collapse.descr1", "properties": {"unicode1_multi_not_equal_collapse.descr1.unicode1": {"name": "unicode1_multi_not_equal_collapse.descr1.unicode1", "type": "string", "title": "Unicode 1, not equal to 'a'"}, "unicode1_multi_not_equal_collapse.descr1.unicode1_multi": {"name": "unicode1_multi_not_equal_collapse.descr1.unicode1_multi", "type": "string", "isMulti": true, "title": "Multi unicode 1, not equal to 'a' or 'b'"}}, "type": "object", "title": "Common configuration 1"}, "unicode1_multi_not_equal_collapse.descr2": {"name": "unicode1_multi_not_equal_collapse.descr2", "properties": {"unicode1_multi_not_equal_collapse.descr2.unicode2": {"name": "unicode1_multi_not_equal_collapse.descr2.unicode2", "type": "string", "value": "a", "title": "Unicode 2"}, "unicode1_multi_not_equal_collapse.descr2.unicode2_multi": {"name": "unicode1_multi_not_equal_collapse.descr2.unicode2_multi", "type": "string", "value": ["a", "b"], "isMulti": true, "title": "Multi unicode 2"}}, "type": "object", "title": "Common configuration 2"}, "unicode1_multi_not_equal_collapse.descr3": {"name": "unicode1_multi_not_equal_collapse.descr3", "properties": {"unicode1_multi_not_equal_collapse.descr3.unicode3": {"name": "unicode1_multi_not_equal_collapse.descr3.unicode3", "type": "string", "title": "Unicode 3"}, "unicode1_multi_not_equal_collapse.descr3.unicode3_multi": {"name": "unicode1_multi_not_equal_collapse.descr3.unicode3_multi", "type": "string", "isMulti": true, "title": "Multi unicode 3"}}, "type": "object", "title": "Common configuration 3"}}, "model": [{"key": "unicode1_multi_not_equal_collapse.descr1.unicode1_multi", "required": true}, {"key": "unicode1_multi_not_equal_collapse.descr2.unicode2", "value": "a", "owner": "default"}, {"key": "unicode1_multi_not_equal_collapse.descr2.unicode2_multi", "required": true, "value": ["a", "b"], "owner": "default"}, {"key": "unicode1_multi_not_equal_collapse.descr3.unicode3_multi", "required": true}], "form": [{"key": "unicode1_multi_not_equal_collapse.descr1.unicode1", "type": "input", "not_equal": {"options": ["unicode1_multi_not_equal_collapse.descr2.unicode2", "unicode1_multi_not_equal_collapse.descr3.unicode3"]}}, {"key": "unicode1_multi_not_equal_collapse.descr1.unicode1_multi", "type": "input", "not_equal": {"options": ["unicode1_multi_not_equal_collapse.descr2.unicode2_multi", "unicode1_multi_not_equal_collapse.descr3.unicode3_multi"]}}, {"key": "unicode1_multi_not_equal_collapse.descr2.unicode2", "clearable": true, "type": "input", "not_equal": {"options": ["unicode1_multi_not_equal_collapse.descr1.unicode1", "unicode1_multi_not_equal_collapse.descr3.unicode3"]}}, {"key": "unicode1_multi_not_equal_collapse.descr2.unicode2_multi", "clearable": true, "type": "input", "not_equal": {"options": ["unicode1_multi_not_equal_collapse.descr1.unicode1_multi", "unicode1_multi_not_equal_collapse.descr3.unicode3_multi"]}}, {"key": "unicode1_multi_not_equal_collapse.descr3.unicode3", "type": "input", "not_equal": {"options": ["unicode1_multi_not_equal_collapse.descr1.unicode1", "unicode1_multi_not_equal_collapse.descr2.unicode2"]}}, {"key": "unicode1_multi_not_equal_collapse.descr3.unicode3_multi", "type": "input", "not_equal": {"options": ["unicode1_multi_not_equal_collapse.descr1.unicode1_multi", "unicode1_multi_not_equal_collapse.descr2.unicode2_multi"]}}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_multi_requires.options.unicode1": null}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_multi_requires.options": {"name": "unicode1_multi_requires.options", "properties": {"unicode1_multi_requires.options.unicode1": {"name": "unicode1_multi_requires.options.unicode1", "type": "string", "title": "Value 'test' must show Unicode 2"}, "unicode1_multi_requires.options.unicode2": {"name": "unicode1_multi_requires.options.unicode2", "type": "string", "isMulti": true, "title": "Unicode 2"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "unicode1_multi_requires.options.unicode2", "required": true, "hidden": true}], "form": [{"key": "unicode1_multi_requires.options.unicode1", "type": "input", "dependencies": {"default": {"hide": ["unicode1_multi_requires.options.unicode2"]}, "expected": {"test": {"show": ["unicode1_multi_requires.options.unicode2"]}}}}, {"key": "unicode1_multi_requires.options.unicode2", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_multi_value.options.unicode": ["a", "b"]}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_multi_value.options": {"name": "unicode1_multi_value.options", "properties": {"unicode1_multi_value.options.unicode": {"name": "unicode1_multi_value.options.unicode", "type": "string", "value": ["a", "b"], "isMulti": true, "title": "String 1"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "unicode1_multi_value.options.unicode", "required": true, "value": ["a", "b"], "owner": "default"}], "form": [{"key": "unicode1_multi_value.options.unicode", "clearable": true, "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_not_equal.options.unicode1": null, "unicode1_not_equal.options.unicode2": null}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_not_equal.options": {"name": "unicode1_not_equal.options", "properties": {"unicode1_not_equal.options.unicode1": {"name": "unicode1_not_equal.options.unicode1", "type": "string", "title": "Unicode 1"}, "unicode1_not_equal.options.unicode2": {"name": "unicode1_not_equal.options.unicode2", "type": "string", "title": "Unicode 2"}}, "type": "object", "title": "Common configuration"}}, "model": [], "form": [{"key": "unicode1_not_equal.options.unicode1", "type": "input", "not_equal": {"options": ["unicode1_not_equal.options.unicode2"]}}, {"key": "unicode1_not_equal.options.unicode2", "type": "input", "not_equal": {"options": ["unicode1_not_equal.options.unicode1"]}}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_optiondescription_requires.options.unicode1": null}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_optiondescription_requires.options": {"name": "unicode1_optiondescription_requires.options", "properties": {"unicode1_optiondescription_requires.options.unicode1": {"name": "unicode1_optiondescription_requires.options.unicode1", "type": "string", "title": "Value 'test' must show OptionDescription"}}, "type": "object", "title": "Common configuration"}, "unicode1_optiondescription_requires.unicode1": {"name": "unicode1_optiondescription_requires.unicode1", "properties": {"unicode1_optiondescription_requires.unicode1.unicode2": {"name": "unicode1_optiondescription_requires.unicode1.unicode2", "type": "string", "title": "Unicode 2"}, "unicode1_optiondescription_requires.unicode1.unicode3": {"name": "unicode1_optiondescription_requires.unicode1.unicode3", "type": "string", "title": "Unicode 3"}}, "type": "object", "title": "OptionDescription with 2 options"}}, "model": [{"key": "unicode1_optiondescription_requires.unicode1", "properties": ["hidden"], "hidden": true}], "form": [{"key": "unicode1_optiondescription_requires.options.unicode1", "type": "input", "dependencies": {"default": {"hide": ["unicode1_optiondescription_requires.unicode1"]}, "expected": {"test": {"show": ["unicode1_optiondescription_requires.unicode1"]}}}}, {"key": "unicode1_optiondescription_requires.unicode1.unicode2", "type": "input"}, {"key": "unicode1_optiondescription_requires.unicode1.unicode3", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

View File

@ -0,0 +1 @@
{"unicode1_requires.options.unicode1": null}

View File

@ -0,0 +1 @@
{"schema": {"unicode1_requires.options": {"name": "unicode1_requires.options", "properties": {"unicode1_requires.options.unicode1": {"name": "unicode1_requires.options.unicode1", "type": "string", "title": "Value 'test' must show Unicode 2"}, "unicode1_requires.options.unicode2": {"name": "unicode1_requires.options.unicode2", "type": "string", "title": "Unicode 2"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "unicode1_requires.options.unicode2", "hidden": true}], "form": [{"key": "unicode1_requires.options.unicode1", "type": "input", "dependencies": {"default": {"hide": ["unicode1_requires.options.unicode2"]}, "expected": {"test": {"show": ["unicode1_requires.options.unicode2"]}}}}, {"key": "unicode1_requires.options.unicode2", "type": "input"}, {"title": "Configurer", "type": "submit"}]}

Some files were not shown because too many files have changed in this diff Show More