@sdata/web-vue 3.18.0 → 3.20.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 (280) hide show
  1. package/dist/sd.css +489 -0
  2. package/dist/sd.min.css +2 -2
  3. package/es/_components/icon-hover.vue.d.ts +1 -1
  4. package/es/_components/input-label/input-label.d.ts +13 -1
  5. package/es/_components/input-label/input-label.js +35 -5
  6. package/es/_components/input-label/style/index.css +6 -0
  7. package/es/_components/input-label/style/input-label.scss +8 -0
  8. package/es/_components/picker/input-range.vue.d.ts +24 -1
  9. package/es/_components/picker/input-range.vue_vue_type_script_setup_true_lang.js +42 -6
  10. package/es/_components/picker/input.vue.d.ts +24 -1
  11. package/es/_components/picker/input.vue_vue_type_script_setup_true_lang.js +31 -4
  12. package/es/_components/picker/style/index.scss +8 -0
  13. package/es/_components/select-view/select-view.d.ts +15 -3
  14. package/es/_components/select-view/select-view.js +10 -1
  15. package/es/_components/select-view/style/index.css +12 -0
  16. package/es/_components/virtual-list/virtual-list.vue.d.ts +6 -6
  17. package/es/_hooks/use-fit-width.d.ts +22 -0
  18. package/es/_hooks/use-fit-width.js +76 -0
  19. package/es/_hooks/use-form-item.d.ts +1 -1
  20. package/es/_hooks/use-size.d.ts +1 -1
  21. package/es/anchor/anchor.vue.d.ts +1 -1
  22. package/es/anchor/index.d.ts +3 -3
  23. package/es/auto-complete/auto-complete.d.ts +20 -2
  24. package/es/auto-complete/auto-complete.js +18 -0
  25. package/es/auto-complete/index.d.ts +36 -6
  26. package/es/basic-crud-table/basic-crud-table.vue.d.ts +2 -2
  27. package/es/basic-crud-table/basic-crud-table.vue_vue_type_script_setup_true_lang.js +6 -4
  28. package/es/basic-crud-table/index.d.ts +5 -5
  29. package/es/basic-crud-table/types.d.ts +2 -0
  30. package/es/button/button.vue.d.ts +2 -2
  31. package/es/button/index.d.ts +6 -6
  32. package/es/card/card.d.ts +25 -3
  33. package/es/card/card.js +11 -2
  34. package/es/card/index.d.ts +45 -6
  35. package/es/carousel/carousel-indicator.vue.d.ts +1 -1
  36. package/es/cascader/base-cascader-panel.d.ts +4 -1
  37. package/es/cascader/base-cascader-panel.js +2 -1
  38. package/es/cascader/cascader-option.d.ts +1 -1
  39. package/es/cascader/cascader-panel.vue.d.ts +1 -1
  40. package/es/cascader/cascader-search-panel.d.ts +4 -1
  41. package/es/cascader/cascader-search-panel.js +2 -1
  42. package/es/cascader/cascader.vue.d.ts +7 -5
  43. package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +22 -2
  44. package/es/cascader/types.d.ts +4 -1
  45. package/es/checkbox/checkbox.d.ts +3 -3
  46. package/es/checkbox/index.d.ts +6 -6
  47. package/es/collapse/collapse-item.d.ts +3 -3
  48. package/es/collapse/index.d.ts +3 -3
  49. package/es/color-picker/color-picker.d.ts +2 -2
  50. package/es/color-picker/index.d.ts +6 -6
  51. package/es/components.d.ts +4 -0
  52. package/es/config-provider/config-provider.vue.d.ts +68 -1
  53. package/es/config-provider/config-provider.vue_vue_type_script_setup_true_lang.js +67 -1
  54. package/es/config-provider/context.d.ts +12 -0
  55. package/es/config-provider/index.d.ts +102 -3
  56. package/es/date-picker/index.d.ts +87 -23
  57. package/es/date-picker/interface.d.ts +2 -1
  58. package/es/date-picker/picker-panel.vue.d.ts +1 -1
  59. package/es/date-picker/picker.vue.d.ts +39 -17
  60. package/es/date-picker/picker.vue_vue_type_script_setup_true_lang.js +30 -1
  61. package/es/date-picker/pickers/date-picker.d.ts +18 -0
  62. package/es/date-picker/pickers/date-picker.js +16 -0
  63. package/es/date-picker/range-picker-panel.vue.d.ts +1 -1
  64. package/es/date-picker/range-picker.vue.d.ts +39 -17
  65. package/es/date-picker/range-picker.vue_vue_type_script_setup_true_lang.js +27 -1
  66. package/es/date-picker/style/index.css +6 -0
  67. package/es/descriptions/descriptions.d.ts +3 -3
  68. package/es/descriptions/index.d.ts +9 -9
  69. package/es/divider/divider.d.ts +1 -1
  70. package/es/divider/index.d.ts +3 -3
  71. package/es/drawer/drawer.vue.d.ts +4 -4
  72. package/es/drawer/drawer.vue_vue_type_script_setup_true_lang.js +1 -1
  73. package/es/drawer/index.d.ts +11 -11
  74. package/es/dropdown/dropdown-button.vue.d.ts +2 -2
  75. package/es/dropdown/dropdown-option.vue.d.ts +1 -1
  76. package/es/dropdown/dropdown-submenu.vue.d.ts +2 -2
  77. package/es/dropdown/dropdown.vue.d.ts +1 -1
  78. package/es/dropdown/index.d.ts +21 -21
  79. package/es/ellipsis/ellipsis.vue.d.ts +1 -1
  80. package/es/ellipsis/index.d.ts +6 -6
  81. package/es/ellipsis/performant-ellipsis.vue.d.ts +1 -1
  82. package/es/form/form-item.vue.d.ts +1 -1
  83. package/es/form/form.vue.d.ts +1 -1
  84. package/es/form/index.d.ts +9 -9
  85. package/es/grid/grid-row.vue.d.ts +3 -3
  86. package/es/grid/index.d.ts +9 -9
  87. package/es/icon/icon-arrow-up/icon-arrow-up.js +5 -0
  88. package/es/icon/icon-arrow-up/icon-arrow-up.vue_vue_type_script_setup_true_lang.js +52 -0
  89. package/es/icon/icon-arrow-up/index.js +9 -0
  90. package/es/icon/icon-mute/icon-mute.js +5 -0
  91. package/es/icon/icon-mute/icon-mute.vue_vue_type_script_setup_true_lang.js +52 -0
  92. package/es/icon/icon-mute/index.js +9 -0
  93. package/es/icon/icon-voice/icon-voice.js +5 -0
  94. package/es/icon/icon-voice/icon-voice.vue_vue_type_script_setup_true_lang.js +52 -0
  95. package/es/icon/icon-voice/index.js +9 -0
  96. package/es/image/preview-action.d.ts +6 -6
  97. package/es/image/preview-group.vue.d.ts +1 -1
  98. package/es/index.css +489 -0
  99. package/es/index.d.ts +6 -1
  100. package/es/index.js +5 -1
  101. package/es/index.scss +2 -0
  102. package/es/input/index.d.ts +99 -6
  103. package/es/input/input-password.vue.d.ts +18 -0
  104. package/es/input/input-password.vue_vue_type_script_setup_true_lang.js +24 -2
  105. package/es/input/input-search.d.ts +18 -0
  106. package/es/input/input-search.js +20 -2
  107. package/es/input/input.d.ts +29 -2
  108. package/es/input/input.js +45 -3
  109. package/es/input/style/index.css +16 -0
  110. package/es/input/style/index.scss +21 -0
  111. package/es/input-number/index.d.ts +36 -6
  112. package/es/input-number/input-number.d.ts +20 -2
  113. package/es/input-number/input-number.js +19 -0
  114. package/es/input-tag/index.d.ts +36 -6
  115. package/es/input-tag/input-tag.d.ts +20 -2
  116. package/es/input-tag/input-tag.js +35 -4
  117. package/es/input-tag/style/index.css +6 -0
  118. package/es/input-tag/style/input-tag.scss +8 -0
  119. package/es/kv-list/index.d.ts +72 -32
  120. package/es/link/index.d.ts +6 -6
  121. package/es/link/link.vue.d.ts +2 -2
  122. package/es/list/index.d.ts +9 -0
  123. package/es/list/list.d.ts +7 -0
  124. package/es/list/list.js +8 -2
  125. package/es/locale/interface.d.ts +22 -0
  126. package/es/locale/lang/ar-eg.js +21 -1
  127. package/es/locale/lang/de-de.js +21 -1
  128. package/es/locale/lang/en-us.js +21 -1
  129. package/es/locale/lang/es-es.js +21 -1
  130. package/es/locale/lang/fr-fr.js +21 -1
  131. package/es/locale/lang/id-id.js +21 -1
  132. package/es/locale/lang/it-it.js +21 -1
  133. package/es/locale/lang/ja-jp.js +21 -1
  134. package/es/locale/lang/km-kh.js +21 -1
  135. package/es/locale/lang/ko-kr.js +21 -1
  136. package/es/locale/lang/ms-my.js +21 -1
  137. package/es/locale/lang/nl-nl.js +21 -1
  138. package/es/locale/lang/pt-pt.js +21 -1
  139. package/es/locale/lang/ru-ru.js +21 -1
  140. package/es/locale/lang/th-th.js +21 -1
  141. package/es/locale/lang/vi-vn.js +21 -1
  142. package/es/locale/lang/zh-cn.js +21 -1
  143. package/es/locale/lang/zh-tw.js +21 -1
  144. package/es/mention/index.d.ts +39 -9
  145. package/es/mention/mention.d.ts +21 -3
  146. package/es/mention/mention.js +24 -1
  147. package/es/mention/style/index.css +6 -0
  148. package/es/mention/style/index.scss +8 -0
  149. package/es/menu/item.d.ts +1 -1
  150. package/es/message/message-list.d.ts +1 -1
  151. package/es/modal/index.d.ts +9 -9
  152. package/es/modal/modal.vue.d.ts +3 -3
  153. package/es/modal/modal.vue_vue_type_script_setup_true_lang.js +1 -1
  154. package/es/popconfirm/index.d.ts +3 -3
  155. package/es/popconfirm/popconfirm.vue.d.ts +1 -1
  156. package/es/popover/index.d.ts +6 -6
  157. package/es/popover/popover.vue.d.ts +2 -2
  158. package/es/progress/circle.vue.d.ts +1 -1
  159. package/es/progress/line.vue.d.ts +1 -1
  160. package/es/qr-code/index.d.ts +27 -21
  161. package/es/qr-code/qr-code.vue.d.ts +8 -6
  162. package/es/qr-code/qr-code.vue_vue_type_script_setup_true_lang.js +5 -2
  163. package/es/radio/index.d.ts +6 -6
  164. package/es/radio/radio.d.ts +3 -3
  165. package/es/rate/index.d.ts +3 -3
  166. package/es/rate/rate.d.ts +1 -1
  167. package/es/resize-box/index.d.ts +5 -5
  168. package/es/resize-box/resize-box.vue.d.ts +3 -3
  169. package/es/rich-text-editor/built-in-components.d.ts +5 -0
  170. package/es/rich-text-editor/built-in-components.js +6 -0
  171. package/es/rich-text-editor/index.d.ts +195 -0
  172. package/es/rich-text-editor/index.js +12 -0
  173. package/es/rich-text-editor/nodes/inline-component-node.d.ts +30 -0
  174. package/es/rich-text-editor/nodes/inline-component-node.js +86 -0
  175. package/es/rich-text-editor/rich-text-editor.js +5 -0
  176. package/es/rich-text-editor/rich-text-editor.vue.d.ts +76 -0
  177. package/es/rich-text-editor/rich-text-editor.vue_vue_type_script_setup_true_lang.js +630 -0
  178. package/es/rich-text-editor/rich-text-node-renderer.js +5 -0
  179. package/es/rich-text-editor/rich-text-node-renderer.vue.d.ts +28 -0
  180. package/es/rich-text-editor/rich-text-node-renderer.vue_vue_type_script_setup_true_lang.js +133 -0
  181. package/es/rich-text-editor/style/css.js +2 -0
  182. package/es/rich-text-editor/style/index.css +164 -0
  183. package/es/rich-text-editor/style/index.d.ts +2 -0
  184. package/es/rich-text-editor/style/index.js +2 -0
  185. package/es/rich-text-editor/style/index.scss +193 -0
  186. package/es/rich-text-editor/style/token.scss +36 -0
  187. package/es/rich-text-editor/types.d.ts +148 -0
  188. package/es/sd-vue.js +6 -0
  189. package/es/select/index.d.ts +117 -54
  190. package/es/select/interface.d.ts +2 -1
  191. package/es/select/select-dropdown.vue.d.ts +3 -0
  192. package/es/select/select-dropdown.vue_vue_type_script_setup_true_lang.js +2 -4
  193. package/es/select/select.d.ts +62 -25
  194. package/es/select/select.js +28 -1
  195. package/es/sender/context.d.ts +8 -0
  196. package/es/sender/context.js +4 -0
  197. package/es/sender/index.d.ts +119 -0
  198. package/es/sender/index.js +20 -0
  199. package/es/sender/sender-header.js +5 -0
  200. package/es/sender/sender-header.vue.d.ts +28 -0
  201. package/es/sender/sender-header.vue_vue_type_script_setup_true_lang.js +127 -0
  202. package/es/sender/sender-switch.js +5 -0
  203. package/es/sender/sender-switch.vue.d.ts +32 -0
  204. package/es/sender/sender-switch.vue_vue_type_script_setup_true_lang.js +95 -0
  205. package/es/sender/sender.js +5 -0
  206. package/es/sender/sender.vue_vue_type_script_setup_true_lang.js +895 -0
  207. package/es/sender/style/css.js +3 -0
  208. package/es/sender/style/index.css +301 -0
  209. package/es/sender/style/index.d.ts +3 -0
  210. package/es/sender/style/index.js +3 -0
  211. package/es/sender/style/index.scss +359 -0
  212. package/es/sender/style/token.scss +43 -0
  213. package/es/sender/types.d.ts +228 -0
  214. package/es/sender/use-speech.d.ts +19 -0
  215. package/es/sender/use-speech.js +338 -0
  216. package/es/slider/index.d.ts +3 -3
  217. package/es/slider/slider-input.vue.d.ts +1 -1
  218. package/es/slider/slider.vue.d.ts +1 -1
  219. package/es/space/index.d.ts +9 -9
  220. package/es/space/space.d.ts +2 -2
  221. package/es/spin/index.d.ts +18 -3
  222. package/es/spin/spin.d.ts +10 -1
  223. package/es/spin/spin.js +72 -10
  224. package/es/statistic/index.d.ts +3 -3
  225. package/es/statistic/statistic.vue.d.ts +1 -1
  226. package/es/steps/index.d.ts +5 -5
  227. package/es/steps/step.vue.d.ts +2 -2
  228. package/es/steps/steps.vue.d.ts +1 -1
  229. package/es/table/index.d.ts +68 -23
  230. package/es/table/interface.d.ts +3 -0
  231. package/es/table/table-column.d.ts +1 -1
  232. package/es/table/table-operation-td.d.ts +12 -12
  233. package/es/table/table-td.d.ts +2 -2
  234. package/es/table/table.d.ts +27 -8
  235. package/es/table/table.js +7 -2
  236. package/es/tabs/index.d.ts +12 -12
  237. package/es/tabs/tabs-nav.d.ts +1 -1
  238. package/es/tabs/tabs.d.ts +4 -4
  239. package/es/tag/index.d.ts +6 -6
  240. package/es/tag/tag.vue.d.ts +2 -2
  241. package/es/textarea/index.d.ts +38 -8
  242. package/es/textarea/style/index.css +6 -0
  243. package/es/textarea/style/index.scss +8 -0
  244. package/es/textarea/textarea.vue.d.ts +21 -3
  245. package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +36 -3
  246. package/es/time-picker/index.d.ts +36 -6
  247. package/es/time-picker/interface.d.ts +2 -1
  248. package/es/time-picker/range-panel.js +58 -0
  249. package/es/time-picker/time-picker.vue.d.ts +20 -2
  250. package/es/time-picker/time-picker.vue_vue_type_script_setup_true_lang.js +30 -1
  251. package/es/timeline/index.d.ts +45 -6
  252. package/es/timeline/timeline.d.ts +25 -3
  253. package/es/timeline/timeline.js +11 -2
  254. package/es/toolbar/toolbar.vue_vue_type_script_setup_true_lang.js +9 -5
  255. package/es/toolbar/types.d.ts +2 -0
  256. package/es/tooltip/index.d.ts +6 -6
  257. package/es/tooltip/tooltip.vue.d.ts +2 -2
  258. package/es/tour/index.d.ts +3 -3
  259. package/es/tour/tour.vue.d.ts +1 -1
  260. package/es/transfer/index.d.ts +3 -3
  261. package/es/transfer/transfer.vue.d.ts +1 -1
  262. package/es/tree/tree.vue.d.ts +4 -4
  263. package/es/tree-select/interface.d.ts +2 -1
  264. package/es/tree-select/tree-select.vue.d.ts +32 -7
  265. package/es/tree-select/tree-select.vue_vue_type_script_setup_true_lang.js +27 -1
  266. package/es/trigger/index.d.ts +12 -12
  267. package/es/trigger/trigger.d.ts +4 -4
  268. package/es/typography/base.d.ts +4 -4
  269. package/es/typography/edit-content.vue.d.ts +2 -2
  270. package/es/upload/index.d.ts +6 -6
  271. package/es/upload/upload-button.d.ts +1 -1
  272. package/es/upload/upload.d.ts +2 -2
  273. package/es/verification-code/index.d.ts +3 -3
  274. package/es/verification-code/verification-code.d.ts +1 -1
  275. package/es/watermark/index.d.ts +3 -3
  276. package/es/watermark/watermark.d.ts +1 -1
  277. package/json/vetur-attributes.json +295 -2
  278. package/json/vetur-tags.json +103 -3
  279. package/json/web-types.json +746 -53
  280. package/package.json +10 -1
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
4
  "name": "@sdata/web-vue",
