@ds-autonomie/web-components 2.5.0 → 2.5.1

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 (175) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/cdn/chunks/{chunk.J5KWVZHL.js → chunk.2BQQJKFU.js} +19 -111
  3. package/cdn/chunks/{chunk.A5QRPK4Q.js → chunk.3XJTVFZ2.js} +1 -1
  4. package/cdn/chunks/{chunk.3OSWL542.js → chunk.53DHJKYL.js} +0 -6
  5. package/cdn/chunks/{chunk.5BQ2BGS6.js → chunk.6KSC4CRL.js} +1 -0
  6. package/cdn/chunks/{chunk.HG4TPK7J.js → chunk.7CBNLWGC.js} +15 -153
  7. package/cdn/chunks/{chunk.5UVKMYSG.js → chunk.BQX4GGIU.js} +18 -12
  8. package/cdn/chunks/{chunk.H2OEFMQC.js → chunk.BWYI3OOJ.js} +0 -6
  9. package/cdn/chunks/chunk.CAWNJ57J.js +291 -0
  10. package/cdn/chunks/{chunk.URME4YZI.js → chunk.E2ERJT5L.js} +4 -121
  11. package/cdn/chunks/{chunk.CMRQV2SO.js → chunk.EVV7CPIX.js} +3 -3
  12. package/cdn/chunks/{chunk.2N65UIM6.js → chunk.IPKU2NK6.js} +23 -1
  13. package/cdn/chunks/{chunk.UM64ZD3C.js → chunk.JUCW3BPM.js} +1 -1
  14. package/cdn/chunks/{chunk.EF2VOGBL.js → chunk.LYIECKOK.js} +1 -1
  15. package/cdn/chunks/{chunk.WLND36JK.js → chunk.MMT7DZQU.js} +19 -10
  16. package/cdn/chunks/{chunk.BKVL3A5I.js → chunk.MRBMS4RB.js} +6 -2
  17. package/cdn/chunks/{chunk.VRC57YIG.js → chunk.NNXRECFT.js} +1 -1
  18. package/cdn/chunks/chunk.NON7TU3E.js +15 -0
  19. package/cdn/chunks/{chunk.L3ZYNSI3.js → chunk.OCDDQJHV.js} +3 -3
  20. package/cdn/chunks/{chunk.BNLQUWBO.js → chunk.OQUR5UM4.js} +1 -1
  21. package/cdn/chunks/{chunk.LZCR7P7U.js → chunk.PQ4KTIXS.js} +3 -129
  22. package/cdn/chunks/chunk.PT3QFRYN.js +336 -0
  23. package/cdn/chunks/{chunk.AJFNFADL.js → chunk.QUA6RD7E.js} +1 -1
  24. package/cdn/chunks/{chunk.TY7NQYTC.js → chunk.T6APUNAB.js} +21 -113
  25. package/cdn/chunks/{chunk.2YVHHVLG.js → chunk.UORXHDBJ.js} +3 -2
  26. package/cdn/chunks/{chunk.2FF44G4Y.js → chunk.WWI5IYQY.js} +3 -3
  27. package/cdn/chunks/{chunk.JVTWZUNG.js → chunk.XODAGFNB.js} +1 -1
  28. package/cdn/chunks/chunk.YGJ3KERC.js +290 -0
  29. package/cdn/chunks/{chunk.3KJHZGAI.js → chunk.ZHNP2Z3B.js} +1 -1
  30. package/cdn/components/checkbox/checkbox.js +3 -3
  31. package/cdn/components/checkbox-button/checkbox-button.js +2 -2
  32. package/cdn/components/checkbox-card/checkbox-card.js +2 -2
  33. package/cdn/components/checkbox-group/checkbox-group.js +1 -1
  34. package/cdn/components/filter-counter/filter-counter.js +11 -8
  35. package/cdn/components/filter-date/filter-date.js +1 -1
  36. package/cdn/components/filter-range/filter-range.js +11 -8
  37. package/cdn/components/filter-select/filter-select.js +12 -9
  38. package/cdn/components/input/input.d.ts +13 -77
  39. package/cdn/components/input/input.js +11 -8
  40. package/cdn/components/input-date/input-date.d.ts +4 -42
  41. package/cdn/components/input-date/input-date.js +5 -4
  42. package/cdn/components/input-date/input-date.styles.js +2 -2
  43. package/cdn/components/input-mask/input-mask.d.ts +3 -50
  44. package/cdn/components/input-mask/input-mask.js +2 -1
  45. package/cdn/components/input-native/input-native.d.ts +57 -0
  46. package/cdn/components/input-native/input-native.js +43 -0
  47. package/cdn/components/{input/input.styles.js → input-native/input-native.styles.js} +4 -3
  48. package/cdn/components/{input/input.utils.d.ts → input-native/input-native.utils.d.ts} +1 -1
  49. package/cdn/components/{input/input.utils.js → input-native/input-native.utils.js} +1 -1
  50. package/cdn/components/input-otp/input-otp.d.ts +6 -50
  51. package/cdn/components/input-otp/input-otp.js +2 -1
  52. package/cdn/components/input-phone/input-phone.d.ts +5 -36
  53. package/cdn/components/input-phone/input-phone.js +2 -1
  54. package/cdn/components/input-time/input-time.d.ts +5 -54
  55. package/cdn/components/input-time/input-time.js +4 -3
  56. package/cdn/components/input-time/input-time.styles.js +2 -2
  57. package/cdn/components/pagination/pagination.js +11 -8
  58. package/cdn/components/radio/radio.js +1 -1
  59. package/cdn/components/radio-card/radio-card.js +2 -2
  60. package/cdn/components/tab-group/tab-group.d.ts +2 -0
  61. package/cdn/components/tab-group/tab-group.js +1 -1
  62. package/cdn/components/table/table.js +2 -2
  63. package/cdn/components/table/table.styles.js +1 -1
  64. package/cdn/components/table-body/table-body.js +3 -3
  65. package/cdn/components/table-head/table-head.js +3 -3
  66. package/cdn/components/table-header-cell/table-header-cell.js +2 -2
  67. package/cdn/components/table-header-cell/table-header-cell.styles.js +1 -1
  68. package/cdn/components/table-header-row/table-header-row.js +5 -5
  69. package/cdn/components/table-row/table-row.js +3 -3
  70. package/cdn/components/tree/tree.js +5 -5
  71. package/cdn/components/tree-item/tree-item.js +3 -3
  72. package/cdn/custom-elements.json +750 -2288
  73. package/cdn/design-system.js +70 -67
  74. package/cdn/internal/components/checkbox-box/checkbox-box.styles.js +0 -6
  75. package/cdn/internal/components/date-field/date-field.d.ts +11 -0
  76. package/cdn/internal/components/date-field/date-field.js +23 -1
  77. package/cdn/internal/components/input-base/input-base.d.ts +118 -0
  78. package/cdn/internal/components/input-base/input-base.js +313 -0
  79. package/cdn/internal/components/input-base/input-base.styles.js +302 -0
  80. package/cdn/internal/components/input-base/input-base.utils.d.ts +1 -0
  81. package/cdn/internal/components/input-base/input-base.utils.js +1 -0
  82. package/cdn/internal/components/radio-icon/radio-icon.styles.js +0 -6
  83. package/cdn/vscode.html-custom-data.json +15 -320
  84. package/cdn/web-types.json +200 -1244
  85. package/dist/chunks/chunk.3CWUZQRT.js +325 -0
  86. package/dist/chunks/{chunk.OKUA77L4.js → chunk.4S7APMGY.js} +18 -12
  87. package/dist/chunks/{chunk.PWVYG6XN.js → chunk.4ZAABSYS.js} +0 -6
  88. package/dist/chunks/{chunk.IE7IGJZB.js → chunk.63BQQE4G.js} +23 -1
  89. package/dist/chunks/{chunk.OWV6XZFR.js → chunk.7QLR3F26.js} +1 -1
  90. package/dist/chunks/{chunk.XVFPRM26.js → chunk.AHHKOQL3.js} +1 -1
  91. package/dist/chunks/{chunk.P2LEUT2Q.js → chunk.BYB2ODNQ.js} +4 -121
  92. package/dist/chunks/{chunk.3ZF3W6DC.js → chunk.DHCXNXX3.js} +1 -1
  93. package/dist/chunks/chunk.DJNQIAYV.js +283 -0
  94. package/dist/chunks/{chunk.DRFXWCPL.js → chunk.DKIEKIV4.js} +3 -129
  95. package/dist/chunks/{chunk.OHDR6G6J.js → chunk.DMIXIORN.js} +3 -3
  96. package/dist/chunks/{chunk.IICLN6L3.js → chunk.DUPWIWDC.js} +15 -153
  97. package/dist/chunks/{chunk.Z2A5AEMU.js → chunk.DXRDCCL4.js} +1 -1
  98. package/dist/chunks/{chunk.54CFE45F.js → chunk.L2B7WMWE.js} +3 -3
  99. package/dist/chunks/{chunk.62WXVS5Q.js → chunk.NKOMMJMK.js} +6 -2
  100. package/dist/chunks/{chunk.7XUPS5FG.js → chunk.PHSUFADX.js} +1 -0
  101. package/dist/chunks/chunk.QFO2VDJ3.js +286 -0
  102. package/dist/chunks/{chunk.DFBKUH2U.js → chunk.RGHMS6RU.js} +1 -1
  103. package/dist/chunks/{chunk.ORLKMJIV.js → chunk.SFD6GJDA.js} +19 -10
  104. package/dist/chunks/{chunk.ZRW5L2NC.js → chunk.SGKW2DOH.js} +3 -2
  105. package/dist/chunks/{chunk.H7ZLX7SO.js → chunk.TODRUEYV.js} +3 -3
  106. package/dist/chunks/chunk.ULPMZDTP.js +13 -0
  107. package/dist/chunks/{chunk.2BZBH3CX.js → chunk.URDP5HQR.js} +0 -6
  108. package/dist/chunks/{chunk.EY2LRNGD.js → chunk.X6M22EYD.js} +21 -113
  109. package/dist/chunks/{chunk.OMUELARQ.js → chunk.Y4CDJYQO.js} +19 -111
  110. package/dist/chunks/{chunk.RS4S7SAD.js → chunk.Y6XPKQ25.js} +1 -1
  111. package/dist/chunks/{chunk.Y3I7GUNB.js → chunk.Z42XBNIN.js} +1 -1
  112. package/dist/chunks/{chunk.DISFQ7ZU.js → chunk.ZMMQOF24.js} +1 -1
  113. package/dist/components/checkbox/checkbox.js +3 -3
  114. package/dist/components/checkbox-button/checkbox-button.js +2 -2
  115. package/dist/components/checkbox-card/checkbox-card.js +2 -2
  116. package/dist/components/checkbox-group/checkbox-group.js +1 -1
  117. package/dist/components/filter-counter/filter-counter.js +11 -8
  118. package/dist/components/filter-date/filter-date.js +1 -1
  119. package/dist/components/filter-range/filter-range.js +11 -8
  120. package/dist/components/filter-select/filter-select.js +12 -9
  121. package/dist/components/input/input.d.ts +13 -77
  122. package/dist/components/input/input.js +11 -8
  123. package/dist/components/input-date/input-date.d.ts +4 -42
  124. package/dist/components/input-date/input-date.js +5 -4
  125. package/dist/components/input-date/input-date.styles.js +2 -2
  126. package/dist/components/input-mask/input-mask.d.ts +3 -50
  127. package/dist/components/input-mask/input-mask.js +2 -1
  128. package/dist/components/input-native/input-native.d.ts +57 -0
  129. package/dist/components/input-native/input-native.js +35 -0
  130. package/dist/components/input-native/input-native.styles.d.ts +2 -0
  131. package/dist/components/input-native/input-native.styles.js +10 -0
  132. package/dist/components/{input/input.utils.d.ts → input-native/input-native.utils.d.ts} +1 -1
  133. package/dist/components/{input/input.utils.js → input-native/input-native.utils.js} +1 -1
  134. package/dist/components/input-otp/input-otp.d.ts +6 -50
  135. package/dist/components/input-otp/input-otp.js +2 -1
  136. package/dist/components/input-phone/input-phone.d.ts +5 -36
  137. package/dist/components/input-phone/input-phone.js +2 -1
  138. package/dist/components/input-time/input-time.d.ts +5 -54
  139. package/dist/components/input-time/input-time.js +4 -3
  140. package/dist/components/input-time/input-time.styles.js +2 -2
  141. package/dist/components/pagination/pagination.js +11 -8
  142. package/dist/components/radio/radio.js +1 -1
  143. package/dist/components/radio-card/radio-card.js +2 -2
  144. package/dist/components/tab-group/tab-group.d.ts +2 -0
  145. package/dist/components/tab-group/tab-group.js +1 -1
  146. package/dist/components/table/table.js +2 -2
  147. package/dist/components/table/table.styles.js +1 -1
  148. package/dist/components/table-body/table-body.js +3 -3
  149. package/dist/components/table-head/table-head.js +3 -3
  150. package/dist/components/table-header-cell/table-header-cell.js +2 -2
  151. package/dist/components/table-header-cell/table-header-cell.styles.js +1 -1
  152. package/dist/components/table-header-row/table-header-row.js +5 -5
  153. package/dist/components/table-row/table-row.js +3 -3
  154. package/dist/components/tree/tree.js +5 -5
  155. package/dist/components/tree-item/tree-item.js +3 -3
  156. package/dist/custom-elements.json +750 -2288
  157. package/dist/design-system.js +70 -67
  158. package/dist/internal/components/checkbox-box/checkbox-box.styles.js +0 -6
  159. package/dist/internal/components/date-field/date-field.d.ts +11 -0
  160. package/dist/internal/components/date-field/date-field.js +23 -1
  161. package/dist/internal/components/input-base/input-base.d.ts +118 -0
  162. package/dist/internal/components/input-base/input-base.js +313 -0
  163. package/dist/internal/components/input-base/input-base.styles.d.ts +2 -0
  164. package/dist/internal/components/input-base/input-base.styles.js +302 -0
  165. package/dist/internal/components/input-base/input-base.utils.d.ts +1 -0
  166. package/dist/internal/components/input-base/input-base.utils.js +1 -0
  167. package/dist/internal/components/radio-icon/radio-icon.styles.js +0 -6
  168. package/dist/vscode.html-custom-data.json +15 -320
  169. package/dist/web-types.json +200 -1244
  170. package/package.json +17 -17
  171. package/cdn/chunks/chunk.5F7AUS4F.js +0 -703
  172. package/dist/chunks/chunk.JJT6FP7U.js +0 -690
  173. package/dist/components/input/input.styles.js +0 -9
  174. /package/cdn/components/{input/input.styles.d.ts → input-native/input-native.styles.d.ts} +0 -0
  175. /package/{dist/components/input/input.styles.d.ts → cdn/internal/components/input-base/input-base.styles.d.ts} +0 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "name": "@ds-autonomie/web-components",
