|
135 | 135 | "type": "boolean", |
136 | 136 | "description": "Enable user to clear the value by clicking clear button on the right side of control" |
137 | 137 | }, |
| 138 | + "disabled": { |
| 139 | + "type": "boolean", |
| 140 | + "description": "Disabled field", |
| 141 | + "default": "false" |
| 142 | + }, |
138 | 143 | "kind": { |
139 | 144 | "type": "'default' | 'grouped' | 'inline'", |
140 | 145 | "description": "Field layout style" |
|
221 | 226 | "type": "string", |
222 | 227 | "description": "Decimal group separator" |
223 | 228 | }, |
| 229 | + "disabled": { |
| 230 | + "type": "boolean", |
| 231 | + "description": "Disabled field", |
| 232 | + "default": "false" |
| 233 | + }, |
224 | 234 | "group-separator": { |
225 | 235 | "type": "string", |
226 | 236 | "description": "Thousands group separator" |
|
287 | 297 | "type": "boolean", |
288 | 298 | "description": "Enable user to clear the value by clicking clear button on the right side of control" |
289 | 299 | }, |
| 300 | + "disabled": { |
| 301 | + "type": "boolean", |
| 302 | + "description": "Disabled field", |
| 303 | + "default": "false" |
| 304 | + }, |
290 | 305 | "format": { |
291 | 306 | "type": "string", |
292 | 307 | "description": "Date format" |
|
340 | 355 | "type": "boolean", |
341 | 356 | "description": "Enable user to clear the value by clicking clear button on the right side of control" |
342 | 357 | }, |
| 358 | + "disabled": { |
| 359 | + "type": "boolean", |
| 360 | + "description": "Disabled field", |
| 361 | + "default": "false" |
| 362 | + }, |
343 | 363 | "format": { |
344 | 364 | "type": "string", |
345 | 365 | "description": "Date format" |
|
393 | 413 | "type": "string", |
394 | 414 | "description": "Css class(es) applied to dropdown component" |
395 | 415 | }, |
| 416 | + "disabled": { |
| 417 | + "type": "boolean", |
| 418 | + "description": "Disabled field", |
| 419 | + "default": "false" |
| 420 | + }, |
396 | 421 | "kind": { |
397 | 422 | "type": "'default' | 'grouped' | 'inline'", |
398 | 423 | "description": "Field layout style" |
|
455 | 480 | "type": "component", |
456 | 481 | "readme": false, |
457 | 482 | "props": { |
| 483 | + "disabled": { |
| 484 | + "type": "boolean", |
| 485 | + "description": "Disabled field", |
| 486 | + "default": "false" |
| 487 | + }, |
458 | 488 | "kind": { |
459 | 489 | "type": "'default' | 'grouped' | 'inline'", |
460 | 490 | "description": "Field layout style" |
|
481 | 511 | "type": "component", |
482 | 512 | "readme": false, |
483 | 513 | "props": { |
| 514 | + "disabled": { |
| 515 | + "type": "boolean", |
| 516 | + "description": "Disabled field", |
| 517 | + "default": "false" |
| 518 | + }, |
484 | 519 | "kind": { |
485 | 520 | "type": "'default' | 'grouped' | 'inline'", |
486 | 521 | "description": "Field layout style" |
|
595 | 630 | "type": "string", |
596 | 631 | "description": "Css class(es) applied to input component" |
597 | 632 | }, |
| 633 | + "disabled": { |
| 634 | + "type": "boolean", |
| 635 | + "description": "Disabled field", |
| 636 | + "default": "false" |
| 637 | + }, |
598 | 638 | "icon": { |
599 | 639 | "type": "string", |
600 | 640 | "description": "Name of icon to be displayed" |
|
887 | 927 | "type": "string", |
888 | 928 | "description": "Decimal group separator" |
889 | 929 | }, |
| 930 | + "disabled": { |
| 931 | + "type": "boolean", |
| 932 | + "description": "Disabled field", |
| 933 | + "default": "false" |
| 934 | + }, |
890 | 935 | "group-separator": { |
891 | 936 | "type": "string", |
892 | 937 | "description": "Thousands group separator" |
|
978 | 1023 | "type": "component", |
979 | 1024 | "readme": false, |
980 | 1025 | "props": { |
| 1026 | + "disabled": { |
| 1027 | + "type": "boolean", |
| 1028 | + "description": "Disabled field", |
| 1029 | + "default": "false" |
| 1030 | + }, |
981 | 1031 | "kind": { |
982 | 1032 | "type": "'default' | 'grouped' | 'inline'", |
983 | 1033 | "description": "Field layout style" |
|
1076 | 1126 | "type": "boolean", |
1077 | 1127 | "description": "Enable user to clear the value by clicking clear button on the right side of control" |
1078 | 1128 | }, |
| 1129 | + "disabled": { |
| 1130 | + "type": "boolean", |
| 1131 | + "description": "Disabled field", |
| 1132 | + "default": "false" |
| 1133 | + }, |
1079 | 1134 | "format": { |
1080 | 1135 | "type": "string", |
1081 | 1136 | "description": "Date format" |
|
0 commit comments