5
- "version": "3.17.0",
5
+ "version": "3.19.0",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -326,6 +326,22 @@
326
326
  "kind": "expression"
327
327
  }
328
328
  },
329
+ {
330
+ "name": "fit-width",
331
+ "description": "Whether the width adapts to the text content",
332
+ "value": {
333
+ "type": "boolean",
334
+ "kind": "expression"
335
+ }
336
+ },
337
+ {
338
+ "name": "max-wfull",
339
+ "description": "Whether the maximum width is limited to the parent container width",
340
+ "value": {
341
+ "type": "boolean",
342
+ "kind": "expression"
343
+ }
344
+ },
329
345
  {
330
346
  "name": "virtual-list-props",
331
347
  "description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)",
@@ -913,6 +929,14 @@
913
929
  "kind": "expression"
914
930
  }
915
931
  },
932
+ {
933
+ "name": "spin-props",
934
+ "description": "Props passed to the loading Spin",
935
+ "value": {
936
+ "type": "SpinProps",
937
+ "kind": "expression"
938
+ }
939
+ },
916
940
  {
917
941
  "name": "hoverable",
918
942
  "description": "Can be hovered",
@@ -1179,7 +1203,24 @@
1179
1203
  },
1180
1204
  {
1181
1205
  "name": "sd-cascader",
1182
- "attributes": [],
1206
+ "attributes": [
1207
+ {
1208
+ "name": "max-wfull",
1209
+ "description": "Whether the maximum width is limited to the parent container width",
1210
+ "value": {
1211
+ "type": "boolean",
1212
+ "kind": "expression"
1213
+ }
1214
+ },
1215
+ {
1216
+ "name": "fit-width",
1217
+ "description": "Whether the width adapts to the text content",
1218
+ "value": {
1219
+ "type": "boolean",
1220
+ "kind": "expression"
1221
+ }
1222
+ }
1223
+ ],
1183
1224
  "events": [],
1184
1225
  "slots": []
1185
1226
  },