4
- "version": "2.5.0",
4
+ "version": "2.5.1",
5
5
  "description-markup": "markdown",
6
6
  "framework-config": {
7
7
  "enable-when": {
@@ -7909,188 +7909,24 @@
7909
7909
  "js": {
7910
7910
  "properties": [
7911
7911
  {
7912
- "name": "formControlController",
7913
- "value": {}
7914
- },
7915
- {
7916
- "name": "localize",
7917
- "value": {}
7918
- },
7919
- {
7920
- "name": "input",
7921
- "value": {
7922
- "type": "HTMLInputElement | DSAInputDate | DSAInputTime"
7923
- }
7924
- },
7925
- {
7926
- "name": "standardInput",
7927
- "value": {
7928
- "type": "HTMLInputElement"
7929
- }
7930
- },
7931
- {
7932
- "name": "dateInput",
7933
- "value": {
7934
- "type": "DSAInputDate"
7935
- }
7936
- },
7937
- {
7938
- "name": "timeInput",
7939
- "value": {
7940
- "type": "DSAInputTime"
7941
- }
7942
- },
7943
- {
7944
- "name": "hasFocus",
7945
- "value": {
7946
- "type": "boolean"
7947
- }
7948
- },
7949
- {
7950
- "name": "type",
7951
- "description": "The type of input. Works the same as a native `<input>` element, but only a subset of types are supported. Defaults\nto `text`.",
7952
- "value": {
7953
- "type": "DSAInputTypes"
7954
- }
7955
- },
7956
- {
7957
- "name": "value",
7958
- "description": "The current value of the input, submitted as a name/value pair with form data.",
7959
- "value": {
7960
- "type": "string"
7961
- }
7962
- },
7963
- {
7964
- "name": "defaultValue",
7965
- "description": "The default value of the form control. Primarily used for resetting the form control.",
7966
- "value": {
7967
- "type": "string"
7968
- }
7969
- },
7970
- {
7971
- "name": "clearable",
7972
- "description": "Adds a clear button when the input is not empty.",
7912
+ "name": "inputElement",
7973
7913
  "value": {
7974
- "type": "boolean"
7914
+ "type": "| DSAInputNative\n | DSAInputDate\n | DSAInputTime"
7975
7915
  }
7976
7916
  },
7977
7917
  {
7978
7918
  "name": "lang",
7919
+ "description": "Input date specific properties",
7979
7920
  "value": {
7980
7921
  "type": "string"
7981
7922
  }
7982
7923
  },
7983
- {
7984
- "name": "passwordVisible",
7985
- "description": "Determines whether or not the password is currently visible. Only applies to password input types.",
7986
- "value": {
7987
- "type": "boolean"
7988
- }
7989
- },
7990
- {
7991
- "name": "pattern",
7992
- "description": "A regular expression pattern to validate input against.",
7993
- "value": {
7994
- "type": "string"
7995
- }
7996
- },
7997
- {
7998
- "name": "minlength",
7999
- "description": "The minimum length of input that will be considered valid.",
8000
- "value": {
8001
- "type": "number"
8002
- }
8003
- },
8004
- {
8005
- "name": "maxlength",
8006
- "description": "The maximum length of input that will be considered valid.",
8007
- "value": {
8008
- "type": "number"
8009
- }
8010
- },
8011
- {
8012
- "name": "counter",
8013
- "description": "Display the counter if maxlength is provided",
8014
- "value": {
8015
- "type": "boolean"
8016
- }
8017
- },
8018
- {
8019
- "name": "min",
8020
- "description": "The input's minimum value. Only applies to date and number input types.",
8021
- "value": {
8022
- "type": "number | string"
8023
- }
8024
- },
8025
- {
8026
- "name": "max",
8027
- "description": "The input's maximum value. Only applies to date and number input types.",
8028
- "value": {
8029
- "type": "number | string"
8030
- }
8031
- },
8032
7924
  {
8033
7925
  "name": "calendarStartDate",
8034
7926
  "value": {
8035
7927
  "type": "string"
8036
7928
  }
8037
7929
  },
8038
- {
8039
- "name": "step",
8040
- "description": "Specifies the granularity that the value must adhere to, or the special value `any` which means no stepping is\nimplied, allowing any numeric value. Only applies to date and number input types.",
8041
- "value": {
8042
- "type": "number | 'any'"
8043
- }
8044
- },
8045
- {
8046
- "name": "autocapitalize",
8047
- "description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
8048
- "value": {
8049
- "type": "| 'off'\n | 'none'\n | 'on'\n | 'sentences'\n | 'words'\n | 'characters'"
8050
- }
8051
- },
8052
- {
8053
- "name": "autocorrect",
8054
- "description": "Indicates whether the browser's autocorrect feature is on or off.",
8055
- "value": {
8056
- "type": "'off' | 'on'"
8057
- }
8058
- },
8059
- {
8060
- "name": "autocomplete",
8061
- "description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
8062
- "value": {
8063
- "type": "string"
8064
- }
8065
- },
8066
- {
8067
- "name": "autofocus",
8068
- "description": "Indicates that the input should receive focus on page load.",
8069
- "value": {
8070
- "type": "boolean"
8071
- }
8072
- },
8073
- {
8074
- "name": "enterkeyhint",
8075
- "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
8076
- "value": {
8077
- "type": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
8078
- }
8079
- },
8080
- {
8081
- "name": "spellcheck",
8082
- "description": "Enables spell checking on the input.",
8083
- "value": {
8084
- "type": "boolean"
8085
- }
8086
- },
8087
- {
8088
- "name": "inputmode",
8089
- "description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
8090
- "value": {
8091
- "type": "| 'none'\n | 'text'\n | 'decimal'\n | 'numeric'\n | 'tel'\n | 'search'\n | 'email'\n | 'url'"
8092
- }
8093
- },
8094
7930
  {
8095
7931
  "name": "valueAsDate",
8096
7932
  "description": "Gets or sets the current value as a `Date` object. Returns `null` if the value can't be converted.",
@@ -8111,66 +7947,18 @@
8111
7947
  "description": "Gets the validation message",
8112
7948
  "value": {}
8113
7949
  },
8114
- {
8115
- "name": "handleBlur",
8116
- "value": {}
8117
- },
8118
7950
  {
8119
7951
  "name": "handleChange",
8120
7952
  "value": {}
8121
7953
  },
8122
- {
8123
- "name": "handleAmountChange",
8124
- "value": {}
8125
- },
8126
- {
8127
- "name": "handleClearClick",
8128
- "value": {}
8129
- },
8130
- {
8131
- "name": "handleFocus",
8132
- "value": {}
8133
- },
8134
7954
  {
8135
7955
  "name": "handleInput",
8136
7956
  "value": {}
8137
7957
  },
8138
- {
8139
- "name": "handleInvalid",
8140
- "value": {}
8141
- },
8142
- {
8143
- "name": "handleKeyDown",
8144
- "value": {}
8145
- },
8146
- {
8147
- "name": "handleAmountKeydown",
8148
- "value": {}
8149
- },
8150
- {
8151
- "name": "getSafeStep",
8152
- "value": {}
8153
- },
8154
- {
8155
- "name": "handlePasswordToggle",
8156
- "value": {}
8157
- },
8158
- {
8159
- "name": "getDescriptionIds",
8160
- "value": {}
8161
- },
8162
- {
8163
- "name": "handleDisabledChange",
8164
- "value": {}
8165
- },
8166
7958
  {
8167
7959
  "name": "handleStepChange",
8168
7960
  "value": {}
8169
7961
  },
8170
- {
8171
- "name": "handleValueChange",
8172
- "value": {}
8173
- },
8174
7962
  {
8175
7963
  "name": "focus",
8176
7964
  "description": "Sets focus on the input.",
@@ -8212,10 +8000,6 @@
8212
8000
  "name": "hideDatepicker",
8213
8001
  "value": {}
8214
8002
  },
8215
- {
8216
- "name": "adjustAmountValue",
8217
- "value": {}
8218
- },
8219
8003
  {
8220
8004
  "name": "stepUp",
8221
8005
  "description": "Increments the value of a numeric or time input type by the value of the step attribute, multiplied by an optional number parameter.",
@@ -8241,10 +8025,6 @@
8241
8025
  "description": "Checks for validity and shows the browser's validation message if the control is invalid.",
8242
8026
  "value": {}
8243
8027
  },
8244
- {
8245
- "name": "checkAmountValidity",
8246
- "value": {}
8247
- },
8248
8028
  {
8249
8029
  "name": "setCustomValidity",
8250
8030
  "description": "Sets a custom validation message. Pass an empty string to restore validity.",
@@ -8253,14 +8033,6 @@
8253
8033
  {
8254
8034
  "name": "getUpdateComplete",
8255
8035
  "value": {}
8256
- },
8257
- {
8258
- "name": "renderInput",
8259
- "value": {}
8260
- },
8261
- {
8262
- "name": "renderCounter",
8263
- "value": {}
8264
8036
  }
8265
8037
  ],
8266
8038
  "events": [
@@ -8291,211 +8063,34 @@
8291
8063
  ]
8292
8064
  },
8293
8065
  "attributes": [
8294
- {
8295
- "name": "type",
8296
- "description": "The type of input. Works the same as a native `<input>` element, but only a subset of types are supported. Defaults\nto `text`.",
8297
- "value": {
8298
- "type": "DSAInputTypes"
8299
- }
8300
- },
8301
- {
8302
- "name": "value",
8303
- "description": "The current value of the input, submitted as a name/value pair with form data.",
8304
- "value": {
8305
- "type": "string"
8306
- }
8307
- },
8308
- {
8309
- "name": "clearable",
8310
- "description": "Adds a clear button when the input is not empty.",
8311
- "value": {
8312
- "type": "boolean"
8313
- }
8314
- },
8315
8066
  {
8316
8067
  "name": "lang",
8068
+ "description": "Input date specific properties",
8317
8069
  "value": {
8318
8070
  "type": "string"
8319
8071
  }
8320
8072
  },
8321
8073
  {
8322
- "name": "password-visible",
8323
- "description": "Determines whether or not the password is currently visible. Only applies to password input types.",
8324
- "value": {
8325
- "type": "boolean"
8326
- }
8327
- },
8328
- {
8329
- "name": "pattern",
8330
- "description": "A regular expression pattern to validate input against.",
8074
+ "name": "calendar-start-date",
8331
8075
  "value": {
8332
8076
  "type": "string"
8333
8077
  }
8334
- },
8335
- {
8336
- "name": "minlength",
8337
- "description": "The minimum length of input that will be considered valid.",
8338
- "value": {
8339
- "type": "number"
8340
- }
8341
- },
8342
- {
8343
- "name": "maxlength",
8344
- "description": "The maximum length of input that will be considered valid.",
8345
- "value": {
8346
- "type": "number"
8347
- }
8348
- },
8349
- {
8350
- "name": "counter",
8351
- "description": "Display the counter if maxlength is provided",
8352
- "value": {
8353
- "type": "boolean"
8354
- }
8355
- },
8356
- {
8357
- "name": "min",
8358
- "description": "The input's minimum value. Only applies to date and number input types.",
8359
- "value": {
8360
- "type": "number | string"
8361
- }
8362
- },
8363
- {
8364
- "name": "max",
8365
- "description": "The input's maximum value. Only applies to date and number input types.",
8366
- "value": {
8367
- "type": "number | string"
8368
- }
8369
- },
8370
- {
8371
- "name": "calendar-start-date",
8372
- "value": {
8373
- "type": "string"
8374
- }
8375
- },
8376
- {
8377
- "name": "step",
8378
- "description": "Specifies the granularity that the value must adhere to, or the special value `any` which means no stepping is\nimplied, allowing any numeric value. Only applies to date and number input types.",
8379
- "value": {
8380
- "type": "number | 'any'"
8381
- }
8382
- },
8383
- {
8384
- "name": "autocapitalize",
8385
- "description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
8386
- "value": {
8387
- "type": "| 'off'\n | 'none'\n | 'on'\n | 'sentences'\n | 'words'\n | 'characters'"
8388
- }
8389
- },
8390
- {
8391
- "name": "autocorrect",
8392
- "description": "Indicates whether the browser's autocorrect feature is on or off.",
8393
- "value": {
8394
- "type": "'off' | 'on'"
8395
- }
8396
- },
8397
- {
8398
- "name": "autocomplete",
8399
- "description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
8400
- "value": {
8401
- "type": "string"
8402
- }
8403
- },
8404
- {
8405
- "name": "autofocus",
8406
- "description": "Indicates that the input should receive focus on page load.",
8407
- "value": {
8408
- "type": "boolean"
8409
- }
8410
- },
8411
- {
8412
- "name": "enterkeyhint",
8413
- "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
8414
- "value": {
8415
- "type": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
8416
- }
8417
- },
8418
- {
8419
- "name": "spellcheck",
8420
- "description": "Enables spell checking on the input.",
8421
- "value": {
8422
- "type": "boolean"
8423
- }
8424
- },
8425
- {
8426
- "name": "inputmode",
8427
- "description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
8428
- "value": {
8429
- "type": "| 'none'\n | 'text'\n | 'decimal'\n | 'numeric'\n | 'tel'\n | 'search'\n | 'email'\n | 'url'"
8430
- }
8431
8078
  }
8432
8079
  ]
8433
8080
  },
8434
- {
8435
- "js": {
8436
- "properties": [],
8437
- "events": []
8438
- },
8439
- "attributes": []
8440
- },
8441
- {
8442
- "js": {
8443
- "properties": [],
8444
- "events": []
8445
- },
8446
- "attributes": []
8447
- },
8448
- {
8449
- "js": {
8450
- "properties": [],
8451
- "events": []
8452
- },
8453
- "attributes": []
8454
- },
8455
- {
8456
- "js": {
8457
- "properties": [],
8458
- "events": []
8459
- },
8460
- "attributes": []
8461
- },
8462
- {
8463
- "js": {
8464
- "properties": [],
8465
- "events": []
8466
- },
8467
- "attributes": []
8468
- },
8469
- {
8470
- "js": {
8471
- "properties": [],
8472
- "events": []
8473
- },
8474
- "attributes": []
8475
- },
8476
8081
  {
8477
8082
  "name": "dsa-input-date",
8478
8083
  "description": "",
8479
8084
  "js": {
8480
8085
  "properties": [
8481
- {
8482
- "name": "formControlController",
8483
- "value": {}
8484
- },
8485
8086
  {
8486
8087
  "name": "localize",
8487
8088
  "value": {}
8488
8089
  },
8489
- {
8490
- "name": "dateField",
8491
- "value": {
8492
- "type": "DSAInternalDateField"
8493
- }
8494
- },
8495
8090
  {
8496
8091
  "name": "input",
8497
8092
  "value": {
8498
- "type": "HTMLInputElement"
8093
+ "type": "DSAInternalDateField"
8499
8094
  }
8500
8095
  },
8501
8096
  {
@@ -8516,88 +8111,18 @@
8516
8111
  "type": "boolean"
8517
8112
  }
8518
8113
  },
8519
- {
8520
- "name": "dateFieldHasFocus",
8521
- "value": {
8522
- "type": "boolean"
8523
- }
8524
- },
8525
- {
8526
- "name": "value",
8527
- "description": "The current value of the input, submitted as a name/value pair with form data.",
8528
- "value": {
8529
- "type": "string"
8530
- }
8531
- },
8532
- {
8533
- "name": "defaultValue",
8534
- "description": "The default value of the form control. Primarily used for resetting the form control.",
8535
- "value": {
8536
- "type": "string"
8537
- }
8538
- },
8539
- {
8540
- "name": "clearable",
8541
- "description": "Adds a clear button when the input is not empty.",
8542
- "value": {
8543
- "type": "boolean"
8544
- }
8545
- },
8546
8114
  {
8547
8115
  "name": "lang",
8548
8116
  "value": {
8549
8117
  "type": "string"
8550
8118
  }
8551
8119
  },
8552
- {
8553
- "name": "min",
8554
- "description": "The input's minimum value. Only applies to date and number input types.",
8555
- "value": {
8556
- "type": "number | string"
8557
- }
8558
- },
8559
- {
8560
- "name": "max",
8561
- "description": "The input's maximum value. Only applies to date and number input types.",
8562
- "value": {
8563
- "type": "number | string"
8564
- }
8565
- },
8566
8120
  {
8567
8121
  "name": "calendarStartDate",
8568
8122
  "value": {
8569
8123
  "type": "string"
8570
8124
  }
8571
8125
  },
8572
- {
8573
- "name": "autofocus",
8574
- "description": "Indicates that the input should receive focus on page load.",
8575
- "value": {
8576
- "type": "boolean"
8577
- }
8578
- },
8579
- {
8580
- "name": "enterkeyhint",
8581
- "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
8582
- "value": {
8583
- "type": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
8584
- }
8585
- },
8586
- {
8587
- "name": "valueAsDate",
8588
- "description": "Gets or sets the current value as a `Date` object. Returns `null` if the value can't be converted.",
8589
- "value": {}
8590
- },
8591
- {
8592
- "name": "validity",
8593
- "description": "Gets the validity state object",
8594
- "value": {}
8595
- },
8596
- {
8597
- "name": "validationMessage",
8598
- "description": "Gets the validation message",
8599
- "value": {}
8600
- },
8601
8126
  {
8602
8127
  "name": "addOpenListeners",
8603
8128
  "value": {}
@@ -8623,23 +8148,19 @@
8623
8148
  "value": {}
8624
8149
  },
8625
8150
  {
8626
- "name": "handleDateFieldChange",
8627
- "value": {}
8628
- },
8629
- {
8630
- "name": "handleDateFieldFocus",
8151
+ "name": "handleDateFieldKeydown",
8631
8152
  "value": {}
8632
8153
  },
8633
8154
  {
8634
- "name": "handleDateFieldBlur",
8155
+ "name": "handleDateFieldChange",
8635
8156
  "value": {}
8636
8157
  },
8637
8158
  {
8638
- "name": "handleClearClick",
8159
+ "name": "handleDateFieldFocus",
8639
8160
  "value": {}
8640
8161
  },
8641
8162
  {
8642
- "name": "handleInvalid",
8163
+ "name": "handleDateFieldBlur",
8643
8164
  "value": {}
8644
8165
  },
8645
8166
  {
@@ -8650,24 +8171,10 @@
8650
8171
  "name": "shouldDisableDate",
8651
8172
  "value": {}
8652
8173
  },
8653
- {
8654
- "name": "handleDisabledChange",
8655
- "value": {}
8656
- },
8657
8174
  {
8658
8175
  "name": "handleOpenChange",
8659
8176
  "value": {}
8660
8177
  },
8661
- {
8662
- "name": "focus",
8663
- "description": "Sets focus on the input.",
8664
- "value": {}
8665
- },
8666
- {
8667
- "name": "blur",
8668
- "description": "Removes focus from the input.",
8669
- "value": {}
8670
- },
8671
8178
  {
8672
8179
  "name": "showDatepicker",
8673
8180
  "description": "Displays the dsa-calendar picker for an input element.",
@@ -8678,26 +8185,6 @@
8678
8185
  "description": "Hides dsa-calendar.",
8679
8186
  "value": {}
8680
8187
  },
8681
- {
8682
- "name": "checkValidity",
8683
- "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid.",
8684
- "value": {}
8685
- },
8686
- {
8687
- "name": "getForm",
8688
- "description": "Gets the associated form, if one exists.",
8689
- "value": {}
8690
- },
8691
- {
8692
- "name": "reportValidity",
8693
- "description": "Checks for validity and shows the browser's validation message if the control is invalid.",
8694
- "value": {}
8695
- },
8696
- {
8697
- "name": "setCustomValidity",
8698
- "description": "Sets a custom validation message. Pass an empty string to restore validity.",
8699
- "value": {}
8700
- },
8701
8188
  {
8702
8189
  "name": "getUpdateComplete",
8703
8190
  "value": {}
@@ -8755,59 +8242,17 @@
8755
8242
  ]
8756
8243
  },
8757
8244
  "attributes": [
8758
- {
8759
- "name": "value",
8760
- "description": "The current value of the input, submitted as a name/value pair with form data.",
8761
- "value": {
8762
- "type": "string"
8763
- }
8764
- },
8765
- {
8766
- "name": "clearable",
8767
- "description": "Adds a clear button when the input is not empty.",
8768
- "value": {
8769
- "type": "boolean"
8770
- }
8771
- },
8772
8245
  {
8773
8246
  "name": "lang",
8774
8247
  "value": {
8775
8248
  "type": "string"
8776
8249
  }
8777
8250
  },
8778
- {
8779
- "name": "min",
8780
- "description": "The input's minimum value. Only applies to date and number input types.",
8781
- "value": {
8782
- "type": "number | string"
8783
- }
8784
- },
8785
- {
8786
- "name": "max",
8787
- "description": "The input's maximum value. Only applies to date and number input types.",
8788
- "value": {
8789
- "type": "number | string"
8790
- }
8791
- },
8792
8251
  {
8793
8252
  "name": "calendar-start-date",
8794
8253
  "value": {
8795
8254
  "type": "string"
8796
8255
  }
8797
- },
8798
- {
8799
- "name": "autofocus",
8800
- "description": "Indicates that the input should receive focus on page load.",
8801
- "value": {
8802
- "type": "boolean"
8803
- }
8804
- },
8805
- {
8806
- "name": "enterkeyhint",
8807
- "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
8808
- "value": {
8809
- "type": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
8810
- }
8811
8256
  }
8812
8257
  ]
8813
8258
  },
@@ -8840,10 +8285,6 @@
8840
8285
  "description": "",
8841
8286
  "js": {
8842
8287
  "properties": [
8843
- {
8844
- "name": "formControlController",
8845
- "value": {}
8846
- },
8847
8288
  {
8848
8289
  "name": "localize",
8849
8290
  "value": {}
@@ -8854,39 +8295,12 @@
8854
8295
  "type": "HTMLInputElement"
8855
8296
  }
8856
8297
  },
8857
- {
8858
- "name": "hasFocus",
8859
- "value": {
8860
- "type": "boolean"
8861
- }
8862
- },
8863
8298
  {
8864
8299
  "name": "maskedValue",
8865
8300
  "value": {
8866
8301
  "type": "string"
8867
8302
  }
8868
8303
  },
8869
- {
8870
- "name": "value",
8871
- "description": "The current value of the input, submitted as a name/value pair with form data.",
8872
- "value": {
8873
- "type": "string"
8874
- }
8875
- },
8876
- {
8877
- "name": "defaultValue",
8878
- "description": "The default value of the form control. Primarily used for resetting the form control.",
8879
- "value": {
8880
- "type": "string"
8881
- }
8882
- },
8883
- {
8884
- "name": "clearable",
8885
- "description": "Adds a clear button when the input is not empty.",
8886
- "value": {
8887
- "type": "boolean"
8888
- }
8889
- },
8890
8304
  {
8891
8305
  "name": "inputmode",
8892
8306
  "description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
@@ -8901,41 +8315,6 @@
8901
8315
  "type": "string"
8902
8316
  }
8903
8317
  },
8904
- {
8905
- "name": "minlength",
8906
- "description": "The minimum length of input that will be considered valid.",
8907
- "value": {
8908
- "type": "number"
8909
- }
8910
- },
8911
- {
8912
- "name": "autocorrect",
8913
- "description": "Indicates whether the browser's autocorrect feature is on or off.",
8914
- "value": {
8915
- "type": "'off' | 'on'"
8916
- }
8917
- },
8918
- {
8919
- "name": "autocomplete",
8920
- "description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
8921
- "value": {
8922
- "type": "string"
8923
- }
8924
- },
8925
- {
8926
- "name": "autofocus",
8927
- "description": "Indicates that the input should receive focus on page load.",
8928
- "value": {
8929
- "type": "boolean"
8930
- }
8931
- },
8932
- {
8933
- "name": "enterkeyhint",
8934
- "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
8935
- "value": {
8936
- "type": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
8937
- }
8938
- },
8939
8318
  {
8940
8319
  "name": "mask",
8941
8320
  "description": "Used to define the allowed or expected characters within a string or data input. It specifies the permissible characters that can be present at specific positions within a sequence.\nIt should follow the format defined by the placeholder, but with its own permissible characters.\n\n- all characters: includes any character, whether it's a letter, number.\n```ts\n'_'\n```\n- numeric characters: specifies numeric values that can be included.\n```ts\n'#dDmMyYaA09'\n```\n- letter characters: denotes alphabetic characters allowed in the sequence.\n```ts\n'?LaA'\n```\n\n- example including only numeric values\n```html\n<dsa-input-mask placeholder=\"dd/mm/yy\" mask=\"##/##/##\" />\n```",
@@ -8948,100 +8327,27 @@
8948
8327
  "description": "Gets the validity state object",
8949
8328
  "value": {}
8950
8329
  },
8951
- {
8952
- "name": "validationMessage",
8953
- "description": "Gets the validation message",
8954
- "value": {}
8955
- },
8956
8330
  {
8957
8331
  "name": "handleDocumentKeyUp",
8958
8332
  "value": {}
8959
8333
  },
8960
- {
8961
- "name": "handleBlur",
8962
- "value": {}
8963
- },
8964
8334
  {
8965
8335
  "name": "rawValueToMaskedValue",
8966
8336
  "value": {}
8967
8337
  },
8968
- {
8969
- "name": "handleClearClick",
8970
- "value": {}
8971
- },
8972
- {
8973
- "name": "handleFocus",
8974
- "value": {}
8975
- },
8976
8338
  {
8977
8339
  "name": "handleChange",
8978
8340
  "value": {}
8979
8341
  },
8980
- {
8981
- "name": "handleInvalid",
8982
- "value": {}
8983
- },
8984
- {
8985
- "name": "handleKeyDown",
8986
- "value": {}
8987
- },
8988
- {
8989
- "name": "getDescriptionIds",
8990
- "value": {}
8991
- },
8992
- {
8993
- "name": "handleDisabledChange",
8994
- "value": {}
8995
- },
8996
8342
  {
8997
8343
  "name": "handleValueChange",
8998
8344
  "value": {}
8999
8345
  },
9000
- {
9001
- "name": "focus",
9002
- "description": "Sets focus on the input.",
9003
- "value": {}
9004
- },
9005
- {
9006
- "name": "blur",
9007
- "description": "Removes focus from the input.",
9008
- "value": {}
9009
- },
9010
- {
9011
- "name": "select",
9012
- "description": "Selects all the text in the input.",
9013
- "value": {}
9014
- },
9015
- {
9016
- "name": "setSelectionRange",
9017
- "description": "Sets the start and end positions of the text selection (0-based).",
9018
- "value": {}
9019
- },
9020
8346
  {
9021
8347
  "name": "setRangeText",
9022
8348
  "description": "Replaces a range of text with a new string.",
9023
8349
  "value": {}
9024
8350
  },
9025
- {
9026
- "name": "checkValidity",
9027
- "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid.",
9028
- "value": {}
9029
- },
9030
- {
9031
- "name": "getForm",
9032
- "description": "Gets the associated form, if one exists.",
9033
- "value": {}
9034
- },
9035
- {
9036
- "name": "reportValidity",
9037
- "description": "Checks for validity and shows the browser's validation message if the control is invalid.",
9038
- "value": {}
9039
- },
9040
- {
9041
- "name": "setCustomValidity",
9042
- "description": "Sets a custom validation message. Pass an empty string to restore validity.",
9043
- "value": {}
9044
- },
9045
8351
  {
9046
8352
  "name": "renderInput",
9047
8353
  "value": {}
@@ -9075,20 +8381,6 @@
9075
8381
  ]
9076
8382
  },
9077
8383
  "attributes": [
9078
- {
9079
- "name": "value",
9080
- "description": "The current value of the input, submitted as a name/value pair with form data.",
9081
- "value": {
9082
- "type": "string"
9083
- }
9084
- },
9085
- {
9086
- "name": "clearable",
9087
- "description": "Adds a clear button when the input is not empty.",
9088
- "value": {
9089
- "type": "boolean"
9090
- }
9091
- },
9092
8384
  {
9093
8385
  "name": "inputmode",
9094
8386
  "description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
@@ -9103,68 +8395,189 @@
9103
8395
  "type": "string"
9104
8396
  }
9105
8397
  },
9106
- {
9107
- "name": "minlength",
9108
- "description": "The minimum length of input that will be considered valid.",
9109
- "value": {
9110
- "type": "number"
9111
- }
9112
- },
9113
- {
9114
- "name": "autocorrect",
9115
- "description": "Indicates whether the browser's autocorrect feature is on or off.",
9116
- "value": {
9117
- "type": "'off' | 'on'"
9118
- }
9119
- },
9120
- {
9121
- "name": "autocomplete",
9122
- "description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
9123
- "value": {
9124
- "type": "string"
9125
- }
9126
- },
9127
- {
9128
- "name": "autofocus",
9129
- "description": "Indicates that the input should receive focus on page load.",
9130
- "value": {
9131
- "type": "boolean"
9132
- }
9133
- },
9134
- {
9135
- "name": "enterkeyhint",
9136
- "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
9137
- "value": {
9138
- "type": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
9139
- }
9140
- },
9141
8398
  {
9142
8399
  "name": "mask",
9143
8400
  "description": "Used to define the allowed or expected characters within a string or data input. It specifies the permissible characters that can be present at specific positions within a sequence.\nIt should follow the format defined by the placeholder, but with its own permissible characters.\n\n- all characters: includes any character, whether it's a letter, number.\n```ts\n'_'\n```\n- numeric characters: specifies numeric values that can be included.\n```ts\n'#dDmMyYaA09'\n```\n- letter characters: denotes alphabetic characters allowed in the sequence.\n```ts\n'?LaA'\n```\n\n- example including only numeric values\n```html\n<dsa-input-mask placeholder=\"dd/mm/yy\" mask=\"##/##/##\" />\n```",
9144
8401
  "value": {
9145
8402
  "type": "string"
9146
8403
  }
9147
- }
9148
- ]
9149
- },
9150
- {
9151
- "js": {
9152
- "properties": [],
9153
- "events": []
9154
- },
9155
- "attributes": []
9156
- },
9157
- {
9158
- "js": {
9159
- "properties": [],
9160
- "events": []
9161
- },
9162
- "attributes": []
9163
- },
9164
- {
9165
- "js": {
9166
- "properties": [],
9167
- "events": []
8404
+ }
8405
+ ]
8406
+ },
8407
+ {
8408
+ "js": {
8409
+ "properties": [],
8410
+ "events": []
8411
+ },
8412
+ "attributes": []
8413
+ },
8414
+ {
8415
+ "js": {
8416
+ "properties": [],
8417
+ "events": []
8418
+ },
8419
+ "attributes": []
8420
+ },
8421
+ {
8422
+ "js": {
8423
+ "properties": [],
8424
+ "events": []
8425
+ },
8426
+ "attributes": []
8427
+ },
8428
+ {
8429
+ "js": {
8430
+ "properties": [],
8431
+ "events": []
8432
+ },
8433
+ "attributes": []
8434
+ },
8435
+ {
8436
+ "js": {
8437
+ "properties": [],
8438
+ "events": []
8439
+ },
8440
+ "attributes": []
8441
+ },
8442
+ {
8443
+ "js": {
8444
+ "properties": [],
8445
+ "events": []
8446
+ },
8447
+ "attributes": []
8448
+ },
8449
+ {
8450
+ "js": {
8451
+ "properties": [],
8452
+ "events": []
8453
+ },
8454
+ "attributes": []
8455
+ },
8456
+ {
8457
+ "js": {
8458
+ "properties": [],
8459
+ "events": []
8460
+ },
8461
+ "attributes": []
8462
+ },
8463
+ {
8464
+ "js": {
8465
+ "properties": [],
8466
+ "events": []
8467
+ },
8468
+ "attributes": []
8469
+ },
8470
+ {
8471
+ "name": "dsa-input-native",
8472
+ "description": "",
8473
+ "js": {
8474
+ "properties": [
8475
+ {
8476
+ "name": "localize",
8477
+ "value": {}
8478
+ },
8479
+ {
8480
+ "name": "input",
8481
+ "value": {
8482
+ "type": "HTMLInputElement"
8483
+ }
8484
+ },
8485
+ {
8486
+ "name": "valueAsNumber",
8487
+ "description": "Gets or sets the current value as a number. Returns `NaN` if the value can't be converted.",
8488
+ "value": {}
8489
+ },
8490
+ {
8491
+ "name": "handleChange",
8492
+ "value": {}
8493
+ },
8494
+ {
8495
+ "name": "handleAmountChange",
8496
+ "value": {}
8497
+ },
8498
+ {
8499
+ "name": "handleInput",
8500
+ "value": {}
8501
+ },
8502
+ {
8503
+ "name": "handleKeyDown",
8504
+ "value": {}
8505
+ },
8506
+ {
8507
+ "name": "handleAmountKeydown",
8508
+ "value": {}
8509
+ },
8510
+ {
8511
+ "name": "getSafeStep",
8512
+ "value": {}
8513
+ },
8514
+ {
8515
+ "name": "handlePasswordToggle",
8516
+ "value": {}
8517
+ },
8518
+ {
8519
+ "name": "adjustAmountValue",
8520
+ "value": {}
8521
+ },
8522
+ {
8523
+ "name": "stepUp",
8524
+ "description": "Increments the value of a numeric or time input type by the value of the step attribute, multiplied by an optional number parameter.",
8525
+ "value": {}
8526
+ },
8527
+ {
8528
+ "name": "stepDown",
8529
+ "description": "Decrements the value of a numeric or time input type by the value of the step attribute, multiplied by an optional number parameter.",
8530
+ "value": {}
8531
+ },
8532
+ {
8533
+ "name": "checkValidity",
8534
+ "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid.",
8535
+ "value": {}
8536
+ },
8537
+ {
8538
+ "name": "reportValidity",
8539
+ "description": "Checks for validity and shows the browser's validation message if the control is invalid.",
8540
+ "value": {}
8541
+ },
8542
+ {
8543
+ "name": "checkAmountValidity",
8544
+ "value": {}
8545
+ },
8546
+ {
8547
+ "name": "renderInput",
8548
+ "value": {}
8549
+ },
8550
+ {
8551
+ "name": "renderCounter",
8552
+ "value": {}
8553
+ }
8554
+ ],
8555
+ "events": [
8556
+ {
8557
+ "name": "dsa-blur",
8558
+ "description": "Emitted when the control loses focus."
8559
+ },
8560
+ {
8561
+ "name": "dsa-change",
8562
+ "description": "Emitted when an alteration to the control's value is committed by the user."
8563
+ },
8564
+ {
8565
+ "name": "dsa-clear",
8566
+ "description": "Emitted when the clear button is activated."
8567
+ },
8568
+ {
8569
+ "name": "dsa-focus",
8570
+ "description": "Emitted when the control gains focus."
8571
+ },
8572
+ {
8573
+ "name": "dsa-input",
8574
+ "description": "Emitted when the control receives input."
8575
+ },
8576
+ {
8577
+ "name": "dsa-invalid",
8578
+ "description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied."
8579
+ }
8580
+ ]
9168
8581
  },
9169
8582
  "attributes": []
9170
8583
  },
