@solid-design-system/components 1.22.0 → 1.24.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 (122) hide show
  1. package/dist/components/es/carousel.js +3 -3
  2. package/dist/components/es/checkbox.js +1 -11
  3. package/dist/components/es/event.js +1 -1
  4. package/dist/components/es/input.js +1 -0
  5. package/dist/components/es/interactive.js +1 -0
  6. package/dist/components/es/live.js +11 -0
  7. package/dist/components/es/radio-group.js +1 -1
  8. package/dist/components/es/radio.js +1 -1
  9. package/dist/components/es/solid-components2.js +1 -1
  10. package/dist/components/es/solid-element.js +1 -1
  11. package/dist/components/es/tooltip.js +4 -0
  12. package/dist/components/umd/solid-components.js +23 -20
  13. package/dist/custom-elements.json +1 -1
  14. package/dist/package/components/icon/library.system.d.ts +9 -1
  15. package/dist/package/components/icon/library.system.js +52 -9
  16. package/dist/package/components/input/input.d.ts +76 -0
  17. package/dist/package/components/input/input.js +390 -0
  18. package/dist/package/components/radio/radio.js +1 -3
  19. package/dist/package/components/radio-group/radio-group.js +7 -8
  20. package/dist/package/components/tooltip/tooltip.d.ts +39 -0
  21. package/dist/package/components/tooltip/tooltip.js +233 -0
  22. package/dist/package/internal/animate.js +11 -0
  23. package/dist/package/solid-components.d.ts +2 -0
  24. package/dist/package/solid-components.js +22 -18
  25. package/dist/package/styles/form-control.styles.d.ts +2 -0
  26. package/dist/package/styles/form-control.styles.js +5 -0
  27. package/dist/package/styles/tailwind.css.js +1 -1
  28. package/dist/versioned-components/es/accordion-group.js +1 -1
  29. package/dist/versioned-components/es/accordion.js +1 -1
  30. package/dist/versioned-components/es/badge.js +1 -1
  31. package/dist/versioned-components/es/brandshape.js +1 -1
  32. package/dist/versioned-components/es/button.js +1 -1
  33. package/dist/versioned-components/es/carousel-item.js +1 -1
  34. package/dist/versioned-components/es/carousel.js +3 -3
  35. package/dist/versioned-components/es/checkbox-group.js +1 -1
  36. package/dist/versioned-components/es/checkbox.js +1 -11
  37. package/dist/versioned-components/es/divider.js +1 -1
  38. package/dist/versioned-components/es/drawer.js +1 -1
  39. package/dist/versioned-components/es/dropdown.js +1 -1
  40. package/dist/versioned-components/es/event.js +1 -1
  41. package/dist/versioned-components/es/form.js +1 -1
  42. package/dist/versioned-components/es/icon.js +1 -1
  43. package/dist/versioned-components/es/include.js +1 -1
  44. package/dist/versioned-components/es/input.js +1 -0
  45. package/dist/versioned-components/es/interactive.js +1 -0
  46. package/dist/versioned-components/es/link.js +1 -1
  47. package/dist/versioned-components/es/live.js +11 -0
  48. package/dist/versioned-components/es/navigation-item.js +1 -1
  49. package/dist/versioned-components/es/popup.js +1 -1
  50. package/dist/versioned-components/es/radio-group.js +1 -1
  51. package/dist/versioned-components/es/radio.js +1 -1
  52. package/dist/versioned-components/es/solid-components2.js +1 -1
  53. package/dist/versioned-components/es/solid-element.js +1 -1
  54. package/dist/versioned-components/es/spinner.js +1 -1
  55. package/dist/versioned-components/es/tag.js +1 -1
  56. package/dist/versioned-components/es/teaser.js +1 -1
  57. package/dist/versioned-components/es/tooltip.js +4 -0
  58. package/dist/versioned-components/es/video.js +1 -1
  59. package/dist/versioned-package/_components/button-group/button-group.d.ts +1 -1
  60. package/dist/versioned-package/_components/button-group/button-group.js +11 -11
  61. package/dist/versioned-package/components/accordion/accordion.d.ts +1 -1
  62. package/dist/versioned-package/components/accordion/accordion.js +2 -2
  63. package/dist/versioned-package/components/accordion-group/accordion-group.d.ts +1 -1
  64. package/dist/versioned-package/components/accordion-group/accordion-group.js +3 -3
  65. package/dist/versioned-package/components/badge/badge.d.ts +1 -1
  66. package/dist/versioned-package/components/badge/badge.js +1 -1
  67. package/dist/versioned-package/components/brandshape/brandshape.d.ts +1 -1
  68. package/dist/versioned-package/components/brandshape/brandshape.js +1 -1
  69. package/dist/versioned-package/components/button/button.d.ts +1 -1
  70. package/dist/versioned-package/components/button/button.js +4 -4
  71. package/dist/versioned-package/components/carousel/carousel.d.ts +1 -1
  72. package/dist/versioned-package/components/carousel/carousel.js +6 -6
  73. package/dist/versioned-package/components/carousel-item/carousel-item.d.ts +1 -1
  74. package/dist/versioned-package/components/carousel-item/carousel-item.js +1 -1
  75. package/dist/versioned-package/components/checkbox/checkbox.d.ts +1 -1
  76. package/dist/versioned-package/components/checkbox/checkbox.js +4 -4
  77. package/dist/versioned-package/components/checkbox-group/checkbox-group.d.ts +1 -1
  78. package/dist/versioned-package/components/checkbox-group/checkbox-group.js +5 -5
  79. package/dist/versioned-package/components/divider/divider.d.ts +1 -1
  80. package/dist/versioned-package/components/divider/divider.js +2 -2
  81. package/dist/versioned-package/components/drawer/drawer.d.ts +1 -1
  82. package/dist/versioned-package/components/drawer/drawer.js +2 -2
  83. package/dist/versioned-package/components/dropdown/dropdown.d.ts +1 -1
  84. package/dist/versioned-package/components/dropdown/dropdown.js +6 -6
  85. package/dist/versioned-package/components/icon/icon.d.ts +1 -1
  86. package/dist/versioned-package/components/icon/icon.js +1 -1
  87. package/dist/versioned-package/components/icon/library.system.d.ts +9 -1
  88. package/dist/versioned-package/components/icon/library.system.js +52 -9
  89. package/dist/versioned-package/components/include/include.d.ts +1 -1
  90. package/dist/versioned-package/components/include/include.js +1 -1
  91. package/dist/versioned-package/components/input/input.d.ts +76 -0
  92. package/dist/versioned-package/components/input/input.js +390 -0
  93. package/dist/versioned-package/components/link/link.d.ts +1 -1
  94. package/dist/versioned-package/components/link/link.js +2 -2
  95. package/dist/versioned-package/components/navigation-item/navigation-item.d.ts +1 -1
  96. package/dist/versioned-package/components/navigation-item/navigation-item.js +3 -3
  97. package/dist/versioned-package/components/popup/popup.d.ts +1 -1
  98. package/dist/versioned-package/components/popup/popup.js +1 -1
  99. package/dist/versioned-package/components/radio/radio.d.ts +1 -1
  100. package/dist/versioned-package/components/radio/radio.js +3 -5
  101. package/dist/versioned-package/components/radio-group/radio-group.d.ts +2 -2
  102. package/dist/versioned-package/components/radio-group/radio-group.js +20 -21
  103. package/dist/versioned-package/components/spinner/spinner.d.ts +1 -1
  104. package/dist/versioned-package/components/spinner/spinner.js +1 -1
  105. package/dist/versioned-package/components/tag/tag.d.ts +1 -1
  106. package/dist/versioned-package/components/tag/tag.js +2 -2
  107. package/dist/versioned-package/components/teaser/teaser.js +1 -1
  108. package/dist/versioned-package/components/tooltip/tooltip.d.ts +39 -0
  109. package/dist/versioned-package/components/tooltip/tooltip.js +233 -0
  110. package/dist/versioned-package/components/video/video.d.ts +1 -1
  111. package/dist/versioned-package/components/video/video.js +2 -2
  112. package/dist/versioned-package/internal/animate.js +11 -0
  113. package/dist/versioned-package/internal/form.js +2 -2
  114. package/dist/versioned-package/solid-components.d.ts +2 -0
  115. package/dist/versioned-package/solid-components.js +22 -18
  116. package/dist/versioned-package/styles/form-control.styles.d.ts +2 -0
  117. package/dist/versioned-package/styles/form-control.styles.js +5 -0
  118. package/dist/versioned-package/styles/tailwind.css.js +1 -1
  119. package/dist/versioned-styles/solid-styles.css +1 -1
  120. package/dist/vscode.html-custom-data.json +705 -23
  121. package/dist/web-types.json +772 -1
  122. package/package.json +5 -5
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "name": "@solid-design-system/components",
4
- "version": "1.22.0",
4
+ "version": "1.24.0",
5
5
  "description-markup": "markdown",
