@vonage/vivid 4.9.0 → 4.11.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 (103) hide show
  1. package/custom-elements.json +2792 -83
  2. package/lib/badge/badge.d.ts +1 -1
  3. package/lib/breadcrumb-item/breadcrumb-item.d.ts +1 -1
  4. package/lib/button/button.d.ts +1 -1
  5. package/lib/checkbox/checkbox.d.ts +8 -2
  6. package/lib/checkbox/checkbox.form-associated.d.ts +10 -0
  7. package/lib/dialog/dialog.d.ts +4 -0
  8. package/lib/divider/divider.d.ts +11 -2
  9. package/lib/enums.d.ts +1 -0
  10. package/lib/fab/fab.d.ts +1 -1
  11. package/lib/file-picker/file-picker.d.ts +3 -0
  12. package/lib/icon/icon.d.ts +2 -1
  13. package/lib/slider/slider.d.ts +30 -6
  14. package/lib/slider/slider.form-associated.d.ts +10 -0
  15. package/lib/split-button/split-button.d.ts +1 -1
  16. package/lib/tabs/tabs.d.ts +1 -0
  17. package/lib/text-field/text-field.d.ts +1 -0
  18. package/package.json +1 -1
  19. package/shared/aria-global2.cjs +93 -0
  20. package/shared/aria-global2.js +91 -0
  21. package/shared/breadcrumb-item.cjs +2 -89
  22. package/shared/breadcrumb-item.js +1 -88
  23. package/shared/definition11.cjs +201 -5
  24. package/shared/definition11.js +199 -4
  25. package/shared/definition15.cjs +49 -90
  26. package/shared/definition15.js +50 -91
  27. package/shared/definition16.cjs +9 -7
  28. package/shared/definition16.js +9 -7
  29. package/shared/definition20.cjs +16 -11
  30. package/shared/definition20.js +16 -11
  31. package/shared/definition21.cjs +34 -4
  32. package/shared/definition21.js +34 -4
  33. package/shared/definition22.cjs +32 -51
  34. package/shared/definition22.js +33 -52
  35. package/shared/definition24.cjs +156 -2
  36. package/shared/definition24.js +157 -3
  37. package/shared/definition25.cjs +106 -56
  38. package/shared/definition25.js +106 -56
  39. package/shared/definition29.cjs +1 -1
  40. package/shared/definition29.js +1 -1
  41. package/shared/definition30.cjs +1 -1
  42. package/shared/definition30.js +1 -1
  43. package/shared/definition35.cjs +2 -2
  44. package/shared/definition35.js +2 -2
  45. package/shared/definition37.cjs +1 -1
  46. package/shared/definition37.js +1 -1
  47. package/shared/definition4.cjs +5 -6
  48. package/shared/definition4.js +1 -2
  49. package/shared/definition40.cjs +11 -4
  50. package/shared/definition40.js +8 -1
  51. package/shared/definition42.cjs +3 -22
  52. package/shared/definition42.js +2 -21
  53. package/shared/definition43.cjs +1 -2
  54. package/shared/definition43.js +1 -2
  55. package/shared/definition44.js +1 -1
  56. package/shared/definition47.cjs +369 -502
  57. package/shared/definition47.js +370 -503
  58. package/shared/definition5.cjs +5 -5
  59. package/shared/definition5.js +2 -2
  60. package/shared/definition51.cjs +1 -1
  61. package/shared/definition51.js +1 -1
  62. package/shared/definition52.cjs +63 -26
  63. package/shared/definition52.js +63 -26
  64. package/shared/definition56.cjs +45 -43
  65. package/shared/definition56.js +45 -43
  66. package/shared/definition57.cjs +1 -1
  67. package/shared/definition57.js +1 -1
  68. package/shared/definition64.cjs +242 -79
  69. package/shared/definition64.js +242 -79
  70. package/shared/definition7.cjs +1 -1
  71. package/shared/definition7.js +1 -1
  72. package/shared/definition8.cjs +1 -1
  73. package/shared/definition8.js +1 -1
  74. package/shared/enums.cjs +1 -0
  75. package/shared/enums.js +1 -0
  76. package/shared/form-associated.js +1 -1
  77. package/shared/{patterns → foundation/anchor}/anchor.d.ts +1 -1
  78. package/shared/foundation/button/button.d.ts +27 -0
  79. package/shared/foundation/button/button.template.d.ts +4 -0
  80. package/shared/foundation/button/index.d.ts +2 -0
  81. package/shared/foundation/patterns/index.d.ts +1 -0
  82. package/shared/icon.cjs +11 -5
  83. package/shared/icon.js +11 -5
  84. package/shared/index.cjs +22 -2
  85. package/shared/index.js +22 -2
  86. package/shared/key-codes2.js +1 -1
  87. package/shared/patterns/form-elements/form-elements.d.ts +6 -6
  88. package/shared/presentationDate.cjs +4328 -4042
  89. package/shared/presentationDate.js +4327 -4041
  90. package/shared/slider.template.cjs +23 -1
  91. package/shared/slider.template.js +21 -2
  92. package/styles/core/all.css +1 -1
  93. package/styles/core/theme.css +1 -1
  94. package/styles/core/typography.css +1 -1
  95. package/styles/tokens/theme-dark.css +35 -14
  96. package/styles/tokens/theme-light.css +35 -14
  97. package/styles/tokens/vivid-2-compat.css +1 -1
  98. package/vivid.api.json +62 -5
  99. package/shared/aria2.cjs +0 -11
  100. package/shared/aria2.js +0 -9
  101. package/shared/button.cjs +0 -202
  102. package/shared/button.js +0 -200
  103. /package/shared/{patterns → foundation/patterns}/aria-global.d.ts +0 -0
@@ -1527,6 +1527,14 @@
1527
1527
  "name": "--vvd-badge-cta-fierce",
1528
1528
  "default": "var(--vvd-color-cta-700)"
1529
1529
  },
1530
+ {
1531
+ "name": "--vvd-badge-cta-fierce-primary",
1532
+ "default": "var(--vvd-color-cta-700)"
1533
+ },
1534
+ {
1535
+ "name": "--vvd-badge-cta-firm",
1536
+ "default": "var(--vvd-color-cta-600)"
1537
+ },
1530
1538
  {
1531
1539
  "name": "--vvd-badge-cta-firm-all",
1532
1540
  "default": "var(--vvd-color-cta-600)"
@@ -1559,6 +1567,14 @@
1559
1567
  "name": "--vvd-badge-success-fierce",
1560
1568
  "default": "var(--vvd-color-success-700)"
1561
1569
  },
1570
+ {
1571
+ "name": "--vvd-badge-success-fierce-primary",
1572
+ "default": "var(--vvd-color-success-700)"
1573
+ },
1574
+ {
1575
+ "name": "--vvd-badge-success-firm",
1576
+ "default": "var(--vvd-color-success-600)"
1577
+ },
1562
1578
  {
1563
1579
  "name": "--vvd-badge-success-firm-all",
1564
1580
  "default": "var(--vvd-color-success-600)"
@@ -1591,6 +1607,14 @@
1591
1607
  "name": "--vvd-badge-alert-fierce",
1592
1608
  "default": "var(--vvd-color-alert-700)"
1593
1609
  },
1610
+ {
1611
+ "name": "--vvd-badge-alert-fierce-primary",
1612
+ "default": "var(--vvd-color-alert-700)"
1613
+ },
1614
+ {
1615
+ "name": "--vvd-badge-alert-firm",
1616
+ "default": "var(--vvd-color-alert-600)"
1617
+ },
1594
1618
  {
1595
1619
  "name": "--vvd-badge-alert-firm-all",
1596
1620
  "default": "var(--vvd-color-alert-600)"
@@ -1623,6 +1647,14 @@
1623
1647
  "name": "--vvd-badge-warning-fierce",
1624
1648
  "default": "var(--vvd-color-warning-700)"
1625
1649
  },
1650
+ {
1651
+ "name": "--vvd-badge-warning-fierce-primary",
1652
+ "default": "var(--vvd-color-warning-300)"
1653
+ },
1654
+ {
1655
+ "name": "--vvd-badge-warning-firm",
1656
+ "default": "var(--vvd-color-warning-600)"
1657
+ },
1626
1658
  {
1627
1659
  "name": "--vvd-badge-warning-firm-all",
1628
1660
  "default": "var(--vvd-color-warning-600)"
@@ -1655,6 +1687,14 @@
1655
1687
  "name": "--vvd-badge-information-fierce",
1656
1688
  "default": "var(--vvd-color-information-700)"
1657
1689
  },
1690
+ {
1691
+ "name": "--vvd-badge-information-fierce-primary",
1692
+ "default": "var(--vvd-color-information-700)"
1693
+ },
1694
+ {
1695
+ "name": "--vvd-badge-information-firm",
1696
+ "default": "var(--vvd-color-information-600)"
1697
+ },
1658
1698
  {
1659
1699
  "name": "--vvd-badge-information-firm-all",
1660
1700
  "default": "var(--vvd-color-information-600)"
@@ -1687,6 +1727,14 @@
1687
1727
  "name": "--vvd-badge-announcement-fierce",
1688
1728
  "default": "var(--vvd-color-announcement-700)"
1689
1729
  },
1730
+ {
1731
+ "name": "--vvd-badge-announcement-fierce-primary",
1732
+ "default": "var(--vvd-color-announcement-700)"
1733
+ },
1734
+ {
1735
+ "name": "--vvd-badge-announcement-firm",
1736
+ "default": "var(--vvd-color-announcement-600)"
1737
+ },
1690
1738
  {
1691
1739
  "name": "--vvd-badge-announcement-firm-all",
1692
1740
  "default": "var(--vvd-color-announcement-600)"
@@ -1719,6 +1767,14 @@
1719
1767
  "name": "--vvd-badge-accent-fierce",
1720
1768
  "default": "var(--vvd-color-neutral-700)"
1721
1769
  },
1770
+ {
1771
+ "name": "--vvd-badge-accent-fierce-primary",
1772
+ "default": "var(--vvd-color-canvas-text)"
1773
+ },
1774
+ {
1775
+ "name": "--vvd-badge-accent-firm",
1776
+ "default": "var(--vvd-color-canvas-text)"
1777
+ },
1722
1778
  {
1723
1779
  "name": "--vvd-badge-accent-firm-all",
1724
1780
  "default": "var(--vvd-color-neutral-600)"
@@ -2702,15 +2758,277 @@
2702
2758
  },
2703
2759
  "description": "Indicates the target's rel.",
2704
2760
  "privacy": "public"
