1 | {
|
2 | "schemaVersion": "1.0.0",
|
3 | "readme": "",
|
4 | "modules": [
|
5 | {
|
6 | "kind": "javascript-module",
|
7 | "path": "src/components/fsw-palette-symbol/fsw-palette-symbol.tsx",
|
8 | "declarations": [
|
9 | {
|
10 | "kind": "class",
|
11 | "description": "",
|
12 | "name": "FswPaletteSymbol",
|
13 | "members": [
|
14 | {
|
15 | "kind": "field",
|
16 | "name": "el",
|
17 | "type": {
|
18 | "text": "HTMLElement"
|
19 | }
|
20 | },
|
21 | {
|
22 | "kind": "field",
|
23 | "name": "draggie",
|
24 | "privacy": "protected"
|
25 | },
|
26 | {
|
27 | "kind": "field",
|
28 | "name": "symbol",
|
29 | "type": {
|
30 | "text": "string"
|
31 | },
|
32 | "description": "FSW key for symbol"
|
33 | },
|
34 | {
|
35 | "kind": "field",
|
36 | "name": "sgnw",
|
37 | "type": {
|
38 | "text": "boolean"
|
39 | }
|
40 | },
|
41 | {
|
42 | "kind": "method",
|
43 | "name": "paletteSymbolClickHandler"
|
44 | },
|
45 | {
|
46 | "kind": "method",
|
47 | "name": "paletteSymbolDropHandler",
|
48 | "parameters": [
|
49 | {
|
50 | "name": "{}"
|
51 | },
|
52 | {
|
53 | "name": "pointer"
|
54 | }
|
55 | ]
|
56 | },
|
57 | {
|
58 | "kind": "method",
|
59 | "name": "render"
|
60 | }
|
61 | ],
|
62 | "attributes": [
|
63 | {
|
64 | "name": "symbol",
|
65 | "fieldName": "symbol",
|
66 | "type": {
|
67 | "text": "string"
|
68 | }
|
69 | }
|
70 | ],
|
71 | "tagName": "fsw-palette-symbol",
|
72 | "events": [
|
73 | {
|
74 | "name": "paletteSymbolClick",
|
75 | "type": {
|
76 | "text": "EventEmitter<string>"
|
77 | },
|
78 | "description": "click event for the symbol palette"
|
79 | },
|
80 | {
|
81 | "name": "paletteSymbolDrop",
|
82 | "type": {
|
83 | "text": "EventEmitter<{encoding:string,symbol:string,x:number,y:number}>"
|
84 | },
|
85 | "description": "drop event for the signbox and sequence"
|
86 | }
|
87 | ],
|
88 | "customElement": true
|
89 | }
|
90 | ],
|
91 | "exports": [
|
92 | {
|
93 | "kind": "js",
|
94 | "name": "FswPaletteSymbol",
|
95 | "declaration": {
|
96 | "name": "FswPaletteSymbol",
|
97 | "module": "src/components/fsw-palette-symbol/fsw-palette-symbol.tsx"
|
98 | }
|
99 | },
|
100 | {
|
101 | "kind": "custom-element-definition",
|
102 | "name": "fsw-palette-symbol",
|
103 | "declaration": {
|
104 | "name": "FswPaletteSymbol",
|
105 | "module": "src/components/fsw-palette-symbol/fsw-palette-symbol.tsx"
|
106 | }
|
107 | }
|
108 | ]
|
109 | },
|
110 | {
|
111 | "kind": "javascript-module",
|
112 | "path": "src/components/fsw-button/fsw-button.tsx",
|
113 | "declarations": [
|
114 | {
|
115 | "kind": "class",
|
116 | "description": "",
|
117 | "name": "FswButton",
|
118 | "members": [
|
119 | {
|
120 | "kind": "field",
|
121 | "name": "el",
|
122 | "type": {
|
123 | "text": "HTMLElement"
|
124 | }
|
125 | },
|
126 | {
|
127 | "kind": "field",
|
128 | "name": "symbol",
|
129 | "type": {
|
130 | "text": "string"
|
131 | },
|
132 | "description": "FSW key for symbol"
|
133 | },
|
134 | {
|
135 | "kind": "field",
|
136 | "name": "sign",
|
137 | "type": {
|
138 | "text": "string"
|
139 | },
|
140 | "description": "FSW string for sign"
|
141 | },
|
142 | {
|
143 | "kind": "field",
|
144 | "name": "svg",
|
145 | "type": {
|
146 | "text": "string"
|
147 | },
|
148 | "description": "SVG icon"
|
149 | },
|
150 | {
|
151 | "kind": "field",
|
152 | "name": "sgnw",
|
153 | "type": {
|
154 | "text": "boolean"
|
155 | }
|
156 | },
|
157 | {
|
158 | "kind": "method",
|
159 | "name": "render"
|
160 | }
|
161 | ],
|
162 | "attributes": [
|
163 | {
|
164 | "name": "symbol",
|
165 | "fieldName": "symbol",
|
166 | "type": {
|
167 | "text": "string"
|
168 | }
|
169 | },
|
170 | {
|
171 | "name": "sign",
|
172 | "fieldName": "sign",
|
173 | "type": {
|
174 | "text": "string"
|
175 | }
|
176 | },
|
177 | {
|
178 | "name": "svg",
|
179 | "fieldName": "svg",
|
180 | "type": {
|
181 | "text": "string"
|
182 | }
|
183 | }
|
184 | ],
|
185 | "tagName": "fsw-button",
|
186 | "events": [],
|
187 | "customElement": true
|
188 | }
|
189 | ],
|
190 | "exports": [
|
191 | {
|
192 | "kind": "js",
|
193 | "name": "FswButton",
|
194 | "declaration": {
|
195 | "name": "FswButton",
|
196 | "module": "src/components/fsw-button/fsw-button.tsx"
|
197 | }
|
198 | },
|
199 | {
|
200 | "kind": "custom-element-definition",
|
201 | "name": "fsw-button",
|
202 | "declaration": {
|
203 | "name": "FswButton",
|
204 | "module": "src/components/fsw-button/fsw-button.tsx"
|
205 | }
|
206 | }
|
207 | ]
|
208 | },
|
209 | {
|
210 | "kind": "javascript-module",
|
211 | "path": "src/components/fsw-sign/fsw-sign.tsx",
|
212 | "declarations": [
|
213 | {
|
214 | "kind": "class",
|
215 | "description": "",
|
216 | "name": "FswSign",
|
217 | "members": [
|
218 | {
|
219 | "kind": "field",
|
220 | "name": "el",
|
221 | "type": {
|
222 | "text": "HTMLElement"
|
223 | }
|
224 | },
|
225 | {
|
226 | "kind": "field",
|
227 | "name": "sign",
|
228 | "type": {
|
229 | "text": "string"
|
230 | },
|
231 | "description": "FSW string for sign"
|
232 | },
|
233 | {
|
234 | "kind": "field",
|
235 | "name": "styling",
|
236 | "type": {
|
237 | "text": "string"
|
238 | },
|
239 | "description": "Style String for sign"
|
240 | },
|
241 | {
|
242 | "kind": "field",
|
243 | "name": "sgnw",
|
244 | "type": {
|
245 | "text": "boolean"
|
246 | }
|
247 | },
|
248 | {
|
249 | "kind": "method",
|
250 | "name": "render"
|
251 | }
|
252 | ],
|
253 | "attributes": [
|
254 | {
|
255 | "name": "sign",
|
256 | "fieldName": "sign",
|
257 | "type": {
|
258 | "text": "string"
|
259 | }
|
260 | },
|
261 | {
|
262 | "name": "styling",
|
263 | "fieldName": "styling",
|
264 | "type": {
|
265 | "text": "string"
|
266 | }
|
267 | }
|
268 | ],
|
269 | "tagName": "fsw-sign",
|
270 | "events": [],
|
271 | "customElement": true
|
272 | }
|
273 | ],
|
274 | "exports": [
|
275 | {
|
276 | "kind": "js",
|
277 | "name": "FswSign",
|
278 | "declaration": {
|
279 | "name": "FswSign",
|
280 | "module": "src/components/fsw-sign/fsw-sign.tsx"
|
281 | }
|
282 | },
|
283 | {
|
284 | "kind": "custom-element-definition",
|
285 | "name": "fsw-sign",
|
286 | "declaration": {
|
287 | "name": "FswSign",
|
288 | "module": "src/components/fsw-sign/fsw-sign.tsx"
|
289 | }
|
290 | }
|
291 | ]
|
292 | },
|
293 | {
|
294 | "kind": "javascript-module",
|
295 | "path": "src/components/fsw-palette/fsw-palette.tsx",
|
296 | "declarations": [
|
297 | {
|
298 | "kind": "class",
|
299 | "description": "",
|
300 | "name": "FswPalette",
|
301 | "members": [
|
302 | {
|
303 | "kind": "field",
|
304 | "name": "el",
|
305 | "type": {
|
306 | "text": "HTMLElement"
|
307 | }
|
308 | },
|
309 | {
|
310 | "kind": "field",
|
311 | "name": "orientation",
|
312 | "type": {
|
313 | "text": "\"horizontal\" | \"vertical\""
|
314 | },
|
315 | "default": "\"vertical\"",
|
316 | "description": "orientation of palette"
|
317 | },
|
318 | {
|
319 | "kind": "field",
|
320 | "name": "major",
|
321 | "type": {
|
322 | "text": "number"
|
323 | },
|
324 | "default": "10"
|
325 | },
|
326 | {
|
327 | "kind": "field",
|
328 | "name": "minor",
|
329 | "type": {
|
330 | "text": "number"
|
331 | },
|
332 | "default": "3"
|
333 | },
|
334 | {
|
335 | "kind": "field",
|
336 | "name": "total",
|
337 | "type": {
|
338 | "text": "number"
|
339 | },
|
340 | "default": "30"
|
341 | },
|
342 | {
|
343 | "kind": "field",
|
344 | "name": "size",
|
345 | "type": {
|
346 | "text": "\"small\" | \"medium\" | \"large\""
|
347 | },
|
348 | "default": "\"small\"",
|
349 | "description": "size of palette"
|
350 | },
|
351 | {
|
352 | "kind": "method",
|
353 | "name": "parseSizeProp",
|
354 | "parameters": [
|
355 | {
|
356 | "name": "newValue",
|
357 | "type": {
|
358 | "text": "string"
|
359 | }
|
360 | }
|
361 | ]
|
362 | },
|
363 | {
|
364 | "kind": "field",
|
365 | "name": "alphabet",
|
366 | "type": {
|
367 | "text": "object | string"
|
368 | },
|
369 | "default": "iswa2010FSW",
|
370 | "description": "set of symbols"
|
371 | },
|
372 | {
|
373 | "kind": "field",
|
374 | "name": "group",
|
375 | "type": {
|
376 | "text": "string"
|
377 | },
|
378 | "default": "null",
|
379 | "description": "top level symbol selection"
|
380 | },
|
381 | {
|
382 | "kind": "method",
|
383 | "name": "watchGroup"
|
384 | },
|
385 | {
|
386 | "kind": "field",
|
387 | "name": "base",
|
388 | "type": {
|
389 | "text": "string"
|
390 | },
|
391 | "default": "null",
|
392 | "description": "mid level symbol selection"
|
393 | },
|
394 | {
|
395 | "kind": "method",
|
396 | "name": "watchBase"
|
397 | },
|
398 | {
|
399 | "kind": "field",
|
400 | "name": "more",
|
401 | "type": {
|
402 | "text": "boolean"
|
403 | },
|
404 | "default": "false",
|
405 | "description": "flag for small palette"
|
406 | },
|
407 | {
|
408 | "kind": "method",
|
409 | "name": "watchMore"
|
410 | },
|
411 | {
|
412 | "kind": "field",
|
413 | "name": "hasMore",
|
414 | "type": {
|
415 | "text": "boolean"
|
416 | },
|
417 | "default": "false"
|
418 | },
|
419 | {
|
420 | "kind": "field",
|
421 | "name": "lower",
|
422 | "type": {
|
423 | "text": "boolean"
|
424 | },
|
425 | "default": "false",
|
426 | "description": "flag for small and medium palette"
|
427 | },
|
428 | {
|
429 | "kind": "method",
|
430 | "name": "watchLower"
|
431 | },
|
432 | {
|
433 | "kind": "field",
|
434 | "name": "hasLower",
|
435 | "type": {
|
436 | "text": "boolean"
|
437 | },
|
438 | "default": "false"
|
439 | },
|
440 | {
|
441 | "kind": "field",
|
442 | "name": "palette",
|
443 | "type": {
|
444 | "text": "string[]"
|
445 | },
|
446 | "default": "[]"
|
447 | },
|
448 | {
|
449 | "kind": "method",
|
450 | "name": "getPaletteAll"
|
451 | },
|
452 | {
|
453 | "kind": "method",
|
454 | "name": "getPaletteGroup"
|
455 | },
|
456 | {
|
457 | "kind": "method",
|
458 | "name": "getPaletteBase"
|
459 | },
|
460 | {
|
461 | "kind": "method",
|
462 | "name": "setPalette"
|
463 | },
|
464 | {
|
465 | "kind": "method",
|
466 | "name": "paletteSymbolClickHandler",
|
467 | "parameters": [
|
468 | {
|
469 | "name": "event",
|
470 | "type": {
|
471 | "text": "CustomEvent<string>"
|
472 | }
|
473 | }
|
474 | ]
|
475 | },
|
476 | {
|
477 | "kind": "method",
|
478 | "name": "render"
|
479 | }
|
480 | ],
|
481 | "attributes": [
|
482 | {
|
483 | "name": "orientation",
|
484 | "fieldName": "orientation",
|
485 | "type": {
|
486 | "text": "\"horizontal\" | \"vertical\""
|
487 | }
|
488 | },
|
489 | {
|
490 | "name": "size",
|
491 | "fieldName": "size",
|
492 | "type": {
|
493 | "text": "\"small\" | \"medium\" | \"large\""
|
494 | }
|
495 | },
|
496 | {
|
497 | "name": "alphabet",
|
498 | "fieldName": "alphabet",
|
499 | "type": {
|
500 | "text": "object | string"
|
501 | }
|
502 | },
|
503 | {
|
504 | "name": "group",
|
505 | "fieldName": "group",
|
506 | "type": {
|
507 | "text": "string"
|
508 | }
|
509 | },
|
510 | {
|
511 | "name": "base",
|
512 | "fieldName": "base",
|
513 | "type": {
|
514 | "text": "string"
|
515 | }
|
516 | },
|
517 | {
|
518 | "name": "more",
|
519 | "fieldName": "more",
|
520 | "type": {
|
521 | "text": "boolean"
|
522 | }
|
523 | },
|
524 | {
|
525 | "name": "lower",
|
526 | "fieldName": "lower",
|
527 | "type": {
|
528 | "text": "boolean"
|
529 | }
|
530 | }
|
531 | ],
|
532 | "tagName": "fsw-palette",
|
533 | "events": [],
|
534 | "customElement": true
|
535 | }
|
536 | ],
|
537 | "exports": [
|
538 | {
|
539 | "kind": "js",
|
540 | "name": "FswPalette",
|
541 | "declaration": {
|
542 | "name": "FswPalette",
|
543 | "module": "src/components/fsw-palette/fsw-palette.tsx"
|
544 | }
|
545 | },
|
546 | {
|
547 | "kind": "custom-element-definition",
|
548 | "name": "fsw-palette",
|
549 | "declaration": {
|
550 | "name": "FswPalette",
|
551 | "module": "src/components/fsw-palette/fsw-palette.tsx"
|
552 | }
|
553 | }
|
554 | ]
|
555 | },
|
556 | {
|
557 | "kind": "javascript-module",
|
558 | "path": "src/components/fsw-signbox/fsw-signbox.tsx",
|
559 | "declarations": [
|
560 | {
|
561 | "kind": "class",
|
562 | "description": "",
|
563 | "name": "FswSignbox",
|
564 | "members": [
|
565 | {
|
566 | "kind": "field",
|
567 | "name": "el",
|
568 | "type": {
|
569 | "text": "HTMLElement"
|
570 | }
|
571 | },
|
572 | {
|
573 | "kind": "method",
|
574 | "name": "paletteSymbolDropHandler",
|
575 | "parameters": [
|
576 | {
|
577 | "name": "event",
|
578 | "type": {
|
579 | "text": "CustomEvent<Object>"
|
580 | }
|
581 | }
|
582 | ]
|
583 | },
|
584 | {
|
585 | "kind": "method",
|
586 | "name": "render"
|
587 | }
|
588 | ],
|
589 | "tagName": "fsw-signbox",
|
590 | "events": [],
|
591 | "customElement": true
|
592 | }
|
593 | ],
|
594 | "exports": [
|
595 | {
|
596 | "kind": "js",
|
597 | "name": "FswSignbox",
|
598 | "declaration": {
|
599 | "name": "FswSignbox",
|
600 | "module": "src/components/fsw-signbox/fsw-signbox.tsx"
|
601 | }
|
602 | },
|
603 | {
|
604 | "kind": "custom-element-definition",
|
605 | "name": "fsw-signbox",
|
606 | "declaration": {
|
607 | "name": "FswSignbox",
|
608 | "module": "src/components/fsw-signbox/fsw-signbox.tsx"
|
609 | }
|
610 | }
|
611 | ]
|
612 | },
|
613 | {
|
614 | "kind": "javascript-module",
|
615 | "path": "src/components/fsw-spatial/fsw-spatial.tsx",
|
616 | "declarations": [
|
617 | {
|
618 | "kind": "class",
|
619 | "description": "",
|
620 | "name": "FswSymbol",
|
621 | "members": [
|
622 | {
|
623 | "kind": "field",
|
624 | "name": "el",
|
625 | "type": {
|
626 | "text": "HTMLElement"
|
627 | }
|
628 | },
|
629 | {
|
630 | "kind": "field",
|
631 | "name": "draggie",
|
632 | "privacy": "protected"
|
633 | },
|
634 | {
|
635 | "kind": "method",
|
636 | "name": "render"
|
637 | }
|
638 | ],
|
639 | "tagName": "fsw-spatial",
|
640 | "events": [],
|
641 | "customElement": true
|
642 | }
|
643 | ],
|
644 | "exports": [
|
645 | {
|
646 | "kind": "js",
|
647 | "name": "FswSymbol",
|
648 | "declaration": {
|
649 | "name": "FswSymbol",
|
650 | "module": "src/components/fsw-spatial/fsw-spatial.tsx"
|
651 | }
|
652 | },
|
653 | {
|
654 | "kind": "custom-element-definition",
|
655 | "name": "fsw-spatial",
|
656 | "declaration": {
|
657 | "name": "FswSymbol",
|
658 | "module": "src/components/fsw-spatial/fsw-spatial.tsx"
|
659 | }
|
660 | }
|
661 | ]
|
662 | },
|
663 | {
|
664 | "kind": "javascript-module",
|
665 | "path": "src/components/fsw-symbol/fsw-symbol.tsx",
|
666 | "declarations": [
|
667 | {
|
668 | "kind": "class",
|
669 | "description": "",
|
670 | "name": "FswSymbol",
|
671 | "members": [
|
672 | {
|
673 | "kind": "field",
|
674 | "name": "el",
|
675 | "type": {
|
676 | "text": "HTMLElement"
|
677 | }
|
678 | },
|
679 | {
|
680 | "kind": "field",
|
681 | "name": "symbol",
|
682 | "type": {
|
683 | "text": "string"
|
684 | },
|
685 | "description": "FSW key for symbol"
|
686 | },
|
687 | {
|
688 | "kind": "field",
|
689 | "name": "styling",
|
690 | "type": {
|
691 | "text": "string"
|
692 | },
|
693 | "description": "Style String for symbol"
|
694 | },
|
695 | {
|
696 | "kind": "field",
|
697 | "name": "sgnw",
|
698 | "type": {
|
699 | "text": "boolean"
|
700 | }
|
701 | },
|
702 | {
|
703 | "kind": "method",
|
704 | "name": "render"
|
705 | }
|
706 | ],
|
707 | "attributes": [
|
708 | {
|
709 | "name": "symbol",
|
710 | "fieldName": "symbol",
|
711 | "type": {
|
712 | "text": "string"
|
713 | }
|
714 | },
|
715 | {
|
716 | "name": "styling",
|
717 | "fieldName": "styling",
|
718 | "type": {
|
719 | "text": "string"
|
720 | }
|
721 | }
|
722 | ],
|
723 | "tagName": "fsw-symbol",
|
724 | "events": [],
|
725 | "customElement": true
|
726 | }
|
727 | ],
|
728 | "exports": [
|
729 | {
|
730 | "kind": "js",
|
731 | "name": "FswSymbol",
|
732 | "declaration": {
|
733 | "name": "FswSymbol",
|
734 | "module": "src/components/fsw-symbol/fsw-symbol.tsx"
|
735 | }
|
736 | },
|
737 | {
|
738 | "kind": "custom-element-definition",
|
739 | "name": "fsw-symbol",
|
740 | "declaration": {
|
741 | "name": "FswSymbol",
|
742 | "module": "src/components/fsw-symbol/fsw-symbol.tsx"
|
743 | }
|
744 | }
|
745 | ]
|
746 | },
|
747 | {
|
748 | "kind": "javascript-module",
|
749 | "path": "src/components/fsw-vp/fsw-vp.tsx",
|
750 | "declarations": [
|
751 | {
|
752 | "kind": "class",
|
753 | "description": "",
|
754 | "name": "FswVp",
|
755 | "members": [
|
756 | {
|
757 | "kind": "field",
|
758 | "name": "el",
|
759 | "type": {
|
760 | "text": "HTMLElement"
|
761 | }
|
762 | },
|
763 | {
|
764 | "kind": "field",
|
765 | "name": "vp",
|
766 | "type": {
|
767 | "text": "string"
|
768 | },
|
769 | "description": "FSW text"
|
770 | },
|
771 | {
|
772 | "kind": "field",
|
773 | "name": "colorize",
|
774 | "type": {
|
775 | "text": "boolean"
|
776 | },
|
777 | "description": "Colorize flag"
|
778 | },
|
779 | {
|
780 | "kind": "field",
|
781 | "name": "sgnw",
|
782 | "type": {
|
783 | "text": "boolean"
|
784 | }
|
785 | },
|
786 | {
|
787 | "kind": "field",
|
788 | "name": "items",
|
789 | "type": {
|
790 | "text": "object[]"
|
791 | },
|
792 | "default": "[]"
|
793 | },
|
794 | {
|
795 | "kind": "method",
|
796 | "name": "parseText",
|
797 | "parameters": [
|
798 | {
|
799 | "name": "newValue",
|
800 | "type": {
|
801 | "text": "string"
|
802 | }
|
803 | }
|
804 | ]
|
805 | },
|
806 | {
|
807 | "kind": "method",
|
808 | "name": "render"
|
809 | }
|
810 | ],
|
811 | "attributes": [
|
812 | {
|
813 | "name": "vp",
|
814 | "fieldName": "vp",
|
815 | "type": {
|
816 | "text": "string"
|
817 | }
|
818 | },
|
819 | {
|
820 | "name": "colorize",
|
821 | "fieldName": "colorize",
|
822 | "type": {
|
823 | "text": "boolean"
|
824 | }
|
825 | }
|
826 | ],
|
827 | "tagName": "fsw-vp",
|
828 | "events": [],
|
829 | "customElement": true
|
830 | }
|
831 | ],
|
832 | "exports": [
|
833 | {
|
834 | "kind": "js",
|
835 | "name": "FswVp",
|
836 | "declaration": {
|
837 | "name": "FswVp",
|
838 | "module": "src/components/fsw-vp/fsw-vp.tsx"
|
839 | }
|
840 | },
|
841 | {
|
842 | "kind": "custom-element-definition",
|
843 | "name": "fsw-vp",
|
844 | "declaration": {
|
845 | "name": "FswVp",
|
846 | "module": "src/components/fsw-vp/fsw-vp.tsx"
|
847 | }
|
848 | }
|
849 | ]
|
850 | },
|
851 | {
|
852 | "kind": "javascript-module",
|
853 | "path": "src/components/sgnw-palette/sgnw-palette.tsx",
|
854 | "declarations": [
|
855 | {
|
856 | "kind": "class",
|
857 | "description": "",
|
858 | "name": "SgnwPalette",
|
859 | "members": [
|
860 | {
|
861 | "kind": "field",
|
862 | "name": "el",
|
863 | "type": {
|
864 | "text": "HTMLElement"
|
865 | }
|
866 | },
|
867 | {
|
868 | "kind": "field",
|
869 | "name": "orientation",
|
870 | "type": {
|
871 | "text": "\"horizontal\" | \"vertical\""
|
872 | },
|
873 | "default": "\"vertical\"",
|
874 | "description": "orientation of palette"
|
875 | },
|
876 | {
|
877 | "kind": "field",
|
878 | "name": "major",
|
879 | "type": {
|
880 | "text": "number"
|
881 | },
|
882 | "default": "10"
|
883 | },
|
884 | {
|
885 | "kind": "field",
|
886 | "name": "minor",
|
887 | "type": {
|
888 | "text": "number"
|
889 | },
|
890 | "default": "3"
|
891 | },
|
892 | {
|
893 | "kind": "field",
|
894 | "name": "total",
|
895 | "type": {
|
896 | "text": "number"
|
897 | },
|
898 | "default": "30"
|
899 | },
|
900 | {
|
901 | "kind": "field",
|
902 | "name": "size",
|
903 | "type": {
|
904 | "text": "\"small\" | \"medium\" | \"large\""
|
905 | },
|
906 | "default": "\"small\"",
|
907 | "description": "size of palette"
|
908 | },
|
909 | {
|
910 | "kind": "method",
|
911 | "name": "parseSizeProp",
|
912 | "parameters": [
|
913 | {
|
914 | "name": "newValue",
|
915 | "type": {
|
916 | "text": "string"
|
917 | }
|
918 | }
|
919 | ]
|
920 | },
|
921 | {
|
922 | "kind": "field",
|
923 | "name": "alphabet",
|
924 | "type": {
|
925 | "text": "object | string"
|
926 | },
|
927 | "default": "iswa2010SWU",
|
928 | "description": "set of symbols"
|
929 | },
|
930 | {
|
931 | "kind": "field",
|
932 | "name": "group",
|
933 | "type": {
|
934 | "text": "string"
|
935 | },
|
936 | "default": "null",
|
937 | "description": "top level symbol selection"
|
938 | },
|
939 | {
|
940 | "kind": "method",
|
941 | "name": "watchGroup"
|
942 | },
|
943 | {
|
944 | "kind": "field",
|
945 | "name": "base",
|
946 | "type": {
|
947 | "text": "string"
|
948 | },
|
949 | "default": "null",
|
950 | "description": "mid level symbol selection"
|
951 | },
|
952 | {
|
953 | "kind": "method",
|
954 | "name": "watchBase"
|
955 | },
|
956 | {
|
957 | "kind": "field",
|
958 | "name": "more",
|
959 | "type": {
|
960 | "text": "boolean"
|
961 | },
|
962 | "default": "false",
|
963 | "description": "flag for small palette"
|
964 | },
|
965 | {
|
966 | "kind": "method",
|
967 | "name": "watchMore"
|
968 | },
|
969 | {
|
970 | "kind": "field",
|
971 | "name": "hasMore",
|
972 | "type": {
|
973 | "text": "boolean"
|
974 | },
|
975 | "default": "false"
|
976 | },
|
977 | {
|
978 | "kind": "field",
|
979 | "name": "lower",
|
980 | "type": {
|
981 | "text": "boolean"
|
982 | },
|
983 | "default": "false",
|
984 | "description": "flag for small and medium palette"
|
985 | },
|
986 | {
|
987 | "kind": "method",
|
988 | "name": "watchLower"
|
989 | },
|
990 | {
|
991 | "kind": "field",
|
992 | "name": "hasLower",
|
993 | "type": {
|
994 | "text": "boolean"
|
995 | },
|
996 | "default": "false"
|
997 | },
|
998 | {
|
999 | "kind": "field",
|
1000 | "name": "palette",
|
1001 | "type": {
|
1002 | "text": "string[]"
|
1003 | },
|
1004 | "default": "[]"
|
1005 | },
|
1006 | {
|
1007 | "kind": "method",
|
1008 | "name": "getPaletteAll"
|
1009 | },
|
1010 | {
|
1011 | "kind": "method",
|
1012 | "name": "getPaletteGroup"
|
1013 | },
|
1014 | {
|
1015 | "kind": "method",
|
1016 | "name": "getPaletteBase"
|
1017 | },
|
1018 | {
|
1019 | "kind": "method",
|
1020 | "name": "setPalette"
|
1021 | },
|
1022 | {
|
1023 | "kind": "method",
|
1024 | "name": "paletteSymbolClickHandler",
|
1025 | "parameters": [
|
1026 | {
|
1027 | "name": "event",
|
1028 | "type": {
|
1029 | "text": "CustomEvent<string>"
|
1030 | }
|
1031 | }
|
1032 | ]
|
1033 | },
|
1034 | {
|
1035 | "kind": "method",
|
1036 | "name": "render"
|
1037 | }
|
1038 | ],
|
1039 | "attributes": [
|
1040 | {
|
1041 | "name": "orientation",
|
1042 | "fieldName": "orientation",
|
1043 | "type": {
|
1044 | "text": "\"horizontal\" | \"vertical\""
|
1045 | }
|
1046 | },
|
1047 | {
|
1048 | "name": "size",
|
1049 | "fieldName": "size",
|
1050 | "type": {
|
1051 | "text": "\"small\" | \"medium\" | \"large\""
|
1052 | }
|
1053 | },
|
1054 | {
|
1055 | "name": "alphabet",
|
1056 | "fieldName": "alphabet",
|
1057 | "type": {
|
1058 | "text": "object | string"
|
1059 | }
|
1060 | },
|
1061 | {
|
1062 | "name": "group",
|
1063 | "fieldName": "group",
|
1064 | "type": {
|
1065 | "text": "string"
|
1066 | }
|
1067 | },
|
1068 | {
|
1069 | "name": "base",
|
1070 | "fieldName": "base",
|
1071 | "type": {
|
1072 | "text": "string"
|
1073 | }
|
1074 | },
|
1075 | {
|
1076 | "name": "more",
|
1077 | "fieldName": "more",
|
1078 | "type": {
|
1079 | "text": "boolean"
|
1080 | }
|
1081 | },
|
1082 | {
|
1083 | "name": "lower",
|
1084 | "fieldName": "lower",
|
1085 | "type": {
|
1086 | "text": "boolean"
|
1087 | }
|
1088 | }
|
1089 | ],
|
1090 | "tagName": "sgnw-palette",
|
1091 | "events": [],
|
1092 | "customElement": true
|
1093 | }
|
1094 | ],
|
1095 | "exports": [
|
1096 | {
|
1097 | "kind": "js",
|
1098 | "name": "SgnwPalette",
|
1099 | "declaration": {
|
1100 | "name": "SgnwPalette",
|
1101 | "module": "src/components/sgnw-palette/sgnw-palette.tsx"
|
1102 | }
|
1103 | },
|
1104 | {
|
1105 | "kind": "custom-element-definition",
|
1106 | "name": "sgnw-palette",
|
1107 | "declaration": {
|
1108 | "name": "SgnwPalette",
|
1109 | "module": "src/components/sgnw-palette/sgnw-palette.tsx"
|
1110 | }
|
1111 | }
|
1112 | ]
|
1113 | },
|
1114 | {
|
1115 | "kind": "javascript-module",
|
1116 | "path": "src/components/sgnw-button/sgnw-button.tsx",
|
1117 | "declarations": [
|
1118 | {
|
1119 | "kind": "class",
|
1120 | "description": "",
|
1121 | "name": "SgnwButton",
|
1122 | "members": [
|
1123 | {
|
1124 | "kind": "field",
|
1125 | "name": "el",
|
1126 | "type": {
|
1127 | "text": "HTMLElement"
|
1128 | }
|
1129 | },
|
1130 | {
|
1131 | "kind": "field",
|
1132 | "name": "symbol",
|
1133 | "type": {
|
1134 | "text": "string"
|
1135 | },
|
1136 | "description": "SWU character for symbol"
|
1137 | },
|
1138 | {
|
1139 | "kind": "field",
|
1140 | "name": "sign",
|
1141 | "type": {
|
1142 | "text": "string"
|
1143 | },
|
1144 | "description": "SWU string for sign"
|
1145 | },
|
1146 | {
|
1147 | "kind": "field",
|
1148 | "name": "svg",
|
1149 | "type": {
|
1150 | "text": "string"
|
1151 | },
|
1152 | "description": "SVG icon"
|
1153 | },
|
1154 | {
|
1155 | "kind": "field",
|
1156 | "name": "sgnw",
|
1157 | "type": {
|
1158 | "text": "boolean"
|
1159 | }
|
1160 | },
|
1161 | {
|
1162 | "kind": "method",
|
1163 | "name": "render"
|
1164 | }
|
1165 | ],
|
1166 | "attributes": [
|
1167 | {
|
1168 | "name": "symbol",
|
1169 | "fieldName": "symbol",
|
1170 | "type": {
|
1171 | "text": "string"
|
1172 | }
|
1173 | },
|
1174 | {
|
1175 | "name": "sign",
|
1176 | "fieldName": "sign",
|
1177 | "type": {
|
1178 | "text": "string"
|
1179 | }
|
1180 | },
|
1181 | {
|
1182 | "name": "svg",
|
1183 | "fieldName": "svg",
|
1184 | "type": {
|
1185 | "text": "string"
|
1186 | }
|
1187 | }
|
1188 | ],
|
1189 | "tagName": "sgnw-button",
|
1190 | "events": [],
|
1191 | "customElement": true
|
1192 | }
|
1193 | ],
|
1194 | "exports": [
|
1195 | {
|
1196 | "kind": "js",
|
1197 | "name": "SgnwButton",
|
1198 | "declaration": {
|
1199 | "name": "SgnwButton",
|
1200 | "module": "src/components/sgnw-button/sgnw-button.tsx"
|
1201 | }
|
1202 | },
|
1203 | {
|
1204 | "kind": "custom-element-definition",
|
1205 | "name": "sgnw-button",
|
1206 | "declaration": {
|
1207 | "name": "SgnwButton",
|
1208 | "module": "src/components/sgnw-button/sgnw-button.tsx"
|
1209 | }
|
1210 | }
|
1211 | ]
|
1212 | },
|
1213 | {
|
1214 | "kind": "javascript-module",
|
1215 | "path": "src/components/sgnw-palette-symbol/sgnw-palette-symbol.tsx",
|
1216 | "declarations": [
|
1217 | {
|
1218 | "kind": "class",
|
1219 | "description": "",
|
1220 | "name": "SgnwPaletteSymbol",
|
1221 | "members": [
|
1222 | {
|
1223 | "kind": "field",
|
1224 | "name": "el",
|
1225 | "type": {
|
1226 | "text": "HTMLElement"
|
1227 | }
|
1228 | },
|
1229 | {
|
1230 | "kind": "field",
|
1231 | "name": "draggie",
|
1232 | "privacy": "protected"
|
1233 | },
|
1234 | {
|
1235 | "kind": "field",
|
1236 | "name": "symbol",
|
1237 | "type": {
|
1238 | "text": "string"
|
1239 | },
|
1240 | "description": "SWU character for symbol"
|
1241 | },
|
1242 | {
|
1243 | "kind": "field",
|
1244 | "name": "sgnw",
|
1245 | "type": {
|
1246 | "text": "boolean"
|
1247 | }
|
1248 | },
|
1249 | {
|
1250 | "kind": "method",
|
1251 | "name": "paletteSymbolClickHandler"
|
1252 | },
|
1253 | {
|
1254 | "kind": "method",
|
1255 | "name": "paletteSymbolDropHandler",
|
1256 | "parameters": [
|
1257 | {
|
1258 | "name": "{}"
|
1259 | },
|
1260 | {
|
1261 | "name": "pointer"
|
1262 | }
|
1263 | ]
|
1264 | },
|
1265 | {
|
1266 | "kind": "method",
|
1267 | "name": "render"
|
1268 | }
|
1269 | ],
|
1270 | "attributes": [
|
1271 | {
|
1272 | "name": "symbol",
|
1273 | "fieldName": "symbol",
|
1274 | "type": {
|
1275 | "text": "string"
|
1276 | }
|
1277 | }
|
1278 | ],
|
1279 | "tagName": "sgnw-palette-symbol",
|
1280 | "events": [
|
1281 | {
|
1282 | "name": "paletteSymbolClick",
|
1283 | "type": {
|
1284 | "text": "EventEmitter<string>"
|
1285 | },
|
1286 | "description": "click event for the symbol palette"
|
1287 | },
|
1288 | {
|
1289 | "name": "paletteSymbolDrop",
|
1290 | "type": {
|
1291 | "text": "EventEmitter<{encoding:string,symbol:string,x:number,y:number}>"
|
1292 | },
|
1293 | "description": "drop event for the signbox and sequence"
|
1294 | }
|
1295 | ],
|
1296 | "customElement": true
|
1297 | }
|
1298 | ],
|
1299 | "exports": [
|
1300 | {
|
1301 | "kind": "js",
|
1302 | "name": "SgnwPaletteSymbol",
|
1303 | "declaration": {
|
1304 | "name": "SgnwPaletteSymbol",
|
1305 | "module": "src/components/sgnw-palette-symbol/sgnw-palette-symbol.tsx"
|
1306 | }
|
1307 | },
|
1308 | {
|
1309 | "kind": "custom-element-definition",
|
1310 | "name": "sgnw-palette-symbol",
|
1311 | "declaration": {
|
1312 | "name": "SgnwPaletteSymbol",
|
1313 | "module": "src/components/sgnw-palette-symbol/sgnw-palette-symbol.tsx"
|
1314 | }
|
1315 | }
|
1316 | ]
|
1317 | },
|
1318 | {
|
1319 | "kind": "javascript-module",
|
1320 | "path": "src/components/sgnw-sign/sgnw-sign.tsx",
|
1321 | "declarations": [
|
1322 | {
|
1323 | "kind": "class",
|
1324 | "description": "",
|
1325 | "name": "SgnwSign",
|
1326 | "members": [
|
1327 | {
|
1328 | "kind": "field",
|
1329 | "name": "el",
|
1330 | "type": {
|
1331 | "text": "HTMLElement"
|
1332 | }
|
1333 | },
|
1334 | {
|
1335 | "kind": "field",
|
1336 | "name": "sign",
|
1337 | "type": {
|
1338 | "text": "string"
|
1339 | },
|
1340 | "description": "SWU string for sign"
|
1341 | },
|
1342 | {
|
1343 | "kind": "field",
|
1344 | "name": "styling",
|
1345 | "type": {
|
1346 | "text": "string"
|
1347 | },
|
1348 | "description": "Style String for sign"
|
1349 | },
|
1350 | {
|
1351 | "kind": "field",
|
1352 | "name": "sgnw",
|
1353 | "type": {
|
1354 | "text": "boolean"
|
1355 | }
|
1356 | },
|
1357 | {
|
1358 | "kind": "method",
|
1359 | "name": "render"
|
1360 | }
|
1361 | ],
|
1362 | "attributes": [
|
1363 | {
|
1364 | "name": "sign",
|
1365 | "fieldName": "sign",
|
1366 | "type": {
|
1367 | "text": "string"
|
1368 | }
|
1369 | },
|
1370 | {
|
1371 | "name": "styling",
|
1372 | "fieldName": "styling",
|
1373 | "type": {
|
1374 | "text": "string"
|
1375 | }
|
1376 | }
|
1377 | ],
|
1378 | "tagName": "sgnw-sign",
|
1379 | "events": [],
|
1380 | "customElement": true
|
1381 | }
|
1382 | ],
|
1383 | "exports": [
|
1384 | {
|
1385 | "kind": "js",
|
1386 | "name": "SgnwSign",
|
1387 | "declaration": {
|
1388 | "name": "SgnwSign",
|
1389 | "module": "src/components/sgnw-sign/sgnw-sign.tsx"
|
1390 | }
|
1391 | },
|
1392 | {
|
1393 | "kind": "custom-element-definition",
|
1394 | "name": "sgnw-sign",
|
1395 | "declaration": {
|
1396 | "name": "SgnwSign",
|
1397 | "module": "src/components/sgnw-sign/sgnw-sign.tsx"
|
1398 | }
|
1399 | }
|
1400 | ]
|
1401 | },
|
1402 | {
|
1403 | "kind": "javascript-module",
|
1404 | "path": "src/components/sgnw-symbol/sgnw-symbol.tsx",
|
1405 | "declarations": [
|
1406 | {
|
1407 | "kind": "class",
|
1408 | "description": "",
|
1409 | "name": "SgnwSymbol",
|
1410 | "members": [
|
1411 | {
|
1412 | "kind": "field",
|
1413 | "name": "el",
|
1414 | "type": {
|
1415 | "text": "HTMLElement"
|
1416 | }
|
1417 | },
|
1418 | {
|
1419 | "kind": "field",
|
1420 | "name": "symbol",
|
1421 | "type": {
|
1422 | "text": "string"
|
1423 | },
|
1424 | "description": "SWU character for symbol"
|
1425 | },
|
1426 | {
|
1427 | "kind": "field",
|
1428 | "name": "styling",
|
1429 | "type": {
|
1430 | "text": "string"
|
1431 | },
|
1432 | "description": "Style String for symbol"
|
1433 | },
|
1434 | {
|
1435 | "kind": "field",
|
1436 | "name": "sgnw",
|
1437 | "type": {
|
1438 | "text": "boolean"
|
1439 | }
|
1440 | },
|
1441 | {
|
1442 | "kind": "method",
|
1443 | "name": "render"
|
1444 | }
|
1445 | ],
|
1446 | "attributes": [
|
1447 | {
|
1448 | "name": "symbol",
|
1449 | "fieldName": "symbol",
|
1450 | "type": {
|
1451 | "text": "string"
|
1452 | }
|
1453 | },
|
1454 | {
|
1455 | "name": "styling",
|
1456 | "fieldName": "styling",
|
1457 | "type": {
|
1458 | "text": "string"
|
1459 | }
|
1460 | }
|
1461 | ],
|
1462 | "tagName": "sgnw-symbol",
|
1463 | "events": [],
|
1464 | "customElement": true
|
1465 | }
|
1466 | ],
|
1467 | "exports": [
|
1468 | {
|
1469 | "kind": "js",
|
1470 | "name": "SgnwSymbol",
|
1471 | "declaration": {
|
1472 | "name": "SgnwSymbol",
|
1473 | "module": "src/components/sgnw-symbol/sgnw-symbol.tsx"
|
1474 | }
|
1475 | },
|
1476 | {
|
1477 | "kind": "custom-element-definition",
|
1478 | "name": "sgnw-symbol",
|
1479 | "declaration": {
|
1480 | "name": "SgnwSymbol",
|
1481 | "module": "src/components/sgnw-symbol/sgnw-symbol.tsx"
|
1482 | }
|
1483 | }
|
1484 | ]
|
1485 | },
|
1486 | {
|
1487 | "kind": "javascript-module",
|
1488 | "path": "src/components/sgnw-signbox/sgnw-signbox.tsx",
|
1489 | "declarations": [
|
1490 | {
|
1491 | "kind": "class",
|
1492 | "description": "",
|
1493 | "name": "SgnwSignbox",
|
1494 | "members": [
|
1495 | {
|
1496 | "kind": "field",
|
1497 | "name": "el",
|
1498 | "type": {
|
1499 | "text": "HTMLElement"
|
1500 | }
|
1501 | },
|
1502 | {
|
1503 | "kind": "method",
|
1504 | "name": "paletteSymbolDropHandler",
|
1505 | "parameters": [
|
1506 | {
|
1507 | "name": "event",
|
1508 | "type": {
|
1509 | "text": "CustomEvent<Object>"
|
1510 | }
|
1511 | }
|
1512 | ]
|
1513 | },
|
1514 | {
|
1515 | "kind": "method",
|
1516 | "name": "render"
|
1517 | }
|
1518 | ],
|
1519 | "tagName": "sgnw-signbox",
|
1520 | "events": [],
|
1521 | "customElement": true
|
1522 | }
|
1523 | ],
|
1524 | "exports": [
|
1525 | {
|
1526 | "kind": "js",
|
1527 | "name": "SgnwSignbox",
|
1528 | "declaration": {
|
1529 | "name": "SgnwSignbox",
|
1530 | "module": "src/components/sgnw-signbox/sgnw-signbox.tsx"
|
1531 | }
|
1532 | },
|
1533 | {
|
1534 | "kind": "custom-element-definition",
|
1535 | "name": "sgnw-signbox",
|
1536 | "declaration": {
|
1537 | "name": "SgnwSignbox",
|
1538 | "module": "src/components/sgnw-signbox/sgnw-signbox.tsx"
|
1539 | }
|
1540 | }
|
1541 | ]
|
1542 | },
|
1543 | {
|
1544 | "kind": "javascript-module",
|
1545 | "path": "src/components/sgnw-vp/sgnw-vp.tsx",
|
1546 | "declarations": [
|
1547 | {
|
1548 | "kind": "class",
|
1549 | "description": "",
|
1550 | "name": "SgnwVp",
|
1551 | "members": [
|
1552 | {
|
1553 | "kind": "field",
|
1554 | "name": "el",
|
1555 | "type": {
|
1556 | "text": "HTMLElement"
|
1557 | }
|
1558 | },
|
1559 | {
|
1560 | "kind": "field",
|
1561 | "name": "vp",
|
1562 | "type": {
|
1563 | "text": "string"
|
1564 | },
|
1565 | "description": "SWU text"
|
1566 | },
|
1567 | {
|
1568 | "kind": "field",
|
1569 | "name": "colorize",
|
1570 | "type": {
|
1571 | "text": "boolean"
|
1572 | },
|
1573 | "description": "Colorize flag"
|
1574 | },
|
1575 | {
|
1576 | "kind": "field",
|
1577 | "name": "sgnw",
|
1578 | "type": {
|
1579 | "text": "boolean"
|
1580 | }
|
1581 | },
|
1582 | {
|
1583 | "kind": "field",
|
1584 | "name": "items",
|
1585 | "type": {
|
1586 | "text": "object[]"
|
1587 | },
|
1588 | "default": "[]"
|
1589 | },
|
1590 | {
|
1591 | "kind": "method",
|
1592 | "name": "parseText",
|
1593 | "parameters": [
|
1594 | {
|
1595 | "name": "newValue",
|
1596 | "type": {
|
1597 | "text": "string"
|
1598 | }
|
1599 | }
|
1600 | ]
|
1601 | },
|
1602 | {
|
1603 | "kind": "method",
|
1604 | "name": "render"
|
1605 | }
|
1606 | ],
|
1607 | "attributes": [
|
1608 | {
|
1609 | "name": "vp",
|
1610 | "fieldName": "vp",
|
1611 | "type": {
|
1612 | "text": "string"
|
1613 | }
|
1614 | },
|
1615 | {
|
1616 | "name": "colorize",
|
1617 | "fieldName": "colorize",
|
1618 | "type": {
|
1619 | "text": "boolean"
|
1620 | }
|
1621 | }
|
1622 | ],
|
1623 | "tagName": "sgnw-vp",
|
1624 | "events": [],
|
1625 | "customElement": true
|
1626 | }
|
1627 | ],
|
1628 | "exports": [
|
1629 | {
|
1630 | "kind": "js",
|
1631 | "name": "SgnwVp",
|
1632 | "declaration": {
|
1633 | "name": "SgnwVp",
|
1634 | "module": "src/components/sgnw-vp/sgnw-vp.tsx"
|
1635 | }
|
1636 | },
|
1637 | {
|
1638 | "kind": "custom-element-definition",
|
1639 | "name": "sgnw-vp",
|
1640 | "declaration": {
|
1641 | "name": "SgnwVp",
|
1642 | "module": "src/components/sgnw-vp/sgnw-vp.tsx"
|
1643 | }
|
1644 | }
|
1645 | ]
|
1646 | }
|
1647 | ]
|
1648 | }
|