6
6
  "framework-config": {
7
7
  "enable-when": {
@@ -2031,6 +2031,584 @@
2031
2031
  },
2032
2032
  "attributes": []
2033
2033
  },
2034
+ {
2035
+ "name": "sd-input",
2036
+ "description": "",
2037
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/input",
2038
+ "js": {
2039
+ "properties": [
2040
+ {
2041
+ "name": "formControlController",
2042
+ "value": {}
2043
+ },
2044
+ {
2045
+ "name": "hasSlotController",
2046
+ "value": {}
2047
+ },
2048
+ {
2049
+ "name": "localize",
2050
+ "value": {}
2051
+ },
2052
+ {
2053
+ "name": "hasFocus",
2054
+ "value": {
2055
+ "type": "boolean"
2056
+ }
2057
+ },
2058
+ {
2059
+ "name": "type",
2060
+ "description": "The type of input. Works the same as a native `<input>` element, but only a subset of types are supported. Defaults\nto `text`.",
2061
+ "value": {
2062
+ "type": "| 'date'\n | 'datetime-local'\n | 'email'\n | 'number'\n | 'password'\n | 'search'\n | 'tel'\n | 'text'\n | 'time'\n | 'url'"
2063
+ }
2064
+ },
2065
+ {
2066
+ "name": "size",
2067
+ "description": "The input's size.",
2068
+ "value": {
2069
+ "type": "'lg' | 'md' | 'sm'"
2070
+ }
2071
+ },
2072
+ {
2073
+ "name": "inputmode",
2074
+ "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.",
2075
+ "value": {
2076
+ "type": "'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'"
2077
+ }
2078
+ },
2079
+ {
2080
+ "name": "value",
2081
+ "description": "The current value of the input, submitted as a name/value pair with form data.",
2082
+ "value": {
2083
+ "type": "string"
2084
+ }
2085
+ },
2086
+ {
2087
+ "name": "defaultValue",
2088
+ "description": "The default value of the form control. Primarily used for resetting the form control.",
2089
+ "value": {
2090
+ "type": "string"
2091
+ }
2092
+ },
2093
+ {
2094
+ "name": "placeholder",
2095
+ "description": "Placeholder text to show as a hint when the input is empty.",
2096
+ "value": {
2097
+ "type": "string"
2098
+ }
2099
+ },
2100
+ {
2101
+ "name": "label",
2102
+ "description": "The input's label. If you need to display HTML, use the `label` slot instead.",
2103
+ "value": {
2104
+ "type": "string"
2105
+ }
2106
+ },
2107
+ {
2108
+ "name": "helpText",
2109
+ "description": "The input's help text. If you need to display HTML, use the `help-text` slot instead.",
2110
+ "value": {
2111
+ "type": "string"
2112
+ }
2113
+ },
2114
+ {
2115
+ "name": "clearable",
2116
+ "description": "Adds a clear button when the input is not empty.",
2117
+ "value": {
2118
+ "type": "boolean"
2119
+ }
2120
+ },
2121
+ {
2122
+ "name": "disabled",
2123
+ "description": "Disables the input.",
2124
+ "value": {
2125
+ "type": "boolean"
2126
+ }
2127
+ },
2128
+ {
2129
+ "name": "readonly",
2130
+ "description": "Makes the input readonly.",
2131
+ "value": {
2132
+ "type": "boolean"
2133
+ }
2134
+ },
2135
+ {
2136
+ "name": "passwordToggle",
2137
+ "description": "Adds a button to toggle the password's visibility. Only applies to password types.",
2138
+ "value": {
2139
+ "type": "boolean"
2140
+ }
2141
+ },
2142
+ {
2143
+ "name": "passwordVisible",
2144
+ "description": "Determines whether or not the password is currently visible. Only applies to password input types.",
2145
+ "value": {
2146
+ "type": "boolean"
2147
+ }
2148
+ },
2149
+ {
2150
+ "name": "noSpinButtons",
2151
+ "description": "Hides the browser's built-in increment/decrement spin buttons for number inputs.",
2152
+ "value": {
2153
+ "type": "boolean"
2154
+ }
2155
+ },
2156
+ {
2157
+ "name": "minlength",
2158
+ "description": "The minimum length of input that will be considered valid.",
2159
+ "value": {
2160
+ "type": "number"
2161
+ }
2162
+ },
2163
+ {
2164
+ "name": "maxlength",
2165
+ "description": "The maximum length of input that will be considered valid.",
2166
+ "value": {
2167
+ "type": "number"
2168
+ }
2169
+ },
2170
+ {
2171
+ "name": "min",
2172
+ "description": "The input's minimum value. Only applies to date and number input types.",
2173
+ "value": {
2174
+ "type": "number"
2175
+ }
2176
+ },
2177
+ {
2178
+ "name": "max",
2179
+ "description": "The input's maximum value. Only applies to date and number input types.",
2180
+ "value": {
2181
+ "type": "number"
2182
+ }
2183
+ },
2184
+ {
2185
+ "name": "form",
2186
+ "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
2187
+ "value": {
2188
+ "type": "string"
2189
+ }
2190
+ },
2191
+ {
2192
+ "name": "name",
2193
+ "description": "The name of the input, submitted as a name/value pair with form data.",
2194
+ "value": {
2195
+ "type": "string"
2196
+ }
2197
+ },
2198
+ {
2199
+ "name": "title",
2200
+ "description": "The `title` attribute specifies extra information about an element most often as tooltip text when the mouse moves over the element.",
2201
+ "value": {
2202
+ "type": "string"
2203
+ }
2204
+ },
2205
+ {
2206
+ "name": "required",
2207
+ "description": "Makes the input a required field.",
2208
+ "value": {
2209
+ "type": "boolean"
2210
+ }
2211
+ },
2212
+ {
2213
+ "name": "pattern",
2214
+ "description": "A regular expression pattern to validate input against.",
2215
+ "value": {
2216
+ "type": "string"
2217
+ }
2218
+ },
2219
+ {
2220
+ "name": "step",
2221
+ "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.",
2222
+ "value": {
2223
+ "type": "number | 'any'"
2224
+ }
2225
+ },
2226
+ {
2227
+ "name": "autocapitalize",
2228
+ "description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
2229
+ "value": {
2230
+ "type": "'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"
2231
+ }
2232
+ },
2233
+ {
2234
+ "name": "autocorrect",
2235
+ "description": "Indicates whether the browser's autocorrect feature is on or off.",
2236
+ "value": {
2237
+ "type": "'off' | 'on'"
2238
+ }
2239
+ },
2240
+ {
2241
+ "name": "autocomplete",
2242
+ "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.",
2243
+ "value": {
2244
+ "type": "string"
2245
+ }
2246
+ },
2247
+ {
2248
+ "name": "autofocus",
2249
+ "description": "Indicates that the input should receive focus on page load.",
2250
+ "value": {
2251
+ "type": "boolean"
2252
+ }
2253
+ },
2254
+ {
2255
+ "name": "enterkeyhint",
2256
+ "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
2257
+ "value": {
2258
+ "type": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
2259
+ }
2260
+ },
2261
+ {
2262
+ "name": "spellcheck",
2263
+ "description": "Enables spell checking on the input.",
2264
+ "value": {
2265
+ "type": "boolean"
2266
+ }
2267
+ },
2268
+ {
2269
+ "name": "valueAsDate",
2270
+ "description": "Gets or sets the current value as a `Date` object. Returns `null` if the value can't be converted.",
2271
+ "value": {}
2272
+ },
2273
+ {
2274
+ "name": "valueAsNumber",
2275
+ "description": "Gets or sets the current value as a number. Returns `NaN` if the value can't be converted.",
2276
+ "value": {}
2277
+ },
2278
+ {
2279
+ "name": "validity",
2280
+ "description": "Gets the validity state object",
2281
+ "value": {}
2282
+ },
2283
+ {
2284
+ "name": "handleBlur",
2285
+ "value": {}
2286
+ },
2287
+ {
2288
+ "name": "handleChange",
2289
+ "value": {}
2290
+ },
2291
+ {
2292
+ "name": "handleClearClick",
2293
+ "value": {}
2294
+ },
2295
+ {
2296
+ "name": "handleFocus",
2297
+ "value": {}
2298
+ },
2299
+ {
2300
+ "name": "handleInput",
2301
+ "value": {}
2302
+ },
2303
+ {
2304
+ "name": "handleInvalid",
2305
+ "value": {}
2306
+ },
2307
+ {
2308
+ "name": "handleKeyDown",
2309
+ "value": {}
2310
+ },
2311
+ {
2312
+ "name": "handlePasswordToggle",
2313
+ "value": {}
2314
+ },
2315
+ {
2316
+ "name": "handleDisabledChange",
2317
+ "value": {}
2318
+ },
2319
+ {
2320
+ "name": "handleStepChange",
2321
+ "value": {}
2322
+ },
2323
+ {
2324
+ "name": "handleValueChange",
2325
+ "value": {}
2326
+ },
2327
+ {
2328
+ "name": "focus",
2329
+ "description": "Sets focus on the input.",
2330
+ "value": {}
2331
+ },
2332
+ {
2333
+ "name": "blur",
2334
+ "description": "Removes focus from the input.",
2335
+ "value": {}
2336
+ },
2337
+ {
2338
+ "name": "select",
2339
+ "description": "Selects all the text in the input.",
2340
+ "value": {}
2341
+ },
2342
+ {
2343
+ "name": "setSelectionRange",
2344
+ "description": "Sets the start and end positions of the text selection (0-based).",
2345
+ "value": {}
2346
+ },
2347
+ {
2348
+ "name": "setRangeText",
2349
+ "description": "Replaces a range of text with a new string.",
2350
+ "value": {}
2351
+ },
2352
+ {
2353
+ "name": "showPicker",
2354
+ "description": "Displays the browser picker for an input element (only works if the browser supports it for the input type).",
2355
+ "value": {}
2356
+ },
2357
+ {
2358
+ "name": "stepUp",
2359
+ "description": "Increments the value of a numeric input type by the value of the step attribute.",
2360
+ "value": {}
2361
+ },
2362
+ {
2363
+ "name": "stepDown",
2364
+ "description": "Decrements the value of a numeric input type by the value of the step attribute.",
2365
+ "value": {}
2366
+ },
2367
+ {
2368
+ "name": "checkValidity",
2369
+ "description": "Checks for validity but does not show the browser's validation message.",
2370
+ "value": {}
2371
+ },
2372
+ {
2373
+ "name": "reportValidity",
2374
+ "description": "Checks for validity and shows the browser's validation message if the control is invalid.",
2375
+ "value": {}
2376
+ },
2377
+ {
2378
+ "name": "setCustomValidity",
2379
+ "description": "Sets a custom validation message. Pass an empty string to restore validity.",
2380
+ "value": {}
2381
+ }
2382
+ ],
2383
+ "events": [
2384
+ {
2385
+ "name": "sd-blur",
2386
+ "description": "Emitted when the control loses focus."
2387
+ },
2388
+ {
2389
+ "name": "sd-change",
2390
+ "description": "Emitted when an alteration to the control's value is committed by the user."
2391
+ },
2392
+ {
2393
+ "name": "sd-clear",
2394
+ "description": "Emitted when the clear button is activated."
2395
+ },
2396
+ {
2397
+ "name": "sd-focus",
2398
+ "description": "Emitted when the control gains focus."
2399
+ },
2400
+ {
2401
+ "name": "sd-input",
2402
+ "description": "Emitted when the control receives input."
2403
+ }
2404
+ ]
2405
+ },
2406
+ "attributes": [
2407
+ {
2408
+ "name": "type",
2409
+ "description": "The type of input. Works the same as a native `<input>` element, but only a subset of types are supported. Defaults\nto `text`.",
2410
+ "value": {
2411
+ "type": "| 'date'\n | 'datetime-local'\n | 'email'\n | 'number'\n | 'password'\n | 'search'\n | 'tel'\n | 'text'\n | 'time'\n | 'url'"
2412
+ }
2413
+ },
2414
+ {
2415
+ "name": "size",
2416
+ "description": "The input's size.",
2417
+ "value": {
2418
+ "type": "'lg' | 'md' | 'sm'"
2419
+ }
2420
+ },
2421
+ {
2422
+ "name": "inputmode",
2423
+ "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.",
2424
+ "value": {
2425
+ "type": "'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'"
2426
+ }
2427
+ },
2428
+ {
2429
+ "name": "value",
2430
+ "description": "The current value of the input, submitted as a name/value pair with form data.",
2431
+ "value": {
2432
+ "type": "string"
2433
+ }
2434
+ },
2435
+ {
2436
+ "name": "placeholder",
2437
+ "description": "Placeholder text to show as a hint when the input is empty.",
2438
+ "value": {
2439
+ "type": "string"
2440
+ }
2441
+ },
2442
+ {
2443
+ "name": "label",
2444
+ "description": "The input's label. If you need to display HTML, use the `label` slot instead.",
2445
+ "value": {
2446
+ "type": "string"
2447
+ }
2448
+ },
2449
+ {
2450
+ "name": "help-text",
2451
+ "description": "The input's help text. If you need to display HTML, use the `help-text` slot instead.",
2452
+ "value": {
2453
+ "type": "string"
2454
+ }
2455
+ },
2456
+ {
2457
+ "name": "clearable",
2458
+ "description": "Adds a clear button when the input is not empty.",
2459
+ "value": {
2460
+ "type": "boolean"
2461
+ }
2462
+ },
2463
+ {
2464
+ "name": "disabled",
2465
+ "description": "Disables the input.",
2466
+ "value": {
2467
+ "type": "boolean"
2468
+ }
2469
+ },
2470
+ {
2471
+ "name": "readonly",
2472
+ "description": "Makes the input readonly.",
2473
+ "value": {
2474
+ "type": "boolean"
2475
+ }
2476
+ },
2477
+ {
2478
+ "name": "password-toggle",
2479
+ "description": "Adds a button to toggle the password's visibility. Only applies to password types.",
2480
+ "value": {
2481
+ "type": "boolean"
2482
+ }
2483
+ },
2484
+ {
2485
+ "name": "password-visible",
2486
+ "description": "Determines whether or not the password is currently visible. Only applies to password input types.",
2487
+ "value": {
2488
+ "type": "boolean"
2489
+ }
2490
+ },
2491
+ {
2492
+ "name": "no-spin-buttons",
2493
+ "description": "Hides the browser's built-in increment/decrement spin buttons for number inputs.",
2494
+ "value": {
2495
+ "type": "boolean"
2496
+ }
2497
+ },
2498
+ {
2499
+ "name": "minlength",
2500
+ "description": "The minimum length of input that will be considered valid.",
2501
+ "value": {
2502
+ "type": "number"
2503
+ }
2504
+ },
2505
+ {
2506
+ "name": "maxlength",
2507
+ "description": "The maximum length of input that will be considered valid.",
2508
+ "value": {
2509
+ "type": "number"
2510
+ }
2511
+ },
2512
+ {
2513
+ "name": "min",
2514
+ "description": "The input's minimum value. Only applies to date and number input types.",
2515
+ "value": {
2516
+ "type": "number"
2517
+ }
2518
+ },
2519
+ {
2520
+ "name": "max",
2521
+ "description": "The input's maximum value. Only applies to date and number input types.",
2522
+ "value": {
2523
+ "type": "number"
2524
+ }
2525
+ },
2526
+ {
2527
+ "name": "form",
2528
+ "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
2529
+ "value": {
2530
+ "type": "string"
2531
+ }
2532
+ },
2533
+ {
2534
+ "name": "name",
2535
+ "description": "The name of the input, submitted as a name/value pair with form data.",
2536
+ "value": {
2537
+ "type": "string"
2538
+ }
2539
+ },
2540
+ {
2541
+ "name": "title",
2542
+ "description": "The `title` attribute specifies extra information about an element most often as tooltip text when the mouse moves over the element.",
2543
+ "value": {
2544
+ "type": "string"
2545
+ }
2546
+ },
2547
+ {
2548
+ "name": "required",
2549
+ "description": "Makes the input a required field.",
2550
+ "value": {
2551
+ "type": "boolean"
2552
+ }
2553
+ },
2554
+ {
2555
+ "name": "pattern",
2556
+ "description": "A regular expression pattern to validate input against.",
2557
+ "value": {
2558
+ "type": "string"
2559
+ }
2560
+ },
2561
+ {
2562
+ "name": "step",
2563
+ "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.",
2564
+ "value": {
2565
+ "type": "number | 'any'"
2566
+ }
2567
+ },
2568
+ {
2569
+ "name": "autocapitalize",
2570
+ "description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
2571
+ "value": {
2572
+ "type": "'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"
2573
+ }
2574
+ },
2575
+ {
2576
+ "name": "autocorrect",
2577
+ "description": "Indicates whether the browser's autocorrect feature is on or off.",
2578
+ "value": {
2579
+ "type": "'off' | 'on'"
2580
+ }
2581
+ },
2582
+ {
2583
+ "name": "autocomplete",
2584
+ "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.",
2585
+ "value": {
2586
+ "type": "string"
2587
+ }
2588
+ },
2589
+ {
2590
+ "name": "autofocus",
2591
+ "description": "Indicates that the input should receive focus on page load.",
2592
+ "value": {
2593
+ "type": "boolean"
2594
+ }
2595
+ },
2596
+ {
2597
+ "name": "enterkeyhint",
2598
+ "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
2599
+ "value": {
2600
+ "type": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
2601
+ }
2602
+ },
2603
+ {
2604
+ "name": "spellcheck",
2605
+ "description": "Enables spell checking on the input.",
2606
+ "value": {
2607
+ "type": "boolean"
2608
+ }
2609
+ }
2610
+ ]
2611
+ },
2034
2612
  {
2035
2613
  "name": "sd-link",
2036
2614
  "description": "",
@@ -3336,6 +3914,199 @@
3336
3914
  }
