|
|
|
@ -10,7 +10,6 @@ export default test({
|
|
|
|
|
readonly:
|
|
|
|
|
readonlyWithDefault: 1
|
|
|
|
|
binding:
|
|
|
|
|
bindingWithDefault: 1
|
|
|
|
|
</p>
|
|
|
|
|
<button>set bindings to 5</button>
|
|
|
|
|
<button>set bindings to undefined</button>
|
|
|
|
@ -20,7 +19,6 @@ export default test({
|
|
|
|
|
readonly: 0
|
|
|
|
|
readonlyWithDefault: 0
|
|
|
|
|
binding: 0
|
|
|
|
|
bindingWithDefault: 0
|
|
|
|
|
</p>
|
|
|
|
|
<button>set bindings to 5</button>
|
|
|
|
|
<button>set bindings to undefined</button>
|
|
|
|
@ -30,7 +28,6 @@ export default test({
|
|
|
|
|
readonly:
|
|
|
|
|
readonlyWithDefault: 1
|
|
|
|
|
binding:
|
|
|
|
|
bindingWithDefault: 1
|
|
|
|
|
</p>
|
|
|
|
|
<button>set bindings to 5</button>
|
|
|
|
|
<button>set bindings to undefined</button>
|
|
|
|
@ -40,7 +37,6 @@ export default test({
|
|
|
|
|
readonly: 0
|
|
|
|
|
readonlyWithDefault: 0
|
|
|
|
|
binding: 0
|
|
|
|
|
bindingWithDefault: 0
|
|
|
|
|
</p>
|
|
|
|
|
<button>set bindings to 5</button>
|
|
|
|
|
<button>set bindings to undefined</button>
|
|
|
|
@ -50,19 +46,13 @@ export default test({
|
|
|
|
|
readonly_undefined:
|
|
|
|
|
readonlyWithDefault_undefined:
|
|
|
|
|
binding_undefined:
|
|
|
|
|
bindingWithDefault_undefined:
|
|
|
|
|
readonly_defined: 0
|
|
|
|
|
readonlyWithDefault_defined: 0
|
|
|
|
|
binding_defined: 0
|
|
|
|
|
bindingWithDefault_defined: 0
|
|
|
|
|
bind_readonly_undefined:
|
|
|
|
|
bind_readonlyWithDefault_undefined: 1
|
|
|
|
|
bind_binding_undefined:
|
|
|
|
|
bind_bindingWithDefault_undefined: 1
|
|
|
|
|
bind_readonly_defined: 0
|
|
|
|
|
bind_readonlyWithDefault_defined: 0
|
|
|
|
|
bind_binding_defined: 0
|
|
|
|
|
bind_bindingWithDefault_defined: 0
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<button>set everything to 10</button>
|
|
|
|
@ -96,7 +86,6 @@ export default test({
|
|
|
|
|
readonly:
|
|
|
|
|
readonlyWithDefault: 1
|
|
|
|
|
binding:
|
|
|
|
|
bindingWithDefault:
|
|
|
|
|
</p>
|
|
|
|
|
<button>set bindings to 5</button>
|
|
|
|
|
<button>set bindings to undefined</button>
|
|
|
|
@ -106,7 +95,6 @@ export default test({
|
|
|
|
|
readonly: 0
|
|
|
|
|
readonlyWithDefault: 0
|
|
|
|
|
binding:
|
|
|
|
|
bindingWithDefault:
|
|
|
|
|
</p>
|
|
|
|
|
<button>set bindings to 5</button>
|
|
|
|
|
<button>set bindings to undefined</button>
|
|
|
|
@ -116,7 +104,6 @@ export default test({
|
|
|
|
|
readonly:
|
|
|
|
|
readonlyWithDefault: 1
|
|
|
|
|
binding:
|
|
|
|
|
bindingWithDefault:
|
|
|
|
|
</p>
|
|
|
|
|
<button>set bindings to 5</button>
|
|
|
|
|
<button>set bindings to undefined</button>
|
|
|
|
@ -126,7 +113,6 @@ export default test({
|
|
|
|
|
readonly: 0
|
|
|
|
|
readonlyWithDefault: 0
|
|
|
|
|
binding:
|
|
|
|
|
bindingWithDefault:
|
|
|
|
|
</p>
|
|
|
|
|
<button>set bindings to 5</button>
|
|
|
|
|
<button>set bindings to undefined</button>
|
|
|
|
@ -136,19 +122,13 @@ export default test({
|
|
|
|
|
readonly_undefined:
|
|
|
|
|
readonlyWithDefault_undefined:
|
|
|
|
|
binding_undefined:
|
|
|
|
|
bindingWithDefault_undefined:
|
|
|
|
|
readonly_defined: 0
|
|
|
|
|
readonlyWithDefault_defined: 0
|
|
|
|
|
binding_defined: 0
|
|
|
|
|
bindingWithDefault_defined: 0
|
|
|
|
|
bind_readonly_undefined:
|
|
|
|
|
bind_readonlyWithDefault_undefined: 1
|
|
|
|
|
bind_binding_undefined:
|
|
|
|
|
bind_bindingWithDefault_undefined:
|
|
|
|
|
bind_readonly_defined: 0
|
|
|
|
|
bind_readonlyWithDefault_defined: 0
|
|
|
|
|
bind_binding_defined:
|
|
|
|
|
bind_bindingWithDefault_defined:
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<button>set everything to 10</button>
|
|
|
|
@ -169,7 +149,6 @@ export default test({
|
|
|
|
|
readonly:
|
|
|
|
|
readonlyWithDefault: 1
|
|
|
|
|
binding: 5
|
|
|
|
|
bindingWithDefault: 5
|
|
|
|
|
</p>
|
|
|
|
|
<button>set bindings to 5</button>
|
|
|
|
|
<button>set bindings to undefined</button>
|
|
|
|
@ -179,7 +158,6 @@ export default test({
|
|
|
|
|
readonly: 0
|
|
|
|
|
readonlyWithDefault: 0
|
|
|
|
|
binding: 5
|
|
|
|
|
bindingWithDefault: 5
|
|
|
|
|
</p>
|
|
|
|
|
<button>set bindings to 5</button>
|
|
|
|
|
<button>set bindings to undefined</button>
|
|
|
|
@ -189,7 +167,6 @@ export default test({
|
|
|
|
|
readonly:
|
|
|
|
|
readonlyWithDefault: 1
|
|
|
|
|
binding: 5
|
|
|
|
|
bindingWithDefault: 5
|
|
|
|
|
</p>
|
|
|
|
|
<button>set bindings to 5</button>
|
|
|
|
|
<button>set bindings to undefined</button>
|
|
|
|
@ -199,7 +176,6 @@ export default test({
|
|
|
|
|
readonly: 0
|
|
|
|
|
readonlyWithDefault: 0
|
|
|
|
|
binding: 5
|
|
|
|
|
bindingWithDefault: 5
|
|
|
|
|
</p>
|
|
|
|
|
<button>set bindings to 5</button>
|
|
|
|
|
<button>set bindings to undefined</button>
|
|
|
|
@ -209,19 +185,13 @@ export default test({
|
|
|
|
|
readonly_undefined:
|
|
|
|
|
readonlyWithDefault_undefined:
|
|
|
|
|
binding_undefined:
|
|
|
|
|
bindingWithDefault_undefined:
|
|
|
|
|
readonly_defined: 0
|
|
|
|
|
readonlyWithDefault_defined: 0
|
|
|
|
|
binding_defined: 0
|
|
|
|
|
bindingWithDefault_defined: 0
|
|
|
|
|
bind_readonly_undefined:
|
|
|
|
|
bind_readonlyWithDefault_undefined: 1
|
|
|
|
|
bind_binding_undefined: 5
|
|
|
|
|
bind_bindingWithDefault_undefined: 5
|
|
|
|
|
bind_readonly_defined: 0
|
|
|
|
|
bind_readonlyWithDefault_defined: 0
|
|
|
|
|
bind_binding_defined: 5
|
|
|
|
|
bind_bindingWithDefault_defined: 5
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<button>set everything to 10</button>
|
|
|
|
@ -239,7 +209,6 @@ export default test({
|
|
|
|
|
readonly: 10
|
|
|
|
|
readonlyWithDefault: 10
|
|
|
|
|
binding: 10
|
|
|
|
|
bindingWithDefault: 10
|
|
|
|
|
</p>
|
|
|
|
|
<button>set bindings to 5</button>
|
|
|
|
|
<button>set bindings to undefined</button>
|
|
|
|
@ -249,7 +218,6 @@ export default test({
|
|
|
|
|
readonly: 10
|
|
|
|
|
readonlyWithDefault: 10
|
|
|
|
|
binding: 10
|
|
|
|
|
bindingWithDefault: 10
|
|
|
|
|
</p>
|
|
|
|
|
<button>set bindings to 5</button>
|
|
|
|
|
<button>set bindings to undefined</button>
|
|
|
|
@ -259,7 +227,6 @@ export default test({
|
|
|
|
|
readonly: 10
|
|
|
|
|
readonlyWithDefault: 10
|
|
|
|
|
binding: 10
|
|
|
|
|
bindingWithDefault: 10
|
|
|
|
|
</p>
|
|
|
|
|
<button>set bindings to 5</button>
|
|
|
|
|
<button>set bindings to undefined</button>
|
|
|
|
@ -269,7 +236,6 @@ export default test({
|
|
|
|
|
readonly: 10
|
|
|
|
|
readonlyWithDefault: 10
|
|
|
|
|
binding: 10
|
|
|
|
|
bindingWithDefault: 10
|
|
|
|
|
</p>
|
|
|
|
|
<button>set bindings to 5</button>
|
|
|
|
|
<button>set bindings to undefined</button>
|
|
|
|
@ -279,19 +245,13 @@ export default test({
|
|
|
|
|
readonly_undefined: 10
|
|
|
|
|
readonlyWithDefault_undefined: 10
|
|
|
|
|
binding_undefined: 10
|
|
|
|
|
bindingWithDefault_undefined: 10
|
|
|
|
|
readonly_defined: 10
|
|
|
|
|
readonlyWithDefault_defined: 10
|
|
|
|
|
binding_defined: 10
|
|
|
|
|
bindingWithDefault_defined: 10
|
|
|
|
|
bind_readonly_undefined: 10
|
|
|
|
|
bind_readonlyWithDefault_undefined: 10
|
|
|
|
|
bind_binding_undefined: 10
|
|
|
|
|
bind_bindingWithDefault_undefined: 10
|
|
|
|
|
bind_readonly_defined: 10
|
|
|
|
|
bind_readonlyWithDefault_defined: 10
|
|
|
|
|
bind_binding_defined: 10
|
|
|
|
|
bind_bindingWithDefault_defined: 10
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<button>set everything to 10</button>
|
|
|
|
@ -309,7 +269,6 @@ export default test({
|
|
|
|
|
readonly:
|
|
|
|
|
readonlyWithDefault:
|
|
|
|
|
binding:
|
|
|
|
|
bindingWithDefault:
|
|
|
|
|
</p>
|
|
|
|
|
<button>set bindings to 5</button>
|
|
|
|
|
<button>set bindings to undefined</button>
|
|
|
|
@ -319,7 +278,6 @@ export default test({
|
|
|
|
|
readonly:
|
|
|
|
|
readonlyWithDefault:
|
|
|
|
|
binding:
|
|
|
|
|
bindingWithDefault:
|
|
|
|
|
</p>
|
|
|
|
|
<button>set bindings to 5</button>
|
|
|
|
|
<button>set bindings to undefined</button>
|
|
|
|
@ -329,7 +287,6 @@ export default test({
|
|
|
|
|
readonly:
|
|
|
|
|
readonlyWithDefault:
|
|
|
|
|
binding:
|
|
|
|
|
bindingWithDefault:
|
|
|
|
|
</p>
|
|
|
|
|
<button>set bindings to 5</button>
|
|
|
|
|
<button>set bindings to undefined</button>
|
|
|
|
@ -339,7 +296,6 @@ export default test({
|
|
|
|
|
readonly:
|
|
|
|
|
readonlyWithDefault:
|
|
|
|
|
binding:
|
|
|
|
|
bindingWithDefault:
|
|
|
|
|
</p>
|
|
|
|
|
<button>set bindings to 5</button>
|
|
|
|
|
<button>set bindings to undefined</button>
|
|
|
|
@ -349,19 +305,13 @@ export default test({
|
|
|
|
|
readonly_undefined:
|
|
|
|
|
readonlyWithDefault_undefined:
|
|
|
|
|
binding_undefined:
|
|
|
|
|
bindingWithDefault_undefined:
|
|
|
|
|
readonly_defined:
|
|
|
|
|
readonlyWithDefault_defined:
|
|
|
|
|
binding_defined:
|
|
|
|
|
bindingWithDefault_defined:
|
|
|
|
|
bind_readonly_undefined:
|
|
|
|
|
bind_readonlyWithDefault_undefined:
|
|
|
|
|
bind_binding_undefined:
|
|
|
|
|
bind_bindingWithDefault_undefined:
|
|
|
|
|
bind_readonly_defined:
|
|
|
|
|
bind_readonlyWithDefault_defined:
|
|
|
|
|
bind_binding_defined:
|
|
|
|
|
bind_bindingWithDefault_defined:
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<button>set everything to 10</button>
|
|
|
|
|