2761
+ },
2762
+ {
2763
+ "kind": "field",
2764
+ "name": "autofocus",
2765
+ "type": {
2766
+ "text": "boolean"
2767
+ },
2768
+ "privacy": "public",
2769
+ "description": "Determines if the element should receive document focus on page load.",
2770
+ "inheritedFrom": {
2771
+ "name": "FoundationButton",
2772
+ "module": "libs/components/src/shared/foundation/button/button.ts"
2773
+ }
2774
+ },
2775
+ {
2776
+ "kind": "field",
2777
+ "name": "formId",
2778
+ "type": {
2779
+ "text": "string"
2780
+ },
2781
+ "privacy": "public",
2782
+ "description": "The id of a form to associate the element to.",
2783
+ "inheritedFrom": {
2784
+ "name": "FoundationButton",
2785
+ "module": "libs/components/src/shared/foundation/button/button.ts"
2786
+ }
2787
+ },
2788
+ {
2789
+ "kind": "field",
2790
+ "name": "formaction",
2791
+ "type": {
2792
+ "text": "string"
2793
+ },
2794
+ "privacy": "public",
2795
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
2796
+ "inheritedFrom": {
2797
+ "name": "FoundationButton",
2798
+ "module": "libs/components/src/shared/foundation/button/button.ts"
2799
+ }
2800
+ },
2801
+ {
2802
+ "kind": "method",
2803
+ "name": "formactionChanged",
2804
+ "privacy": "private",
2805
+ "return": {
2806
+ "type": {
2807
+ "text": "void"
2808
+ }
2809
+ },
2810
+ "inheritedFrom": {
2811
+ "name": "FoundationButton",
2812
+ "module": "libs/components/src/shared/foundation/button/button.ts"
2813
+ }
2814
+ },
2815
+ {
2816
+ "kind": "field",
2817
+ "name": "formenctype",
2818
+ "type": {
2819
+ "text": "string"
2820
+ },
2821
+ "privacy": "public",
2822
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
2823
+ "inheritedFrom": {
2824
+ "name": "FoundationButton",
2825
+ "module": "libs/components/src/shared/foundation/button/button.ts"
2826
+ }
2827
+ },
2828
+ {
2829
+ "kind": "method",
2830
+ "name": "formenctypeChanged",
2831
+ "privacy": "private",
2832
+ "return": {
2833
+ "type": {
2834
+ "text": "void"
2835
+ }
2836
+ },
2837
+ "inheritedFrom": {
2838
+ "name": "FoundationButton",
2839
+ "module": "libs/components/src/shared/foundation/button/button.ts"
2840
+ }
2841
+ },
2842
+ {
2843
+ "kind": "field",
2844
+ "name": "formmethod",
2845
+ "type": {
2846
+ "text": "string"
2847
+ },
2848
+ "privacy": "public",
2849
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
2850
+ "inheritedFrom": {
2851
+ "name": "FoundationButton",
2852
+ "module": "libs/components/src/shared/foundation/button/button.ts"
2853
+ }
2854
+ },
2855
+ {
2856
+ "kind": "method",
2857
+ "name": "formmethodChanged",
2858
+ "privacy": "private",
2859
+ "return": {
2860
+ "type": {
2861
+ "text": "void"
2862
+ }
2863
+ },
2864
+ "inheritedFrom": {
2865
+ "name": "FoundationButton",
2866
+ "module": "libs/components/src/shared/foundation/button/button.ts"
2867
+ }
2868
+ },
2869
+ {
2870
+ "kind": "field",
2871
+ "name": "formnovalidate",
2872
+ "type": {
2873
+ "text": "boolean"
2874
+ },
2875
+ "privacy": "public",
2876
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
2877
+ "inheritedFrom": {
2878
+ "name": "FoundationButton",
2879
+ "module": "libs/components/src/shared/foundation/button/button.ts"
2880
+ }
2881
+ },
2882
+ {
2883
+ "kind": "method",
2884
+ "name": "formnovalidateChanged",
2885
+ "privacy": "private",
2886
+ "return": {
2887
+ "type": {
2888
+ "text": "void"
2889
+ }
2890
+ },
2891
+ "inheritedFrom": {
2892
+ "name": "FoundationButton",
2893
+ "module": "libs/components/src/shared/foundation/button/button.ts"
2894
+ }
2895
+ },
2896
+ {
2897
+ "kind": "field",
2898
+ "name": "formtarget",
2899
+ "type": {
2900
+ "text": "'_self' | '_blank' | '_parent' | '_top'"
2901
+ },
2902
+ "privacy": "public",
2903
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
2904
+ "inheritedFrom": {
2905
+ "name": "FoundationButton",
2906
+ "module": "libs/components/src/shared/foundation/button/button.ts"
2907
+ }
2908
+ },
2909
+ {
2910
+ "kind": "method",
2911
+ "name": "formtargetChanged",
2912
+ "privacy": "private",
2913
+ "return": {
2914
+ "type": {
2915
+ "text": "void"
2916
+ }
2917
+ },
2918
+ "inheritedFrom": {
2919
+ "name": "FoundationButton",
2920
+ "module": "libs/components/src/shared/foundation/button/button.ts"
2921
+ }
2922
+ },
2923
+ {
2924
+ "kind": "field",
2925
+ "name": "type",
2926
+ "type": {
2927
+ "text": "'submit' | 'reset' | 'button'"
2928
+ },
2929
+ "privacy": "public",
2930
+ "description": "The button type.",
2931
+ "inheritedFrom": {
2932
+ "name": "FoundationButton",
2933
+ "module": "libs/components/src/shared/foundation/button/button.ts"
2934
+ }
2935
+ },
2936
+ {
2937
+ "kind": "method",
2938
+ "name": "typeChanged",
2939
+ "privacy": "private",
2940
+ "return": {
2941
+ "type": {
2942
+ "text": "void"
2943
+ }
2944
+ },
2945
+ "parameters": [
2946
+ {
2947
+ "name": "previous",
2948
+ "type": {
2949
+ "text": "'submit' | 'reset' | 'button' | void"
2950
+ }
2951
+ },
2952
+ {
2953
+ "name": "next",
2954
+ "type": {
2955
+ "text": "'submit' | 'reset' | 'button'"
2956
+ }
2957
+ }
2958
+ ],
2959
+ "inheritedFrom": {
2960
+ "name": "FoundationButton",
2961
+ "module": "libs/components/src/shared/foundation/button/button.ts"
2962
+ }
2963
+ },
2964
+ {
2965
+ "kind": "method",
2966
+ "name": "validate",
2967
+ "privacy": "public",
2968
+ "return": {
2969
+ "type": {
2970
+ "text": "void"
2971
+ }
2972
+ },
2973
+ "description": "{@inheritDoc (FormAssociated:interface).validate}",
2974
+ "inheritedFrom": {
2975
+ "name": "FoundationButton",
2976
+ "module": "libs/components/src/shared/foundation/button/button.ts"
2977
+ }
2978
+ },
2979
+ {
2980
+ "kind": "field",
2981
+ "name": "handleSubmission",
2982
+ "privacy": "private",
2983
+ "description": "Submits the parent form",
2984
+ "inheritedFrom": {
2985
+ "name": "FoundationButton",
2986
+ "module": "libs/components/src/shared/foundation/button/button.ts"
2987
+ }
2988
+ },
2989
+ {
2990
+ "kind": "field",
2991
+ "name": "handleFormReset",
2992
+ "privacy": "private",
2993
+ "description": "Resets the parent form",
2994
+ "inheritedFrom": {
2995
+ "name": "FoundationButton",
2996
+ "module": "libs/components/src/shared/foundation/button/button.ts"
2997
+ }
2998
+ },
2999
+ {
3000
+ "kind": "field",
3001
+ "name": "control",
3002
+ "type": {
3003
+ "text": "HTMLButtonElement"
3004
+ },
3005
+ "privacy": "public",
3006
+ "inheritedFrom": {
3007
+ "name": "FoundationButton",
3008
+ "module": "libs/components/src/shared/foundation/button/button.ts"
3009
+ }
3010
+ },
3011
+ {
3012
+ "kind": "field",
3013
+ "name": "proxy",
3014
+ "inheritedFrom": {
3015
+ "name": "FormAssociatedButton",
3016
+ "module": "libs/components/src/shared/foundation/button/button.form-associated.ts"
3017
+ }
2705
3018
  }
2706
3019
  ],
2707
3020
  "attributes": [
2708
3021
  {
2709
3022
  "type": {
2710
- "text": "string"
3023
+ "text": "boolean"
2711
3024
  },
3025
+ "description": "Determines if the element should receive document focus on page load.",
3026
+ "fieldName": "title",
2712
3027
  "default": "''",
2713
- "fieldName": "title"
3028
+ "inheritedFrom": {
3029
+ "name": "FoundationButton",
3030
+ "module": "libs/components/src/shared/foundation/button/button.ts"
3031
+ }
2714
3032
  },
2715
3033
  {
2716
3034
  "name": "connotation",
@@ -2843,27 +3161,99 @@
2843
3161
  },
2844
3162
  "description": "Indicates the target's rel.",
2845
3163
  "fieldName": "target"
2846
- }
2847
- ],
2848
- "superclass": {
2849
- "name": "FoundationButton",
2850
- "package": "@microsoft/fast-foundation"
2851
- },
2852
- "vividComponent": {
2853
- "public": true,
2854
- "name": "button"
2855
- }
2856
- }
2857
- ],
2858
- "exports": [
2859
- {
2860
- "kind": "js",
2861
- "name": "Button",
2862
- "declaration": {
2863
- "name": "Button",
2864
- "module": "libs/components/src/lib/button/button.ts"
2865
- }
2866
- }
3164
+ },
3165
+ {
3166
+ "name": "form",
3167
+ "type": {
3168
+ "text": "string"
3169
+ },
3170
+ "description": "The id of a form to associate the element to.",
3171
+ "fieldName": "formId",
3172
+ "inheritedFrom": {
3173
+ "name": "FoundationButton",
3174
+ "module": "libs/components/src/shared/foundation/button/button.ts"
3175
+ }
3176
+ },
3177
+ {
3178
+ "name": "formaction",
3179
+ "type": {
3180
+ "text": "string"
3181
+ },
3182
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
3183
+ "fieldName": "formaction",
3184
+ "inheritedFrom": {
3185
+ "name": "FoundationButton",
3186
+ "module": "libs/components/src/shared/foundation/button/button.ts"
3187
+ }
3188
+ },
3189
+ {
3190
+ "name": "formenctype",
3191
+ "type": {
3192
+ "text": "string"
3193
+ },
3194
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
3195
+ "fieldName": "formenctype",
3196
+ "inheritedFrom": {
3197
+ "name": "FoundationButton",
3198
+ "module": "libs/components/src/shared/foundation/button/button.ts"
3199
+ }
3200
+ },
3201
+ {
3202
+ "name": "formmethod",
3203
+ "type": {
3204
+ "text": "string"
3205
+ },
3206
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
3207
+ "fieldName": "formmethod",
3208
+ "inheritedFrom": {
3209
+ "name": "FoundationButton",
3210
+ "module": "libs/components/src/shared/foundation/button/button.ts"
3211
+ }
3212
+ },
3213
+ {
3214
+ "name": "formtarget",
3215
+ "type": {
3216
+ "text": "'_self' | '_blank' | '_parent' | '_top'"
3217
+ },
3218
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
3219
+ "fieldName": "formtarget",
3220
+ "inheritedFrom": {
3221
+ "name": "FoundationButton",
3222
+ "module": "libs/components/src/shared/foundation/button/button.ts"
3223
+ }
3224
+ },
3225
+ {
3226
+ "name": "type",
3227
+ "type": {
3228
+ "text": "'submit' | 'reset' | 'button'"
3229
+ },
3230
+ "description": "The button type.",
3231
+ "fieldName": "type",
3232
+ "inheritedFrom": {
3233
+ "name": "FoundationButton",
3234
+ "module": "libs/components/src/shared/foundation/button/button.ts"
3235
+ }
3236
+ }
3237
+ ],
3238
+ "superclass": {
3239
+ "name": "FoundationButton",
3240
+ "package": "@microsoft/fast-foundation"
3241
+ },
3242
+ "vividComponent": {
3243
+ "public": true,
3244
+ "name": "button"
3245
+ }
3246
+ }
3247
+ ],
3248
+ "exports": [
3249
+ {
3250
+ "kind": "js",
3251
+ "name": "Button",
3252
+ "declaration": {
3253
+ "name": "Button",
3254
+ "module": "libs/components/src/lib/button/button.ts"
3255
+ }
3256
+ }
2867
3257
  ]
2868
3258
  },
2869
3259
  {
@@ -3678,6 +4068,43 @@
3678
4068
  }
3679
4069
  ]
3680
4070
  },
4071
+ {
4072
+ "kind": "javascript-module",
4073
+ "path": "libs/components/src/lib/checkbox/checkbox.form-associated.ts",
4074
+ "declarations": [
4075
+ {
4076
+ "kind": "class",
4077
+ "description": "",
4078
+ "name": "FormAssociatedCheckbox",
4079
+ "members": [
4080
+ {
4081
+ "kind": "field",
4082
+ "name": "proxy"
4083
+ }
4084
+ ],
4085
+ "mixins": [
4086
+ {
4087
+ "name": "CheckableFormAssociated",
4088
+ "package": "@microsoft/fast-foundation"
4089
+ }
4090
+ ],
4091
+ "superclass": {
4092
+ "name": "_Checkbox",
4093
+ "module": "libs/components/src/lib/checkbox/checkbox.form-associated.ts"
4094
+ }
4095
+ }
4096
+ ],
4097
+ "exports": [
4098
+ {
4099
+ "kind": "js",
4100
+ "name": "FormAssociatedCheckbox",
4101
+ "declaration": {
4102
+ "name": "FormAssociatedCheckbox",
4103
+ "module": "libs/components/src/lib/checkbox/checkbox.form-associated.ts"
4104
+ }
4105
+ }
4106
+ ]
4107
+ },
3681
4108
  {
3682
4109
  "kind": "javascript-module",
3683
4110
  "path": "libs/components/src/lib/checkbox/checkbox.ts",
@@ -3775,6 +4202,46 @@
3775
4202
  },
3776
4203
  "description": "The connotation the checklist should have.",
3777
4204
  "privacy": "public"
4205
+ },
4206
+ {
4207
+ "kind": "field",
4208
+ "name": "ariaChecked",
4209
+ "type": {
4210
+ "text": "AriaCheckedStates | null"
4211
+ },
4212
+ "default": "null",
4213
+ "description": "The current checkbox state",
4214
+ "privacy": "public"
4215
+ },
4216
+ {
4217
+ "kind": "field",
4218
+ "name": "readOnly",
4219
+ "type": {
4220
+ "text": "boolean"
4221
+ },
4222
+ "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.",
4223
+ "privacy": "public"
4224
+ },
4225
+ {
4226
+ "kind": "field",
4227
+ "name": "indeterminate",
4228
+ "type": {
4229
+ "text": "boolean"
4230
+ },
4231
+ "default": "false",
4232
+ "description": "The indeterminate state of the control"
4233
+ },
4234
+ {
4235
+ "kind": "method",
4236
+ "name": "ariaCheckedChanged"
4237
+ },
4238
+ {
4239
+ "kind": "field",
4240
+ "name": "proxy",
4241
+ "inheritedFrom": {
4242
+ "name": "FormAssociatedCheckbox",
4243
+ "module": "libs/components/src/lib/checkbox/checkbox.form-associated.ts"
4244
+ }
3778
4245
  }
3779
4246
  ],
3780
4247
  "events": [
@@ -3817,11 +4284,28 @@
3817
4284
  },
3818
4285
  "description": "The connotation the checklist should have.",
3819
4286
  "fieldName": "connotation"
4287
+ },
4288
+ {
4289
+ "name": "aria-checked",
4290
+ "type": {
4291
+ "text": "AriaCheckedStates | null"
4292
+ },
4293
+ "default": "null",
4294
+ "description": "The current checkbox state",
4295
+ "fieldName": "ariaChecked"
4296
+ },
4297
+ {
4298
+ "name": "readonly",
4299
+ "type": {
4300
+ "text": "boolean"
4301
+ },
4302
+ "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.",
4303
+ "fieldName": "readOnly"
3820
4304
  }
3821
4305
  ],
3822
4306
  "superclass": {
3823
- "name": "FoundationCheckbox",
3824
- "package": "@microsoft/fast-foundation"
4307
+ "name": "FormAssociatedCheckbox",
4308
+ "module": "/libs/components/src/lib/checkbox/checkbox.form-associated"
3825
4309
  },