3337
3915
  ]
3338
3916
  },
3917
+ {
3918
+ "name": "sd-tooltip",
3919
+ "description": "",
3920
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/tooltip",
3921
+ "js": {
3922
+ "properties": [
3923
+ {
3924
+ "name": "hoverTimeout",
3925
+ "value": {
3926
+ "type": "number"
3927
+ }
3928
+ },
3929
+ {
3930
+ "name": "localize",
3931
+ "value": {}
3932
+ },
3933
+ {
3934
+ "name": "popup",
3935
+ "value": {
3936
+ "type": "SdPopup"
3937
+ }
3938
+ },
3939
+ {
3940
+ "name": "content",
3941
+ "description": "The tooltip's content. If you need to display HTML, use the `content` slot instead.",
3942
+ "value": {
3943
+ "type": "string"
3944
+ }
3945
+ },
3946
+ {
3947
+ "name": "placement",
3948
+ "description": "The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.",
3949
+ "value": {
3950
+ "type": "'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end'"
3951
+ }
3952
+ },
3953
+ {
3954
+ "name": "size",
3955
+ "description": "Sets the size of the default trigger icon.",
3956
+ "value": {
3957
+ "type": "'lg' | 'sm'"
3958
+ }
3959
+ },
3960
+ {
3961
+ "name": "disabled",
3962
+ "description": "Disables the tooltip so it won't show when triggered.",
3963
+ "value": {
3964
+ "type": "boolean"
3965
+ }
3966
+ },
3967
+ {
3968
+ "name": "open",
3969
+ "description": "Indicates whether or not the tooltip is open. You can use this in lieu of the show/hide methods.",
3970
+ "value": {
3971
+ "type": "boolean"
3972
+ }
3973
+ },
3974
+ {
3975
+ "name": "trigger",
3976
+ "description": "Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\nprogrammatically.",
3977
+ "value": {
3978
+ "type": "string"
3979
+ }
3980
+ },
3981
+ {
3982
+ "name": "hoist",
3983
+ "description": "Enable this option to prevent the tooltip from being clipped when the component is placed inside a container with\n`overflow: auto|hidden|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all,\nscenarios.",
3984
+ "value": {
3985
+ "type": "boolean"
3986
+ }
3987
+ },
3988
+ {
3989
+ "name": "handleBlur",
3990
+ "value": {}
3991
+ },
3992
+ {
3993
+ "name": "handleClick",
3994
+ "value": {}
3995
+ },
3996
+ {
3997
+ "name": "handleFocus",
3998
+ "value": {}
3999
+ },
4000
+ {
4001
+ "name": "handleKeyDown",
4002
+ "value": {}
4003
+ },
4004
+ {
4005
+ "name": "handleMouseOver",
4006
+ "value": {}
4007
+ },
4008
+ {
4009
+ "name": "handleMouseOut",
4010
+ "value": {}
4011
+ },
4012
+ {
4013
+ "name": "hasTrigger",
4014
+ "value": {}
4015
+ },
4016
+ {
4017
+ "name": "handleOpenChange",
4018
+ "value": {}
4019
+ },
4020
+ {
4021
+ "name": "handleOptionsChange",
4022
+ "value": {}
4023
+ },
4024
+ {
4025
+ "name": "handleDisabledChange",
4026
+ "value": {}
4027
+ },
4028
+ {
4029
+ "name": "show",
4030
+ "description": "Shows the tooltip.",
4031
+ "value": {}
4032
+ },
4033
+ {
4034
+ "name": "hide",
4035
+ "description": "Hides the tooltip",
4036
+ "value": {}
4037
+ }
4038
+ ],
4039
+ "events": [
4040
+ {
4041
+ "name": "sd-show",
4042
+ "description": "Emitted when the tooltip begins to show."
4043
+ },
4044
+ {
4045
+ "name": "sd-after-show",
4046
+ "description": "Emitted after the tooltip has shown and all animations are complete."
4047
+ },
4048
+ {
4049
+ "name": "sd-hide",
4050
+ "description": "Emitted when the tooltip begins to hide."
4051
+ },
4052
+ {
4053
+ "name": "sd-after-hide",
4054
+ "description": "Emitted after the tooltip has hidden and all animations are complete."
4055
+ }
4056
+ ]
4057
+ },
4058
+ "attributes": [
4059
+ {
4060
+ "name": "content",
4061
+ "description": "The tooltip's content. If you need to display HTML, use the `content` slot instead.",
4062
+ "value": {
4063
+ "type": "string"
4064
+ }
4065
+ },
4066
+ {
4067
+ "name": "placement",
4068
+ "description": "The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.",
4069
+ "value": {
4070
+ "type": "'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end'"
4071
+ }
4072
+ },
4073
+ {
4074
+ "name": "size",
4075
+ "description": "Sets the size of the default trigger icon.",
4076
+ "value": {
4077
+ "type": "'lg' | 'sm'"
4078
+ }
4079
+ },
4080
+ {
4081
+ "name": "disabled",
4082
+ "description": "Disables the tooltip so it won't show when triggered.",
4083
+ "value": {
4084
+ "type": "boolean"
4085
+ }
4086
+ },
4087
+ {
4088
+ "name": "open",
4089
+ "description": "Indicates whether or not the tooltip is open. You can use this in lieu of the show/hide methods.",
4090
+ "value": {
4091
+ "type": "boolean"
4092
+ }
4093
+ },
4094
+ {
4095
+ "name": "trigger",
4096
+ "description": "Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\nprogrammatically.",
4097
+ "value": {
4098
+ "type": "string"
4099
+ }
4100
+ },
4101
+ {
4102
+ "name": "hoist",
4103
+ "description": "Enable this option to prevent the tooltip from being clipped when the component is placed inside a container with\n`overflow: auto|hidden|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all,\nscenarios.",
4104
+ "value": {
4105
+ "type": "boolean"
4106
+ }
4107
+ }
4108
+ ]
4109
+ },
3339
4110
  {
3340
4111
  "name": "sd-video",
3341
4112
  "description": "",