@genesislcap/foundation-zero 14.368.0 → 14.369.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 +963 -963
  2. package/package.json +12 -12
@@ -39266,7 +39266,7 @@
39266
39266
  },
39267
39267
  {
39268
39268
  "kind": "javascript-module",
39269
- "path": "src/tooltip/index.ts",
39269
+ "path": "src/tree-item/index.ts",
39270
39270
  "declarations": [],
39271
39271
  "exports": [
39272
39272
  {
@@ -39274,7 +39274,7 @@
39274
39274
  "name": "*",
39275
39275
  "declaration": {
39276
39276
  "name": "*",
39277
- "package": "./tooltip"
39277
+ "package": "./tree-item.template"
39278
39278
  }
39279
39279
  },
39280
39280
  {
@@ -39282,7 +39282,7 @@
39282
39282
  "name": "*",
39283
39283
  "declaration": {
39284
39284
  "name": "*",
39285
- "package": "./tooltip.styles"
39285
+ "package": "./tree-item.styles"
39286
39286
  }
39287
39287
  },
39288
39288
  {
@@ -39290,18 +39290,18 @@
39290
39290
  "name": "*",
39291
39291
  "declaration": {
39292
39292
  "name": "*",
39293
- "package": "./tooltip.template"
39293
+ "package": "./tree-item"
39294
39294
  }
39295
39295
  }
39296
39296
  ]
39297
39297
  },