3826
4310
  "vividComponent": {
3827
4311
  "public": true,
@@ -6219,7 +6703,35 @@
6219
6703
  "type": {
6220
6704
  "text": "boolean"
6221
6705
  },
6222
- "default": "false"
6706
+ "default": "false",
6707
+ "description": "Prevents the dialog from being dismissed when clicking outside it."
6708
+ },
6709
+ {
6710
+ "kind": "field",
6711
+ "name": "noDismissOnEsc",
6712
+ "type": {
6713
+ "text": "boolean"
6714
+ },
6715
+ "default": "false",
6716
+ "description": "Prevents the dialog from being dismissed when the escape key is pressed."
6717
+ },
6718
+ {
6719
+ "kind": "field",
6720
+ "name": "noDismissButton",
6721
+ "type": {
6722
+ "text": "boolean"
6723
+ },
6724
+ "default": "false",
6725
+ "description": "Hides the dismiss button."
6726
+ },
6727
+ {
6728
+ "kind": "field",
6729
+ "name": "nonDismissible",
6730
+ "type": {
6731
+ "text": "boolean"
6732
+ },
6733
+ "default": "false",
6734
+ "description": "Disables all means of dismissal for the dialog."
6223
6735
  },
6224
6736
  {
6225
6737
  "kind": "field",
@@ -6251,6 +6763,23 @@
6251
6763
  "privacy": "private",
6252
6764
  "readonly": true
6253
6765
  },
6766
+ {
6767
+ "kind": "field",
6768
+ "name": "_showDismissButton",
6769
+ "readonly": true
6770
+ },
6771
+ {
6772
+ "kind": "method",
6773
+ "name": "#isDismissibleVia",
6774
+ "parameters": [
6775
+ {
6776
+ "name": "method",
6777
+ "type": {
6778
+ "text": "DismissMethod"
6779
+ }
6780
+ }
6781
+ ]
6782
+ },
6254
6783
  {
6255
6784
  "kind": "field",
6256
6785
  "name": "#handleScrimClick",
@@ -6372,8 +6901,36 @@
6372
6901
  "text": "boolean"
6373
6902
  },
6374
6903
  "default": "false",
6904
+ "description": "Prevents the dialog from being dismissed when clicking outside it.",
6375
6905
  "fieldName": "noLightDismiss"
6376
6906
  },
6907
+ {
6908
+ "name": "no-dismiss-on-esc",
6909
+ "type": {
6910
+ "text": "boolean"
6911
+ },
6912
+ "default": "false",
6913
+ "description": "Prevents the dialog from being dismissed when the escape key is pressed.",
6914
+ "fieldName": "noDismissOnEsc"
6915
+ },
6916
+ {
6917
+ "name": "no-dismiss-button",
6918
+ "type": {
6919
+ "text": "boolean"
6920
+ },
6921
+ "default": "false",
6922
+ "description": "Hides the dismiss button.",
6923
+ "fieldName": "noDismissButton"
6924
+ },
6925
+ {
6926
+ "name": "non-dismissible",
6927
+ "type": {
6928
+ "text": "boolean"
6929
+ },
6930
+ "default": "false",
6931
+ "description": "Disables all means of dismissal for the dialog.",
6932
+ "fieldName": "nonDismissible"
6933
+ },
6377
6934
  {
6378
6935
  "type": {
6379
6936
  "text": "boolean"
@@ -6456,8 +7013,46 @@
6456
7013
  "kind": "class",
6457
7014
  "description": "",
6458
7015
  "name": "Divider",
7016
+ "members": [
7017
+ {
7018
+ "kind": "field",
7019
+ "name": "role",
7020
+ "type": {
7021
+ "text": "DividerRole"
7022
+ },
7023
+ "description": "The role of the element.",
7024
+ "privacy": "public"
7025
+ },
7026
+ {
7027
+ "kind": "field",
7028
+ "name": "orientation",
7029
+ "type": {
7030
+ "text": "Orientation"
7031
+ },
7032
+ "description": "The orientation of the divider.",
7033
+ "privacy": "public"
7034
+ }
7035
+ ],
7036
+ "attributes": [
7037
+ {
7038
+ "name": "role",
7039
+ "type": {
7040
+ "text": "DividerRole"
7041
+ },
7042
+ "description": "The role of the element.",
7043
+ "fieldName": "role"
7044
+ },
7045
+ {
7046
+ "name": "orientation",
7047
+ "type": {
7048
+ "text": "Orientation"
7049
+ },
7050
+ "description": "The orientation of the divider.",
7051
+ "fieldName": "orientation"
7052
+ }
7053
+ ],
6459
7054
  "superclass": {
6460
- "name": "FoundationDivider",
7055
+ "name": "FoundationElement",
6461
7056
  "package": "@microsoft/fast-foundation"
6462
7057
  },
6463
7058
  "vividComponent": {
@@ -7003,37 +7598,377 @@
7003
7598
  },
7004
7599
  "description": "Indicates the fab's label.",
7005
7600
  "privacy": "public"
7006
- }
7007
- ],
7008
- "attributes": [
7601
+ },
7009
7602
  {
7010
- "name": "connotation",
7603
+ "kind": "field",
7604
+ "name": "autofocus",
7011
7605
  "type": {
7012
- "text": "FabConnotation | undefined"
7606
+ "text": "boolean"
7013
7607
  },
7014
- "description": "The connotation the fab should have.",
7015
- "fieldName": "connotation"
7608
+ "privacy": "public",
7609
+ "description": "Determines if the element should receive document focus on page load.",
7610
+ "inheritedFrom": {
7611
+ "name": "FoundationButton",
7612
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7613
+ }
7016
7614
  },
7017
7615
  {
7018
- "name": "size",
7616
+ "kind": "field",
7617
+ "name": "formId",
7019
7618
  "type": {
7020
- "text": "FABSize | undefined"
7619
+ "text": "string"
7021
7620
  },
7022
- "description": "The size the FAB should have.",
7023
- "fieldName": "size"
7621
+ "privacy": "public",
7622
+ "description": "The id of a form to associate the element to.",
7623
+ "inheritedFrom": {
7624
+ "name": "FoundationButton",
7625
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7626
+ }
7024
7627
  },
7025
7628
  {
7026
- "name": "label",
7629
+ "kind": "field",
7630
+ "name": "formaction",
7027
7631
  "type": {
7028
- "text": "string | undefined"
7632
+ "text": "string"
7029
7633
  },
7030
- "description": "Indicates the fab's label.",
7031
- "fieldName": "label"
7032
- }
7033
- ],
7034
- "superclass": {
7634
+ "privacy": "public",
7635
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
7636
+ "inheritedFrom": {
7637
+ "name": "FoundationButton",
7638
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7639
+ }
7640
+ },
7641
+ {
7642
+ "kind": "method",
7643
+ "name": "formactionChanged",
7644
+ "privacy": "private",
7645
+ "return": {
7646
+ "type": {
7647
+ "text": "void"
7648
+ }
7649
+ },
7650
+ "inheritedFrom": {
7651
+ "name": "FoundationButton",
7652
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7653
+ }
7654
+ },
7655
+ {
7656
+ "kind": "field",
7657
+ "name": "formenctype",
7658
+ "type": {
7659
+ "text": "string"
7660
+ },
7661
+ "privacy": "public",
7662
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
7663
+ "inheritedFrom": {
7664
+ "name": "FoundationButton",
7665
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7666
+ }
7667
+ },
7668
+ {
7669
+ "kind": "method",
7670
+ "name": "formenctypeChanged",
7671
+ "privacy": "private",
7672
+ "return": {
7673
+ "type": {
7674
+ "text": "void"
7675
+ }
7676
+ },
7677
+ "inheritedFrom": {
7678
+ "name": "FoundationButton",
7679
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7680
+ }
7681
+ },
7682
+ {
7683
+ "kind": "field",
7684
+ "name": "formmethod",
7685
+ "type": {
7686
+ "text": "string"
7687
+ },
7688
+ "privacy": "public",
7689
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
7690
+ "inheritedFrom": {
7691
+ "name": "FoundationButton",
7692
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7693
+ }
7694
+ },
7695
+ {
7696
+ "kind": "method",
7697
+ "name": "formmethodChanged",
7698
+ "privacy": "private",
7699
+ "return": {
7700
+ "type": {
7701
+ "text": "void"
7702
+ }
7703
+ },
7704
+ "inheritedFrom": {
7705
+ "name": "FoundationButton",
7706
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7707
+ }
7708
+ },
7709
+ {
7710
+ "kind": "field",
7711
+ "name": "formnovalidate",
7712
+ "type": {
7713
+ "text": "boolean"
7714
+ },
7715
+ "privacy": "public",
7716
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
7717
+ "inheritedFrom": {
7718
+ "name": "FoundationButton",
7719
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7720
+ }
7721
+ },
7722
+ {
7723
+ "kind": "method",
7724
+ "name": "formnovalidateChanged",
7725
+ "privacy": "private",
7726
+ "return": {
7727
+ "type": {
7728
+ "text": "void"
7729
+ }
7730
+ },
7731
+ "inheritedFrom": {
7732
+ "name": "FoundationButton",
7733
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7734
+ }
7735
+ },
7736
+ {
7737
+ "kind": "field",
7738
+ "name": "formtarget",
7739
+ "type": {
7740
+ "text": "'_self' | '_blank' | '_parent' | '_top'"
7741
+ },
7742
+ "privacy": "public",
7743
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
7744
+ "inheritedFrom": {
7745
+ "name": "FoundationButton",
7746
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7747
+ }
7748
+ },
7749
+ {
7750
+ "kind": "method",
7751
+ "name": "formtargetChanged",
7752
+ "privacy": "private",
7753
+ "return": {
7754
+ "type": {
7755
+ "text": "void"
7756
+ }
7757
+ },
7758
+ "inheritedFrom": {
7759
+ "name": "FoundationButton",
7760
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7761
+ }
7762
+ },
7763
+ {
7764
+ "kind": "field",
7765
+ "name": "type",
7766
+ "type": {
7767
+ "text": "'submit' | 'reset' | 'button'"
7768
+ },
7769
+ "privacy": "public",
7770
+ "description": "The button type.",
7771
+ "inheritedFrom": {
7772
+ "name": "FoundationButton",
7773
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7774
+ }
7775
+ },
7776
+ {
7777
+ "kind": "method",
7778
+ "name": "typeChanged",
7779
+ "privacy": "private",
7780
+ "return": {
7781
+ "type": {
7782
+ "text": "void"
7783
+ }
7784
+ },
7785
+ "parameters": [
7786
+ {
7787
+ "name": "previous",
7788
+ "type": {
7789
+ "text": "'submit' | 'reset' | 'button' | void"
7790
+ }
7791
+ },
7792
+ {
7793
+ "name": "next",
7794
+ "type": {
7795
+ "text": "'submit' | 'reset' | 'button'"
7796
+ }
7797
+ }
7798
+ ],
7799
+ "inheritedFrom": {
7800
+ "name": "FoundationButton",
7801
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7802
+ }
7803
+ },
7804
+ {
7805
+ "kind": "method",
7806
+ "name": "validate",
7807
+ "privacy": "public",
7808
+ "return": {
7809
+ "type": {
7810
+ "text": "void"
7811
+ }
7812
+ },
7813
+ "description": "{@inheritDoc (FormAssociated:interface).validate}",
7814
+ "inheritedFrom": {
7815
+ "name": "FoundationButton",
7816
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7817
+ }
7818
+ },
7819
+ {
7820
+ "kind": "field",
7821
+ "name": "handleSubmission",
7822
+ "privacy": "private",
7823
+ "description": "Submits the parent form",
7824
+ "inheritedFrom": {
7825
+ "name": "FoundationButton",
7826
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7827
+ }
7828
+ },
7829
+ {
7830
+ "kind": "field",
7831
+ "name": "handleFormReset",
7832
+ "privacy": "private",
7833
+ "description": "Resets the parent form",
7834
+ "inheritedFrom": {
7835
+ "name": "FoundationButton",
7836
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7837
+ }
7838
+ },
7839
+ {
7840
+ "kind": "field",
7841
+ "name": "control",
7842
+ "type": {
7843
+ "text": "HTMLButtonElement"
7844
+ },
7845
+ "privacy": "public",
7846
+ "inheritedFrom": {
7847
+ "name": "FoundationButton",
7848
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7849
+ }
7850
+ },
7851
+ {
7852
+ "kind": "field",
7853
+ "name": "proxy",
7854
+ "inheritedFrom": {
7855
+ "name": "FormAssociatedButton",
7856
+ "module": "libs/components/src/shared/foundation/button/button.form-associated.ts"
7857
+ }
7858
+ }
7859
+ ],
7860
+ "attributes": [
7861
+ {
7862
+ "name": "connotation",
7863
+ "type": {
7864
+ "text": "FabConnotation | undefined"
7865
+ },
7866
+ "description": "The connotation the fab should have.",
7867
+ "fieldName": "connotation"
7868
+ },
7869
+ {
7870
+ "name": "size",
7871
+ "type": {
7872
+ "text": "FABSize | undefined"
7873
+ },
7874
+ "description": "The size the FAB should have.",
7875
+ "fieldName": "size"
7876
+ },
7877
+ {
7878
+ "name": "label",
7879
+ "type": {
7880
+ "text": "string | undefined"
7881
+ },
7882
+ "description": "Indicates the fab's label.",
7883
+ "fieldName": "label"
7884
+ },
7885
+ {
7886
+ "type": {
7887
+ "text": "boolean"
7888
+ },
7889
+ "description": "Determines if the element should receive document focus on page load.",
7890
+ "fieldName": "autofocus",
7891
+ "inheritedFrom": {
7892
+ "name": "FoundationButton",
7893
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7894
+ }
7895
+ },
7896
+ {
7897
+ "name": "form",
7898
+ "type": {
7899
+ "text": "string"
7900
+ },
7901
+ "description": "The id of a form to associate the element to.",
7902
+ "fieldName": "formId",
7903
+ "inheritedFrom": {
7904
+ "name": "FoundationButton",
7905
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7906
+ }
7907
+ },
7908
+ {
7909
+ "name": "formaction",
7910
+ "type": {
7911
+ "text": "string"
7912
+ },
7913
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
7914
+ "fieldName": "formaction",
7915
+ "inheritedFrom": {
7916
+ "name": "FoundationButton",
7917
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7918
+ }
7919
+ },
7920
+ {
7921
+ "name": "formenctype",
7922
+ "type": {
7923
+ "text": "string"
7924
+ },
7925
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
7926
+ "fieldName": "formenctype",
7927
+ "inheritedFrom": {
7928
+ "name": "FoundationButton",
7929
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7930
+ }
7931
+ },
7932
+ {
7933
+ "name": "formmethod",
7934
+ "type": {
7935
+ "text": "string"
7936
+ },
7937
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
7938
+ "fieldName": "formmethod",
7939
+ "inheritedFrom": {
7940
+ "name": "FoundationButton",
7941
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7942
+ }
7943
+ },
7944
+ {
7945
+ "name": "formtarget",
7946
+ "type": {
7947
+ "text": "'_self' | '_blank' | '_parent' | '_top'"
7948
+ },
7949
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
7950
+ "fieldName": "formtarget",
7951
+ "inheritedFrom": {
7952
+ "name": "FoundationButton",
7953
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7954
+ }
7955
+ },
7956
+ {
7957
+ "name": "type",
7958
+ "type": {
7959
+ "text": "'submit' | 'reset' | 'button'"
7960
+ },
7961
+ "description": "The button type.",
7962
+ "fieldName": "type",
7963
+ "inheritedFrom": {
7964
+ "name": "FoundationButton",
7965
+ "module": "libs/components/src/shared/foundation/button/button.ts"
7966
+ }
7967
+ }
7968
+ ],
7969
+ "superclass": {
7035
7970
  "name": "FoundationButton",
7036
- "package": "@microsoft/fast-foundation"
7971
+ "module": "/libs/components/src/shared/foundation/button"
7037
7972
  },