@@ -1743,6 +1784,94 @@
1743
1784
  "kind": "expression"
1744
1785
  }
1745
1786
  },
1787
+ {
1788
+ "name": "spin-props",
1789
+ "description": "Default props for Spin",
1790
+ "value": {
1791
+ "type": "SpinProps",
1792
+ "kind": "expression"
1793
+ }
1794
+ },
1795
+ {
1796
+ "name": "basic-crud-table-spin-props",
1797
+ "description": "Default props for Spin inside BasicCrudTable",
1798
+ "value": {
1799
+ "type": "SpinProps",
1800
+ "kind": "expression"
1801
+ }
1802
+ },
1803
+ {
1804
+ "name": "card-spin-props",
1805
+ "description": "Default props for Spin inside Card",
1806
+ "value": {
1807
+ "type": "SpinProps",
1808
+ "kind": "expression"
1809
+ }
1810
+ },
1811
+ {
1812
+ "name": "cascader-spin-props",
1813
+ "description": "Default props for Spin inside Cascader",
1814
+ "value": {
1815
+ "type": "SpinProps",
1816
+ "kind": "expression"
1817
+ }
1818
+ },
1819
+ {
1820
+ "name": "list-spin-props",
1821
+ "description": "Default props for Spin inside List",
1822
+ "value": {
1823
+ "type": "SpinProps",
1824
+ "kind": "expression"
1825
+ }
1826
+ },
1827
+ {
1828
+ "name": "qr-code-spin-props",
1829
+ "description": "Default props for Spin inside QrCode",
1830
+ "value": {
1831
+ "type": "SpinProps",
1832
+ "kind": "expression"
1833
+ }
1834
+ },
1835
+ {
1836
+ "name": "select-spin-props",
1837
+ "description": "Default props for Spin inside Select",
1838
+ "value": {
1839
+ "type": "SpinProps",
1840
+ "kind": "expression"
1841
+ }
1842
+ },
1843
+ {
1844
+ "name": "table-spin-props",
1845
+ "description": "Default props for Spin inside Table, taking precedence over `spinProps`",
1846
+ "value": {
1847
+ "type": "SpinProps",
1848
+ "kind": "expression"
1849
+ }
1850
+ },
1851
+ {
1852
+ "name": "timeline-spin-props",
1853
+ "description": "Default props for Spin inside Timeline",
1854
+ "value": {
1855
+ "type": "SpinProps",
1856
+ "kind": "expression"
1857
+ }
1858
+ },
1859
+ {
1860
+ "name": "toolbar-spin-props",
1861
+ "description": "Default props for Spin inside Toolbar",
1862
+ "value": {
1863
+ "type": "SpinProps",
1864
+ "kind": "expression"
1865
+ }
1866
+ },
1867
+ {
1868
+ "name": "tree-select-spin-props",
1869
+ "description": "Default props for Spin inside TreeSelect",
1870
+ "value": {
1871
+ "type": "SpinProps",
1872
+ "kind": "expression"
1873
+ }
1874
+ },
1746
1875
  {
1747
1876
  "name": "json-form",
1748
1877
  "description": "Default config for JsonForm",
@@ -2017,6 +2146,22 @@
2017
2146
  "kind": "expression"
2018
2147
  }
