@genesislcap/foundation-zero 14.408.0 → 14.409.0-FUI-2495.2

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +676 -676
  2. package/package.json +12 -12
@@ -3447,11 +3447,11 @@
3447
3447
  },
3448
3448
  {
3449
3449
  "kind": "javascript-module",
3450
- "path": "src/anchored-region/anchored-region.styles.ts",
3450
+ "path": "src/avatar/avatar.styles.ts",
3451
3451
  "declarations": [
3452
3452
  {
3453
3453
  "kind": "function",
3454
- "name": "zeroAnchoredRegionStyles",
3454
+ "name": "zeroAvatarStyles",
3455
3455
  "return": {
3456
3456
  "type": {
3457
3457
  "text": "ElementStyles"
@@ -3476,24 +3476,24 @@
3476
3476
  "exports": [
3477
3477
  {
3478
3478
  "kind": "js",
3479
- "name": "zeroAnchoredRegionStyles",
3479
+ "name": "zeroAvatarStyles",
3480
3480
  "declaration": {
3481
- "name": "zeroAnchoredRegionStyles",
3482
- "module": "src/anchored-region/anchored-region.styles.ts"
3481
+ "name": "zeroAvatarStyles",
3482
+ "module": "src/avatar/avatar.styles.ts"
3483
3483
  }
3484
3484
  }
3485
3485
  ]
3486
3486
  },
3487
3487
  {
3488
3488
  "kind": "javascript-module",
3489
- "path": "src/anchored-region/anchored-region.template.ts",
3489
+ "path": "src/avatar/avatar.template.ts",
3490
3490
  "declarations": [
3491
3491
  {
3492
3492
  "kind": "function",
3493
- "name": "zeroAnchoredRegionTemplate",
3493
+ "name": "zeroAvatarTemplate",
3494
3494
  "return": {
3495
3495
  "type": {
3496
- "text": "ViewTemplate<AnchoredRegion>"
3496
+ "text": "ViewTemplate<Avatar>"
3497
3497
  }
3498
3498
  },
3499
3499
  "parameters": [
@@ -3515,217 +3515,580 @@
3515
3515
  "exports": [
3516
3516
  {
3517
3517
  "kind": "js",
3518
- "name": "zeroAnchoredRegionTemplate",
3518
+ "name": "zeroAvatarTemplate",
3519
3519
  "declaration": {
3520
- "name": "zeroAnchoredRegionTemplate",
3521
- "module": "src/anchored-region/anchored-region.template.ts"
3520
+ "name": "zeroAvatarTemplate",
3521
+ "module": "src/avatar/avatar.template.ts"
3522
3522
  }
3523
3523
  }
3524
3524
  ]
3525
3525
  },
3526
3526
  {
3527
3527
  "kind": "javascript-module",
3528
- "path": "src/anchored-region/anchored-region.ts",
3528
+ "path": "src/avatar/avatar.ts",
3529
3529
  "declarations": [
3530
3530
  {
3531
3531
  "kind": "class",
3532
3532
  "description": "",
3533
- "name": "AnchoredRegion",
3533
+ "name": "Avatar",
3534
3534
  "superclass": {
3535
- "name": "FoundationAnchoredRegion",
3535
+ "name": "FoundationAvatar",
3536
3536
  "package": "@genesislcap/foundation-ui"
3537
3537
  },
3538
- "tagName": "%%prefix%%-anchored-region",
3538
+ "tagName": "%%prefix%%-avatar",
3539
3539
  "customElement": true,
3540
3540
  "attributes": [
3541
3541
  {
3542
- "name": "anchor",
3542
+ "name": "fill",
3543
3543
  "type": {
3544
3544
  "text": "string"
3545
3545
  },
3546
- "default": "\"\"",
3547
- "description": "The HTML ID of the anchor element this region is positioned relative to",
3548
- "fieldName": "anchor",
3546
+ "description": "Indicates the Avatar should have a color fill.",
3547
+ "fieldName": "fill",
3549
3548
  "inheritedFrom": {
3550
- "name": "AnchoredRegion",
3551
- "module": "src/anchored-region/anchored-region.ts"
3549
+ "name": "Avatar",
3550
+ "module": "src/avatar/avatar.ts"
3552
3551
  }
3553
3552
  },
3554
3553
  {
3555
- "name": "viewport",
3554
+ "name": "color",
3556
3555
  "type": {
3557
3556
  "text": "string"
3558
3557
  },
3559
- "default": "\"\"",
3560
- "description": "The HTML ID of the viewport element this region is positioned relative to",
3561
- "fieldName": "viewport",
3558
+ "description": "Indicates the Avatar should have a text color.",
3559
+ "fieldName": "color",
3562
3560
  "inheritedFrom": {
3563
- "name": "AnchoredRegion",
3564
- "module": "src/anchored-region/anchored-region.ts"
3561
+ "name": "Avatar",
3562
+ "module": "src/avatar/avatar.ts"
3565
3563
  }
3566
3564
  },
3567
3565
  {
3568
- "name": "horizontal-positioning-mode",
3566
+ "name": "link",
3569
3567
  "type": {
3570
- "text": "AxisPositioningMode"
3568
+ "text": "string"
3571
3569
  },
3572
- "default": "\"uncontrolled\"",
3573
- "description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
3574
- "fieldName": "horizontalPositioningMode",
3570
+ "description": "Indicates the Avatar should have url link",
3571
+ "fieldName": "link",
3575
3572
  "inheritedFrom": {
3576
- "name": "AnchoredRegion",
3577
- "module": "src/anchored-region/anchored-region.ts"
3573
+ "name": "Avatar",
3574
+ "module": "src/avatar/avatar.ts"
3578
3575
  }
3579
3576
  },
3580
3577
  {
3581
- "name": "horizontal-default-position",
3578
+ "name": "shape",
3582
3579
  "type": {
3583
- "text": "HorizontalPosition"
3580
+ "text": "AvatarShape"
3584
3581
  },
3585
- "default": "\"unset\"",
3586
- "description": "The default horizontal position of the region relative to the anchor element",
3587
- "fieldName": "horizontalDefaultPosition",
3582
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
3583
+ "fieldName": "shape",
3588
3584
  "inheritedFrom": {
3589
- "name": "AnchoredRegion",
3590
- "module": "src/anchored-region/anchored-region.ts"
3585
+ "name": "Avatar",
3586
+ "module": "src/avatar/avatar.ts"
3591
3587
  }
3592
- },
3588
+ }
3589
+ ],
3590
+ "members": [
3593
3591
  {
3594
- "name": "horizontal-viewport-lock",
3592
+ "kind": "field",
3593
+ "name": "fill",
3595
3594
  "type": {
3596
- "text": "boolean"
3595
+ "text": "string"
3597
3596
  },
3598
- "default": "false",
3599
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
3600
- "fieldName": "horizontalViewportLock",
3597
+ "privacy": "public",
3598
+ "description": "Indicates the Avatar should have a color fill.",
3601
3599
  "inheritedFrom": {
3602
- "name": "AnchoredRegion",
3603
- "module": "src/anchored-region/anchored-region.ts"
3600
+ "name": "Avatar",
3601
+ "module": "src/avatar/avatar.ts"
3604
3602
  }
3605
3603
  },
3606
3604
  {
3607
- "name": "horizontal-inset",
3605
+ "kind": "field",
3606
+ "name": "color",
3608
3607
  "type": {
3609
- "text": "boolean"
3608
+ "text": "string"
3610
3609
  },
3611
- "default": "false",
3612
- "description": "Whether the region overlaps the anchor on the horizontal axis",
3613
- "fieldName": "horizontalInset",
3610
+ "privacy": "public",
3611
+ "description": "Indicates the Avatar should have a text color.",
3614
3612
  "inheritedFrom": {
3615
- "name": "AnchoredRegion",
3616
- "module": "src/anchored-region/anchored-region.ts"
3613
+ "name": "Avatar",
3614
+ "module": "src/avatar/avatar.ts"
3617
3615
  }
3618
3616
  },
3619
3617
  {
3620
- "name": "horizontal-threshold",
3618
+ "kind": "field",
3619
+ "name": "link",
3621
3620
  "type": {
3622
- "text": "number"
3621
+ "text": "string"
3623
3622
  },
3624
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
3625
- "fieldName": "horizontalThreshold",
3623
+ "privacy": "public",
3624
+ "description": "Indicates the Avatar should have url link",
3626
3625
  "inheritedFrom": {
3627
- "name": "AnchoredRegion",
3628
- "module": "src/anchored-region/anchored-region.ts"
3626
+ "name": "Avatar",
3627
+ "module": "src/avatar/avatar.ts"
3629
3628
  }
3630
3629
  },
3631
3630
  {
3632
- "name": "horizontal-scaling",
3631
+ "kind": "field",
3632
+ "name": "shape",
3633
3633
  "type": {
3634
- "text": "AxisScalingMode"
3634
+ "text": "AvatarShape"
3635
3635
  },
3636
- "default": "\"content\"",
3637
- "description": "Defines how the width of the region is calculated",
3638
- "fieldName": "horizontalScaling",
3636
+ "privacy": "public",
3637
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
3639
3638
  "inheritedFrom": {
3640
- "name": "AnchoredRegion",
3641
- "module": "src/anchored-region/anchored-region.ts"
3639
+ "name": "Avatar",
3640
+ "module": "src/avatar/avatar.ts"
3642
3641
  }
3643
3642
  },
3644
3643
  {
3645
- "name": "vertical-positioning-mode",
3644
+ "kind": "field",
3645
+ "name": "_presentation",
3646
3646
  "type": {
3647
- "text": "AxisPositioningMode"
3647
+ "text": "ComponentPresentation | null | undefined"
3648
3648
  },
3649
- "default": "\"uncontrolled\"",
3650
- "description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
3651
- "fieldName": "verticalPositioningMode",
3649
+ "privacy": "private",
3650
+ "default": "void 0",
3652
3651
  "inheritedFrom": {
3653
- "name": "AnchoredRegion",
3654
- "module": "src/anchored-region/anchored-region.ts"
3652
+ "name": "Avatar",
3653
+ "module": "src/avatar/avatar.ts"
3655
3654
  }
3656
3655
  },
3657
3656
  {
3658
- "name": "vertical-default-position",
3657
+ "kind": "field",
3658
+ "name": "$presentation",
3659
3659
  "type": {
3660
- "text": "VerticalPosition"
3660
+ "text": "ComponentPresentation | null"
3661
3661
  },
3662
- "default": "\"unset\"",
3663
- "description": "The default vertical position of the region relative to the anchor element",
3664
- "fieldName": "verticalDefaultPosition",
3662
+ "privacy": "public",
3663
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3665
3664
  "inheritedFrom": {
3666
- "name": "AnchoredRegion",
3667
- "module": "src/anchored-region/anchored-region.ts"
3665
+ "name": "Avatar",
3666
+ "module": "src/avatar/avatar.ts"
3668
3667
  }
3669
3668
  },
3670
3669
  {
3671
- "name": "vertical-viewport-lock",
3670
+ "kind": "field",
3671
+ "name": "template",
3672
3672
  "type": {
3673
- "text": "boolean"
3673
+ "text": "ElementViewTemplate | void | null"
3674
3674
  },
3675
- "default": "false",
3676
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
3677
- "fieldName": "verticalViewportLock",
3675
+ "privacy": "public",
3676
+ "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.",
3678
3677
  "inheritedFrom": {
3679
- "name": "AnchoredRegion",
3680
- "module": "src/anchored-region/anchored-region.ts"
3678
+ "name": "Avatar",
3679
+ "module": "src/avatar/avatar.ts"
3681
3680
  }
3682
3681
  },
3683
3682
  {
3684
- "name": "vertical-inset",
3685
- "type": {
3686
- "text": "boolean"
3683
+ "kind": "method",
3684
+ "name": "templateChanged",
3685
+ "privacy": "protected",
3686
+ "return": {
3687
+ "type": {
3688
+ "text": "void"
3689
+ }
3687
3690
  },
3688
- "default": "false",
3689
- "description": "Whether the region overlaps the anchor on the vertical axis",
3690
- "fieldName": "verticalInset",
3691
3691
  "inheritedFrom": {
3692
- "name": "AnchoredRegion",
3693
- "module": "src/anchored-region/anchored-region.ts"
3692
+ "name": "Avatar",
3693
+ "module": "src/avatar/avatar.ts"
3694
3694
  }
3695
3695
  },
3696
3696
  {
3697
- "name": "vertical-threshold",
3697
+ "kind": "field",
3698
+ "name": "styles",
3698
3699
  "type": {
3699
- "text": "number"
3700
+ "text": "ElementStyles | void | null"
3700
3701
  },
3701
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
3702
- "fieldName": "verticalThreshold",
3702
+ "privacy": "public",
3703
+ "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.",
3703
3704
  "inheritedFrom": {
3704
- "name": "AnchoredRegion",
3705
- "module": "src/anchored-region/anchored-region.ts"
3705
+ "name": "Avatar",
3706
+ "module": "src/avatar/avatar.ts"
3706
3707
  }
3707
3708
  },
3708
3709
  {
3709
- "name": "vertical-scaling",
3710
- "type": {
3711
- "text": "AxisScalingMode"
3710
+ "kind": "method",
3711
+ "name": "stylesChanged",
3712
+ "privacy": "protected",
3713
+ "return": {
3714
+ "type": {
3715
+ "text": "void"
3716
+ }
3712
3717
  },
3713
- "default": "\"content\"",
3714
- "description": "Defines how the height of the region is calculated",
3715
- "fieldName": "verticalScaling",
3716
3718
  "inheritedFrom": {
3717
- "name": "AnchoredRegion",
3718
- "module": "src/anchored-region/anchored-region.ts"
3719
+ "name": "Avatar",
3720
+ "module": "src/avatar/avatar.ts"
3719
3721
  }
3720
3722
  },
3721
3723
  {
3722
- "name": "fixed-placement",
3723
- "type": {
3724
- "text": "boolean"
3724
+ "kind": "method",
3725
+ "name": "compose",
3726
+ "privacy": "public",
3727
+ "static": true,
3728
+ "return": {
3729
+ "type": {
3730
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3731
+ }
3725
3732
  },
3726
- "default": "false",
3727
- "description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
3728
- "fieldName": "fixedPlacement",
3733
+ "parameters": [
3734
+ {
3735
+ "name": "this",
3736
+ "type": {
3737
+ "text": "K"
3738
+ }
3739
+ },
3740
+ {
3741
+ "name": "elementDefinition",
3742
+ "type": {
3743
+ "text": "T"
3744
+ },
3745
+ "description": "The definition of the element to create the registry\nfunction for."
3746
+ }
3747
+ ],
3748
+ "description": "Defines an element registry function with a set of element definition defaults.",
3749
+ "inheritedFrom": {
3750
+ "name": "Avatar",
3751
+ "module": "src/avatar/avatar.ts"
3752
+ }
3753
+ }
3754
+ ]
3755
+ },
3756
+ {
3757
+ "kind": "variable",
3758
+ "name": "zeroAvatar"
3759
+ }
3760
+ ],
3761
+ "exports": [
3762
+ {
3763
+ "kind": "js",
3764
+ "name": "Avatar",
3765
+ "declaration": {
3766
+ "name": "Avatar",
3767
+ "module": "src/avatar/avatar.ts"
3768
+ }
3769
+ },
3770
+ {
3771
+ "kind": "js",
3772
+ "name": "zeroAvatar",
3773
+ "declaration": {
3774
+ "name": "zeroAvatar",
3775
+ "module": "src/avatar/avatar.ts"
3776
+ }
3777
+ }
3778
+ ]
3779
+ },
3780
+ {
3781
+ "kind": "javascript-module",
3782
+ "path": "src/avatar/index.ts",
3783
+ "declarations": [],
3784
+ "exports": [
3785
+ {
3786
+ "kind": "js",
3787
+ "name": "*",
3788
+ "declaration": {
3789
+ "name": "*",
3790
+ "package": "./avatar"
3791
+ }
3792
+ },
3793
+ {
3794
+ "kind": "js",
3795
+ "name": "*",
3796
+ "declaration": {
3797
+ "name": "*",
3798
+ "package": "./avatar.styles"
3799
+ }
3800
+ },
3801
+ {
3802
+ "kind": "js",
3803
+ "name": "*",
3804
+ "declaration": {
3805
+ "name": "*",
3806
+ "package": "./avatar.template"
3807
+ }
3808
+ }
3809
+ ]
3810
+ },
3811
+ {
3812
+ "kind": "javascript-module",
3813
+ "path": "src/anchored-region/anchored-region.styles.ts",
3814
+ "declarations": [
3815
+ {
3816
+ "kind": "function",
3817
+ "name": "zeroAnchoredRegionStyles",
3818
+ "return": {
3819
+ "type": {
3820
+ "text": "ElementStyles"
3821
+ }
3822
+ },
3823
+ "parameters": [
3824
+ {
3825
+ "name": "context",
3826
+ "type": {
3827
+ "text": "ElementDefinitionContext"
3828
+ }
3829
+ },
3830
+ {
3831
+ "name": "definition",
3832
+ "type": {
3833
+ "text": "FoundationElementDefinition"
3834
+ }
3835
+ }
3836
+ ]
3837
+ }
3838
+ ],
3839
+ "exports": [
3840
+ {
3841
+ "kind": "js",
3842
+ "name": "zeroAnchoredRegionStyles",
3843
+ "declaration": {
3844
+ "name": "zeroAnchoredRegionStyles",
3845
+ "module": "src/anchored-region/anchored-region.styles.ts"
3846
+ }
3847
+ }
3848
+ ]
3849
+ },
3850
+ {
3851
+ "kind": "javascript-module",
3852
+ "path": "src/anchored-region/anchored-region.template.ts",
3853
+ "declarations": [
3854
+ {
3855
+ "kind": "function",
3856
+ "name": "zeroAnchoredRegionTemplate",
3857
+ "return": {
3858
+ "type": {
3859
+ "text": "ViewTemplate<AnchoredRegion>"
3860
+ }
3861
+ },
3862
+ "parameters": [
3863
+ {
3864
+ "name": "context",
3865
+ "type": {
3866
+ "text": "ElementDefinitionContext"
3867
+ }
3868
+ },
3869
+ {
3870
+ "name": "definition",
3871
+ "type": {
3872
+ "text": "FoundationElementDefinition"
3873
+ }
3874
+ }
3875
+ ]
3876
+ }
3877
+ ],
3878
+ "exports": [
3879
+ {
3880
+ "kind": "js",
3881
+ "name": "zeroAnchoredRegionTemplate",
3882
+ "declaration": {
3883
+ "name": "zeroAnchoredRegionTemplate",
3884
+ "module": "src/anchored-region/anchored-region.template.ts"
3885
+ }
3886
+ }
3887
+ ]
3888
+ },
3889
+ {
3890
+ "kind": "javascript-module",
3891
+ "path": "src/anchored-region/anchored-region.ts",
3892
+ "declarations": [
3893
+ {
3894
+ "kind": "class",
3895
+ "description": "",
3896
+ "name": "AnchoredRegion",
3897
+ "superclass": {
3898
+ "name": "FoundationAnchoredRegion",
3899
+ "package": "@genesislcap/foundation-ui"
3900
+ },
3901
+ "tagName": "%%prefix%%-anchored-region",
3902
+ "customElement": true,
3903
+ "attributes": [
3904
+ {
3905
+ "name": "anchor",
3906
+ "type": {
3907
+ "text": "string"
3908
+ },
3909
+ "default": "\"\"",
3910
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
3911
+ "fieldName": "anchor",
3912
+ "inheritedFrom": {
3913
+ "name": "AnchoredRegion",
3914
+ "module": "src/anchored-region/anchored-region.ts"
3915
+ }
3916
+ },
3917
+ {
3918
+ "name": "viewport",
3919
+ "type": {
3920
+ "text": "string"
3921
+ },
3922
+ "default": "\"\"",
3923
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
3924
+ "fieldName": "viewport",
3925
+ "inheritedFrom": {
3926
+ "name": "AnchoredRegion",
3927
+ "module": "src/anchored-region/anchored-region.ts"
3928
+ }
3929
+ },
3930
+ {
3931
+ "name": "horizontal-positioning-mode",
3932
+ "type": {
3933
+ "text": "AxisPositioningMode"
3934
+ },
3935
+ "default": "\"uncontrolled\"",
3936
+ "description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
3937
+ "fieldName": "horizontalPositioningMode",
3938
+ "inheritedFrom": {
3939
+ "name": "AnchoredRegion",
3940
+ "module": "src/anchored-region/anchored-region.ts"
3941
+ }
3942
+ },
3943
+ {
3944
+ "name": "horizontal-default-position",
3945
+ "type": {
3946
+ "text": "HorizontalPosition"
3947
+ },
3948
+ "default": "\"unset\"",
3949
+ "description": "The default horizontal position of the region relative to the anchor element",
3950
+ "fieldName": "horizontalDefaultPosition",
3951
+ "inheritedFrom": {
3952
+ "name": "AnchoredRegion",
3953
+ "module": "src/anchored-region/anchored-region.ts"
3954
+ }
3955
+ },
3956
+ {
3957
+ "name": "horizontal-viewport-lock",
3958
+ "type": {
3959
+ "text": "boolean"
3960
+ },
3961
+ "default": "false",
3962
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
3963
+ "fieldName": "horizontalViewportLock",
3964
+ "inheritedFrom": {
3965
+ "name": "AnchoredRegion",
3966
+ "module": "src/anchored-region/anchored-region.ts"
3967
+ }
3968
+ },
3969
+ {
3970
+ "name": "horizontal-inset",
3971
+ "type": {
3972
+ "text": "boolean"
3973
+ },
3974
+ "default": "false",
3975
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
3976
+ "fieldName": "horizontalInset",
3977
+ "inheritedFrom": {
3978
+ "name": "AnchoredRegion",
3979
+ "module": "src/anchored-region/anchored-region.ts"
3980
+ }
3981
+ },
3982
+ {
3983
+ "name": "horizontal-threshold",
3984
+ "type": {
3985
+ "text": "number"
3986
+ },
3987
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
3988
+ "fieldName": "horizontalThreshold",
3989
+ "inheritedFrom": {
3990
+ "name": "AnchoredRegion",
3991
+ "module": "src/anchored-region/anchored-region.ts"
3992
+ }
3993
+ },
3994
+ {
3995
+ "name": "horizontal-scaling",
3996
+ "type": {
3997
+ "text": "AxisScalingMode"
3998
+ },
3999
+ "default": "\"content\"",
4000
+ "description": "Defines how the width of the region is calculated",
4001
+ "fieldName": "horizontalScaling",
4002
+ "inheritedFrom": {
4003
+ "name": "AnchoredRegion",
4004
+ "module": "src/anchored-region/anchored-region.ts"
4005
+ }
4006
+ },
4007
+ {
4008
+ "name": "vertical-positioning-mode",
4009
+ "type": {
4010
+ "text": "AxisPositioningMode"
4011
+ },
4012
+ "default": "\"uncontrolled\"",
4013
+ "description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
4014
+ "fieldName": "verticalPositioningMode",
4015
+ "inheritedFrom": {
4016
+ "name": "AnchoredRegion",
4017
+ "module": "src/anchored-region/anchored-region.ts"
4018
+ }
4019
+ },
4020
+ {
4021
+ "name": "vertical-default-position",
4022
+ "type": {
4023
+ "text": "VerticalPosition"
4024
+ },
4025
+ "default": "\"unset\"",
4026
+ "description": "The default vertical position of the region relative to the anchor element",
4027
+ "fieldName": "verticalDefaultPosition",
4028
+ "inheritedFrom": {
4029
+ "name": "AnchoredRegion",
4030
+ "module": "src/anchored-region/anchored-region.ts"
4031
+ }
4032
+ },
4033
+ {
4034
+ "name": "vertical-viewport-lock",
4035
+ "type": {
4036
+ "text": "boolean"
4037
+ },
4038
+ "default": "false",
4039
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
4040
+ "fieldName": "verticalViewportLock",
4041
+ "inheritedFrom": {
4042
+ "name": "AnchoredRegion",
4043
+ "module": "src/anchored-region/anchored-region.ts"
4044
+ }
4045
+ },
4046
+ {
4047
+ "name": "vertical-inset",
4048
+ "type": {
4049
+ "text": "boolean"
4050
+ },
4051
+ "default": "false",
4052
+ "description": "Whether the region overlaps the anchor on the vertical axis",
4053
+ "fieldName": "verticalInset",
4054
+ "inheritedFrom": {
4055
+ "name": "AnchoredRegion",
4056
+ "module": "src/anchored-region/anchored-region.ts"
4057
+ }
4058
+ },
4059
+ {
4060
+ "name": "vertical-threshold",
4061
+ "type": {
4062
+ "text": "number"
4063
+ },
4064
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
4065
+ "fieldName": "verticalThreshold",
4066
+ "inheritedFrom": {
4067
+ "name": "AnchoredRegion",
4068
+ "module": "src/anchored-region/anchored-region.ts"
4069
+ }
4070
+ },
4071
+ {
4072
+ "name": "vertical-scaling",
4073
+ "type": {
4074
+ "text": "AxisScalingMode"
4075
+ },
4076
+ "default": "\"content\"",
4077
+ "description": "Defines how the height of the region is calculated",
4078
+ "fieldName": "verticalScaling",
4079
+ "inheritedFrom": {
4080
+ "name": "AnchoredRegion",
4081
+ "module": "src/anchored-region/anchored-region.ts"
4082
+ }
4083
+ },
4084
+ {
4085
+ "name": "fixed-placement",
4086
+ "type": {
4087
+ "text": "boolean"
4088
+ },
4089
+ "default": "false",
4090
+ "description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
4091
+ "fieldName": "fixedPlacement",
3729
4092
  "inheritedFrom": {
3730
4093
  "name": "AnchoredRegion",
3731
4094
  "module": "src/anchored-region/anchored-region.ts"
@@ -4539,290 +4902,67 @@
4539
4902
  "text": "void"
4540
4903
  }
4541
4904
  },
4542
- "description": "initializes the instance's resize observer",
4543
- "inheritedFrom": {
4544
- "name": "AnchoredRegion",
4545
- "module": "src/anchored-region/anchored-region.ts"
4546
- }
4547
- },
4548
- {
4549
- "kind": "method",
4550
- "name": "updateForAttributeChange",
4551
- "privacy": "private",
4552
- "return": {
4553
- "type": {
4554
- "text": "void"
4555
- }
4556
- },
4557
- "description": "react to attribute changes that don't require a reset",
4558
- "inheritedFrom": {
4559
- "name": "AnchoredRegion",
4560
- "module": "src/anchored-region/anchored-region.ts"
4561
- }
4562
- },
4563
- {
4564
- "kind": "method",
4565
- "name": "initialize",
4566
- "privacy": "private",
4567
- "return": {
4568
- "type": {
4569
- "text": "void"
4570
- }
4571
- },
4572
- "description": "fully initializes the component",
4573
- "inheritedFrom": {
4574
- "name": "AnchoredRegion",
4575
- "module": "src/anchored-region/anchored-region.ts"
4576
- }
4577
- },
4578
- {
4579
- "kind": "method",
4580
- "name": "requestReset",
4581
- "privacy": "private",
4582
- "return": {
4583
- "type": {
4584
- "text": "void"
4585
- }
4586
- },
4587
- "description": "Request a reset if there are currently no open requests",
4588
- "inheritedFrom": {
4589
- "name": "AnchoredRegion",
4590
- "module": "src/anchored-region/anchored-region.ts"
4591
- }
4592
- },
4593
- {
4594
- "kind": "method",
4595
- "name": "setInitialState",
4596
- "privacy": "private",
4597
- "return": {
4598
- "type": {
4599
- "text": "void"
4600
- }
4601
- },
4602
- "description": "sets the starting configuration for component internal values",
4603
- "inheritedFrom": {
4604
- "name": "AnchoredRegion",
4605
- "module": "src/anchored-region/anchored-region.ts"
4606
- }
4607
- },
4608
- {
4609
- "kind": "field",
4610
- "name": "startObservers",
4611
- "privacy": "private",
4612
- "description": "starts observers",
4613
- "inheritedFrom": {
4614
- "name": "AnchoredRegion",
4615
- "module": "src/anchored-region/anchored-region.ts"
4616
- }
4617
- },
4618
- {
4619
- "kind": "field",
4620
- "name": "requestPositionUpdates",
4621
- "privacy": "private",
4622
- "description": "get position updates",
4623
- "inheritedFrom": {
4624
- "name": "AnchoredRegion",
4625
- "module": "src/anchored-region/anchored-region.ts"
4626
- }
4627
- },
4628
- {
4629
- "kind": "field",
4630
- "name": "stopObservers",
4631
- "privacy": "private",
4632
- "description": "stops observers",
4633
- "inheritedFrom": {
4634
- "name": "AnchoredRegion",
4635
- "module": "src/anchored-region/anchored-region.ts"
4636
- }
4637
- },
4638
- {
4639
- "kind": "field",
4640
- "name": "getViewport",
4641
- "privacy": "private",
4642
- "description": "Gets the viewport element by id, or defaults to document root",
4643
- "inheritedFrom": {
4644
- "name": "AnchoredRegion",
4645
- "module": "src/anchored-region/anchored-region.ts"
4646
- }
4647
- },
4648
- {
4649
- "kind": "field",
4650
- "name": "getAnchor",
4651
- "privacy": "private",
4652
- "description": "Gets the anchor element by id",
4653
- "inheritedFrom": {
4654
- "name": "AnchoredRegion",
4655
- "module": "src/anchored-region/anchored-region.ts"
4656
- }
4657
- },
4658
- {
4659
- "kind": "field",
4660
- "name": "handleIntersection",
4661
- "privacy": "private",
4662
- "description": "Handle intersections",
4663
- "inheritedFrom": {
4664
- "name": "AnchoredRegion",
4665
- "module": "src/anchored-region/anchored-region.ts"
4666
- }
4667
- },
4668
- {
4669
- "kind": "field",
4670
- "name": "applyIntersectionEntries",
4671
- "privacy": "private",
4672
- "description": "iterate through intersection entries and apply data",
4673
- "inheritedFrom": {
4674
- "name": "AnchoredRegion",
4675
- "module": "src/anchored-region/anchored-region.ts"
4676
- }
4677
- },
4678
- {
4679
- "kind": "field",
4680
- "name": "updateRegionOffset",
4681
- "privacy": "private",
4682
- "description": "Update the offset values",
4683
- "inheritedFrom": {
4684
- "name": "AnchoredRegion",
4685
- "module": "src/anchored-region/anchored-region.ts"
4686
- }
4687
- },
4688
- {
4689
- "kind": "field",
4690
- "name": "isRectDifferent",
4691
- "privacy": "private",
4692
- "description": "compare rects to see if there is enough change to justify a DOM update",
4693
- "inheritedFrom": {
4694
- "name": "AnchoredRegion",
4695
- "module": "src/anchored-region/anchored-region.ts"
4696
- }
4697
- },
4698
- {
4699
- "kind": "field",
4700
- "name": "handleResize",
4701
- "privacy": "private",
4702
- "description": "Handle resize events",
4703
- "inheritedFrom": {
4704
- "name": "AnchoredRegion",
4705
- "module": "src/anchored-region/anchored-region.ts"
4706
- }
4707
- },
4708
- {
4709
- "kind": "field",
4710
- "name": "reset",
4711
- "privacy": "private",
4712
- "description": "resets the component",
4713
- "inheritedFrom": {
4714
- "name": "AnchoredRegion",
4715
- "module": "src/anchored-region/anchored-region.ts"
4716
- }
4717
- },
4718
- {
4719
- "kind": "field",
4720
- "name": "updateLayout",
4721
- "privacy": "private",
4722
- "description": "Recalculate layout related state values",
4723
- "inheritedFrom": {
4724
- "name": "AnchoredRegion",
4725
- "module": "src/anchored-region/anchored-region.ts"
4726
- }
4727
- },
4728
- {
4729
- "kind": "field",
4730
- "name": "updateRegionStyle",
4731
- "privacy": "private",
4732
- "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
4733
- "inheritedFrom": {
4734
- "name": "AnchoredRegion",
4735
- "module": "src/anchored-region/anchored-region.ts"
4736
- }
4737
- },
4738
- {
4739
- "kind": "field",
4740
- "name": "updatePositionClasses",
4741
- "privacy": "private",
4742
- "description": "Updates the css classes that reflect the current position of the element",
4743
- "inheritedFrom": {
4744
- "name": "AnchoredRegion",
4745
- "module": "src/anchored-region/anchored-region.ts"
4746
- }
4747
- },
4748
- {
4749
- "kind": "field",
4750
- "name": "setHorizontalPosition",
4751
- "privacy": "private",
4752
- "description": "Get horizontal positioning state based on desired position",
4753
- "inheritedFrom": {
4754
- "name": "AnchoredRegion",
4755
- "module": "src/anchored-region/anchored-region.ts"
4756
- }
4757
- },
4758
- {
4759
- "kind": "field",
4760
- "name": "setVerticalPosition",
4761
- "privacy": "private",
4762
- "description": "Set vertical positioning state based on desired position",
4763
- "inheritedFrom": {
4764
- "name": "AnchoredRegion",
4765
- "module": "src/anchored-region/anchored-region.ts"
4766
- }
4767
- },
4768
- {
4769
- "kind": "field",
4770
- "name": "getPositioningOptions",
4771
- "privacy": "private",
4772
- "description": "Get available positions based on positioning mode",
4773
- "inheritedFrom": {
4774
- "name": "AnchoredRegion",
4775
- "module": "src/anchored-region/anchored-region.ts"
4776
- }
4777
- },
4778
- {
4779
- "kind": "field",
4780
- "name": "getAvailableSpace",
4781
- "privacy": "private",
4782
- "description": "Get the space available for a particular relative position",
4905
+ "description": "initializes the instance's resize observer",
4783
4906
  "inheritedFrom": {
4784
4907
  "name": "AnchoredRegion",
4785
4908
  "module": "src/anchored-region/anchored-region.ts"
4786
4909
  }
4787
4910
  },
4788
4911
  {
4789
- "kind": "field",
4790
- "name": "getNextRegionDimension",
4912
+ "kind": "method",
4913
+ "name": "updateForAttributeChange",
4791
4914
  "privacy": "private",
4792
- "description": "Get region dimensions",
4915
+ "return": {
4916
+ "type": {
4917
+ "text": "void"
4918
+ }
4919
+ },
4920
+ "description": "react to attribute changes that don't require a reset",
4793
4921
  "inheritedFrom": {
4794
4922
  "name": "AnchoredRegion",
4795
4923
  "module": "src/anchored-region/anchored-region.ts"
4796
4924
  }
4797
4925
  },
4798
4926
  {
4799
- "kind": "field",
4800
- "name": "startAutoUpdateEventListeners",
4927
+ "kind": "method",
4928
+ "name": "initialize",
4801
4929
  "privacy": "private",
4802
- "description": "starts event listeners that can trigger auto updating",
4930
+ "return": {
4931
+ "type": {
4932
+ "text": "void"
4933
+ }
4934
+ },
4935
+ "description": "fully initializes the component",
4803
4936
  "inheritedFrom": {
4804
4937
  "name": "AnchoredRegion",
4805
4938
  "module": "src/anchored-region/anchored-region.ts"
4806
4939
  }
4807
4940
  },
4808
4941
  {
4809
- "kind": "field",
4810
- "name": "stopAutoUpdateEventListeners",
4942
+ "kind": "method",
4943
+ "name": "requestReset",
4811
4944
  "privacy": "private",
4812
- "description": "stops event listeners that can trigger auto updating",
4945
+ "return": {
4946
+ "type": {
4947
+ "text": "void"
4948
+ }
4949
+ },
4950
+ "description": "Request a reset if there are currently no open requests",
4813
4951
  "inheritedFrom": {
4814
4952
  "name": "AnchoredRegion",
4815
4953
  "module": "src/anchored-region/anchored-region.ts"
4816
4954
  }
4817
4955
  },
4818
4956
  {
4819
- "kind": "field",
4820
- "name": "_presentation",
4821
- "type": {
4822
- "text": "ComponentPresentation | null | undefined"
4823
- },
4957
+ "kind": "method",
4958
+ "name": "setInitialState",
4824
4959
  "privacy": "private",
4825
- "default": "void 0",
4960
+ "return": {
4961
+ "type": {
4962
+ "text": "void"
4963
+ }
4964
+ },
4965
+ "description": "sets the starting configuration for component internal values",
4826
4966
  "inheritedFrom": {
4827
4967
  "name": "AnchoredRegion",
4828
4968
  "module": "src/anchored-region/anchored-region.ts"
@@ -4830,12 +4970,9 @@
4830
4970
  },
4831
4971
  {
4832
4972
  "kind": "field",
4833
- "name": "$presentation",
4834
- "type": {
4835
- "text": "ComponentPresentation | null"
4836
- },
4837
- "privacy": "public",
4838
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4973
+ "name": "startObservers",
4974
+ "privacy": "private",
4975
+ "description": "starts observers",
4839
4976
  "inheritedFrom": {
4840
4977
  "name": "AnchoredRegion",
4841
4978
  "module": "src/anchored-region/anchored-region.ts"
@@ -4843,26 +4980,19 @@
4843
4980
  },
4844
4981
  {
4845
4982
  "kind": "field",
4846
- "name": "template",
4847
- "type": {
4848
- "text": "ElementViewTemplate | void | null"
4849
- },
4850
- "privacy": "public",
4851
- "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.",
4983
+ "name": "requestPositionUpdates",
4984
+ "privacy": "private",
4985
+ "description": "get position updates",
4852
4986
  "inheritedFrom": {
4853
4987
  "name": "AnchoredRegion",
4854
4988
  "module": "src/anchored-region/anchored-region.ts"
4855
4989
  }
4856
4990
  },
4857
4991
  {
4858
- "kind": "method",
4859
- "name": "templateChanged",
4860
- "privacy": "protected",
4861
- "return": {
4862
- "type": {
4863
- "text": "void"
4864
- }
4865
- },
4992
+ "kind": "field",
4993
+ "name": "stopObservers",
4994
+ "privacy": "private",
4995
+ "description": "stops observers",
4866
4996
  "inheritedFrom": {
4867
4997
  "name": "AnchoredRegion",
4868
4998
  "module": "src/anchored-region/anchored-region.ts"
@@ -4870,330 +5000,182 @@
4870
5000
  },
4871
5001
  {
4872
5002
  "kind": "field",
4873
- "name": "styles",
4874
- "type": {
4875
- "text": "ElementStyles | void | null"
4876
- },
4877
- "privacy": "public",
4878
- "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.",
5003
+ "name": "getViewport",
5004
+ "privacy": "private",
5005
+ "description": "Gets the viewport element by id, or defaults to document root",
4879
5006
  "inheritedFrom": {
4880
5007
  "name": "AnchoredRegion",
4881
5008
  "module": "src/anchored-region/anchored-region.ts"
4882
5009
  }
4883
5010
  },
4884
5011
  {
4885
- "kind": "method",
4886
- "name": "stylesChanged",
4887
- "privacy": "protected",
4888
- "return": {
4889
- "type": {
4890
- "text": "void"
4891
- }
4892
- },
5012
+ "kind": "field",
5013
+ "name": "getAnchor",
5014
+ "privacy": "private",
5015
+ "description": "Gets the anchor element by id",
4893
5016
  "inheritedFrom": {
4894
5017
  "name": "AnchoredRegion",
4895
5018
  "module": "src/anchored-region/anchored-region.ts"
4896
5019
  }
4897
5020
  },
4898
5021
  {
4899
- "kind": "method",
4900
- "name": "compose",
4901
- "privacy": "public",
4902
- "static": true,
4903
- "return": {
4904
- "type": {
4905
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4906
- }
4907
- },
4908
- "parameters": [
4909
- {
4910
- "name": "this",
4911
- "type": {
4912
- "text": "K"
4913
- }
4914
- },
4915
- {
4916
- "name": "elementDefinition",
4917
- "type": {
4918
- "text": "T"
4919
- },
4920
- "description": "The definition of the element to create the registry\nfunction for."
4921
- }
4922
- ],
4923
- "description": "Defines an element registry function with a set of element definition defaults.",
5022
+ "kind": "field",
5023
+ "name": "handleIntersection",
5024
+ "privacy": "private",
5025
+ "description": "Handle intersections",
4924
5026
  "inheritedFrom": {
4925
5027
  "name": "AnchoredRegion",
4926
5028
  "module": "src/anchored-region/anchored-region.ts"
4927
5029
  }
4928
- }
4929
- ],
4930
- "events": [
5030
+ },
4931
5031
  {
4932
- "description": "Fires a custom 'loaded' event when the region is loaded and visible",
4933
- "name": "loaded",
5032
+ "kind": "field",
5033
+ "name": "applyIntersectionEntries",
5034
+ "privacy": "private",
5035
+ "description": "iterate through intersection entries and apply data",
4934
5036
  "inheritedFrom": {
4935
5037
  "name": "AnchoredRegion",
4936
5038
  "module": "src/anchored-region/anchored-region.ts"
4937
5039
  }
4938
5040
  },
4939
5041
  {
4940
- "description": "Fires a custom 'positionchange' event when the position has changed",
4941
- "name": "positionchange",
5042
+ "kind": "field",
5043
+ "name": "updateRegionOffset",
5044
+ "privacy": "private",
5045
+ "description": "Update the offset values",
4942
5046
  "inheritedFrom": {
4943
5047
  "name": "AnchoredRegion",
4944
5048
  "module": "src/anchored-region/anchored-region.ts"
4945
5049
  }
4946
- }
4947
- ]
4948
- },
4949
- {
4950
- "kind": "variable",
4951
- "name": "zeroAnchoredRegion"
4952
- }
4953
- ],
4954
- "exports": [
4955
- {
4956
- "kind": "js",
4957
- "name": "AnchoredRegion",
4958
- "declaration": {
4959
- "name": "AnchoredRegion",
4960
- "module": "src/anchored-region/anchored-region.ts"
4961
- }
4962
- },
4963
- {
4964
- "kind": "js",
4965
- "name": "zeroAnchoredRegion",
4966
- "declaration": {
4967
- "name": "zeroAnchoredRegion",
4968
- "module": "src/anchored-region/anchored-region.ts"
4969
- }
4970
- }
4971
- ]
4972
- },
4973
- {
4974
- "kind": "javascript-module",
4975
- "path": "src/anchored-region/index.ts",
4976
- "declarations": [],
4977
- "exports": [
4978
- {
4979
- "kind": "js",
4980
- "name": "*",
4981
- "declaration": {
4982
- "name": "*",
4983
- "package": "./anchored-region"
4984
- }
4985
- },
4986
- {
4987
- "kind": "js",
4988
- "name": "*",
4989
- "declaration": {
4990
- "name": "*",
4991
- "package": "./anchored-region.styles"
4992
- }
4993
- },
4994
- {
4995
- "kind": "js",
4996
- "name": "*",
4997
- "declaration": {
4998
- "name": "*",
4999
- "package": "./anchored-region.template"
5000
- }
5001
- }
5002
- ]
5003
- },
5004
- {
5005
- "kind": "javascript-module",
5006
- "path": "src/avatar/avatar.styles.ts",
5007
- "declarations": [
5008
- {
5009
- "kind": "function",
5010
- "name": "zeroAvatarStyles",
5011
- "return": {
5012
- "type": {
5013
- "text": "ElementStyles"
5014
- }
5015
- },
5016
- "parameters": [
5017
- {
5018
- "name": "context",
5019
- "type": {
5020
- "text": "ElementDefinitionContext"
5021
- }
5022
5050
  },
5023
5051
  {
5024
- "name": "definition",
5025
- "type": {
5026
- "text": "FoundationElementDefinition"
5027
- }
5028
- }
5029
- ]
5030
- }
5031
- ],
5032
- "exports": [
5033
- {
5034
- "kind": "js",
5035
- "name": "zeroAvatarStyles",
5036
- "declaration": {
5037
- "name": "zeroAvatarStyles",
5038
- "module": "src/avatar/avatar.styles.ts"
5039
- }
5040
- }
5041
- ]
5042
- },
5043
- {
5044
- "kind": "javascript-module",
5045
- "path": "src/avatar/avatar.template.ts",
5046
- "declarations": [
5047
- {
5048
- "kind": "function",
5049
- "name": "zeroAvatarTemplate",
5050
- "return": {
5051
- "type": {
5052
- "text": "ViewTemplate<Avatar>"
5053
- }
5054
- },
5055
- "parameters": [
5052
+ "kind": "field",
5053
+ "name": "isRectDifferent",
5054
+ "privacy": "private",
5055
+ "description": "compare rects to see if there is enough change to justify a DOM update",
5056
+ "inheritedFrom": {
5057
+ "name": "AnchoredRegion",
5058
+ "module": "src/anchored-region/anchored-region.ts"
5059
+ }
5060
+ },
5056
5061
  {
5057
- "name": "context",
5058
- "type": {
5059
- "text": "ElementDefinitionContext"
5062
+ "kind": "field",
5063
+ "name": "handleResize",
5064
+ "privacy": "private",
5065
+ "description": "Handle resize events",
5066
+ "inheritedFrom": {
5067
+ "name": "AnchoredRegion",
5068
+ "module": "src/anchored-region/anchored-region.ts"
5060
5069
  }
5061
5070
  },
5062
5071
  {
5063
- "name": "definition",
5064
- "type": {
5065
- "text": "FoundationElementDefinition"
5072
+ "kind": "field",
5073
+ "name": "reset",
5074
+ "privacy": "private",
5075
+ "description": "resets the component",
5076
+ "inheritedFrom": {
5077
+ "name": "AnchoredRegion",
5078
+ "module": "src/anchored-region/anchored-region.ts"
5066
5079
  }
5067
- }
5068
- ]
5069
- }
5070
- ],
5071
- "exports": [
5072
- {
5073
- "kind": "js",
5074
- "name": "zeroAvatarTemplate",
5075
- "declaration": {
5076
- "name": "zeroAvatarTemplate",
5077
- "module": "src/avatar/avatar.template.ts"
5078
- }
5079
- }
5080
- ]
5081
- },
5082
- {
5083
- "kind": "javascript-module",
5084
- "path": "src/avatar/avatar.ts",
5085
- "declarations": [
5086
- {
5087
- "kind": "class",
5088
- "description": "",
5089
- "name": "Avatar",
5090
- "superclass": {
5091
- "name": "FoundationAvatar",
5092
- "package": "@genesislcap/foundation-ui"
5093
- },
5094
- "tagName": "%%prefix%%-avatar",
5095
- "customElement": true,
5096
- "attributes": [
5080
+ },
5097
5081
  {
5098
- "name": "fill",
5099
- "type": {
5100
- "text": "string"
5101
- },
5102
- "description": "Indicates the Avatar should have a color fill.",
5103
- "fieldName": "fill",
5082
+ "kind": "field",
5083
+ "name": "updateLayout",
5084
+ "privacy": "private",
5085
+ "description": "Recalculate layout related state values",
5104
5086
  "inheritedFrom": {
5105
- "name": "Avatar",
5106
- "module": "src/avatar/avatar.ts"
5087
+ "name": "AnchoredRegion",
5088
+ "module": "src/anchored-region/anchored-region.ts"
5107
5089
  }
5108
5090
  },
5109
5091
  {
5110
- "name": "color",
5111
- "type": {
5112
- "text": "string"
5113
- },
5114
- "description": "Indicates the Avatar should have a text color.",
5115
- "fieldName": "color",
5092
+ "kind": "field",
5093
+ "name": "updateRegionStyle",
5094
+ "privacy": "private",
5095
+ "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
5116
5096
  "inheritedFrom": {
5117
- "name": "Avatar",
5118
- "module": "src/avatar/avatar.ts"
5097
+ "name": "AnchoredRegion",
5098
+ "module": "src/anchored-region/anchored-region.ts"
5119
5099
  }
5120
5100
  },
5121
5101
  {
5122
- "name": "link",
5123
- "type": {
5124
- "text": "string"
5125
- },
5126
- "description": "Indicates the Avatar should have url link",
5127
- "fieldName": "link",
5102
+ "kind": "field",
5103
+ "name": "updatePositionClasses",
5104
+ "privacy": "private",
5105
+ "description": "Updates the css classes that reflect the current position of the element",
5128
5106
  "inheritedFrom": {
5129
- "name": "Avatar",
5130
- "module": "src/avatar/avatar.ts"
5107
+ "name": "AnchoredRegion",
5108
+ "module": "src/anchored-region/anchored-region.ts"
5131
5109
  }
5132
5110
  },
5133
5111
  {
5134
- "name": "shape",
5135
- "type": {
5136
- "text": "AvatarShape"
5137
- },
5138
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
5139
- "fieldName": "shape",
5112
+ "kind": "field",
5113
+ "name": "setHorizontalPosition",
5114
+ "privacy": "private",
5115
+ "description": "Get horizontal positioning state based on desired position",
5140
5116
  "inheritedFrom": {
5141
- "name": "Avatar",
5142
- "module": "src/avatar/avatar.ts"
5117
+ "name": "AnchoredRegion",
5118
+ "module": "src/anchored-region/anchored-region.ts"
5143
5119
  }
5144
- }
5145
- ],
5146
- "members": [
5120
+ },
5147
5121
  {
5148
5122
  "kind": "field",
5149
- "name": "fill",
5150
- "type": {
5151
- "text": "string"
5152
- },
5153
- "privacy": "public",
5154
- "description": "Indicates the Avatar should have a color fill.",
5123
+ "name": "setVerticalPosition",
5124
+ "privacy": "private",
5125
+ "description": "Set vertical positioning state based on desired position",
5155
5126
  "inheritedFrom": {
5156
- "name": "Avatar",
5157
- "module": "src/avatar/avatar.ts"
5127
+ "name": "AnchoredRegion",
5128
+ "module": "src/anchored-region/anchored-region.ts"
5158
5129
  }
5159
5130
  },
5160
5131
  {
5161
5132
  "kind": "field",
5162
- "name": "color",
5163
- "type": {
5164
- "text": "string"
5165
- },
5166
- "privacy": "public",
5167
- "description": "Indicates the Avatar should have a text color.",
5133
+ "name": "getPositioningOptions",
5134
+ "privacy": "private",
5135
+ "description": "Get available positions based on positioning mode",
5168
5136
  "inheritedFrom": {
5169
- "name": "Avatar",
5170
- "module": "src/avatar/avatar.ts"
5137
+ "name": "AnchoredRegion",
5138
+ "module": "src/anchored-region/anchored-region.ts"
5171
5139
  }
5172
5140
  },
5173
5141
  {
5174
5142
  "kind": "field",
5175
- "name": "link",
5176
- "type": {
5177
- "text": "string"
5178
- },
5179
- "privacy": "public",
5180
- "description": "Indicates the Avatar should have url link",
5143
+ "name": "getAvailableSpace",
5144
+ "privacy": "private",
5145
+ "description": "Get the space available for a particular relative position",
5181
5146
  "inheritedFrom": {
5182
- "name": "Avatar",
5183
- "module": "src/avatar/avatar.ts"
5147
+ "name": "AnchoredRegion",
5148
+ "module": "src/anchored-region/anchored-region.ts"
5184
5149
  }
5185
5150
  },
5186
5151
  {
5187
5152
  "kind": "field",
5188
- "name": "shape",
5189
- "type": {
5190
- "text": "AvatarShape"
5191
- },
5192
- "privacy": "public",
5193
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
5153
+ "name": "getNextRegionDimension",
5154
+ "privacy": "private",
5155
+ "description": "Get region dimensions",
5194
5156
  "inheritedFrom": {
5195
- "name": "Avatar",
5196
- "module": "src/avatar/avatar.ts"
5157
+ "name": "AnchoredRegion",
5158
+ "module": "src/anchored-region/anchored-region.ts"
5159
+ }
5160
+ },
5161
+ {
5162
+ "kind": "field",
5163
+ "name": "startAutoUpdateEventListeners",
5164
+ "privacy": "private",
5165
+ "description": "starts event listeners that can trigger auto updating",
5166
+ "inheritedFrom": {
5167
+ "name": "AnchoredRegion",
5168
+ "module": "src/anchored-region/anchored-region.ts"
5169
+ }
5170
+ },
5171
+ {
5172
+ "kind": "field",
5173
+ "name": "stopAutoUpdateEventListeners",
5174
+ "privacy": "private",
5175
+ "description": "stops event listeners that can trigger auto updating",
5176
+ "inheritedFrom": {
5177
+ "name": "AnchoredRegion",
5178
+ "module": "src/anchored-region/anchored-region.ts"
5197
5179
  }
5198
5180
  },
5199
5181
  {
@@ -5205,8 +5187,8 @@
5205
5187
  "privacy": "private",
5206
5188
  "default": "void 0",
5207
5189
  "inheritedFrom": {
5208
- "name": "Avatar",
5209
- "module": "src/avatar/avatar.ts"
5190
+ "name": "AnchoredRegion",
5191
+ "module": "src/anchored-region/anchored-region.ts"
5210
5192
  }
5211
5193
  },
5212
5194
  {
@@ -5218,8 +5200,8 @@
5218
5200
  "privacy": "public",
5219
5201
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5220
5202
  "inheritedFrom": {
5221
- "name": "Avatar",
5222
- "module": "src/avatar/avatar.ts"
5203
+ "name": "AnchoredRegion",
5204
+ "module": "src/anchored-region/anchored-region.ts"
5223
5205
  }
5224
5206
  },
5225
5207
  {
@@ -5231,8 +5213,8 @@
5231
5213
  "privacy": "public",
5232
5214
  "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.",
5233
5215
  "inheritedFrom": {
5234
- "name": "Avatar",
5235
- "module": "src/avatar/avatar.ts"
5216
+ "name": "AnchoredRegion",
5217
+ "module": "src/anchored-region/anchored-region.ts"
5236
5218
  }
5237
5219
  },
5238
5220
  {
@@ -5245,8 +5227,8 @@
5245
5227
  }
5246
5228
  },
5247
5229
  "inheritedFrom": {
5248
- "name": "Avatar",
5249
- "module": "src/avatar/avatar.ts"
5230
+ "name": "AnchoredRegion",
5231
+ "module": "src/anchored-region/anchored-region.ts"
5250
5232
  }
5251
5233
  },
5252
5234
  {
@@ -5258,8 +5240,8 @@
5258
5240
  "privacy": "public",
5259
5241
  "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.",
5260
5242
  "inheritedFrom": {
5261
- "name": "Avatar",
5262
- "module": "src/avatar/avatar.ts"
5243
+ "name": "AnchoredRegion",
5244
+ "module": "src/anchored-region/anchored-region.ts"
5263
5245
  }
5264
5246
  },
5265
5247
  {
@@ -5272,8 +5254,8 @@
5272
5254
  }
5273
5255
  },
5274
5256
  "inheritedFrom": {
5275
- "name": "Avatar",
5276
- "module": "src/avatar/avatar.ts"
5257
+ "name": "AnchoredRegion",
5258
+ "module": "src/anchored-region/anchored-region.ts"
5277
5259
  }
5278
5260
  },
5279
5261
  {
@@ -5303,39 +5285,57 @@
5303
5285
  ],
5304
5286
  "description": "Defines an element registry function with a set of element definition defaults.",
5305
5287
  "inheritedFrom": {
5306
- "name": "Avatar",
5307
- "module": "src/avatar/avatar.ts"
5288
+ "name": "AnchoredRegion",
5289
+ "module": "src/anchored-region/anchored-region.ts"
5290
+ }
5291
+ }
5292
+ ],
5293
+ "events": [
5294
+ {
5295
+ "description": "Fires a custom 'loaded' event when the region is loaded and visible",
5296
+ "name": "loaded",
5297
+ "inheritedFrom": {
5298
+ "name": "AnchoredRegion",
5299
+ "module": "src/anchored-region/anchored-region.ts"
5300
+ }
5301
+ },
5302
+ {
5303
+ "description": "Fires a custom 'positionchange' event when the position has changed",
5304
+ "name": "positionchange",
5305
+ "inheritedFrom": {
5306
+ "name": "AnchoredRegion",
5307
+ "module": "src/anchored-region/anchored-region.ts"
5308
5308
  }
5309
5309
  }
5310
5310
  ]
5311
5311
  },
5312
5312
  {
5313
5313
  "kind": "variable",
5314
- "name": "zeroAvatar"
5314
+ "name": "zeroAnchoredRegion"
5315
5315
  }
5316
5316
  ],
5317
5317
  "exports": [
5318
5318
  {
5319
5319
  "kind": "js",
5320
- "name": "Avatar",
5320
+ "name": "AnchoredRegion",
5321
5321
  "declaration": {
5322
- "name": "Avatar",
5323
- "module": "src/avatar/avatar.ts"
5322
+ "name": "AnchoredRegion",
5323
+ "module": "src/anchored-region/anchored-region.ts"
5324
5324
  }
5325
5325
  },
5326
5326
  {
5327
5327
  "kind": "js",
5328
- "name": "zeroAvatar",
5328
+ "name": "zeroAnchoredRegion",
5329
5329
  "declaration": {
5330
- "name": "zeroAvatar",
5331
- "module": "src/avatar/avatar.ts"
5330
+ "name": "zeroAnchoredRegion",
5331
+ "module": "src/anchored-region/anchored-region.ts"
5332
5332
  }
5333
5333
  }
5334
5334
  ]
5335
5335
  },
5336
5336
  {
5337
5337
  "kind": "javascript-module",
5338
- "path": "src/avatar/index.ts",
5338
+ "path": "src/anchored-region/index.ts",
5339
5339
  "declarations": [],
5340
5340
  "exports": [
5341
5341
  {
@@ -5343,7 +5343,7 @@
5343
5343
  "name": "*",
5344
5344
  "declaration": {
5345
5345
  "name": "*",
5346
- "package": "./avatar"
5346
+ "package": "./anchored-region"
5347
5347
  }
5348
5348
  },
5349
5349
  {
@@ -5351,7 +5351,7 @@
5351
5351
  "name": "*",
5352
5352
  "declaration": {
5353
5353
  "name": "*",
5354
- "package": "./avatar.styles"
5354
+ "package": "./anchored-region.styles"
5355
5355
  }
5356
5356
  },
5357
5357
  {
@@ -5359,7 +5359,7 @@
5359
5359
  "name": "*",
5360
5360
  "declaration": {
5361
5361
  "name": "*",
5362
- "package": "./avatar.template"
5362
+ "package": "./anchored-region.template"
5363
5363
  }
5364
5364
  }
5365
5365
  ]