@tylertech/forge 3.0.0-next.7 → 3.0.0-next.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +1095 -5
- package/dist/esm/accordion/index.js +1 -1
- package/dist/esm/app-bar/help-button/index.js +1 -1
- package/dist/esm/app-bar/index.js +1 -1
- package/dist/esm/app-bar/menu-button/index.js +1 -1
- package/dist/esm/app-bar/notification-button/index.js +1 -1
- package/dist/esm/app-bar/profile-button/index.js +1 -1
- package/dist/esm/app-bar/search/index.js +1 -1
- package/dist/esm/autocomplete/index.js +1 -1
- package/dist/esm/banner/index.js +1 -1
- package/dist/esm/bottom-sheet/index.js +1 -1
- package/dist/esm/button-toggle/index.js +1 -1
- package/dist/esm/calendar/calendar-dropdown/index.js +1 -1
- package/dist/esm/calendar/calendar-menu/index.js +1 -1
- package/dist/esm/calendar/index.js +1 -1
- package/dist/esm/card/index.js +1 -1
- package/dist/esm/checkbox/index.js +1 -1
- package/dist/esm/chip-field/index.js +1 -1
- package/dist/esm/chips/chip/index.js +1 -1
- package/dist/esm/chips/chip-set/index.js +1 -1
- package/dist/esm/chips/index.js +1 -1
- package/dist/esm/chunks/{chunk.STGRPD2L.js → chunk.3AF7CJP2.js} +2 -2
- package/dist/esm/chunks/{chunk.STGRPD2L.js.map → chunk.3AF7CJP2.js.map} +1 -1
- package/dist/esm/chunks/chunk.57XQ4F6F.js +12 -0
- package/dist/esm/chunks/chunk.57XQ4F6F.js.map +7 -0
- package/dist/esm/chunks/{chunk.OT6H5NHX.js → chunk.5MK5YWCK.js} +2 -2
- package/dist/esm/chunks/chunk.C2LTB7EX.js +7 -0
- package/dist/esm/chunks/chunk.C2LTB7EX.js.map +7 -0
- package/dist/esm/chunks/{chunk.OHNPVHPF.js → chunk.CN27IHDN.js} +2 -2
- package/dist/esm/chunks/chunk.IIXLFXHZ.js +7 -0
- package/dist/esm/chunks/chunk.IIXLFXHZ.js.map +7 -0
- package/dist/esm/chunks/chunk.JQIOVCKI.js +7 -0
- package/dist/esm/chunks/chunk.JQIOVCKI.js.map +7 -0
- package/dist/esm/chunks/chunk.LJYTJ3RV.js +7 -0
- package/dist/esm/chunks/chunk.LJYTJ3RV.js.map +7 -0
- package/dist/esm/chunks/{chunk.XMFQFFKR.js → chunk.NDGFQILG.js} +2 -2
- package/dist/esm/chunks/chunk.WH6C36MO.js +7 -0
- package/dist/esm/chunks/chunk.WH6C36MO.js.map +7 -0
- package/dist/esm/color-picker/index.js +1 -1
- package/dist/esm/core/index.js +1 -1
- package/dist/esm/date-picker/index.js +1 -1
- package/dist/esm/date-range-picker/index.js +1 -1
- package/dist/esm/expansion-panel/index.js +1 -1
- package/dist/esm/file-picker/index.js +1 -1
- package/dist/esm/focus-indicator/index.js +7 -0
- package/dist/esm/focus-indicator/index.js.map +7 -0
- package/dist/esm/icon/index.js +1 -1
- package/dist/esm/icon-button/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/list-dropdown/index.js +1 -1
- package/dist/esm/menu/index.js +1 -1
- package/dist/esm/open-icon/index.js +1 -1
- package/dist/esm/paginator/index.js +1 -1
- package/dist/esm/profile-card/index.js +1 -1
- package/dist/esm/quantity-field/index.js +1 -1
- package/dist/esm/select/core/index.js +1 -1
- package/dist/esm/select/index.js +1 -1
- package/dist/esm/select/select/index.js +1 -1
- package/dist/esm/select/select-dropdown/index.js +1 -1
- package/dist/esm/slider/index.js +1 -1
- package/dist/esm/split-view/index.js +1 -1
- package/dist/esm/split-view/split-view/index.js +1 -1
- package/dist/esm/split-view/split-view-panel/index.js +1 -1
- package/dist/esm/stepper/index.js +1 -1
- package/dist/esm/stepper/step/index.js +1 -1
- package/dist/esm/stepper/stepper/index.js +1 -1
- package/dist/esm/switch/index.js +1 -1
- package/dist/esm/table/index.js +1 -1
- package/dist/esm/tabs/index.js +1 -1
- package/dist/esm/tabs/tab/index.js +1 -1
- package/dist/esm/tabs/tab-bar/index.js +1 -1
- package/dist/esm/time-picker/index.js +1 -1
- package/dist/esm/toast/index.js +1 -1
- package/esm/card/card-constants.d.ts +2 -2
- package/esm/card/card-constants.js +2 -2
- package/esm/card/card.d.ts +19 -8
- package/esm/card/card.js +30 -21
- package/esm/focus-indicator/focus-indicator-adapter.d.ts +37 -0
- package/esm/focus-indicator/focus-indicator-adapter.js +59 -0
- package/esm/focus-indicator/focus-indicator-constants.d.ts +15 -0
- package/esm/focus-indicator/focus-indicator-constants.js +19 -0
- package/esm/focus-indicator/focus-indicator-foundation.d.ts +43 -0
- package/esm/focus-indicator/focus-indicator-foundation.js +110 -0
- package/esm/focus-indicator/focus-indicator.d.ts +67 -0
- package/esm/focus-indicator/focus-indicator.js +112 -0
- package/esm/focus-indicator/index.d.ts +10 -0
- package/esm/focus-indicator/index.js +14 -0
- package/esm/index.d.ts +1 -0
- package/esm/index.js +3 -0
- package/esm/slider/slider-utils.js +3 -0
- package/esm/slider/slider.d.ts +0 -1
- package/esm/slider/slider.js +7 -4
- package/esm/split-view/split-view-panel/split-view-panel.js +1 -1
- package/esm/tabs/tab/tab-adapter.d.ts +1 -1
- package/esm/tabs/tab/tab-adapter.js +4 -4
- package/esm/tabs/tab/tab.js +7 -3
- package/package.json +1 -1
- package/styles/card/_mixins.scss +8 -7
- package/styles/focus-indicator/_mixins.scss +147 -0
- package/styles/focus-indicator/_variables.scss +20 -0
- package/styles/focus-indicator/focus-indicator.scss +32 -0
- package/styles/slider/_mixins.scss +9 -0
- package/styles/tabs/tab/_mixins.scss +11 -0
- package/dist/esm/chunks/chunk.BWZKQ6WX.js +0 -7
- package/dist/esm/chunks/chunk.BWZKQ6WX.js.map +0 -7
- package/dist/esm/chunks/chunk.GWIVOPRO.js +0 -7
- package/dist/esm/chunks/chunk.GWIVOPRO.js.map +0 -7
- package/dist/esm/chunks/chunk.JHXNEHWR.js +0 -12
- package/dist/esm/chunks/chunk.JHXNEHWR.js.map +0 -7
- package/dist/esm/chunks/chunk.WFDIA7R6.js +0 -7
- package/dist/esm/chunks/chunk.WFDIA7R6.js.map +0 -7
- /package/dist/esm/chunks/{chunk.OT6H5NHX.js.map → chunk.5MK5YWCK.js.map} +0 -0
- /package/dist/esm/chunks/{chunk.OHNPVHPF.js.map → chunk.CN27IHDN.js.map} +0 -0
- /package/dist/esm/chunks/{chunk.XMFQFFKR.js.map → chunk.NDGFQILG.js.map} +0 -0
package/custom-elements.json
CHANGED
|
@@ -322,6 +322,14 @@
|
|
|
322
322
|
"package": "./floating-label"
|
|
323
323
|
}
|
|
324
324
|
},
|
|
325
|
+
{
|
|
326
|
+
"kind": "js",
|
|
327
|
+
"name": "*",
|
|
328
|
+
"declaration": {
|
|
329
|
+
"name": "*",
|
|
330
|
+
"package": "./focus-indicator"
|
|
331
|
+
}
|
|
332
|
+
},
|
|
325
333
|
{
|
|
326
334
|
"kind": "js",
|
|
327
335
|
"name": "*",
|
|
@@ -20451,8 +20459,32 @@
|
|
|
20451
20459
|
"declarations": [
|
|
20452
20460
|
{
|
|
20453
20461
|
"kind": "class",
|
|
20454
|
-
"description": "
|
|
20462
|
+
"description": "",
|
|
20455
20463
|
"name": "CardComponent",
|
|
20464
|
+
"cssProperties": [
|
|
20465
|
+
{
|
|
20466
|
+
"description": "The height of the card.",
|
|
20467
|
+
"name": "--forge-card-height"
|
|
20468
|
+
},
|
|
20469
|
+
{
|
|
20470
|
+
"description": "The width of the card.",
|
|
20471
|
+
"name": "--forge-card-width"
|
|
20472
|
+
},
|
|
20473
|
+
{
|
|
20474
|
+
"description": "The padding of the card.",
|
|
20475
|
+
"name": "--forge-card-padding"
|
|
20476
|
+
},
|
|
20477
|
+
{
|
|
20478
|
+
"description": "The overflow of the card.",
|
|
20479
|
+
"name": "--forge-card-overflow"
|
|
20480
|
+
}
|
|
20481
|
+
],
|
|
20482
|
+
"cssParts": [
|
|
20483
|
+
{
|
|
20484
|
+
"description": "The components' internal root container element.",
|
|
20485
|
+
"name": "root"
|
|
20486
|
+
}
|
|
20487
|
+
],
|
|
20456
20488
|
"members": [
|
|
20457
20489
|
{
|
|
20458
20490
|
"kind": "field",
|
|
@@ -20464,7 +20496,7 @@
|
|
|
20464
20496
|
},
|
|
20465
20497
|
{
|
|
20466
20498
|
"kind": "field",
|
|
20467
|
-
"name": "
|
|
20499
|
+
"name": "_raised",
|
|
20468
20500
|
"type": {
|
|
20469
20501
|
"text": "boolean"
|
|
20470
20502
|
},
|
|
@@ -20473,7 +20505,7 @@
|
|
|
20473
20505
|
},
|
|
20474
20506
|
{
|
|
20475
20507
|
"kind": "method",
|
|
20476
|
-
"name": "
|
|
20508
|
+
"name": "_applyRaised",
|
|
20477
20509
|
"privacy": "private",
|
|
20478
20510
|
"return": {
|
|
20479
20511
|
"type": {
|
|
@@ -20483,12 +20515,21 @@
|
|
|
20483
20515
|
},
|
|
20484
20516
|
{
|
|
20485
20517
|
"kind": "field",
|
|
20486
|
-
"name": "
|
|
20518
|
+
"name": "raised",
|
|
20487
20519
|
"type": {
|
|
20488
20520
|
"text": "boolean"
|
|
20489
20521
|
},
|
|
20490
20522
|
"privacy": "public",
|
|
20491
|
-
"description": "
|
|
20523
|
+
"description": "Whether the card has elevation or not."
|
|
20524
|
+
}
|
|
20525
|
+
],
|
|
20526
|
+
"attributes": [
|
|
20527
|
+
{
|
|
20528
|
+
"type": {
|
|
20529
|
+
"text": "boolean"
|
|
20530
|
+
},
|
|
20531
|
+
"description": "Whether the card has an raised or not.",
|
|
20532
|
+
"name": "raised"
|
|
20492
20533
|
}
|
|
20493
20534
|
],
|
|
20494
20535
|
"superclass": {
|
|
@@ -20496,6 +20537,7 @@
|
|
|
20496
20537
|
"module": "/core/base/base-component"
|
|
20497
20538
|
},
|
|
20498
20539
|
"tagName": "forge-card",
|
|
20540
|
+
"summary": "Cards are used to group related information and actions about a single subject.",
|
|
20499
20541
|
"customElement": true
|
|
20500
20542
|
}
|
|
20501
20543
|
],
|
|
@@ -43720,6 +43762,1054 @@
|
|
|
43720
43762
|
}
|
|
43721
43763
|
]
|
|
43722
43764
|
},
|
|
43765
|
+
{
|
|
43766
|
+
"kind": "javascript-module",
|
|
43767
|
+
"path": "focus-indicator/focus-indicator-adapter.ts",
|
|
43768
|
+
"declarations": [
|
|
43769
|
+
{
|
|
43770
|
+
"kind": "class",
|
|
43771
|
+
"description": "",
|
|
43772
|
+
"name": "FocusIndicatorAdapter",
|
|
43773
|
+
"members": [
|
|
43774
|
+
{
|
|
43775
|
+
"kind": "field",
|
|
43776
|
+
"name": "_targetElement",
|
|
43777
|
+
"type": {
|
|
43778
|
+
"text": "HTMLElement | null"
|
|
43779
|
+
},
|
|
43780
|
+
"privacy": "private",
|
|
43781
|
+
"default": "null"
|
|
43782
|
+
},
|
|
43783
|
+
{
|
|
43784
|
+
"kind": "method",
|
|
43785
|
+
"name": "destroy",
|
|
43786
|
+
"privacy": "public",
|
|
43787
|
+
"return": {
|
|
43788
|
+
"type": {
|
|
43789
|
+
"text": "void"
|
|
43790
|
+
}
|
|
43791
|
+
}
|
|
43792
|
+
},
|
|
43793
|
+
{
|
|
43794
|
+
"kind": "method",
|
|
43795
|
+
"name": "hasTargetElement",
|
|
43796
|
+
"privacy": "public",
|
|
43797
|
+
"return": {
|
|
43798
|
+
"type": {
|
|
43799
|
+
"text": "boolean"
|
|
43800
|
+
}
|
|
43801
|
+
}
|
|
43802
|
+
},
|
|
43803
|
+
{
|
|
43804
|
+
"kind": "method",
|
|
43805
|
+
"name": "addTargetListener",
|
|
43806
|
+
"privacy": "public",
|
|
43807
|
+
"return": {
|
|
43808
|
+
"type": {
|
|
43809
|
+
"text": "void"
|
|
43810
|
+
}
|
|
43811
|
+
},
|
|
43812
|
+
"parameters": [
|
|
43813
|
+
{
|
|
43814
|
+
"name": "type",
|
|
43815
|
+
"type": {
|
|
43816
|
+
"text": "string"
|
|
43817
|
+
}
|
|
43818
|
+
},
|
|
43819
|
+
{
|
|
43820
|
+
"name": "listener",
|
|
43821
|
+
"type": {
|
|
43822
|
+
"text": "EventListener"
|
|
43823
|
+
}
|
|
43824
|
+
}
|
|
43825
|
+
]
|
|
43826
|
+
},
|
|
43827
|
+
{
|
|
43828
|
+
"kind": "method",
|
|
43829
|
+
"name": "removeTargetListener",
|
|
43830
|
+
"privacy": "public",
|
|
43831
|
+
"return": {
|
|
43832
|
+
"type": {
|
|
43833
|
+
"text": "void"
|
|
43834
|
+
}
|
|
43835
|
+
},
|
|
43836
|
+
"parameters": [
|
|
43837
|
+
{
|
|
43838
|
+
"name": "type",
|
|
43839
|
+
"type": {
|
|
43840
|
+
"text": "string"
|
|
43841
|
+
}
|
|
43842
|
+
},
|
|
43843
|
+
{
|
|
43844
|
+
"name": "listener",
|
|
43845
|
+
"type": {
|
|
43846
|
+
"text": "EventListener"
|
|
43847
|
+
}
|
|
43848
|
+
}
|
|
43849
|
+
]
|
|
43850
|
+
},
|
|
43851
|
+
{
|
|
43852
|
+
"kind": "method",
|
|
43853
|
+
"name": "getTargetElement",
|
|
43854
|
+
"privacy": "public",
|
|
43855
|
+
"return": {
|
|
43856
|
+
"type": {
|
|
43857
|
+
"text": "HTMLElement | null"
|
|
43858
|
+
}
|
|
43859
|
+
}
|
|
43860
|
+
},
|
|
43861
|
+
{
|
|
43862
|
+
"kind": "method",
|
|
43863
|
+
"name": "setTargetElement",
|
|
43864
|
+
"privacy": "public",
|
|
43865
|
+
"return": {
|
|
43866
|
+
"type": {
|
|
43867
|
+
"text": "void"
|
|
43868
|
+
}
|
|
43869
|
+
},
|
|
43870
|
+
"parameters": [
|
|
43871
|
+
{
|
|
43872
|
+
"name": "el",
|
|
43873
|
+
"type": {
|
|
43874
|
+
"text": "HTMLElement | null"
|
|
43875
|
+
}
|
|
43876
|
+
}
|
|
43877
|
+
]
|
|
43878
|
+
},
|
|
43879
|
+
{
|
|
43880
|
+
"kind": "method",
|
|
43881
|
+
"name": "trySetTarget",
|
|
43882
|
+
"privacy": "public",
|
|
43883
|
+
"return": {
|
|
43884
|
+
"type": {
|
|
43885
|
+
"text": "void"
|
|
43886
|
+
}
|
|
43887
|
+
},
|
|
43888
|
+
"parameters": [
|
|
43889
|
+
{
|
|
43890
|
+
"name": "value",
|
|
43891
|
+
"type": {
|
|
43892
|
+
"text": "string | null"
|
|
43893
|
+
},
|
|
43894
|
+
"description": "A selector string to query the DOM for the target element"
|
|
43895
|
+
}
|
|
43896
|
+
],
|
|
43897
|
+
"description": "We use the following heuristic for locating the target element:\n - If the `target` attribute is set, we use that value to query the DOM for the target element\n - If the `target` attribute is set to `:host`, we use the host element from within a shadow tree (only if the root node is a ShadowRoot instance)\n - If the `target` attribute is set but the querySelector returns null, we use the parent element as the target element\n - If the `target` attribute is not set, we use the parent element as the target element"
|
|
43898
|
+
},
|
|
43899
|
+
{
|
|
43900
|
+
"kind": "method",
|
|
43901
|
+
"name": "isActive",
|
|
43902
|
+
"privacy": "public",
|
|
43903
|
+
"return": {
|
|
43904
|
+
"type": {
|
|
43905
|
+
"text": "boolean"
|
|
43906
|
+
}
|
|
43907
|
+
},
|
|
43908
|
+
"parameters": [
|
|
43909
|
+
{
|
|
43910
|
+
"name": "selector",
|
|
43911
|
+
"type": {
|
|
43912
|
+
"text": "string"
|
|
43913
|
+
}
|
|
43914
|
+
}
|
|
43915
|
+
]
|
|
43916
|
+
},
|
|
43917
|
+
{
|
|
43918
|
+
"kind": "method",
|
|
43919
|
+
"name": "getHostAttribute",
|
|
43920
|
+
"privacy": "public",
|
|
43921
|
+
"return": {
|
|
43922
|
+
"type": {
|
|
43923
|
+
"text": "string | null"
|
|
43924
|
+
}
|
|
43925
|
+
},
|
|
43926
|
+
"parameters": [
|
|
43927
|
+
{
|
|
43928
|
+
"name": "name",
|
|
43929
|
+
"type": {
|
|
43930
|
+
"text": "string"
|
|
43931
|
+
}
|
|
43932
|
+
}
|
|
43933
|
+
],
|
|
43934
|
+
"inheritedFrom": {
|
|
43935
|
+
"name": "BaseAdapter",
|
|
43936
|
+
"module": "core/base/base-adapter.ts"
|
|
43937
|
+
}
|
|
43938
|
+
},
|
|
43939
|
+
{
|
|
43940
|
+
"kind": "method",
|
|
43941
|
+
"name": "setHostAttribute",
|
|
43942
|
+
"privacy": "public",
|
|
43943
|
+
"return": {
|
|
43944
|
+
"type": {
|
|
43945
|
+
"text": "void"
|
|
43946
|
+
}
|
|
43947
|
+
},
|
|
43948
|
+
"parameters": [
|
|
43949
|
+
{
|
|
43950
|
+
"name": "name",
|
|
43951
|
+
"type": {
|
|
43952
|
+
"text": "string"
|
|
43953
|
+
}
|
|
43954
|
+
},
|
|
43955
|
+
{
|
|
43956
|
+
"name": "value",
|
|
43957
|
+
"default": "''"
|
|
43958
|
+
}
|
|
43959
|
+
],
|
|
43960
|
+
"inheritedFrom": {
|
|
43961
|
+
"name": "BaseAdapter",
|
|
43962
|
+
"module": "core/base/base-adapter.ts"
|
|
43963
|
+
}
|
|
43964
|
+
},
|
|
43965
|
+
{
|
|
43966
|
+
"kind": "method",
|
|
43967
|
+
"name": "removeHostAttribute",
|
|
43968
|
+
"privacy": "public",
|
|
43969
|
+
"return": {
|
|
43970
|
+
"type": {
|
|
43971
|
+
"text": "void"
|
|
43972
|
+
}
|
|
43973
|
+
},
|
|
43974
|
+
"parameters": [
|
|
43975
|
+
{
|
|
43976
|
+
"name": "name",
|
|
43977
|
+
"type": {
|
|
43978
|
+
"text": "string"
|
|
43979
|
+
}
|
|
43980
|
+
}
|
|
43981
|
+
],
|
|
43982
|
+
"inheritedFrom": {
|
|
43983
|
+
"name": "BaseAdapter",
|
|
43984
|
+
"module": "core/base/base-adapter.ts"
|
|
43985
|
+
}
|
|
43986
|
+
},
|
|
43987
|
+
{
|
|
43988
|
+
"kind": "method",
|
|
43989
|
+
"name": "toggleHostAttribute",
|
|
43990
|
+
"privacy": "public",
|
|
43991
|
+
"return": {
|
|
43992
|
+
"type": {
|
|
43993
|
+
"text": "void"
|
|
43994
|
+
}
|
|
43995
|
+
},
|
|
43996
|
+
"parameters": [
|
|
43997
|
+
{
|
|
43998
|
+
"name": "name",
|
|
43999
|
+
"type": {
|
|
44000
|
+
"text": "string"
|
|
44001
|
+
}
|
|
44002
|
+
},
|
|
44003
|
+
{
|
|
44004
|
+
"name": "hasAttribute",
|
|
44005
|
+
"type": {
|
|
44006
|
+
"text": "boolean"
|
|
44007
|
+
}
|
|
44008
|
+
},
|
|
44009
|
+
{
|
|
44010
|
+
"name": "value",
|
|
44011
|
+
"optional": true,
|
|
44012
|
+
"type": {
|
|
44013
|
+
"text": "string"
|
|
44014
|
+
}
|
|
44015
|
+
}
|
|
44016
|
+
],
|
|
44017
|
+
"inheritedFrom": {
|
|
44018
|
+
"name": "BaseAdapter",
|
|
44019
|
+
"module": "core/base/base-adapter.ts"
|
|
44020
|
+
}
|
|
44021
|
+
},
|
|
44022
|
+
{
|
|
44023
|
+
"kind": "method",
|
|
44024
|
+
"name": "emitHostEvent",
|
|
44025
|
+
"privacy": "public",
|
|
44026
|
+
"return": {
|
|
44027
|
+
"type": {
|
|
44028
|
+
"text": "boolean"
|
|
44029
|
+
}
|
|
44030
|
+
},
|
|
44031
|
+
"parameters": [
|
|
44032
|
+
{
|
|
44033
|
+
"name": "type",
|
|
44034
|
+
"type": {
|
|
44035
|
+
"text": "string"
|
|
44036
|
+
}
|
|
44037
|
+
},
|
|
44038
|
+
{
|
|
44039
|
+
"name": "data",
|
|
44040
|
+
"default": "null",
|
|
44041
|
+
"type": {
|
|
44042
|
+
"text": "any"
|
|
44043
|
+
}
|
|
44044
|
+
},
|
|
44045
|
+
{
|
|
44046
|
+
"name": "bubble",
|
|
44047
|
+
"default": "true"
|
|
44048
|
+
},
|
|
44049
|
+
{
|
|
44050
|
+
"name": "cancelable",
|
|
44051
|
+
"optional": true,
|
|
44052
|
+
"type": {
|
|
44053
|
+
"text": "boolean"
|
|
44054
|
+
}
|
|
44055
|
+
}
|
|
44056
|
+
],
|
|
44057
|
+
"inheritedFrom": {
|
|
44058
|
+
"name": "BaseAdapter",
|
|
44059
|
+
"module": "core/base/base-adapter.ts"
|
|
44060
|
+
}
|
|
44061
|
+
},
|
|
44062
|
+
{
|
|
44063
|
+
"kind": "method",
|
|
44064
|
+
"name": "addHostListener",
|
|
44065
|
+
"privacy": "public",
|
|
44066
|
+
"return": {
|
|
44067
|
+
"type": {
|
|
44068
|
+
"text": "void"
|
|
44069
|
+
}
|
|
44070
|
+
},
|
|
44071
|
+
"parameters": [
|
|
44072
|
+
{
|
|
44073
|
+
"name": "event",
|
|
44074
|
+
"type": {
|
|
44075
|
+
"text": "string"
|
|
44076
|
+
}
|
|
44077
|
+
},
|
|
44078
|
+
{
|
|
44079
|
+
"name": "callback",
|
|
44080
|
+
"type": {
|
|
44081
|
+
"text": "(event: Event) => void"
|
|
44082
|
+
}
|
|
44083
|
+
},
|
|
44084
|
+
{
|
|
44085
|
+
"name": "options",
|
|
44086
|
+
"optional": true,
|
|
44087
|
+
"type": {
|
|
44088
|
+
"text": "boolean | AddEventListenerOptions"
|
|
44089
|
+
}
|
|
44090
|
+
}
|
|
44091
|
+
],
|
|
44092
|
+
"inheritedFrom": {
|
|
44093
|
+
"name": "BaseAdapter",
|
|
44094
|
+
"module": "core/base/base-adapter.ts"
|
|
44095
|
+
}
|
|
44096
|
+
},
|
|
44097
|
+
{
|
|
44098
|
+
"kind": "method",
|
|
44099
|
+
"name": "removeHostListener",
|
|
44100
|
+
"privacy": "public",
|
|
44101
|
+
"return": {
|
|
44102
|
+
"type": {
|
|
44103
|
+
"text": "void"
|
|
44104
|
+
}
|
|
44105
|
+
},
|
|
44106
|
+
"parameters": [
|
|
44107
|
+
{
|
|
44108
|
+
"name": "event",
|
|
44109
|
+
"type": {
|
|
44110
|
+
"text": "string"
|
|
44111
|
+
}
|
|
44112
|
+
},
|
|
44113
|
+
{
|
|
44114
|
+
"name": "callback",
|
|
44115
|
+
"type": {
|
|
44116
|
+
"text": "(event: Event) => void"
|
|
44117
|
+
}
|
|
44118
|
+
}
|
|
44119
|
+
],
|
|
44120
|
+
"inheritedFrom": {
|
|
44121
|
+
"name": "BaseAdapter",
|
|
44122
|
+
"module": "core/base/base-adapter.ts"
|
|
44123
|
+
}
|
|
44124
|
+
},
|
|
44125
|
+
{
|
|
44126
|
+
"kind": "method",
|
|
44127
|
+
"name": "addWindowListener",
|
|
44128
|
+
"privacy": "public",
|
|
44129
|
+
"return": {
|
|
44130
|
+
"type": {
|
|
44131
|
+
"text": "void"
|
|
44132
|
+
}
|
|
44133
|
+
},
|
|
44134
|
+
"parameters": [
|
|
44135
|
+
{
|
|
44136
|
+
"name": "event",
|
|
44137
|
+
"type": {
|
|
44138
|
+
"text": "string"
|
|
44139
|
+
}
|
|
44140
|
+
},
|
|
44141
|
+
{
|
|
44142
|
+
"name": "callback",
|
|
44143
|
+
"type": {
|
|
44144
|
+
"text": "(event: Event) => void"
|
|
44145
|
+
}
|
|
44146
|
+
},
|
|
44147
|
+
{
|
|
44148
|
+
"name": "options",
|
|
44149
|
+
"optional": true,
|
|
44150
|
+
"type": {
|
|
44151
|
+
"text": "boolean | AddEventListenerOptions"
|
|
44152
|
+
}
|
|
44153
|
+
}
|
|
44154
|
+
],
|
|
44155
|
+
"inheritedFrom": {
|
|
44156
|
+
"name": "BaseAdapter",
|
|
44157
|
+
"module": "core/base/base-adapter.ts"
|
|
44158
|
+
}
|
|
44159
|
+
},
|
|
44160
|
+
{
|
|
44161
|
+
"kind": "method",
|
|
44162
|
+
"name": "removeWindowListener",
|
|
44163
|
+
"privacy": "public",
|
|
44164
|
+
"return": {
|
|
44165
|
+
"type": {
|
|
44166
|
+
"text": "void"
|
|
44167
|
+
}
|
|
44168
|
+
},
|
|
44169
|
+
"parameters": [
|
|
44170
|
+
{
|
|
44171
|
+
"name": "event",
|
|
44172
|
+
"type": {
|
|
44173
|
+
"text": "string"
|
|
44174
|
+
}
|
|
44175
|
+
},
|
|
44176
|
+
{
|
|
44177
|
+
"name": "callback",
|
|
44178
|
+
"type": {
|
|
44179
|
+
"text": "(event: Event) => void"
|
|
44180
|
+
}
|
|
44181
|
+
},
|
|
44182
|
+
{
|
|
44183
|
+
"name": "options",
|
|
44184
|
+
"optional": true,
|
|
44185
|
+
"type": {
|
|
44186
|
+
"text": "boolean | EventListenerOptions"
|
|
44187
|
+
}
|
|
44188
|
+
}
|
|
44189
|
+
],
|
|
44190
|
+
"inheritedFrom": {
|
|
44191
|
+
"name": "BaseAdapter",
|
|
44192
|
+
"module": "core/base/base-adapter.ts"
|
|
44193
|
+
}
|
|
44194
|
+
},
|
|
44195
|
+
{
|
|
44196
|
+
"kind": "method",
|
|
44197
|
+
"name": "addDocumentListener",
|
|
44198
|
+
"privacy": "public",
|
|
44199
|
+
"return": {
|
|
44200
|
+
"type": {
|
|
44201
|
+
"text": "void"
|
|
44202
|
+
}
|
|
44203
|
+
},
|
|
44204
|
+
"parameters": [
|
|
44205
|
+
{
|
|
44206
|
+
"name": "event",
|
|
44207
|
+
"type": {
|
|
44208
|
+
"text": "string"
|
|
44209
|
+
}
|
|
44210
|
+
},
|
|
44211
|
+
{
|
|
44212
|
+
"name": "callback",
|
|
44213
|
+
"type": {
|
|
44214
|
+
"text": "(event: Event) => void"
|
|
44215
|
+
}
|
|
44216
|
+
},
|
|
44217
|
+
{
|
|
44218
|
+
"name": "options",
|
|
44219
|
+
"optional": true,
|
|
44220
|
+
"type": {
|
|
44221
|
+
"text": "boolean | AddEventListenerOptions"
|
|
44222
|
+
}
|
|
44223
|
+
}
|
|
44224
|
+
],
|
|
44225
|
+
"inheritedFrom": {
|
|
44226
|
+
"name": "BaseAdapter",
|
|
44227
|
+
"module": "core/base/base-adapter.ts"
|
|
44228
|
+
}
|
|
44229
|
+
},
|
|
44230
|
+
{
|
|
44231
|
+
"kind": "method",
|
|
44232
|
+
"name": "removeDocumentListener",
|
|
44233
|
+
"privacy": "public",
|
|
44234
|
+
"return": {
|
|
44235
|
+
"type": {
|
|
44236
|
+
"text": "void"
|
|
44237
|
+
}
|
|
44238
|
+
},
|
|
44239
|
+
"parameters": [
|
|
44240
|
+
{
|
|
44241
|
+
"name": "event",
|
|
44242
|
+
"type": {
|
|
44243
|
+
"text": "string"
|
|
44244
|
+
}
|
|
44245
|
+
},
|
|
44246
|
+
{
|
|
44247
|
+
"name": "callback",
|
|
44248
|
+
"type": {
|
|
44249
|
+
"text": "(event: Event) => void"
|
|
44250
|
+
}
|
|
44251
|
+
},
|
|
44252
|
+
{
|
|
44253
|
+
"name": "options",
|
|
44254
|
+
"optional": true,
|
|
44255
|
+
"type": {
|
|
44256
|
+
"text": "boolean | EventListenerOptions"
|
|
44257
|
+
}
|
|
44258
|
+
}
|
|
44259
|
+
],
|
|
44260
|
+
"inheritedFrom": {
|
|
44261
|
+
"name": "BaseAdapter",
|
|
44262
|
+
"module": "core/base/base-adapter.ts"
|
|
44263
|
+
}
|
|
44264
|
+
},
|
|
44265
|
+
{
|
|
44266
|
+
"kind": "method",
|
|
44267
|
+
"name": "getScreenWidth",
|
|
44268
|
+
"privacy": "public",
|
|
44269
|
+
"return": {
|
|
44270
|
+
"type": {
|
|
44271
|
+
"text": "number"
|
|
44272
|
+
}
|
|
44273
|
+
},
|
|
44274
|
+
"inheritedFrom": {
|
|
44275
|
+
"name": "BaseAdapter",
|
|
44276
|
+
"module": "core/base/base-adapter.ts"
|
|
44277
|
+
}
|
|
44278
|
+
},
|
|
44279
|
+
{
|
|
44280
|
+
"kind": "method",
|
|
44281
|
+
"name": "setBodyAttribute",
|
|
44282
|
+
"privacy": "public",
|
|
44283
|
+
"return": {
|
|
44284
|
+
"type": {
|
|
44285
|
+
"text": "void"
|
|
44286
|
+
}
|
|
44287
|
+
},
|
|
44288
|
+
"parameters": [
|
|
44289
|
+
{
|
|
44290
|
+
"name": "name",
|
|
44291
|
+
"type": {
|
|
44292
|
+
"text": "string"
|
|
44293
|
+
}
|
|
44294
|
+
},
|
|
44295
|
+
{
|
|
44296
|
+
"name": "value",
|
|
44297
|
+
"type": {
|
|
44298
|
+
"text": "string"
|
|
44299
|
+
}
|
|
44300
|
+
}
|
|
44301
|
+
],
|
|
44302
|
+
"inheritedFrom": {
|
|
44303
|
+
"name": "BaseAdapter",
|
|
44304
|
+
"module": "core/base/base-adapter.ts"
|
|
44305
|
+
}
|
|
44306
|
+
},
|
|
44307
|
+
{
|
|
44308
|
+
"kind": "method",
|
|
44309
|
+
"name": "removeBodyAttribute",
|
|
44310
|
+
"privacy": "public",
|
|
44311
|
+
"return": {
|
|
44312
|
+
"type": {
|
|
44313
|
+
"text": "void"
|
|
44314
|
+
}
|
|
44315
|
+
},
|
|
44316
|
+
"parameters": [
|
|
44317
|
+
{
|
|
44318
|
+
"name": "name",
|
|
44319
|
+
"type": {
|
|
44320
|
+
"text": "string"
|
|
44321
|
+
}
|
|
44322
|
+
}
|
|
44323
|
+
],
|
|
44324
|
+
"inheritedFrom": {
|
|
44325
|
+
"name": "BaseAdapter",
|
|
44326
|
+
"module": "core/base/base-adapter.ts"
|
|
44327
|
+
}
|
|
44328
|
+
},
|
|
44329
|
+
{
|
|
44330
|
+
"kind": "field",
|
|
44331
|
+
"name": "isConnected",
|
|
44332
|
+
"type": {
|
|
44333
|
+
"text": "boolean"
|
|
44334
|
+
},
|
|
44335
|
+
"privacy": "public",
|
|
44336
|
+
"readonly": true,
|
|
44337
|
+
"inheritedFrom": {
|
|
44338
|
+
"name": "BaseAdapter",
|
|
44339
|
+
"module": "core/base/base-adapter.ts"
|
|
44340
|
+
}
|
|
44341
|
+
}
|
|
44342
|
+
],
|
|
44343
|
+
"superclass": {
|
|
44344
|
+
"name": "BaseAdapter",
|
|
44345
|
+
"module": "/core"
|
|
44346
|
+
}
|
|
44347
|
+
}
|
|
44348
|
+
],
|
|
44349
|
+
"exports": [
|
|
44350
|
+
{
|
|
44351
|
+
"kind": "js",
|
|
44352
|
+
"name": "FocusIndicatorAdapter",
|
|
44353
|
+
"declaration": {
|
|
44354
|
+
"name": "FocusIndicatorAdapter",
|
|
44355
|
+
"module": "focus-indicator/focus-indicator-adapter.ts"
|
|
44356
|
+
}
|
|
44357
|
+
}
|
|
44358
|
+
]
|
|
44359
|
+
},
|
|
44360
|
+
{
|
|
44361
|
+
"kind": "javascript-module",
|
|
44362
|
+
"path": "focus-indicator/focus-indicator-constants.ts",
|
|
44363
|
+
"declarations": [
|
|
44364
|
+
{
|
|
44365
|
+
"kind": "variable",
|
|
44366
|
+
"name": "FOCUS_INDICATOR_CONSTANTS",
|
|
44367
|
+
"type": {
|
|
44368
|
+
"text": "object"
|
|
44369
|
+
},
|
|
44370
|
+
"default": "{\n elementName,\n attributes\n}"
|
|
44371
|
+
}
|
|
44372
|
+
],
|
|
44373
|
+
"exports": [
|
|
44374
|
+
{
|
|
44375
|
+
"kind": "js",
|
|
44376
|
+
"name": "FOCUS_INDICATOR_CONSTANTS",
|
|
44377
|
+
"declaration": {
|
|
44378
|
+
"name": "FOCUS_INDICATOR_CONSTANTS",
|
|
44379
|
+
"module": "focus-indicator/focus-indicator-constants.ts"
|
|
44380
|
+
}
|
|
44381
|
+
}
|
|
44382
|
+
]
|
|
44383
|
+
},
|
|
44384
|
+
{
|
|
44385
|
+
"kind": "javascript-module",
|
|
44386
|
+
"path": "focus-indicator/focus-indicator-foundation.ts",
|
|
44387
|
+
"declarations": [
|
|
44388
|
+
{
|
|
44389
|
+
"kind": "class",
|
|
44390
|
+
"description": "",
|
|
44391
|
+
"name": "FocusIndicatorFoundation",
|
|
44392
|
+
"members": [
|
|
44393
|
+
{
|
|
44394
|
+
"kind": "field",
|
|
44395
|
+
"name": "_target",
|
|
44396
|
+
"type": {
|
|
44397
|
+
"text": "string | null"
|
|
44398
|
+
},
|
|
44399
|
+
"privacy": "private",
|
|
44400
|
+
"default": "null"
|
|
44401
|
+
},
|
|
44402
|
+
{
|
|
44403
|
+
"kind": "field",
|
|
44404
|
+
"name": "_active",
|
|
44405
|
+
"type": {
|
|
44406
|
+
"text": "boolean"
|
|
44407
|
+
},
|
|
44408
|
+
"privacy": "private",
|
|
44409
|
+
"default": "false"
|
|
44410
|
+
},
|
|
44411
|
+
{
|
|
44412
|
+
"kind": "field",
|
|
44413
|
+
"name": "_inward",
|
|
44414
|
+
"type": {
|
|
44415
|
+
"text": "boolean"
|
|
44416
|
+
},
|
|
44417
|
+
"privacy": "private",
|
|
44418
|
+
"default": "false"
|
|
44419
|
+
},
|
|
44420
|
+
{
|
|
44421
|
+
"kind": "field",
|
|
44422
|
+
"name": "_circular",
|
|
44423
|
+
"type": {
|
|
44424
|
+
"text": "boolean"
|
|
44425
|
+
},
|
|
44426
|
+
"privacy": "private",
|
|
44427
|
+
"default": "false"
|
|
44428
|
+
},
|
|
44429
|
+
{
|
|
44430
|
+
"kind": "field",
|
|
44431
|
+
"name": "_allowFocus",
|
|
44432
|
+
"type": {
|
|
44433
|
+
"text": "boolean"
|
|
44434
|
+
},
|
|
44435
|
+
"privacy": "private",
|
|
44436
|
+
"default": "false"
|
|
44437
|
+
},
|
|
44438
|
+
{
|
|
44439
|
+
"kind": "field",
|
|
44440
|
+
"name": "_interactionListener",
|
|
44441
|
+
"type": {
|
|
44442
|
+
"text": "EventListener"
|
|
44443
|
+
},
|
|
44444
|
+
"privacy": "private"
|
|
44445
|
+
},
|
|
44446
|
+
{
|
|
44447
|
+
"kind": "method",
|
|
44448
|
+
"name": "initialize",
|
|
44449
|
+
"privacy": "public",
|
|
44450
|
+
"return": {
|
|
44451
|
+
"type": {
|
|
44452
|
+
"text": "void"
|
|
44453
|
+
}
|
|
44454
|
+
}
|
|
44455
|
+
},
|
|
44456
|
+
{
|
|
44457
|
+
"kind": "method",
|
|
44458
|
+
"name": "destroy",
|
|
44459
|
+
"privacy": "public",
|
|
44460
|
+
"return": {
|
|
44461
|
+
"type": {
|
|
44462
|
+
"text": "void"
|
|
44463
|
+
}
|
|
44464
|
+
}
|
|
44465
|
+
},
|
|
44466
|
+
{
|
|
44467
|
+
"kind": "method",
|
|
44468
|
+
"name": "_addListeners",
|
|
44469
|
+
"privacy": "private",
|
|
44470
|
+
"return": {
|
|
44471
|
+
"type": {
|
|
44472
|
+
"text": "void"
|
|
44473
|
+
}
|
|
44474
|
+
}
|
|
44475
|
+
},
|
|
44476
|
+
{
|
|
44477
|
+
"kind": "method",
|
|
44478
|
+
"name": "_removeListeners",
|
|
44479
|
+
"privacy": "private",
|
|
44480
|
+
"return": {
|
|
44481
|
+
"type": {
|
|
44482
|
+
"text": "void"
|
|
44483
|
+
}
|
|
44484
|
+
}
|
|
44485
|
+
},
|
|
44486
|
+
{
|
|
44487
|
+
"kind": "method",
|
|
44488
|
+
"name": "_onInteraction",
|
|
44489
|
+
"privacy": "private",
|
|
44490
|
+
"return": {
|
|
44491
|
+
"type": {
|
|
44492
|
+
"text": "void"
|
|
44493
|
+
}
|
|
44494
|
+
},
|
|
44495
|
+
"parameters": [
|
|
44496
|
+
{
|
|
44497
|
+
"name": "evt",
|
|
44498
|
+
"type": {
|
|
44499
|
+
"text": "Event"
|
|
44500
|
+
}
|
|
44501
|
+
}
|
|
44502
|
+
]
|
|
44503
|
+
},
|
|
44504
|
+
{
|
|
44505
|
+
"kind": "field",
|
|
44506
|
+
"name": "targetElement",
|
|
44507
|
+
"type": {
|
|
44508
|
+
"text": "HTMLElement | null"
|
|
44509
|
+
},
|
|
44510
|
+
"privacy": "public"
|
|
44511
|
+
},
|
|
44512
|
+
{
|
|
44513
|
+
"kind": "field",
|
|
44514
|
+
"name": "target",
|
|
44515
|
+
"type": {
|
|
44516
|
+
"text": "string | null"
|
|
44517
|
+
},
|
|
44518
|
+
"privacy": "public"
|
|
44519
|
+
},
|
|
44520
|
+
{
|
|
44521
|
+
"kind": "field",
|
|
44522
|
+
"name": "active",
|
|
44523
|
+
"type": {
|
|
44524
|
+
"text": "boolean"
|
|
44525
|
+
},
|
|
44526
|
+
"privacy": "public"
|
|
44527
|
+
},
|
|
44528
|
+
{
|
|
44529
|
+
"kind": "field",
|
|
44530
|
+
"name": "inward",
|
|
44531
|
+
"type": {
|
|
44532
|
+
"text": "boolean"
|
|
44533
|
+
},
|
|
44534
|
+
"privacy": "public"
|
|
44535
|
+
},
|
|
44536
|
+
{
|
|
44537
|
+
"kind": "field",
|
|
44538
|
+
"name": "circular",
|
|
44539
|
+
"type": {
|
|
44540
|
+
"text": "boolean"
|
|
44541
|
+
},
|
|
44542
|
+
"privacy": "public"
|
|
44543
|
+
},
|
|
44544
|
+
{
|
|
44545
|
+
"kind": "field",
|
|
44546
|
+
"name": "allowFocus",
|
|
44547
|
+
"type": {
|
|
44548
|
+
"text": "boolean"
|
|
44549
|
+
},
|
|
44550
|
+
"privacy": "public"
|
|
44551
|
+
}
|
|
44552
|
+
]
|
|
44553
|
+
}
|
|
44554
|
+
],
|
|
44555
|
+
"exports": [
|
|
44556
|
+
{
|
|
44557
|
+
"kind": "js",
|
|
44558
|
+
"name": "FocusIndicatorFoundation",
|
|
44559
|
+
"declaration": {
|
|
44560
|
+
"name": "FocusIndicatorFoundation",
|
|
44561
|
+
"module": "focus-indicator/focus-indicator-foundation.ts"
|
|
44562
|
+
}
|
|
44563
|
+
}
|
|
44564
|
+
]
|
|
44565
|
+
},
|
|
44566
|
+
{
|
|
44567
|
+
"kind": "javascript-module",
|
|
44568
|
+
"path": "focus-indicator/focus-indicator.ts",
|
|
44569
|
+
"declarations": [
|
|
44570
|
+
{
|
|
44571
|
+
"kind": "class",
|
|
44572
|
+
"description": "",
|
|
44573
|
+
"name": "FocusIndicatorComponent",
|
|
44574
|
+
"cssProperties": [
|
|
44575
|
+
{
|
|
44576
|
+
"description": "The width of the focus indicator when active. When animating this is the max extent.",
|
|
44577
|
+
"name": "--forge-focus-indicator-active-width"
|
|
44578
|
+
},
|
|
44579
|
+
{
|
|
44580
|
+
"description": "The color of the focus indicator.",
|
|
44581
|
+
"name": "--forge-focus-indicator-color"
|
|
44582
|
+
},
|
|
44583
|
+
{
|
|
44584
|
+
"description": "The animation duration.",
|
|
44585
|
+
"name": "--forge-focus-indicator-duration"
|
|
44586
|
+
},
|
|
44587
|
+
{
|
|
44588
|
+
"description": "The offset of the focus indicator when outward.",
|
|
44589
|
+
"name": "--forge-focus-indicator-outward-offset"
|
|
44590
|
+
},
|
|
44591
|
+
{
|
|
44592
|
+
"description": "The offset of the focus indicator when inward.",
|
|
44593
|
+
"name": "--forge-focus-indicator-inward-offset"
|
|
44594
|
+
},
|
|
44595
|
+
{
|
|
44596
|
+
"description": "The shape of the focus indicator.",
|
|
44597
|
+
"name": "--forge-focus-indicator-shape"
|
|
44598
|
+
},
|
|
44599
|
+
{
|
|
44600
|
+
"description": "The width of the focus indicator when resting.",
|
|
44601
|
+
"name": "--forge-focus-indicator-width"
|
|
44602
|
+
},
|
|
44603
|
+
{
|
|
44604
|
+
"description": "The start start shape.",
|
|
44605
|
+
"name": "--forge-focus-indicator-shape-start-start"
|
|
44606
|
+
},
|
|
44607
|
+
{
|
|
44608
|
+
"description": "The start end shape.",
|
|
44609
|
+
"name": "--forge-focus-indicator-shape-start-end"
|
|
44610
|
+
},
|
|
44611
|
+
{
|
|
44612
|
+
"description": "The end start shape.",
|
|
44613
|
+
"name": "--forge-focus-indicator-shape-end-start"
|
|
44614
|
+
},
|
|
44615
|
+
{
|
|
44616
|
+
"description": "The end end shape.",
|
|
44617
|
+
"name": "--forge-focus-indicator-shape-end-end"
|
|
44618
|
+
},
|
|
44619
|
+
{
|
|
44620
|
+
"description": "The block offset.",
|
|
44621
|
+
"name": "--forge-focus-indicator-offset-block"
|
|
44622
|
+
},
|
|
44623
|
+
{
|
|
44624
|
+
"description": "The inline offset.",
|
|
44625
|
+
"name": "--forge-focus-indicator-offset-inline"
|
|
44626
|
+
}
|
|
44627
|
+
],
|
|
44628
|
+
"cssParts": [
|
|
44629
|
+
{
|
|
44630
|
+
"description": "The focus indicator element.",
|
|
44631
|
+
"name": "indicator"
|
|
44632
|
+
}
|
|
44633
|
+
],
|
|
44634
|
+
"members": [
|
|
44635
|
+
{
|
|
44636
|
+
"kind": "field",
|
|
44637
|
+
"name": "_foundation",
|
|
44638
|
+
"type": {
|
|
44639
|
+
"text": "FocusIndicatorFoundation"
|
|
44640
|
+
},
|
|
44641
|
+
"privacy": "private",
|
|
44642
|
+
"default": "new FocusIndicatorFoundation(new FocusIndicatorAdapter(this))"
|
|
44643
|
+
},
|
|
44644
|
+
{
|
|
44645
|
+
"kind": "field",
|
|
44646
|
+
"name": "targetElement",
|
|
44647
|
+
"type": {
|
|
44648
|
+
"text": "HTMLElement"
|
|
44649
|
+
},
|
|
44650
|
+
"privacy": "public",
|
|
44651
|
+
"description": "The element to attach the focus indicator to."
|
|
44652
|
+
},
|
|
44653
|
+
{
|
|
44654
|
+
"kind": "field",
|
|
44655
|
+
"name": "target",
|
|
44656
|
+
"type": {
|
|
44657
|
+
"text": "string"
|
|
44658
|
+
},
|
|
44659
|
+
"privacy": "public",
|
|
44660
|
+
"description": "The id of the element to attach the focus indicator to."
|
|
44661
|
+
},
|
|
44662
|
+
{
|
|
44663
|
+
"kind": "field",
|
|
44664
|
+
"name": "active",
|
|
44665
|
+
"type": {
|
|
44666
|
+
"text": "boolean"
|
|
44667
|
+
},
|
|
44668
|
+
"privacy": "public",
|
|
44669
|
+
"description": "Controls whether the indicator is active."
|
|
44670
|
+
},
|
|
44671
|
+
{
|
|
44672
|
+
"kind": "field",
|
|
44673
|
+
"name": "inward",
|
|
44674
|
+
"type": {
|
|
44675
|
+
"text": "boolean"
|
|
44676
|
+
},
|
|
44677
|
+
"privacy": "public",
|
|
44678
|
+
"description": "Controls whether the indicator renders inward."
|
|
44679
|
+
},
|
|
44680
|
+
{
|
|
44681
|
+
"kind": "field",
|
|
44682
|
+
"name": "circular",
|
|
44683
|
+
"type": {
|
|
44684
|
+
"text": "boolean"
|
|
44685
|
+
},
|
|
44686
|
+
"privacy": "public",
|
|
44687
|
+
"description": "Controls whether the indicator renders circular."
|
|
44688
|
+
},
|
|
44689
|
+
{
|
|
44690
|
+
"kind": "field",
|
|
44691
|
+
"name": "allowFocus",
|
|
44692
|
+
"type": {
|
|
44693
|
+
"text": "boolean"
|
|
44694
|
+
},
|
|
44695
|
+
"privacy": "public",
|
|
44696
|
+
"description": "Controls whether the indicator renders when the target element matches `:focus` instead of `:focus-visible`."
|
|
44697
|
+
}
|
|
44698
|
+
],
|
|
44699
|
+
"attributes": [
|
|
44700
|
+
{
|
|
44701
|
+
"type": {
|
|
44702
|
+
"text": "string"
|
|
44703
|
+
},
|
|
44704
|
+
"description": "The id of the element to attach the focus indicator to.",
|
|
44705
|
+
"name": "target"
|
|
44706
|
+
},
|
|
44707
|
+
{
|
|
44708
|
+
"type": {
|
|
44709
|
+
"text": "boolean"
|
|
44710
|
+
},
|
|
44711
|
+
"description": "Controls whether the indicator is active.",
|
|
44712
|
+
"name": "active"
|
|
44713
|
+
},
|
|
44714
|
+
{
|
|
44715
|
+
"type": {
|
|
44716
|
+
"text": "boolean"
|
|
44717
|
+
},
|
|
44718
|
+
"description": "Controls whether the indicator renders inward.",
|
|
44719
|
+
"name": "inward"
|
|
44720
|
+
},
|
|
44721
|
+
{
|
|
44722
|
+
"type": {
|
|
44723
|
+
"text": "boolean"
|
|
44724
|
+
},
|
|
44725
|
+
"description": "Controls whether the indicator renders circular.",
|
|
44726
|
+
"name": "circular"
|
|
44727
|
+
},
|
|
44728
|
+
{
|
|
44729
|
+
"type": {
|
|
44730
|
+
"text": "boolean"
|
|
44731
|
+
},
|
|
44732
|
+
"description": "Controls whether the indicator renders when the target element matches `:focus` instead of `:focus-visible`.",
|
|
44733
|
+
"name": "allow-focus"
|
|
44734
|
+
}
|
|
44735
|
+
],
|
|
44736
|
+
"superclass": {
|
|
44737
|
+
"name": "BaseComponent",
|
|
44738
|
+
"module": "/core/base/base-component"
|
|
44739
|
+
},
|
|
44740
|
+
"tagName": "forge-focus-indicator",
|
|
44741
|
+
"summary": "Renders a focus indicator when an attached element matches `:focus-visible`.",
|
|
44742
|
+
"customElement": true
|
|
44743
|
+
}
|
|
44744
|
+
],
|
|
44745
|
+
"exports": [
|
|
44746
|
+
{
|
|
44747
|
+
"kind": "js",
|
|
44748
|
+
"name": "FocusIndicatorComponent",
|
|
44749
|
+
"declaration": {
|
|
44750
|
+
"name": "FocusIndicatorComponent",
|
|
44751
|
+
"module": "focus-indicator/focus-indicator.ts"
|
|
44752
|
+
}
|
|
44753
|
+
}
|
|
44754
|
+
]
|
|
44755
|
+
},
|
|
44756
|
+
{
|
|
44757
|
+
"kind": "javascript-module",
|
|
44758
|
+
"path": "focus-indicator/index.ts",
|
|
44759
|
+
"declarations": [
|
|
44760
|
+
{
|
|
44761
|
+
"kind": "function",
|
|
44762
|
+
"name": "defineFocusIndicatorComponent",
|
|
44763
|
+
"return": {
|
|
44764
|
+
"type": {
|
|
44765
|
+
"text": "void"
|
|
44766
|
+
}
|
|
44767
|
+
}
|
|
44768
|
+
}
|
|
44769
|
+
],
|
|
44770
|
+
"exports": [
|
|
44771
|
+
{
|
|
44772
|
+
"kind": "js",
|
|
44773
|
+
"name": "*",
|
|
44774
|
+
"declaration": {
|
|
44775
|
+
"name": "*",
|
|
44776
|
+
"package": "./focus-indicator-adapter"
|
|
44777
|
+
}
|
|
44778
|
+
},
|
|
44779
|
+
{
|
|
44780
|
+
"kind": "js",
|
|
44781
|
+
"name": "*",
|
|
44782
|
+
"declaration": {
|
|
44783
|
+
"name": "*",
|
|
44784
|
+
"package": "./focus-indicator-constants"
|
|
44785
|
+
}
|
|
44786
|
+
},
|
|
44787
|
+
{
|
|
44788
|
+
"kind": "js",
|
|
44789
|
+
"name": "*",
|
|
44790
|
+
"declaration": {
|
|
44791
|
+
"name": "*",
|
|
44792
|
+
"package": "./focus-indicator-foundation"
|
|
44793
|
+
}
|
|
44794
|
+
},
|
|
44795
|
+
{
|
|
44796
|
+
"kind": "js",
|
|
44797
|
+
"name": "*",
|
|
44798
|
+
"declaration": {
|
|
44799
|
+
"name": "*",
|
|
44800
|
+
"package": "./focus-indicator"
|
|
44801
|
+
}
|
|
44802
|
+
},
|
|
44803
|
+
{
|
|
44804
|
+
"kind": "js",
|
|
44805
|
+
"name": "defineFocusIndicatorComponent",
|
|
44806
|
+
"declaration": {
|
|
44807
|
+
"name": "defineFocusIndicatorComponent",
|
|
44808
|
+
"module": "focus-indicator/index.ts"
|
|
44809
|
+
}
|
|
44810
|
+
}
|
|
44811
|
+
]
|
|
44812
|
+
},
|
|
43723
44813
|
{
|
|
43724
44814
|
"kind": "javascript-module",
|
|
43725
44815
|
"path": "icon/icon-adapter.ts",
|