2019
2148
  },
2149
+ {
2150
+ "name": "fit-width",
2151
+ "description": "Whether the width adapts to the text content",
2152
+ "value": {
2153
+ "type": "boolean",
2154
+ "kind": "expression"
2155
+ }
2156
+ },
2157
+ {
2158
+ "name": "max-wfull",
2159
+ "description": "Whether the maximum width is limited to the parent container width",
2160
+ "value": {
2161
+ "type": "boolean",
2162
+ "kind": "expression"
2163
+ }
2164
+ },
2020
2165
  {
2021
2166
  "name": "disabled-date",
2022
2167
  "description": "Non-selectable date",
@@ -4080,6 +4225,22 @@
4080
4225
  "kind": "expression"
4081
4226
  }
4082
4227
  },
4228
+ {
4229
+ "name": "fit-width",
4230
+ "description": "Whether the width adapts to the text content",
4231
+ "value": {
4232
+ "type": "boolean",
4233
+ "kind": "expression"
4234
+ }
4235
+ },
4236
+ {
4237
+ "name": "max-wfull",
4238
+ "description": "Whether the maximum width is limited to the parent container width",
4239
+ "value": {
4240
+ "type": "boolean",
4241
+ "kind": "expression"
4242
+ }
4243
+ },
4083
4244
  {
4084
4245
  "name": "hide-button",
4085
4246
  "description": "Whether to hide the button",
@@ -4225,6 +4386,22 @@
4225
4386
  "kind": "expression"
4226
4387
  }
4227
4388
  },
4389
+ {
4390
+ "name": "fit-width",
4391
+ "description": "Whether the width adapts to the text content",
4392
+ "value": {
4393
+ "type": "boolean",
4394
+ "kind": "expression"
4395
+ }
4396
+ },
4397
+ {
4398
+ "name": "max-wfull",
4399
+ "description": "Whether the maximum width is limited to the parent container width",
4400
+ "value": {
4401
+ "type": "boolean",
4402
+ "kind": "expression"
4403
+ }
4404
+ },
4228
4405
  {
4229
4406
  "name": "disabled",
4230
4407
  "description": "Whether to disable",
@@ -4426,6 +4603,22 @@
4426
4603
  "kind": "expression"
4427
4604
  }