@@ -9215,22 +8628,12 @@
9215
8628
  "description": "",
9216
8629
  "js": {
9217
8630
  "properties": [
9218
- {
9219
- "name": "formControlController",
9220
- "value": {}
9221
- },
9222
8631
  {
9223
8632
  "name": "input",
9224
8633
  "value": {
9225
8634
  "type": "HTMLInputElement"
9226
8635
  }
9227
8636
  },
9228
- {
9229
- "name": "hasFocus",
9230
- "value": {
9231
- "type": "boolean"
9232
- }
9233
- },
9234
8637
  {
9235
8638
  "name": "currentIndex",
9236
8639
  "value": {
@@ -9243,27 +8646,6 @@
9243
8646
  "type": "RegExp"
9244
8647
  }
9245
8648
  },
9246
- {
9247
- "name": "value",
9248
- "description": "The current value of the input, submitted as a name/value pair with form data.",
9249
- "value": {
9250
- "type": "string"
9251
- }
9252
- },
9253
- {
9254
- "name": "defaultValue",
9255
- "description": "The default value of the form control. Primarily used for resetting the form control.",
9256
- "value": {
9257
- "type": "string"
9258
- }
9259
- },
9260
- {
9261
- "name": "pattern",
9262
- "description": "A regular expression pattern to validate input against.",
9263
- "value": {
9264
- "type": "string"
9265
- }
9266
- },
9267
8649
  {
9268
8650
  "name": "length",
9269
8651
  "description": "The length of input that will be considered valid.",
@@ -9271,52 +8653,6 @@
9271
8653
  "type": "number"
9272
8654
  }
9273
8655
  },
9274
- {
9275
- "name": "autocapitalize",
9276
- "description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
9277
- "value": {
9278
- "type": "| 'off'\n | 'none'\n | 'on'\n | 'sentences'\n | 'words'\n | 'characters'"
9279
- }
9280
- },
9281
- {
9282
- "name": "autofocus",
9283
- "description": "Indicates that the input should receive focus on page load.",
9284
- "value": {
9285
- "type": "boolean"
9286
- }
9287
- },
9288
- {
9289
- "name": "enterkeyhint",
9290
- "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
9291
- "value": {
9292
- "type": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
9293
- }
9294
- },
9295
- {
9296
- "name": "inputmode",
9297
- "description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
9298
- "value": {
9299
- "type": "| 'none'\n | 'text'\n | 'decimal'\n | 'numeric'\n | 'tel'\n | 'search'\n | 'email'\n | 'url'"
9300
- }
9301
- },
9302
- {
9303
- "name": "validity",
9304
- "description": "Gets the validity state object",
9305
- "value": {}
9306
- },
9307
- {
9308
- "name": "validationMessage",
9309
- "description": "Gets the validation message",
9310
- "value": {}
9311
- },
9312
- {
9313
- "name": "handleBlur",
9314
- "value": {}
9315
- },
9316
- {
9317
- "name": "handleChange",
9318
- "value": {}
9319
- },
9320
8656
  {
9321
8657
  "name": "handleFocus",
9322
8658
  "value": {}
@@ -9329,10 +8665,6 @@
9329
8665
  "name": "handleSelect",
9330
8666
  "value": {}
9331
8667
  },
9332
- {
9333
- "name": "handleInvalid",
9334
- "value": {}
9335
- },
9336
8668
  {
9337
8669
  "name": "handleKeyDown",
9338
8670
  "value": {}
@@ -9345,61 +8677,14 @@
9345
8677
  "name": "getLastIndex",
9346
8678
  "value": {}
9347
8679
  },
9348
- {
9349
- "name": "getDescriptionIds",
9350
- "value": {}
9351
- },
9352
8680
  {
9353
8681
  "name": "handleCurrentIndexChange",
9354
8682
  "value": {}
9355
8683
  },
9356
- {
9357
- "name": "handleDisabledChange",
9358
- "value": {}
9359
- },
9360
- {
9361
- "name": "handleValueChange",
9362
- "value": {}
9363
- },
9364
8684
  {
9365
8685
  "name": "handlePatterChange",
9366
8686
  "value": {}
9367
8687
  },
9368
- {
9369
- "name": "blur",
9370
- "description": "Removes focus from the input.",
9371
- "value": {}
9372
- },
9373
- {
9374
- "name": "checkValidity",
9375
- "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid.",
9376
- "value": {}
9377
- },
9378
- {
9379
- "name": "focus",
9380
- "description": "Sets focus on the input.",
9381
- "value": {}
9382
- },
9383
- {
9384
- "name": "getForm",
9385
- "description": "Gets the associated form, if one exists.",
9386
- "value": {}
9387
- },
9388
- {
9389
- "name": "reportValidity",
9390
- "description": "Checks for validity and shows the browser's validation message if the control is invalid.",
9391
- "value": {}
9392
- },
9393
- {
9394
- "name": "select",
9395
- "description": "Selects all the text in the input.",
9396
- "value": {}
9397
- },
9398
- {
9399
- "name": "setCustomValidity",
9400
- "description": "Sets a custom validation message. Pass an empty string to restore validity.",
9401
- "value": {}
9402
- },
9403
8688
  {
9404
8689
  "name": "getUpdateComplete",
9405
8690
  "value": {}
@@ -9437,54 +8722,12 @@
9437
8722
  ]
9438
8723
  },
