@genesislcap/foundation-zero 14.345.1 → 14.347.0

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 +1290 -962
  2. package/package.json +12 -12
@@ -751,6 +751,37 @@
751
751
  }
752
752
  ]
753
753
  },
754
+ {
755
+ "kind": "javascript-module",
756
+ "path": "src/_config/index.ts",
757
+ "declarations": [],
758
+ "exports": [
759
+ {
760
+ "kind": "js",
761
+ "name": "*",
762
+ "declaration": {
763
+ "name": "*",
764
+ "package": "./styles"
765
+ }
766
+ },
767
+ {
768
+ "kind": "js",
769
+ "name": "*",
770
+ "declaration": {
771
+ "name": "*",
772
+ "package": "./tokens"
773
+ }
774
+ },
775
+ {
776
+ "kind": "js",
777
+ "name": "*",
778
+ "declaration": {
779
+ "name": "*",
780
+ "package": "./values"
781
+ }
782
+ }
783
+ ]
784
+ },
754
785
  {
755
786
  "kind": "javascript-module",
756
787
  "path": "src/_common/colors.hex.ts",
@@ -890,37 +921,6 @@
890
921
  }
891
922
  ]
892
923
  },
893
- {
894
- "kind": "javascript-module",
895
- "path": "src/_config/index.ts",
896
- "declarations": [],
897
- "exports": [
898
- {
899
- "kind": "js",
900
- "name": "*",
901
- "declaration": {
902
- "name": "*",
903
- "package": "./styles"
904
- }
905
- },
906
- {
907
- "kind": "js",
908
- "name": "*",
909
- "declaration": {
910
- "name": "*",
911
- "package": "./tokens"
912
- }
913
- },
914
- {
915
- "kind": "js",
916
- "name": "*",
917
- "declaration": {
918
- "name": "*",
919
- "package": "./values"
920
- }
921
- }
922
- ]
923
- },
924
924
  {
925
925
  "kind": "javascript-module",
926
926
  "path": "src/accordion/accordion.styles.ts",
@@ -11608,6 +11608,110 @@
11608
11608
  "module": "src/dialog/dialog.ts"
11609
11609
  }
11610
11610
  },
11611
+ {
11612
+ "kind": "field",
11613
+ "name": "originalWidth",
11614
+ "type": {
11615
+ "text": "string"
11616
+ },
11617
+ "privacy": "private",
11618
+ "default": "''",
11619
+ "inheritedFrom": {
11620
+ "name": "DialogElement",
11621
+ "module": "src/dialog/dialog.ts"
11622
+ }
11623
+ },
11624
+ {
11625
+ "kind": "field",
11626
+ "name": "originalHeight",
11627
+ "type": {
11628
+ "text": "string"
11629
+ },
11630
+ "privacy": "private",
11631
+ "default": "''",
11632
+ "inheritedFrom": {
11633
+ "name": "DialogElement",
11634
+ "module": "src/dialog/dialog.ts"
11635
+ }
11636
+ },
11637
+ {
11638
+ "kind": "field",
11639
+ "name": "originalPosition",
11640
+ "type": {
11641
+ "text": "string"
11642
+ },
11643
+ "privacy": "private",
11644
+ "default": "''",
11645
+ "inheritedFrom": {
11646
+ "name": "DialogElement",
11647
+ "module": "src/dialog/dialog.ts"
11648
+ }
11649
+ },
11650
+ {
11651
+ "kind": "field",
11652
+ "name": "originalLeft",
11653
+ "type": {
11654
+ "text": "string"
11655
+ },
11656
+ "privacy": "private",
11657
+ "default": "''",
11658
+ "inheritedFrom": {
11659
+ "name": "DialogElement",
11660
+ "module": "src/dialog/dialog.ts"
11661
+ }
11662
+ },
11663
+ {
11664
+ "kind": "field",
11665
+ "name": "originalTop",
11666
+ "type": {
11667
+ "text": "string"
11668
+ },
11669
+ "privacy": "private",
11670
+ "default": "''",
11671
+ "inheritedFrom": {
11672
+ "name": "DialogElement",
11673
+ "module": "src/dialog/dialog.ts"
11674
+ }
11675
+ },
11676
+ {
11677
+ "kind": "field",
11678
+ "name": "originalMargin",
11679
+ "type": {
11680
+ "text": "string"
11681
+ },
11682
+ "privacy": "private",
11683
+ "default": "''",
11684
+ "inheritedFrom": {
11685
+ "name": "DialogElement",
11686
+ "module": "src/dialog/dialog.ts"
11687
+ }
11688
+ },
11689
+ {
11690
+ "kind": "field",
11691
+ "name": "isMaximized",
11692
+ "type": {
11693
+ "text": "boolean"
11694
+ },
11695
+ "privacy": "private",
11696
+ "default": "false",
11697
+ "inheritedFrom": {
11698
+ "name": "DialogElement",
11699
+ "module": "src/dialog/dialog.ts"
11700
+ }
11701
+ },
11702
+ {
11703
+ "kind": "field",
11704
+ "name": "hasBeenResized",
11705
+ "type": {
11706
+ "text": "boolean"
11707
+ },
11708
+ "privacy": "private",
11709
+ "default": "false",
11710
+ "inheritedFrom": {
11711
+ "name": "DialogElement",
11712
+ "module": "src/dialog/dialog.ts"
11713
+ }
11714
+ },
11611
11715
  {
11612
11716
  "kind": "method",
11613
11717
  "name": "setupResizeHandlers",
@@ -11626,6 +11730,23 @@
11626
11730
  "module": "src/dialog/dialog.ts"
11627
11731
  }
11628
11732
  },
11733
+ {
11734
+ "kind": "method",
11735
+ "name": "handleEdgeDoubleClick",
11736
+ "privacy": "private",
11737
+ "parameters": [
11738
+ {
11739
+ "name": "e",
11740
+ "type": {
11741
+ "text": "MouseEvent"
11742
+ }
11743
+ }
11744
+ ],
11745
+ "inheritedFrom": {
11746
+ "name": "DialogElement",
11747
+ "module": "src/dialog/dialog.ts"
11748
+ }
11749
+ },
11629
11750
  {
11630
11751
  "kind": "method",
11631
11752
  "name": "handleResizeStart",
@@ -11690,6 +11811,19 @@
11690
11811
  "module": "src/dialog/dialog.ts"
11691
11812
  }
11692
11813
  },
11814
+ {
11815
+ "kind": "field",
11816
+ "name": "resizeIconName",
11817
+ "type": {
11818
+ "text": "string"
11819
+ },
11820
+ "description": "Get the appropriate icon name for the resize button",
11821
+ "readonly": true,
11822
+ "inheritedFrom": {
11823
+ "name": "DialogElement",
11824
+ "module": "src/dialog/dialog.ts"
11825
+ }
11826
+ },
11693
11827
  {
11694
11828
  "kind": "method",
11695
11829
  "name": "close",
@@ -11729,6 +11863,36 @@
11729
11863
  "module": "src/dialog/dialog.ts"
11730
11864
  }
11731
11865
  },
11866
+ {
11867
+ "kind": "method",
11868
+ "name": "maximize",
11869
+ "privacy": "private",
11870
+ "return": {
11871
+ "type": {
11872
+ "text": "void"
11873
+ }
11874
+ },
11875
+ "description": "Maximize the dialog to fill the viewport.",
11876
+ "inheritedFrom": {
11877
+ "name": "DialogElement",
11878
+ "module": "src/dialog/dialog.ts"
11879
+ }
11880
+ },
11881
+ {
11882
+ "kind": "method",
11883
+ "name": "resetSize",
11884
+ "privacy": "public",
11885
+ "return": {
11886
+ "type": {
11887
+ "text": "void"
11888
+ }
11889
+ },
11890
+ "description": "Reset the dialog to its original size and position, or maximize if not resized.",
11891
+ "inheritedFrom": {
11892
+ "name": "DialogElement",
11893
+ "module": "src/dialog/dialog.ts"
11894
+ }
11895
+ },
11732
11896
  {
11733
11897
  "kind": "field",
11734
11898
  "name": "_presentation",
@@ -22418,6 +22582,110 @@
22418
22582
  "module": "src/dialog/dialog.ts"
22419
22583
  }
22420
22584
  },
22585
+ {
22586
+ "kind": "field",
22587
+ "name": "originalWidth",
22588
+ "type": {
22589
+ "text": "string"
22590
+ },
22591
+ "privacy": "private",
22592
+ "default": "''",
22593
+ "inheritedFrom": {
22594
+ "name": "DialogElement",
22595
+ "module": "src/dialog/dialog.ts"
22596
+ }
22597
+ },
22598
+ {
22599
+ "kind": "field",
22600
+ "name": "originalHeight",
22601
+ "type": {
22602
+ "text": "string"
22603
+ },
22604
+ "privacy": "private",
22605
+ "default": "''",
22606
+ "inheritedFrom": {
22607
+ "name": "DialogElement",
22608
+ "module": "src/dialog/dialog.ts"
22609
+ }
22610
+ },
22611
+ {
22612
+ "kind": "field",
22613
+ "name": "originalPosition",
22614
+ "type": {
22615
+ "text": "string"
22616
+ },
22617
+ "privacy": "private",
22618
+ "default": "''",
22619
+ "inheritedFrom": {
22620
+ "name": "DialogElement",
22621
+ "module": "src/dialog/dialog.ts"
22622
+ }
22623
+ },
22624
+ {
22625
+ "kind": "field",
22626
+ "name": "originalLeft",
22627
+ "type": {
22628
+ "text": "string"
22629
+ },
22630
+ "privacy": "private",
22631
+ "default": "''",
22632
+ "inheritedFrom": {
22633
+ "name": "DialogElement",
22634
+ "module": "src/dialog/dialog.ts"
22635
+ }
22636
+ },
22637
+ {
22638
+ "kind": "field",
22639
+ "name": "originalTop",
22640
+ "type": {
22641
+ "text": "string"
22642
+ },
22643
+ "privacy": "private",
22644
+ "default": "''",
22645
+ "inheritedFrom": {
22646
+ "name": "DialogElement",
22647
+ "module": "src/dialog/dialog.ts"
22648
+ }
22649
+ },
22650
+ {
22651
+ "kind": "field",
22652
+ "name": "originalMargin",
22653
+ "type": {
22654
+ "text": "string"
22655
+ },
22656
+ "privacy": "private",
22657
+ "default": "''",
22658
+ "inheritedFrom": {
22659
+ "name": "DialogElement",
22660
+ "module": "src/dialog/dialog.ts"
22661
+ }
22662
+ },
22663
+ {
22664
+ "kind": "field",
22665
+ "name": "isMaximized",
22666
+ "type": {
22667
+ "text": "boolean"
22668
+ },
22669
+ "privacy": "private",
22670
+ "default": "false",
22671
+ "inheritedFrom": {
22672
+ "name": "DialogElement",
22673
+ "module": "src/dialog/dialog.ts"
22674
+ }
22675
+ },
22676
+ {
22677
+ "kind": "field",
22678
+ "name": "hasBeenResized",
22679
+ "type": {
22680
+ "text": "boolean"
22681
+ },
22682
+ "privacy": "private",
22683
+ "default": "false",
22684
+ "inheritedFrom": {
22685
+ "name": "DialogElement",
22686
+ "module": "src/dialog/dialog.ts"
22687
+ }
22688
+ },
22421
22689
  {
22422
22690
  "kind": "method",
22423
22691
  "name": "setupResizeHandlers",
@@ -22436,6 +22704,23 @@
22436
22704
  "module": "src/dialog/dialog.ts"
22437
22705
  }
22438
22706
  },
22707
+ {
22708
+ "kind": "method",
22709
+ "name": "handleEdgeDoubleClick",
22710
+ "privacy": "private",
22711
+ "parameters": [
22712
+ {
22713
+ "name": "e",
22714
+ "type": {
22715
+ "text": "MouseEvent"
22716
+ }
22717
+ }
22718
+ ],
22719
+ "inheritedFrom": {
22720
+ "name": "DialogElement",
22721
+ "module": "src/dialog/dialog.ts"
22722
+ }
22723
+ },
22439
22724
  {
22440
22725
  "kind": "method",
22441
22726
  "name": "handleResizeStart",
@@ -22500,6 +22785,19 @@
22500
22785
  "module": "src/dialog/dialog.ts"
22501
22786
  }
22502
22787
  },
22788
+ {
22789
+ "kind": "field",
22790
+ "name": "resizeIconName",
22791
+ "type": {
22792
+ "text": "string"
22793
+ },
22794
+ "description": "Get the appropriate icon name for the resize button",
22795
+ "readonly": true,
22796
+ "inheritedFrom": {
22797
+ "name": "DialogElement",
22798
+ "module": "src/dialog/dialog.ts"
22799
+ }
22800
+ },
22503
22801
  {
22504
22802
  "kind": "method",
22505
22803
  "name": "close",
@@ -22539,6 +22837,36 @@
22539
22837
  "module": "src/dialog/dialog.ts"
22540
22838
  }
22541
22839
  },
22840
+ {
22841
+ "kind": "method",
22842
+ "name": "maximize",
22843
+ "privacy": "private",
22844
+ "return": {
22845
+ "type": {
22846
+ "text": "void"
22847
+ }
22848
+ },
22849
+ "description": "Maximize the dialog to fill the viewport.",
22850
+ "inheritedFrom": {
22851
+ "name": "DialogElement",
22852
+ "module": "src/dialog/dialog.ts"
22853
+ }
22854
+ },
22855
+ {
22856
+ "kind": "method",
22857
+ "name": "resetSize",
22858
+ "privacy": "public",
22859
+ "return": {
22860
+ "type": {
22861
+ "text": "void"
22862
+ }
22863
+ },
22864
+ "description": "Reset the dialog to its original size and position, or maximize if not resized.",
22865
+ "inheritedFrom": {
22866
+ "name": "DialogElement",
22867
+ "module": "src/dialog/dialog.ts"
22868
+ }
22869
+ },
22542
22870
  {
22543
22871
  "kind": "field",
22544
22872
  "name": "_presentation",
@@ -38838,7 +39166,7 @@
38838
39166
  },