7038
7973
  "vividComponent": {
7039
7974
  "public": true,
@@ -7164,6 +8099,24 @@
7164
8099
  "privacy": "public",
7165
8100
  "readonly": true
7166
8101
  },
8102
+ {
8103
+ "kind": "method",
8104
+ "name": "#syncSingleFileState"
8105
+ },
8106
+ {
8107
+ "kind": "field",
8108
+ "name": "singleFile",
8109
+ "type": {
8110
+ "text": "boolean"
8111
+ },
8112
+ "default": "false",
8113
+ "description": "Single file state.",
8114
+ "privacy": "public"
8115
+ },
8116
+ {
8117
+ "kind": "method",
8118
+ "name": "singleFileChanged"
8119
+ },
7167
8120
  {
7168
8121
  "kind": "field",
7169
8122
  "name": "maxFiles",
@@ -7298,6 +8251,24 @@
7298
8251
  "default": "'vwc-button'",
7299
8252
  "description": "Used internally to hold the tag that button is registered at."
7300
8253
  },
8254
+ {
8255
+ "kind": "field",
8256
+ "name": "#localizeErrorMessage",
8257
+ "privacy": "private"
8258
+ },
8259
+ {
8260
+ "kind": "field",
8261
+ "name": "#localizeFileSizeNumberAndUnits",
8262
+ "privacy": "private"
8263
+ },
8264
+ {
8265
+ "kind": "method",
8266
+ "name": "#addRemoveButtonToFilesPreview"
8267
+ },
8268
+ {
8269
+ "kind": "method",
8270
+ "name": "#setRemoveButtonConnotationOnError"
8271
+ },
7301
8272
  {
7302
8273
  "kind": "method",
7303
8274
  "name": "#chooseFile",
@@ -7316,6 +8287,10 @@
7316
8287
  }
7317
8288
  }
7318
8289
  },
8290
+ {
8291
+ "kind": "method",
8292
+ "name": "#keepOnlyNewestFile"
8293
+ },
7319
8294
  {
7320
8295
  "kind": "method",
7321
8296
  "name": "#handleFilesChanged",
@@ -7367,6 +8342,11 @@
7367
8342
  }
7368
8343
  ]
7369
8344
  },
8345
+ {
8346
+ "kind": "method",
8347
+ "name": "removeAllFiles",
8348
+ "description": "Removes all files from the File Picker."
8349
+ },
7370
8350
  {
7371
8351
  "kind": "field",
7372
8352
  "name": "autoDiscover",
@@ -7397,6 +8377,15 @@
7397
8377
  }
7398
8378
  ],
7399
8379
  "attributes": [
8380
+ {
8381
+ "name": "single-file",
8382
+ "type": {
8383
+ "text": "boolean"
8384
+ },
8385
+ "default": "false",
8386
+ "description": "Single file state.",
8387
+ "fieldName": "singleFile"
8388
+ },
7400
8389
  {
7401
8390
  "name": "max-files",
7402
8391
  "type": {
@@ -7733,6 +8722,15 @@
7733
8722
  "name": "iconUrl",
7734
8723
  "readonly": true
7735
8724
  },
8725
+ {
8726
+ "kind": "field",
8727
+ "name": "#abortController",
8728
+ "privacy": "private",
8729
+ "type": {
8730
+ "text": "AbortController | null"
8731
+ },
8732
+ "default": "null"
8733
+ },
7736
8734
  {
7737
8735
  "kind": "method",
7738
8736
  "name": "nameChanged",
@@ -9346,6 +10344,110 @@
9346
10344
  "name": "TextAnchor",
9347
10345
  "module": "libs/components/src/lib/text-anchor/text-anchor.ts"
9348
10346
  }
10347
+ },
10348
+ {
10349
+ "kind": "field",
10350
+ "name": "download",
10351
+ "type": {
10352
+ "text": "string"
10353
+ },
10354
+ "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
10355
+ "privacy": "public",
10356
+ "inheritedFrom": {
10357
+ "name": "Anchor",
10358
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
10359
+ }
10360
+ },
10361
+ {
10362
+ "kind": "field",
10363
+ "name": "href",
10364
+ "type": {
10365
+ "text": "string"
10366
+ },
10367
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
10368
+ "privacy": "public",
10369
+ "inheritedFrom": {
10370
+ "name": "Anchor",
10371
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
10372
+ }
10373
+ },
10374
+ {
10375
+ "kind": "field",
10376
+ "name": "hreflang",
10377
+ "type": {
10378
+ "text": "string"
10379
+ },
10380
+ "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
10381
+ "privacy": "public",
10382
+ "inheritedFrom": {
10383
+ "name": "Anchor",
10384
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
10385
+ }
10386
+ },
10387
+ {
10388
+ "kind": "field",
10389
+ "name": "ping",
10390
+ "type": {
10391
+ "text": "string"
10392
+ },
10393
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
10394
+ "privacy": "public",
10395
+ "inheritedFrom": {
10396
+ "name": "Anchor",
10397
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
10398
+ }
10399
+ },
10400
+ {
10401
+ "kind": "field",
10402
+ "name": "referrerpolicy",
10403
+ "type": {
10404
+ "text": "string"
10405
+ },
10406
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
10407
+ "privacy": "public",
10408
+ "inheritedFrom": {
10409
+ "name": "Anchor",
10410
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
10411
+ }
10412
+ },
10413
+ {
10414
+ "kind": "field",
10415
+ "name": "rel",
10416
+ "type": {
10417
+ "text": "string"
10418
+ },
10419
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
10420
+ "privacy": "public",
10421
+ "inheritedFrom": {
10422
+ "name": "Anchor",
10423
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
10424
+ }
10425
+ },
10426
+ {
10427
+ "kind": "field",
10428
+ "name": "target",
10429
+ "type": {
10430
+ "text": "'_self' | '_blank' | '_parent' | '_top'"
10431
+ },
10432
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
10433
+ "privacy": "public",
10434
+ "inheritedFrom": {
10435
+ "name": "Anchor",
10436
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
10437
+ }
10438
+ },
10439
+ {
10440
+ "kind": "field",
10441
+ "name": "type",
10442
+ "type": {
10443
+ "text": "string"
10444
+ },
10445
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
10446
+ "privacy": "public",
10447
+ "inheritedFrom": {
10448
+ "name": "Anchor",
10449
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
10450
+ }
9349
10451
  }
9350
10452
  ],
9351
10453
  "superclass": {
@@ -9392,6 +10494,102 @@
9392
10494
  "name": "TextAnchor",
9393
10495
  "module": "libs/components/src/lib/text-anchor/text-anchor.ts"
9394
10496
  }
10497
+ },
10498
+ {
10499
+ "name": "download",
10500
+ "type": {
10501
+ "text": "string"
10502
+ },
10503
+ "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
10504
+ "fieldName": "download",
10505
+ "inheritedFrom": {
10506
+ "name": "Anchor",
10507
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
10508
+ }
10509
+ },
10510
+ {
10511
+ "name": "href",
10512
+ "type": {
10513
+ "text": "string"
10514
+ },
10515
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
10516
+ "fieldName": "href",
10517
+ "inheritedFrom": {
10518
+ "name": "Anchor",
10519
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
10520
+ }
10521
+ },
10522
+ {
10523
+ "name": "hreflang",
10524
+ "type": {
10525
+ "text": "string"
10526
+ },
10527
+ "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
10528
+ "fieldName": "hreflang",
10529
+ "inheritedFrom": {
10530
+ "name": "Anchor",
10531
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
10532
+ }
10533
+ },
10534
+ {
10535
+ "name": "ping",
10536
+ "type": {
10537
+ "text": "string"
10538
+ },
10539
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
10540
+ "fieldName": "ping",
10541
+ "inheritedFrom": {
10542
+ "name": "Anchor",
10543
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
10544
+ }
10545
+ },
10546
+ {
10547
+ "name": "referrerpolicy",
10548
+ "type": {
10549
+ "text": "string"
10550
+ },
10551
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
10552
+ "fieldName": "referrerpolicy",
10553
+ "inheritedFrom": {
10554
+ "name": "Anchor",
10555
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
10556
+ }
10557
+ },
10558
+ {
10559
+ "name": "rel",
10560
+ "type": {
10561
+ "text": "string"
10562
+ },
10563
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
10564
+ "fieldName": "rel",
10565
+ "inheritedFrom": {
10566
+ "name": "Anchor",
10567
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
10568
+ }
10569
+ },
10570
+ {
10571
+ "name": "target",
10572
+ "type": {
10573
+ "text": "'_self' | '_blank' | '_parent' | '_top'"
10574
+ },
10575
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
10576
+ "fieldName": "target",
10577
+ "inheritedFrom": {
10578
+ "name": "Anchor",
10579
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
10580
+ }
10581
+ },
10582
+ {
10583
+ "name": "type",
10584
+ "type": {
10585
+ "text": "string"
10586
+ },
10587
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
10588
+ "fieldName": "type",
10589
+ "inheritedFrom": {
10590
+ "name": "Anchor",
10591
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
10592
+ }
9395
10593
  }
9396
10594
  ]
9397
10595
  }
@@ -13517,10 +14715,57 @@
13517
14715
  }
13518
14716
  ]
13519
14717
  },