9439
8724
  "attributes": [
9440
- {
9441
- "name": "value",
9442
- "description": "The current value of the input, submitted as a name/value pair with form data.",
9443
- "value": {
9444
- "type": "string"
9445
- }
9446
- },
9447
- {
9448
- "name": "pattern",
9449
- "description": "A regular expression pattern to validate input against.",
9450
- "value": {
9451
- "type": "string"
9452
- }
9453
- },
9454
8725
  {
9455
8726
  "name": "length",
9456
8727
  "description": "The length of input that will be considered valid.",
9457
8728
  "value": {
9458
8729
  "type": "number"
9459
8730
  }
9460
- },
9461
- {
9462
- "name": "autocapitalize",
9463
- "description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
9464
- "value": {
9465
- "type": "| 'off'\n | 'none'\n | 'on'\n | 'sentences'\n | 'words'\n | 'characters'"
9466
- }
9467
- },
9468
- {
9469
- "name": "autofocus",
9470
- "description": "Indicates that the input should receive focus on page load.",
9471
- "value": {
9472
- "type": "boolean"
9473
- }
9474
- },
9475
- {
9476
- "name": "enterkeyhint",
9477
- "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
9478
- "value": {
9479
- "type": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
9480
- }
9481
- },
9482
- {
9483
- "name": "inputmode",
9484
- "description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
9485
- "value": {
9486
- "type": "| 'none'\n | 'text'\n | 'decimal'\n | 'numeric'\n | 'tel'\n | 'search'\n | 'email'\n | 'url'"
9487
- }
9488
8731
  }
9489
8732
  ]