4428
4605
  },
4606
+ {
4607
+ "name": "fit-width",
4608
+ "description": "Whether the width adapts to the text content",
4609
+ "value": {
4610
+ "type": "boolean",
4611
+ "kind": "expression"
4612
+ }
4613
+ },
4614
+ {
4615
+ "name": "max-wfull",
4616
+ "description": "Whether the maximum width is limited to the parent container width",
4617
+ "value": {
4618
+ "type": "boolean",
4619
+ "kind": "expression"
4620
+ }
4621
+ },
4429
4622
  {
4430
4623
  "name": "max-length",
4431
4624
  "description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0",
@@ -4560,6 +4753,22 @@
4560
4753
  "type": "boolean",
4561
4754
  "kind": "expression"
4562
4755
  }
4756
+ },
4757
+ {
4758
+ "name": "fit-width",
4759
+ "description": "Whether the width adapts to the text content",
4760
+ "value": {
4761
+ "type": "boolean",
4762
+ "kind": "expression"
4763
+ }
4764
+ },
4765
+ {
4766
+ "name": "max-wfull",
4767
+ "description": "Whether the maximum width is limited to the parent container width",
4768
+ "value": {
4769
+ "type": "boolean",
4770
+ "kind": "expression"
4771
+ }
4563
4772
  }
4564
4773
  ],
4565
4774
  "events": [
@@ -4620,6 +4829,22 @@
4620
4829
  "type": "ButtonProps",
4621
4830
  "kind": "expression"
4622
4831
  }
4832
+ },
4833
+ {
4834
+ "name": "fit-width",
4835
+ "description": "Whether the width adapts to the text content",
4836
+ "value": {
4837
+ "type": "boolean",
4838
+ "kind": "expression"
4839
+ }
4840
+ },
4841
+ {
4842
+ "name": "max-wfull",
4843
+ "description": "Whether the maximum width is limited to the parent container width",
4844
+ "value": {
4845
+ "type": "boolean",
4846
+ "kind": "expression"
4847
+ }
4623
4848
  }
4624
4849
  ],
4625
4850
  "events": [
@@ -5003,6 +5228,14 @@
5003
5228
  "kind": "expression"
5004
5229
  }
5005
5230
  },
5231
+ {
5232
+ "name": "spin-props",
5233
+ "description": "Props passed to the loading Spin",
5234
+ "value": {
5235
+ "type": "SpinProps",
5236
+ "kind": "expression"
5237
+ }
5238
+ },
5006
5239
  {
5007
5240
  "name": "hoverable",
5008
5241
  "description": "Whether to display the selected style",
@@ -5227,6 +5460,22 @@
5227
5460
  "kind": "expression"
5228
5461
  }
5229
5462
  },
5463
+ {
5464
+ "name": "fit-width",
5465
+ "description": "Whether the width adapts to the text content",
5466
+ "value": {
5467
+ "type": "boolean",
5468
+ "kind": "expression"
5469
+ }
5470
+ },
5471
+ {
5472
+ "name": "max-wfull",
5473
+ "description": "Whether the maximum width is limited to the parent container width",
5474
+ "value": {
5475
+ "type": "boolean",
5476
+ "kind": "expression"
5477
+ }
5478
+ },
5230
5479
  {
5231
5480
  "name": "floating-options",
5232
5481
  "description": "Complete Floating UI Vue positioning options",
@@ -6737,113 +6986,248 @@
6737
6986
  "slots": []
6738
6987
  },