14718
+ {
14719
+ "kind": "javascript-module",
14720
+ "path": "libs/components/src/lib/slider/slider.form-associated.ts",
14721
+ "declarations": [
14722
+ {
14723
+ "kind": "class",
14724
+ "description": "",
14725
+ "name": "FormAssociatedSlider",
14726
+ "members": [
14727
+ {
14728
+ "kind": "field",
14729
+ "name": "proxy"
14730
+ }
14731
+ ],
14732
+ "mixins": [
14733
+ {
14734
+ "name": "FormAssociated",
14735
+ "package": "@microsoft/fast-foundation"
14736
+ }
14737
+ ],
14738
+ "superclass": {
14739
+ "name": "_Slider",
14740
+ "module": "libs/components/src/lib/slider/slider.form-associated.ts"
14741
+ }
14742
+ }
14743
+ ],
14744
+ "exports": [
14745
+ {
14746
+ "kind": "js",
14747
+ "name": "FormAssociatedSlider",
14748
+ "declaration": {
14749
+ "name": "FormAssociatedSlider",
14750
+ "module": "libs/components/src/lib/slider/slider.form-associated.ts"
14751
+ }
14752
+ }
14753
+ ]
14754
+ },
13520
14755
  {
13521
14756
  "kind": "javascript-module",
13522
14757
  "path": "libs/components/src/lib/slider/slider.ts",
13523
14758
  "declarations": [
14759
+ {
14760
+ "kind": "variable",
14761
+ "name": "SliderMode",
14762
+ "type": {
14763
+ "text": "{\n\tsingleValue: 'single-value',\n}"
14764
+ },
14765
+ "default": "{\n\tsingleValue: 'single-value',\n}",
14766
+ "description": "The selection modes of a @microsoft/fast-foundation#(Slider:class).",
14767
+ "privacy": "public"
14768
+ },
13524
14769
  {
13525
14770
  "kind": "class",
13526
14771
  "description": "",
@@ -13538,96 +14783,319 @@
13538
14783
  "members": [
13539
14784
  {
13540
14785
  "kind": "field",
13541
- "name": "ariaLabel",
14786
+ "name": "readOnly",
13542
14787
  "type": {
13543
- "text": "string | null"
14788
+ "text": "boolean"
13544
14789
  },
13545
- "default": "null"
14790
+ "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.",
14791
+ "privacy": "public"
13546
14792
  },
13547
14793
  {
13548
14794
  "kind": "field",
13549
- "name": "ariaValuetext",
14795
+ "name": "valueAsNumber",
13550
14796
  "type": {
13551
- "text": "string | null"
14797
+ "text": "number"
13552
14798
  },
13553
- "default": "null"
14799
+ "description": "The value property, typed as a number.",
14800
+ "privacy": "public"
13554
14801
  },
13555
14802
  {
13556
14803
  "kind": "field",
13557
- "name": "markers",
14804
+ "name": "valueTextFormatter",
13558
14805
  "type": {
13559
- "text": "boolean"
14806
+ "text": "(value: string) => string"
13560
14807
  },
13561
- "default": "false",
13562
- "description": "Display markers on/off",
14808
+ "description": "Custom function that generates a string for the component's \"aria-valuetext\" attribute based on the current value.",
13563
14809
  "privacy": "public"
13564
14810
  },
13565
14811
  {
13566
14812
  "kind": "field",
13567
- "name": "pin",
14813
+ "name": "min",
13568
14814
  "type": {
13569
- "text": "boolean"
14815
+ "text": "number"
13570
14816
  },
13571
- "default": "false",
13572
- "description": "Show current value on the thumb.",
14817
+ "default": "0",
14818
+ "description": "The minimum allowed value.",
13573
14819
  "privacy": "public"
13574
14820
  },
13575
14821
  {
13576
14822
  "kind": "field",
13577
- "name": "connotation",
14823
+ "name": "max",
13578
14824
  "type": {
13579
- "text": "SliderConnotation | undefined"
14825
+ "text": "number"
13580
14826
  },
13581
- "description": "slider connotation",
14827
+ "default": "10",
14828
+ "description": "The maximum allowed value.",
13582
14829
  "privacy": "public"
13583
14830
  },
13584
14831
  {
13585
14832
  "kind": "field",
13586
- "name": "valueTextFormatter",
14833
+ "name": "step",
13587
14834
  "type": {
13588
- "text": "(value: string) => string"
14835
+ "text": "number"
13589
14836
  },
13590
- "description": "Custom function that generates a string for the component's \"aria-valuetext\" attribute based on the current value.",
14837
+ "default": "1",
14838
+ "description": "Value to increment or decrement via arrow keys, mouse click or drag.",
13591
14839
  "privacy": "public"
13592
14840
  },
13593
14841
  {
13594
14842
  "kind": "field",
13595
- "name": "#isNonVisibleFocus",
13596
- "privacy": "private",
14843
+ "name": "orientation",
13597
14844
  "type": {
13598
- "text": "boolean"
14845
+ "text": "Orientation"
13599
14846
  },
13600
- "default": "false"
14847
+ "description": "The orientation of the slider.",
14848
+ "privacy": "public"
14849
+ },
14850
+ {
14851
+ "kind": "field",
14852
+ "name": "mode",
14853
+ "type": {
14854
+ "text": "SliderMode"
14855
+ },
14856
+ "description": "The selection mode.",
14857
+ "privacy": "public"
13601
14858
  },
13602
14859
  {
13603
14860
  "kind": "method",
13604
- "name": "#registerThumbListeners"
14861
+ "name": "increment",
14862
+ "return": {
14863
+ "type": {
14864
+ "text": "void"
14865
+ }
14866
+ },
14867
+ "description": "Increment the value by the step",
14868
+ "privacy": "public"
13605
14869
  },
13606
14870
  {
13607
14871
  "kind": "method",
13608
- "name": "#unregisterThumbListeners"
14872
+ "name": "decrement",
14873
+ "return": {
14874
+ "type": {
14875
+ "text": "void"
14876
+ }
14877
+ },
14878
+ "description": "Decrement the value by the step",
14879
+ "privacy": "public"
13609
14880
  },
13610
14881
  {
13611
14882
  "kind": "field",
13612
- "name": "#onMouseOver",
14883
+ "name": "keypressHandler",
14884
+ "privacy": "protected"
14885
+ },
14886
+ {
14887
+ "kind": "method",
14888
+ "name": "setThumbPositionForOrientation",
14889
+ "privacy": "public",
14890
+ "return": {
14891
+ "type": {
14892
+ "text": "void"
14893
+ }
14894
+ },
14895
+ "parameters": [
14896
+ {
14897
+ "name": "_",
14898
+ "type": {
14899
+ "text": "Direction"
14900
+ }
14901
+ },
14902
+ {
14903
+ "description": "writing mode",
14904
+ "name": "direction"
14905
+ }
14906
+ ],
14907
+ "description": "Places the thumb based on the current value"
14908
+ },
14909
+ {
14910
+ "kind": "method",
14911
+ "name": "#thumbTrackEndOffset",
14912
+ "parameters": [
14913
+ {
14914
+ "name": "value",
14915
+ "type": {
14916
+ "text": "number"
14917
+ }
14918
+ }
14919
+ ]
14920
+ },
14921
+ {
14922
+ "kind": "method",
14923
+ "name": "updateStepMultiplier",
14924
+ "privacy": "private",
14925
+ "return": {
14926
+ "type": {
14927
+ "text": "void"
14928
+ }
14929
+ },
14930
+ "description": "Update the step multiplier used to ensure rounding errors from steps that\nare not whole numbers"
14931
+ },
14932
+ {
14933
+ "kind": "field",
14934
+ "name": "setupTrackConstraints",
13613
14935
  "privacy": "private"
13614
14936
  },
13615
14937
  {
13616
14938
  "kind": "field",
13617
- "name": "#onMouseOut",
14939
+ "name": "setupListeners",
14940
+ "privacy": "private"
14941
+ },
14942
+ {
14943
+ "kind": "field",
14944
+ "name": "midpoint",
14945
+ "type": {
14946
+ "text": "string"
14947
+ },
14948
+ "privacy": "private",
14949
+ "readonly": true
14950
+ },
14951
+ {
14952
+ "kind": "method",
14953
+ "name": "setupDefaultValue",
14954
+ "privacy": "private",
14955
+ "return": {
14956
+ "type": {
14957
+ "text": "void"
14958
+ }
14959
+ }
14960
+ },
14961
+ {
14962
+ "kind": "field",
14963
+ "name": "handleThumbMouseDown",
14964
+ "privacy": "private",
14965
+ "description": "Handle mouse moves during a thumb drag operation\nIf the event handler is null it removes the events"
14966
+ },
14967
+ {
14968
+ "kind": "field",
14969
+ "name": "handleMouseMove",
14970
+ "privacy": "private",
14971
+ "description": "Handle mouse moves during a thumb drag operation"
14972
+ },
14973
+ {
14974
+ "kind": "method",
14975
+ "name": "#calculateValueFromMouseEvent",
14976
+ "parameters": [
14977
+ {
14978
+ "name": "e",
14979
+ "type": {
14980
+ "text": "Pick<MouseEvent, 'pageX' | 'pageY'>"
14981
+ }
14982
+ }
14983
+ ]
14984
+ },
14985
+ {
14986
+ "kind": "field",
14987
+ "name": "handleWindowMouseUp",
14988
+ "privacy": "private",
14989
+ "description": "Handle a window mouse up during a drag operation"
14990
+ },
14991
+ {
14992
+ "kind": "field",
14993
+ "name": "stopDragging",
13618
14994
  "privacy": "private"
13619
14995
  },
13620
14996
  {
13621
14997
  "kind": "field",
13622
- "name": "handleMouseDown"
14998
+ "name": "handleMouseDown",
14999
+ "privacy": "private",
15000
+ "parameters": [
15001
+ {
15002
+ "description": "MouseEvent or null. If there is no event handler it will remove the events",
15003
+ "name": "e"
15004
+ }
15005
+ ],
15006
+ "description": ""
15007
+ },
15008
+ {
15009
+ "kind": "method",
15010
+ "name": "#roundToNearestStep",
15011
+ "parameters": [
15012
+ {
15013
+ "name": "value",
15014
+ "type": {
15015
+ "text": "number"
15016
+ }
15017
+ }
15018
+ ]
15019
+ },
15020
+ {
15021
+ "kind": "field",
15022
+ "name": "ariaLabel",
15023
+ "type": {
15024
+ "text": "string | null"
15025
+ },
15026
+ "default": "null"
15027
+ },
15028
+ {
15029
+ "kind": "field",
15030
+ "name": "ariaValuetext",
15031
+ "type": {
15032
+ "text": "string | null"
15033
+ },
15034
+ "default": "null"
15035
+ },
15036
+ {
15037
+ "kind": "field",
15038
+ "name": "markers",
15039
+ "type": {
15040
+ "text": "boolean"
15041
+ },
15042
+ "default": "false",
15043
+ "description": "Display markers on/off",
15044
+ "privacy": "public"
15045
+ },
15046
+ {
15047
+ "kind": "field",
15048
+ "name": "pin",
15049
+ "type": {
15050
+ "text": "boolean"
15051
+ },
15052
+ "default": "false",
15053
+ "description": "Show current value on the thumb.",
15054
+ "privacy": "public"
15055
+ },
15056
+ {
15057
+ "kind": "field",
15058
+ "name": "connotation",
15059
+ "type": {
15060
+ "text": "SliderConnotation | undefined"
15061
+ },
15062
+ "description": "slider connotation",
15063
+ "privacy": "public"
15064
+ },
15065
+ {
15066
+ "kind": "field",
15067
+ "name": "#isNonVisibleFocus",
15068
+ "privacy": "private",
15069
+ "type": {
15070
+ "text": "boolean"
15071
+ },
15072
+ "default": "false"
15073
+ },
15074
+ {
15075
+ "kind": "method",
15076
+ "name": "#registerThumbListeners"
15077
+ },
15078
+ {
15079
+ "kind": "method",
15080
+ "name": "#unregisterThumbListeners"
15081
+ },
15082
+ {
15083
+ "kind": "field",
15084
+ "name": "#onMouseOver",
15085
+ "privacy": "private"
13623
15086
  },
13624
15087
  {
13625
15088
  "kind": "field",
13626
- "name": "handleThumbMouseDown"
15089
+ "name": "#onMouseOut",
15090
+ "privacy": "private"
13627
15091
  },
13628
15092
  {
13629
15093
  "kind": "field",
13630
- "name": "keypressHandler"
15094
+ "name": "proxy",
15095
+ "inheritedFrom": {
15096
+ "name": "FormAssociatedSlider",
15097
+ "module": "libs/components/src/lib/slider/slider.form-associated.ts"
15098
+ }
13631
15099
  }
13632
15100
  ],
13633
15101
  "events": [
@@ -13640,6 +15108,54 @@
13640
15108
  }
13641
15109
  ],
13642
15110
  "attributes": [
15111
+ {
15112
+ "name": "readonly",
15113
+ "type": {
15114
+ "text": "boolean"
15115
+ },
15116
+ "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.",
15117
+ "fieldName": "readOnly"
15118
+ },
15119
+ {
15120
+ "type": {
15121
+ "text": "number"
15122
+ },
15123
+ "default": "0",
15124
+ "description": "The minimum allowed value.",
15125
+ "fieldName": "min"
15126
+ },
15127
+ {
15128
+ "type": {
15129
+ "text": "number"
15130
+ },
15131
+ "default": "10",
15132
+ "description": "The maximum allowed value.",
15133
+ "fieldName": "max"
15134
+ },
15135
+ {
15136
+ "type": {
15137
+ "text": "number"
15138
+ },
15139
+ "default": "1",
15140
+ "description": "Value to increment or decrement via arrow keys, mouse click or drag.",
15141
+ "fieldName": "step"
15142
+ },
15143
+ {
15144
+ "name": "orientation",
15145
+ "type": {
15146
+ "text": "Orientation"
15147
+ },
15148
+ "description": "The orientation of the slider.",
15149
+ "fieldName": "orientation"
15150
+ },
15151
+ {
15152
+ "name": "mode",
15153
+ "type": {
15154
+ "text": "SliderMode"
15155
+ },
15156
+ "description": "The selection mode.",
15157
+ "fieldName": "mode"
15158
+ },
13643
15159
  {
13644
15160
  "name": "aria-label",
13645
15161
  "type": {
@@ -13682,8 +15198,8 @@
13682
15198
  }
13683
15199
  ],
13684
15200
  "superclass": {
13685
- "name": "FastSlider",
13686
- "package": "@microsoft/fast-foundation"
15201
+ "name": "FormAssociatedSlider",
15202
+ "module": "/libs/components/src/lib/slider/slider.form-associated"
13687
15203
  },
13688
15204
  "vividComponent": {
13689
15205
  "public": true,
@@ -13702,6 +15218,14 @@
13702
15218
  }
13703
15219
  ],
13704
15220
  "exports": [
15221
+ {
15222
+ "kind": "js",
15223
+ "name": "SliderMode",
15224
+ "declaration": {
15225
+ "name": "SliderMode",
15226
+ "module": "libs/components/src/lib/slider/slider.ts"
15227
+ }
15228
+ },
13705
15229
  {
13706
15230
  "kind": "js",
13707
15231
  "name": "Slider",
@@ -15031,10 +16555,30 @@
15031
16555
  },
15032
16556
  {
15033
16557
  "kind": "method",
15034
- "name": "#patchActiveID"
15035
- }
15036
- ],
15037
- "events": [
16558
+ "name": "#getGridProperty"
16559
+ },
16560
+ {
16561
+ "kind": "method",
16562
+ "name": "#getTranslateProperty"
16563
+ },
16564
+ {
16565
+ "kind": "method",
16566
+ "name": "#handleActiveIndicatorPosition"
16567
+ },
16568
+ {
16569
+ "kind": "method",
16570
+ "name": "#animateActiveIndicator"
16571
+ },
16572
+ {
16573
+ "kind": "field",
16574
+ "name": "handleActiveIndicatorPosition"
16575
+ },
16576
+ {
16577
+ "kind": "field",
16578
+ "name": "animateActiveIndicator"
16579
+ }
16580
+ ],
16581
+ "events": [
15038
16582
  {
15039
16583
  "type": {
15040
16584
  "text": "CustomEvent<HTMLElement>"
@@ -15658,6 +17202,110 @@
15658
17202
  },
15659
17203
  "description": "The appearance Text-Anchor should have.",
15660
17204
  "privacy": "public"
17205
+ },
17206
+ {
17207
+ "kind": "field",
17208
+ "name": "download",
17209
+ "type": {
17210
+ "text": "string"
17211
+ },
17212
+ "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
17213
+ "privacy": "public",
17214
+ "inheritedFrom": {
17215
+ "name": "Anchor",
17216
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
17217
+ }
17218
+ },
17219
+ {
17220
+ "kind": "field",
17221
+ "name": "href",
17222
+ "type": {
17223
+ "text": "string"
17224
+ },
17225
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
17226
+ "privacy": "public",
17227
+ "inheritedFrom": {
17228
+ "name": "Anchor",
17229
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
17230
+ }
17231
+ },
17232
+ {
17233
+ "kind": "field",
17234
+ "name": "hreflang",
17235
+ "type": {
17236
+ "text": "string"
17237
+ },
17238
+ "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
17239
+ "privacy": "public",
17240
+ "inheritedFrom": {
17241
+ "name": "Anchor",
17242
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
17243
+ }
17244
+ },
17245
+ {
17246
+ "kind": "field",
17247
+ "name": "ping",
17248
+ "type": {
17249
+ "text": "string"
17250
+ },
17251
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
17252
+ "privacy": "public",
17253
+ "inheritedFrom": {
17254
+ "name": "Anchor",
17255
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
17256
+ }
17257
+ },
17258
+ {
17259
+ "kind": "field",
17260
+ "name": "referrerpolicy",
17261
+ "type": {
17262
+ "text": "string"
17263
+ },
17264
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
17265
+ "privacy": "public",
17266
+ "inheritedFrom": {
17267
+ "name": "Anchor",
17268
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
17269
+ }
17270
+ },
17271
+ {
17272
+ "kind": "field",
17273
+ "name": "rel",
17274
+ "type": {
17275
+ "text": "string"
17276
+ },
17277
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
17278
+ "privacy": "public",
17279
+ "inheritedFrom": {
17280
+ "name": "Anchor",
17281
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
17282
+ }
17283
+ },
17284
+ {
17285
+ "kind": "field",
17286
+ "name": "target",
17287
+ "type": {
17288
+ "text": "'_self' | '_blank' | '_parent' | '_top'"
17289
+ },
17290
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
17291
+ "privacy": "public",
17292
+ "inheritedFrom": {
17293
+ "name": "Anchor",
17294
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
17295
+ }
17296
+ },
17297
+ {
17298
+ "kind": "field",
17299
+ "name": "type",
17300
+ "type": {
17301
+ "text": "string"
17302
+ },
17303
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
17304
+ "privacy": "public",
17305
+ "inheritedFrom": {
17306
+ "name": "Anchor",
17307
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
17308
+ }
15661
17309
  }
15662
17310
  ],
15663
17311
  "attributes": [
@@ -15684,6 +17332,102 @@
15684
17332
  },
15685
17333
  "description": "The appearance Text-Anchor should have.",
15686
17334
  "fieldName": "appearance"
17335
+ },
17336
+ {
17337
+ "name": "download",
17338
+ "type": {
17339
+ "text": "string"
17340
+ },
17341
+ "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
17342
+ "fieldName": "download",
17343
+ "inheritedFrom": {
17344
+ "name": "Anchor",
17345
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
17346
+ }
17347
+ },
17348
+ {
17349
+ "name": "href",
17350
+ "type": {
17351
+ "text": "string"
17352
+ },
17353
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
17354
+ "fieldName": "href",
17355
+ "inheritedFrom": {
17356
+ "name": "Anchor",
17357
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
17358
+ }
17359
+ },
17360
+ {
17361
+ "name": "hreflang",
17362
+ "type": {
17363
+ "text": "string"
17364
+ },
17365
+ "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
17366
+ "fieldName": "hreflang",
17367
+ "inheritedFrom": {
17368
+ "name": "Anchor",
17369
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
17370
+ }
17371
+ },
17372
+ {
17373
+ "name": "ping",
17374
+ "type": {
17375
+ "text": "string"
17376
+ },
17377
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
17378
+ "fieldName": "ping",
17379
+ "inheritedFrom": {
17380
+ "name": "Anchor",
17381
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
17382
+ }
17383
+ },
17384
+ {
17385
+ "name": "referrerpolicy",
17386
+ "type": {
17387
+ "text": "string"
17388
+ },
17389
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
17390
+ "fieldName": "referrerpolicy",
17391
+ "inheritedFrom": {
17392
+ "name": "Anchor",
17393
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
17394
+ }
17395
+ },
17396
+ {
17397
+ "name": "rel",
17398
+ "type": {
17399
+ "text": "string"
17400
+ },
17401
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
17402
+ "fieldName": "rel",
17403
+ "inheritedFrom": {
17404
+ "name": "Anchor",
17405
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
17406
+ }
17407
+ },
17408
+ {
17409
+ "name": "target",
17410
+ "type": {
17411
+ "text": "'_self' | '_blank' | '_parent' | '_top'"
17412
+ },
17413
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
17414
+ "fieldName": "target",
17415
+ "inheritedFrom": {
17416
+ "name": "Anchor",
17417
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
17418
+ }
17419
+ },
17420
+ {
17421
+ "name": "type",
17422
+ "type": {
17423
+ "text": "string"
17424
+ },
17425
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
17426
+ "fieldName": "type",
17427
+ "inheritedFrom": {
17428
+ "name": "Anchor",
17429
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
17430
+ }
15687
17431
  }