9490
8733
  },
@@ -9522,16 +8765,12 @@
9522
8765
  "description": "",
9523
8766
  "js": {
9524
8767
  "properties": [
9525
- {
9526
- "name": "formControlController",
9527
- "value": {}
9528
- },
9529
8768
  {
9530
8769
  "name": "localize",
9531
8770
  "value": {}
9532
8771
  },
9533
8772
  {
9534
- "name": "inputEl",
8773
+ "name": "input",
9535
8774
  "value": {
9536
8775
  "type": "HTMLInputElement"
9537
8776
  }
@@ -9542,12 +8781,6 @@
9542
8781
  "type": "DSASelect"
9543
8782
  }
9544
8783
  },
9545
- {
9546
- "name": "hasFocus",
9547
- "value": {
9548
- "type": "boolean"
9549
- }
9550
- },
9551
8784
  {
9552
8785
  "name": "maskedNumber",
9553
8786
  "value": {
@@ -9595,39 +8828,11 @@
9595
8828
  "type": "string"
9596
8829
  }
9597
8830
  },
9598
- {
9599
- "name": "defaultValue",
9600
- "description": "The default value of the form control. Primarily used for resetting the form control.",
9601
- "value": {
9602
- "type": "string"
9603
- }
9604
- },
9605
- {
9606
- "name": "clearable",
9607
- "description": "Adds a clear button when the input is not empty.",
9608
- "value": {
9609
- "type": "boolean"
9610
- }
9611
- },
9612
8831
  {
9613
8832
  "name": "inputPrefix",
9614
- "description": "Optional input prefix to help the user understand the first digit is not needed",
9615
- "value": {
9616
- "type": "string"
9617
- }
9618
- },
9619
- {
9620
- "name": "autofocus",
9621
- "description": "Indicates that the input should receive focus on page load.",
9622
- "value": {
9623
- "type": "boolean"
9624
- }
9625
- },
9626
- {
9627
- "name": "enterkeyhint",
9628
- "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
8833
+ "description": "Optional input prefix to help the user understand the first digit is not needed",
9629
8834
  "value": {
9630
- "type": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
8835
+ "type": "string"
9631
8836
  }
9632
8837
  },
9633
8838
  {
@@ -9642,11 +8847,6 @@
9642
8847
  "description": "Gets the validity state object",
9643
8848
  "value": {}
9644
8849
  },
9645
- {
9646
- "name": "validationMessage",
9647
- "description": "Gets the validation message",
9648
- "value": {}
9649
- },
9650
8850
  {
9651
8851
  "name": "handleDocumentKeyUp",
9652
8852
  "value": {}
@@ -9667,22 +8867,6 @@
9667
8867
  "name": "handleChange",
9668
8868
  "value": {}
9669
8869
  },
9670
- {
9671
- "name": "handleKeyDown",
9672
- "value": {}
9673
- },
9674
- {
9675
- "name": "handleFocus",
9676
- "value": {}
9677
- },
9678
- {
9679
- "name": "handleBlur",
9680
- "value": {}
9681
- },
9682
- {
9683
- "name": "handleInvalid",
9684
- "value": {}
9685
- },
9686
8870
  {
9687
8871
  "name": "handleClearIconClick",
9688
8872
  "value": {}
@@ -9707,51 +8891,16 @@
9707
8891
  "name": "handlePhoneChange",
9708
8892
  "value": {}
9709
8893
  },
9710
- {
9711
- "name": "focus",
9712
- "description": "Sets focus on the input.",
9713
- "value": {}
9714
- },
9715
- {
9716
- "name": "blur",
9717
- "description": "Removes focus from the input.",
9718
- "value": {}
9719
- },
9720
- {
9721
- "name": "select",
9722
- "description": "Selects all the text in the input.",
9723
- "value": {}
9724
- },
9725
- {
9726
- "name": "setSelectionRange",
9727
- "description": "Sets the start and end positions of the text selection (0-based).",
9728
- "value": {}
9729
- },
9730
- {
9731
- "name": "setRangeText",
9732
- "description": "Replaces a range of text with a new string.",
9733
- "value": {}
9734
- },
9735
8894
  {
9736
8895
  "name": "checkValidity",
9737
8896
  "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid.",
9738
8897
  "value": {}
9739
8898
  },
9740
- {
9741
- "name": "getForm",
9742
- "description": "Gets the associated form, if one exists.",
9743
- "value": {}
9744
- },
9745
8899
  {
9746
8900
  "name": "reportValidity",
9747
8901
  "description": "Checks for validity and shows the browser's validation message if the control is invalid.",
9748
8902
  "value": {}
9749
8903
  },
9750
- {
9751
- "name": "setCustomValidity",
9752
- "description": "Sets a custom validation message. Pass an empty string to restore validity.",
9753
- "value": {}
9754
- },
9755
8904
  {
9756
8905
  "name": "renderInput",
9757
8906
  "value": {}
@@ -9792,13 +8941,6 @@
9792
8941
  "type": "string"
9793
8942
  }
9794
8943
  },
