@genesislcap/foundation-layout 14.436.0-FUI-2489.3 → 14.436.0-FUI-2489.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +759 -759
- package/package.json +18 -16
|
@@ -306,566 +306,125 @@
|
|
|
306
306
|
},
|
|
307
307
|
{
|
|
308
308
|
"kind": "javascript-module",
|
|
309
|
-
"path": "src/
|
|
310
|
-
"declarations": [
|
|
311
|
-
{
|
|
312
|
-
"kind": "variable",
|
|
313
|
-
"name": "DEFAULT_RELOAD_BUFFER",
|
|
314
|
-
"type": {
|
|
315
|
-
"text": "number"
|
|
316
|
-
},
|
|
317
|
-
"default": "500",
|
|
318
|
-
"description": "Default time in milliseconds for the layout to buffer calls to reloading\nthe layout while the declarative API is loading.\n\nDuring the first load of the layout, a loading spinner will be shown.",
|
|
319
|
-
"privacy": "public"
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
"kind": "variable",
|
|
323
|
-
"name": "LAYOUT_POPOUT_CONTROL_KEY",
|
|
324
|
-
"type": {
|
|
325
|
-
"text": "string"
|
|
326
|
-
},
|
|
327
|
-
"default": "'f-layout-key'",
|
|
328
|
-
"description": "Key to be used for controlling popout behaviour"
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"kind": "variable",
|
|
332
|
-
"name": "POPOUT_GEOMETRY_BROADCAST_INTERVAL",
|
|
333
|
-
"type": {
|
|
334
|
-
"text": "number"
|
|
335
|
-
},
|
|
336
|
-
"default": "1000",
|
|
337
|
-
"description": "How often a popout window should check to broadcast its\ngeometry"
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
"kind": "variable",
|
|
341
|
-
"name": "LAYOUT_POPOUT_CONTAINER_CLASS",
|
|
342
|
-
"type": {
|
|
343
|
-
"text": "string"
|
|
344
|
-
},
|
|
345
|
-
"default": "'f-layout-popout'",
|
|
346
|
-
"description": "Put this classname on an element which is a DOM parent of the layout, and\nif the layout goes into popout mode then it will place itself as the only child\nfor the popout container you set."
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"kind": "variable",
|
|
350
|
-
"name": "DEFAULT_TAB_HEIGHT",
|
|
351
|
-
"type": {
|
|
352
|
-
"text": "string"
|
|
353
|
-
},
|
|
354
|
-
"default": "'36px'"
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"kind": "function",
|
|
358
|
-
"name": "getLayoutHeaderHeight"
|
|
359
|
-
}
|
|
360
|
-
],
|
|
309
|
+
"path": "src/main/index.ts",
|
|
310
|
+
"declarations": [],
|
|
361
311
|
"exports": [
|
|
362
312
|
{
|
|
363
313
|
"kind": "js",
|
|
364
|
-
"name": "
|
|
365
|
-
"declaration": {
|
|
366
|
-
"name": "DEFAULT_RELOAD_BUFFER",
|
|
367
|
-
"module": "src/utils/constants.ts"
|
|
368
|
-
}
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"kind": "js",
|
|
372
|
-
"name": "LAYOUT_POPOUT_CONTROL_KEY",
|
|
373
|
-
"declaration": {
|
|
374
|
-
"name": "LAYOUT_POPOUT_CONTROL_KEY",
|
|
375
|
-
"module": "src/utils/constants.ts"
|
|
376
|
-
}
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"kind": "js",
|
|
380
|
-
"name": "POPOUT_GEOMETRY_BROADCAST_INTERVAL",
|
|
314
|
+
"name": "FoundationLayoutItem",
|
|
381
315
|
"declaration": {
|
|
382
|
-
"name": "
|
|
383
|
-
"module": "
|
|
316
|
+
"name": "FoundationLayoutItem",
|
|
317
|
+
"module": "./layout-item"
|
|
384
318
|
}
|
|
385
319
|
},
|
|
386
320
|
{
|
|
387
321
|
"kind": "js",
|
|
388
|
-
"name": "
|
|
322
|
+
"name": "FoundationLayoutRegion",
|
|
389
323
|
"declaration": {
|
|
390
|
-
"name": "
|
|
391
|
-
"module": "
|
|
324
|
+
"name": "FoundationLayoutRegion",
|
|
325
|
+
"module": "./layout-region"
|
|
392
326
|
}
|
|
393
327
|
},
|
|
394
328
|
{
|
|
395
329
|
"kind": "js",
|
|
396
|
-
"name": "
|
|
330
|
+
"name": "FoundationLayout",
|
|
397
331
|
"declaration": {
|
|
398
|
-
"name": "
|
|
399
|
-
"module": "
|
|
332
|
+
"name": "FoundationLayout",
|
|
333
|
+
"module": "./layout-main"
|
|
400
334
|
}
|
|
401
335
|
},
|
|
402
336
|
{
|
|
403
337
|
"kind": "js",
|
|
404
|
-
"name": "
|
|
338
|
+
"name": "layoutStyles",
|
|
405
339
|
"declaration": {
|
|
406
|
-
"name": "
|
|
407
|
-
"module": "
|
|
408
|
-
}
|
|
409
|
-
}
|
|
410
|
-
]
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"kind": "javascript-module",
|
|
414
|
-
"path": "src/utils/error.ts",
|
|
415
|
-
"declarations": [
|
|
416
|
-
{
|
|
417
|
-
"kind": "class",
|
|
418
|
-
"description": "",
|
|
419
|
-
"name": "LayoutUsageError",
|
|
420
|
-
"superclass": {
|
|
421
|
-
"name": "Error",
|
|
422
|
-
"module": "src/utils/error.ts"
|
|
340
|
+
"name": "layoutStyles",
|
|
341
|
+
"module": "./layout-main"
|
|
423
342
|
}
|
|
424
343
|
},
|
|
425
|
-
{
|
|
426
|
-
"kind": "class",
|
|
427
|
-
"description": "",
|
|
428
|
-
"name": "LayoutRegistrationError",
|
|
429
|
-
"superclass": {
|
|
430
|
-
"name": "Error",
|
|
431
|
-
"module": "src/utils/error.ts"
|
|
432
|
-
}
|
|
433
|
-
}
|
|
434
|
-
],
|
|
435
|
-
"exports": [
|
|
436
344
|
{
|
|
437
345
|
"kind": "js",
|
|
438
|
-
"name": "
|
|
346
|
+
"name": "layoutTemplate",
|
|
439
347
|
"declaration": {
|
|
440
|
-
"name": "
|
|
441
|
-
"module": "
|
|
348
|
+
"name": "layoutTemplate",
|
|
349
|
+
"module": "./layout-main"
|
|
442
350
|
}
|
|
443
351
|
},
|
|
444
352
|
{
|
|
445
353
|
"kind": "js",
|
|
446
|
-
"name": "
|
|
354
|
+
"name": "*",
|
|
447
355
|
"declaration": {
|
|
448
|
-
"name": "
|
|
449
|
-
"
|
|
356
|
+
"name": "*",
|
|
357
|
+
"package": "./layout-components"
|
|
450
358
|
}
|
|
451
359
|
}
|
|
452
360
|
]
|
|
453
361
|
},
|
|
454
362
|
{
|
|
455
363
|
"kind": "javascript-module",
|
|
456
|
-
"path": "src/
|
|
364
|
+
"path": "src/main/layout-components.ts",
|
|
457
365
|
"declarations": [
|
|
458
366
|
{
|
|
459
367
|
"kind": "variable",
|
|
460
|
-
"name": "
|
|
461
|
-
"type": {
|
|
462
|
-
"text": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}"
|
|
463
|
-
},
|
|
464
|
-
"default": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}",
|
|
465
|
-
"description": "Defines events that the layout system emits\n\n'firstLoaded' - emitted when the layout has finished loading the first time\nusing the declarative API after DEFAULT_RELOAD_BUFFER ms.\n<br/>\n'itemAdded' - emitted when an item is added to the layout'\n<br/>\n'itemRemoved' - emitted when an item is removed from the layout'\n<br/>\n'itemResized' - emitted when the user drags the divider to resize elements",
|
|
466
|
-
"privacy": "public"
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"kind": "variable",
|
|
470
|
-
"name": "LayoutReceiveEvents",
|
|
368
|
+
"name": "foundationLayoutComponents",
|
|
471
369
|
"type": {
|
|
472
|
-
"text": "
|
|
370
|
+
"text": "object"
|
|
473
371
|
},
|
|
474
|
-
"default": "{\n
|
|
475
|
-
"description": "
|
|
372
|
+
"default": "{\n foundationLayout,\n foundationLayoutRegion,\n foundationLayoutItem,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n this[key]().register(container, ...rest);\n }\n },\n}",
|
|
373
|
+
"description": "Registration object to register the layout with your design system.",
|
|
476
374
|
"privacy": "public"
|
|
477
375
|
}
|
|
478
376
|
],
|
|
479
377
|
"exports": [
|
|
480
378
|
{
|
|
481
379
|
"kind": "js",
|
|
482
|
-
"name": "
|
|
483
|
-
"declaration": {
|
|
484
|
-
"name": "LayoutEmitEvents",
|
|
485
|
-
"module": "src/utils/events.ts"
|
|
486
|
-
}
|
|
487
|
-
},
|
|
488
|
-
{
|
|
489
|
-
"kind": "js",
|
|
490
|
-
"name": "LayoutReceiveEvents",
|
|
380
|
+
"name": "foundationLayoutComponents",
|
|
491
381
|
"declaration": {
|
|
492
|
-
"name": "
|
|
493
|
-
"module": "src/
|
|
382
|
+
"name": "foundationLayoutComponents",
|
|
383
|
+
"module": "src/main/layout-components.ts"
|
|
494
384
|
}
|
|
495
385
|
}
|
|
496
386
|
]
|
|
497
387
|
},
|
|
498
388
|
{
|
|
499
389
|
"kind": "javascript-module",
|
|
500
|
-
"path": "src/
|
|
390
|
+
"path": "src/main/layout-item.ts",
|
|
501
391
|
"declarations": [
|
|
502
392
|
{
|
|
503
|
-
"kind": "
|
|
504
|
-
"
|
|
505
|
-
"
|
|
506
|
-
|
|
507
|
-
"text": "void"
|
|
508
|
-
}
|
|
509
|
-
},
|
|
510
|
-
"parameters": [
|
|
393
|
+
"kind": "class",
|
|
394
|
+
"description": "",
|
|
395
|
+
"name": "FoundationLayoutItem",
|
|
396
|
+
"members": [
|
|
511
397
|
{
|
|
512
|
-
"
|
|
398
|
+
"kind": "field",
|
|
399
|
+
"name": "title",
|
|
513
400
|
"type": {
|
|
514
401
|
"text": "string"
|
|
515
402
|
},
|
|
516
|
-
"description": "
|
|
403
|
+
"description": "Sets the title of the item which is displayed on the tab.",
|
|
404
|
+
"privacy": "public"
|
|
517
405
|
},
|
|
518
406
|
{
|
|
519
|
-
"
|
|
407
|
+
"kind": "field",
|
|
408
|
+
"name": "closable",
|
|
520
409
|
"type": {
|
|
521
|
-
"text": "
|
|
410
|
+
"text": "boolean"
|
|
522
411
|
},
|
|
523
|
-
"
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
"privacy": "public"
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"kind": "function",
|
|
531
|
-
"name": "getFactory",
|
|
532
|
-
"return": {
|
|
533
|
-
"type": {
|
|
534
|
-
"text": ""
|
|
535
|
-
}
|
|
536
|
-
},
|
|
537
|
-
"parameters": [
|
|
412
|
+
"default": "false",
|
|
413
|
+
"description": "Boolean attribute controls whether the window can be closed in the GUI.\nDefaults to `false`.",
|
|
414
|
+
"privacy": "public"
|
|
415
|
+
},
|
|
538
416
|
{
|
|
539
|
-
"
|
|
417
|
+
"kind": "field",
|
|
418
|
+
"name": "size",
|
|
540
419
|
"type": {
|
|
541
420
|
"text": "string"
|
|
542
421
|
},
|
|
543
|
-
"description": "
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
"description": "Retrieves a factory function by its key.",
|
|
547
|
-
"privacy": "public"
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"kind": "function",
|
|
551
|
-
"name": "unregisterFactory",
|
|
552
|
-
"return": {
|
|
553
|
-
"type": {
|
|
554
|
-
"text": ""
|
|
555
|
-
}
|
|
556
|
-
},
|
|
557
|
-
"parameters": [
|
|
422
|
+
"description": "optional string describing the size of the new item (see the written documentation for more info)",
|
|
423
|
+
"privacy": "public"
|
|
424
|
+
},
|
|
558
425
|
{
|
|
559
|
-
"
|
|
560
|
-
"
|
|
561
|
-
"text": "string"
|
|
562
|
-
},
|
|
563
|
-
"description": "The unique identifier for the factory to remove."
|
|
564
|
-
}
|
|
565
|
-
],
|
|
566
|
-
"description": "Removes a factory from the registry.\nThis is useful for cleanup when a component is unmounted or no longer needed.",
|
|
567
|
-
"privacy": "public"
|
|
568
|
-
}
|
|
569
|
-
],
|
|
570
|
-
"exports": [
|
|
571
|
-
{
|
|
572
|
-
"kind": "js",
|
|
573
|
-
"name": "registerFactory",
|
|
574
|
-
"declaration": {
|
|
575
|
-
"name": "registerFactory",
|
|
576
|
-
"module": "src/utils/factory-registry.ts"
|
|
577
|
-
}
|
|
578
|
-
},
|
|
579
|
-
{
|
|
580
|
-
"kind": "js",
|
|
581
|
-
"name": "getFactory",
|
|
582
|
-
"declaration": {
|
|
583
|
-
"name": "getFactory",
|
|
584
|
-
"module": "src/utils/factory-registry.ts"
|
|
585
|
-
}
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
"kind": "js",
|
|
589
|
-
"name": "unregisterFactory",
|
|
590
|
-
"declaration": {
|
|
591
|
-
"name": "unregisterFactory",
|
|
592
|
-
"module": "src/utils/factory-registry.ts"
|
|
593
|
-
}
|
|
594
|
-
}
|
|
595
|
-
]
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"kind": "javascript-module",
|
|
599
|
-
"path": "src/utils/index.ts",
|
|
600
|
-
"declarations": [],
|
|
601
|
-
"exports": [
|
|
602
|
-
{
|
|
603
|
-
"kind": "js",
|
|
604
|
-
"name": "*",
|
|
605
|
-
"declaration": {
|
|
606
|
-
"name": "*",
|
|
607
|
-
"package": "./constants"
|
|
608
|
-
}
|
|
609
|
-
},
|
|
610
|
-
{
|
|
611
|
-
"kind": "js",
|
|
612
|
-
"name": "*",
|
|
613
|
-
"declaration": {
|
|
614
|
-
"name": "*",
|
|
615
|
-
"package": "./error"
|
|
616
|
-
}
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"kind": "js",
|
|
620
|
-
"name": "*",
|
|
621
|
-
"declaration": {
|
|
622
|
-
"name": "*",
|
|
623
|
-
"package": "./events"
|
|
624
|
-
}
|
|
625
|
-
},
|
|
626
|
-
{
|
|
627
|
-
"kind": "js",
|
|
628
|
-
"name": "*",
|
|
629
|
-
"declaration": {
|
|
630
|
-
"name": "*",
|
|
631
|
-
"package": "./factory-registry"
|
|
632
|
-
}
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
"kind": "js",
|
|
636
|
-
"name": "*",
|
|
637
|
-
"declaration": {
|
|
638
|
-
"name": "*",
|
|
639
|
-
"package": "./misc"
|
|
640
|
-
}
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"kind": "js",
|
|
644
|
-
"name": "*",
|
|
645
|
-
"declaration": {
|
|
646
|
-
"name": "*",
|
|
647
|
-
"package": "./templates"
|
|
648
|
-
}
|
|
649
|
-
},
|
|
650
|
-
{
|
|
651
|
-
"kind": "js",
|
|
652
|
-
"name": "*",
|
|
653
|
-
"declaration": {
|
|
654
|
-
"name": "*",
|
|
655
|
-
"package": "./popout-events"
|
|
656
|
-
}
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
"kind": "js",
|
|
660
|
-
"name": "*",
|
|
661
|
-
"declaration": {
|
|
662
|
-
"name": "*",
|
|
663
|
-
"package": "./types"
|
|
664
|
-
}
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
"kind": "js",
|
|
668
|
-
"name": "*",
|
|
669
|
-
"declaration": {
|
|
670
|
-
"name": "*",
|
|
671
|
-
"package": "./error"
|
|
672
|
-
}
|
|
673
|
-
}
|
|
674
|
-
]
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"kind": "javascript-module",
|
|
678
|
-
"path": "src/utils/logger.ts",
|
|
679
|
-
"declarations": [
|
|
680
|
-
{
|
|
681
|
-
"kind": "variable",
|
|
682
|
-
"name": "logger"
|
|
683
|
-
}
|
|
684
|
-
],
|
|
685
|
-
"exports": [
|
|
686
|
-
{
|
|
687
|
-
"kind": "js",
|
|
688
|
-
"name": "logger",
|
|
689
|
-
"declaration": {
|
|
690
|
-
"name": "logger",
|
|
691
|
-
"module": "src/utils/logger.ts"
|
|
692
|
-
}
|
|
693
|
-
}
|
|
694
|
-
]
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
"kind": "javascript-module",
|
|
698
|
-
"path": "src/utils/misc.ts",
|
|
699
|
-
"declarations": [],
|
|
700
|
-
"exports": []
|
|
701
|
-
},
|
|
702
|
-
{
|
|
703
|
-
"kind": "javascript-module",
|
|
704
|
-
"path": "src/utils/popout-events.ts",
|
|
705
|
-
"declarations": [
|
|
706
|
-
{
|
|
707
|
-
"kind": "variable",
|
|
708
|
-
"name": "LAYOUT_POPOUT_CHANNEL_NAME",
|
|
709
|
-
"type": {
|
|
710
|
-
"text": "string"
|
|
711
|
-
},
|
|
712
|
-
"default": "'f-layout-popout-channel'",
|
|
713
|
-
"description": "Name of the default broadcast channel used for layout popouts",
|
|
714
|
-
"privacy": "public"
|
|
715
|
-
}
|
|
716
|
-
],
|
|
717
|
-
"exports": [
|
|
718
|
-
{
|
|
719
|
-
"kind": "js",
|
|
720
|
-
"name": "LAYOUT_POPOUT_CHANNEL_NAME",
|
|
721
|
-
"declaration": {
|
|
722
|
-
"name": "LAYOUT_POPOUT_CHANNEL_NAME",
|
|
723
|
-
"module": "src/utils/popout-events.ts"
|
|
724
|
-
}
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"kind": "js",
|
|
728
|
-
"name": "PopoutGeometry",
|
|
729
|
-
"declaration": {
|
|
730
|
-
"name": "PopoutGeometry",
|
|
731
|
-
"module": "src/utils/popout-events.ts"
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
|
-
]
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
"kind": "javascript-module",
|
|
738
|
-
"path": "src/utils/templates.ts",
|
|
739
|
-
"declarations": [],
|
|
740
|
-
"exports": []
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"kind": "javascript-module",
|
|
744
|
-
"path": "src/utils/types.ts",
|
|
745
|
-
"declarations": [],
|
|
746
|
-
"exports": []
|
|
747
|
-
},
|
|
748
|
-
{
|
|
749
|
-
"kind": "javascript-module",
|
|
750
|
-
"path": "src/main/index.ts",
|
|
751
|
-
"declarations": [],
|
|
752
|
-
"exports": [
|
|
753
|
-
{
|
|
754
|
-
"kind": "js",
|
|
755
|
-
"name": "FoundationLayoutItem",
|
|
756
|
-
"declaration": {
|
|
757
|
-
"name": "FoundationLayoutItem",
|
|
758
|
-
"module": "./layout-item"
|
|
759
|
-
}
|
|
760
|
-
},
|
|
761
|
-
{
|
|
762
|
-
"kind": "js",
|
|
763
|
-
"name": "FoundationLayoutRegion",
|
|
764
|
-
"declaration": {
|
|
765
|
-
"name": "FoundationLayoutRegion",
|
|
766
|
-
"module": "./layout-region"
|
|
767
|
-
}
|
|
768
|
-
},
|
|
769
|
-
{
|
|
770
|
-
"kind": "js",
|
|
771
|
-
"name": "FoundationLayout",
|
|
772
|
-
"declaration": {
|
|
773
|
-
"name": "FoundationLayout",
|
|
774
|
-
"module": "./layout-main"
|
|
775
|
-
}
|
|
776
|
-
},
|
|
777
|
-
{
|
|
778
|
-
"kind": "js",
|
|
779
|
-
"name": "layoutStyles",
|
|
780
|
-
"declaration": {
|
|
781
|
-
"name": "layoutStyles",
|
|
782
|
-
"module": "./layout-main"
|
|
783
|
-
}
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
"kind": "js",
|
|
787
|
-
"name": "layoutTemplate",
|
|
788
|
-
"declaration": {
|
|
789
|
-
"name": "layoutTemplate",
|
|
790
|
-
"module": "./layout-main"
|
|
791
|
-
}
|
|
792
|
-
},
|
|
793
|
-
{
|
|
794
|
-
"kind": "js",
|
|
795
|
-
"name": "*",
|
|
796
|
-
"declaration": {
|
|
797
|
-
"name": "*",
|
|
798
|
-
"package": "./layout-components"
|
|
799
|
-
}
|
|
800
|
-
}
|
|
801
|
-
]
|
|
802
|
-
},
|
|
803
|
-
{
|
|
804
|
-
"kind": "javascript-module",
|
|
805
|
-
"path": "src/main/layout-components.ts",
|
|
806
|
-
"declarations": [
|
|
807
|
-
{
|
|
808
|
-
"kind": "variable",
|
|
809
|
-
"name": "foundationLayoutComponents",
|
|
810
|
-
"type": {
|
|
811
|
-
"text": "object"
|
|
812
|
-
},
|
|
813
|
-
"default": "{\n foundationLayout,\n foundationLayoutRegion,\n foundationLayoutItem,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n this[key]().register(container, ...rest);\n }\n },\n}",
|
|
814
|
-
"description": "Registration object to register the layout with your design system.",
|
|
815
|
-
"privacy": "public"
|
|
816
|
-
}
|
|
817
|
-
],
|
|
818
|
-
"exports": [
|
|
819
|
-
{
|
|
820
|
-
"kind": "js",
|
|
821
|
-
"name": "foundationLayoutComponents",
|
|
822
|
-
"declaration": {
|
|
823
|
-
"name": "foundationLayoutComponents",
|
|
824
|
-
"module": "src/main/layout-components.ts"
|
|
825
|
-
}
|
|
826
|
-
}
|
|
827
|
-
]
|
|
828
|
-
},
|
|
829
|
-
{
|
|
830
|
-
"kind": "javascript-module",
|
|
831
|
-
"path": "src/main/layout-item.ts",
|
|
832
|
-
"declarations": [
|
|
833
|
-
{
|
|
834
|
-
"kind": "class",
|
|
835
|
-
"description": "",
|
|
836
|
-
"name": "FoundationLayoutItem",
|
|
837
|
-
"members": [
|
|
838
|
-
{
|
|
839
|
-
"kind": "field",
|
|
840
|
-
"name": "title",
|
|
841
|
-
"type": {
|
|
842
|
-
"text": "string"
|
|
843
|
-
},
|
|
844
|
-
"description": "Sets the title of the item which is displayed on the tab.",
|
|
845
|
-
"privacy": "public"
|
|
846
|
-
},
|
|
847
|
-
{
|
|
848
|
-
"kind": "field",
|
|
849
|
-
"name": "closable",
|
|
850
|
-
"type": {
|
|
851
|
-
"text": "boolean"
|
|
852
|
-
},
|
|
853
|
-
"default": "false",
|
|
854
|
-
"description": "Boolean attribute controls whether the window can be closed in the GUI.\nDefaults to `false`.",
|
|
855
|
-
"privacy": "public"
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"kind": "field",
|
|
859
|
-
"name": "size",
|
|
860
|
-
"type": {
|
|
861
|
-
"text": "string"
|
|
862
|
-
},
|
|
863
|
-
"description": "optional string describing the size of the new item (see the written documentation for more info)",
|
|
864
|
-
"privacy": "public"
|
|
865
|
-
},
|
|
866
|
-
{
|
|
867
|
-
"kind": "field",
|
|
868
|
-
"name": "registration",
|
|
426
|
+
"kind": "field",
|
|
427
|
+
"name": "registration",
|
|
869
428
|
"type": {
|
|
870
429
|
"text": "string"
|
|
871
430
|
},
|
|
@@ -1676,343 +1235,784 @@
|
|
|
1676
1235
|
"privacy": "private"
|
|
1677
1236
|
},
|
|
1678
1237
|
{
|
|
1679
|
-
"kind": "method",
|
|
1680
|
-
"name": "emitAutosave",
|
|
1681
|
-
"privacy": "private"
|
|
1238
|
+
"kind": "method",
|
|
1239
|
+
"name": "emitAutosave",
|
|
1240
|
+
"privacy": "private"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"kind": "method",
|
|
1244
|
+
"name": "startPolling",
|
|
1245
|
+
"privacy": "private"
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"kind": "method",
|
|
1249
|
+
"name": "stopPolling",
|
|
1250
|
+
"privacy": "private"
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"kind": "method",
|
|
1254
|
+
"name": "getGeometry",
|
|
1255
|
+
"privacy": "private",
|
|
1256
|
+
"return": {
|
|
1257
|
+
"type": {
|
|
1258
|
+
"text": "Promise<PopoutGeometry>"
|
|
1259
|
+
}
|
|
1260
|
+
}
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"kind": "method",
|
|
1264
|
+
"name": "getComponentState",
|
|
1265
|
+
"privacy": "private",
|
|
1266
|
+
"return": {
|
|
1267
|
+
"type": {
|
|
1268
|
+
"text": "unknown"
|
|
1269
|
+
}
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"kind": "method",
|
|
1274
|
+
"name": "broadcastUpdate",
|
|
1275
|
+
"privacy": "private",
|
|
1276
|
+
"parameters": [
|
|
1277
|
+
{
|
|
1278
|
+
"name": "geometry",
|
|
1279
|
+
"type": {
|
|
1280
|
+
"text": "PopoutGeometry"
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"name": "state",
|
|
1285
|
+
"optional": true,
|
|
1286
|
+
"type": {
|
|
1287
|
+
"text": "unknown"
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
]
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"kind": "method",
|
|
1294
|
+
"name": "openPopout",
|
|
1295
|
+
"privacy": "public",
|
|
1296
|
+
"parameters": [
|
|
1297
|
+
{
|
|
1298
|
+
"name": "registration",
|
|
1299
|
+
"type": {
|
|
1300
|
+
"text": "string"
|
|
1301
|
+
},
|
|
1302
|
+
"description": "The registration ID of the component to pop out."
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"name": "popoutState",
|
|
1306
|
+
"optional": true,
|
|
1307
|
+
"type": {
|
|
1308
|
+
"text": "PopoutState"
|
|
1309
|
+
},
|
|
1310
|
+
"description": "Optional state (geometry and component state) to use for the new window."
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"name": "uuid",
|
|
1314
|
+
"optional": true,
|
|
1315
|
+
"type": {
|
|
1316
|
+
"text": "any"
|
|
1317
|
+
},
|
|
1318
|
+
"description": "UUID generator from parent layout"
|
|
1319
|
+
}
|
|
1320
|
+
],
|
|
1321
|
+
"description": "Opens a component in a popout window."
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"kind": "method",
|
|
1325
|
+
"name": "getRegistry",
|
|
1326
|
+
"privacy": "public",
|
|
1327
|
+
"return": {
|
|
1328
|
+
"type": {
|
|
1329
|
+
"text": "{ [layoutKey: string]: PopoutState }"
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"kind": "method",
|
|
1335
|
+
"name": "restorePopouts",
|
|
1336
|
+
"privacy": "public",
|
|
1337
|
+
"parameters": [
|
|
1338
|
+
{
|
|
1339
|
+
"name": "registry",
|
|
1340
|
+
"type": {
|
|
1341
|
+
"text": "{ [layoutKey: string]: PopoutState }"
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"name": "uuid",
|
|
1346
|
+
"type": {
|
|
1347
|
+
"text": "any"
|
|
1348
|
+
}
|
|
1349
|
+
}
|
|
1350
|
+
],
|
|
1351
|
+
"description": "Restores popouts from a registry"
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"kind": "method",
|
|
1355
|
+
"name": "closeAllPopouts",
|
|
1356
|
+
"privacy": "public"
|
|
1357
|
+
}
|
|
1358
|
+
],
|
|
1359
|
+
"attributes": [
|
|
1360
|
+
{
|
|
1361
|
+
"name": "channel-name",
|
|
1362
|
+
"type": {
|
|
1363
|
+
"text": "string"
|
|
1364
|
+
},
|
|
1365
|
+
"fieldName": "channelName"
|
|
1366
|
+
}
|
|
1367
|
+
],
|
|
1368
|
+
"superclass": {
|
|
1369
|
+
"name": "FASTElement",
|
|
1370
|
+
"package": "@microsoft/fast-element"
|
|
1371
|
+
},
|
|
1372
|
+
"tagName": "foundation-layout-popout-controller",
|
|
1373
|
+
"customElement": true
|
|
1374
|
+
}
|
|
1375
|
+
],
|
|
1376
|
+
"exports": [
|
|
1377
|
+
{
|
|
1378
|
+
"kind": "js",
|
|
1379
|
+
"name": "FoundationLayoutPopoutController",
|
|
1380
|
+
"declaration": {
|
|
1381
|
+
"name": "FoundationLayoutPopoutController",
|
|
1382
|
+
"module": "src/main/layout-popout-controller.ts"
|
|
1383
|
+
}
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
"kind": "custom-element-definition",
|
|
1387
|
+
"name": "foundation-layout-popout-controller",
|
|
1388
|
+
"declaration": {
|
|
1389
|
+
"name": "FoundationLayoutPopoutController",
|
|
1390
|
+
"module": "src/main/layout-popout-controller.ts"
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
]
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"kind": "javascript-module",
|
|
1397
|
+
"path": "src/main/layout-region.ts",
|
|
1398
|
+
"declarations": [
|
|
1399
|
+
{
|
|
1400
|
+
"kind": "class",
|
|
1401
|
+
"description": "",
|
|
1402
|
+
"name": "FoundationLayoutRegion",
|
|
1403
|
+
"members": [
|
|
1404
|
+
{
|
|
1405
|
+
"kind": "field",
|
|
1406
|
+
"name": "size",
|
|
1407
|
+
"type": {
|
|
1408
|
+
"text": "string"
|
|
1409
|
+
},
|
|
1410
|
+
"description": "optional string describing the size of the new item (see the written documentation for more info)",
|
|
1411
|
+
"privacy": "public"
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"kind": "field",
|
|
1415
|
+
"name": "type",
|
|
1416
|
+
"type": {
|
|
1417
|
+
"text": "LayoutRegionType"
|
|
1418
|
+
},
|
|
1419
|
+
"default": "layoutRegionValue[0]",
|
|
1420
|
+
"description": "Defines the LayoutRegionType| type of the region.\nDefaults to `horizontal`.",
|
|
1421
|
+
"privacy": "public"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"kind": "field",
|
|
1425
|
+
"name": "_presentation",
|
|
1426
|
+
"type": {
|
|
1427
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1428
|
+
},
|
|
1429
|
+
"privacy": "private",
|
|
1430
|
+
"default": "void 0",
|
|
1431
|
+
"inheritedFrom": {
|
|
1432
|
+
"name": "FoundationElement",
|
|
1433
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1434
|
+
}
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"kind": "field",
|
|
1438
|
+
"name": "$presentation",
|
|
1439
|
+
"type": {
|
|
1440
|
+
"text": "ComponentPresentation | null"
|
|
1441
|
+
},
|
|
1442
|
+
"privacy": "public",
|
|
1443
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1444
|
+
"inheritedFrom": {
|
|
1445
|
+
"name": "FoundationElement",
|
|
1446
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1447
|
+
}
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
"kind": "field",
|
|
1451
|
+
"name": "template",
|
|
1452
|
+
"type": {
|
|
1453
|
+
"text": "ElementViewTemplate | void | null"
|
|
1454
|
+
},
|
|
1455
|
+
"privacy": "public",
|
|
1456
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1457
|
+
"inheritedFrom": {
|
|
1458
|
+
"name": "FoundationElement",
|
|
1459
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1460
|
+
}
|
|
1682
1461
|
},
|
|
1683
1462
|
{
|
|
1684
1463
|
"kind": "method",
|
|
1685
|
-
"name": "
|
|
1686
|
-
"privacy": "
|
|
1464
|
+
"name": "templateChanged",
|
|
1465
|
+
"privacy": "protected",
|
|
1466
|
+
"return": {
|
|
1467
|
+
"type": {
|
|
1468
|
+
"text": "void"
|
|
1469
|
+
}
|
|
1470
|
+
},
|
|
1471
|
+
"inheritedFrom": {
|
|
1472
|
+
"name": "FoundationElement",
|
|
1473
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1474
|
+
}
|
|
1687
1475
|
},
|
|
1688
1476
|
{
|
|
1689
|
-
"kind": "
|
|
1690
|
-
"name": "
|
|
1691
|
-
"
|
|
1477
|
+
"kind": "field",
|
|
1478
|
+
"name": "styles",
|
|
1479
|
+
"type": {
|
|
1480
|
+
"text": "ElementStyles | void | null"
|
|
1481
|
+
},
|
|
1482
|
+
"privacy": "public",
|
|
1483
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1484
|
+
"inheritedFrom": {
|
|
1485
|
+
"name": "FoundationElement",
|
|
1486
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1487
|
+
}
|
|
1692
1488
|
},
|
|
1693
1489
|
{
|
|
1694
1490
|
"kind": "method",
|
|
1695
|
-
"name": "
|
|
1696
|
-
"privacy": "
|
|
1491
|
+
"name": "stylesChanged",
|
|
1492
|
+
"privacy": "protected",
|
|
1697
1493
|
"return": {
|
|
1698
1494
|
"type": {
|
|
1699
|
-
"text": "
|
|
1495
|
+
"text": "void"
|
|
1700
1496
|
}
|
|
1497
|
+
},
|
|
1498
|
+
"inheritedFrom": {
|
|
1499
|
+
"name": "FoundationElement",
|
|
1500
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1701
1501
|
}
|
|
1702
1502
|
},
|
|
1703
1503
|
{
|
|
1704
1504
|
"kind": "method",
|
|
1705
|
-
"name": "
|
|
1706
|
-
"privacy": "
|
|
1505
|
+
"name": "compose",
|
|
1506
|
+
"privacy": "public",
|
|
1507
|
+
"static": true,
|
|
1707
1508
|
"return": {
|
|
1708
1509
|
"type": {
|
|
1709
|
-
"text": "
|
|
1510
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1710
1511
|
}
|
|
1711
|
-
}
|
|
1712
|
-
},
|
|
1713
|
-
{
|
|
1714
|
-
"kind": "method",
|
|
1715
|
-
"name": "broadcastUpdate",
|
|
1716
|
-
"privacy": "private",
|
|
1512
|
+
},
|
|
1717
1513
|
"parameters": [
|
|
1718
1514
|
{
|
|
1719
|
-
"name": "
|
|
1720
|
-
"type": {
|
|
1721
|
-
"text": "PopoutGeometry"
|
|
1722
|
-
}
|
|
1723
|
-
},
|
|
1724
|
-
{
|
|
1725
|
-
"name": "state",
|
|
1726
|
-
"optional": true,
|
|
1515
|
+
"name": "this",
|
|
1727
1516
|
"type": {
|
|
1728
|
-
"text": "
|
|
1517
|
+
"text": "K"
|
|
1729
1518
|
}
|
|
1730
|
-
}
|
|
1731
|
-
]
|
|
1732
|
-
},
|
|
1733
|
-
{
|
|
1734
|
-
"kind": "method",
|
|
1735
|
-
"name": "openPopout",
|
|
1736
|
-
"privacy": "public",
|
|
1737
|
-
"parameters": [
|
|
1738
|
-
{
|
|
1739
|
-
"name": "registration",
|
|
1740
|
-
"type": {
|
|
1741
|
-
"text": "string"
|
|
1742
|
-
},
|
|
1743
|
-
"description": "The registration ID of the component to pop out."
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"name": "popoutState",
|
|
1747
|
-
"optional": true,
|
|
1748
|
-
"type": {
|
|
1749
|
-
"text": "PopoutState"
|
|
1750
|
-
},
|
|
1751
|
-
"description": "Optional state (geometry and component state) to use for the new window."
|
|
1752
1519
|
},
|
|
1753
1520
|
{
|
|
1754
|
-
"name": "
|
|
1755
|
-
"optional": true,
|
|
1521
|
+
"name": "elementDefinition",
|
|
1756
1522
|
"type": {
|
|
1757
|
-
"text": "
|
|
1523
|
+
"text": "T"
|
|
1758
1524
|
},
|
|
1759
|
-
"description": "
|
|
1525
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1760
1526
|
}
|
|
1761
1527
|
],
|
|
1762
|
-
"description": "
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
"name": "getRegistry",
|
|
1767
|
-
"privacy": "public",
|
|
1768
|
-
"return": {
|
|
1769
|
-
"type": {
|
|
1770
|
-
"text": "{ [layoutKey: string]: PopoutState }"
|
|
1771
|
-
}
|
|
1528
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1529
|
+
"inheritedFrom": {
|
|
1530
|
+
"name": "FoundationElement",
|
|
1531
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1772
1532
|
}
|
|
1533
|
+
}
|
|
1534
|
+
],
|
|
1535
|
+
"attributes": [
|
|
1536
|
+
{
|
|
1537
|
+
"name": "size",
|
|
1538
|
+
"type": {
|
|
1539
|
+
"text": "string"
|
|
1540
|
+
},
|
|
1541
|
+
"description": "optional string describing the size of the new item (see the written documentation for more info)",
|
|
1542
|
+
"fieldName": "size"
|
|
1773
1543
|
},
|
|
1774
1544
|
{
|
|
1775
|
-
"
|
|
1776
|
-
"
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1545
|
+
"name": "type",
|
|
1546
|
+
"type": {
|
|
1547
|
+
"text": "LayoutRegionType"
|
|
1548
|
+
},
|
|
1549
|
+
"default": "defaultLayoutType",
|
|
1550
|
+
"description": "Defines the LayoutRegionType| type of the region.\nDefaults to `horizontal`.",
|
|
1551
|
+
"resolveInitializer": {
|
|
1552
|
+
"module": "src/main/layout-region.ts"
|
|
1553
|
+
},
|
|
1554
|
+
"fieldName": "type"
|
|
1555
|
+
}
|
|
1556
|
+
],
|
|
1557
|
+
"superclass": {
|
|
1558
|
+
"name": "FoundationElement",
|
|
1559
|
+
"package": "@microsoft/fast-foundation"
|
|
1560
|
+
},
|
|
1561
|
+
"tagName": "%%prefix%%-layout-region",
|
|
1562
|
+
"customElement": true
|
|
1563
|
+
}
|
|
1564
|
+
],
|
|
1565
|
+
"exports": [
|
|
1566
|
+
{
|
|
1567
|
+
"kind": "js",
|
|
1568
|
+
"name": "FoundationLayoutRegion",
|
|
1569
|
+
"declaration": {
|
|
1570
|
+
"name": "FoundationLayoutRegion",
|
|
1571
|
+
"module": "src/main/layout-region.ts"
|
|
1572
|
+
}
|
|
1573
|
+
}
|
|
1574
|
+
]
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"kind": "javascript-module",
|
|
1578
|
+
"path": "src/utils/constants.ts",
|
|
1579
|
+
"declarations": [
|
|
1580
|
+
{
|
|
1581
|
+
"kind": "variable",
|
|
1582
|
+
"name": "DEFAULT_RELOAD_BUFFER",
|
|
1583
|
+
"type": {
|
|
1584
|
+
"text": "number"
|
|
1585
|
+
},
|
|
1586
|
+
"default": "500",
|
|
1587
|
+
"description": "Default time in milliseconds for the layout to buffer calls to reloading\nthe layout while the declarative API is loading.\n\nDuring the first load of the layout, a loading spinner will be shown.",
|
|
1588
|
+
"privacy": "public"
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"kind": "variable",
|
|
1592
|
+
"name": "LAYOUT_POPOUT_CONTROL_KEY",
|
|
1593
|
+
"type": {
|
|
1594
|
+
"text": "string"
|
|
1595
|
+
},
|
|
1596
|
+
"default": "'f-layout-key'",
|
|
1597
|
+
"description": "Key to be used for controlling popout behaviour"
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"kind": "variable",
|
|
1601
|
+
"name": "POPOUT_GEOMETRY_BROADCAST_INTERVAL",
|
|
1602
|
+
"type": {
|
|
1603
|
+
"text": "number"
|
|
1604
|
+
},
|
|
1605
|
+
"default": "1000",
|
|
1606
|
+
"description": "How often a popout window should check to broadcast its\ngeometry"
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"kind": "variable",
|
|
1610
|
+
"name": "LAYOUT_POPOUT_CONTAINER_CLASS",
|
|
1611
|
+
"type": {
|
|
1612
|
+
"text": "string"
|
|
1613
|
+
},
|
|
1614
|
+
"default": "'f-layout-popout'",
|
|
1615
|
+
"description": "Put this classname on an element which is a DOM parent of the layout, and\nif the layout goes into popout mode then it will place itself as the only child\nfor the popout container you set."
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"kind": "variable",
|
|
1619
|
+
"name": "DEFAULT_TAB_HEIGHT",
|
|
1620
|
+
"type": {
|
|
1621
|
+
"text": "string"
|
|
1622
|
+
},
|
|
1623
|
+
"default": "'36px'"
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"kind": "function",
|
|
1627
|
+
"name": "getLayoutHeaderHeight"
|
|
1628
|
+
}
|
|
1629
|
+
],
|
|
1630
|
+
"exports": [
|
|
1631
|
+
{
|
|
1632
|
+
"kind": "js",
|
|
1633
|
+
"name": "DEFAULT_RELOAD_BUFFER",
|
|
1634
|
+
"declaration": {
|
|
1635
|
+
"name": "DEFAULT_RELOAD_BUFFER",
|
|
1636
|
+
"module": "src/utils/constants.ts"
|
|
1637
|
+
}
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"kind": "js",
|
|
1641
|
+
"name": "LAYOUT_POPOUT_CONTROL_KEY",
|
|
1642
|
+
"declaration": {
|
|
1643
|
+
"name": "LAYOUT_POPOUT_CONTROL_KEY",
|
|
1644
|
+
"module": "src/utils/constants.ts"
|
|
1645
|
+
}
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"kind": "js",
|
|
1649
|
+
"name": "POPOUT_GEOMETRY_BROADCAST_INTERVAL",
|
|
1650
|
+
"declaration": {
|
|
1651
|
+
"name": "POPOUT_GEOMETRY_BROADCAST_INTERVAL",
|
|
1652
|
+
"module": "src/utils/constants.ts"
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"kind": "js",
|
|
1657
|
+
"name": "LAYOUT_POPOUT_CONTAINER_CLASS",
|
|
1658
|
+
"declaration": {
|
|
1659
|
+
"name": "LAYOUT_POPOUT_CONTAINER_CLASS",
|
|
1660
|
+
"module": "src/utils/constants.ts"
|
|
1661
|
+
}
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"kind": "js",
|
|
1665
|
+
"name": "DEFAULT_TAB_HEIGHT",
|
|
1666
|
+
"declaration": {
|
|
1667
|
+
"name": "DEFAULT_TAB_HEIGHT",
|
|
1668
|
+
"module": "src/utils/constants.ts"
|
|
1669
|
+
}
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
"kind": "js",
|
|
1673
|
+
"name": "getLayoutHeaderHeight",
|
|
1674
|
+
"declaration": {
|
|
1675
|
+
"name": "getLayoutHeaderHeight",
|
|
1676
|
+
"module": "src/utils/constants.ts"
|
|
1677
|
+
}
|
|
1678
|
+
}
|
|
1679
|
+
]
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"kind": "javascript-module",
|
|
1683
|
+
"path": "src/utils/error.ts",
|
|
1684
|
+
"declarations": [
|
|
1685
|
+
{
|
|
1686
|
+
"kind": "class",
|
|
1687
|
+
"description": "",
|
|
1688
|
+
"name": "LayoutUsageError",
|
|
1689
|
+
"superclass": {
|
|
1690
|
+
"name": "Error",
|
|
1691
|
+
"module": "src/utils/error.ts"
|
|
1692
|
+
}
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"kind": "class",
|
|
1696
|
+
"description": "",
|
|
1697
|
+
"name": "LayoutRegistrationError",
|
|
1698
|
+
"superclass": {
|
|
1699
|
+
"name": "Error",
|
|
1700
|
+
"module": "src/utils/error.ts"
|
|
1701
|
+
}
|
|
1702
|
+
}
|
|
1703
|
+
],
|
|
1704
|
+
"exports": [
|
|
1705
|
+
{
|
|
1706
|
+
"kind": "js",
|
|
1707
|
+
"name": "LayoutUsageError",
|
|
1708
|
+
"declaration": {
|
|
1709
|
+
"name": "LayoutUsageError",
|
|
1710
|
+
"module": "src/utils/error.ts"
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"kind": "js",
|
|
1715
|
+
"name": "LayoutRegistrationError",
|
|
1716
|
+
"declaration": {
|
|
1717
|
+
"name": "LayoutRegistrationError",
|
|
1718
|
+
"module": "src/utils/error.ts"
|
|
1719
|
+
}
|
|
1720
|
+
}
|
|
1721
|
+
]
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"kind": "javascript-module",
|
|
1725
|
+
"path": "src/utils/events.ts",
|
|
1726
|
+
"declarations": [
|
|
1727
|
+
{
|
|
1728
|
+
"kind": "variable",
|
|
1729
|
+
"name": "LayoutEmitEvents",
|
|
1730
|
+
"type": {
|
|
1731
|
+
"text": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}"
|
|
1732
|
+
},
|
|
1733
|
+
"default": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}",
|
|
1734
|
+
"description": "Defines events that the layout system emits\n\n'firstLoaded' - emitted when the layout has finished loading the first time\nusing the declarative API after DEFAULT_RELOAD_BUFFER ms.\n<br/>\n'itemAdded' - emitted when an item is added to the layout'\n<br/>\n'itemRemoved' - emitted when an item is removed from the layout'\n<br/>\n'itemResized' - emitted when the user drags the divider to resize elements",
|
|
1735
|
+
"privacy": "public"
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"kind": "variable",
|
|
1739
|
+
"name": "LayoutReceiveEvents",
|
|
1740
|
+
"type": {
|
|
1741
|
+
"text": "{\n changeTitle: 'change-title',\n autosave: 'autosave',\n}"
|
|
1742
|
+
},
|
|
1743
|
+
"default": "{\n changeTitle: 'change-title',\n autosave: 'autosave',\n}",
|
|
1744
|
+
"description": "Defines events that the layout system listens for\n\n'changeTitle' - emit this from a contained item to update the title of the window that contains it.\n'autosave' - emit this from a contained item to hint to the layout system that it should autosave the layout. A contained item should do this if it has just changed some state it would like to persist. See LayoutComponentWithState.",
|
|
1745
|
+
"privacy": "public"
|
|
1746
|
+
}
|
|
1747
|
+
],
|
|
1748
|
+
"exports": [
|
|
1749
|
+
{
|
|
1750
|
+
"kind": "js",
|
|
1751
|
+
"name": "LayoutEmitEvents",
|
|
1752
|
+
"declaration": {
|
|
1753
|
+
"name": "LayoutEmitEvents",
|
|
1754
|
+
"module": "src/utils/events.ts"
|
|
1755
|
+
}
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"kind": "js",
|
|
1759
|
+
"name": "LayoutReceiveEvents",
|
|
1760
|
+
"declaration": {
|
|
1761
|
+
"name": "LayoutReceiveEvents",
|
|
1762
|
+
"module": "src/utils/events.ts"
|
|
1763
|
+
}
|
|
1764
|
+
}
|
|
1765
|
+
]
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"kind": "javascript-module",
|
|
1769
|
+
"path": "src/utils/factory-registry.ts",
|
|
1770
|
+
"declarations": [
|
|
1771
|
+
{
|
|
1772
|
+
"kind": "function",
|
|
1773
|
+
"name": "registerFactory",
|
|
1774
|
+
"return": {
|
|
1775
|
+
"type": {
|
|
1776
|
+
"text": "void"
|
|
1777
|
+
}
|
|
1778
|
+
},
|
|
1779
|
+
"parameters": [
|
|
1780
|
+
{
|
|
1781
|
+
"name": "key",
|
|
1782
|
+
"type": {
|
|
1783
|
+
"text": "string"
|
|
1784
|
+
},
|
|
1785
|
+
"description": "Unique identifier for the factory. Should be descriptive and unique across the application."
|
|
1793
1786
|
},
|
|
1794
1787
|
{
|
|
1795
|
-
"
|
|
1796
|
-
"
|
|
1797
|
-
|
|
1788
|
+
"name": "factory",
|
|
1789
|
+
"type": {
|
|
1790
|
+
"text": "ComponentFactory"
|
|
1791
|
+
},
|
|
1792
|
+
"description": "The factory function that creates the component."
|
|
1798
1793
|
}
|
|
1799
1794
|
],
|
|
1800
|
-
"
|
|
1795
|
+
"description": "Registers a factory function with a unique key.\nThis allows framework components to be used in the declarative layout API\nwithout needing to pass function references through HTML attributes.",
|
|
1796
|
+
"privacy": "public"
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"kind": "function",
|
|
1800
|
+
"name": "getFactory",
|
|
1801
|
+
"return": {
|
|
1802
|
+
"type": {
|
|
1803
|
+
"text": ""
|
|
1804
|
+
}
|
|
1805
|
+
},
|
|
1806
|
+
"parameters": [
|
|
1801
1807
|
{
|
|
1802
|
-
"name": "
|
|
1808
|
+
"name": "key",
|
|
1803
1809
|
"type": {
|
|
1804
1810
|
"text": "string"
|
|
1805
1811
|
},
|
|
1806
|
-
"
|
|
1812
|
+
"description": "The unique identifier for the factory."
|
|
1807
1813
|
}
|
|
1808
1814
|
],
|
|
1809
|
-
"
|
|
1810
|
-
|
|
1811
|
-
|
|
1815
|
+
"description": "Retrieves a factory function by its key.",
|
|
1816
|
+
"privacy": "public"
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"kind": "function",
|
|
1820
|
+
"name": "unregisterFactory",
|
|
1821
|
+
"return": {
|
|
1822
|
+
"type": {
|
|
1823
|
+
"text": ""
|
|
1824
|
+
}
|
|
1812
1825
|
},
|
|
1813
|
-
"
|
|
1814
|
-
|
|
1826
|
+
"parameters": [
|
|
1827
|
+
{
|
|
1828
|
+
"name": "key",
|
|
1829
|
+
"type": {
|
|
1830
|
+
"text": "string"
|
|
1831
|
+
},
|
|
1832
|
+
"description": "The unique identifier for the factory to remove."
|
|
1833
|
+
}
|
|
1834
|
+
],
|
|
1835
|
+
"description": "Removes a factory from the registry.\nThis is useful for cleanup when a component is unmounted or no longer needed.",
|
|
1836
|
+
"privacy": "public"
|
|
1815
1837
|
}
|
|
1816
1838
|
],
|
|
1817
1839
|
"exports": [
|
|
1818
1840
|
{
|
|
1819
1841
|
"kind": "js",
|
|
1820
|
-
"name": "
|
|
1842
|
+
"name": "registerFactory",
|
|
1843
|
+
"declaration": {
|
|
1844
|
+
"name": "registerFactory",
|
|
1845
|
+
"module": "src/utils/factory-registry.ts"
|
|
1846
|
+
}
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"kind": "js",
|
|
1850
|
+
"name": "getFactory",
|
|
1851
|
+
"declaration": {
|
|
1852
|
+
"name": "getFactory",
|
|
1853
|
+
"module": "src/utils/factory-registry.ts"
|
|
1854
|
+
}
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"kind": "js",
|
|
1858
|
+
"name": "unregisterFactory",
|
|
1859
|
+
"declaration": {
|
|
1860
|
+
"name": "unregisterFactory",
|
|
1861
|
+
"module": "src/utils/factory-registry.ts"
|
|
1862
|
+
}
|
|
1863
|
+
}
|
|
1864
|
+
]
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
"kind": "javascript-module",
|
|
1868
|
+
"path": "src/utils/index.ts",
|
|
1869
|
+
"declarations": [],
|
|
1870
|
+
"exports": [
|
|
1871
|
+
{
|
|
1872
|
+
"kind": "js",
|
|
1873
|
+
"name": "*",
|
|
1874
|
+
"declaration": {
|
|
1875
|
+
"name": "*",
|
|
1876
|
+
"package": "./constants"
|
|
1877
|
+
}
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"kind": "js",
|
|
1881
|
+
"name": "*",
|
|
1882
|
+
"declaration": {
|
|
1883
|
+
"name": "*",
|
|
1884
|
+
"package": "./error"
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"kind": "js",
|
|
1889
|
+
"name": "*",
|
|
1890
|
+
"declaration": {
|
|
1891
|
+
"name": "*",
|
|
1892
|
+
"package": "./events"
|
|
1893
|
+
}
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"kind": "js",
|
|
1897
|
+
"name": "*",
|
|
1898
|
+
"declaration": {
|
|
1899
|
+
"name": "*",
|
|
1900
|
+
"package": "./factory-registry"
|
|
1901
|
+
}
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"kind": "js",
|
|
1905
|
+
"name": "*",
|
|
1906
|
+
"declaration": {
|
|
1907
|
+
"name": "*",
|
|
1908
|
+
"package": "./misc"
|
|
1909
|
+
}
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"kind": "js",
|
|
1913
|
+
"name": "*",
|
|
1821
1914
|
"declaration": {
|
|
1822
|
-
"name": "
|
|
1823
|
-
"
|
|
1915
|
+
"name": "*",
|
|
1916
|
+
"package": "./templates"
|
|
1824
1917
|
}
|
|
1825
1918
|
},
|
|
1826
1919
|
{
|
|
1827
|
-
"kind": "
|
|
1828
|
-
"name": "
|
|
1920
|
+
"kind": "js",
|
|
1921
|
+
"name": "*",
|
|
1829
1922
|
"declaration": {
|
|
1830
|
-
"name": "
|
|
1831
|
-
"
|
|
1923
|
+
"name": "*",
|
|
1924
|
+
"package": "./popout-events"
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"kind": "js",
|
|
1929
|
+
"name": "*",
|
|
1930
|
+
"declaration": {
|
|
1931
|
+
"name": "*",
|
|
1932
|
+
"package": "./types"
|
|
1933
|
+
}
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"kind": "js",
|
|
1937
|
+
"name": "*",
|
|
1938
|
+
"declaration": {
|
|
1939
|
+
"name": "*",
|
|
1940
|
+
"package": "./error"
|
|
1832
1941
|
}
|
|
1833
1942
|
}
|
|
1834
1943
|
]
|
|
1835
1944
|
},
|
|
1836
1945
|
{
|
|
1837
1946
|
"kind": "javascript-module",
|
|
1838
|
-
"path": "src/
|
|
1947
|
+
"path": "src/utils/logger.ts",
|
|
1839
1948
|
"declarations": [
|
|
1840
1949
|
{
|
|
1841
|
-
"kind": "
|
|
1842
|
-
"
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
"default": "void 0",
|
|
1872
|
-
"inheritedFrom": {
|
|
1873
|
-
"name": "FoundationElement",
|
|
1874
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1875
|
-
}
|
|
1876
|
-
},
|
|
1877
|
-
{
|
|
1878
|
-
"kind": "field",
|
|
1879
|
-
"name": "$presentation",
|
|
1880
|
-
"type": {
|
|
1881
|
-
"text": "ComponentPresentation | null"
|
|
1882
|
-
},
|
|
1883
|
-
"privacy": "public",
|
|
1884
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1885
|
-
"inheritedFrom": {
|
|
1886
|
-
"name": "FoundationElement",
|
|
1887
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1888
|
-
}
|
|
1889
|
-
},
|
|
1890
|
-
{
|
|
1891
|
-
"kind": "field",
|
|
1892
|
-
"name": "template",
|
|
1893
|
-
"type": {
|
|
1894
|
-
"text": "ElementViewTemplate | void | null"
|
|
1895
|
-
},
|
|
1896
|
-
"privacy": "public",
|
|
1897
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1898
|
-
"inheritedFrom": {
|
|
1899
|
-
"name": "FoundationElement",
|
|
1900
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1901
|
-
}
|
|
1902
|
-
},
|
|
1903
|
-
{
|
|
1904
|
-
"kind": "method",
|
|
1905
|
-
"name": "templateChanged",
|
|
1906
|
-
"privacy": "protected",
|
|
1907
|
-
"return": {
|
|
1908
|
-
"type": {
|
|
1909
|
-
"text": "void"
|
|
1910
|
-
}
|
|
1911
|
-
},
|
|
1912
|
-
"inheritedFrom": {
|
|
1913
|
-
"name": "FoundationElement",
|
|
1914
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1915
|
-
}
|
|
1916
|
-
},
|
|
1917
|
-
{
|
|
1918
|
-
"kind": "field",
|
|
1919
|
-
"name": "styles",
|
|
1920
|
-
"type": {
|
|
1921
|
-
"text": "ElementStyles | void | null"
|
|
1922
|
-
},
|
|
1923
|
-
"privacy": "public",
|
|
1924
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1925
|
-
"inheritedFrom": {
|
|
1926
|
-
"name": "FoundationElement",
|
|
1927
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1928
|
-
}
|
|
1929
|
-
},
|
|
1930
|
-
{
|
|
1931
|
-
"kind": "method",
|
|
1932
|
-
"name": "stylesChanged",
|
|
1933
|
-
"privacy": "protected",
|
|
1934
|
-
"return": {
|
|
1935
|
-
"type": {
|
|
1936
|
-
"text": "void"
|
|
1937
|
-
}
|
|
1938
|
-
},
|
|
1939
|
-
"inheritedFrom": {
|
|
1940
|
-
"name": "FoundationElement",
|
|
1941
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1942
|
-
}
|
|
1943
|
-
},
|
|
1944
|
-
{
|
|
1945
|
-
"kind": "method",
|
|
1946
|
-
"name": "compose",
|
|
1947
|
-
"privacy": "public",
|
|
1948
|
-
"static": true,
|
|
1949
|
-
"return": {
|
|
1950
|
-
"type": {
|
|
1951
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1952
|
-
}
|
|
1953
|
-
},
|
|
1954
|
-
"parameters": [
|
|
1955
|
-
{
|
|
1956
|
-
"name": "this",
|
|
1957
|
-
"type": {
|
|
1958
|
-
"text": "K"
|
|
1959
|
-
}
|
|
1960
|
-
},
|
|
1961
|
-
{
|
|
1962
|
-
"name": "elementDefinition",
|
|
1963
|
-
"type": {
|
|
1964
|
-
"text": "T"
|
|
1965
|
-
},
|
|
1966
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1967
|
-
}
|
|
1968
|
-
],
|
|
1969
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1970
|
-
"inheritedFrom": {
|
|
1971
|
-
"name": "FoundationElement",
|
|
1972
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1973
|
-
}
|
|
1974
|
-
}
|
|
1975
|
-
],
|
|
1976
|
-
"attributes": [
|
|
1977
|
-
{
|
|
1978
|
-
"name": "size",
|
|
1979
|
-
"type": {
|
|
1980
|
-
"text": "string"
|
|
1981
|
-
},
|
|
1982
|
-
"description": "optional string describing the size of the new item (see the written documentation for more info)",
|
|
1983
|
-
"fieldName": "size"
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
"name": "type",
|
|
1987
|
-
"type": {
|
|
1988
|
-
"text": "LayoutRegionType"
|
|
1989
|
-
},
|
|
1990
|
-
"default": "defaultLayoutType",
|
|
1991
|
-
"description": "Defines the LayoutRegionType| type of the region.\nDefaults to `horizontal`.",
|
|
1992
|
-
"resolveInitializer": {
|
|
1993
|
-
"module": "src/main/layout-region.ts"
|
|
1994
|
-
},
|
|
1995
|
-
"fieldName": "type"
|
|
1996
|
-
}
|
|
1997
|
-
],
|
|
1998
|
-
"superclass": {
|
|
1999
|
-
"name": "FoundationElement",
|
|
2000
|
-
"package": "@microsoft/fast-foundation"
|
|
1950
|
+
"kind": "variable",
|
|
1951
|
+
"name": "logger"
|
|
1952
|
+
}
|
|
1953
|
+
],
|
|
1954
|
+
"exports": [
|
|
1955
|
+
{
|
|
1956
|
+
"kind": "js",
|
|
1957
|
+
"name": "logger",
|
|
1958
|
+
"declaration": {
|
|
1959
|
+
"name": "logger",
|
|
1960
|
+
"module": "src/utils/logger.ts"
|
|
1961
|
+
}
|
|
1962
|
+
}
|
|
1963
|
+
]
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
"kind": "javascript-module",
|
|
1967
|
+
"path": "src/utils/misc.ts",
|
|
1968
|
+
"declarations": [],
|
|
1969
|
+
"exports": []
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
"kind": "javascript-module",
|
|
1973
|
+
"path": "src/utils/popout-events.ts",
|
|
1974
|
+
"declarations": [
|
|
1975
|
+
{
|
|
1976
|
+
"kind": "variable",
|
|
1977
|
+
"name": "LAYOUT_POPOUT_CHANNEL_NAME",
|
|
1978
|
+
"type": {
|
|
1979
|
+
"text": "string"
|
|
2001
1980
|
},
|
|
2002
|
-
"
|
|
2003
|
-
"
|
|
1981
|
+
"default": "'f-layout-popout-channel'",
|
|
1982
|
+
"description": "Name of the default broadcast channel used for layout popouts",
|
|
1983
|
+
"privacy": "public"
|
|
2004
1984
|
}
|
|
2005
1985
|
],
|
|
2006
1986
|
"exports": [
|
|
2007
1987
|
{
|
|
2008
1988
|
"kind": "js",
|
|
2009
|
-
"name": "
|
|
1989
|
+
"name": "LAYOUT_POPOUT_CHANNEL_NAME",
|
|
2010
1990
|
"declaration": {
|
|
2011
|
-
"name": "
|
|
2012
|
-
"module": "src/
|
|
1991
|
+
"name": "LAYOUT_POPOUT_CHANNEL_NAME",
|
|
1992
|
+
"module": "src/utils/popout-events.ts"
|
|
1993
|
+
}
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
"kind": "js",
|
|
1997
|
+
"name": "PopoutGeometry",
|
|
1998
|
+
"declaration": {
|
|
1999
|
+
"name": "PopoutGeometry",
|
|
2000
|
+
"module": "src/utils/popout-events.ts"
|
|
2013
2001
|
}
|
|
2014
2002
|
}
|
|
2015
2003
|
]
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"kind": "javascript-module",
|
|
2007
|
+
"path": "src/utils/templates.ts",
|
|
2008
|
+
"declarations": [],
|
|
2009
|
+
"exports": []
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
"kind": "javascript-module",
|
|
2013
|
+
"path": "src/utils/types.ts",
|
|
2014
|
+
"declarations": [],
|
|
2015
|
+
"exports": []
|
|
2016
2016
|
}
|
|
2017
2017
|
]
|
|
2018
2018
|
}
|