39298
39298
  {
39299
39299
  "kind": "javascript-module",
39300
- "path": "src/tooltip/tooltip.styles.ts",
39300
+ "path": "src/tree-item/tree-item.styles.ts",
39301
39301
  "declarations": [
39302
39302
  {
39303
39303
  "kind": "function",
39304
- "name": "zeroTooltipStyles",
39304
+ "name": "zeroTreeItemStyles",
39305
39305
  "return": {
39306
39306
  "type": {
39307
39307
  "text": "ElementStyles"
@@ -39326,24 +39326,24 @@
39326
39326
  "exports": [
39327
39327
  {
39328
39328
  "kind": "js",
39329
- "name": "zeroTooltipStyles",
39329
+ "name": "zeroTreeItemStyles",
39330
39330
  "declaration": {
39331
- "name": "zeroTooltipStyles",
39332
- "module": "src/tooltip/tooltip.styles.ts"
39331
+ "name": "zeroTreeItemStyles",
39332
+ "module": "src/tree-item/tree-item.styles.ts"
39333
39333
  }
39334
39334
  }
39335
39335
  ]
39336
39336
  },
39337
39337
  {
39338
39338
  "kind": "javascript-module",
39339
- "path": "src/tooltip/tooltip.template.ts",
39339
+ "path": "src/tree-item/tree-item.template.ts",
39340
39340
  "declarations": [
39341
39341
  {
39342
39342
  "kind": "function",
39343
- "name": "zeroTooltipTemplate",
39343
+ "name": "zeroTreeItemTemplate",
39344
39344
  "return": {
39345
39345
  "type": {
39346
- "text": "ViewTemplate<Tooltip>"
39346
+ "text": "ViewTemplate<TreeItem>"
39347
39347
  }
39348
39348
  },
39349
39349
  "parameters": [
@@ -39365,133 +39365,60 @@
39365
39365
  "exports": [
39366
39366
  {
39367
39367
  "kind": "js",
39368
- "name": "zeroTooltipTemplate",
39368
+ "name": "zeroTreeItemTemplate",
39369
39369
  "declaration": {
39370
- "name": "zeroTooltipTemplate",
39371
- "module": "src/tooltip/tooltip.template.ts"
39370
+ "name": "zeroTreeItemTemplate",
39371
+ "module": "src/tree-item/tree-item.template.ts"
39372
39372
  }
39373
39373
  }
39374
39374
  ]
39375
39375
  },
39376
39376
  {
39377
39377
  "kind": "javascript-module",
39378
- "path": "src/tooltip/tooltip.ts",
39378
+ "path": "src/tree-item/tree-item.ts",
39379
39379
  "declarations": [
39380
39380
  {
39381
39381
  "kind": "class",
39382
39382
  "description": "",
39383
- "name": "Tooltip",
39383
+ "name": "TreeItem",
39384
39384
  "superclass": {
39385
- "name": "FoundationTooltip",
39385
+ "name": "FoundationTreeItem",
39386
39386
  "package": "@genesislcap/foundation-ui"
39387
39387
  },
39388
- "tagName": "%%prefix%%-tooltip",
39388
+ "tagName": "%%prefix%%-tree-item",
39389
39389
  "customElement": true,
39390
39390
  "attributes": [
39391
39391
  {
39392
39392
  "type": {
39393
39393
  "text": "boolean"
39394
39394
  },
39395
- "description": "Whether the tooltip is visible or not.\nIf undefined tooltip is shown when anchor element is hovered",
39396
- "fieldName": "visible",
39397
- "inheritedFrom": {
39398
- "name": "Tooltip",
39399
- "module": "src/tooltip/tooltip.ts"
39400
- }
39401
- },
39402
- {
39403
- "name": "anchor",
39404
- "type": {
39405
- "text": "string"
39406
- },
39407
- "default": "\"\"",
39408
- "description": "The id of the element the tooltip is anchored to",
39409
- "fieldName": "anchor",
39410
- "inheritedFrom": {
39411
- "name": "Tooltip",
39412
- "module": "src/tooltip/tooltip.ts"
39413
- }
39414
- },
39415
- {
39416
- "name": "delay",
39417
- "type": {
39418
- "text": "number"
39419
- },
39420
- "default": "300",
39421
- "description": "The delay in milliseconds before a tooltip is shown after a hover event",
39422
- "fieldName": "delay",
39423
- "inheritedFrom": {
39424
- "name": "Tooltip",
39425
- "module": "src/tooltip/tooltip.ts"
39426
- }
39427
- },
39428
- {
39429
- "name": "position",
39430
- "type": {
39431
- "text": "TooltipPosition"
39432
- },
39433
- "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.",
39434
- "fieldName": "position",
39435
- "inheritedFrom": {
39436
- "name": "Tooltip",
39437
- "module": "src/tooltip/tooltip.ts"
39438
- }
39439
- },
39440
- {
39441
- "name": "auto-update-mode",
39442
- "type": {
39443
- "text": "AutoUpdateMode"
39444
- },
39445
- "default": "\"anchor\"",
39446
- "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.",
39447
- "fieldName": "autoUpdateMode",
39448
- "inheritedFrom": {
39449
- "name": "Tooltip",
39450
- "module": "src/tooltip/tooltip.ts"
39451
- }
39452
- },
39453
- {
39454
- "name": "horizontal-viewport-lock",
39455
- "type": {
39456
- "text": "boolean"
39457
- },
39458
- "description": "Controls if the tooltip will always remain fully in the viewport on the horizontal axis",
39459
- "fieldName": "horizontalViewportLock",
39460
- "inheritedFrom": {
39461
- "name": "Tooltip",
39462
- "module": "src/tooltip/tooltip.ts"
39463
- }
39464
- },
39465
- {
39466
- "name": "vertical-viewport-lock",
39467
- "type": {
39468
- "text": "boolean"
39469
- },
39470
- "description": "Controls if the tooltip will always remain fully in the viewport on the vertical axis",
39471
- "fieldName": "verticalViewportLock",
39395
+ "description": "When true, the control will be appear expanded by user interaction.",
39396
+ "fieldName": "expanded",
39397
+ "default": "false",
39472
39398
  "inheritedFrom": {
39473
- "name": "Tooltip",
39474
- "module": "src/tooltip/tooltip.ts"
39399
+ "name": "TreeItem",
39400
+ "module": "src/tree-item/tree-item.ts"
39475
39401
  }
39476
39402
  }
39477
39403
  ],
39478
39404
  "members": [
39479
39405
  {
39480
39406
  "kind": "field",
39481
- "name": "visible",
39407
+ "name": "expanded",
39482
39408
  "type": {
39483
39409
  "text": "boolean"
39484
39410
  },
39485
39411
  "privacy": "public",
39486
- "description": "Whether the tooltip is visible or not.\nIf undefined tooltip is shown when anchor element is hovered",
39412
+ "default": "false",
39413
+ "description": "When true, the control will be appear expanded by user interaction.",
39487
39414
  "inheritedFrom": {
39488
- "name": "Tooltip",
39489
- "module": "src/tooltip/tooltip.ts"
39415
+ "name": "TreeItem",
39416
+ "module": "src/tree-item/tree-item.ts"
39490
39417
  }
39491
39418
  },
39492
39419
  {
39493
39420
  "kind": "method",
39494
- "name": "visibleChanged",
39421
+ "name": "expandedChanged",
39495
39422
  "privacy": "private",
39496
39423
  "return": {
39497
39424
  "type": {
@@ -39499,27 +39426,26 @@
39499
39426
  }
39500
39427
  },
39501
39428
  "inheritedFrom": {
39502
- "name": "Tooltip",
39503
- "module": "src/tooltip/tooltip.ts"
39429
+ "name": "TreeItem",
39430
+ "module": "src/tree-item/tree-item.ts"
39504
39431
  }
39505
39432
  },
39506
39433
  {
39507
39434
  "kind": "field",
39508
- "name": "anchor",
39435
+ "name": "selected",
39509
39436
  "type": {
39510
- "text": "string"
39437
+ "text": "boolean"
39511
39438
  },
39512
39439
  "privacy": "public",
39513
- "default": "\"\"",
39514
- "description": "The id of the element the tooltip is anchored to",
39440
+ "description": "When true, the control will appear selected by user interaction.",
39515
39441
  "inheritedFrom": {
39516
- "name": "Tooltip",
39517
- "module": "src/tooltip/tooltip.ts"
39442
+ "name": "TreeItem",
39443
+ "module": "src/tree-item/tree-item.ts"
39518
39444
  }
39519
39445
  },
39520
39446
  {
39521
39447
  "kind": "method",
39522
- "name": "anchorChanged",
39448
+ "name": "selectedChanged",
39523
39449
  "privacy": "private",
39524
39450
  "return": {
39525
39451
  "type": {
@@ -39527,684 +39453,669 @@
39527
39453
  }
39528
39454
  },
39529
39455
  "inheritedFrom": {
39530
- "name": "Tooltip",
39531
- "module": "src/tooltip/tooltip.ts"
39532
- }
39533
- },
39534
- {
39535
- "kind": "field",
39536
- "name": "delay",
39537
- "type": {
39538
- "text": "number"
39539
- },
39540
- "privacy": "public",
39541
- "default": "300",
39542
- "description": "The delay in milliseconds before a tooltip is shown after a hover event",
39543
- "inheritedFrom": {
39544
- "name": "Tooltip",
39545
- "module": "src/tooltip/tooltip.ts"
39456
+ "name": "TreeItem",
39457
+ "module": "src/tree-item/tree-item.ts"
39546
39458
  }
39547
39459
  },
39548
39460
  {
39549
39461
  "kind": "field",
39550
- "name": "position",
39462
+ "name": "disabled",
39551
39463
  "type": {
39552
- "text": "TooltipPosition"
39464
+ "text": "boolean"
39553
39465
  },
39554
39466
  "privacy": "public",
39555
- "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.",
39467
+ "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.",
39556
39468
  "inheritedFrom": {
39557
- "name": "Tooltip",
39558
- "module": "src/tooltip/tooltip.ts"
39469
+ "name": "TreeItem",
39470
+ "module": "src/tree-item/tree-item.ts"
39559
39471
  }
39560
39472
  },
39561
39473
  {
39562
39474
  "kind": "method",
39563
- "name": "positionChanged",
39475
+ "name": "itemsChanged",
39564
39476
  "privacy": "private",
39565
39477
  "return": {
39566
39478
  "type": {
39567
39479
  "text": "void"
39568
39480
  }
39569
39481
  },
39482
+ "parameters": [
39483
+ {
39484
+ "name": "oldValue",
39485
+ "type": {
39486
+ "text": "unknown"
39487
+ }
39488
+ },
39489
+ {
39490
+ "name": "newValue",
39491
+ "type": {
39492
+ "text": "HTMLElement[]"
39493
+ }
39494
+ }
39495
+ ],
39570
39496
  "inheritedFrom": {
39571
- "name": "Tooltip",
39572
- "module": "src/tooltip/tooltip.ts"
39497
+ "name": "TreeItem",
39498
+ "module": "src/tree-item/tree-item.ts"
39573
39499
  }
39574
39500
  },
39575
39501
  {
39576
- "kind": "field",
39577
- "name": "autoUpdateMode",
39578
- "type": {
39579
- "text": "AutoUpdateMode"
39580
- },
39502
+ "kind": "method",
39503
+ "name": "focusItem",
39581
39504
  "privacy": "public",
39582
- "default": "\"anchor\"",
39583
- "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.",
39505
+ "static": true,
39506
+ "parameters": [
39507
+ {
39508
+ "name": "el",
39509
+ "type": {
39510
+ "text": "HTMLElement"
39511
+ },
39512
+ "description": "the element to focus"
39513
+ }
39514
+ ],
39515
+ "description": "Places document focus on a tree item",
39584
39516
  "inheritedFrom": {
39585
- "name": "Tooltip",
39586
- "module": "src/tooltip/tooltip.ts"
39517
+ "name": "TreeItem",
39518
+ "module": "src/tree-item/tree-item.ts"
39587
39519
  }
39588
39520
  },
39589
39521
  {
39590
39522
  "kind": "field",
39591
- "name": "horizontalViewportLock",
39592
- "type": {
39593
- "text": "boolean"
39594
- },
39523
+ "name": "isNestedItem",
39595
39524
  "privacy": "public",
39596
- "description": "Controls if the tooltip will always remain fully in the viewport on the horizontal axis",
39525
+ "description": "Whether the tree is nested",
39597
39526
  "inheritedFrom": {
39598
- "name": "Tooltip",
39599
- "module": "src/tooltip/tooltip.ts"
39527
+ "name": "TreeItem",
39528
+ "module": "src/tree-item/tree-item.ts"
39600
39529
  }
39601
39530
  },
39602
39531
  {
39603
39532
  "kind": "field",
39604
- "name": "verticalViewportLock",
39533
+ "name": "_presentation",
39605
39534
  "type": {
39606
- "text": "boolean"
39535
+ "text": "ComponentPresentation | null | undefined"
39607
39536
  },
39608
- "privacy": "public",
39609
- "description": "Controls if the tooltip will always remain fully in the viewport on the vertical axis",
39537
+ "privacy": "private",
39538
+ "default": "void 0",
39610
39539
  "inheritedFrom": {
39611
- "name": "Tooltip",
39612
- "module": "src/tooltip/tooltip.ts"
39540
+ "name": "TreeItem",
39541
+ "module": "src/tree-item/tree-item.ts"
39613
39542
  }
39614
39543
  },
39615
39544
  {
39616
39545
  "kind": "field",
39617
- "name": "anchorElement",
39546
+ "name": "$presentation",
39618
39547
  "type": {
39619
- "text": "HTMLElement | null"
39548
+ "text": "ComponentPresentation | null"
39620
39549
  },
39621
39550
  "privacy": "public",
39622
- "default": "null",
39623
- "description": "the html element currently being used as anchor.\nSetting this directly overrides the anchor attribute.",
39551
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
39624
39552
  "inheritedFrom": {
39625
- "name": "Tooltip",
39626
- "module": "src/tooltip/tooltip.ts"
39553
+ "name": "TreeItem",
39554
+ "module": "src/tree-item/tree-item.ts"
39627
39555
  }
39628
39556
  },
39629
39557
  {
39630
- "kind": "method",
39631
- "name": "anchorElementChanged",
39632
- "privacy": "private",
39633
- "return": {
39634
- "type": {
39635
- "text": "void"
39636
- }
39558
+ "kind": "field",
39559
+ "name": "template",
39560
+ "type": {
39561
+ "text": "ElementViewTemplate | void | null"
39637
39562
  },
39638
- "parameters": [
39639
- {
39640
- "name": "oldValue",
39641
- "type": {
39642
- "text": "HTMLElement | null"
39643
- }
39644
- }
39645
- ],
39563
+ "privacy": "public",
39564
+ "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.",
39646
39565
  "inheritedFrom": {
39647
- "name": "Tooltip",
39648
- "module": "src/tooltip/tooltip.ts"
39566
+ "name": "TreeItem",
39567
+ "module": "src/tree-item/tree-item.ts"
39649
39568
  }
39650
39569
  },
39651
39570
  {
39652
39571
  "kind": "method",
39653
- "name": "viewportElementChanged",
39654
- "privacy": "private",
39572
+ "name": "templateChanged",
39573
+ "privacy": "protected",
39655
39574
  "return": {
39656
39575
  "type": {
39657
39576
  "text": "void"
39658
39577
  }
39659
39578
  },
39660
39579
  "inheritedFrom": {
39661
- "name": "Tooltip",
39662
- "module": "src/tooltip/tooltip.ts"
39663
- }
39664
- },
39665
- {
39666
- "kind": "field",
39667
- "name": "showDelayTimer",
39668
- "type": {
39669
- "text": "number | null"
39670
- },
39671
- "privacy": "private",
39672
- "default": "null",
39673
- "description": "The timer that tracks delay time before the tooltip is shown on hover",
39674
- "inheritedFrom": {
39675
- "name": "Tooltip",
39676
- "module": "src/tooltip/tooltip.ts"
39580
+ "name": "TreeItem",
39581
+ "module": "src/tree-item/tree-item.ts"
39677
39582
  }
39678
39583
  },
39679
39584
  {
39680
39585
  "kind": "field",
39681
- "name": "hideDelayTimer",
39586
+ "name": "styles",
39682
39587
  "type": {
39683
- "text": "number | null"
39588
+ "text": "ElementStyles | void | null"
39684
39589
  },
39685
- "privacy": "private",
39686
- "default": "null",
39687
- "description": "The timer that tracks delay time before the tooltip is hidden",
39590
+ "privacy": "public",
39591
+ "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.",
39688
39592
  "inheritedFrom": {
39689
- "name": "Tooltip",
39690
- "module": "src/tooltip/tooltip.ts"
39593
+ "name": "TreeItem",
39594
+ "module": "src/tree-item/tree-item.ts"
39691
39595
  }
39692
39596
  },
39693
39597
  {
39694
- "kind": "field",
39695
- "name": "isAnchorHoveredFocused",
39696
- "type": {
39697
- "text": "boolean"
39598
+ "kind": "method",
39599
+ "name": "stylesChanged",
39600
+ "privacy": "protected",
39601
+ "return": {
39602
+ "type": {
39603
+ "text": "void"
39604
+ }
39698
39605
  },
39699
- "privacy": "private",
39700
- "default": "false",
39701
- "description": "Indicates whether the anchor is currently being hovered or has focus",
39702
39606
  "inheritedFrom": {
39703
- "name": "Tooltip",
39704
- "module": "src/tooltip/tooltip.ts"
39607
+ "name": "TreeItem",
39608
+ "module": "src/tree-item/tree-item.ts"
39705
39609
  }
39706
39610
  },
39707
39611
  {
39708
- "kind": "field",
39709
- "name": "isRegionHovered",
39710
- "type": {
39711
- "text": "boolean"
39612
+ "kind": "method",
39613
+ "name": "compose",
39614
+ "privacy": "public",
39615
+ "static": true,
39616
+ "return": {
39617
+ "type": {
39618
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
39619
+ }
39712
39620
  },
39713
- "privacy": "private",
39714
- "default": "false",
39715
- "description": "Indicates whether the region is currently being hovered",
39716
- "inheritedFrom": {
39717
- "name": "Tooltip",
39718
- "module": "src/tooltip/tooltip.ts"
39719
- }
39720
- },
39721
- {
39722
- "kind": "field",
39723
- "name": "handleRegionMouseOver",
39724
- "privacy": "private",
39725
- "description": "mouse enters region",
39726
- "inheritedFrom": {
39727
- "name": "Tooltip",
39728
- "module": "src/tooltip/tooltip.ts"
39729
- }
39730
- },
39731
- {
39732
- "kind": "field",
39733
- "name": "handleRegionMouseOut",
39734
- "privacy": "private",
39735
- "description": "mouse leaves region",
39736
- "inheritedFrom": {
39737
- "name": "Tooltip",
39738
- "module": "src/tooltip/tooltip.ts"
39739
- }
39740
- },
39741
- {
39742
- "kind": "field",
39743
- "name": "handleAnchorMouseOver",
39744
- "privacy": "private",
39745
- "description": "mouse enters anchor",
39746
- "inheritedFrom": {
39747
- "name": "Tooltip",
39748
- "module": "src/tooltip/tooltip.ts"
39749
- }
39750
- },
39751
- {
39752
- "kind": "field",
39753
- "name": "handleAnchorMouseOut",
39754
- "privacy": "private",
39755
- "description": "mouse leaves anchor",
39756
- "inheritedFrom": {
39757
- "name": "Tooltip",
39758
- "module": "src/tooltip/tooltip.ts"
39759
- }
39760
- },
39761
- {
39762
- "kind": "field",
39763
- "name": "handleAnchorFocusIn",
39764
- "privacy": "private",
39765
- "description": "anchor gets focus",
39766
- "inheritedFrom": {
39767
- "name": "Tooltip",
39768
- "module": "src/tooltip/tooltip.ts"
39769
- }
39770
- },
39771
- {
39772
- "kind": "field",
39773
- "name": "handleAnchorFocusOut",
39774
- "privacy": "private",
39775
- "description": "anchor loses focus",
39776
- "inheritedFrom": {
39777
- "name": "Tooltip",
39778
- "module": "src/tooltip/tooltip.ts"
39779
- }
39780
- },
39781
- {
39782
- "kind": "field",
39783
- "name": "startHideDelayTimer",
39784
- "privacy": "private",
39785
- "description": "starts the hide timer",
39621
+ "parameters": [
39622
+ {
39623
+ "name": "this",
39624
+ "type": {
39625
+ "text": "K"
39626
+ }
39627
+ },
39628
+ {
39629
+ "name": "elementDefinition",
39630
+ "type": {
39631
+ "text": "T"
39632
+ },
39633
+ "description": "The definition of the element to create the registry\nfunction for."
39634
+ }
39635
+ ],
39636
+ "description": "Defines an element registry function with a set of element definition defaults.",
39786
39637
  "inheritedFrom": {
39787
- "name": "Tooltip",
39788
- "module": "src/tooltip/tooltip.ts"
39638
+ "name": "TreeItem",
39639
+ "module": "src/tree-item/tree-item.ts"
39789
39640
  }
39790
- },
39641
+ }
39642
+ ],
39643
+ "events": [
39791
39644
  {
39792
- "kind": "field",
39793
- "name": "clearHideDelayTimer",
39794
- "privacy": "private",
39795
- "description": "clears the hide delay",
39645
+ "description": "Fires a custom 'expanded-change' event when the expanded state changes",
39646
+ "name": "expanded-change",
39796
39647
  "inheritedFrom": {
39797
- "name": "Tooltip",
39798
- "module": "src/tooltip/tooltip.ts"
39648
+ "name": "TreeItem",
39649
+ "module": "src/tree-item/tree-item.ts"
39799
39650
  }
39800
39651
  },
39801
39652
  {
39802
- "kind": "field",
39803
- "name": "startShowDelayTimer",
39804
- "privacy": "private",
39805
- "description": "starts the show timer if not currently running",
39653
+ "description": "Fires a custom 'selected-change' event when the selected state changes",
39654
+ "name": "selected-change",
39806
39655
  "inheritedFrom": {
39807
- "name": "Tooltip",
39808
- "module": "src/tooltip/tooltip.ts"
39656
+ "name": "TreeItem",
39657
+ "module": "src/tree-item/tree-item.ts"
39809
39658
  }
39810
- },
39659
+ }
39660
+ ]
39661
+ },
39662
+ {
39663
+ "kind": "variable",
39664
+ "name": "zeroTreeItem"
39665
+ }
39666
+ ],
39667
+ "exports": [
39668
+ {
39669
+ "kind": "js",
39670
+ "name": "TreeItem",
39671
+ "declaration": {
39672
+ "name": "TreeItem",
39673
+ "module": "src/tree-item/tree-item.ts"
39674
+ }
39675
+ },
39676
+ {
39677
+ "kind": "js",
39678
+ "name": "zeroTreeItem",
39679
+ "declaration": {
39680
+ "name": "zeroTreeItem",
39681
+ "module": "src/tree-item/tree-item.ts"
39682
+ }
39683
+ }
39684
+ ]
39685
+ },
39686
+ {
39687
+ "kind": "javascript-module",
39688
+ "path": "src/url-input/index.ts",
39689
+ "declarations": [],
39690
+ "exports": [
39691
+ {
39692
+ "kind": "js",
39693
+ "name": "*",
39694
+ "declaration": {
39695
+ "name": "*",
39696
+ "package": "./url-input"
39697
+ }
39698
+ },
39699
+ {
39700
+ "kind": "js",
39701
+ "name": "*",
39702
+ "declaration": {
39703
+ "name": "*",
39704
+ "package": "./url-input.styles"
39705
+ }
39706
+ },
39707
+ {
39708
+ "kind": "js",
39709
+ "name": "*",
39710
+ "declaration": {
39711
+ "name": "*",
39712
+ "package": "./url-input.template"
39713
+ }
39714
+ }
39715
+ ]
39716
+ },
39717
+ {
39718
+ "kind": "javascript-module",
39719
+ "path": "src/url-input/url-input.styles.ts",
39720
+ "declarations": [
39721
+ {
39722
+ "kind": "function",
39723
+ "name": "zeroUrlInputStyles",
39724
+ "return": {
39725
+ "type": {
39726
+ "text": "ElementStyles"
39727
+ }
39728
+ },
39729
+ "parameters": [
39811
39730
  {
39812
- "kind": "field",
39813
- "name": "startHover",
39814
- "privacy": "private",
39815
- "description": "start hover",
39816
- "inheritedFrom": {
39817
- "name": "Tooltip",
39818
- "module": "src/tooltip/tooltip.ts"
39731
+ "name": "context",
39732
+ "type": {
39733
+ "text": "ElementDefinitionContext"
39819
39734
  }
39820
39735
  },
39821
39736
  {
39822
- "kind": "field",
39823
- "name": "clearShowDelayTimer",
39824
- "privacy": "private",
39825
- "description": "clears the show delay",
39826
- "inheritedFrom": {
39827
- "name": "Tooltip",
39828
- "module": "src/tooltip/tooltip.ts"
39737
+ "name": "definition",
39738
+ "type": {
39739
+ "text": "FoundationElementDefinition"
39829
39740
  }
39830
- },
39741
+ }
39742
+ ]
39743
+ }
39744
+ ],
39745
+ "exports": [
39746
+ {
39747
+ "kind": "js",
39748
+ "name": "zeroUrlInputStyles",
39749
+ "declaration": {
39750
+ "name": "zeroUrlInputStyles",
39751
+ "module": "src/url-input/url-input.styles.ts"
39752
+ }
39753
+ }
39754
+ ]
39755
+ },
39756
+ {
39757
+ "kind": "javascript-module",
39758
+ "path": "src/url-input/url-input.template.ts",
39759
+ "declarations": [
39760
+ {
39761
+ "kind": "variable",
39762
+ "name": "zeroUrlInputTemplate",
39763
+ "default": "html<UrlInput>`\n ${getPrefixedUrlInput('zero')}\n`"
39764
+ }
39765
+ ],
39766
+ "exports": [
39767
+ {
39768
+ "kind": "js",
39769
+ "name": "zeroUrlInputTemplate",
39770
+ "declaration": {
39771
+ "name": "zeroUrlInputTemplate",
39772
+ "module": "src/url-input/url-input.template.ts"
39773
+ }
39774
+ }
39775
+ ]
39776
+ },
39777
+ {
39778
+ "kind": "javascript-module",
39779
+ "path": "src/url-input/url-input.ts",
39780
+ "declarations": [
39781
+ {
39782
+ "kind": "class",
39783
+ "description": "",
39784
+ "name": "UrlInput",
39785
+ "superclass": {
39786
+ "name": "FoundationUrlInput",
39787
+ "package": "@genesislcap/foundation-ui"
39788
+ },
39789
+ "tagName": "%%prefix%%-url-input",
39790
+ "customElement": true,
39791
+ "attributes": [
39831
39792
  {
39832
- "kind": "method",
39833
- "name": "updateLayout",
39834
- "privacy": "private",
39835
- "return": {
39836
- "type": {
39837
- "text": "void"
39838
- }
39793
+ "name": "readonly",
39794
+ "type": {
39795
+ "text": "boolean"
39839
39796
  },
39840
- "description": "updated the properties being passed to the anchored region",
39797
+ "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.",
39798
+ "fieldName": "readOnly",
39841
39799
  "inheritedFrom": {
39842
- "name": "Tooltip",
39843
- "module": "src/tooltip/tooltip.ts"
39800
+ "name": "UrlInput",
39801
+ "module": "src/url-input/url-input.ts"
39844
39802
  }
39845
39803
  },
39846
39804
  {
39847
- "kind": "field",
39848
- "name": "getAnchor",
39849
- "privacy": "private",
39850
- "description": "Gets the anchor element by id",
39805
+ "type": {
39806
+ "text": "boolean"
39807
+ },
39808
+ "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.",
39809
+ "fieldName": "autofocus",
39851
39810
  "inheritedFrom": {
39852
- "name": "Tooltip",
39853
- "module": "src/tooltip/tooltip.ts"
39811
+ "name": "UrlInput",
39812
+ "module": "src/url-input/url-input.ts"
39854
39813
  }
39855
39814
  },
39856
39815
  {
39857
- "kind": "field",
39858
- "name": "handleDocumentKeydown",
39859
- "privacy": "private",
39860
- "description": "handles key down events to check for dismiss",
39816
+ "name": "placeholder",
39817
+ "type": {
39818
+ "text": "string"
39819
+ },
39820
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
39821
+ "fieldName": "placeholder",
39861
39822
  "inheritedFrom": {
39862
- "name": "Tooltip",
39863
- "module": "src/tooltip/tooltip.ts"
39823
+ "name": "UrlInput",
39824
+ "module": "src/url-input/url-input.ts"
39864
39825
  }
39865
39826
  },
39866
39827
  {
39867
- "kind": "field",
39868
- "name": "updateTooltipVisibility",
39869
- "privacy": "private",
39870
- "description": "determines whether to show or hide the tooltip based on current state",
39828
+ "name": "type",
39829
+ "type": {
39830
+ "text": "TextFieldType"
39831
+ },
39832
+ "description": "Allows setting a type or mode of text.",
39833
+ "fieldName": "type",
39871
39834
  "inheritedFrom": {
39872
- "name": "Tooltip",
39873
- "module": "src/tooltip/tooltip.ts"
39835
+ "name": "UrlInput",
39836
+ "module": "src/url-input/url-input.ts"
39874
39837
  }
39875
39838
  },
39876
39839
  {
39877
- "kind": "field",
39878
- "name": "showTooltip",
39879
- "privacy": "private",
39880
- "description": "shows the tooltip",
39840
+ "name": "list",
39841
+ "type": {
39842
+ "text": "string"
39843
+ },
39844
+ "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.",
39845
+ "fieldName": "list",
39881
39846
  "inheritedFrom": {
39882
- "name": "Tooltip",
39883
- "module": "src/tooltip/tooltip.ts"
39847
+ "name": "UrlInput",
39848
+ "module": "src/url-input/url-input.ts"
39884
39849
  }
39885
39850
  },
39886
39851
  {
39887
- "kind": "field",
39888
- "name": "hideTooltip",
39889
- "privacy": "private",
39890
- "description": "hides the tooltip",
39852
+ "name": "pattern",
39853
+ "type": {
39854
+ "text": "string"
39855
+ },
39856
+ "description": "A regular expression that the value must match to pass validation.",
39857
+ "fieldName": "pattern",
39891
39858
  "inheritedFrom": {
39892
- "name": "Tooltip",
39893
- "module": "src/tooltip/tooltip.ts"
39859
+ "name": "UrlInput",
39860
+ "module": "src/url-input/url-input.ts"
39894
39861
  }
39895
- },
39862
+ }
39863
+ ],
39864
+ "members": [
39896
39865
  {
39897
39866
  "kind": "field",
39898
- "name": "setRegionProps",
39899
- "privacy": "private",
39900
- "description": "updates the tooltip anchored region props after it has been\nadded to the DOM",
39867
+ "name": "value",
39868
+ "type": {
39869
+ "text": "string"
39870
+ },
39871
+ "default": "''",
39901
39872
  "inheritedFrom": {
39902
- "name": "Tooltip",
39903
- "module": "src/tooltip/tooltip.ts"
39873
+ "name": "UrlInput",
39874
+ "module": "src/url-input/url-input.ts"
39904
39875
  }
39905
39876
  },
39906
39877
  {
39907
39878
  "kind": "field",
39908
- "name": "_presentation",
39879
+ "name": "focused",
39909
39880
  "type": {
39910
- "text": "ComponentPresentation | null | undefined"
39881
+ "text": "boolean"
39911
39882
  },
39912
- "privacy": "private",
39913
- "default": "void 0",
39914
39883
  "inheritedFrom": {
39915
- "name": "Tooltip",
39916
- "module": "src/tooltip/tooltip.ts"
39884
+ "name": "UrlInput",
39885
+ "module": "src/url-input/url-input.ts"
39917
39886
  }
39918
39887
  },
39919
39888
  {
39920
- "kind": "field",
39921
- "name": "$presentation",
39922
- "type": {
39923
- "text": "ComponentPresentation | null"
39924
- },
39889
+ "kind": "method",
39890
+ "name": "saveUrl",
39925
39891
  "privacy": "public",
39926
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
39892
+ "parameters": [
39893
+ {
39894
+ "name": "url",
39895
+ "type": {
39896
+ "text": "string"
39897
+ }
39898
+ }
39899
+ ],
39927
39900
  "inheritedFrom": {
39928
- "name": "Tooltip",
39929
- "module": "src/tooltip/tooltip.ts"
39901
+ "name": "UrlInput",
39902
+ "module": "src/url-input/url-input.ts"
39903
+ }
39904
+ },
39905
+ {
39906
+ "kind": "method",
39907
+ "name": "focus",
39908
+ "privacy": "public",
39909
+ "inheritedFrom": {
39910
+ "name": "UrlInput",
39911
+ "module": "src/url-input/url-input.ts"
39930
39912
  }
39931
39913
  },
39932
39914
  {
39933
39915
  "kind": "field",
39934
- "name": "template",
39916
+ "name": "readOnly",
39935
39917
  "type": {
39936
- "text": "ElementViewTemplate | void | null"
39918
+ "text": "boolean"
39937
39919
  },
39938
39920
  "privacy": "public",
39939
- "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.",
39921
+ "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.",
39940
39922
  "inheritedFrom": {
39941
- "name": "Tooltip",
39942
- "module": "src/tooltip/tooltip.ts"
39923
+ "name": "UrlInput",
39924
+ "module": "src/url-input/url-input.ts"
39943
39925
  }
39944
39926
  },
39945
39927
  {
39946
39928
  "kind": "method",
39947
- "name": "templateChanged",
39948
- "privacy": "protected",
39929
+ "name": "readOnlyChanged",
39930
+ "privacy": "private",
39949
39931
  "return": {
39950
39932
  "type": {
39951
39933
  "text": "void"
39952
39934
  }
39953
39935
  },
39954
39936
  "inheritedFrom": {
39955
- "name": "Tooltip",
39956
- "module": "src/tooltip/tooltip.ts"
39937
+ "name": "UrlInput",
39938
+ "module": "src/url-input/url-input.ts"
39957
39939
  }
39958
39940
  },
39959
39941
  {
39960
39942
  "kind": "field",
39961
- "name": "styles",
39943
+ "name": "autofocus",
39962
39944
  "type": {
39963
- "text": "ElementStyles | void | null"
39945
+ "text": "boolean"
39964
39946
  },
39965
39947
  "privacy": "public",
39966
- "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.",
39948
+ "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.",
39967
39949
  "inheritedFrom": {
39968
- "name": "Tooltip",
39969
- "module": "src/tooltip/tooltip.ts"
39950
+ "name": "UrlInput",
39951
+ "module": "src/url-input/url-input.ts"
39970
39952
  }
39971
39953
  },
39972
39954
  {
39973
39955
  "kind": "method",
39974
- "name": "stylesChanged",
39975
- "privacy": "protected",
39956
+ "name": "autofocusChanged",
39957
+ "privacy": "private",
39976
39958
  "return": {
39977
39959
  "type": {
39978
39960
  "text": "void"
39979
39961
  }
39980
39962
  },
39981
39963
  "inheritedFrom": {
39982
- "name": "Tooltip",
39983
- "module": "src/tooltip/tooltip.ts"
39964
+ "name": "UrlInput",
39965
+ "module": "src/url-input/url-input.ts"
39984
39966
  }
39985
39967
  },
39986
39968
  {
39987
- "kind": "method",
39988
- "name": "compose",
39989
- "privacy": "public",
39990
- "static": true,
39991
- "return": {
39992
- "type": {
39993
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
39994
- }
39969
+ "kind": "field",
39970
+ "name": "placeholder",
39971
+ "type": {
39972
+ "text": "string"
39995
39973
  },
39996
- "parameters": [
39997
- {
39998
- "name": "this",
39999
- "type": {
40000
- "text": "K"
40001
- }
40002
- },
40003
- {
40004
- "name": "elementDefinition",
40005
- "type": {
40006
- "text": "T"
40007
- },
40008
- "description": "The definition of the element to create the registry\nfunction for."
40009
- }
40010
- ],
40011
- "description": "Defines an element registry function with a set of element definition defaults.",
39974
+ "privacy": "public",
39975
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
40012
39976
  "inheritedFrom": {
40013
- "name": "Tooltip",
40014
- "module": "src/tooltip/tooltip.ts"
39977
+ "name": "UrlInput",
39978
+ "module": "src/url-input/url-input.ts"
40015
39979
  }
40016
- }
40017
- ],
40018
- "events": [
39980
+ },
40019
39981
  {
40020
- "description": "Fires a custom 'dismiss' event when the tooltip is visible and escape key is pressed",
40021
- "name": "dismiss",
40022
- "inheritedFrom": {
40023
- "name": "Tooltip",
40024
- "module": "src/tooltip/tooltip.ts"
40025
- }
40026
- }
40027
- ]
40028
- },
40029
- {
40030
- "kind": "variable",
40031
- "name": "zeroTooltip"
40032
- }
40033
- ],
40034
- "exports": [
40035
- {
40036
- "kind": "js",
40037
- "name": "Tooltip",
40038
- "declaration": {
40039
- "name": "Tooltip",
40040
- "module": "src/tooltip/tooltip.ts"
40041
- }
40042
- },
40043
- {
40044
- "kind": "js",
40045
- "name": "zeroTooltip",
40046
- "declaration": {
40047
- "name": "zeroTooltip",
40048
- "module": "src/tooltip/tooltip.ts"
40049
- }
40050
- }
40051
- ]
40052
- },
40053
- {
40054
- "kind": "javascript-module",
40055
- "path": "src/tree-item/index.ts",
40056
- "declarations": [],
40057
- "exports": [
40058
- {
40059
- "kind": "js",
40060
- "name": "*",
40061
- "declaration": {
40062
- "name": "*",
40063
- "package": "./tree-item.template"
40064
- }
40065
- },
40066
- {
40067
- "kind": "js",
40068
- "name": "*",
40069
- "declaration": {
40070
- "name": "*",
40071
- "package": "./tree-item.styles"
40072
- }
40073
- },
40074
- {
40075
- "kind": "js",
40076
- "name": "*",
40077
- "declaration": {
40078
- "name": "*",
40079
- "package": "./tree-item"
40080
- }
40081
- }
40082
- ]
40083
- },
40084
- {
40085
- "kind": "javascript-module",
40086
- "path": "src/tree-item/tree-item.styles.ts",
40087
- "declarations": [
40088
- {
40089
- "kind": "function",
40090
- "name": "zeroTreeItemStyles",
40091
- "return": {
40092
- "type": {
40093
- "text": "ElementStyles"
40094
- }
40095
- },
40096
- "parameters": [
39982
+ "kind": "method",
39983
+ "name": "placeholderChanged",
39984
+ "privacy": "private",
39985
+ "return": {
39986
+ "type": {
39987
+ "text": "void"
39988
+ }
39989
+ },
39990
+ "inheritedFrom": {
39991
+ "name": "UrlInput",
39992
+ "module": "src/url-input/url-input.ts"
39993
+ }
39994
+ },
40097
39995
  {
40098
- "name": "context",
39996
+ "kind": "field",
39997
+ "name": "type",
40099
39998
  "type": {
40100
- "text": "ElementDefinitionContext"
39999
+ "text": "TextFieldType"
40000
+ },
40001
+ "privacy": "public",
40002
+ "description": "Allows setting a type or mode of text.",
40003
+ "inheritedFrom": {
40004
+ "name": "UrlInput",
40005
+ "module": "src/url-input/url-input.ts"
40101
40006
  }
40102
40007
  },
40103
40008
  {
40104
- "name": "definition",
40105
- "type": {
40106
- "text": "FoundationElementDefinition"
40009
+ "kind": "method",
40010
+ "name": "typeChanged",
40011
+ "privacy": "private",
40012
+ "return": {
40013
+ "type": {
40014
+ "text": "void"
40015
+ }
40016
+ },
40017
+ "inheritedFrom": {
40018
+ "name": "UrlInput",
40019
+ "module": "src/url-input/url-input.ts"
40107
40020
  }
40108
- }
40109
- ]
40110
- }
40111
- ],
40112
- "exports": [
40113
- {
40114
- "kind": "js",
40115
- "name": "zeroTreeItemStyles",
40116
- "declaration": {
40117
- "name": "zeroTreeItemStyles",
40118
- "module": "src/tree-item/tree-item.styles.ts"
40119
- }
40120
- }
40121
- ]
40122
- },
40123
- {
40124
- "kind": "javascript-module",
40125
- "path": "src/tree-item/tree-item.template.ts",
40126
- "declarations": [
40127
- {
40128
- "kind": "function",
40129
- "name": "zeroTreeItemTemplate",
40130
- "return": {
40131
- "type": {
40132
- "text": "ViewTemplate<TreeItem>"
40133
- }
40134
- },
40135
- "parameters": [
40021
+ },
40136
40022
  {
40137
- "name": "context",
40023
+ "kind": "field",
40024
+ "name": "list",
40138
40025
  "type": {
40139
- "text": "ElementDefinitionContext"
40026
+ "text": "string"
40027
+ },
40028
+ "privacy": "public",
40029
+ "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}.",
40030
+ "inheritedFrom": {
40031
+ "name": "UrlInput",
40032
+ "module": "src/url-input/url-input.ts"
40140
40033
  }
40141
40034
  },
40142
40035
  {
40143
- "name": "definition",
40036
+ "kind": "method",
40037
+ "name": "listChanged",
40038
+ "privacy": "private",
40039
+ "return": {
40040
+ "type": {
40041
+ "text": "void"
40042
+ }
40043
+ },
40044
+ "inheritedFrom": {
40045
+ "name": "UrlInput",
40046
+ "module": "src/url-input/url-input.ts"
40047
+ }
40048
+ },
40049
+ {
40050
+ "kind": "field",
40051
+ "name": "maxlength",
40144
40052
  "type": {
40145
- "text": "FoundationElementDefinition"
40053
+ "text": "number"
40054
+ },
40055
+ "privacy": "public",
40056
+ "description": "The maximum number of characters a user can enter.",
40057
+ "inheritedFrom": {
40058
+ "name": "UrlInput",
40059
+ "module": "src/url-input/url-input.ts"
40146
40060
  }
40147
- }
40148
- ]
40149
- }
40150
- ],
40151
- "exports": [
40152
- {
40153
- "kind": "js",
40154
- "name": "zeroTreeItemTemplate",
40155
- "declaration": {
40156
- "name": "zeroTreeItemTemplate",
40157
- "module": "src/tree-item/tree-item.template.ts"
40158
- }
40159
- }
40160
- ]
40161
- },
40162
- {
40163
- "kind": "javascript-module",
40164
- "path": "src/tree-item/tree-item.ts",
40165
- "declarations": [
40166
- {
40167
- "kind": "class",
40168
- "description": "",
40169
- "name": "TreeItem",
40170
- "superclass": {
40171
- "name": "FoundationTreeItem",
40172
- "package": "@genesislcap/foundation-ui"
40173
- },
40174
- "tagName": "%%prefix%%-tree-item",
40175
- "customElement": true,
40176
- "attributes": [
40061
+ },
40062
+ {
40063
+ "kind": "method",
40064
+ "name": "maxlengthChanged",
40065
+ "privacy": "private",
40066
+ "return": {
40067
+ "type": {
40068
+ "text": "void"
40069
+ }
40070
+ },
40071
+ "inheritedFrom": {
40072
+ "name": "UrlInput",
40073
+ "module": "src/url-input/url-input.ts"
40074
+ }
40075
+ },
40177
40076
  {
40077
+ "kind": "field",
40078
+ "name": "minlength",
40178
40079
  "type": {
40179
- "text": "boolean"
40080
+ "text": "number"
40180
40081
  },
40181
- "description": "When true, the control will be appear expanded by user interaction.",
40182
- "fieldName": "expanded",
40183
- "default": "false",
40082
+ "privacy": "public",
40083
+ "description": "The minimum number of characters a user can enter.",
40184
40084
  "inheritedFrom": {
40185
- "name": "TreeItem",
40186
- "module": "src/tree-item/tree-item.ts"
40085
+ "name": "UrlInput",
40086
+ "module": "src/url-input/url-input.ts"
40187
40087
  }
40188
- }
40189
- ],
40190
- "members": [
40088
+ },
40089
+ {
40090
+ "kind": "method",
40091
+ "name": "minlengthChanged",
40092
+ "privacy": "private",
40093
+ "return": {
40094
+ "type": {
40095
+ "text": "void"
40096
+ }
40097
+ },
40098
+ "inheritedFrom": {
40099
+ "name": "UrlInput",
40100
+ "module": "src/url-input/url-input.ts"
40101
+ }
40102
+ },
40191
40103
  {
40192
40104
  "kind": "field",
40193
- "name": "expanded",
40105
+ "name": "pattern",
40194
40106
  "type": {
40195
- "text": "boolean"
40107
+ "text": "string"
40196
40108
  },
40197
40109
  "privacy": "public",
40198
- "default": "false",
40199
- "description": "When true, the control will be appear expanded by user interaction.",
40110
+ "description": "A regular expression that the value must match to pass validation.",
40200
40111
  "inheritedFrom": {
40201
- "name": "TreeItem",
40202
- "module": "src/tree-item/tree-item.ts"
40112
+ "name": "UrlInput",
40113
+ "module": "src/url-input/url-input.ts"
40203
40114
  }
40204
40115
  },
40205
40116
  {
40206
40117
  "kind": "method",
40207
- "name": "expandedChanged",
40118
+ "name": "patternChanged",
40208
40119
  "privacy": "private",
40209
40120
  "return": {
40210
40121
  "type": {
@@ -40212,26 +40123,26 @@
40212
40123
  }
40213
40124
  },
40214
40125
  "inheritedFrom": {
40215
- "name": "TreeItem",
40216
- "module": "src/tree-item/tree-item.ts"
40126
+ "name": "UrlInput",
40127
+ "module": "src/url-input/url-input.ts"
40217
40128
  }
40218
40129
  },
40219
40130
  {
40220
40131
  "kind": "field",
40221
- "name": "selected",
40132
+ "name": "size",
40222
40133
  "type": {
40223
- "text": "boolean"
40134
+ "text": "number"
40224
40135
  },
40225
40136
  "privacy": "public",
40226
- "description": "When true, the control will appear selected by user interaction.",
40137
+ "description": "Sets the width of the element to a specified number of characters.",
40227
40138
  "inheritedFrom": {
40228
- "name": "TreeItem",
40229
- "module": "src/tree-item/tree-item.ts"
40139
+ "name": "UrlInput",
40140
+ "module": "src/url-input/url-input.ts"
40230
40141
  }
40231
40142
  },
40232
40143
  {
40233
40144
  "kind": "method",
40234
- "name": "selectedChanged",
40145
+ "name": "sizeChanged",
40235
40146
  "privacy": "private",
40236
40147
  "return": {
40237
40148
  "type": {
@@ -40239,79 +40150,73 @@
40239
40150
  }
40240
40151
  },
40241
40152
  "inheritedFrom": {
40242
- "name": "TreeItem",
40243
- "module": "src/tree-item/tree-item.ts"
40153
+ "name": "UrlInput",
40154
+ "module": "src/url-input/url-input.ts"
40244
40155
  }
40245
40156
  },
40246
40157
  {
40247
40158
  "kind": "field",
40248
- "name": "disabled",
40159
+ "name": "spellcheck",
40249
40160
  "type": {
40250
40161
  "text": "boolean"
40251
40162
  },
40252
40163
  "privacy": "public",
40253
- "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.",
40164
+ "description": "Controls whether or not to enable spell checking for the input field, or if the default spell checking configuration should be used.",
40254
40165
  "inheritedFrom": {
40255
- "name": "TreeItem",
40256
- "module": "src/tree-item/tree-item.ts"
40166
+ "name": "UrlInput",
40167
+ "module": "src/url-input/url-input.ts"
40257
40168
  }
40258
40169
  },
40259
40170
  {
40260
40171
  "kind": "method",
40261
- "name": "itemsChanged",
40172
+ "name": "spellcheckChanged",
40262
40173
  "privacy": "private",
40263
40174
  "return": {
40264
40175
  "type": {
40265
40176
  "text": "void"
40266
40177
  }
40267
40178
  },
40268
- "parameters": [
40269
- {
40270
- "name": "oldValue",
40271
- "type": {
40272
- "text": "unknown"
40273
- }
40274
- },
40275
- {
40276
- "name": "newValue",
40277
- "type": {
40278
- "text": "HTMLElement[]"
40279
- }
40280
- }
40281
- ],
40282
40179
  "inheritedFrom": {
40283
- "name": "TreeItem",
40284
- "module": "src/tree-item/tree-item.ts"
40180
+ "name": "UrlInput",
40181
+ "module": "src/url-input/url-input.ts"
40285
40182
  }
40286
40183
  },
40287
40184
  {
40288
40185
  "kind": "method",
40289
- "name": "focusItem",
40186
+ "name": "select",
40290
40187
  "privacy": "public",
40291
- "static": true,
40292
- "parameters": [
40293
- {
40294
- "name": "el",
40295
- "type": {
40296
- "text": "HTMLElement"
40297
- },
40298
- "description": "the element to focus"
40188
+ "return": {
40189
+ "type": {
40190
+ "text": "void"
40191
+ }
40192
+ },
40193
+ "description": "Selects all the text in the text field",
40194
+ "inheritedFrom": {
40195
+ "name": "UrlInput",
40196
+ "module": "src/url-input/url-input.ts"
40197
+ }
40198
+ },
40199
+ {
40200
+ "kind": "method",
40201
+ "name": "validate",
40202
+ "privacy": "public",
40203
+ "return": {
40204
+ "type": {
40205
+ "text": "void"
40299
40206
  }
40300
- ],
40301
- "description": "Places document focus on a tree item",
40207
+ },
40208
+ "description": "{@inheritDoc (FormAssociated:interface).validate}",
40302
40209
  "inheritedFrom": {
40303
- "name": "TreeItem",
40304
- "module": "src/tree-item/tree-item.ts"
40210
+ "name": "UrlInput",
40211
+ "module": "src/url-input/url-input.ts"
40305
40212
  }
40306
40213
  },
40307
40214
  {
40308
40215
  "kind": "field",
40309
- "name": "isNestedItem",
40310
- "privacy": "public",
40311
- "description": "Whether the tree is nested",
40216
+ "name": "proxy",
40312
40217
  "inheritedFrom": {
40313
- "name": "TreeItem",
40314
- "module": "src/tree-item/tree-item.ts"
40218
+ "name": "UrlInput",
40219
+ "module": "src/url-input/url-input.ts"
40315
40220
  }
40316
40221
  },
40317
40222
  {
@@ -40323,8 +40228,8 @@
40323
40228
  "privacy": "private",
40324
40229
  "default": "void 0",
40325
40230
  "inheritedFrom": {
40326
- "name": "TreeItem",
40327
- "module": "src/tree-item/tree-item.ts"
40231
+ "name": "UrlInput",
40232
+ "module": "src/url-input/url-input.ts"
40328
40233
  }
40329
40234
  },
40330
40235
  {
@@ -40336,8 +40241,8 @@
40336
40241
  "privacy": "public",
40337
40242
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
40338
40243
  "inheritedFrom": {
40339
- "name": "TreeItem",
40340
- "module": "src/tree-item/tree-item.ts"
40244
+ "name": "UrlInput",
40245
+ "module": "src/url-input/url-input.ts"
40341
40246
  }
40342
40247
  },
40343
40248
  {
@@ -40349,8 +40254,8 @@
40349
40254
  "privacy": "public",
40350
40255
  "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.",
40351
40256
  "inheritedFrom": {
40352
- "name": "TreeItem",
40353
- "module": "src/tree-item/tree-item.ts"
40257
+ "name": "UrlInput",
40258
+ "module": "src/url-input/url-input.ts"
40354
40259
  }
40355
40260
  },
40356
40261
  {
@@ -40363,8 +40268,8 @@
40363
40268
  }
40364
40269
  },
40365
40270
  "inheritedFrom": {
40366
- "name": "TreeItem",
40367
- "module": "src/tree-item/tree-item.ts"
40271
+ "name": "UrlInput",
40272
+ "module": "src/url-input/url-input.ts"
40368
40273
  }
40369
40274
  },
40370
40275
  {
@@ -40376,8 +40281,8 @@
40376
40281
  "privacy": "public",
40377
40282
  "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.",
40378
40283
  "inheritedFrom": {
40379
- "name": "TreeItem",
40380
- "module": "src/tree-item/tree-item.ts"
40284
+ "name": "UrlInput",
40285
+ "module": "src/url-input/url-input.ts"
40381
40286
  }
40382
40287
  },
40383
40288
  {
@@ -40390,8 +40295,8 @@
40390
40295
  }
40391
40296
  },
40392
40297
  "inheritedFrom": {
40393
- "name": "TreeItem",
40394
- "module": "src/tree-item/tree-item.ts"
40298
+ "name": "UrlInput",
40299
+ "module": "src/url-input/url-input.ts"
40395
40300
  }
40396
40301
  },
40397
40302
  {
@@ -40421,50 +40326,42 @@
40421
40326
  ],
40422
40327
  "description": "Defines an element registry function with a set of element definition defaults.",
40423
40328
  "inheritedFrom": {
40424
- "name": "TreeItem",
40425
- "module": "src/tree-item/tree-item.ts"
40329
+ "name": "UrlInput",
40330
+ "module": "src/url-input/url-input.ts"
40426
40331
  }
40427
40332
  }
40428
40333
  ],
40429
40334
  "events": [
40430
40335
  {
40431
- "description": "Fires a custom 'expanded-change' event when the expanded state changes",
40432
- "name": "expanded-change",
40433
- "inheritedFrom": {
40434
- "name": "TreeItem",
40435
- "module": "src/tree-item/tree-item.ts"
40436
- }
40437
- },
40438
- {
40439
- "description": "Fires a custom 'selected-change' event when the selected state changes",
40440
- "name": "selected-change",
40336
+ "description": "Fires a custom 'change' event when the value has changed",
40337
+ "name": "change",
40441
40338
  "inheritedFrom": {
40442
- "name": "TreeItem",
40443
- "module": "src/tree-item/tree-item.ts"
40339
+ "name": "UrlInput",
40340
+ "module": "src/url-input/url-input.ts"
40444
40341
  }
40445
40342
  }
40446
40343
  ]
40447
40344
  },
40448
40345
  {
40449
40346
  "kind": "variable",
40450
- "name": "zeroTreeItem"
40347
+ "name": "zeroUrlInput"
40451
40348
  }
40452
40349
  ],
40453
40350
  "exports": [
40454
40351
  {
40455
40352
  "kind": "js",
40456
- "name": "TreeItem",
40353
+ "name": "UrlInput",
40457
40354
  "declaration": {
40458
- "name": "TreeItem",
40459
- "module": "src/tree-item/tree-item.ts"
40355
+ "name": "UrlInput",
40356
+ "module": "src/url-input/url-input.ts"
40460
40357
  }
40461
40358
  },
40462
40359
  {
40463
40360
  "kind": "js",
40464
- "name": "zeroTreeItem",
40361
+ "name": "zeroUrlInput",
40465
40362
  "declaration": {
40466
- "name": "zeroTreeItem",
40467
- "module": "src/tree-item/tree-item.ts"
40363
+ "name": "zeroUrlInput",
40364
+ "module": "src/url-input/url-input.ts"
40468
40365
  }
40469
40366
  }
40470
40367
  ]
@@ -40619,7 +40516,7 @@
40619
40516
  },
40620
40517
  {
40621
40518
  "kind": "javascript-module",
40622
- "path": "src/url-input/index.ts",
40519
+ "path": "src/tooltip/index.ts",
40623
40520
  "declarations": [],
40624
40521
  "exports": [
40625
40522
  {
@@ -40627,7 +40524,7 @@
40627
40524
  "name": "*",
40628
40525
  "declaration": {
40629
40526
  "name": "*",
40630
- "package": "./url-input"
40527
+ "package": "./tooltip"
40631
40528
  }
40632
40529
  },
40633
40530
  {
@@ -40635,7 +40532,7 @@
40635
40532
  "name": "*",
40636
40533
  "declaration": {
40637
40534
  "name": "*",
40638
- "package": "./url-input.styles"
40535
+ "package": "./tooltip.styles"
40639
40536
  }
40640
40537
  },
40641
40538
  {
@@ -40643,18 +40540,18 @@
40643
40540
  "name": "*",
40644
40541
  "declaration": {
40645
40542
  "name": "*",
40646
- "package": "./url-input.template"
40543
+ "package": "./tooltip.template"
40647
40544
  }
40648
40545
  }
40649
40546
  ]
40650
40547
  },
40651
40548
  {
40652
40549
  "kind": "javascript-module",
40653
- "path": "src/url-input/url-input.styles.ts",
40550
+ "path": "src/tooltip/tooltip.styles.ts",
40654
40551
  "declarations": [
40655
40552
  {
40656
40553
  "kind": "function",
40657
- "name": "zeroUrlInputStyles",
40554
+ "name": "zeroTooltipStyles",
40658
40555
  "return": {
40659
40556
  "type": {
40660
40557
  "text": "ElementStyles"
@@ -40679,478 +40576,581 @@
40679
40576
  "exports": [
40680
40577
  {
40681
40578
  "kind": "js",
40682
- "name": "zeroUrlInputStyles",
40579
+ "name": "zeroTooltipStyles",
40683
40580
  "declaration": {
40684
- "name": "zeroUrlInputStyles",
40685
- "module": "src/url-input/url-input.styles.ts"
40581
+ "name": "zeroTooltipStyles",
40582
+ "module": "src/tooltip/tooltip.styles.ts"
40686
40583
  }
40687
40584
  }
40688
40585
  ]
40689
40586
  },
40690
40587
  {
40691
40588
  "kind": "javascript-module",
40692
- "path": "src/url-input/url-input.template.ts",
40589
+ "path": "src/tooltip/tooltip.template.ts",
40693
40590
  "declarations": [
40694
40591
  {
40695
- "kind": "variable",
40696
- "name": "zeroUrlInputTemplate",
40697
- "default": "html<UrlInput>`\n ${getPrefixedUrlInput('zero')}\n`"
40592
+ "kind": "function",
40593
+ "name": "zeroTooltipTemplate",
40594
+ "return": {
40595
+ "type": {
40596
+ "text": "ViewTemplate<Tooltip>"
40597
+ }
40598
+ },
40599
+ "parameters": [
40600
+ {
40601
+ "name": "context",
40602
+ "type": {
40603
+ "text": "ElementDefinitionContext"
40604
+ }
40605
+ },
40606
+ {
40607
+ "name": "definition",
40608
+ "type": {
40609
+ "text": "FoundationElementDefinition"
40610
+ }
40611
+ }
40612
+ ]
40698
40613
  }
40699
40614
  ],
40700
40615
  "exports": [
40701
40616
  {
40702
40617
  "kind": "js",
40703
- "name": "zeroUrlInputTemplate",
40618
+ "name": "zeroTooltipTemplate",
40704
40619
  "declaration": {
40705
- "name": "zeroUrlInputTemplate",
40706
- "module": "src/url-input/url-input.template.ts"
40620
+ "name": "zeroTooltipTemplate",
40621
+ "module": "src/tooltip/tooltip.template.ts"
40707
40622
  }
40708
40623
  }
40709
40624
  ]
40710
40625
  },
40711
40626
  {
40712
40627
  "kind": "javascript-module",
40713
- "path": "src/url-input/url-input.ts",
40628
+ "path": "src/tooltip/tooltip.ts",
40714
40629
  "declarations": [
40715
40630
  {
40716
40631
  "kind": "class",
40717
40632
  "description": "",
40718
- "name": "UrlInput",
40633
+ "name": "Tooltip",
40719
40634
  "superclass": {
40720
- "name": "FoundationUrlInput",
40635
+ "name": "FoundationTooltip",
40721
40636
  "package": "@genesislcap/foundation-ui"
40722
40637
  },
40723
- "tagName": "%%prefix%%-url-input",
40638
+ "tagName": "%%prefix%%-tooltip",
40724
40639
  "customElement": true,
40725
40640
  "attributes": [
40726
40641
  {
40727
- "name": "readonly",
40728
40642
  "type": {
40729
- "text": "boolean"
40643
+ "text": "boolean"
40644
+ },
40645
+ "description": "Whether the tooltip is visible or not.\nIf undefined tooltip is shown when anchor element is hovered",
40646
+ "fieldName": "visible",
40647
+ "inheritedFrom": {
40648
+ "name": "Tooltip",
40649
+ "module": "src/tooltip/tooltip.ts"
40650
+ }
40651
+ },
40652
+ {
40653
+ "name": "anchor",
40654
+ "type": {
40655
+ "text": "string"
40656
+ },
40657
+ "default": "\"\"",
40658
+ "description": "The id of the element the tooltip is anchored to",
40659
+ "fieldName": "anchor",
40660
+ "inheritedFrom": {
40661
+ "name": "Tooltip",
40662
+ "module": "src/tooltip/tooltip.ts"
40663
+ }
40664
+ },
40665
+ {
40666
+ "name": "delay",
40667
+ "type": {
40668
+ "text": "number"
40669
+ },
40670
+ "default": "300",
40671
+ "description": "The delay in milliseconds before a tooltip is shown after a hover event",
40672
+ "fieldName": "delay",
40673
+ "inheritedFrom": {
40674
+ "name": "Tooltip",
40675
+ "module": "src/tooltip/tooltip.ts"
40676
+ }
40677
+ },
40678
+ {
40679
+ "name": "position",
40680
+ "type": {
40681
+ "text": "TooltipPosition"
40682
+ },
40683
+ "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.",
40684
+ "fieldName": "position",
40685
+ "inheritedFrom": {
40686
+ "name": "Tooltip",
40687
+ "module": "src/tooltip/tooltip.ts"
40688
+ }
40689
+ },
40690
+ {
40691
+ "name": "auto-update-mode",
40692
+ "type": {
40693
+ "text": "AutoUpdateMode"
40694
+ },
40695
+ "default": "\"anchor\"",
40696
+ "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.",
40697
+ "fieldName": "autoUpdateMode",
40698
+ "inheritedFrom": {
40699
+ "name": "Tooltip",
40700
+ "module": "src/tooltip/tooltip.ts"
40701
+ }
40702
+ },
40703
+ {
40704
+ "name": "horizontal-viewport-lock",
40705
+ "type": {
40706
+ "text": "boolean"
40707
+ },
40708
+ "description": "Controls if the tooltip will always remain fully in the viewport on the horizontal axis",
40709
+ "fieldName": "horizontalViewportLock",
40710
+ "inheritedFrom": {
40711
+ "name": "Tooltip",
40712
+ "module": "src/tooltip/tooltip.ts"
40713
+ }
40714
+ },
40715
+ {
40716
+ "name": "vertical-viewport-lock",
40717
+ "type": {
40718
+ "text": "boolean"
40719
+ },
40720
+ "description": "Controls if the tooltip will always remain fully in the viewport on the vertical axis",
40721
+ "fieldName": "verticalViewportLock",
40722
+ "inheritedFrom": {
40723
+ "name": "Tooltip",
40724
+ "module": "src/tooltip/tooltip.ts"
40725
+ }
40726
+ }
40727
+ ],
40728
+ "members": [
40729
+ {
40730
+ "kind": "field",
40731
+ "name": "visible",
40732
+ "type": {
40733
+ "text": "boolean"
40734
+ },
40735
+ "privacy": "public",
40736
+ "description": "Whether the tooltip is visible or not.\nIf undefined tooltip is shown when anchor element is hovered",
40737
+ "inheritedFrom": {
40738
+ "name": "Tooltip",
40739
+ "module": "src/tooltip/tooltip.ts"
40740
+ }
40741
+ },
40742
+ {
40743
+ "kind": "method",
40744
+ "name": "visibleChanged",
40745
+ "privacy": "private",
40746
+ "return": {
40747
+ "type": {
40748
+ "text": "void"
40749
+ }
40750
+ },
40751
+ "inheritedFrom": {
40752
+ "name": "Tooltip",
40753
+ "module": "src/tooltip/tooltip.ts"
40754
+ }
40755
+ },
40756
+ {
40757
+ "kind": "field",
40758
+ "name": "anchor",
40759
+ "type": {
40760
+ "text": "string"
40730
40761
  },
40731
- "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.",
40732
- "fieldName": "readOnly",
40762
+ "privacy": "public",
40763
+ "default": "\"\"",
40764
+ "description": "The id of the element the tooltip is anchored to",
40733
40765
  "inheritedFrom": {
40734
- "name": "UrlInput",
40735
- "module": "src/url-input/url-input.ts"
40766
+ "name": "Tooltip",
40767
+ "module": "src/tooltip/tooltip.ts"
40736
40768
  }
40737
40769
  },
40738
40770
  {
40739
- "type": {
40740
- "text": "boolean"
40771
+ "kind": "method",
40772
+ "name": "anchorChanged",
40773
+ "privacy": "private",
40774
+ "return": {
40775
+ "type": {
40776
+ "text": "void"
40777
+ }
40741
40778
  },
40742
- "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.",
40743
- "fieldName": "autofocus",
40744
40779
  "inheritedFrom": {
40745
- "name": "UrlInput",
40746
- "module": "src/url-input/url-input.ts"
40780
+ "name": "Tooltip",
40781
+ "module": "src/tooltip/tooltip.ts"
40747
40782
  }
40748
40783
  },
40749
40784
  {
40750
- "name": "placeholder",
40785
+ "kind": "field",
40786
+ "name": "delay",
40751
40787
  "type": {
40752
- "text": "string"
40788
+ "text": "number"
40753
40789
  },
40754
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
40755
- "fieldName": "placeholder",
40790
+ "privacy": "public",
40791
+ "default": "300",
40792
+ "description": "The delay in milliseconds before a tooltip is shown after a hover event",
40756
40793
  "inheritedFrom": {
40757
- "name": "UrlInput",
40758
- "module": "src/url-input/url-input.ts"
40794
+ "name": "Tooltip",
40795
+ "module": "src/tooltip/tooltip.ts"
40759
40796
  }
40760
40797
  },
40761
40798
  {
40762
- "name": "type",
40799
+ "kind": "field",
40800
+ "name": "position",
40763
40801
  "type": {
40764
- "text": "TextFieldType"
40802
+ "text": "TooltipPosition"
40765
40803
  },
40766
- "description": "Allows setting a type or mode of text.",
40767
- "fieldName": "type",
40804
+ "privacy": "public",
40805
+ "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.",
40768
40806
  "inheritedFrom": {
40769
- "name": "UrlInput",
40770
- "module": "src/url-input/url-input.ts"
40807
+ "name": "Tooltip",
40808
+ "module": "src/tooltip/tooltip.ts"
40771
40809
  }
40772
40810
  },
40773
40811
  {
40774
- "name": "list",
40775
- "type": {
40776
- "text": "string"
40812
+ "kind": "method",
40813
+ "name": "positionChanged",
40814
+ "privacy": "private",
40815
+ "return": {
40816
+ "type": {
40817
+ "text": "void"
40818
+ }
40777
40819
  },
40778
- "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.",
40779
- "fieldName": "list",
40780
40820
  "inheritedFrom": {
40781
- "name": "UrlInput",
40782
- "module": "src/url-input/url-input.ts"
40821
+ "name": "Tooltip",
40822
+ "module": "src/tooltip/tooltip.ts"
40783
40823
  }
40784
40824
  },
40785
40825
  {
40786
- "name": "pattern",
40826
+ "kind": "field",
40827
+ "name": "autoUpdateMode",
40787
40828
  "type": {
40788
- "text": "string"
40829
+ "text": "AutoUpdateMode"
40789
40830
  },
40790
- "description": "A regular expression that the value must match to pass validation.",
40791
- "fieldName": "pattern",
40831
+ "privacy": "public",
40832
+ "default": "\"anchor\"",
40833
+ "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.",
40792
40834
  "inheritedFrom": {
40793
- "name": "UrlInput",
40794
- "module": "src/url-input/url-input.ts"
40835
+ "name": "Tooltip",
40836
+ "module": "src/tooltip/tooltip.ts"
40795
40837
  }
40796
- }
40797
- ],
40798
- "members": [
40838
+ },
40799
40839
  {
40800
40840
  "kind": "field",
40801
- "name": "value",
40841
+ "name": "horizontalViewportLock",
40802
40842
  "type": {
40803
- "text": "string"
40843
+ "text": "boolean"
40804
40844
  },
40805
- "default": "''",
40845
+ "privacy": "public",
40846
+ "description": "Controls if the tooltip will always remain fully in the viewport on the horizontal axis",
40806
40847
  "inheritedFrom": {
40807
- "name": "UrlInput",
40808
- "module": "src/url-input/url-input.ts"
40848
+ "name": "Tooltip",
40849
+ "module": "src/tooltip/tooltip.ts"
40809
40850
  }
40810
40851
  },
40811
40852
  {
40812
40853
  "kind": "field",
40813
- "name": "focused",
40854
+ "name": "verticalViewportLock",
40814
40855
  "type": {
40815
40856
  "text": "boolean"
40816
40857
  },
40858
+ "privacy": "public",
40859
+ "description": "Controls if the tooltip will always remain fully in the viewport on the vertical axis",
40817
40860
  "inheritedFrom": {
40818
- "name": "UrlInput",
40819
- "module": "src/url-input/url-input.ts"
40861
+ "name": "Tooltip",
40862
+ "module": "src/tooltip/tooltip.ts"
40820
40863
  }
40821
40864
  },
40822
40865
  {
40823
- "kind": "method",
40824
- "name": "saveUrl",
40866
+ "kind": "field",
40867
+ "name": "anchorElement",
40868
+ "type": {
40869
+ "text": "HTMLElement | null"
40870
+ },
40825
40871
  "privacy": "public",
40872
+ "default": "null",
40873
+ "description": "the html element currently being used as anchor.\nSetting this directly overrides the anchor attribute.",
40874
+ "inheritedFrom": {
40875
+ "name": "Tooltip",
40876
+ "module": "src/tooltip/tooltip.ts"
40877
+ }
40878
+ },
40879
+ {
40880
+ "kind": "method",
40881
+ "name": "anchorElementChanged",
40882
+ "privacy": "private",
40883
+ "return": {
40884
+ "type": {
40885
+ "text": "void"
40886
+ }
40887
+ },
40826
40888
  "parameters": [
40827
40889
  {
40828
- "name": "url",
40890
+ "name": "oldValue",
40829
40891
  "type": {
40830
- "text": "string"
40892
+ "text": "HTMLElement | null"
40831
40893
  }
40832
40894
  }
40833
40895
  ],
40834
40896
  "inheritedFrom": {
40835
- "name": "UrlInput",
40836
- "module": "src/url-input/url-input.ts"
40897
+ "name": "Tooltip",
40898
+ "module": "src/tooltip/tooltip.ts"
40837
40899
  }
40838
40900
  },
40839
40901
  {
40840
40902
  "kind": "method",
40841
- "name": "focus",
40842
- "privacy": "public",
40903
+ "name": "viewportElementChanged",
40904
+ "privacy": "private",
40905
+ "return": {
40906
+ "type": {
40907
+ "text": "void"
40908
+ }
40909
+ },
40843
40910
  "inheritedFrom": {
40844
- "name": "UrlInput",
40845
- "module": "src/url-input/url-input.ts"
40911
+ "name": "Tooltip",
40912
+ "module": "src/tooltip/tooltip.ts"
40846
40913
  }
40847
40914
  },
40848
40915
  {
40849
40916
  "kind": "field",
40850
- "name": "readOnly",
40917
+ "name": "showDelayTimer",
40851
40918
  "type": {
40852
- "text": "boolean"
40919
+ "text": "number | null"
40853
40920
  },
40854
- "privacy": "public",
40855
- "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.",
40921
+ "privacy": "private",
40922
+ "default": "null",
40923
+ "description": "The timer that tracks delay time before the tooltip is shown on hover",
40856
40924
  "inheritedFrom": {
40857
- "name": "UrlInput",
40858
- "module": "src/url-input/url-input.ts"
40925
+ "name": "Tooltip",
40926
+ "module": "src/tooltip/tooltip.ts"
40859
40927
  }
40860
40928
  },
40861
40929
  {
40862
- "kind": "method",
40863
- "name": "readOnlyChanged",
40864
- "privacy": "private",
40865
- "return": {
40866
- "type": {
40867
- "text": "void"
40868
- }
40930
+ "kind": "field",
40931
+ "name": "hideDelayTimer",
40932
+ "type": {
40933
+ "text": "number | null"
40869
40934
  },
40935
+ "privacy": "private",
40936
+ "default": "null",
40937
+ "description": "The timer that tracks delay time before the tooltip is hidden",
40870
40938
  "inheritedFrom": {
40871
- "name": "UrlInput",
40872
- "module": "src/url-input/url-input.ts"
40939
+ "name": "Tooltip",
40940
+ "module": "src/tooltip/tooltip.ts"
40873
40941
  }
40874
40942
  },
40875
40943
  {
40876
40944
  "kind": "field",
40877
- "name": "autofocus",
40945
+ "name": "isAnchorHoveredFocused",
40878
40946
  "type": {
40879
40947
  "text": "boolean"
40880
40948
  },
40881
- "privacy": "public",
40882
- "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.",
40949
+ "privacy": "private",
40950
+ "default": "false",
40951
+ "description": "Indicates whether the anchor is currently being hovered or has focus",
40883
40952
  "inheritedFrom": {
40884
- "name": "UrlInput",
40885
- "module": "src/url-input/url-input.ts"
40953
+ "name": "Tooltip",
40954
+ "module": "src/tooltip/tooltip.ts"
40886
40955
  }
40887
40956
  },
40888
40957
  {
40889
- "kind": "method",
40890
- "name": "autofocusChanged",
40891
- "privacy": "private",
40892
- "return": {
40893
- "type": {
40894
- "text": "void"
40895
- }
40958
+ "kind": "field",
40959
+ "name": "isRegionHovered",
40960
+ "type": {
40961
+ "text": "boolean"
40896
40962
  },
40963
+ "privacy": "private",
40964
+ "default": "false",
40965
+ "description": "Indicates whether the region is currently being hovered",
40897
40966
  "inheritedFrom": {
40898
- "name": "UrlInput",
40899
- "module": "src/url-input/url-input.ts"
40967
+ "name": "Tooltip",
40968
+ "module": "src/tooltip/tooltip.ts"
40900
40969
  }
40901
40970
  },
40902
40971
  {
40903
40972
  "kind": "field",
40904
- "name": "placeholder",
40905
- "type": {
40906
- "text": "string"
40907
- },
40908
- "privacy": "public",
40909
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
40973
+ "name": "handleRegionMouseOver",
40974
+ "privacy": "private",
40975
+ "description": "mouse enters region",
40910
40976
  "inheritedFrom": {
40911
- "name": "UrlInput",
40912
- "module": "src/url-input/url-input.ts"
40977
+ "name": "Tooltip",
40978
+ "module": "src/tooltip/tooltip.ts"
40913
40979
  }
40914
40980
  },
40915
40981
  {
40916
- "kind": "method",
40917
- "name": "placeholderChanged",
40982
+ "kind": "field",
40983
+ "name": "handleRegionMouseOut",
40918
40984
  "privacy": "private",
40919
- "return": {
40920
- "type": {
40921
- "text": "void"
40922
- }
40923
- },
40985
+ "description": "mouse leaves region",
40924
40986
  "inheritedFrom": {
40925
- "name": "UrlInput",
40926
- "module": "src/url-input/url-input.ts"
40987
+ "name": "Tooltip",
40988
+ "module": "src/tooltip/tooltip.ts"
40927
40989
  }
40928
40990
  },
40929
40991
  {
40930
40992
  "kind": "field",
40931
- "name": "type",
40932
- "type": {
40933
- "text": "TextFieldType"
40934
- },
40935
- "privacy": "public",
40936
- "description": "Allows setting a type or mode of text.",
40993
+ "name": "handleAnchorMouseOver",
40994
+ "privacy": "private",
40995
+ "description": "mouse enters anchor",
40937
40996
  "inheritedFrom": {
40938
- "name": "UrlInput",
40939
- "module": "src/url-input/url-input.ts"
40997
+ "name": "Tooltip",
40998
+ "module": "src/tooltip/tooltip.ts"
40940
40999
  }
40941
41000
  },
40942
41001
  {
40943
- "kind": "method",
40944
- "name": "typeChanged",
41002
+ "kind": "field",
41003
+ "name": "handleAnchorMouseOut",
40945
41004
  "privacy": "private",
40946
- "return": {
40947
- "type": {
40948
- "text": "void"
40949
- }
40950
- },
41005
+ "description": "mouse leaves anchor",
40951
41006
  "inheritedFrom": {
40952
- "name": "UrlInput",
40953
- "module": "src/url-input/url-input.ts"
41007
+ "name": "Tooltip",
41008
+ "module": "src/tooltip/tooltip.ts"
40954
41009
  }
40955
41010
  },
40956
41011
  {
40957
41012
  "kind": "field",
40958
- "name": "list",
40959
- "type": {
40960
- "text": "string"
40961
- },
40962
- "privacy": "public",
40963
- "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}.",
41013
+ "name": "handleAnchorFocusIn",
41014
+ "privacy": "private",
41015
+ "description": "anchor gets focus",
40964
41016
  "inheritedFrom": {
40965
- "name": "UrlInput",
40966
- "module": "src/url-input/url-input.ts"
41017
+ "name": "Tooltip",
41018
+ "module": "src/tooltip/tooltip.ts"
40967
41019
  }
40968
41020
  },
40969
41021
  {
40970
- "kind": "method",
40971
- "name": "listChanged",
41022
+ "kind": "field",
41023
+ "name": "handleAnchorFocusOut",
40972
41024
  "privacy": "private",
40973
- "return": {
40974
- "type": {
40975
- "text": "void"
40976
- }
40977
- },
41025
+ "description": "anchor loses focus",
40978
41026
  "inheritedFrom": {
40979
- "name": "UrlInput",
40980
- "module": "src/url-input/url-input.ts"
41027
+ "name": "Tooltip",
41028
+ "module": "src/tooltip/tooltip.ts"
40981
41029
  }
40982
41030
  },
40983
41031
  {
40984
41032
  "kind": "field",
40985
- "name": "maxlength",
40986
- "type": {
40987
- "text": "number"
40988
- },
40989
- "privacy": "public",
40990
- "description": "The maximum number of characters a user can enter.",
41033
+ "name": "startHideDelayTimer",
41034
+ "privacy": "private",
41035
+ "description": "starts the hide timer",
40991
41036
  "inheritedFrom": {
40992
- "name": "UrlInput",
40993
- "module": "src/url-input/url-input.ts"
41037
+ "name": "Tooltip",
41038
+ "module": "src/tooltip/tooltip.ts"
40994
41039
  }
40995
41040
  },
40996
41041
  {
40997
- "kind": "method",
40998
- "name": "maxlengthChanged",
41042
+ "kind": "field",
41043
+ "name": "clearHideDelayTimer",
40999
41044
  "privacy": "private",
41000
- "return": {
41001
- "type": {
41002
- "text": "void"
41003
- }
41004
- },
41045
+ "description": "clears the hide delay",
41005
41046
  "inheritedFrom": {
41006
- "name": "UrlInput",
41007
- "module": "src/url-input/url-input.ts"
41047
+ "name": "Tooltip",
41048
+ "module": "src/tooltip/tooltip.ts"
41008
41049
  }
41009
41050
  },
41010
41051
  {
41011
41052
  "kind": "field",
41012
- "name": "minlength",
41013
- "type": {
41014
- "text": "number"
41015
- },
41016
- "privacy": "public",
41017
- "description": "The minimum number of characters a user can enter.",
41053
+ "name": "startShowDelayTimer",
41054
+ "privacy": "private",
41055
+ "description": "starts the show timer if not currently running",
41018
41056
  "inheritedFrom": {
41019
- "name": "UrlInput",
41020
- "module": "src/url-input/url-input.ts"
41057
+ "name": "Tooltip",
41058
+ "module": "src/tooltip/tooltip.ts"
41021
41059
  }
41022
41060
  },
41023
41061
  {
41024
- "kind": "method",
41025
- "name": "minlengthChanged",
41062
+ "kind": "field",
41063
+ "name": "startHover",
41026
41064
  "privacy": "private",
41027
- "return": {
41028
- "type": {
41029
- "text": "void"
41030
- }
41031
- },
41065
+ "description": "start hover",
41032
41066
  "inheritedFrom": {
41033
- "name": "UrlInput",
41034
- "module": "src/url-input/url-input.ts"
41067
+ "name": "Tooltip",
41068
+ "module": "src/tooltip/tooltip.ts"
41035
41069
  }
41036
41070
  },
41037
41071
  {
41038
41072
  "kind": "field",
41039
- "name": "pattern",
41040
- "type": {
41041
- "text": "string"
41042
- },
41043
- "privacy": "public",
41044
- "description": "A regular expression that the value must match to pass validation.",
41073
+ "name": "clearShowDelayTimer",
41074
+ "privacy": "private",
41075
+ "description": "clears the show delay",
41045
41076
  "inheritedFrom": {
41046
- "name": "UrlInput",
41047
- "module": "src/url-input/url-input.ts"
41077
+ "name": "Tooltip",
41078
+ "module": "src/tooltip/tooltip.ts"
41048
41079
  }
41049
41080
  },
41050
41081
  {
41051
41082
  "kind": "method",
41052
- "name": "patternChanged",
41083
+ "name": "updateLayout",
41053
41084
  "privacy": "private",
41054
41085
  "return": {
41055
41086
  "type": {
41056
41087
  "text": "void"
41057
41088
  }
41058
41089
  },
41090
+ "description": "updated the properties being passed to the anchored region",
41059
41091
  "inheritedFrom": {
41060
- "name": "UrlInput",
41061
- "module": "src/url-input/url-input.ts"
41092
+ "name": "Tooltip",
41093
+ "module": "src/tooltip/tooltip.ts"
41062
41094
  }
41063
41095
  },
41064
41096
  {
41065
41097
  "kind": "field",
41066
- "name": "size",
41067
- "type": {
41068
- "text": "number"
41069
- },
41070
- "privacy": "public",
41071
- "description": "Sets the width of the element to a specified number of characters.",
41072
- "inheritedFrom": {
41073
- "name": "UrlInput",
41074
- "module": "src/url-input/url-input.ts"
41075
- }
41076
- },
41077
- {
41078
- "kind": "method",
41079
- "name": "sizeChanged",
41098
+ "name": "getAnchor",
41080
41099
  "privacy": "private",
41081
- "return": {
41082
- "type": {
41083
- "text": "void"
41084
- }
41085
- },
41100
+ "description": "Gets the anchor element by id",
41086
41101
  "inheritedFrom": {
41087
- "name": "UrlInput",
41088
- "module": "src/url-input/url-input.ts"
41102
+ "name": "Tooltip",
41103
+ "module": "src/tooltip/tooltip.ts"
41089
41104
  }
41090
41105
  },
41091
41106
  {
41092
41107
  "kind": "field",
41093
- "name": "spellcheck",
41094
- "type": {
41095
- "text": "boolean"
41096
- },
41097
- "privacy": "public",
41098
- "description": "Controls whether or not to enable spell checking for the input field, or if the default spell checking configuration should be used.",
41108
+ "name": "handleDocumentKeydown",
41109
+ "privacy": "private",
41110
+ "description": "handles key down events to check for dismiss",
41099
41111
  "inheritedFrom": {
41100
- "name": "UrlInput",
41101
- "module": "src/url-input/url-input.ts"
41112
+ "name": "Tooltip",
41113
+ "module": "src/tooltip/tooltip.ts"
41102
41114
  }
41103
41115
  },
41104
41116
  {
41105
- "kind": "method",
41106
- "name": "spellcheckChanged",
41117
+ "kind": "field",
41118
+ "name": "updateTooltipVisibility",
41107
41119
  "privacy": "private",
41108
- "return": {
41109
- "type": {
41110
- "text": "void"
41111
- }
41112
- },
41120
+ "description": "determines whether to show or hide the tooltip based on current state",
41113
41121
  "inheritedFrom": {
41114
- "name": "UrlInput",
41115
- "module": "src/url-input/url-input.ts"
41122
+ "name": "Tooltip",
41123
+ "module": "src/tooltip/tooltip.ts"
41116
41124
  }
41117
41125
  },
41118
41126
  {
41119
- "kind": "method",
41120
- "name": "select",
41121
- "privacy": "public",
41122
- "return": {
41123
- "type": {
41124
- "text": "void"
41125
- }
41126
- },
41127
- "description": "Selects all the text in the text field",
41127
+ "kind": "field",
41128
+ "name": "showTooltip",
41129
+ "privacy": "private",
41130
+ "description": "shows the tooltip",
41128
41131
  "inheritedFrom": {
41129
- "name": "UrlInput",
41130
- "module": "src/url-input/url-input.ts"
41132
+ "name": "Tooltip",
41133
+ "module": "src/tooltip/tooltip.ts"
41131
41134
  }
41132
41135
  },
41133
41136
  {
41134
- "kind": "method",
41135
- "name": "validate",
41136
- "privacy": "public",
41137
- "return": {
41138
- "type": {
41139
- "text": "void"
41140
- }
41141
- },
41142
- "description": "{@inheritDoc (FormAssociated:interface).validate}",
41137
+ "kind": "field",
41138
+ "name": "hideTooltip",
41139
+ "privacy": "private",
41140
+ "description": "hides the tooltip",
41143
41141
  "inheritedFrom": {
41144
- "name": "UrlInput",
41145
- "module": "src/url-input/url-input.ts"
41142
+ "name": "Tooltip",
41143
+ "module": "src/tooltip/tooltip.ts"
41146
41144
  }
41147
41145
  },
41148
41146
  {
41149
41147
  "kind": "field",
41150
- "name": "proxy",
41148
+ "name": "setRegionProps",
41149
+ "privacy": "private",
41150
+ "description": "updates the tooltip anchored region props after it has been\nadded to the DOM",
41151
41151
  "inheritedFrom": {
41152
- "name": "UrlInput",
41153
- "module": "src/url-input/url-input.ts"
41152
+ "name": "Tooltip",
41153
+ "module": "src/tooltip/tooltip.ts"
41154
41154
  }
41155
41155
  },
41156
41156
  {
@@ -41162,8 +41162,8 @@
41162
41162
  "privacy": "private",
41163
41163
  "default": "void 0",
41164
41164
  "inheritedFrom": {
41165
- "name": "UrlInput",
41166
- "module": "src/url-input/url-input.ts"
41165
+ "name": "Tooltip",
41166
+ "module": "src/tooltip/tooltip.ts"
41167
41167
  }
41168
41168
  },
41169
41169
  {
@@ -41175,8 +41175,8 @@
41175
41175
  "privacy": "public",
41176
41176
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
41177
41177
  "inheritedFrom": {
41178
- "name": "UrlInput",
41179
- "module": "src/url-input/url-input.ts"
41178
+ "name": "Tooltip",
41179
+ "module": "src/tooltip/tooltip.ts"
41180
41180
  }
41181
41181
  },
41182
41182
  {
@@ -41188,8 +41188,8 @@
41188
41188
  "privacy": "public",
41189
41189
  "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.",
41190
41190
  "inheritedFrom": {
41191
- "name": "UrlInput",
41192
- "module": "src/url-input/url-input.ts"
41191
+ "name": "Tooltip",
41192
+ "module": "src/tooltip/tooltip.ts"
41193
41193
  }
41194
41194
  },
41195
41195
  {
@@ -41202,8 +41202,8 @@
41202
41202
  }
41203
41203
  },
41204
41204
  "inheritedFrom": {
41205
- "name": "UrlInput",
41206
- "module": "src/url-input/url-input.ts"
41205
+ "name": "Tooltip",
41206
+ "module": "src/tooltip/tooltip.ts"
41207
41207
  }
41208
41208
  },
41209
41209
  {
@@ -41215,8 +41215,8 @@
41215
41215
  "privacy": "public",
41216
41216
  "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.",
41217
41217
  "inheritedFrom": {
41218
- "name": "UrlInput",
41219
- "module": "src/url-input/url-input.ts"
41218
+ "name": "Tooltip",
41219
+ "module": "src/tooltip/tooltip.ts"
41220
41220
  }
41221
41221
  },
41222
41222
  {
@@ -41229,8 +41229,8 @@
41229
41229
  }
41230
41230
  },
41231
41231
  "inheritedFrom": {
41232
- "name": "UrlInput",
41233
- "module": "src/url-input/url-input.ts"
41232
+ "name": "Tooltip",
41233
+ "module": "src/tooltip/tooltip.ts"
41234
41234
  }
41235
41235
  },
41236
41236
  {
@@ -41260,42 +41260,42 @@
41260
41260
  ],
41261
41261
  "description": "Defines an element registry function with a set of element definition defaults.",
41262
41262
  "inheritedFrom": {
41263
- "name": "UrlInput",
41264
- "module": "src/url-input/url-input.ts"
41263
+ "name": "Tooltip",
41264
+ "module": "src/tooltip/tooltip.ts"
41265
41265
  }
41266
41266
  }
41267
41267
  ],
41268
41268
  "events": [
41269
41269
  {
41270
- "description": "Fires a custom 'change' event when the value has changed",
41271
- "name": "change",
41270
+ "description": "Fires a custom 'dismiss' event when the tooltip is visible and escape key is pressed",
41271
+ "name": "dismiss",
41272
41272
  "inheritedFrom": {
41273
- "name": "UrlInput",
41274
- "module": "src/url-input/url-input.ts"
41273
+ "name": "Tooltip",
41274
+ "module": "src/tooltip/tooltip.ts"
41275
41275
  }
41276
41276
  }
41277
41277
  ]
41278
41278
  },
41279
41279
  {
41280
41280
  "kind": "variable",
41281
- "name": "zeroUrlInput"
41281
+ "name": "zeroTooltip"
41282
41282
  }
41283
41283
  ],
41284
41284
  "exports": [
41285
41285
  {
41286
41286
  "kind": "js",
41287
- "name": "UrlInput",
41287
+ "name": "Tooltip",
41288
41288
  "declaration": {
41289
- "name": "UrlInput",
41290
- "module": "src/url-input/url-input.ts"
41289
+ "name": "Tooltip",
41290
+ "module": "src/tooltip/tooltip.ts"
41291
41291
  }
41292
41292
  },
41293
41293
  {
41294
41294
  "kind": "js",
41295
- "name": "zeroUrlInput",
41295
+ "name": "zeroTooltip",
41296
41296
  "declaration": {
41297
- "name": "zeroUrlInput",
41298
- "module": "src/url-input/url-input.ts"
41297
+ "name": "zeroTooltip",
41298
+ "module": "src/tooltip/tooltip.ts"
41299
41299
  }
41300
41300
  }
41301
41301
  ]