38839
39167
  {
38840
39168
  "kind": "javascript-module",
38841
- "path": "src/tree-item/index.ts",
39169
+ "path": "src/tooltip/index.ts",
38842
39170
  "declarations": [],
38843
39171
  "exports": [
38844
39172
  {
@@ -38846,7 +39174,7 @@
38846
39174
  "name": "*",
38847
39175
  "declaration": {
38848
39176
  "name": "*",
38849
- "package": "./tree-item.template"
39177
+ "package": "./tooltip"
38850
39178
  }
38851
39179
  },
38852
39180
  {
@@ -38854,7 +39182,7 @@
38854
39182
  "name": "*",
38855
39183
  "declaration": {
38856
39184
  "name": "*",
38857
- "package": "./tree-item.styles"
39185
+ "package": "./tooltip.styles"
38858
39186
  }
38859
39187
  },
38860
39188
  {
@@ -38862,18 +39190,18 @@
38862
39190
  "name": "*",
38863
39191
  "declaration": {
38864
39192
  "name": "*",
38865
- "package": "./tree-item"
39193
+ "package": "./tooltip.template"
38866
39194
  }
38867
39195
  }
38868
39196
  ]
38869
39197
  },
38870
39198
  {
38871
39199
  "kind": "javascript-module",
38872
- "path": "src/tree-item/tree-item.styles.ts",
39200
+ "path": "src/tooltip/tooltip.styles.ts",
38873
39201
  "declarations": [
38874
39202
  {
38875
39203
  "kind": "function",
38876
- "name": "zeroTreeItemStyles",
39204
+ "name": "zeroTooltipStyles",
38877
39205
  "return": {
38878
39206
  "type": {
38879
39207
  "text": "ElementStyles"
@@ -38898,24 +39226,24 @@
38898
39226
  "exports": [
38899
39227
  {
38900
39228
  "kind": "js",
38901
- "name": "zeroTreeItemStyles",
39229
+ "name": "zeroTooltipStyles",
38902
39230
  "declaration": {
38903
- "name": "zeroTreeItemStyles",
38904
- "module": "src/tree-item/tree-item.styles.ts"
39231
+ "name": "zeroTooltipStyles",
39232
+ "module": "src/tooltip/tooltip.styles.ts"
38905
39233
  }
38906
39234
  }
38907
39235
  ]
38908
39236
  },
38909
39237
  {
38910
39238
  "kind": "javascript-module",
38911
- "path": "src/tree-item/tree-item.template.ts",
39239
+ "path": "src/tooltip/tooltip.template.ts",
38912
39240
  "declarations": [
38913
39241
  {
38914
39242
  "kind": "function",
38915
- "name": "zeroTreeItemTemplate",
39243
+ "name": "zeroTooltipTemplate",
38916
39244
  "return": {
38917
39245
  "type": {
38918
- "text": "ViewTemplate<TreeItem>"
39246
+ "text": "ViewTemplate<Tooltip>"
38919
39247
  }
38920
39248
  },
38921
39249
  "parameters": [
@@ -38937,60 +39265,133 @@
38937
39265
  "exports": [
38938
39266
  {
38939
39267
  "kind": "js",
38940
- "name": "zeroTreeItemTemplate",
39268
+ "name": "zeroTooltipTemplate",
38941
39269
  "declaration": {
38942
- "name": "zeroTreeItemTemplate",
38943
- "module": "src/tree-item/tree-item.template.ts"
39270
+ "name": "zeroTooltipTemplate",
39271
+ "module": "src/tooltip/tooltip.template.ts"
38944
39272
  }
38945
39273
  }
38946
39274
  ]
38947
39275
  },
38948
39276
  {
38949
39277
  "kind": "javascript-module",
38950
- "path": "src/tree-item/tree-item.ts",
39278
+ "path": "src/tooltip/tooltip.ts",
38951
39279
  "declarations": [
38952
39280
  {
38953
39281
  "kind": "class",
38954
39282
  "description": "",
38955
- "name": "TreeItem",
39283
+ "name": "Tooltip",
38956
39284
  "superclass": {
38957
- "name": "FoundationTreeItem",
39285
+ "name": "FoundationTooltip",
38958
39286
  "package": "@genesislcap/foundation-ui"
38959
39287
  },
38960
- "tagName": "%%prefix%%-tree-item",
39288
+ "tagName": "%%prefix%%-tooltip",
38961
39289
  "customElement": true,
38962
39290
  "attributes": [
38963
39291
  {
38964
39292
  "type": {
38965
39293
  "text": "boolean"
38966
39294
  },
38967
- "description": "When true, the control will be appear expanded by user interaction.",
38968
- "fieldName": "expanded",
38969
- "default": "false",
39295
+ "description": "Whether the tooltip is visible or not.\nIf undefined tooltip is shown when anchor element is hovered",
39296
+ "fieldName": "visible",
38970
39297
  "inheritedFrom": {
38971
- "name": "TreeItem",
38972
- "module": "src/tree-item/tree-item.ts"
39298
+ "name": "Tooltip",
39299
+ "module": "src/tooltip/tooltip.ts"
39300
+ }
39301
+ },
39302
+ {
39303
+ "name": "anchor",
39304
+ "type": {
39305
+ "text": "string"
39306
+ },
39307
+ "default": "\"\"",
39308
+ "description": "The id of the element the tooltip is anchored to",
39309
+ "fieldName": "anchor",
39310
+ "inheritedFrom": {
39311
+ "name": "Tooltip",
39312
+ "module": "src/tooltip/tooltip.ts"
39313
+ }
39314
+ },
39315
+ {
39316
+ "name": "delay",
39317
+ "type": {
39318
+ "text": "number"
39319
+ },
39320
+ "default": "300",
39321
+ "description": "The delay in milliseconds before a tooltip is shown after a hover event",
39322
+ "fieldName": "delay",
39323
+ "inheritedFrom": {
39324
+ "name": "Tooltip",
39325
+ "module": "src/tooltip/tooltip.ts"
39326
+ }
39327
+ },
39328
+ {
39329
+ "name": "position",
39330
+ "type": {
39331
+ "text": "TooltipPosition"
39332
+ },
39333
+ "description": "Controls the placement of the tooltip relative to the anchor.\nWhen the position is undefined the tooltip is placed above or below the anchor based on available space.",
39334
+ "fieldName": "position",
39335
+ "inheritedFrom": {
39336
+ "name": "Tooltip",
39337
+ "module": "src/tooltip/tooltip.ts"
39338
+ }
39339
+ },
39340
+ {
39341
+ "name": "auto-update-mode",
39342
+ "type": {
39343
+ "text": "AutoUpdateMode"
39344
+ },
39345
+ "default": "\"anchor\"",
39346
+ "description": "Controls when the tooltip updates its position, default is 'anchor' which only updates when\nthe anchor is resized. 'auto' will update on scroll/resize events.\nCorresponds to anchored-region auto-update-mode.",
39347
+ "fieldName": "autoUpdateMode",
39348
+ "inheritedFrom": {
39349
+ "name": "Tooltip",
39350
+ "module": "src/tooltip/tooltip.ts"
39351
+ }
39352
+ },
39353
+ {
39354
+ "name": "horizontal-viewport-lock",
39355
+ "type": {
39356
+ "text": "boolean"
39357
+ },
39358
+ "description": "Controls if the tooltip will always remain fully in the viewport on the horizontal axis",
39359
+ "fieldName": "horizontalViewportLock",
39360
+ "inheritedFrom": {
39361
+ "name": "Tooltip",
39362
+ "module": "src/tooltip/tooltip.ts"
39363
+ }
39364
+ },
39365
+ {
39366
+ "name": "vertical-viewport-lock",
39367
+ "type": {
39368
+ "text": "boolean"
39369
+ },
39370
+ "description": "Controls if the tooltip will always remain fully in the viewport on the vertical axis",
39371
+ "fieldName": "verticalViewportLock",
39372
+ "inheritedFrom": {
39373
+ "name": "Tooltip",
39374
+ "module": "src/tooltip/tooltip.ts"
38973
39375
  }
38974
39376
  }
38975
39377
  ],
38976
39378
  "members": [
38977
39379
  {
38978
39380
  "kind": "field",
38979
- "name": "expanded",
39381
+ "name": "visible",
38980
39382
  "type": {
38981
39383
  "text": "boolean"
38982
39384
  },
38983
39385
  "privacy": "public",
38984
- "default": "false",
38985
- "description": "When true, the control will be appear expanded by user interaction.",
39386
+ "description": "Whether the tooltip is visible or not.\nIf undefined tooltip is shown when anchor element is hovered",
38986
39387
  "inheritedFrom": {
38987
- "name": "TreeItem",
38988
- "module": "src/tree-item/tree-item.ts"
39388
+ "name": "Tooltip",
39389
+ "module": "src/tooltip/tooltip.ts"
38989
39390
  }
38990
39391
  },
38991
39392
  {
38992
39393
  "kind": "method",
38993
- "name": "expandedChanged",
39394
+ "name": "visibleChanged",
38994
39395
  "privacy": "private",
38995
39396
  "return": {
38996
39397
  "type": {
@@ -38998,26 +39399,27 @@
38998
39399
  }
38999
39400
  },
39000
39401
  "inheritedFrom": {
39001
- "name": "TreeItem",
39002
- "module": "src/tree-item/tree-item.ts"
39402
+ "name": "Tooltip",
39403
+ "module": "src/tooltip/tooltip.ts"
39003
39404
  }
39004
39405
  },
39005
39406
  {
39006
39407
  "kind": "field",
39007
- "name": "selected",
39408
+ "name": "anchor",
39008
39409
  "type": {
39009
- "text": "boolean"
39410
+ "text": "string"
39010
39411
  },
39011
39412
  "privacy": "public",
39012
- "description": "When true, the control will appear selected by user interaction.",
39413
+ "default": "\"\"",
39414
+ "description": "The id of the element the tooltip is anchored to",
39013
39415
  "inheritedFrom": {
39014
- "name": "TreeItem",
39015
- "module": "src/tree-item/tree-item.ts"
39416
+ "name": "Tooltip",
39417
+ "module": "src/tooltip/tooltip.ts"
39016
39418
  }
39017
39419
  },
39018
39420
  {
39019
39421
  "kind": "method",
39020
- "name": "selectedChanged",
39422
+ "name": "anchorChanged",
39021
39423
  "privacy": "private",
39022
39424
  "return": {
39023
39425
  "type": {
@@ -39025,669 +39427,684 @@
39025
39427
  }
39026
39428
  },
39027
39429
  "inheritedFrom": {
39028
- "name": "TreeItem",
39029
- "module": "src/tree-item/tree-item.ts"
39430
+ "name": "Tooltip",
39431
+ "module": "src/tooltip/tooltip.ts"
39030
39432
  }
39031
39433
  },
39032
39434
  {
39033
39435
  "kind": "field",
39034
- "name": "disabled",
39436
+ "name": "delay",
39035
39437
  "type": {
39036
- "text": "boolean"
39438
+ "text": "number"
39037
39439
  },
39038
39440
  "privacy": "public",
39039
- "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
39441
+ "default": "300",
39442
+ "description": "The delay in milliseconds before a tooltip is shown after a hover event",
39040
39443
  "inheritedFrom": {
39041
- "name": "TreeItem",
39042
- "module": "src/tree-item/tree-item.ts"
39444
+ "name": "Tooltip",
39445
+ "module": "src/tooltip/tooltip.ts"
39446
+ }
39447
+ },
39448
+ {
39449
+ "kind": "field",
39450
+ "name": "position",
39451
+ "type": {
39452
+ "text": "TooltipPosition"
39453
+ },
39454
+ "privacy": "public",
39455
+ "description": "Controls the placement of the tooltip relative to the anchor.\nWhen the position is undefined the tooltip is placed above or below the anchor based on available space.",
39456
+ "inheritedFrom": {
39457
+ "name": "Tooltip",
39458
+ "module": "src/tooltip/tooltip.ts"
39043
39459
  }
39044
39460
  },
39045
39461
  {
39046
39462
  "kind": "method",
39047
- "name": "itemsChanged",
39463
+ "name": "positionChanged",
39048
39464
  "privacy": "private",
39049
39465
  "return": {
39050
39466
  "type": {
39051
39467
  "text": "void"
39052
39468
  }
39053
39469
  },
39054
- "parameters": [
39055
- {
39056
- "name": "oldValue",
39057
- "type": {
39058
- "text": "unknown"
39059
- }
39060
- },
39061
- {
39062
- "name": "newValue",
39063
- "type": {
39064
- "text": "HTMLElement[]"
39065
- }
39066
- }
39067
- ],
39068
39470
  "inheritedFrom": {
39069
- "name": "TreeItem",
39070
- "module": "src/tree-item/tree-item.ts"
39471
+ "name": "Tooltip",
39472
+ "module": "src/tooltip/tooltip.ts"
39071
39473
  }
39072
39474
  },
39073
39475
  {
39074
- "kind": "method",
39075
- "name": "focusItem",
39476
+ "kind": "field",
39477
+ "name": "autoUpdateMode",
39478
+ "type": {
39479
+ "text": "AutoUpdateMode"
39480
+ },
39076
39481
  "privacy": "public",
39077
- "static": true,
39078
- "parameters": [
39079
- {
39080
- "name": "el",
39081
- "type": {
39082
- "text": "HTMLElement"
39083
- },
39084
- "description": "the element to focus"
39085
- }
39086
- ],
39087
- "description": "Places document focus on a tree item",
39482
+ "default": "\"anchor\"",
39483
+ "description": "Controls when the tooltip updates its position, default is 'anchor' which only updates when\nthe anchor is resized. 'auto' will update on scroll/resize events.\nCorresponds to anchored-region auto-update-mode.",
39088
39484
  "inheritedFrom": {
39089
- "name": "TreeItem",
39090
- "module": "src/tree-item/tree-item.ts"
39485
+ "name": "Tooltip",
39486
+ "module": "src/tooltip/tooltip.ts"
39091
39487
  }
39092
39488
  },
39093
39489
  {
39094
39490
  "kind": "field",
39095
- "name": "isNestedItem",
39491
+ "name": "horizontalViewportLock",
39492
+ "type": {
39493
+ "text": "boolean"
39494
+ },
39096
39495
  "privacy": "public",
39097
- "description": "Whether the tree is nested",
39496
+ "description": "Controls if the tooltip will always remain fully in the viewport on the horizontal axis",
39098
39497
  "inheritedFrom": {
39099
- "name": "TreeItem",
39100
- "module": "src/tree-item/tree-item.ts"
39498
+ "name": "Tooltip",
39499
+ "module": "src/tooltip/tooltip.ts"
39101
39500
  }
39102
39501
  },
39103
39502
  {
39104
39503
  "kind": "field",
39105
- "name": "_presentation",
39504
+ "name": "verticalViewportLock",
39106
39505
  "type": {
39107
- "text": "ComponentPresentation | null | undefined"
39506
+ "text": "boolean"
39108
39507
  },
39109
- "privacy": "private",
39110
- "default": "void 0",
39508
+ "privacy": "public",
39509
+ "description": "Controls if the tooltip will always remain fully in the viewport on the vertical axis",
39111
39510
  "inheritedFrom": {
39112
- "name": "TreeItem",
39113
- "module": "src/tree-item/tree-item.ts"
39511
+ "name": "Tooltip",
39512
+ "module": "src/tooltip/tooltip.ts"
39114
39513
  }
39115
39514
  },
39116
39515
  {
39117
39516
  "kind": "field",
39118
- "name": "$presentation",
39517
+ "name": "anchorElement",
39119
39518
  "type": {
39120
- "text": "ComponentPresentation | null"
39519
+ "text": "HTMLElement | null"
39121
39520
  },
39122
39521
  "privacy": "public",
39123
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
39522
+ "default": "null",
39523
+ "description": "the html element currently being used as anchor.\nSetting this directly overrides the anchor attribute.",
39124
39524
  "inheritedFrom": {
39125
- "name": "TreeItem",
39126
- "module": "src/tree-item/tree-item.ts"
39525
+ "name": "Tooltip",
39526
+ "module": "src/tooltip/tooltip.ts"
39127
39527
  }
39128
39528
  },
39129
39529
  {
39130
- "kind": "field",
39131
- "name": "template",
39132
- "type": {
39133
- "text": "ElementViewTemplate | void | null"
39530
+ "kind": "method",
39531
+ "name": "anchorElementChanged",
39532
+ "privacy": "private",
39533
+ "return": {
39534
+ "type": {
39535
+ "text": "void"
39536
+ }
39134
39537
  },
39135
- "privacy": "public",
39136
- "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.",
39538
+ "parameters": [
39539
+ {
39540
+ "name": "oldValue",
39541
+ "type": {
39542
+ "text": "HTMLElement | null"
39543
+ }
39544
+ }
39545
+ ],
39137
39546
  "inheritedFrom": {
39138
- "name": "TreeItem",
39139
- "module": "src/tree-item/tree-item.ts"
39547
+ "name": "Tooltip",
39548
+ "module": "src/tooltip/tooltip.ts"
39140
39549
  }
39141
39550
  },
39142
39551
  {
39143
39552
  "kind": "method",
39144
- "name": "templateChanged",
39145
- "privacy": "protected",
39553
+ "name": "viewportElementChanged",
39554
+ "privacy": "private",
39146
39555
  "return": {
39147
39556
  "type": {
39148
39557
  "text": "void"
39149
39558
  }
39150
39559
  },
39151
39560
  "inheritedFrom": {
39152
- "name": "TreeItem",
39153
- "module": "src/tree-item/tree-item.ts"
39561
+ "name": "Tooltip",
39562
+ "module": "src/tooltip/tooltip.ts"
39154
39563
  }
39155
39564
  },
39156
39565
  {
39157
39566
  "kind": "field",
39158
- "name": "styles",
39567
+ "name": "showDelayTimer",
39159
39568
  "type": {
39160
- "text": "ElementStyles | void | null"
39569
+ "text": "number | null"
39161
39570
  },
39162
- "privacy": "public",
39163
- "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.",
39571
+ "privacy": "private",
39572
+ "default": "null",
39573
+ "description": "The timer that tracks delay time before the tooltip is shown on hover",
39164
39574
  "inheritedFrom": {
39165
- "name": "TreeItem",
39166
- "module": "src/tree-item/tree-item.ts"
39575
+ "name": "Tooltip",
39576
+ "module": "src/tooltip/tooltip.ts"
39167
39577
  }
39168
39578
  },
39169
39579
  {
39170
- "kind": "method",
39171
- "name": "stylesChanged",
39172
- "privacy": "protected",
39173
- "return": {
39174
- "type": {
39175
- "text": "void"
39176
- }
39580
+ "kind": "field",
39581
+ "name": "hideDelayTimer",
39582
+ "type": {
39583
+ "text": "number | null"
39177
39584
  },
39585
+ "privacy": "private",
39586
+ "default": "null",
39587
+ "description": "The timer that tracks delay time before the tooltip is hidden",
39178
39588
  "inheritedFrom": {
39179
- "name": "TreeItem",
39180
- "module": "src/tree-item/tree-item.ts"
39589
+ "name": "Tooltip",
39590
+ "module": "src/tooltip/tooltip.ts"
39181
39591
  }
39182
39592
  },
39183
39593
  {
39184
- "kind": "method",
39185
- "name": "compose",
39186
- "privacy": "public",
39187
- "static": true,
39188
- "return": {
39189
- "type": {
39190
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
39191
- }
39594
+ "kind": "field",
39595
+ "name": "isAnchorHoveredFocused",
39596
+ "type": {
39597
+ "text": "boolean"
39192
39598
  },
39193
- "parameters": [
39194
- {
39195
- "name": "this",
39196
- "type": {
39197
- "text": "K"
39198
- }
39199
- },
39200
- {
39201
- "name": "elementDefinition",
39202
- "type": {
39203
- "text": "T"
39204
- },
39205
- "description": "The definition of the element to create the registry\nfunction for."
39206
- }
39207
- ],
39208
- "description": "Defines an element registry function with a set of element definition defaults.",
39599
+ "privacy": "private",
39600
+ "default": "false",
39601
+ "description": "Indicates whether the anchor is currently being hovered or has focus",
39209
39602
  "inheritedFrom": {
39210
- "name": "TreeItem",
39211
- "module": "src/tree-item/tree-item.ts"
39603
+ "name": "Tooltip",
39604
+ "module": "src/tooltip/tooltip.ts"
39212
39605
  }
39213
- }
39214
- ],
39215
- "events": [
39606
+ },
39216
39607
  {
39217
- "description": "Fires a custom 'expanded-change' event when the expanded state changes",
39218
- "name": "expanded-change",
39608
+ "kind": "field",
39609
+ "name": "isRegionHovered",
39610
+ "type": {
39611
+ "text": "boolean"
39612
+ },
39613
+ "privacy": "private",
39614
+ "default": "false",
39615
+ "description": "Indicates whether the region is currently being hovered",
39219
39616
  "inheritedFrom": {
39220
- "name": "TreeItem",
39221
- "module": "src/tree-item/tree-item.ts"
39617
+ "name": "Tooltip",
39618
+ "module": "src/tooltip/tooltip.ts"
39222
39619
  }
39223
39620
  },
39224
39621
  {
39225
- "description": "Fires a custom 'selected-change' event when the selected state changes",
39226
- "name": "selected-change",
39622
+ "kind": "field",
39623
+ "name": "handleRegionMouseOver",
39624
+ "privacy": "private",
39625
+ "description": "mouse enters region",
39227
39626
  "inheritedFrom": {
39228
- "name": "TreeItem",
39229
- "module": "src/tree-item/tree-item.ts"
39627
+ "name": "Tooltip",
39628
+ "module": "src/tooltip/tooltip.ts"
39230
39629
  }
39231
- }
39232
- ]
39233
- },
39234
- {
39235
- "kind": "variable",
39236
- "name": "zeroTreeItem"
39237
- }
39238
- ],
39239
- "exports": [
39240
- {
39241
- "kind": "js",
39242
- "name": "TreeItem",
39243
- "declaration": {
39244
- "name": "TreeItem",
39245
- "module": "src/tree-item/tree-item.ts"
39246
- }
39247
- },
39248
- {
39249
- "kind": "js",
39250
- "name": "zeroTreeItem",
39251
- "declaration": {
39252
- "name": "zeroTreeItem",
39253
- "module": "src/tree-item/tree-item.ts"
39254
- }
39255
- }
39256
- ]
39257
- },
39258
- {
39259
- "kind": "javascript-module",
39260
- "path": "src/url-input/index.ts",
39261
- "declarations": [],
39262
- "exports": [
39263
- {
39264
- "kind": "js",
39265
- "name": "*",
39266
- "declaration": {
39267
- "name": "*",
39268
- "package": "./url-input"
39269
- }
39270
- },
39271
- {
39272
- "kind": "js",
39273
- "name": "*",
39274
- "declaration": {
39275
- "name": "*",
39276
- "package": "./url-input.styles"
39277
- }
39278
- },
39279
- {
39280
- "kind": "js",
39281
- "name": "*",
39282
- "declaration": {
39283
- "name": "*",
39284
- "package": "./url-input.template"
39285
- }
39286
- }
39287
- ]
39288
- },
39289
- {
39290
- "kind": "javascript-module",
39291
- "path": "src/url-input/url-input.styles.ts",
39292
- "declarations": [
39293
- {
39294
- "kind": "function",
39295
- "name": "zeroUrlInputStyles",
39296
- "return": {
39297
- "type": {
39298
- "text": "ElementStyles"
39299
- }
39300
- },
39301
- "parameters": [
39630
+ },
39302
39631
  {
39303
- "name": "context",
39304
- "type": {
39305
- "text": "ElementDefinitionContext"
39632
+ "kind": "field",
39633
+ "name": "handleRegionMouseOut",
39634
+ "privacy": "private",
39635
+ "description": "mouse leaves region",
39636
+ "inheritedFrom": {
39637
+ "name": "Tooltip",
39638
+ "module": "src/tooltip/tooltip.ts"
39306
39639
  }
39307
39640
  },
39308
39641
  {
39309
- "name": "definition",
39310
- "type": {
39311
- "text": "FoundationElementDefinition"
39642
+ "kind": "field",
39643
+ "name": "handleAnchorMouseOver",
39644
+ "privacy": "private",
39645
+ "description": "mouse enters anchor",
39646
+ "inheritedFrom": {
39647
+ "name": "Tooltip",
39648
+ "module": "src/tooltip/tooltip.ts"
39312
39649
  }
39313
- }
39314
- ]
39315
- }
39316
- ],
39317
- "exports": [
39318
- {
39319
- "kind": "js",
39320
- "name": "zeroUrlInputStyles",
39321
- "declaration": {
39322
- "name": "zeroUrlInputStyles",
39323
- "module": "src/url-input/url-input.styles.ts"
39324
- }
39325
- }
39326
- ]
39327
- },
39328
- {
39329
- "kind": "javascript-module",
39330
- "path": "src/url-input/url-input.template.ts",
39331
- "declarations": [
39332
- {
39333
- "kind": "variable",
39334
- "name": "zeroUrlInputTemplate",
39335
- "default": "html<UrlInput>`\n ${getPrefixedUrlInput('zero')}\n`"
39336
- }
39337
- ],
39338
- "exports": [
39339
- {
39340
- "kind": "js",
39341
- "name": "zeroUrlInputTemplate",
39342
- "declaration": {
39343
- "name": "zeroUrlInputTemplate",
39344
- "module": "src/url-input/url-input.template.ts"
39345
- }
39346
- }
39347
- ]
39348
- },
39349
- {
39350
- "kind": "javascript-module",
39351
- "path": "src/url-input/url-input.ts",
39352
- "declarations": [
39353
- {
39354
- "kind": "class",
39355
- "description": "",
39356
- "name": "UrlInput",
39357
- "superclass": {
39358
- "name": "FoundationUrlInput",
39359
- "package": "@genesislcap/foundation-ui"
39360
- },
39361
- "tagName": "%%prefix%%-url-input",
39362
- "customElement": true,
39363
- "attributes": [
39650
+ },
39364
39651
  {
39365
- "name": "readonly",
39366
- "type": {
39367
- "text": "boolean"
39368
- },
39369
- "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
39370
- "fieldName": "readOnly",
39652
+ "kind": "field",
39653
+ "name": "handleAnchorMouseOut",
39654
+ "privacy": "private",
39655
+ "description": "mouse leaves anchor",
39371
39656
  "inheritedFrom": {
39372
- "name": "UrlInput",
39373
- "module": "src/url-input/url-input.ts"
39657
+ "name": "Tooltip",
39658
+ "module": "src/tooltip/tooltip.ts"
39374
39659
  }
39375
39660
  },
39376
39661
  {
39377
- "type": {
39378
- "text": "boolean"
39379
- },
39380
- "description": "Indicates that this element should get focus after the page finishes loading. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute for more information.",
39381
- "fieldName": "autofocus",
39662
+ "kind": "field",
39663
+ "name": "handleAnchorFocusIn",
39664
+ "privacy": "private",
39665
+ "description": "anchor gets focus",
39382
39666
  "inheritedFrom": {
39383
- "name": "UrlInput",
39384
- "module": "src/url-input/url-input.ts"
39667
+ "name": "Tooltip",
39668
+ "module": "src/tooltip/tooltip.ts"
39385
39669
  }
39386
39670
  },
39387
39671
  {
39388
- "name": "placeholder",
39389
- "type": {
39390
- "text": "string"
39391
- },
39392
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
39393
- "fieldName": "placeholder",
39672
+ "kind": "field",
39673
+ "name": "handleAnchorFocusOut",
39674
+ "privacy": "private",
39675
+ "description": "anchor loses focus",
39394
39676
  "inheritedFrom": {
39395
- "name": "UrlInput",
39396
- "module": "src/url-input/url-input.ts"
39677
+ "name": "Tooltip",
39678
+ "module": "src/tooltip/tooltip.ts"
39397
39679
  }
39398
39680
  },
39399
39681
  {
39400
- "name": "type",
39401
- "type": {
39402
- "text": "TextFieldType"
39403
- },
39404
- "description": "Allows setting a type or mode of text.",
39405
- "fieldName": "type",
39682
+ "kind": "field",
39683
+ "name": "startHideDelayTimer",
39684
+ "privacy": "private",
39685
+ "description": "starts the hide timer",
39406
39686
  "inheritedFrom": {
39407
- "name": "UrlInput",
39408
- "module": "src/url-input/url-input.ts"
39687
+ "name": "Tooltip",
39688
+ "module": "src/tooltip/tooltip.ts"
39409
39689
  }
39410
39690
  },
39411
39691
  {
39412
- "name": "list",
39413
- "type": {
39414
- "text": "string"
39415
- },
39416
- "description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
39417
- "fieldName": "list",
39692
+ "kind": "field",
39693
+ "name": "clearHideDelayTimer",
39694
+ "privacy": "private",
39695
+ "description": "clears the hide delay",
39418
39696
  "inheritedFrom": {
39419
- "name": "UrlInput",
39420
- "module": "src/url-input/url-input.ts"
39697
+ "name": "Tooltip",
39698
+ "module": "src/tooltip/tooltip.ts"
39421
39699
  }
39422
39700
  },
39423
39701
  {
39424
- "name": "pattern",
39425
- "type": {
39426
- "text": "string"
39427
- },
39428
- "description": "A regular expression that the value must match to pass validation.",
39429
- "fieldName": "pattern",
39702
+ "kind": "field",
39703
+ "name": "startShowDelayTimer",
39704
+ "privacy": "private",
39705
+ "description": "starts the show timer if not currently running",
39430
39706
  "inheritedFrom": {
39431
- "name": "UrlInput",
39432
- "module": "src/url-input/url-input.ts"
39707
+ "name": "Tooltip",
39708
+ "module": "src/tooltip/tooltip.ts"
39433
39709
  }
39434
- }
39435
- ],
39436
- "members": [
39710
+ },
39437
39711
  {
39438
39712
  "kind": "field",
39439
- "name": "value",
39440
- "type": {
39441
- "text": "string"
39442
- },
39443
- "default": "''",
39713
+ "name": "startHover",
39714
+ "privacy": "private",
39715
+ "description": "start hover",
39444
39716
  "inheritedFrom": {
39445
- "name": "UrlInput",
39446
- "module": "src/url-input/url-input.ts"
39717
+ "name": "Tooltip",
39718
+ "module": "src/tooltip/tooltip.ts"
39447
39719
  }
39448
39720
  },
39449
39721
  {
39450
39722
  "kind": "field",
39451
- "name": "focused",
39452
- "type": {
39453
- "text": "boolean"
39454
- },
39723
+ "name": "clearShowDelayTimer",
39724
+ "privacy": "private",
39725
+ "description": "clears the show delay",
39455
39726
  "inheritedFrom": {
39456
- "name": "UrlInput",
39457
- "module": "src/url-input/url-input.ts"
39727
+ "name": "Tooltip",
39728
+ "module": "src/tooltip/tooltip.ts"
39458
39729
  }
39459
39730
  },
39460
39731
  {
39461
39732
  "kind": "method",
39462
- "name": "saveUrl",
39463
- "privacy": "public",
39464
- "parameters": [
39465
- {
39466
- "name": "url",
39467
- "type": {
39468
- "text": "string"
39469
- }
39733
+ "name": "updateLayout",
39734
+ "privacy": "private",
39735
+ "return": {
39736
+ "type": {
39737
+ "text": "void"
39470
39738
  }
39471
- ],
39739
+ },
39740
+ "description": "updated the properties being passed to the anchored region",
39472
39741
  "inheritedFrom": {
39473
- "name": "UrlInput",
39474
- "module": "src/url-input/url-input.ts"
39742
+ "name": "Tooltip",
39743
+ "module": "src/tooltip/tooltip.ts"
39475
39744
  }
39476
39745
  },
39477
39746
  {
39478
- "kind": "method",
39479
- "name": "focus",
39480
- "privacy": "public",
39747
+ "kind": "field",
39748
+ "name": "getAnchor",
39749
+ "privacy": "private",
39750
+ "description": "Gets the anchor element by id",
39481
39751
  "inheritedFrom": {
39482
- "name": "UrlInput",
39483
- "module": "src/url-input/url-input.ts"
39752
+ "name": "Tooltip",
39753
+ "module": "src/tooltip/tooltip.ts"
39484
39754
  }
39485
39755
  },
39486
39756
  {
39487
39757
  "kind": "field",
39488
- "name": "readOnly",
39489
- "type": {
39490
- "text": "boolean"
39491
- },
39492
- "privacy": "public",
39493
- "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
39758
+ "name": "handleDocumentKeydown",
39759
+ "privacy": "private",
39760
+ "description": "handles key down events to check for dismiss",
39494
39761
  "inheritedFrom": {
39495
- "name": "UrlInput",
39496
- "module": "src/url-input/url-input.ts"
39762
+ "name": "Tooltip",
39763
+ "module": "src/tooltip/tooltip.ts"
39497
39764
  }
39498
39765
  },
39499
39766
  {
39500
- "kind": "method",
39501
- "name": "readOnlyChanged",
39767
+ "kind": "field",
39768
+ "name": "updateTooltipVisibility",
39502
39769
  "privacy": "private",
39503
- "return": {
39504
- "type": {
39505
- "text": "void"
39506
- }
39507
- },
39770
+ "description": "determines whether to show or hide the tooltip based on current state",
39508
39771
  "inheritedFrom": {
39509
- "name": "UrlInput",
39510
- "module": "src/url-input/url-input.ts"
39772
+ "name": "Tooltip",
39773
+ "module": "src/tooltip/tooltip.ts"
39511
39774
  }
39512
39775
  },
39513
39776
  {
39514
39777
  "kind": "field",
39515
- "name": "autofocus",
39516
- "type": {
39517
- "text": "boolean"
39518
- },
39519
- "privacy": "public",
39520
- "description": "Indicates that this element should get focus after the page finishes loading. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute} for more information.",
39778
+ "name": "showTooltip",
39779
+ "privacy": "private",
39780
+ "description": "shows the tooltip",
39521
39781
  "inheritedFrom": {
39522
- "name": "UrlInput",
39523
- "module": "src/url-input/url-input.ts"
39782
+ "name": "Tooltip",
39783
+ "module": "src/tooltip/tooltip.ts"
39524
39784
  }
39525
39785
  },
39526
39786
  {
39527
- "kind": "method",
39528
- "name": "autofocusChanged",
39787
+ "kind": "field",
39788
+ "name": "hideTooltip",
39529
39789
  "privacy": "private",
39530
- "return": {
39531
- "type": {
39532
- "text": "void"
39533
- }
39534
- },
39790
+ "description": "hides the tooltip",
39535
39791
  "inheritedFrom": {
39536
- "name": "UrlInput",
39537
- "module": "src/url-input/url-input.ts"
39792
+ "name": "Tooltip",
39793
+ "module": "src/tooltip/tooltip.ts"
39538
39794
  }
39539
39795
  },
39540
39796
  {
39541
39797
  "kind": "field",
39542
- "name": "placeholder",
39798
+ "name": "setRegionProps",
39799
+ "privacy": "private",
39800
+ "description": "updates the tooltip anchored region props after it has been\nadded to the DOM",
39801
+ "inheritedFrom": {
39802
+ "name": "Tooltip",
39803
+ "module": "src/tooltip/tooltip.ts"
39804
+ }
39805
+ },
39806
+ {
39807
+ "kind": "field",
39808
+ "name": "_presentation",
39543
39809
  "type": {
39544
- "text": "string"
39810
+ "text": "ComponentPresentation | null | undefined"
39545
39811
  },
39546
- "privacy": "public",
39547
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
39812
+ "privacy": "private",
39813
+ "default": "void 0",
39548
39814
  "inheritedFrom": {
39549
- "name": "UrlInput",
39550
- "module": "src/url-input/url-input.ts"
39815
+ "name": "Tooltip",
39816
+ "module": "src/tooltip/tooltip.ts"
39551
39817
  }
39552
39818
  },
39553
39819
  {
39554
- "kind": "method",
39555
- "name": "placeholderChanged",
39556
- "privacy": "private",
39557
- "return": {
39558
- "type": {
39559
- "text": "void"
39560
- }
39820
+ "kind": "field",
39821
+ "name": "$presentation",
39822
+ "type": {
39823
+ "text": "ComponentPresentation | null"
39561
39824
  },
39825
+ "privacy": "public",
39826
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
39562
39827
  "inheritedFrom": {
39563
- "name": "UrlInput",
39564
- "module": "src/url-input/url-input.ts"
39828
+ "name": "Tooltip",
39829
+ "module": "src/tooltip/tooltip.ts"
39565
39830
  }
39566
39831
  },
39567
39832
  {
39568
39833
  "kind": "field",
39569
- "name": "type",
39834
+ "name": "template",
39570
39835
  "type": {
39571
- "text": "TextFieldType"
39836
+ "text": "ElementViewTemplate | void | null"
39572
39837
  },
39573
39838
  "privacy": "public",
39574
- "description": "Allows setting a type or mode of text.",
39839
+ "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.",
39575
39840
  "inheritedFrom": {
39576
- "name": "UrlInput",
39577
- "module": "src/url-input/url-input.ts"
39841
+ "name": "Tooltip",
39842
+ "module": "src/tooltip/tooltip.ts"
39578
39843
  }
39579
39844
  },
39580
39845
  {
39581
39846
  "kind": "method",
39582
- "name": "typeChanged",
39583
- "privacy": "private",
39847
+ "name": "templateChanged",
39848
+ "privacy": "protected",
39584
39849
  "return": {
39585
39850
  "type": {
39586
39851
  "text": "void"
39587
39852
  }
39588
39853
  },
39589
39854
  "inheritedFrom": {
39590
- "name": "UrlInput",
39591
- "module": "src/url-input/url-input.ts"
39855
+ "name": "Tooltip",
39856
+ "module": "src/tooltip/tooltip.ts"
39592
39857
  }
39593
39858
  },
39594
39859
  {
39595
39860
  "kind": "field",
39596
- "name": "list",
39861
+ "name": "styles",
39597
39862
  "type": {
39598
- "text": "string"
39863
+ "text": "ElementStyles | void | null"
39599
39864
  },
39600
39865
  "privacy": "public",
39601
- "description": "Allows associating a {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist} to the element by {@link https://developer.mozilla.org/en-US/docs/Web/API/Element/id}.",
39866
+ "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.",
39602
39867
  "inheritedFrom": {
39603
- "name": "UrlInput",
39604
- "module": "src/url-input/url-input.ts"
39868
+ "name": "Tooltip",
39869
+ "module": "src/tooltip/tooltip.ts"
39605
39870
  }
39606
39871
  },
39607
39872
  {
39608
39873
  "kind": "method",
39609
- "name": "listChanged",
39610
- "privacy": "private",
39874
+ "name": "stylesChanged",
39875
+ "privacy": "protected",
39611
39876
  "return": {
39612
39877
  "type": {
39613
39878
  "text": "void"
39614
39879
  }
39615
39880
  },
39616
39881
  "inheritedFrom": {
39617
- "name": "UrlInput",
39618
- "module": "src/url-input/url-input.ts"
39619
- }
39620
- },
39621
- {
39622
- "kind": "field",
39623
- "name": "maxlength",
39624
- "type": {
39625
- "text": "number"
39626
- },
39627
- "privacy": "public",
39628
- "description": "The maximum number of characters a user can enter.",
39629
- "inheritedFrom": {
39630
- "name": "UrlInput",
39631
- "module": "src/url-input/url-input.ts"
39882
+ "name": "Tooltip",
39883
+ "module": "src/tooltip/tooltip.ts"
39632
39884
  }
39633
39885
  },
39634
39886
  {
39635
39887
  "kind": "method",
39636
- "name": "maxlengthChanged",
39637
- "privacy": "private",
39888
+ "name": "compose",
39889
+ "privacy": "public",
39890
+ "static": true,
39638
39891
  "return": {
39639
39892
  "type": {
39640
- "text": "void"
39893
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
39641
39894
  }
39642
39895
  },
39896
+ "parameters": [
39897
+ {
39898
+ "name": "this",
39899
+ "type": {
39900
+ "text": "K"
39901
+ }
39902
+ },
39903
+ {
39904
+ "name": "elementDefinition",
39905
+ "type": {
39906
+ "text": "T"
39907
+ },
39908
+ "description": "The definition of the element to create the registry\nfunction for."
39909
+ }
39910
+ ],
39911
+ "description": "Defines an element registry function with a set of element definition defaults.",
39643
39912
  "inheritedFrom": {
39644
- "name": "UrlInput",
39645
- "module": "src/url-input/url-input.ts"
39913
+ "name": "Tooltip",
39914
+ "module": "src/tooltip/tooltip.ts"
39915
+ }
39916
+ }
39917
+ ],
39918
+ "events": [
39919
+ {
39920
+ "description": "Fires a custom 'dismiss' event when the tooltip is visible and escape key is pressed",
39921
+ "name": "dismiss",
39922
+ "inheritedFrom": {
39923
+ "name": "Tooltip",
39924
+ "module": "src/tooltip/tooltip.ts"
39925
+ }
39926
+ }
39927
+ ]
39928
+ },
39929
+ {
39930
+ "kind": "variable",
39931
+ "name": "zeroTooltip"
39932
+ }
39933
+ ],
39934
+ "exports": [
39935
+ {
39936
+ "kind": "js",
39937
+ "name": "Tooltip",
39938
+ "declaration": {
39939
+ "name": "Tooltip",
39940
+ "module": "src/tooltip/tooltip.ts"
39941
+ }
39942
+ },
39943
+ {
39944
+ "kind": "js",
39945
+ "name": "zeroTooltip",
39946
+ "declaration": {
39947
+ "name": "zeroTooltip",
39948
+ "module": "src/tooltip/tooltip.ts"
39949
+ }
39950
+ }
39951
+ ]
39952
+ },
39953
+ {
39954
+ "kind": "javascript-module",
39955
+ "path": "src/tree-item/index.ts",
39956
+ "declarations": [],
39957
+ "exports": [
39958
+ {
39959
+ "kind": "js",
39960
+ "name": "*",
39961
+ "declaration": {
39962
+ "name": "*",
39963
+ "package": "./tree-item.template"
39964
+ }
39965
+ },
39966
+ {
39967
+ "kind": "js",
39968
+ "name": "*",
39969
+ "declaration": {
39970
+ "name": "*",
39971
+ "package": "./tree-item.styles"
39972
+ }
39973
+ },
39974
+ {
39975
+ "kind": "js",
39976
+ "name": "*",
39977
+ "declaration": {
39978
+ "name": "*",
39979
+ "package": "./tree-item"
39980
+ }
39981
+ }
39982
+ ]
39983
+ },
39984
+ {
39985
+ "kind": "javascript-module",
39986
+ "path": "src/tree-item/tree-item.styles.ts",
39987
+ "declarations": [
39988
+ {
39989
+ "kind": "function",
39990
+ "name": "zeroTreeItemStyles",
39991
+ "return": {
39992
+ "type": {
39993
+ "text": "ElementStyles"
39994
+ }
39995
+ },
39996
+ "parameters": [
39997
+ {
39998
+ "name": "context",
39999
+ "type": {
40000
+ "text": "ElementDefinitionContext"
39646
40001
  }
39647
40002
  },
39648
40003
  {
39649
- "kind": "field",
39650
- "name": "minlength",
40004
+ "name": "definition",
39651
40005
  "type": {
39652
- "text": "number"
39653
- },
39654
- "privacy": "public",
39655
- "description": "The minimum number of characters a user can enter.",
39656
- "inheritedFrom": {
39657
- "name": "UrlInput",
39658
- "module": "src/url-input/url-input.ts"
40006
+ "text": "FoundationElementDefinition"
40007
+ }
40008
+ }
40009
+ ]
40010
+ }
40011
+ ],
40012
+ "exports": [
40013
+ {
40014
+ "kind": "js",
40015
+ "name": "zeroTreeItemStyles",
40016
+ "declaration": {
40017
+ "name": "zeroTreeItemStyles",
40018
+ "module": "src/tree-item/tree-item.styles.ts"
40019
+ }
40020
+ }
40021
+ ]
40022
+ },
40023
+ {
40024
+ "kind": "javascript-module",
40025
+ "path": "src/tree-item/tree-item.template.ts",
40026
+ "declarations": [
40027
+ {
40028
+ "kind": "function",
40029
+ "name": "zeroTreeItemTemplate",
40030
+ "return": {
40031
+ "type": {
40032
+ "text": "ViewTemplate<TreeItem>"
40033
+ }
40034
+ },
40035
+ "parameters": [
40036
+ {
40037
+ "name": "context",
40038
+ "type": {
40039
+ "text": "ElementDefinitionContext"
39659
40040
  }
39660
40041
  },
39661
40042
  {
39662
- "kind": "method",
39663
- "name": "minlengthChanged",
39664
- "privacy": "private",
39665
- "return": {
39666
- "type": {
39667
- "text": "void"
39668
- }
40043
+ "name": "definition",
40044
+ "type": {
40045
+ "text": "FoundationElementDefinition"
40046
+ }
40047
+ }
40048
+ ]
40049
+ }
40050
+ ],
40051
+ "exports": [
40052
+ {
40053
+ "kind": "js",
40054
+ "name": "zeroTreeItemTemplate",
40055
+ "declaration": {
40056
+ "name": "zeroTreeItemTemplate",
40057
+ "module": "src/tree-item/tree-item.template.ts"
40058
+ }
40059
+ }
40060
+ ]
40061
+ },
40062
+ {
40063
+ "kind": "javascript-module",
40064
+ "path": "src/tree-item/tree-item.ts",
40065
+ "declarations": [
40066
+ {
40067
+ "kind": "class",
40068
+ "description": "",
40069
+ "name": "TreeItem",
40070
+ "superclass": {
40071
+ "name": "FoundationTreeItem",
40072
+ "package": "@genesislcap/foundation-ui"
40073
+ },
40074
+ "tagName": "%%prefix%%-tree-item",
40075
+ "customElement": true,
40076
+ "attributes": [
40077
+ {
40078
+ "type": {
40079
+ "text": "boolean"
39669
40080
  },
40081
+ "description": "When true, the control will be appear expanded by user interaction.",
40082
+ "fieldName": "expanded",
40083
+ "default": "false",
39670
40084
  "inheritedFrom": {
39671
- "name": "UrlInput",
39672
- "module": "src/url-input/url-input.ts"
40085
+ "name": "TreeItem",
40086
+ "module": "src/tree-item/tree-item.ts"
39673
40087
  }
39674
- },
40088
+ }
40089
+ ],
40090
+ "members": [
39675
40091
  {
39676
40092
  "kind": "field",
39677
- "name": "pattern",
40093
+ "name": "expanded",
39678
40094
  "type": {
39679
- "text": "string"
40095
+ "text": "boolean"
39680
40096
  },
39681
40097
  "privacy": "public",
39682
- "description": "A regular expression that the value must match to pass validation.",
40098
+ "default": "false",
40099
+ "description": "When true, the control will be appear expanded by user interaction.",
39683
40100
  "inheritedFrom": {
39684
- "name": "UrlInput",
39685
- "module": "src/url-input/url-input.ts"
40101
+ "name": "TreeItem",
40102
+ "module": "src/tree-item/tree-item.ts"
39686
40103
  }
39687
40104
  },
39688
40105
  {
39689
40106
  "kind": "method",
39690
- "name": "patternChanged",
40107
+ "name": "expandedChanged",
39691
40108
  "privacy": "private",
39692
40109
  "return": {
39693
40110
  "type": {
@@ -39695,26 +40112,26 @@
39695
40112
  }
39696
40113
  },
39697
40114
  "inheritedFrom": {
39698
- "name": "UrlInput",
39699
- "module": "src/url-input/url-input.ts"
40115
+ "name": "TreeItem",
40116
+ "module": "src/tree-item/tree-item.ts"
39700
40117
  }
39701
40118
  },
39702
40119
  {
39703
40120
  "kind": "field",
39704
- "name": "size",
40121
+ "name": "selected",
39705
40122
  "type": {
39706
- "text": "number"
40123
+ "text": "boolean"
39707
40124
  },
39708
40125
  "privacy": "public",
39709
- "description": "Sets the width of the element to a specified number of characters.",
40126
+ "description": "When true, the control will appear selected by user interaction.",
39710
40127
  "inheritedFrom": {
39711
- "name": "UrlInput",
39712
- "module": "src/url-input/url-input.ts"
40128
+ "name": "TreeItem",
40129
+ "module": "src/tree-item/tree-item.ts"
39713
40130
  }
39714
40131
  },
39715
40132
  {
39716
40133
  "kind": "method",
39717
- "name": "sizeChanged",
40134
+ "name": "selectedChanged",
39718
40135
  "privacy": "private",
39719
40136
  "return": {
39720
40137
  "type": {
@@ -39722,73 +40139,79 @@
39722
40139
  }
39723
40140
  },
39724
40141
  "inheritedFrom": {
39725
- "name": "UrlInput",
39726
- "module": "src/url-input/url-input.ts"
40142
+ "name": "TreeItem",
40143
+ "module": "src/tree-item/tree-item.ts"
39727
40144
  }
39728
40145
  },
39729
40146
  {
39730
40147
  "kind": "field",
39731
- "name": "spellcheck",
40148
+ "name": "disabled",
39732
40149
  "type": {
39733
40150
  "text": "boolean"
39734
40151
  },
39735
40152
  "privacy": "public",
39736
- "description": "Controls whether or not to enable spell checking for the input field, or if the default spell checking configuration should be used.",
40153
+ "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
39737
40154
  "inheritedFrom": {
39738
- "name": "UrlInput",
39739
- "module": "src/url-input/url-input.ts"
40155
+ "name": "TreeItem",
40156
+ "module": "src/tree-item/tree-item.ts"
39740
40157
  }
39741
40158
  },
39742
40159
  {
39743
40160
  "kind": "method",
39744
- "name": "spellcheckChanged",
40161
+ "name": "itemsChanged",
39745
40162
  "privacy": "private",
39746
40163
  "return": {
39747
40164
  "type": {
39748
40165
  "text": "void"
39749
40166
  }
39750
40167
  },
39751
- "inheritedFrom": {
39752
- "name": "UrlInput",
39753
- "module": "src/url-input/url-input.ts"
39754
- }
39755
- },
39756
- {
39757
- "kind": "method",
39758
- "name": "select",
39759
- "privacy": "public",
39760
- "return": {
39761
- "type": {
39762
- "text": "void"
40168
+ "parameters": [
40169
+ {
40170
+ "name": "oldValue",
40171
+ "type": {
40172
+ "text": "unknown"
40173
+ }
40174
+ },
40175
+ {
40176
+ "name": "newValue",
40177
+ "type": {
40178
+ "text": "HTMLElement[]"
40179
+ }
39763
40180
  }
39764
- },
39765
- "description": "Selects all the text in the text field",
40181
+ ],
39766
40182
  "inheritedFrom": {
39767
- "name": "UrlInput",
39768
- "module": "src/url-input/url-input.ts"
40183
+ "name": "TreeItem",
40184
+ "module": "src/tree-item/tree-item.ts"
39769
40185
  }
39770
40186
  },
39771
40187
  {
39772
40188
  "kind": "method",
39773
- "name": "validate",
40189
+ "name": "focusItem",
39774
40190
  "privacy": "public",
39775
- "return": {
39776
- "type": {
39777
- "text": "void"
40191
+ "static": true,
40192
+ "parameters": [
40193
+ {
40194
+ "name": "el",
40195
+ "type": {
40196
+ "text": "HTMLElement"
40197
+ },
40198
+ "description": "the element to focus"
39778
40199
  }
39779
- },
39780
- "description": "{@inheritDoc (FormAssociated:interface).validate}",
40200
+ ],
40201
+ "description": "Places document focus on a tree item",
39781
40202
  "inheritedFrom": {
39782
- "name": "UrlInput",
39783
- "module": "src/url-input/url-input.ts"
40203
+ "name": "TreeItem",
40204
+ "module": "src/tree-item/tree-item.ts"
39784
40205
  }
39785
40206
  },
39786
40207
  {
39787
40208
  "kind": "field",
39788
- "name": "proxy",
40209
+ "name": "isNestedItem",
40210
+ "privacy": "public",
40211
+ "description": "Whether the tree is nested",
39789
40212
  "inheritedFrom": {
39790
- "name": "UrlInput",
39791
- "module": "src/url-input/url-input.ts"
40213
+ "name": "TreeItem",
40214
+ "module": "src/tree-item/tree-item.ts"
39792
40215
  }
39793
40216
  },
39794
40217
  {
@@ -39800,8 +40223,8 @@
39800
40223
  "privacy": "private",
39801
40224
  "default": "void 0",
39802
40225
  "inheritedFrom": {
39803
- "name": "UrlInput",
39804
- "module": "src/url-input/url-input.ts"
40226
+ "name": "TreeItem",
40227
+ "module": "src/tree-item/tree-item.ts"
39805
40228
  }
39806
40229
  },
39807
40230
  {
@@ -39813,8 +40236,8 @@
39813
40236
  "privacy": "public",
39814
40237
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
39815
40238
  "inheritedFrom": {
39816
- "name": "UrlInput",
39817
- "module": "src/url-input/url-input.ts"
40239
+ "name": "TreeItem",
40240
+ "module": "src/tree-item/tree-item.ts"
39818
40241
  }
39819
40242
  },
39820
40243
  {
@@ -39826,8 +40249,8 @@
39826
40249
  "privacy": "public",
39827
40250
  "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.",
39828
40251
  "inheritedFrom": {
39829
- "name": "UrlInput",
39830
- "module": "src/url-input/url-input.ts"
40252
+ "name": "TreeItem",
40253
+ "module": "src/tree-item/tree-item.ts"
39831
40254
  }
39832
40255
  },
39833
40256
  {
@@ -39840,8 +40263,8 @@
39840
40263
  }
39841
40264
  },
39842
40265
  "inheritedFrom": {
39843
- "name": "UrlInput",
39844
- "module": "src/url-input/url-input.ts"
40266
+ "name": "TreeItem",
40267
+ "module": "src/tree-item/tree-item.ts"
39845
40268
  }
39846
40269
  },
39847
40270
  {
@@ -39853,8 +40276,8 @@
39853
40276
  "privacy": "public",
39854
40277
  "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.",
39855
40278
  "inheritedFrom": {
39856
- "name": "UrlInput",
39857
- "module": "src/url-input/url-input.ts"
40279
+ "name": "TreeItem",
40280
+ "module": "src/tree-item/tree-item.ts"
39858
40281
  }
39859
40282
  },
39860
40283
  {
@@ -39867,8 +40290,8 @@
39867
40290
  }
39868
40291
  },
39869
40292
  "inheritedFrom": {
39870
- "name": "UrlInput",
39871
- "module": "src/url-input/url-input.ts"
40293
+ "name": "TreeItem",
40294
+ "module": "src/tree-item/tree-item.ts"
39872
40295
  }
39873
40296
  },
39874
40297
  {
@@ -39898,42 +40321,50 @@
39898
40321
  ],
39899
40322
  "description": "Defines an element registry function with a set of element definition defaults.",
39900
40323
  "inheritedFrom": {
39901
- "name": "UrlInput",
39902
- "module": "src/url-input/url-input.ts"
40324
+ "name": "TreeItem",
40325
+ "module": "src/tree-item/tree-item.ts"
39903
40326
  }
39904
40327
  }
39905
40328
  ],
39906
40329
  "events": [
39907
40330
  {
39908
- "description": "Fires a custom 'change' event when the value has changed",
39909
- "name": "change",
40331
+ "description": "Fires a custom 'expanded-change' event when the expanded state changes",
40332
+ "name": "expanded-change",
39910
40333
  "inheritedFrom": {
39911
- "name": "UrlInput",
39912
- "module": "src/url-input/url-input.ts"
40334
+ "name": "TreeItem",
40335
+ "module": "src/tree-item/tree-item.ts"
40336
+ }
40337
+ },
40338
+ {
40339
+ "description": "Fires a custom 'selected-change' event when the selected state changes",
40340
+ "name": "selected-change",
40341
+ "inheritedFrom": {
40342
+ "name": "TreeItem",
40343
+ "module": "src/tree-item/tree-item.ts"
39913
40344
  }
39914
40345
  }
39915
40346
  ]
39916
40347
  },
39917
40348
  {
39918
40349
  "kind": "variable",
39919
- "name": "zeroUrlInput"
40350
+ "name": "zeroTreeItem"
39920
40351
  }
39921
40352
  ],
39922
40353
  "exports": [
39923
40354
  {
39924
40355
  "kind": "js",
39925
- "name": "UrlInput",
40356
+ "name": "TreeItem",
39926
40357
  "declaration": {
39927
- "name": "UrlInput",
39928
- "module": "src/url-input/url-input.ts"
40358
+ "name": "TreeItem",
40359
+ "module": "src/tree-item/tree-item.ts"
39929
40360
  }
39930
40361
  },
39931
40362
  {
39932
40363
  "kind": "js",
39933
- "name": "zeroUrlInput",
40364
+ "name": "zeroTreeItem",
39934
40365
  "declaration": {
39935
- "name": "zeroUrlInput",
39936
- "module": "src/url-input/url-input.ts"
40366
+ "name": "zeroTreeItem",
40367
+ "module": "src/tree-item/tree-item.ts"
39937
40368
  }
39938
40369
  }
39939
40370
  ]
@@ -40088,7 +40519,7 @@
40088
40519
  },
40089
40520
  {
40090
40521
  "kind": "javascript-module",
40091
- "path": "src/tooltip/index.ts",
40522
+ "path": "src/url-input/index.ts",
40092
40523
  "declarations": [],
40093
40524
  "exports": [
40094
40525
  {
@@ -40096,7 +40527,7 @@
40096
40527
  "name": "*",
40097
40528
  "declaration": {
40098
40529
  "name": "*",
40099
- "package": "./tooltip"
40530
+ "package": "./url-input"
40100
40531
  }
40101
40532
  },
40102
40533
  {
@@ -40104,7 +40535,7 @@
40104
40535
  "name": "*",
40105
40536
  "declaration": {
40106
40537
  "name": "*",
40107
- "package": "./tooltip.styles"
40538
+ "package": "./url-input.styles"
40108
40539
  }
40109
40540
  },
40110
40541
  {
@@ -40112,18 +40543,18 @@
40112
40543
  "name": "*",
40113
40544
  "declaration": {
40114
40545
  "name": "*",
40115
- "package": "./tooltip.template"
40546
+ "package": "./url-input.template"
40116
40547
  }
40117
40548
  }
40118
40549
  ]
40119
40550
  },
40120
40551
  {
40121
40552
  "kind": "javascript-module",
40122
- "path": "src/tooltip/tooltip.styles.ts",
40553
+ "path": "src/url-input/url-input.styles.ts",
40123
40554
  "declarations": [
40124
40555
  {
40125
40556
  "kind": "function",
40126
- "name": "zeroTooltipStyles",
40557
+ "name": "zeroUrlInputStyles",
40127
40558
  "return": {
40128
40559
  "type": {
40129
40560
  "text": "ElementStyles"
@@ -40148,331 +40579,215 @@
40148
40579
  "exports": [
40149
40580
  {
40150
40581
  "kind": "js",
40151
- "name": "zeroTooltipStyles",
40582
+ "name": "zeroUrlInputStyles",
40152
40583
  "declaration": {
40153
- "name": "zeroTooltipStyles",
40154
- "module": "src/tooltip/tooltip.styles.ts"
40584
+ "name": "zeroUrlInputStyles",
40585
+ "module": "src/url-input/url-input.styles.ts"
40155
40586
  }
40156
40587
  }
40157
40588
  ]
40158
40589
  },
40159
40590
  {
40160
40591
  "kind": "javascript-module",
40161
- "path": "src/tooltip/tooltip.template.ts",
40592
+ "path": "src/url-input/url-input.template.ts",
40162
40593
  "declarations": [
40163
40594
  {
40164
- "kind": "function",
40165
- "name": "zeroTooltipTemplate",
40166
- "return": {
40167
- "type": {
40168
- "text": "ViewTemplate<Tooltip>"
40169
- }
40170
- },
40171
- "parameters": [
40172
- {
40173
- "name": "context",
40174
- "type": {
40175
- "text": "ElementDefinitionContext"
40176
- }
40177
- },
40178
- {
40179
- "name": "definition",
40180
- "type": {
40181
- "text": "FoundationElementDefinition"
40182
- }
40183
- }
40184
- ]
40595
+ "kind": "variable",
40596
+ "name": "zeroUrlInputTemplate",
40597
+ "default": "html<UrlInput>`\n ${getPrefixedUrlInput('zero')}\n`"
40185
40598
  }
40186
40599
  ],
40187
40600
  "exports": [
40188
40601
  {
40189
40602
  "kind": "js",
40190
- "name": "zeroTooltipTemplate",
40603
+ "name": "zeroUrlInputTemplate",
40191
40604
  "declaration": {
40192
- "name": "zeroTooltipTemplate",
40193
- "module": "src/tooltip/tooltip.template.ts"
40605
+ "name": "zeroUrlInputTemplate",
40606
+ "module": "src/url-input/url-input.template.ts"
40194
40607
  }
40195
40608
  }
40196
40609
  ]
40197
40610
  },
40198
40611
  {
40199
40612
  "kind": "javascript-module",
40200
- "path": "src/tooltip/tooltip.ts",
40613
+ "path": "src/url-input/url-input.ts",
40201
40614
  "declarations": [
40202
40615
  {
40203
40616
  "kind": "class",
40204
40617
  "description": "",
40205
- "name": "Tooltip",
40618
+ "name": "UrlInput",
40206
40619
  "superclass": {
40207
- "name": "FoundationTooltip",
40620
+ "name": "FoundationUrlInput",
40208
40621
  "package": "@genesislcap/foundation-ui"
40209
40622
  },
40210
- "tagName": "%%prefix%%-tooltip",
40623
+ "tagName": "%%prefix%%-url-input",
40211
40624
  "customElement": true,
40212
40625
  "attributes": [
40213
40626
  {
40214
- "type": {
40215
- "text": "boolean"
40216
- },
40217
- "description": "Whether the tooltip is visible or not.\nIf undefined tooltip is shown when anchor element is hovered",
40218
- "fieldName": "visible",
40219
- "inheritedFrom": {
40220
- "name": "Tooltip",
40221
- "module": "src/tooltip/tooltip.ts"
40222
- }
40223
- },
40224
- {
40225
- "name": "anchor",
40226
- "type": {
40227
- "text": "string"
40228
- },
40229
- "default": "\"\"",
40230
- "description": "The id of the element the tooltip is anchored to",
40231
- "fieldName": "anchor",
40232
- "inheritedFrom": {
40233
- "name": "Tooltip",
40234
- "module": "src/tooltip/tooltip.ts"
40235
- }
40236
- },
40237
- {
40238
- "name": "delay",
40239
- "type": {
40240
- "text": "number"
40241
- },
40242
- "default": "300",
40243
- "description": "The delay in milliseconds before a tooltip is shown after a hover event",
40244
- "fieldName": "delay",
40245
- "inheritedFrom": {
40246
- "name": "Tooltip",
40247
- "module": "src/tooltip/tooltip.ts"
40248
- }
40249
- },
40250
- {
40251
- "name": "position",
40252
- "type": {
40253
- "text": "TooltipPosition"
40254
- },
40255
- "description": "Controls the placement of the tooltip relative to the anchor.\nWhen the position is undefined the tooltip is placed above or below the anchor based on available space.",
40256
- "fieldName": "position",
40257
- "inheritedFrom": {
40258
- "name": "Tooltip",
40259
- "module": "src/tooltip/tooltip.ts"
40260
- }
40261
- },
40262
- {
40263
- "name": "auto-update-mode",
40264
- "type": {
40265
- "text": "AutoUpdateMode"
40266
- },
40267
- "default": "\"anchor\"",
40268
- "description": "Controls when the tooltip updates its position, default is 'anchor' which only updates when\nthe anchor is resized. 'auto' will update on scroll/resize events.\nCorresponds to anchored-region auto-update-mode.",
40269
- "fieldName": "autoUpdateMode",
40270
- "inheritedFrom": {
40271
- "name": "Tooltip",
40272
- "module": "src/tooltip/tooltip.ts"
40273
- }
40274
- },
40275
- {
40276
- "name": "horizontal-viewport-lock",
40277
- "type": {
40278
- "text": "boolean"
40279
- },
40280
- "description": "Controls if the tooltip will always remain fully in the viewport on the horizontal axis",
40281
- "fieldName": "horizontalViewportLock",
40282
- "inheritedFrom": {
40283
- "name": "Tooltip",
40284
- "module": "src/tooltip/tooltip.ts"
40285
- }
40286
- },
40287
- {
40288
- "name": "vertical-viewport-lock",
40289
- "type": {
40290
- "text": "boolean"
40291
- },
40292
- "description": "Controls if the tooltip will always remain fully in the viewport on the vertical axis",
40293
- "fieldName": "verticalViewportLock",
40294
- "inheritedFrom": {
40295
- "name": "Tooltip",
40296
- "module": "src/tooltip/tooltip.ts"
40297
- }
40298
- }
40299
- ],
40300
- "members": [
40301
- {
40302
- "kind": "field",
40303
- "name": "visible",
40304
- "type": {
40305
- "text": "boolean"
40306
- },
40307
- "privacy": "public",
40308
- "description": "Whether the tooltip is visible or not.\nIf undefined tooltip is shown when anchor element is hovered",
40309
- "inheritedFrom": {
40310
- "name": "Tooltip",
40311
- "module": "src/tooltip/tooltip.ts"
40312
- }
40313
- },
40314
- {
40315
- "kind": "method",
40316
- "name": "visibleChanged",
40317
- "privacy": "private",
40318
- "return": {
40319
- "type": {
40320
- "text": "void"
40321
- }
40627
+ "name": "readonly",
40628
+ "type": {
40629
+ "text": "boolean"
40322
40630
  },
40631
+ "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
40632
+ "fieldName": "readOnly",
40323
40633
  "inheritedFrom": {
40324
- "name": "Tooltip",
40325
- "module": "src/tooltip/tooltip.ts"
40634
+ "name": "UrlInput",
40635
+ "module": "src/url-input/url-input.ts"
40326
40636
  }
40327
40637
  },
40328
40638
  {
40329
- "kind": "field",
40330
- "name": "anchor",
40331
40639
  "type": {
40332
- "text": "string"
40640
+ "text": "boolean"
40333
40641
  },
40334
- "privacy": "public",
40335
- "default": "\"\"",
40336
- "description": "The id of the element the tooltip is anchored to",
40642
+ "description": "Indicates that this element should get focus after the page finishes loading. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute for more information.",
40643
+ "fieldName": "autofocus",
40337
40644
  "inheritedFrom": {
40338
- "name": "Tooltip",
40339
- "module": "src/tooltip/tooltip.ts"
40645
+ "name": "UrlInput",
40646
+ "module": "src/url-input/url-input.ts"
40340
40647
  }
40341
40648
  },
40342
40649
  {
40343
- "kind": "method",
40344
- "name": "anchorChanged",
40345
- "privacy": "private",
40346
- "return": {
40347
- "type": {
40348
- "text": "void"
40349
- }
40650
+ "name": "placeholder",
40651
+ "type": {
40652
+ "text": "string"
40350
40653
  },
40654
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
40655
+ "fieldName": "placeholder",
40351
40656
  "inheritedFrom": {
40352
- "name": "Tooltip",
40353
- "module": "src/tooltip/tooltip.ts"
40657
+ "name": "UrlInput",
40658
+ "module": "src/url-input/url-input.ts"
40354
40659
  }
40355
40660
  },
40356
40661
  {
40357
- "kind": "field",
40358
- "name": "delay",
40662
+ "name": "type",
40359
40663
  "type": {
40360
- "text": "number"
40664
+ "text": "TextFieldType"
40361
40665
  },
40362
- "privacy": "public",
40363
- "default": "300",
40364
- "description": "The delay in milliseconds before a tooltip is shown after a hover event",
40666
+ "description": "Allows setting a type or mode of text.",
40667
+ "fieldName": "type",
40365
40668
  "inheritedFrom": {
40366
- "name": "Tooltip",
40367
- "module": "src/tooltip/tooltip.ts"
40669
+ "name": "UrlInput",
40670
+ "module": "src/url-input/url-input.ts"
40368
40671
  }
40369
40672
  },
40370
40673
  {
40371
- "kind": "field",
40372
- "name": "position",
40674
+ "name": "list",
40373
40675
  "type": {
40374
- "text": "TooltipPosition"
40676
+ "text": "string"
40375
40677
  },
40376
- "privacy": "public",
40377
- "description": "Controls the placement of the tooltip relative to the anchor.\nWhen the position is undefined the tooltip is placed above or below the anchor based on available space.",
40678
+ "description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
40679
+ "fieldName": "list",
40378
40680
  "inheritedFrom": {
40379
- "name": "Tooltip",
40380
- "module": "src/tooltip/tooltip.ts"
40681
+ "name": "UrlInput",
40682
+ "module": "src/url-input/url-input.ts"
40381
40683
  }
40382
40684
  },
40383
40685
  {
40384
- "kind": "method",
40385
- "name": "positionChanged",
40386
- "privacy": "private",
40387
- "return": {
40388
- "type": {
40389
- "text": "void"
40390
- }
40686
+ "name": "pattern",
40687
+ "type": {
40688
+ "text": "string"
40391
40689
  },
40690
+ "description": "A regular expression that the value must match to pass validation.",
40691
+ "fieldName": "pattern",
40392
40692
  "inheritedFrom": {
40393
- "name": "Tooltip",
40394
- "module": "src/tooltip/tooltip.ts"
40693
+ "name": "UrlInput",
40694
+ "module": "src/url-input/url-input.ts"
40395
40695
  }
40396
- },
40696
+ }
40697
+ ],
40698
+ "members": [
40397
40699
  {
40398
40700
  "kind": "field",
40399
- "name": "autoUpdateMode",
40701
+ "name": "value",
40400
40702
  "type": {
40401
- "text": "AutoUpdateMode"
40703
+ "text": "string"
40402
40704
  },
40403
- "privacy": "public",
40404
- "default": "\"anchor\"",
40405
- "description": "Controls when the tooltip updates its position, default is 'anchor' which only updates when\nthe anchor is resized. 'auto' will update on scroll/resize events.\nCorresponds to anchored-region auto-update-mode.",
40705
+ "default": "''",
40406
40706
  "inheritedFrom": {
40407
- "name": "Tooltip",
40408
- "module": "src/tooltip/tooltip.ts"
40707
+ "name": "UrlInput",
40708
+ "module": "src/url-input/url-input.ts"
40409
40709
  }
40410
40710
  },
40411
40711
  {
40412
40712
  "kind": "field",
40413
- "name": "horizontalViewportLock",
40713
+ "name": "focused",
40414
40714
  "type": {
40415
40715
  "text": "boolean"
40416
40716
  },
40717
+ "inheritedFrom": {
40718
+ "name": "UrlInput",
40719
+ "module": "src/url-input/url-input.ts"
40720
+ }
40721
+ },
40722
+ {
40723
+ "kind": "method",
40724
+ "name": "saveUrl",
40417
40725
  "privacy": "public",
40418
- "description": "Controls if the tooltip will always remain fully in the viewport on the horizontal axis",
40726
+ "parameters": [
40727
+ {
40728
+ "name": "url",
40729
+ "type": {
40730
+ "text": "string"
40731
+ }
40732
+ }
40733
+ ],
40419
40734
  "inheritedFrom": {
40420
- "name": "Tooltip",
40421
- "module": "src/tooltip/tooltip.ts"
40735
+ "name": "UrlInput",
40736
+ "module": "src/url-input/url-input.ts"
40422
40737
  }
40423
40738
  },
40424
40739
  {
40425
- "kind": "field",
40426
- "name": "verticalViewportLock",
40427
- "type": {
40428
- "text": "boolean"
40429
- },
40740
+ "kind": "method",
40741
+ "name": "focus",
40430
40742
  "privacy": "public",
40431
- "description": "Controls if the tooltip will always remain fully in the viewport on the vertical axis",
40432
40743
  "inheritedFrom": {
40433
- "name": "Tooltip",
40434
- "module": "src/tooltip/tooltip.ts"
40744
+ "name": "UrlInput",
40745
+ "module": "src/url-input/url-input.ts"
40435
40746
  }
40436
40747
  },
40437
40748
  {
40438
40749
  "kind": "field",
40439
- "name": "anchorElement",
40750
+ "name": "readOnly",
40440
40751
  "type": {
40441
- "text": "HTMLElement | null"
40752
+ "text": "boolean"
40442
40753
  },
40443
40754
  "privacy": "public",
40444
- "default": "null",
40445
- "description": "the html element currently being used as anchor.\nSetting this directly overrides the anchor attribute.",
40755
+ "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
40446
40756
  "inheritedFrom": {
40447
- "name": "Tooltip",
40448
- "module": "src/tooltip/tooltip.ts"
40757
+ "name": "UrlInput",
40758
+ "module": "src/url-input/url-input.ts"
40449
40759
  }
40450
40760
  },
40451
40761
  {
40452
40762
  "kind": "method",
40453
- "name": "anchorElementChanged",
40763
+ "name": "readOnlyChanged",
40454
40764
  "privacy": "private",
40455
40765
  "return": {
40456
40766
  "type": {
40457
40767
  "text": "void"
40458
40768
  }
40459
40769
  },
40460
- "parameters": [
40461
- {
40462
- "name": "oldValue",
40463
- "type": {
40464
- "text": "HTMLElement | null"
40465
- }
40466
- }
40467
- ],
40468
40770
  "inheritedFrom": {
40469
- "name": "Tooltip",
40470
- "module": "src/tooltip/tooltip.ts"
40771
+ "name": "UrlInput",
40772
+ "module": "src/url-input/url-input.ts"
40773
+ }
40774
+ },
40775
+ {
40776
+ "kind": "field",
40777
+ "name": "autofocus",
40778
+ "type": {
40779
+ "text": "boolean"
40780
+ },
40781
+ "privacy": "public",
40782
+ "description": "Indicates that this element should get focus after the page finishes loading. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute} for more information.",
40783
+ "inheritedFrom": {
40784
+ "name": "UrlInput",
40785
+ "module": "src/url-input/url-input.ts"
40471
40786
  }
40472
40787
  },
40473
40788
  {
40474
40789
  "kind": "method",
40475
- "name": "viewportElementChanged",
40790
+ "name": "autofocusChanged",
40476
40791
  "privacy": "private",
40477
40792
  "return": {
40478
40793
  "type": {
@@ -40480,249 +40795,262 @@
40480
40795
  }
40481
40796
  },
40482
40797
  "inheritedFrom": {
40483
- "name": "Tooltip",
40484
- "module": "src/tooltip/tooltip.ts"
40798
+ "name": "UrlInput",
40799
+ "module": "src/url-input/url-input.ts"
40485
40800
  }
40486
40801
  },
40487
40802
  {
40488
40803
  "kind": "field",
40489
- "name": "showDelayTimer",
40804
+ "name": "placeholder",
40490
40805
  "type": {
40491
- "text": "number | null"
40806
+ "text": "string"
40492
40807
  },
40493
- "privacy": "private",
40494
- "default": "null",
40495
- "description": "The timer that tracks delay time before the tooltip is shown on hover",
40808
+ "privacy": "public",
40809
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
40496
40810
  "inheritedFrom": {
40497
- "name": "Tooltip",
40498
- "module": "src/tooltip/tooltip.ts"
40811
+ "name": "UrlInput",
40812
+ "module": "src/url-input/url-input.ts"
40499
40813
  }
40500
40814
  },
40501
40815
  {
40502
- "kind": "field",
40503
- "name": "hideDelayTimer",
40504
- "type": {
40505
- "text": "number | null"
40506
- },
40816
+ "kind": "method",
40817
+ "name": "placeholderChanged",
40507
40818
  "privacy": "private",
40508
- "default": "null",
40509
- "description": "The timer that tracks delay time before the tooltip is hidden",
40510
- "inheritedFrom": {
40511
- "name": "Tooltip",
40512
- "module": "src/tooltip/tooltip.ts"
40513
- }
40514
- },
40515
- {
40516
- "kind": "field",
40517
- "name": "isAnchorHoveredFocused",
40518
- "type": {
40519
- "text": "boolean"
40819
+ "return": {
40820
+ "type": {
40821
+ "text": "void"
40822
+ }
40520
40823
  },
40521
- "privacy": "private",
40522
- "default": "false",
40523
- "description": "Indicates whether the anchor is currently being hovered or has focus",
40524
40824
  "inheritedFrom": {
40525
- "name": "Tooltip",
40526
- "module": "src/tooltip/tooltip.ts"
40825
+ "name": "UrlInput",
40826
+ "module": "src/url-input/url-input.ts"
40527
40827
  }
40528
40828
  },
40529
40829
  {
40530
40830
  "kind": "field",
40531
- "name": "isRegionHovered",
40831
+ "name": "type",
40532
40832
  "type": {
40533
- "text": "boolean"
40833
+ "text": "TextFieldType"
40534
40834
  },
40535
- "privacy": "private",
40536
- "default": "false",
40537
- "description": "Indicates whether the region is currently being hovered",
40538
- "inheritedFrom": {
40539
- "name": "Tooltip",
40540
- "module": "src/tooltip/tooltip.ts"
40541
- }
40542
- },
40543
- {
40544
- "kind": "field",
40545
- "name": "handleRegionMouseOver",
40546
- "privacy": "private",
40547
- "description": "mouse enters region",
40835
+ "privacy": "public",
40836
+ "description": "Allows setting a type or mode of text.",
40548
40837
  "inheritedFrom": {
40549
- "name": "Tooltip",
40550
- "module": "src/tooltip/tooltip.ts"
40838
+ "name": "UrlInput",
40839
+ "module": "src/url-input/url-input.ts"
40551
40840
  }
40552
40841
  },
40553
40842
  {
40554
- "kind": "field",
40555
- "name": "handleRegionMouseOut",
40843
+ "kind": "method",
40844
+ "name": "typeChanged",
40556
40845
  "privacy": "private",
40557
- "description": "mouse leaves region",
40846
+ "return": {
40847
+ "type": {
40848
+ "text": "void"
40849
+ }
40850
+ },
40558
40851
  "inheritedFrom": {
40559
- "name": "Tooltip",
40560
- "module": "src/tooltip/tooltip.ts"
40852
+ "name": "UrlInput",
40853
+ "module": "src/url-input/url-input.ts"
40561
40854
  }
40562
40855
  },
40563
40856
  {
40564
40857
  "kind": "field",
40565
- "name": "handleAnchorMouseOver",
40566
- "privacy": "private",
40567
- "description": "mouse enters anchor",
40858
+ "name": "list",
40859
+ "type": {
40860
+ "text": "string"
40861
+ },
40862
+ "privacy": "public",
40863
+ "description": "Allows associating a {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist} to the element by {@link https://developer.mozilla.org/en-US/docs/Web/API/Element/id}.",
40568
40864
  "inheritedFrom": {
40569
- "name": "Tooltip",
40570
- "module": "src/tooltip/tooltip.ts"
40865
+ "name": "UrlInput",
40866
+ "module": "src/url-input/url-input.ts"
40571
40867
  }
40572
40868
  },
40573
40869
  {
40574
- "kind": "field",
40575
- "name": "handleAnchorMouseOut",
40870
+ "kind": "method",
40871
+ "name": "listChanged",
40576
40872
  "privacy": "private",
40577
- "description": "mouse leaves anchor",
40873
+ "return": {
40874
+ "type": {
40875
+ "text": "void"
40876
+ }
40877
+ },
40578
40878
  "inheritedFrom": {
40579
- "name": "Tooltip",
40580
- "module": "src/tooltip/tooltip.ts"
40879
+ "name": "UrlInput",
40880
+ "module": "src/url-input/url-input.ts"
40581
40881
  }
40582
40882
  },
40583
40883
  {
40584
40884
  "kind": "field",
40585
- "name": "handleAnchorFocusIn",
40586
- "privacy": "private",
40587
- "description": "anchor gets focus",
40885
+ "name": "maxlength",
40886
+ "type": {
40887
+ "text": "number"
40888
+ },
40889
+ "privacy": "public",
40890
+ "description": "The maximum number of characters a user can enter.",
40588
40891
  "inheritedFrom": {
40589
- "name": "Tooltip",
40590
- "module": "src/tooltip/tooltip.ts"
40892
+ "name": "UrlInput",
40893
+ "module": "src/url-input/url-input.ts"
40591
40894
  }
40592
40895
  },
40593
40896
  {
40594
- "kind": "field",
40595
- "name": "handleAnchorFocusOut",
40897
+ "kind": "method",
40898
+ "name": "maxlengthChanged",
40596
40899
  "privacy": "private",
40597
- "description": "anchor loses focus",
40900
+ "return": {
40901
+ "type": {
40902
+ "text": "void"
40903
+ }
40904
+ },
40598
40905
  "inheritedFrom": {
40599
- "name": "Tooltip",
40600
- "module": "src/tooltip/tooltip.ts"
40906
+ "name": "UrlInput",
40907
+ "module": "src/url-input/url-input.ts"
40601
40908
  }
40602
40909
  },
40603
40910
  {
40604
40911
  "kind": "field",
40605
- "name": "startHideDelayTimer",
40606
- "privacy": "private",
40607
- "description": "starts the hide timer",
40912
+ "name": "minlength",
40913
+ "type": {
40914
+ "text": "number"
40915
+ },
40916
+ "privacy": "public",
40917
+ "description": "The minimum number of characters a user can enter.",
40608
40918
  "inheritedFrom": {
40609
- "name": "Tooltip",
40610
- "module": "src/tooltip/tooltip.ts"
40919
+ "name": "UrlInput",
40920
+ "module": "src/url-input/url-input.ts"
40611
40921
  }
40612
40922
  },
40613
40923
  {
40614
- "kind": "field",
40615
- "name": "clearHideDelayTimer",
40924
+ "kind": "method",
40925
+ "name": "minlengthChanged",
40616
40926
  "privacy": "private",
40617
- "description": "clears the hide delay",
40927
+ "return": {
40928
+ "type": {
40929
+ "text": "void"
40930
+ }
40931
+ },
40618
40932
  "inheritedFrom": {
40619
- "name": "Tooltip",
40620
- "module": "src/tooltip/tooltip.ts"
40933
+ "name": "UrlInput",
40934
+ "module": "src/url-input/url-input.ts"
40621
40935
  }
40622
40936
  },
40623
40937
  {
40624
40938
  "kind": "field",
40625
- "name": "startShowDelayTimer",
40626
- "privacy": "private",
40627
- "description": "starts the show timer if not currently running",
40939
+ "name": "pattern",
40940
+ "type": {
40941
+ "text": "string"
40942
+ },
40943
+ "privacy": "public",
40944
+ "description": "A regular expression that the value must match to pass validation.",
40628
40945
  "inheritedFrom": {
40629
- "name": "Tooltip",
40630
- "module": "src/tooltip/tooltip.ts"
40946
+ "name": "UrlInput",
40947
+ "module": "src/url-input/url-input.ts"
40631
40948
  }
40632
40949
  },
40633
40950
  {
40634
- "kind": "field",
40635
- "name": "startHover",
40951
+ "kind": "method",
40952
+ "name": "patternChanged",
40636
40953
  "privacy": "private",
40637
- "description": "start hover",
40954
+ "return": {
40955
+ "type": {
40956
+ "text": "void"
40957
+ }
40958
+ },
40638
40959
  "inheritedFrom": {
40639
- "name": "Tooltip",
40640
- "module": "src/tooltip/tooltip.ts"
40960
+ "name": "UrlInput",
40961
+ "module": "src/url-input/url-input.ts"
40641
40962
  }
40642
40963
  },
40643
40964
  {
40644
40965
  "kind": "field",
40645
- "name": "clearShowDelayTimer",
40646
- "privacy": "private",
40647
- "description": "clears the show delay",
40966
+ "name": "size",
40967
+ "type": {
40968
+ "text": "number"
40969
+ },
40970
+ "privacy": "public",
40971
+ "description": "Sets the width of the element to a specified number of characters.",
40648
40972
  "inheritedFrom": {
40649
- "name": "Tooltip",
40650
- "module": "src/tooltip/tooltip.ts"
40973
+ "name": "UrlInput",
40974
+ "module": "src/url-input/url-input.ts"
40651
40975
  }
40652
40976
  },
40653
40977
  {
40654
40978
  "kind": "method",
40655
- "name": "updateLayout",
40979
+ "name": "sizeChanged",
40656
40980
  "privacy": "private",
40657
40981
  "return": {
40658
40982
  "type": {
40659
40983
  "text": "void"
40660
40984
  }
40661
40985
  },
40662
- "description": "updated the properties being passed to the anchored region",
40663
- "inheritedFrom": {
40664
- "name": "Tooltip",
40665
- "module": "src/tooltip/tooltip.ts"
40666
- }
40667
- },
40668
- {
40669
- "kind": "field",
40670
- "name": "getAnchor",
40671
- "privacy": "private",
40672
- "description": "Gets the anchor element by id",
40673
40986
  "inheritedFrom": {
40674
- "name": "Tooltip",
40675
- "module": "src/tooltip/tooltip.ts"
40987
+ "name": "UrlInput",
40988
+ "module": "src/url-input/url-input.ts"
40676
40989
  }
40677
40990
  },
40678
40991
  {
40679
40992
  "kind": "field",
40680
- "name": "handleDocumentKeydown",
40681
- "privacy": "private",
40682
- "description": "handles key down events to check for dismiss",
40993
+ "name": "spellcheck",
40994
+ "type": {
40995
+ "text": "boolean"
40996
+ },
40997
+ "privacy": "public",
40998
+ "description": "Controls whether or not to enable spell checking for the input field, or if the default spell checking configuration should be used.",
40683
40999
  "inheritedFrom": {
40684
- "name": "Tooltip",
40685
- "module": "src/tooltip/tooltip.ts"
41000
+ "name": "UrlInput",
41001
+ "module": "src/url-input/url-input.ts"
40686
41002
  }
40687
41003
  },
40688
41004
  {
40689
- "kind": "field",
40690
- "name": "updateTooltipVisibility",
41005
+ "kind": "method",
41006
+ "name": "spellcheckChanged",
40691
41007
  "privacy": "private",
40692
- "description": "determines whether to show or hide the tooltip based on current state",
41008
+ "return": {
41009
+ "type": {
41010
+ "text": "void"
41011
+ }
41012
+ },
40693
41013
  "inheritedFrom": {
40694
- "name": "Tooltip",
40695
- "module": "src/tooltip/tooltip.ts"
41014
+ "name": "UrlInput",
41015
+ "module": "src/url-input/url-input.ts"
40696
41016
  }
40697
41017
  },
40698
41018
  {
40699
- "kind": "field",
40700
- "name": "showTooltip",
40701
- "privacy": "private",
40702
- "description": "shows the tooltip",
41019
+ "kind": "method",
41020
+ "name": "select",
41021
+ "privacy": "public",
41022
+ "return": {
41023
+ "type": {
41024
+ "text": "void"
41025
+ }
41026
+ },
41027
+ "description": "Selects all the text in the text field",
40703
41028
  "inheritedFrom": {
40704
- "name": "Tooltip",
40705
- "module": "src/tooltip/tooltip.ts"
41029
+ "name": "UrlInput",
41030
+ "module": "src/url-input/url-input.ts"
40706
41031
  }
40707
41032
  },
40708
41033
  {
40709
- "kind": "field",
40710
- "name": "hideTooltip",
40711
- "privacy": "private",
40712
- "description": "hides the tooltip",
41034
+ "kind": "method",
41035
+ "name": "validate",
41036
+ "privacy": "public",
41037
+ "return": {
41038
+ "type": {
41039
+ "text": "void"
41040
+ }
41041
+ },
41042
+ "description": "{@inheritDoc (FormAssociated:interface).validate}",
40713
41043
  "inheritedFrom": {
40714
- "name": "Tooltip",
40715
- "module": "src/tooltip/tooltip.ts"
41044
+ "name": "UrlInput",
41045
+ "module": "src/url-input/url-input.ts"
40716
41046
  }
40717
41047
  },
40718
41048
  {
40719
41049
  "kind": "field",
40720
- "name": "setRegionProps",
40721
- "privacy": "private",
40722
- "description": "updates the tooltip anchored region props after it has been\nadded to the DOM",
41050
+ "name": "proxy",
40723
41051
  "inheritedFrom": {
40724
- "name": "Tooltip",
40725
- "module": "src/tooltip/tooltip.ts"
41052
+ "name": "UrlInput",
41053
+ "module": "src/url-input/url-input.ts"
40726
41054
  }
40727
41055
  },
40728
41056
  {
@@ -40734,8 +41062,8 @@
40734
41062
  "privacy": "private",
40735
41063
  "default": "void 0",
40736
41064
  "inheritedFrom": {
40737
- "name": "Tooltip",
40738
- "module": "src/tooltip/tooltip.ts"
41065
+ "name": "UrlInput",
41066
+ "module": "src/url-input/url-input.ts"
40739
41067
  }
40740
41068
  },
40741
41069
  {
@@ -40747,8 +41075,8 @@
40747
41075
  "privacy": "public",
40748
41076
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
40749
41077
  "inheritedFrom": {
40750
- "name": "Tooltip",
40751
- "module": "src/tooltip/tooltip.ts"
41078
+ "name": "UrlInput",
41079
+ "module": "src/url-input/url-input.ts"
40752
41080
  }
40753
41081
  },
40754
41082
  {
@@ -40760,8 +41088,8 @@
40760
41088
  "privacy": "public",
40761
41089
  "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.",
40762
41090
  "inheritedFrom": {
40763
- "name": "Tooltip",
40764
- "module": "src/tooltip/tooltip.ts"
41091
+ "name": "UrlInput",
41092
+ "module": "src/url-input/url-input.ts"
40765
41093
  }
40766
41094
  },
40767
41095
  {
@@ -40774,8 +41102,8 @@
40774
41102
  }
40775
41103
  },
40776
41104
  "inheritedFrom": {
40777
- "name": "Tooltip",
40778
- "module": "src/tooltip/tooltip.ts"
41105
+ "name": "UrlInput",
41106
+ "module": "src/url-input/url-input.ts"
40779
41107
  }
40780
41108
  },
40781
41109
  {
@@ -40787,8 +41115,8 @@
40787
41115
  "privacy": "public",
40788
41116
  "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.",
40789
41117
  "inheritedFrom": {
40790
- "name": "Tooltip",
40791
- "module": "src/tooltip/tooltip.ts"
41118
+ "name": "UrlInput",
41119
+ "module": "src/url-input/url-input.ts"
40792
41120
  }
40793
41121
  },
40794
41122
  {
@@ -40801,8 +41129,8 @@
40801
41129
  }
40802
41130
  },
40803
41131
  "inheritedFrom": {
40804
- "name": "Tooltip",
40805
- "module": "src/tooltip/tooltip.ts"
41132
+ "name": "UrlInput",
41133
+ "module": "src/url-input/url-input.ts"
40806
41134
  }
40807
41135
  },
40808
41136
  {
@@ -40832,42 +41160,42 @@
40832
41160
  ],
40833
41161
  "description": "Defines an element registry function with a set of element definition defaults.",
40834
41162
  "inheritedFrom": {
40835
- "name": "Tooltip",
40836
- "module": "src/tooltip/tooltip.ts"
41163
+ "name": "UrlInput",
41164
+ "module": "src/url-input/url-input.ts"
40837
41165
  }
40838
41166
  }
40839
41167
  ],
40840
41168
  "events": [
40841
41169
  {
40842
- "description": "Fires a custom 'dismiss' event when the tooltip is visible and escape key is pressed",
40843
- "name": "dismiss",
41170
+ "description": "Fires a custom 'change' event when the value has changed",
41171
+ "name": "change",
40844
41172
  "inheritedFrom": {
40845
- "name": "Tooltip",
40846
- "module": "src/tooltip/tooltip.ts"
41173
+ "name": "UrlInput",
41174
+ "module": "src/url-input/url-input.ts"
40847
41175
  }
40848
41176
  }
40849
41177
  ]
40850
41178
  },
40851
41179
  {
40852
41180
  "kind": "variable",
40853
- "name": "zeroTooltip"
41181
+ "name": "zeroUrlInput"
40854
41182
  }
40855
41183
  ],
40856
41184
  "exports": [
40857
41185
  {
40858
41186
  "kind": "js",
40859
- "name": "Tooltip",
41187
+ "name": "UrlInput",
40860
41188
  "declaration": {
40861
- "name": "Tooltip",
40862
- "module": "src/tooltip/tooltip.ts"
41189
+ "name": "UrlInput",
41190
+ "module": "src/url-input/url-input.ts"
40863
41191
  }
40864
41192
  },
40865
41193
  {
40866
41194
  "kind": "js",
40867
- "name": "zeroTooltip",
41195
+ "name": "zeroUrlInput",
40868
41196
  "declaration": {
40869
- "name": "zeroTooltip",
40870
- "module": "src/tooltip/tooltip.ts"
41197
+ "name": "zeroUrlInput",
41198
+ "module": "src/url-input/url-input.ts"
40871
41199
  }
40872
41200
  }
40873
41201
  ]