6739
6988
  {
6740
- "name": "sd-scrollbar",
6989
+ "name": "sd-rich-text-editor",
6741
6990
  "attributes": [
6742
6991
  {
6743
- "name": "type",
6744
- "description": "Type",
6992
+ "name": "model-value",
6993
+ "description": "Controlled serialized Lexical state",
6745
6994
  "value": {
6746
- "type": "string",
6995
+ "type": "RichTextEditorValue",
6747
6996
  "kind": "expression"
6748
6997
  }
6749
6998
  },
6750
6999
  {
6751
- "name": "outer-class",
6752
- "description": "Outer class",
7000
+ "name": "default-value",
7001
+ "description": "Uncontrolled initial state, or plain text",
6753
7002
  "value": {
6754
- "type": "string|object|array",
7003
+ "type": "union",
6755
7004
  "kind": "expression"
6756
7005
  }
6757
7006
  },
6758
7007
  {
6759
- "name": "outer-style",
6760
- "description": "Outer style",
7008
+ "name": "editor-config",
7009
+ "description": "Lexical initialization config for custom nodes, theme, HTML conversions and errors",
6761
7010
  "value": {
6762
- "type": "StyleValue",
7011
+ "type": "RichTextEditorConfig",
6763
7012
  "kind": "expression"
6764
7013
  }
6765
7014
  },
6766
7015
  {
6767
- "name": "padding-absolute",
6768
- "description": "Whether padding should be absolute.",
7016
+ "name": "plugins",
7017
+ "description": "Lexical plugins registered when the editor is initialized",
6769
7018
  "value": {
6770
- "type": "ScrollbarProps['paddingAbsolute']",
7019
+ "type": "TSTypeOperator",
6771
7020
  "kind": "expression"
6772
7021
  }
6773
7022
  },
6774
7023
  {
6775
- "name": "show-native-overlaid-scrollbars",
6776
- "description": "Whether to show native overlaid scrollbars.",
7024
+ "name": "transformers",
7025
+ "description": "Transformers used for Markdown import and export",
6777
7026
  "value": {
6778
- "type": "ScrollbarProps['showNativeOverlaidScrollbars']",
7027
+ "type": "TSTypeOperator",
6779
7028
  "kind": "expression"
6780
7029
  }
6781
7030
  },
6782
7031
  {
6783
- "name": "update-options",
6784
- "description": "OverlayScrollbars update options.",
7032
+ "name": "placeholder",
7033
+ "description": "Placeholder text",
6785
7034
  "value": {
6786
- "type": "ScrollbarProps['updateOptions']",
7035
+ "type": "string",
6787
7036
  "kind": "expression"
6788
7037
  }
6789
7038
  },
6790
7039
  {
6791
- "name": "overflow",
6792
- "description": "OverlayScrollbars overflow options.",
7040
+ "name": "disabled",
7041
+ "description": "Whether the editor is disabled",
6793
7042
  "value": {
6794
- "type": "ScrollbarProps['overflow']",
7043
+ "type": "boolean",
6795
7044
  "kind": "expression"
6796
7045
  }
6797
7046
  },
6798
7047
  {
6799
- "name": "scrollbars",
6800
- "description": "OverlayScrollbars scrollbar options.",
7048
+ "name": "readonly",
7049
+ "description": "Whether the editor is read-only",
6801
7050
  "value": {
6802
- "type": "ScrollbarProps['scrollbars']",
7051
+ "type": "boolean",
6803
7052
  "kind": "expression"
6804
7053
  }
6805
7054
  },
6806
7055
  {
6807
- "name": "overlay-options",
6808
- "description": "Complete OverlayScrollbars options merged with component props.",
7056
+ "name": "history",
7057
+ "description": "Whether undo and redo history is enabled",
6809
7058
  "value": {
6810
- "type": "ScrollbarProps['overlayOptions']",
7059
+ "type": "boolean",
6811
7060
  "kind": "expression"
6812
7061
  }
6813
7062
  },
6814
7063
  {
6815
- "name": "events",
6816
- "description": "Event listeners forwarded to OverlayScrollbars.",
7064
+ "name": "history-delay",
7065
+ "description": "Delay used to merge continuous input into one history entry",
6817
7066
  "value": {
6818
- "type": "ScrollbarProps['events']",
7067
+ "type": "number",
6819
7068
  "kind": "expression"
6820
7069
  }
6821
- }
6822
- ],
6823
- "events": [
6824
- {
6825
- "name": "scroll",
6826
- "description": "Triggered when scroll"
6827
- }
6828
- ],
6829
- "slots": []
6830
- },
6831
- {
6832
- "name": "sd-secret",
6833
- "attributes": [
7070
+ },
6834
7071
  {
6835
- "name": "text",
6836
- "description": "Original secret text",
7072
+ "name": "history-max-depth",
7073
+ "description": "Maximum history depth; null means unlimited",
6837
7074
  "value": {
6838
- "type": "string",
7075
+ "type": "union",
6839
7076
  "kind": "expression"
6840
7077
  }
6841
7078
  },
6842
7079
  {
6843
- "name": "hidden-text",
6844
- "description": "Placeholder content shown while hidden",
7080
+ "name": "auto-size",
7081
+ "description": "Whether automatic height is enabled",
6845
7082
  "value": {
6846
- "type": "string",
7083
+ "type": "union",
7084
+ "kind": "expression"
7085
+ }
7086
+ },
7087
+ {
7088
+ "name": "spellcheck",
7089
+ "description": "Whether spell checking is enabled",
7090
+ "value": {
7091
+ "type": "boolean",
7092
+ "kind": "expression"
7093
+ }
7094
+ },
7095
+ {
7096
+ "name": "aria-label",
7097
+ "description": "Accessible name of the editor",
7098
+ "value": {
7099
+ "type": "string",
7100
+ "kind": "expression"
7101
+ }
7102
+ },
7103
+ {
7104
+ "name": "class-names",
7105
+ "description": "Semantic node class names",
7106
+ "value": {
7107
+ "type": "Partial",
7108
+ "kind": "expression"
7109
+ }
7110
+ },
7111
+ {
7112
+ "name": "styles",
7113
+ "description": "Semantic node styles",
7114
+ "value": {
7115
+ "type": "Partial",
7116
+ "kind": "expression"
7117
+ }
7118
+ }
7119
+ ],
7120
+ "events": [],
7121
+ "slots": []
7122
+ },
7123
+ {
7124
+ "name": "sd-scrollbar",
7125
+ "attributes": [
7126
+ {
7127
+ "name": "type",
7128
+ "description": "Type",
7129
+ "value": {
7130
+ "type": "string",
7131
+ "kind": "expression"
7132
+ }
7133
+ },
7134
+ {
7135
+ "name": "outer-class",
7136
+ "description": "Outer class",
7137
+ "value": {
7138
+ "type": "string|object|array",
7139
+ "kind": "expression"
7140
+ }
7141
+ },
7142
+ {
7143
+ "name": "outer-style",
7144
+ "description": "Outer style",
7145
+ "value": {
7146
+ "type": "StyleValue",
7147
+ "kind": "expression"
7148
+ }
7149
+ },
7150
+ {
7151
+ "name": "padding-absolute",
7152
+ "description": "Whether padding should be absolute.",
7153
+ "value": {
7154
+ "type": "ScrollbarProps['paddingAbsolute']",
7155
+ "kind": "expression"
7156
+ }
7157
+ },
7158
+ {
7159
+ "name": "show-native-overlaid-scrollbars",
7160
+ "description": "Whether to show native overlaid scrollbars.",
7161
+ "value": {
7162
+ "type": "ScrollbarProps['showNativeOverlaidScrollbars']",
7163
+ "kind": "expression"
7164
+ }
7165
+ },
7166
+ {
7167
+ "name": "update-options",
7168
+ "description": "OverlayScrollbars update options.",
7169
+ "value": {
7170
+ "type": "ScrollbarProps['updateOptions']",
7171
+ "kind": "expression"
7172
+ }
7173
+ },
7174
+ {
7175
+ "name": "overflow",
7176
+ "description": "OverlayScrollbars overflow options.",
7177
+ "value": {
7178
+ "type": "ScrollbarProps['overflow']",
7179
+ "kind": "expression"
7180
+ }
7181
+ },
7182
+ {
7183
+ "name": "scrollbars",
7184
+ "description": "OverlayScrollbars scrollbar options.",
7185
+ "value": {
7186
+ "type": "ScrollbarProps['scrollbars']",
7187
+ "kind": "expression"
7188
+ }
7189
+ },
7190
+ {
7191
+ "name": "overlay-options",
7192
+ "description": "Complete OverlayScrollbars options merged with component props.",
7193
+ "value": {
7194
+ "type": "ScrollbarProps['overlayOptions']",
7195
+ "kind": "expression"
7196
+ }
7197
+ },
7198
+ {
7199
+ "name": "events",
7200
+ "description": "Event listeners forwarded to OverlayScrollbars.",
7201
+ "value": {
7202
+ "type": "ScrollbarProps['events']",
7203
+ "kind": "expression"
7204
+ }
7205
+ }
7206
+ ],
7207
+ "events": [
7208
+ {
7209
+ "name": "scroll",
7210
+ "description": "Triggered when scroll"
7211
+ }
7212
+ ],
7213
+ "slots": []
7214
+ },
7215
+ {
7216
+ "name": "sd-secret",
7217
+ "attributes": [
7218
+ {
7219
+ "name": "text",
7220
+ "description": "Original secret text",
7221
+ "value": {
7222
+ "type": "string",
7223
+ "kind": "expression"
7224
+ }
7225
+ },
7226
+ {
7227
+ "name": "hidden-text",
7228
+ "description": "Placeholder content shown while hidden",
7229
+ "value": {
7230
+ "type": "string",
6847
7231
  "kind": "expression"
6848
7232
  }
6849
7233
  },
@@ -6862,6 +7246,30 @@
6862
7246
  {
6863
7247
  "name": "sd-select",
6864
7248
  "attributes": [
7249
+ {
7250
+ "name": "fit-width",
7251
+ "description": "Whether the width adapts to the text content",
7252
+ "value": {
7253
+ "type": "boolean",
7254
+ "kind": "expression"
7255
+ }
7256
+ },
7257
+ {
7258
+ "name": "max-wfull",
7259
+ "description": "Whether the maximum width is limited to the parent container width",
7260
+ "value": {
7261
+ "type": "boolean",
7262
+ "kind": "expression"
7263
+ }
7264
+ },
7265
+ {
7266
+ "name": "spin-props",
7267
+ "description": "Props passed to the loading Spin in the dropdown",
7268
+ "value": {
7269
+ "type": "SpinProps",
7270
+ "kind": "expression"
7271
+ }
7272
+ },
6865
7273
  {
6866
7274
  "name": "readonly",
6867
7275
  "description": "Whether it is read-only",
@@ -6880,6 +7288,203 @@
6880
7288
  "events": [],
6881
7289
  "slots": []
6882
7290
  },
7291
+ {
7292
+ "name": "sd-sender-header",
7293
+ "attributes": [
7294
+ {
7295
+ "name": "open",
7296
+ "description": "Whether the header is expanded",
7297
+ "value": {
7298
+ "type": "boolean",
7299
+ "kind": "expression"
7300
+ }
7301
+ },
7302
+ {
7303
+ "name": "force-render",
7304
+ "description": "Whether to always render the content",
7305
+ "value": {
7306
+ "type": "boolean",
7307
+ "kind": "expression"
7308
+ }
7309
+ },
7310
+ {
7311
+ "name": "title",
7312
+ "description": "Header title",
7313
+ "value": {
7314
+ "type": "VNodeChild",
7315
+ "kind": "expression"
7316
+ }
7317
+ },
7318
+ {
7319
+ "name": "closable",
7320
+ "description": "Whether to show the close button",
7321
+ "value": {
7322
+ "type": "boolean",
7323
+ "kind": "expression"
7324
+ }
7325
+ }
7326
+ ],
7327
+ "events": [],
7328
+ "slots": []
7329
+ },
7330
+ {
7331
+ "name": "sd-sender-switch",
7332
+ "attributes": [
7333
+ {
7334
+ "name": "model-value",
7335
+ "description": "Bound value",
7336
+ "value": {
7337
+ "type": "boolean",
7338
+ "kind": "expression"
7339
+ }
7340
+ },
7341
+ {
7342
+ "name": "default-value",
7343
+ "description": "Default value in uncontrolled mode",
7344
+ "value": {
7345
+ "type": "boolean",
7346
+ "kind": "expression"
7347
+ }
7348
+ }
7349
+ ],
7350
+ "events": [],
7351
+ "slots": []
7352
+ },
7353
+ {
7354
+ "name": "sd-sender",
7355
+ "attributes": [
7356
+ {
7357
+ "name": "model-value",
7358
+ "description": "Bound value. In slot mode, read structured content from events or instance methods.",
7359
+ "value": {
7360
+ "type": "string",
7361
+ "kind": "expression"
7362
+ }
7363
+ },
7364
+ {
7365
+ "name": "default-value",
7366
+ "description": "Default value in uncontrolled mode",
7367
+ "value": {
7368
+ "type": "string",
7369
+ "kind": "expression"
7370
+ }
7371
+ },
7372
+ {
7373
+ "name": "loading",
7374
+ "description": "Whether the sender is loading; the send button becomes a stop button while loading",
7375
+ "value": {
7376
+ "type": "boolean",
7377
+ "kind": "expression"
7378
+ }
7379
+ },
7380
+ {
7381
+ "name": "readonly",
7382
+ "description": "Whether the input is read-only",
7383
+ "value": {
7384
+ "type": "union",
7385
+ "kind": "expression"
7386
+ }
7387
+ },
7388
+ {
7389
+ "name": "submit-type",
7390
+ "description": "Keyboard shortcut used to submit",
7391
+ "value": {
7392
+ "type": "SenderSubmitType",
7393
+ "kind": "expression"
7394
+ }
7395
+ },
7396
+ {
7397
+ "name": "disabled",
7398
+ "description": "Whether the sender is disabled",
7399
+ "value": {
7400
+ "type": "boolean",
7401
+ "kind": "expression"
7402
+ }
7403
+ },
7404
+ {
7405
+ "name": "slot-config",
7406
+ "description": "Structured slot configuration",
7407
+ "value": {
7408
+ "type": "TSTypeOperator",
7409
+ "kind": "expression"
7410
+ }
7411
+ },
7412
+ {
7413
+ "name": "allow-speech",
7414
+ "description": "AudioWorklet capture, streaming transport, or controlled recording configuration",
7415
+ "value": {
7416
+ "type": "SenderAllowSpeech",
7417
+ "kind": "expression"
7418
+ }
7419
+ },
7420
+ {
7421
+ "name": "auto-size",
7422
+ "description": "Textarea auto-size configuration",
7423
+ "value": {
7424
+ "type": "union",
7425
+ "kind": "expression"
7426
+ }
7427
+ },
7428
+ {
7429
+ "name": "skill",
7430
+ "description": "Skill tag configuration",
7431
+ "value": {
7432
+ "type": "SenderSkill",
7433
+ "kind": "expression"
7434
+ }
7435
+ },
7436
+ {
7437
+ "name": "placeholder",
7438
+ "description": "Placeholder text",
7439
+ "value": {
7440
+ "type": "string",
7441
+ "kind": "expression"
7442
+ }
7443
+ },
7444
+ {
7445
+ "name": "show-actions",
7446
+ "description": "Whether to show the default action area",
7447
+ "value": {
7448
+ "type": "boolean",
7449
+ "kind": "expression"
7450
+ }
7451
+ },
7452
+ {
7453
+ "name": "suffix-placement",
7454
+ "description": "Render location of the suffix action area",
7455
+ "value": {
7456
+ "type": "SenderSuffixPlacement",
7457
+ "kind": "expression"
7458
+ }
7459
+ },
7460
+ {
7461
+ "name": "components",
7462
+ "description": "Replace internal input components",
7463
+ "value": {
7464
+ "type": "SenderComponents",
7465
+ "kind": "expression"
7466
+ }
7467
+ },
7468
+ {
7469
+ "name": "class-names",
7470
+ "description": "Semantic node class names",
7471
+ "value": {
7472
+ "type": "Partial",
7473
+ "kind": "expression"
7474
+ }
7475
+ },
7476
+ {
7477
+ "name": "styles",
7478
+ "description": "Semantic node styles",
7479
+ "value": {
7480
+ "type": "Partial",
7481
+ "kind": "expression"
7482
+ }
7483
+ }
7484
+ ],
7485
+ "events": [],
7486
+ "slots": []
7487
+ },
6883
7488
  {
6884
7489
  "name": "sd-line",
6885
7490
  "attributes": [
@@ -7144,6 +7749,14 @@
7144
7749
  "kind": "expression"
7145
7750
  }
7146
7751
  },
7752
+ {
7753
+ "name": "delay",
7754
+ "description": "Delay before showing the loading indicator. Uses 400ms when set to `true`",
7755
+ "value": {
7756
+ "type": "boolean|number",
7757
+ "kind": "expression"
7758
+ }
7759
+ },
7147
7760
  {
7148
7761
  "name": "dot",
7149
7762
  "description": "Whether to use dot type animation",
@@ -7737,7 +8350,15 @@
7737
8350
  "name": "loading",
7738
8351
  "description": "Whether it is loading state",
7739
8352
  "value": {
7740
- "type": "boolean|object",
8353
+ "type": "boolean | SpinProps",
8354
+ "kind": "expression"
8355
+ }
8356
+ },
8357
+ {
8358
+ "name": "spin-props",
8359
+ "description": "Props passed to the loading Spin",
8360
+ "value": {
8361
+ "type": "SpinProps",
7741
8362
  "kind": "expression"
7742
8363
  }
7743
8364
  },
@@ -8751,6 +9372,22 @@
8751
9372
  "kind": "expression"
8752
9373
  }
8753
9374
  },
9375
+ {
9376
+ "name": "fit-width",
9377
+ "description": "Whether the width adapts to the text content",
9378
+ "value": {
9379
+ "type": "boolean",
9380
+ "kind": "expression"
9381
+ }
9382
+ },
9383
+ {
9384
+ "name": "max-wfull",
9385
+ "description": "Whether the maximum width is limited to the parent container width",
9386
+ "value": {
9387
+ "type": "boolean",
9388
+ "kind": "expression"
9389
+ }
9390
+ },
8754
9391
  {
8755
9392
  "name": "disabled",
8756
9393
  "description": "Whether to disable",
@@ -8937,6 +9574,22 @@
8937
9574
  "kind": "expression"
8938
9575
  }
8939
9576
  },
9577
+ {
9578
+ "name": "fit-width",
9579
+ "description": "Whether the width adapts to the text content",
9580
+ "value": {
9581
+ "type": "boolean",
9582
+ "kind": "expression"
9583
+ }
9584
+ },
9585
+ {
9586
+ "name": "max-wfull",
9587
+ "description": "Whether the maximum width is limited to the parent container width",
9588
+ "value": {
9589
+ "type": "boolean",
9590
+ "kind": "expression"
9591
+ }
9592
+ },
8940
9593
  {
8941
9594
  "name": "size",
8942
9595
  "description": "Input box size",
@@ -9160,6 +9813,14 @@
9160
9813
  "kind": "expression"
9161
9814
  }
9162
9815
  },