15688
17432
  ],
15689
17433
  "superclass": {
@@ -16078,6 +17822,15 @@
16078
17822
  "description": "The size the text-field should have.",
16079
17823
  "privacy": "public"
16080
17824
  },
17825
+ {
17826
+ "kind": "field",
17827
+ "name": "inputMode",
17828
+ "type": {
17829
+ "text": "string"
17830
+ },
17831
+ "description": "Hints at the type of data that might be entered by the user while editing the element or its contents.\nThis allows a browser to display an appropriate virtual keyboard.",
17832
+ "privacy": "public"
17833
+ },
16081
17834
  {
16082
17835
  "kind": "field",
16083
17836
  "name": "leadingActionItemsSlottedContent",
@@ -16172,6 +17925,14 @@
16172
17925
  },
16173
17926
  "description": "The size the text-field should have.",
16174
17927
  "fieldName": "scale"
17928
+ },
17929
+ {
17930
+ "name": "inputmode",
17931
+ "type": {
17932
+ "text": "string"
17933
+ },
17934
+ "description": "Hints at the type of data that might be entered by the user while editing the element or its contents.\nThis allows a browser to display an appropriate virtual keyboard.",
17935
+ "fieldName": "inputMode"
16175
17936
  }
16176
17937
  ],
16177
17938
  "superclass": {
@@ -17966,6 +19727,954 @@
17966
19727
  }
17967
19728
  ]
17968
19729
  },