9795
- {
9796
- "name": "clearable",
9797
- "description": "Adds a clear button when the input is not empty.",
9798
- "value": {
9799
- "type": "boolean"
9800
- }
9801
- },
9802
8944
  {
9803
8945
  "name": "input-prefix",
9804
8946
  "description": "Optional input prefix to help the user understand the first digit is not needed",
@@ -9806,20 +8948,6 @@
9806
8948
  "type": "string"
9807
8949
  }
9808
8950
  },
9809
- {
9810
- "name": "autofocus",
9811
- "description": "Indicates that the input should receive focus on page load.",
9812
- "value": {
9813
- "type": "boolean"
9814
- }
9815
- },
9816
- {
9817
- "name": "enterkeyhint",
9818
- "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
9819
- "value": {
9820
- "type": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
9821
- }
9822
- },
9823
8951
  {
9824
8952
  "name": "placement",
9825
8953
  "description": "The preferred placement of the select's menu. Note that the actual placement may vary as needed to keep the listbox\ninside of the viewport.",
@@ -9848,20 +8976,10 @@
9848
8976
  "description": "",
9849
8977
  "js": {
9850
8978
  "properties": [
9851
- {
9852
- "name": "formControlController",
9853
- "value": {}
9854
- },
9855
8979
  {
9856
8980
  "name": "localize",
9857
8981
  "value": {}
9858
8982
  },
9859
- {
9860
- "name": "nativeInput",
9861
- "value": {
9862
- "type": "HTMLInputElement"
9863
- }
9864
- },
9865
8983
  {
9866
8984
  "name": "timePickerButton",
9867
8985
  "value": {
@@ -9880,33 +8998,6 @@
9880
8998
  "type": "boolean"
9881
8999
  }
9882
9000
  },
9883
- {
9884
- "name": "hasFocus",
9885
- "value": {
9886
- "type": "boolean"
9887
- }
9888
- },
9889
- {
9890
- "name": "value",
9891
- "description": "The current value of the input, submitted as a name/value pair with form data.",
9892
- "value": {
9893
- "type": "string"
9894
- }
9895
- },
9896
- {
9897
- "name": "defaultValue",
9898
- "description": "The default value of the form control. Primarily used for resetting the form control.",
9899
- "value": {
9900
- "type": "string"
9901
- }
9902
- },
9903
- {
9904
- "name": "clearable",
9905
- "description": "Adds a clear button when the input is not empty.",
9906
- "value": {
9907
- "type": "boolean"
9908
- }
9909
- },
9910
9001
  {
9911
9002
  "name": "min",
9912
9003
  "description": "The input's minimum value.",
@@ -9928,37 +9019,6 @@
9928
9019
  "type": "number"
9929
9020
  }
9930
9021
  },
9931
- {
9932
- "name": "autocomplete",
9933
- "description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
9934
- "value": {
9935
- "type": "string"
9936
- }
9937
- },
9938
- {
9939
- "name": "autofocus",
9940
- "description": "Indicates that the input should receive focus on page load.",
9941
- "value": {
9942
- "type": "boolean"
9943
- }
9944
- },
9945
- {
9946
- "name": "enterkeyhint",
9947
- "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
9948
- "value": {
9949
- "type": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
9950
- }
9951
- },
9952
- {
9953
- "name": "validity",
9954
- "description": "Gets the validity state object",
9955
- "value": {}
9956
- },
9957
- {
9958
- "name": "validationMessage",
9959
- "description": "Gets the validation message",
9960
- "value": {}
9961
- },
9962
9022
  {
9963
9023
  "name": "addOpenListeners",
9964
9024
  "value": {}
@@ -9980,45 +9040,13 @@
9980
9040
  "value": {}
9981
9041
  },
9982
9042
  {
9983
- "name": "handleInputBlur",
9984
- "value": {}
9985
- },
9986
- {
9987
- "name": "handleInputChange",
9988
- "value": {}
9989
- },
9990
- {
9991
- "name": "handleInputClearClick",
9992
- "value": {}
9993
- },
9994
- {
9995
- "name": "handleInputFocus",
9996
- "value": {}
9997
- },
9998
- {
9999
- "name": "handleInputInput",
10000
- "value": {}
10001
- },
10002
- {
10003
- "name": "handleInputInvalid",
10004
- "value": {}
10005
- },
10006
- {
10007
- "name": "handleInputKeyDown",
9043
+ "name": "handleKeyDown",
10008
9044
  "value": {}
10009
9045
  },
10010
9046
  {
10011
9047
  "name": "getDescriptionIds",
10012
9048
  "value": {}
10013
9049
  },
10014
- {
10015
- "name": "handleDisabledChange",
10016
- "value": {}
10017
- },
10018
- {
10019
- "name": "handleStepChange",
10020
- "value": {}
10021
- },
10022
9050
  {
10023
9051
  "name": "handleValueChange",
10024
9052
  "value": {}
@@ -10027,21 +9055,6 @@
10027
9055
  "name": "handleOpenChange",
10028
9056
  "value": {}
10029
9057
  },
10030
- {
10031
- "name": "focus",
10032
- "description": "Sets focus on the input.",
10033
- "value": {}
10034
- },
10035
- {
10036
- "name": "blur",
10037
- "description": "Removes focus from the input.",
10038
- "value": {}
10039
- },
10040
- {
10041
- "name": "select",
10042
- "description": "Selects all the text in the input.",
10043
- "value": {}
10044
- },
10045
9058
  {
10046
9059
  "name": "toggleTimePicker",
10047
9060
  "description": "Shows or hides the time picker",
@@ -10057,36 +9070,6 @@
10057
9070
  "description": "Hides the time picker",
10058
9071
  "value": {}
10059
9072
  },
10060
- {
10061
- "name": "stepUp",
10062
- "description": "Passes the stepUp method to the native input element",
10063
- "value": {}
10064
- },
10065
- {
10066
- "name": "stepDown",
10067
- "description": "Passes the stepDown method to the native input element",
10068
- "value": {}
10069
- },
10070
- {
10071
- "name": "checkValidity",
10072
- "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid.",
10073
- "value": {}
10074
- },
10075
- {
10076
- "name": "getForm",
10077
- "description": "Gets the associated form, if one exists.",
10078
- "value": {}
10079
- },
10080
- {
10081
- "name": "reportValidity",
10082
- "description": "Checks for validity and shows the browser's validation message if the control is invalid.",
10083
- "value": {}
10084
- },
10085
- {
10086
- "name": "setCustomValidity",
10087
- "description": "Sets a custom validation message. Pass an empty string to restore validity.",
10088
- "value": {}
10089
- },
10090
9073
  {
10091
9074
  "name": "scrollSelectedTimeUnitsIntoView",
10092
9075
  "value": {}
@@ -10160,20 +9143,6 @@
10160
9143
  ]
10161
9144
  },
10162
9145
  "attributes": [
10163
- {
10164
- "name": "value",
10165
- "description": "The current value of the input, submitted as a name/value pair with form data.",
10166
- "value": {
10167
- "type": "string"
10168
- }
10169
- },
10170
- {
10171
- "name": "clearable",
10172
- "description": "Adds a clear button when the input is not empty.",
10173
- "value": {
10174
- "type": "boolean"
10175
- }
10176
- },
10177
9146
  {
10178
9147
  "name": "min",
10179
9148
  "description": "The input's minimum value.",
@@ -10194,27 +9163,6 @@
10194
9163
  "value": {
10195
9164
  "type": "number"
10196
9165
  }
10197
- },
10198
- {
10199
- "name": "autocomplete",
10200
- "description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
10201
- "value": {
10202
- "type": "string"
10203
- }
10204
- },
10205
- {
10206
- "name": "autofocus",
10207
- "description": "Indicates that the input should receive focus on page load.",
10208
- "value": {
10209
- "type": "boolean"
10210
- }
10211
- },
10212
- {
10213
- "name": "enterkeyhint",
10214
- "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
10215
- "value": {
10216
- "type": "| 'enter'\n | 'done'\n | 'go'\n | 'next'\n | 'previous'\n | 'search'\n | 'send'"
10217
- }
10218
9166
  }
10219
9167
  ]
10220
9168
  },
@@ -14645,6 +13593,10 @@
14645
13593
  "type": "boolean"
14646
13594
  }
14647
13595
  },
13596
+ {
13597
+ "name": "awaitAllElementsDefined",
13598
+ "value": {}
13599
+ },
14648
13600
  {
14649
13601
  "name": "getAllTabs",
14650
13602
  "value": {}
@@ -14689,6 +13641,10 @@
14689
13641
  "name": "syncTabsAndPanels",
14690
13642
  "value": {}
14691
13643
  },
13644
+ {
13645
+ "name": "handleSlotChange",
13646
+ "value": {}
13647
+ },
14692
13648
  {
14693
13649
  "name": "updateScrollControls",
14694
13650
  "value": {}