|
40 | 40 | "description": "Event on title that will cause accordion to open" |
41 | 41 | } |
42 | 42 | }, |
43 | | - "methods": {} |
| 43 | + "methods": { |
| 44 | + "target": { |
| 45 | + "type": "JQuery", |
| 46 | + "description": "Target element" |
| 47 | + } |
| 48 | + } |
44 | 49 | }, |
45 | 50 | "component/accordion-item": { |
46 | 51 | "dir": "src/components/containers/accordion-item", |
|
61 | 66 | "description": "Accordion title" |
62 | 67 | } |
63 | 68 | }, |
64 | | - "methods": {} |
| 69 | + "methods": { |
| 70 | + "target": { |
| 71 | + "type": "JQuery", |
| 72 | + "description": "Target element" |
| 73 | + } |
| 74 | + } |
65 | 75 | }, |
66 | 76 | "component/button": { |
67 | 77 | "dir": "src/components/form-inputs/button", |
|
117 | 127 | "description": "State of loading (true | false)" |
118 | 128 | } |
119 | 129 | } |
| 130 | + }, |
| 131 | + "target": { |
| 132 | + "type": "JQuery", |
| 133 | + "description": "Target element" |
120 | 134 | } |
121 | 135 | } |
122 | 136 | }, |
|
206 | 220 | "description": "v-model binding" |
207 | 221 | } |
208 | 222 | }, |
209 | | - "methods": {} |
| 223 | + "methods": { |
| 224 | + "target": { |
| 225 | + "type": "JQuery", |
| 226 | + "description": "Target element" |
| 227 | + } |
| 228 | + } |
210 | 229 | }, |
211 | 230 | "component/currency": { |
212 | 231 | "dir": "src/components/form-inputs/currency", |
|
344 | 363 | "description": "Size of field" |
345 | 364 | } |
346 | 365 | }, |
347 | | - "methods": {} |
| 366 | + "methods": { |
| 367 | + "target": { |
| 368 | + "type": "JQuery", |
| 369 | + "description": "Target element" |
| 370 | + } |
| 371 | + } |
348 | 372 | }, |
349 | 373 | "component/datetime": { |
350 | 374 | "dir": "src/components/form-inputs/calendar/datetime", |
|
402 | 426 | "description": "Size of field" |
403 | 427 | } |
404 | 428 | }, |
405 | | - "methods": {} |
| 429 | + "methods": { |
| 430 | + "target": { |
| 431 | + "type": "JQuery", |
| 432 | + "description": "Target element" |
| 433 | + } |
| 434 | + } |
406 | 435 | }, |
407 | 436 | "component/dropdown": { |
408 | 437 | "dir": "src/components/form-inputs/dropdown", |
|
456 | 485 | "description": "Size of field" |
457 | 486 | } |
458 | 487 | }, |
459 | | - "methods": {} |
| 488 | + "methods": { |
| 489 | + "target": { |
| 490 | + "type": "JQuery", |
| 491 | + "description": "Target element" |
| 492 | + } |
| 493 | + } |
460 | 494 | }, |
461 | 495 | "component/dropdown-item": { |
462 | 496 | "dir": "src/components/form-inputs/dropdown-item", |
|
473 | 507 | "description": "Dropdown item value" |
474 | 508 | } |
475 | 509 | }, |
476 | | - "methods": {} |
| 510 | + "methods": { |
| 511 | + "target": { |
| 512 | + "type": "JQuery", |
| 513 | + "description": "Target element" |
| 514 | + } |
| 515 | + } |
477 | 516 | }, |
478 | 517 | "component/field": { |
479 | 518 | "dir": "src/components/fields/field", |
|
503 | 542 | "description": "Size of field" |
504 | 543 | } |
505 | 544 | }, |
506 | | - "methods": {} |
| 545 | + "methods": { |
| 546 | + "target": { |
| 547 | + "type": "JQuery", |
| 548 | + "description": "Target element" |
| 549 | + } |
| 550 | + } |
507 | 551 | }, |
508 | 552 | "component/field-base": { |
509 | 553 | "dir": "src/components/fields/field-base", |
|
555 | 599 | "description": "Size of field" |
556 | 600 | } |
557 | 601 | }, |
558 | | - "methods": {} |
| 602 | + "methods": { |
| 603 | + "target": { |
| 604 | + "type": "JQuery", |
| 605 | + "description": "Target element" |
| 606 | + } |
| 607 | + } |
559 | 608 | }, |
560 | 609 | "component/fields-inline": { |
561 | 610 | "dir": "src/components/fields/fields-inline", |
|
576 | 625 | "description": "Size of field" |
577 | 626 | } |
578 | 627 | }, |
579 | | - "methods": {} |
| 628 | + "methods": { |
| 629 | + "target": { |
| 630 | + "type": "JQuery", |
| 631 | + "description": "Target element" |
| 632 | + } |
| 633 | + } |
580 | 634 | }, |
581 | 635 | "component/form": { |
582 | 636 | "dir": "src/components/form-inputs/form", |
|
606 | 660 | "description": "Fields validation object. See: http://semantic-ui.com/behaviors/form.html#specifying-validation-rules" |
607 | 661 | } |
608 | 662 | }, |
609 | | - "methods": {} |
| 663 | + "methods": { |
| 664 | + "target": { |
| 665 | + "type": "JQuery", |
| 666 | + "description": "Target element" |
| 667 | + } |
| 668 | + } |
610 | 669 | }, |
611 | 670 | "component/header": { |
612 | 671 | "dir": "src/components/etc/header", |
|
619 | 678 | "type": "component", |
620 | 679 | "readme": false, |
621 | 680 | "props": {}, |
622 | | - "methods": {} |
| 681 | + "methods": { |
| 682 | + "target": { |
| 683 | + "type": "JQuery", |
| 684 | + "description": "Target element" |
| 685 | + } |
| 686 | + } |
623 | 687 | }, |
624 | 688 | "component/input": { |
625 | 689 | "dir": "src/components/form-inputs/input", |
|
683 | 747 | "description": "Size of field" |
684 | 748 | } |
685 | 749 | }, |
686 | | - "methods": {} |
| 750 | + "methods": { |
| 751 | + "target": { |
| 752 | + "type": "JQuery", |
| 753 | + "description": "Target element" |
| 754 | + } |
| 755 | + } |
687 | 756 | }, |
688 | 757 | "component/menu-base": { |
689 | 758 | "dir": "src/components/menus/menu-base", |
|
731 | 800 | "description": "Dropdown title/label." |
732 | 801 | } |
733 | 802 | }, |
734 | | - "methods": {} |
| 803 | + "methods": { |
| 804 | + "target": { |
| 805 | + "type": "JQuery", |
| 806 | + "description": "Target element" |
| 807 | + } |
| 808 | + } |
735 | 809 | }, |
736 | 810 | "component/menu-horizontal": { |
737 | 811 | "dir": "src/components/menus/menu-horizontal", |
|
756 | 830 | "description": "JQuery object or selector to be attached as sidebar toggle" |
757 | 831 | } |
758 | 832 | }, |
759 | | - "methods": {} |
| 833 | + "methods": { |
| 834 | + "target": { |
| 835 | + "type": "JQuery", |
| 836 | + "description": "Target element" |
| 837 | + } |
| 838 | + } |
760 | 839 | }, |
761 | 840 | "component/menu-item": { |
762 | 841 | "dir": "src/components/menus/menu-item", |
|
785 | 864 | "description": "Target URL when menu item clicked. If you are using vue-router then this attribute represents `to` attribute of `router-link` tag." |
786 | 865 | } |
787 | 866 | }, |
788 | | - "methods": {} |
| 867 | + "methods": { |
| 868 | + "target": { |
| 869 | + "type": "JQuery", |
| 870 | + "description": "Target element" |
| 871 | + } |
| 872 | + } |
789 | 873 | }, |
790 | 874 | "component/menu-vertical": { |
791 | 875 | "dir": "src/components/menus/menu-vertical", |
|
806 | 890 | "description": "JQuery object or selector to be attached as sidebar toggle" |
807 | 891 | } |
808 | 892 | }, |
809 | | - "methods": {} |
| 893 | + "methods": { |
| 894 | + "target": { |
| 895 | + "type": "JQuery", |
| 896 | + "description": "Target element" |
| 897 | + } |
| 898 | + } |
810 | 899 | }, |
811 | 900 | "component/message": { |
812 | 901 | "dir": "src/components/etc/message", |
|
837 | 926 | "default": "'fade'" |
838 | 927 | } |
839 | 928 | }, |
840 | | - "methods": {} |
| 929 | + "methods": { |
| 930 | + "target": { |
| 931 | + "type": "JQuery", |
| 932 | + "description": "Target element" |
| 933 | + } |
| 934 | + } |
841 | 935 | }, |
842 | 936 | "component/modal": { |
843 | 937 | "dir": "src/components/modal", |
|
925 | 1019 | "type": "JQuery", |
926 | 1020 | "description": "Shows the modal" |
927 | 1021 | }, |
| 1022 | + "target": { |
| 1023 | + "type": "JQuery", |
| 1024 | + "description": "Target element" |
| 1025 | + }, |
928 | 1026 | "toggle": { |
929 | 1027 | "type": "JQuery", |
930 | 1028 | "description": "Toggles the modal" |
|
1001 | 1099 | "description": "Size of field" |
1002 | 1100 | } |
1003 | 1101 | }, |
1004 | | - "methods": {} |
| 1102 | + "methods": { |
| 1103 | + "target": { |
| 1104 | + "type": "JQuery", |
| 1105 | + "description": "Target element" |
| 1106 | + } |
| 1107 | + } |
1005 | 1108 | }, |
1006 | 1109 | "component/pusher": { |
1007 | 1110 | "dir": "src/components/containers/pusher", |
|
1013 | 1116 | "type": "component", |
1014 | 1117 | "readme": false, |
1015 | 1118 | "props": {}, |
1016 | | - "methods": {} |
| 1119 | + "methods": { |
| 1120 | + "target": { |
| 1121 | + "type": "JQuery", |
| 1122 | + "description": "Target element" |
| 1123 | + } |
| 1124 | + } |
1017 | 1125 | }, |
1018 | 1126 | "component/radio": { |
1019 | 1127 | "dir": "src/components/form-inputs/radio", |
|
1038 | 1146 | "description": "v-model binding" |
1039 | 1147 | } |
1040 | 1148 | }, |
1041 | | - "methods": {} |
| 1149 | + "methods": { |
| 1150 | + "target": { |
| 1151 | + "type": "JQuery", |
| 1152 | + "description": "Target element" |
| 1153 | + } |
| 1154 | + } |
1042 | 1155 | }, |
1043 | 1156 | "component/radio-group": { |
1044 | 1157 | "dir": "src/components/form-inputs/radio-group", |
|
1072 | 1185 | "description": "Size of field" |
1073 | 1186 | } |
1074 | 1187 | }, |
1075 | | - "methods": {} |
| 1188 | + "methods": { |
| 1189 | + "target": { |
| 1190 | + "type": "JQuery", |
| 1191 | + "description": "Target element" |
| 1192 | + } |
| 1193 | + } |
1076 | 1194 | }, |
1077 | 1195 | "component/segment": { |
1078 | 1196 | "dir": "src/components/containers/segment", |
|
1084 | 1202 | "type": "component", |
1085 | 1203 | "readme": false, |
1086 | 1204 | "props": {}, |
1087 | | - "methods": {} |
| 1205 | + "methods": { |
| 1206 | + "target": { |
| 1207 | + "type": "JQuery", |
| 1208 | + "description": "Target element" |
| 1209 | + } |
| 1210 | + } |
1088 | 1211 | }, |
1089 | 1212 | "component/tab": { |
1090 | 1213 | "dir": "src/components/containers/tab", |
|
1110 | 1233 | "type": "string" |
1111 | 1234 | } |
1112 | 1235 | } |
| 1236 | + }, |
| 1237 | + "target": { |
| 1238 | + "type": "JQuery", |
| 1239 | + "description": "Target element" |
1113 | 1240 | } |
1114 | 1241 | } |
1115 | 1242 | }, |
|
1136 | 1263 | "description": "Name of path" |
1137 | 1264 | } |
1138 | 1265 | }, |
1139 | | - "methods": {} |
| 1266 | + "methods": { |
| 1267 | + "target": { |
| 1268 | + "type": "JQuery", |
| 1269 | + "description": "Target element" |
| 1270 | + } |
| 1271 | + } |
1140 | 1272 | }, |
1141 | 1273 | "component/time": { |
1142 | 1274 | "dir": "src/components/form-inputs/calendar/time", |
|
1194 | 1326 | "description": "Size of field" |
1195 | 1327 | } |
1196 | 1328 | }, |
1197 | | - "methods": {} |
| 1329 | + "methods": { |
| 1330 | + "target": { |
| 1331 | + "type": "JQuery", |
| 1332 | + "description": "Target element" |
| 1333 | + } |
| 1334 | + } |
1198 | 1335 | }, |
1199 | 1336 | "component/tree": { |
1200 | 1337 | "dir": "src/components/etc/tree", |
|
1237 | 1374 | "default": "'ul'" |
1238 | 1375 | } |
1239 | 1376 | }, |
1240 | | - "methods": {} |
| 1377 | + "methods": { |
| 1378 | + "target": { |
| 1379 | + "type": "JQuery", |
| 1380 | + "description": "Target element" |
| 1381 | + } |
| 1382 | + } |
1241 | 1383 | }, |
1242 | 1384 | "decorator/form": { |
1243 | 1385 | "dir": "src/decorators/form", |
|
0 commit comments