9816
+ {
9817
+ "name": "spin-props",
9818
+ "description": "Props passed to the pending node Spin",
9819
+ "value": {
9820
+ "type": "SpinProps",
9821
+ "kind": "expression"
9822
+ }
9823
+ },
9163
9824
  {
9164
9825
  "name": "label-position",
9165
9826
  "description": "Position of label text",
@@ -9196,6 +9857,14 @@
9196
9857
  "kind": "expression"
9197
9858
  }
9198
9859
  },
9860
+ {
9861
+ "name": "spin-props",
9862
+ "description": "Props passed to the loading Spin",
9863
+ "value": {
9864
+ "type": "SpinProps",
9865
+ "kind": "expression"
9866
+ }
9867
+ },
9199
9868
  {
9200
9869
  "name": "show-search",
9201
9870
  "description": "Whether to show the search button",
@@ -9594,6 +10263,14 @@
9594
10263
  "kind": "expression"
9595
10264
  }
9596
10265
  },
10266
+ {
10267
+ "name": "spin-props",
10268
+ "description": "Props passed to the loading Spin",
10269
+ "value": {
10270
+ "type": "SpinProps",
10271
+ "kind": "expression"
10272
+ }
10273
+ },
9597
10274
  {
9598
10275
  "name": "error",
9599
10276
  "description": "Whether it is an error state",
@@ -9658,6 +10335,22 @@
9658
10335
  "kind": "expression"
9659
10336
  }
9660
10337
  },
10338
+ {
10339
+ "name": "fit-width",
10340
+ "description": "Whether the width adapts to the text content",
10341
+ "value": {
10342
+ "type": "boolean",
10343
+ "kind": "expression"
10344
+ }
10345
+ },
10346
+ {
10347
+ "name": "max-wfull",
10348
+ "description": "Whether the maximum width is limited to the parent container width",
10349
+ "value": {
10350
+ "type": "boolean",
10351
+ "kind": "expression"
10352
+ }
10353
+ },
9661
10354
  {
9662
10355
  "name": "max-tag-count",
9663
10356
  "description": "The maximum number of labels displayed, only valid in multi-select mode",