19730
+ {
19731
+ "kind": "javascript-module",
19732
+ "path": "libs/components/src/shared/foundation/anchor/anchor.ts",
19733
+ "declarations": [
19734
+ {
19735
+ "kind": "class",
19736
+ "description": "Based largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .",
19737
+ "name": "Anchor",
19738
+ "members": [
19739
+ {
19740
+ "kind": "field",
19741
+ "name": "download",
19742
+ "type": {
19743
+ "text": "string"
19744
+ },
19745
+ "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
19746
+ "privacy": "public"
19747
+ },
19748
+ {
19749
+ "kind": "field",
19750
+ "name": "href",
19751
+ "type": {
19752
+ "text": "string"
19753
+ },
19754
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
19755
+ "privacy": "public"
19756
+ },
19757
+ {
19758
+ "kind": "field",
19759
+ "name": "hreflang",
19760
+ "type": {
19761
+ "text": "string"
19762
+ },
19763
+ "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
19764
+ "privacy": "public"
19765
+ },
19766
+ {
19767
+ "kind": "field",
19768
+ "name": "ping",
19769
+ "type": {
19770
+ "text": "string"
19771
+ },
19772
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
19773
+ "privacy": "public"
19774
+ },
19775
+ {
19776
+ "kind": "field",
19777
+ "name": "referrerpolicy",
19778
+ "type": {
19779
+ "text": "string"
19780
+ },
19781
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
19782
+ "privacy": "public"
19783
+ },
19784
+ {
19785
+ "kind": "field",
19786
+ "name": "rel",
19787
+ "type": {
19788
+ "text": "string"
19789
+ },
19790
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
19791
+ "privacy": "public"
19792
+ },
19793
+ {
19794
+ "kind": "field",
19795
+ "name": "target",
19796
+ "type": {
19797
+ "text": "'_self' | '_blank' | '_parent' | '_top'"
19798
+ },
19799
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
19800
+ "privacy": "public"
19801
+ },
19802
+ {
19803
+ "kind": "field",
19804
+ "name": "type",
19805
+ "type": {
19806
+ "text": "string"
19807
+ },
19808
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
19809
+ "privacy": "public"
19810
+ }
19811
+ ],
19812
+ "attributes": [
19813
+ {
19814
+ "name": "download",
19815
+ "type": {
19816
+ "text": "string"
19817
+ },
19818
+ "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
19819
+ "fieldName": "download"
19820
+ },
19821
+ {
19822
+ "name": "href",
19823
+ "type": {
19824
+ "text": "string"
19825
+ },
19826
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
19827
+ "fieldName": "href"
19828
+ },
19829
+ {
19830
+ "name": "hreflang",
19831
+ "type": {
19832
+ "text": "string"
19833
+ },
19834
+ "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
19835
+ "fieldName": "hreflang"
19836
+ },
19837
+ {
19838
+ "name": "ping",
19839
+ "type": {
19840
+ "text": "string"
19841
+ },
19842
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
19843
+ "fieldName": "ping"
19844
+ },
19845
+ {
19846
+ "name": "referrerpolicy",
19847
+ "type": {
19848
+ "text": "string"
19849
+ },
19850
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
19851
+ "fieldName": "referrerpolicy"
19852
+ },
19853
+ {
19854
+ "name": "rel",
19855
+ "type": {
19856
+ "text": "string"
19857
+ },
19858
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
19859
+ "fieldName": "rel"
19860
+ },
19861
+ {
19862
+ "name": "target",
19863
+ "type": {
19864
+ "text": "'_self' | '_blank' | '_parent' | '_top'"
19865
+ },
19866
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
19867
+ "fieldName": "target"
19868
+ },
19869
+ {
19870
+ "name": "type",
19871
+ "type": {
19872
+ "text": "string"
19873
+ },
19874
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
19875
+ "fieldName": "type"
19876
+ }
19877
+ ]
19878
+ },
19879
+ {
19880
+ "kind": "class",
19881
+ "description": "Includes ARIA states and properties relating to the ARIA link role",
19882
+ "name": "DelegatesARIALink",
19883
+ "members": [
19884
+ {
19885
+ "kind": "field",
19886
+ "name": "ariaExpanded",
19887
+ "type": {
19888
+ "text": "'true' | 'false' | string | null"
19889
+ },
19890
+ "description": "See https://www.w3.org/WAI/PF/aria/roles#link for more information",
19891
+ "privacy": "public"
19892
+ }
19893
+ ],
19894
+ "attributes": [
19895
+ {
19896
+ "name": "aria-expanded",
19897
+ "type": {
19898
+ "text": "'true' | 'false' | string | null"
19899
+ },
19900
+ "description": "See https://www.w3.org/WAI/PF/aria/roles#link for more information",
19901
+ "fieldName": "ariaExpanded"
19902
+ }
19903
+ ]
19904
+ }
19905
+ ],
19906
+ "exports": [
19907
+ {
19908
+ "kind": "js",
19909
+ "name": "Anchor",
19910
+ "declaration": {
19911
+ "name": "Anchor",
19912
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
19913
+ }
19914
+ },
19915
+ {
19916
+ "kind": "js",
19917
+ "name": "DelegatesARIALink",
19918
+ "declaration": {
19919
+ "name": "DelegatesARIALink",
19920
+ "module": "libs/components/src/shared/foundation/anchor/anchor.ts"
19921
+ }
19922
+ }
19923
+ ]
19924
+ },
19925
+ {
19926
+ "kind": "javascript-module",
19927
+ "path": "libs/components/src/shared/foundation/button/button.form-associated.ts",
19928
+ "declarations": [],
19929
+ "exports": []
19930
+ },
19931
+ {
19932
+ "kind": "javascript-module",
19933
+ "path": "libs/components/src/shared/foundation/button/button.ts",
19934
+ "declarations": [
19935
+ {
19936
+ "kind": "class",
19937
+ "description": "A Button Custom HTML Element.\nBased largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element .",
19938
+ "name": "FoundationButton",
19939
+ "cssParts": [
19940
+ {
19941
+ "description": "The button element",
19942
+ "name": "control"
19943
+ },
19944
+ {
19945
+ "description": "The element wrapping button content",
19946
+ "name": "content"
19947
+ }
19948
+ ],
19949
+ "members": [
19950
+ {
19951
+ "kind": "field",
19952
+ "name": "autofocus",
19953
+ "type": {
19954
+ "text": "boolean"
19955
+ },
19956
+ "privacy": "public",
19957
+ "description": "Determines if the element should receive document focus on page load."
19958
+ },
19959
+ {
19960
+ "kind": "field",
19961
+ "name": "formId",
19962
+ "type": {
19963
+ "text": "string"
19964
+ },
19965
+ "privacy": "public",
19966
+ "description": "The id of a form to associate the element to."
19967
+ },
19968
+ {
19969
+ "kind": "field",
19970
+ "name": "formaction",
19971
+ "type": {
19972
+ "text": "string"
19973
+ },
19974
+ "privacy": "public",
19975
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details."
19976
+ },
19977
+ {
19978
+ "kind": "method",
19979
+ "name": "formactionChanged",
19980
+ "privacy": "private",
19981
+ "return": {
19982
+ "type": {
19983
+ "text": "void"
19984
+ }
19985
+ }
19986
+ },
19987
+ {
19988
+ "kind": "field",
19989
+ "name": "formenctype",
19990
+ "type": {
19991
+ "text": "string"
19992
+ },
19993
+ "privacy": "public",
19994
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details."
19995
+ },
19996
+ {
19997
+ "kind": "method",
19998
+ "name": "formenctypeChanged",
19999
+ "privacy": "private",
20000
+ "return": {
20001
+ "type": {
20002
+ "text": "void"
20003
+ }
20004
+ }
20005
+ },
20006
+ {
20007
+ "kind": "field",
20008
+ "name": "formmethod",
20009
+ "type": {
20010
+ "text": "string"
20011
+ },
20012
+ "privacy": "public",
20013
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details."
20014
+ },
20015
+ {
20016
+ "kind": "method",
20017
+ "name": "formmethodChanged",
20018
+ "privacy": "private",
20019
+ "return": {
20020
+ "type": {
20021
+ "text": "void"
20022
+ }
20023
+ }
20024
+ },
20025
+ {
20026
+ "kind": "field",
20027
+ "name": "formnovalidate",
20028
+ "type": {
20029
+ "text": "boolean"
20030
+ },
20031
+ "privacy": "public",
20032
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details."
20033
+ },
20034
+ {
20035
+ "kind": "method",
20036
+ "name": "formnovalidateChanged",
20037
+ "privacy": "private",
20038
+ "return": {
20039
+ "type": {
20040
+ "text": "void"
20041
+ }
20042
+ }
20043
+ },
20044
+ {
20045
+ "kind": "field",
20046
+ "name": "formtarget",
20047
+ "type": {
20048
+ "text": "'_self' | '_blank' | '_parent' | '_top'"
20049
+ },
20050
+ "privacy": "public",
20051
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details."
20052
+ },
20053
+ {
20054
+ "kind": "method",
20055
+ "name": "formtargetChanged",
20056
+ "privacy": "private",
20057
+ "return": {
20058
+ "type": {
20059
+ "text": "void"
20060
+ }
20061
+ }
20062
+ },
20063
+ {
20064
+ "kind": "field",
20065
+ "name": "type",
20066
+ "type": {
20067
+ "text": "'submit' | 'reset' | 'button'"
20068
+ },
20069
+ "privacy": "public",
20070
+ "description": "The button type."
20071
+ },
20072
+ {
20073
+ "kind": "method",
20074
+ "name": "typeChanged",
20075
+ "privacy": "private",
20076
+ "return": {
20077
+ "type": {
20078
+ "text": "void"
20079
+ }
20080
+ },
20081
+ "parameters": [
20082
+ {
20083
+ "name": "previous",
20084
+ "type": {
20085
+ "text": "'submit' | 'reset' | 'button' | void"
20086
+ }
20087
+ },
20088
+ {
20089
+ "name": "next",
20090
+ "type": {
20091
+ "text": "'submit' | 'reset' | 'button'"
20092
+ }
20093
+ }
20094
+ ]
20095
+ },
20096
+ {
20097
+ "kind": "method",
20098
+ "name": "validate",
20099
+ "privacy": "public",
20100
+ "return": {
20101
+ "type": {
20102
+ "text": "void"
20103
+ }
20104
+ },
20105
+ "description": "{@inheritDoc (FormAssociated:interface).validate}"
20106
+ },
20107
+ {
20108
+ "kind": "field",
20109
+ "name": "handleSubmission",
20110
+ "privacy": "private",
20111
+ "description": "Submits the parent form"
20112
+ },
20113
+ {
20114
+ "kind": "field",
20115
+ "name": "handleFormReset",
20116
+ "privacy": "private",
20117
+ "description": "Resets the parent form"
20118
+ },
20119
+ {
20120
+ "kind": "field",
20121
+ "name": "control",
20122
+ "type": {
20123
+ "text": "HTMLButtonElement"
20124
+ },
20125
+ "privacy": "public"
20126
+ },
20127
+ {
20128
+ "kind": "field",
20129
+ "name": "proxy",
20130
+ "inheritedFrom": {
20131
+ "name": "FormAssociatedButton",
20132
+ "module": "libs/components/src/shared/foundation/button/button.form-associated.ts"
20133
+ }
20134
+ }
20135
+ ],
20136
+ "attributes": [
20137
+ {
20138
+ "type": {
20139
+ "text": "boolean"
20140
+ },
20141
+ "description": "Determines if the element should receive document focus on page load.",
20142
+ "fieldName": "autofocus"
20143
+ },
20144
+ {
20145
+ "name": "form",
20146
+ "type": {
20147
+ "text": "string"
20148
+ },
20149
+ "description": "The id of a form to associate the element to.",
20150
+ "fieldName": "formId"
20151
+ },
20152
+ {
20153
+ "name": "formaction",
20154
+ "type": {
20155
+ "text": "string"
20156
+ },
20157
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
20158
+ "fieldName": "formaction"
20159
+ },
20160
+ {
20161
+ "name": "formenctype",
20162
+ "type": {
20163
+ "text": "string"
20164
+ },
20165
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
20166
+ "fieldName": "formenctype"
20167
+ },
20168
+ {
20169
+ "name": "formmethod",
20170
+ "type": {
20171
+ "text": "string"
20172
+ },
20173
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
20174
+ "fieldName": "formmethod"
20175
+ },
20176
+ {
20177
+ "type": {
20178
+ "text": "boolean"
20179
+ },
20180
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
20181
+ "fieldName": "formnovalidate"
20182
+ },
20183
+ {
20184
+ "name": "formtarget",
20185
+ "type": {
20186
+ "text": "'_self' | '_blank' | '_parent' | '_top'"
20187
+ },
20188
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
20189
+ "fieldName": "formtarget"
20190
+ },
20191
+ {
20192
+ "name": "type",
20193
+ "type": {
20194
+ "text": "'submit' | 'reset' | 'button'"
20195
+ },
20196
+ "description": "The button type.",
20197
+ "fieldName": "type"
20198
+ }
20199
+ ],
20200
+ "superclass": {
20201
+ "name": "FormAssociatedButton",
20202
+ "module": "/libs/components/src/shared/foundation/button/button.form-associated"
20203
+ }
20204
+ },
20205
+ {
20206
+ "kind": "class",
20207
+ "description": "Includes ARIA states and properties relating to the ARIA button role",
20208
+ "name": "DelegatesARIAButton",
20209
+ "members": [
20210
+ {
20211
+ "kind": "field",
20212
+ "name": "ariaExpanded",
20213
+ "type": {
20214
+ "text": "'true' | 'false' | string | null"
20215
+ },
20216
+ "privacy": "public",
20217
+ "description": "See https://www.w3.org/WAI/PF/aria/roles#button for more information"
20218
+ },
20219
+ {
20220
+ "kind": "field",
20221
+ "name": "ariaPressed",
20222
+ "type": {
20223
+ "text": "'true' | 'false' | 'mixed' | string | null"
20224
+ },
20225
+ "privacy": "public",
20226
+ "description": "See https://www.w3.org/WAI/PF/aria/roles#button for more information"
20227
+ }
20228
+ ],
20229
+ "attributes": [
20230
+ {
20231
+ "name": "aria-expanded",
20232
+ "type": {
20233
+ "text": "'true' | 'false' | string | null"
20234
+ },
20235
+ "description": "See https://www.w3.org/WAI/PF/aria/roles#button for more information",
20236
+ "fieldName": "ariaExpanded"
20237
+ },
20238
+ {
20239
+ "name": "aria-pressed",
20240
+ "type": {
20241
+ "text": "'true' | 'false' | 'mixed' | string | null"
20242
+ },
20243
+ "description": "See https://www.w3.org/WAI/PF/aria/roles#button for more information",
20244
+ "fieldName": "ariaPressed"
20245
+ }
20246
+ ]
20247
+ }
20248
+ ],
20249
+ "exports": [
20250
+ {
20251
+ "kind": "js",
20252
+ "name": "FoundationButton",
20253
+ "declaration": {
20254
+ "name": "FoundationButton",
20255
+ "module": "libs/components/src/shared/foundation/button/button.ts"
20256
+ }
20257
+ },
20258
+ {
20259
+ "kind": "js",
20260
+ "name": "DelegatesARIAButton",
20261
+ "declaration": {
20262
+ "name": "DelegatesARIAButton",
20263
+ "module": "libs/components/src/shared/foundation/button/button.ts"
20264
+ }
20265
+ }
20266
+ ]
20267
+ },
20268
+ {
20269
+ "kind": "javascript-module",
20270
+ "path": "libs/components/src/shared/foundation/patterns/aria-global.ts",
20271
+ "declarations": [
20272
+ {
20273
+ "kind": "class",
20274
+ "description": "Some states and properties are applicable to all host language elements regardless of whether a role is applied.\nThe following global states and properties are supported by all roles and by all base markup elements.\nhttps://www.w3.org/TR/wai-aria-1.1/#global_states\n\nThis is intended to be used as a mixin. Be sure you extend FASTElement.",
20275
+ "name": "ARIAGlobalStatesAndProperties",
20276
+ "members": [
20277
+ {
20278
+ "kind": "field",
20279
+ "name": "ariaAtomic",
20280
+ "type": {
20281
+ "text": "'true' | 'false' | string | null"
20282
+ },
20283
+ "description": "Indicates whether assistive technologies will present all, or only parts of,\nthe changed region based on the change notifications defined by the aria-relevant attribute.\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-atomic",
20284
+ "privacy": "public"
20285
+ },
20286
+ {
20287
+ "kind": "field",
20288
+ "name": "ariaBusy",
20289
+ "type": {
20290
+ "text": "'true' | 'false' | string | null"
20291
+ },
20292
+ "description": "Indicates an element is being modified and that assistive technologies MAY want to wait\nuntil the modifications are complete before exposing them to the user.\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-busy",
20293
+ "privacy": "public"
20294
+ },
20295
+ {
20296
+ "kind": "field",
20297
+ "name": "ariaControls",
20298
+ "type": {
20299
+ "text": "string | null"
20300
+ },
20301
+ "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-controls",
20302
+ "privacy": "public"
20303
+ },
20304
+ {
20305
+ "kind": "field",
20306
+ "name": "ariaCurrent",
20307
+ "type": {
20308
+ "text": "| 'page'\n\t\t| 'step'\n\t\t| 'location'\n\t\t| 'date'\n\t\t| 'time'\n\t\t| 'true'\n\t\t| 'false'\n\t\t| string\n\t\t| null"
20309
+ },
20310
+ "description": "Indicates the element that represents the current item within a container or set of related elements.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-current",
20311
+ "privacy": "public"
20312
+ },
20313
+ {
20314
+ "kind": "field",
20315
+ "name": "ariaDescribedby",
20316
+ "type": {
20317
+ "text": "string | null"
20318
+ },
20319
+ "description": "Identifies the element (or elements) that describes the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-describedby",
20320
+ "privacy": "public"
20321
+ },
20322
+ {
20323
+ "kind": "field",
20324
+ "name": "ariaDetails",
20325
+ "type": {
20326
+ "text": "string | null"
20327
+ },
20328
+ "description": "Identifies the element that provides a detailed, extended description for the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-details",
20329
+ "privacy": "public"
20330
+ },
20331
+ {
20332
+ "kind": "field",
20333
+ "name": "ariaDisabled",
20334
+ "type": {
20335
+ "text": "'true' | 'false' | string | null"
20336
+ },
20337
+ "description": "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-disabled",
20338
+ "privacy": "public"
20339
+ },
20340
+ {
20341
+ "kind": "field",
20342
+ "name": "ariaErrormessage",
20343
+ "type": {
20344
+ "text": "string | null"
20345
+ },
20346
+ "description": "Identifies the element that provides an error message for the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-errormessage",
20347
+ "privacy": "public"
20348
+ },
20349
+ {
20350
+ "kind": "field",
20351
+ "name": "ariaFlowto",
20352
+ "type": {
20353
+ "text": "string | null"
20354
+ },
20355
+ "description": "Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,\nallows assistive technology to override the general default of reading in document source order.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-flowto",
20356
+ "privacy": "public"
20357
+ },
20358
+ {
20359
+ "kind": "field",
20360
+ "name": "ariaHaspopup",
20361
+ "type": {
20362
+ "text": "| 'false'\n\t\t| 'true'\n\t\t| 'menu'\n\t\t| 'listbox'\n\t\t| 'tree'\n\t\t| 'grid'\n\t\t| 'dialog'\n\t\t| string\n\t\t| null"
20363
+ },
20364
+ "description": "Indicates the availability and type of interactive popup element,\nsuch as menu or dialog, that can be triggered by an element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-haspopup",
20365
+ "privacy": "public"
20366
+ },
20367
+ {
20368
+ "kind": "field",
20369
+ "name": "ariaHidden",
20370
+ "type": {
20371
+ "text": "'false' | 'true' | string | null"
20372
+ },
20373
+ "description": "Indicates whether the element is exposed to an accessibility API\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-hidden",
20374
+ "privacy": "public"
20375
+ },
20376
+ {
20377
+ "kind": "field",
20378
+ "name": "ariaInvalid",
20379
+ "type": {
20380
+ "text": "'false' | 'true' | 'grammar' | 'spelling' | string | null"
20381
+ },
20382
+ "description": "Indicates the entered value does not conform to the format expected by the application.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-invalid",
20383
+ "privacy": "public"
20384
+ },
20385
+ {
20386
+ "kind": "field",
20387
+ "name": "ariaKeyshortcuts",
20388
+ "type": {
20389
+ "text": "string | null"
20390
+ },
20391
+ "description": "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-keyshortcuts",
20392
+ "privacy": "public"
20393
+ },
20394
+ {
20395
+ "kind": "field",
20396
+ "name": "ariaLabel",
20397
+ "type": {
20398
+ "text": "string | null"
20399
+ },
20400
+ "description": "Defines a string value that labels the current element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
20401
+ "privacy": "public"
20402
+ },
20403
+ {
20404
+ "kind": "field",
20405
+ "name": "ariaLabelledby",
20406
+ "type": {
20407
+ "text": "string | null"
20408
+ },
20409
+ "description": "Identifies the element (or elements) that labels the current element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-labelledby",
20410
+ "privacy": "public"
20411
+ },
20412
+ {
20413
+ "kind": "field",
20414
+ "name": "ariaLive",
20415
+ "type": {
20416
+ "text": "'assertive' | 'off' | 'polite' | string | null"
20417
+ },
20418
+ "description": "Indicates that an element will be updated, and describes the types of updates the user agents,\nassistive technologies, and user can expect from the live region.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-live",
20419
+ "privacy": "public"
20420
+ },
20421
+ {
20422
+ "kind": "field",
20423
+ "name": "ariaOwns",
20424
+ "type": {
20425
+ "text": "string | null"
20426
+ },
20427
+ "description": "Identifies an element (or elements) in order to define a visual,\nfunctional, or contextual parent/child relationship between DOM elements\nwhere the DOM hierarchy cannot be used to represent the relationship.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-owns",
20428
+ "privacy": "public"
20429
+ },
20430
+ {
20431
+ "kind": "field",
20432
+ "name": "ariaRelevant",
20433
+ "type": {
20434
+ "text": "| 'additions'\n\t\t| 'additions text'\n\t\t| 'all'\n\t\t| 'removals'\n\t\t| 'text'\n\t\t| string\n\t\t| null"
20435
+ },
20436
+ "description": "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-relevant",
20437
+ "privacy": "public"
20438
+ },
20439
+ {
20440
+ "kind": "field",
20441
+ "name": "ariaRoledescription",
20442
+ "type": {
20443
+ "text": "string | null"
20444
+ },
20445
+ "description": "Defines a human-readable, author-localized description for the role of an element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-roledescription",
20446
+ "privacy": "public"
20447
+ }
20448
+ ],
20449
+ "attributes": [
20450
+ {
20451
+ "name": "aria-atomic",
20452
+ "type": {
20453
+ "text": "'true' | 'false' | string | null"
20454
+ },
20455
+ "description": "Indicates whether assistive technologies will present all, or only parts of,\nthe changed region based on the change notifications defined by the aria-relevant attribute.\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-atomic",
20456
+ "fieldName": "ariaAtomic"
20457
+ },
20458
+ {
20459
+ "name": "aria-busy",
20460
+ "type": {
20461
+ "text": "'true' | 'false' | string | null"
20462
+ },
20463
+ "description": "Indicates an element is being modified and that assistive technologies MAY want to wait\nuntil the modifications are complete before exposing them to the user.\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-busy",
20464
+ "fieldName": "ariaBusy"
20465
+ },
20466
+ {
20467
+ "name": "aria-controls",
20468
+ "type": {
20469
+ "text": "string | null"
20470
+ },
20471
+ "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-controls",
20472
+ "fieldName": "ariaControls"
20473
+ },
20474
+ {
20475
+ "name": "aria-current",
20476
+ "type": {
20477
+ "text": "| 'page'\n\t\t| 'step'\n\t\t| 'location'\n\t\t| 'date'\n\t\t| 'time'\n\t\t| 'true'\n\t\t| 'false'\n\t\t| string\n\t\t| null"
20478
+ },
20479
+ "description": "Indicates the element that represents the current item within a container or set of related elements.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-current",
20480
+ "fieldName": "ariaCurrent"
20481
+ },
20482
+ {
20483
+ "name": "aria-describedby",
20484
+ "type": {
20485
+ "text": "string | null"
20486
+ },
20487
+ "description": "Identifies the element (or elements) that describes the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-describedby",
20488
+ "fieldName": "ariaDescribedby"
20489
+ },
20490
+ {
20491
+ "name": "aria-details",
20492
+ "type": {
20493
+ "text": "string | null"
20494
+ },
20495
+ "description": "Identifies the element that provides a detailed, extended description for the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-details",
20496
+ "fieldName": "ariaDetails"
20497
+ },
20498
+ {
20499
+ "name": "aria-disabled",
20500
+ "type": {
20501
+ "text": "'true' | 'false' | string | null"
20502
+ },
20503
+ "description": "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-disabled",
20504
+ "fieldName": "ariaDisabled"
20505
+ },
20506
+ {
20507
+ "name": "aria-errormessage",
20508
+ "type": {
20509
+ "text": "string | null"
20510
+ },
20511
+ "description": "Identifies the element that provides an error message for the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-errormessage",
20512
+ "fieldName": "ariaErrormessage"
20513
+ },
20514
+ {
20515
+ "name": "aria-flowto",
20516
+ "type": {
20517
+ "text": "string | null"
20518
+ },
20519
+ "description": "Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,\nallows assistive technology to override the general default of reading in document source order.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-flowto",
20520
+ "fieldName": "ariaFlowto"
20521
+ },
20522
+ {
20523
+ "name": "aria-haspopup",
20524
+ "type": {
20525
+ "text": "| 'false'\n\t\t| 'true'\n\t\t| 'menu'\n\t\t| 'listbox'\n\t\t| 'tree'\n\t\t| 'grid'\n\t\t| 'dialog'\n\t\t| string\n\t\t| null"
20526
+ },
20527
+ "description": "Indicates the availability and type of interactive popup element,\nsuch as menu or dialog, that can be triggered by an element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-haspopup",
20528
+ "fieldName": "ariaHaspopup"
20529
+ },
20530
+ {
20531
+ "name": "aria-hidden",
20532
+ "type": {
20533
+ "text": "'false' | 'true' | string | null"
20534
+ },
20535
+ "description": "Indicates whether the element is exposed to an accessibility API\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-hidden",
20536
+ "fieldName": "ariaHidden"
20537
+ },
20538
+ {
20539
+ "name": "aria-invalid",
20540
+ "type": {
20541
+ "text": "'false' | 'true' | 'grammar' | 'spelling' | string | null"
20542
+ },
20543
+ "description": "Indicates the entered value does not conform to the format expected by the application.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-invalid",
20544
+ "fieldName": "ariaInvalid"
20545
+ },
20546
+ {
20547
+ "name": "aria-keyshortcuts",
20548
+ "type": {
20549
+ "text": "string | null"
20550
+ },
20551
+ "description": "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-keyshortcuts",
20552
+ "fieldName": "ariaKeyshortcuts"
20553
+ },
20554
+ {
20555
+ "name": "aria-label",
20556
+ "type": {
20557
+ "text": "string | null"
20558
+ },
20559
+ "description": "Defines a string value that labels the current element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
20560
+ "fieldName": "ariaLabel"
20561
+ },
20562
+ {
20563
+ "name": "aria-labelledby",
20564
+ "type": {
20565
+ "text": "string | null"
20566
+ },
20567
+ "description": "Identifies the element (or elements) that labels the current element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-labelledby",
20568
+ "fieldName": "ariaLabelledby"
20569
+ },
20570
+ {
20571
+ "name": "aria-live",
20572
+ "type": {
20573
+ "text": "'assertive' | 'off' | 'polite' | string | null"
20574
+ },
20575
+ "description": "Indicates that an element will be updated, and describes the types of updates the user agents,\nassistive technologies, and user can expect from the live region.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-live",
20576
+ "fieldName": "ariaLive"
20577
+ },
20578
+ {
20579
+ "name": "aria-owns",
20580
+ "type": {
20581
+ "text": "string | null"
20582
+ },
20583
+ "description": "Identifies an element (or elements) in order to define a visual,\nfunctional, or contextual parent/child relationship between DOM elements\nwhere the DOM hierarchy cannot be used to represent the relationship.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-owns",
20584
+ "fieldName": "ariaOwns"
20585
+ },
20586
+ {
20587
+ "name": "aria-relevant",
20588
+ "type": {
20589
+ "text": "| 'additions'\n\t\t| 'additions text'\n\t\t| 'all'\n\t\t| 'removals'\n\t\t| 'text'\n\t\t| string\n\t\t| null"
20590
+ },
20591
+ "description": "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-relevant",
20592
+ "fieldName": "ariaRelevant"
20593
+ },
20594
+ {
20595
+ "name": "aria-roledescription",
20596
+ "type": {
20597
+ "text": "string | null"
20598
+ },
20599
+ "description": "Defines a human-readable, author-localized description for the role of an element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-roledescription",
20600
+ "fieldName": "ariaRoledescription"
20601
+ }
20602
+ ]
20603
+ }
20604
+ ],
20605
+ "exports": [
20606
+ {
20607
+ "kind": "js",
20608
+ "name": "ARIAGlobalStatesAndProperties",
20609
+ "declaration": {
20610
+ "name": "ARIAGlobalStatesAndProperties",
20611
+ "module": "libs/components/src/shared/foundation/patterns/aria-global.ts"
20612
+ }
20613
+ }
20614
+ ]
20615
+ },
20616
+ {
20617
+ "kind": "javascript-module",
20618
+ "path": "libs/components/src/shared/foundation/test-utilities/fixture.ts",
20619
+ "declarations": [
20620
+ {
20621
+ "kind": "function",
20622
+ "name": "uniqueElementName",
20623
+ "return": {
20624
+ "type": {
20625
+ "text": "string"
20626
+ }
20627
+ },
20628
+ "description": "Creates a random, unique name suitable for use as a Custom Element name."
20629
+ },
20630
+ {
20631
+ "kind": "function",
20632
+ "name": "fixture",
20633
+ "return": {
20634
+ "type": {
20635
+ "text": "Promise<Fixture<TElement>>"
20636
+ }
20637
+ },
20638
+ "parameters": [
20639
+ {
20640
+ "name": "templateNameOrRegistry",
20641
+ "type": {
20642
+ "text": "| ViewTemplate\n\t\t| string\n\t\t| FoundationElementRegistry<\n\t\t\t\tFoundationElementDefinition,\n\t\t\t\tConstructable<TElement>\n\t\t >\n\t\t| [\n\t\t\t\tFoundationElementRegistry<\n\t\t\t\t\tFoundationElementDefinition,\n\t\t\t\t\tConstructable<TElement>\n\t\t\t\t>,\n\t\t\t\t...FoundationElementRegistry<\n\t\t\t\t\tFoundationElementDefinition,\n\t\t\t\t\tConstructable\n\t\t\t\t>[]\n\t\t ]"
20643
+ },
20644
+ "description": "An HTML template or single element name to create the fixture for."
20645
+ },
20646
+ {
20647
+ "name": "options",
20648
+ "default": "{}",
20649
+ "type": {
20650
+ "text": "FixtureOptions"
20651
+ },
20652
+ "description": "Enables customizing fixture creation behavior."
20653
+ }
20654
+ ],
20655
+ "description": "Creates a test fixture suitable for testing custom elements, templates, and bindings.",
20656
+ "async": true
20657
+ }
20658
+ ],
20659
+ "exports": [
20660
+ {
20661
+ "kind": "js",
20662
+ "name": "uniqueElementName",
20663
+ "declaration": {
20664
+ "name": "uniqueElementName",
20665
+ "module": "libs/components/src/shared/foundation/test-utilities/fixture.ts"
20666
+ }
20667
+ },
20668
+ {
20669
+ "kind": "js",
20670
+ "name": "fixture",
20671
+ "declaration": {
20672
+ "name": "fixture",
20673
+ "module": "libs/components/src/shared/foundation/test-utilities/fixture.ts"
20674
+ }
20675
+ }
20676
+ ]
20677
+ },
17969
20678
  {
17970
20679
  "kind": "javascript-module",
17971
20680
  "path": "libs/components/src/shared/date-picker/date-picker-base.ts",