@sdata/web-vue 3.18.0 → 3.19.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 (259) hide show
  1. package/dist/sd.css +478 -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/index.d.ts +5 -5
  28. package/es/button/button.vue.d.ts +2 -2
  29. package/es/button/index.d.ts +6 -6
  30. package/es/card/card.d.ts +3 -3
  31. package/es/card/index.d.ts +6 -6
  32. package/es/carousel/carousel-indicator.vue.d.ts +1 -1
  33. package/es/cascader/base-cascader-panel.d.ts +1 -1
  34. package/es/cascader/cascader-option.d.ts +1 -1
  35. package/es/cascader/cascader-panel.vue.d.ts +1 -1
  36. package/es/cascader/cascader-search-panel.d.ts +1 -1
  37. package/es/cascader/cascader.vue.d.ts +7 -5
  38. package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +12 -0
  39. package/es/cascader/types.d.ts +2 -1
  40. package/es/checkbox/checkbox.d.ts +3 -3
  41. package/es/checkbox/index.d.ts +6 -6
  42. package/es/collapse/collapse-item.d.ts +3 -3
  43. package/es/collapse/index.d.ts +3 -3
  44. package/es/color-picker/color-picker.d.ts +2 -2
  45. package/es/color-picker/index.d.ts +6 -6
  46. package/es/components.d.ts +4 -0
  47. package/es/config-provider/config-provider.vue.d.ts +1 -1
  48. package/es/config-provider/index.d.ts +3 -3
  49. package/es/date-picker/index.d.ts +87 -23
  50. package/es/date-picker/interface.d.ts +2 -1
  51. package/es/date-picker/picker-panel.vue.d.ts +1 -1
  52. package/es/date-picker/picker.vue.d.ts +39 -17
  53. package/es/date-picker/picker.vue_vue_type_script_setup_true_lang.js +30 -1
  54. package/es/date-picker/pickers/date-picker.d.ts +18 -0
  55. package/es/date-picker/pickers/date-picker.js +16 -0
  56. package/es/date-picker/range-picker-panel.vue.d.ts +1 -1
  57. package/es/date-picker/range-picker.vue.d.ts +39 -17
  58. package/es/date-picker/range-picker.vue_vue_type_script_setup_true_lang.js +27 -1
  59. package/es/date-picker/style/index.css +6 -0
  60. package/es/descriptions/descriptions.d.ts +3 -3
  61. package/es/descriptions/index.d.ts +9 -9
  62. package/es/divider/divider.d.ts +1 -1
  63. package/es/divider/index.d.ts +3 -3
  64. package/es/drawer/drawer.vue.d.ts +4 -4
  65. package/es/drawer/index.d.ts +11 -11
  66. package/es/dropdown/dropdown-button.vue.d.ts +2 -2
  67. package/es/dropdown/dropdown-option.vue.d.ts +1 -1
  68. package/es/dropdown/dropdown-submenu.vue.d.ts +2 -2
  69. package/es/dropdown/dropdown.vue.d.ts +1 -1
  70. package/es/dropdown/index.d.ts +21 -21
  71. package/es/ellipsis/ellipsis.vue.d.ts +1 -1
  72. package/es/ellipsis/index.d.ts +6 -6
  73. package/es/ellipsis/performant-ellipsis.vue.d.ts +1 -1
  74. package/es/form/form-item.vue.d.ts +1 -1
  75. package/es/form/form.vue.d.ts +1 -1
  76. package/es/form/index.d.ts +9 -9
  77. package/es/grid/grid-row.vue.d.ts +3 -3
  78. package/es/grid/index.d.ts +9 -9
  79. package/es/icon/icon-arrow-up/icon-arrow-up.js +5 -0
  80. package/es/icon/icon-arrow-up/icon-arrow-up.vue_vue_type_script_setup_true_lang.js +52 -0
  81. package/es/icon/icon-arrow-up/index.js +9 -0
  82. package/es/icon/icon-mute/icon-mute.js +5 -0
  83. package/es/icon/icon-mute/icon-mute.vue_vue_type_script_setup_true_lang.js +52 -0
  84. package/es/icon/icon-mute/index.js +9 -0
  85. package/es/icon/icon-voice/icon-voice.js +5 -0
  86. package/es/icon/icon-voice/icon-voice.vue_vue_type_script_setup_true_lang.js +52 -0
  87. package/es/icon/icon-voice/index.js +9 -0
  88. package/es/image/preview-action.d.ts +6 -6
  89. package/es/image/preview-group.vue.d.ts +1 -1
  90. package/es/index.css +478 -0
  91. package/es/index.d.ts +5 -0
  92. package/es/index.js +5 -1
  93. package/es/index.scss +2 -0
  94. package/es/input/index.d.ts +99 -6
  95. package/es/input/input-password.vue.d.ts +18 -0
  96. package/es/input/input-password.vue_vue_type_script_setup_true_lang.js +24 -2
  97. package/es/input/input-search.d.ts +18 -0
  98. package/es/input/input-search.js +20 -2
  99. package/es/input/input.d.ts +29 -2
  100. package/es/input/input.js +45 -3
  101. package/es/input/style/index.css +16 -0
  102. package/es/input/style/index.scss +21 -0
  103. package/es/input-number/index.d.ts +36 -6
  104. package/es/input-number/input-number.d.ts +20 -2
  105. package/es/input-number/input-number.js +19 -0
  106. package/es/input-tag/index.d.ts +36 -6
  107. package/es/input-tag/input-tag.d.ts +20 -2
  108. package/es/input-tag/input-tag.js +35 -4
  109. package/es/input-tag/style/index.css +6 -0
  110. package/es/input-tag/style/input-tag.scss +8 -0
  111. package/es/kv-list/index.d.ts +72 -32
  112. package/es/link/index.d.ts +6 -6
  113. package/es/link/link.vue.d.ts +2 -2
  114. package/es/locale/interface.d.ts +22 -0
  115. package/es/locale/lang/ar-eg.js +21 -1
  116. package/es/locale/lang/de-de.js +21 -1
  117. package/es/locale/lang/en-us.js +21 -1
  118. package/es/locale/lang/es-es.js +21 -1
  119. package/es/locale/lang/fr-fr.js +21 -1
  120. package/es/locale/lang/id-id.js +21 -1
  121. package/es/locale/lang/it-it.js +21 -1
  122. package/es/locale/lang/ja-jp.js +21 -1
  123. package/es/locale/lang/km-kh.js +21 -1
  124. package/es/locale/lang/ko-kr.js +21 -1
  125. package/es/locale/lang/ms-my.js +21 -1
  126. package/es/locale/lang/nl-nl.js +21 -1
  127. package/es/locale/lang/pt-pt.js +21 -1
  128. package/es/locale/lang/ru-ru.js +21 -1
  129. package/es/locale/lang/th-th.js +21 -1
  130. package/es/locale/lang/vi-vn.js +21 -1
  131. package/es/locale/lang/zh-cn.js +21 -1
  132. package/es/locale/lang/zh-tw.js +21 -1
  133. package/es/mention/index.d.ts +39 -9
  134. package/es/mention/mention.d.ts +21 -3
  135. package/es/mention/mention.js +24 -1
  136. package/es/mention/style/index.css +6 -0
  137. package/es/mention/style/index.scss +8 -0
  138. package/es/menu/item.d.ts +1 -1
  139. package/es/message/message-list.d.ts +1 -1
  140. package/es/modal/index.d.ts +9 -9
  141. package/es/modal/modal.vue.d.ts +3 -3
  142. package/es/popconfirm/index.d.ts +3 -3
  143. package/es/popconfirm/popconfirm.vue.d.ts +1 -1
  144. package/es/popover/index.d.ts +6 -6
  145. package/es/popover/popover.vue.d.ts +2 -2
  146. package/es/progress/circle.vue.d.ts +1 -1
  147. package/es/progress/line.vue.d.ts +1 -1
  148. package/es/qr-code/index.d.ts +15 -15
  149. package/es/qr-code/qr-code.vue.d.ts +5 -5
  150. package/es/radio/index.d.ts +6 -6
  151. package/es/radio/radio.d.ts +3 -3
  152. package/es/rate/index.d.ts +3 -3
  153. package/es/rate/rate.d.ts +1 -1
  154. package/es/resize-box/index.d.ts +5 -5
  155. package/es/resize-box/resize-box.vue.d.ts +3 -3
  156. package/es/rich-text-editor/built-in-components.d.ts +5 -0
  157. package/es/rich-text-editor/built-in-components.js +6 -0
  158. package/es/rich-text-editor/index.d.ts +195 -0
  159. package/es/rich-text-editor/index.js +12 -0
  160. package/es/rich-text-editor/nodes/inline-component-node.d.ts +30 -0
  161. package/es/rich-text-editor/nodes/inline-component-node.js +86 -0
  162. package/es/rich-text-editor/rich-text-editor.js +5 -0
  163. package/es/rich-text-editor/rich-text-editor.vue.d.ts +76 -0
  164. package/es/rich-text-editor/rich-text-editor.vue_vue_type_script_setup_true_lang.js +630 -0
  165. package/es/rich-text-editor/rich-text-node-renderer.js +5 -0
  166. package/es/rich-text-editor/rich-text-node-renderer.vue.d.ts +28 -0
  167. package/es/rich-text-editor/rich-text-node-renderer.vue_vue_type_script_setup_true_lang.js +133 -0
  168. package/es/rich-text-editor/style/css.js +2 -0
  169. package/es/rich-text-editor/style/index.css +164 -0
  170. package/es/rich-text-editor/style/index.d.ts +2 -0
  171. package/es/rich-text-editor/style/index.js +2 -0
  172. package/es/rich-text-editor/style/index.scss +193 -0
  173. package/es/rich-text-editor/style/token.scss +36 -0
  174. package/es/rich-text-editor/types.d.ts +148 -0
  175. package/es/sd-vue.js +6 -0
  176. package/es/select/index.d.ts +108 -54
  177. package/es/select/interface.d.ts +2 -1
  178. package/es/select/select.d.ts +55 -25
  179. package/es/select/select.js +18 -0
  180. package/es/sender/context.d.ts +8 -0
  181. package/es/sender/context.js +4 -0
  182. package/es/sender/index.d.ts +119 -0
  183. package/es/sender/index.js +20 -0
  184. package/es/sender/sender-header.js +5 -0
  185. package/es/sender/sender-header.vue.d.ts +28 -0
  186. package/es/sender/sender-header.vue_vue_type_script_setup_true_lang.js +127 -0
  187. package/es/sender/sender-switch.js +5 -0
  188. package/es/sender/sender-switch.vue.d.ts +32 -0
  189. package/es/sender/sender-switch.vue_vue_type_script_setup_true_lang.js +95 -0
  190. package/es/sender/sender.js +5 -0
  191. package/es/sender/sender.vue_vue_type_script_setup_true_lang.js +871 -0
  192. package/es/sender/style/css.js +3 -0
  193. package/es/sender/style/index.css +290 -0
  194. package/es/sender/style/index.d.ts +3 -0
  195. package/es/sender/style/index.js +3 -0
  196. package/es/sender/style/index.scss +346 -0
  197. package/es/sender/style/token.scss +43 -0
  198. package/es/sender/types.d.ts +171 -0
  199. package/es/sender/use-speech.d.ts +9 -0
  200. package/es/sender/use-speech.js +120 -0
  201. package/es/slider/index.d.ts +3 -3
  202. package/es/slider/slider-input.vue.d.ts +1 -1
  203. package/es/slider/slider.vue.d.ts +1 -1
  204. package/es/space/index.d.ts +9 -9
  205. package/es/space/space.d.ts +2 -2
  206. package/es/spin/index.d.ts +3 -3
  207. package/es/spin/spin.d.ts +1 -1
  208. package/es/statistic/index.d.ts +3 -3
  209. package/es/statistic/statistic.vue.d.ts +1 -1
  210. package/es/steps/index.d.ts +5 -5
  211. package/es/steps/step.vue.d.ts +2 -2
  212. package/es/steps/steps.vue.d.ts +1 -1
  213. package/es/table/index.d.ts +17 -17
  214. package/es/table/table-column.d.ts +1 -1
  215. package/es/table/table-operation-td.d.ts +12 -12
  216. package/es/table/table-td.d.ts +2 -2
  217. package/es/table/table.d.ts +5 -5
  218. package/es/tabs/index.d.ts +12 -12
  219. package/es/tabs/tabs-nav.d.ts +1 -1
  220. package/es/tabs/tabs.d.ts +4 -4
  221. package/es/tag/index.d.ts +6 -6
  222. package/es/tag/tag.vue.d.ts +2 -2
  223. package/es/textarea/index.d.ts +38 -8
  224. package/es/textarea/style/index.css +6 -0
  225. package/es/textarea/style/index.scss +8 -0
  226. package/es/textarea/textarea.vue.d.ts +21 -3
  227. package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +36 -3
  228. package/es/time-picker/index.d.ts +36 -6
  229. package/es/time-picker/interface.d.ts +2 -1
  230. package/es/time-picker/range-panel.js +58 -0
  231. package/es/time-picker/time-picker.vue.d.ts +20 -2
  232. package/es/time-picker/time-picker.vue_vue_type_script_setup_true_lang.js +30 -1
  233. package/es/timeline/index.d.ts +6 -6
  234. package/es/timeline/timeline.d.ts +3 -3
  235. package/es/tooltip/index.d.ts +6 -6
  236. package/es/tooltip/tooltip.vue.d.ts +2 -2
  237. package/es/tour/index.d.ts +3 -3
  238. package/es/tour/tour.vue.d.ts +1 -1
  239. package/es/transfer/index.d.ts +3 -3
  240. package/es/transfer/transfer.vue.d.ts +1 -1
  241. package/es/tree/tree.vue.d.ts +4 -4
  242. package/es/tree-select/interface.d.ts +2 -1
  243. package/es/tree-select/tree-select.vue.d.ts +25 -7
  244. package/es/tree-select/tree-select.vue_vue_type_script_setup_true_lang.js +20 -0
  245. package/es/trigger/index.d.ts +12 -12
  246. package/es/trigger/trigger.d.ts +4 -4
  247. package/es/typography/base.d.ts +4 -4
  248. package/es/typography/edit-content.vue.d.ts +2 -2
  249. package/es/upload/index.d.ts +6 -6
  250. package/es/upload/upload-button.d.ts +1 -1
  251. package/es/upload/upload.d.ts +2 -2
  252. package/es/verification-code/index.d.ts +3 -3
  253. package/es/verification-code/verification-code.d.ts +1 -1
  254. package/es/watermark/index.d.ts +3 -3
  255. package/es/watermark/watermark.d.ts +1 -1
  256. package/json/vetur-attributes.json +233 -0
  257. package/json/vetur-tags.json +83 -3
  258. package/json/web-types.json +535 -2
  259. package/package.json +10 -1
@@ -153,6 +153,14 @@
153
153
  "description": "Whether to allow the input to be cleared",
154
154
  "type": "boolean"
155
155
  },
156
+ "sd-auto-complete/fit-width": {
157
+ "description": "Whether the width adapts to the text content",
158
+ "type": "boolean"
159
+ },
160
+ "sd-auto-complete/max-wfull": {
161
+ "description": "Whether the maximum width is limited to the parent container width",
162
+ "type": "boolean"
163
+ },
156
164
  "sd-auto-complete/virtual-list-props": {
157
165
  "description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
158
166
  },
@@ -441,6 +449,14 @@
441
449
  "description": "How intermediate values are calculated for CSS properties being affected by a transition effect.\n[transition-timing-function](https://developer.mozilla.org/zh-CN/docs/Web/CSS/transition-timing-function)",
442
450
  "type": "string"
443
451
  },
452
+ "sd-cascader/max-wfull": {
453
+ "description": "Whether the maximum width is limited to the parent container width",
454
+ "type": "boolean"
455
+ },
456
+ "sd-cascader/fit-width": {
457
+ "description": "Whether the width adapts to the text content",
458
+ "type": "boolean"
459
+ },
444
460
  "sd-checkbox/change": {
445
461
  "description": "Trigger when the value changes"
446
462
  },
@@ -800,6 +816,14 @@
800
816
  "sd-range-picker/placeholder": {
801
817
  "description": "Prompt copy"
802
818
  },
819
+ "sd-range-picker/fit-width": {
820
+ "description": "Whether the width adapts to the text content",
821
+ "type": "boolean"
822
+ },
823
+ "sd-range-picker/max-wfull": {
824
+ "description": "Whether the maximum width is limited to the parent container width",
825
+ "type": "boolean"
826
+ },
803
827
  "sd-range-picker/disabled-date": {
804
828
  "description": "Non-selectable date"
805
829
  },
@@ -1688,6 +1712,14 @@
1688
1712
  "description": "Input prompt text",
1689
1713
  "type": "string"
1690
1714
  },
1715
+ "sd-input-number/fit-width": {
1716
+ "description": "Whether the width adapts to the text content",
1717
+ "type": "boolean"
1718
+ },
1719
+ "sd-input-number/max-wfull": {
1720
+ "description": "Whether the maximum width is limited to the parent container width",
1721
+ "type": "boolean"
1722
+ },
1691
1723
  "sd-input-number/hide-button": {
1692
1724
  "description": "Whether to hide the button",
1693
1725
  "type": "boolean"
@@ -1750,6 +1782,14 @@
1750
1782
  "description": "Placeholder",
1751
1783
  "type": "string"
1752
1784
  },
1785
+ "sd-input-tag/fit-width": {
1786
+ "description": "Whether the width adapts to the text content",
1787
+ "type": "boolean"
1788
+ },
1789
+ "sd-input-tag/max-wfull": {
1790
+ "description": "Whether the maximum width is limited to the parent container width",
1791
+ "type": "boolean"
1792
+ },
1753
1793
  "sd-input-tag/disabled": {
1754
1794
  "description": "Whether to disable",
1755
1795
  "type": "boolean"
@@ -1838,6 +1878,14 @@
1838
1878
  "description": "Prompt text",
1839
1879
  "type": "string"
1840
1880
  },
1881
+ "sd-input/fit-width": {
1882
+ "description": "Whether the width adapts to the text content",
1883
+ "type": "boolean"
1884
+ },
1885
+ "sd-input/max-wfull": {
1886
+ "description": "Whether the maximum width is limited to the parent container width",
1887
+ "type": "boolean"
1888
+ },
1841
1889
  "sd-input/max-length": {
1842
1890
  "description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0"
1843
1891
  },
@@ -1878,6 +1926,14 @@
1878
1926
  "description": "Whether to show visible buttons",
1879
1927
  "type": "boolean"
1880
1928
  },
1929
+ "sd-input-password/fit-width": {
1930
+ "description": "Whether the width adapts to the text content",
1931
+ "type": "boolean"
1932
+ },
1933
+ "sd-input-password/max-wfull": {
1934
+ "description": "Whether the maximum width is limited to the parent container width",
1935
+ "type": "boolean"
1936
+ },
1881
1937
  "sd-input-search/search": {
1882
1938
  "description": "Triggered when the search button is clicked"
1883
1939
  },
@@ -1903,6 +1959,14 @@
1903
1959
  "sd-input-search/button-props": {
1904
1960
  "description": "Button props"
1905
1961
  },
1962
+ "sd-input-search/fit-width": {
1963
+ "description": "Whether the width adapts to the text content",
1964
+ "type": "boolean"
1965
+ },
1966
+ "sd-input-search/max-wfull": {
1967
+ "description": "Whether the maximum width is limited to the parent container width",
1968
+ "type": "boolean"
1969
+ },
1906
1970
  "sd-kv-list/type": {
1907
1971
  "description": "Editor type. Uses two Input components by default"
1908
1972
  },
@@ -2149,6 +2213,14 @@
2149
2213
  "description": "Whether to allow the input to be cleared",
2150
2214
  "type": "boolean"
2151
2215
  },
2216
+ "sd-mention/fit-width": {
2217
+ "description": "Whether the width adapts to the text content",
2218
+ "type": "boolean"
2219
+ },
2220
+ "sd-mention/max-wfull": {
2221
+ "description": "Whether the maximum width is limited to the parent container width",
2222
+ "type": "boolean"
2223
+ },
2152
2224
  "sd-mention/floating-options": {
2153
2225
  "description": "Complete Floating UI Vue positioning options"
2154
2226
  },
@@ -2758,6 +2830,61 @@
2758
2830
  "description": "Subtitle",
2759
2831
  "type": "string"
2760
2832
  },
2833
+ "sd-rich-text-editor/model-value": {
2834
+ "description": "Controlled serialized Lexical state"
2835
+ },
2836
+ "sd-rich-text-editor/default-value": {
2837
+ "description": "Uncontrolled initial state, or plain text"
2838
+ },
2839
+ "sd-rich-text-editor/editor-config": {
2840
+ "description": "Lexical initialization config for custom nodes, theme, HTML conversions and errors"
2841
+ },
2842
+ "sd-rich-text-editor/plugins": {
2843
+ "description": "Lexical plugins registered when the editor is initialized"
2844
+ },
2845
+ "sd-rich-text-editor/transformers": {
2846
+ "description": "Transformers used for Markdown import and export"
2847
+ },
2848
+ "sd-rich-text-editor/placeholder": {
2849
+ "description": "Placeholder text",
2850
+ "type": "string"
2851
+ },
2852
+ "sd-rich-text-editor/disabled": {
2853
+ "description": "Whether the editor is disabled",
2854
+ "type": "boolean"
2855
+ },
2856
+ "sd-rich-text-editor/readonly": {
2857
+ "description": "Whether the editor is read-only",
2858
+ "type": "boolean"
2859
+ },
2860
+ "sd-rich-text-editor/history": {
2861
+ "description": "Whether undo and redo history is enabled",
2862
+ "type": "boolean"
2863
+ },
2864
+ "sd-rich-text-editor/history-delay": {
2865
+ "description": "Delay used to merge continuous input into one history entry",
2866
+ "type": "number"
2867
+ },
2868
+ "sd-rich-text-editor/history-max-depth": {
2869
+ "description": "Maximum history depth; null means unlimited"
2870
+ },
2871
+ "sd-rich-text-editor/auto-size": {
2872
+ "description": "Whether automatic height is enabled"
2873
+ },
2874
+ "sd-rich-text-editor/spellcheck": {
2875
+ "description": "Whether spell checking is enabled",
2876
+ "type": "boolean"
2877
+ },
2878
+ "sd-rich-text-editor/aria-label": {
2879
+ "description": "Accessible name of the editor",
2880
+ "type": "string"
2881
+ },
2882
+ "sd-rich-text-editor/class-names": {
2883
+ "description": "Semantic node class names"
2884
+ },
2885
+ "sd-rich-text-editor/styles": {
2886
+ "description": "Semantic node styles"
2887
+ },
2761
2888
  "sd-scrollbar/scroll": {
2762
2889
  "description": "Triggered when scroll"
2763
2890
  },
@@ -2805,10 +2932,92 @@
2805
2932
  "description": "Whether to show the copy button",
2806
2933
  "type": "boolean"
2807
2934
  },
2935
+ "sd-select/fit-width": {
2936
+ "description": "Whether the width adapts to the text content",
2937
+ "type": "boolean"
2938
+ },
2939
+ "sd-select/max-wfull": {
2940
+ "description": "Whether the maximum width is limited to the parent container width",
2941
+ "type": "boolean"
2942
+ },
2808
2943
  "sd-select/readonly": {
2809
2944
  "description": "Whether it is read-only",
2810
2945
  "type": "boolean|string"
2811
2946
  },
2947
+ "sd-sender-header/open": {
2948
+ "description": "Whether the header is expanded",
2949
+ "type": "boolean"
2950
+ },
2951
+ "sd-sender-header/force-render": {
2952
+ "description": "Whether to always render the content",
2953
+ "type": "boolean"
2954
+ },
2955
+ "sd-sender-header/title": {
2956
+ "description": "Header title"
2957
+ },
2958
+ "sd-sender-header/closable": {
2959
+ "description": "Whether to show the close button",
2960
+ "type": "boolean"
2961
+ },
2962
+ "sd-sender-switch/model-value": {
2963
+ "description": "Bound value",
2964
+ "type": "boolean"
2965
+ },
2966
+ "sd-sender-switch/default-value": {
2967
+ "description": "Default value in uncontrolled mode",
2968
+ "type": "boolean"
2969
+ },
2970
+ "sd-sender/model-value": {
2971
+ "description": "Bound value. In slot mode, read structured content from events or instance methods.",
2972
+ "type": "string"
2973
+ },
2974
+ "sd-sender/default-value": {
2975
+ "description": "Default value in uncontrolled mode",
2976
+ "type": "string"
2977
+ },
2978
+ "sd-sender/loading": {
2979
+ "description": "Whether the sender is loading; the send button becomes a stop button while loading",
2980
+ "type": "boolean"
2981
+ },
2982
+ "sd-sender/readonly": {
2983
+ "description": "Whether the input is read-only"
2984
+ },
2985
+ "sd-sender/submit-type": {
2986
+ "description": "Keyboard shortcut used to submit"
2987
+ },
2988
+ "sd-sender/disabled": {
2989
+ "description": "Whether the sender is disabled",
2990
+ "type": "boolean"
2991
+ },
2992
+ "sd-sender/slot-config": {
2993
+ "description": "Structured slot configuration"
2994
+ },
2995
+ "sd-sender/allow-speech": {
2996
+ "description": "Speech input configuration"
2997
+ },
2998
+ "sd-sender/auto-size": {
2999
+ "description": "Textarea auto-size configuration"
3000
+ },
3001
+ "sd-sender/skill": {
3002
+ "description": "Skill tag configuration"
3003
+ },
3004
+ "sd-sender/placeholder": {
3005
+ "description": "Placeholder text",
3006
+ "type": "string"
3007
+ },
3008
+ "sd-sender/show-actions": {
3009
+ "description": "Whether to show the default action area",
3010
+ "type": "boolean"
3011
+ },
3012
+ "sd-sender/components": {
3013
+ "description": "Replace internal input components"
3014
+ },
3015
+ "sd-sender/class-names": {
3016
+ "description": "Semantic node class names"
3017
+ },
3018
+ "sd-sender/styles": {
3019
+ "description": "Semantic node styles"
3020
+ },
2812
3021
  "sd-line/rows": {
2813
3022
  "description": "Number of rows displayed",
2814
3023
  "type": "number"
@@ -3599,6 +3808,14 @@
3599
3808
  "description": "Placeholder",
3600
3809
  "type": "string"
3601
3810
  },
3811
+ "sd-textarea/fit-width": {
3812
+ "description": "Whether the width adapts to the text content",
3813
+ "type": "boolean"
3814
+ },
3815
+ "sd-textarea/max-wfull": {
3816
+ "description": "Whether the maximum width is limited to the parent container width",
3817
+ "type": "boolean"
3818
+ },
3602
3819
  "sd-textarea/disabled": {
3603
3820
  "description": "Whether to disable",
3604
3821
  "type": "boolean"
@@ -3679,6 +3896,14 @@
3679
3896
  "sd-time-picker/placeholder": {
3680
3897
  "description": "Prompt copy"
3681
3898
  },
3899
+ "sd-time-picker/fit-width": {
3900
+ "description": "Whether the width adapts to the text content",
3901
+ "type": "boolean"
3902
+ },
3903
+ "sd-time-picker/max-wfull": {
3904
+ "description": "Whether the maximum width is limited to the parent container width",
3905
+ "type": "boolean"
3906
+ },
3682
3907
  "sd-time-picker/size": {
3683
3908
  "description": "Input box size"
3684
3909
  },
@@ -3994,6 +4219,14 @@
3994
4219
  "description": "Prompt copy",
3995
4220
  "type": "string"
3996
4221
  },
4222
+ "sd-tree-select/fit-width": {
4223
+ "description": "Whether the width adapts to the text content",
4224
+ "type": "boolean"
4225
+ },
4226
+ "sd-tree-select/max-wfull": {
4227
+ "description": "Whether the maximum width is limited to the parent container width",
4228
+ "type": "boolean"
4229
+ },
3997
4230
  "sd-tree-select/max-tag-count": {
3998
4231
  "description": "The maximum number of labels displayed, only valid in multi-select mode"
3999
4232
  },
@@ -61,6 +61,8 @@
61
61
  "filter-option",
62
62
  "trigger-props",
63
63
  "allow-clear",
64
+ "fit-width",
65
+ "max-wfull",
64
66
  "virtual-list-props"
65
67
  ]
66
68
  },
@@ -209,7 +211,10 @@
209
211
  "attributes": []
210
212
  },
211
213
  "sd-cascader": {
212
- "attributes": []
214
+ "attributes": [
215
+ "max-wfull",
216
+ "fit-width"
217
+ ]
213
218
  },
214
219
  "sd-checkbox": {
215
220
  "attributes": [
@@ -354,6 +359,8 @@
354
359
  "time-picker-props",
355
360
  "input-props",
356
361
  "placeholder",
362
+ "fit-width",
363
+ "max-wfull",
357
364
  "disabled-date",
358
365
  "disabled-time",
359
366
  "separator",
@@ -699,6 +706,8 @@
699
706
  "formatter",
700
707
  "parser",
701
708
  "placeholder",
709
+ "fit-width",
710
+ "max-wfull",
702
711
  "hide-button",
703
712
  "size",
704
713
  "allow-clear",
@@ -721,6 +730,8 @@
721
730
  "input-value",
722
731
  "default-input-value",
723
732
  "placeholder",
733
+ "fit-width",
734
+ "max-wfull",
724
735
  "disabled",
725
736
  "error",
726
737
  "readonly",
@@ -750,6 +761,8 @@
750
761
  "readonly",
751
762
  "error",
752
763
  "placeholder",
764
+ "fit-width",
765
+ "max-wfull",
753
766
  "max-length",
754
767
  "show-word-limit",
755
768
  "word-length",
@@ -767,7 +780,9 @@
767
780
  "visibility-change",
768
781
  "visibility",
769
782
  "default-visibility",
770
- "invisible-button"
783
+ "invisible-button",
784
+ "fit-width",
785
+ "max-wfull"
771
786
  ]
772
787
  },
773
788
  "sd-input-search": {
@@ -778,7 +793,9 @@
778
793
  "disabled",
779
794
  "size",
780
795
  "button-text",
781
- "button-props"
796
+ "button-props",
797
+ "fit-width",
798
+ "max-wfull"
782
799
  ]
783
800
  },
784
801
  "sd-json-form": {
@@ -892,6 +909,8 @@
892
909
  "disabled",
893
910
  "readonly",
894
911
  "allow-clear",
912
+ "fit-width",
913
+ "max-wfull",
895
914
  "floating-options"
896
915
  ]
897
916
  },
@@ -1132,6 +1151,26 @@
1132
1151
  "subtitle"
1133
1152
  ]
1134
1153
  },
1154
+ "sd-rich-text-editor": {
1155
+ "attributes": [
1156
+ "model-value",
1157
+ "default-value",
1158
+ "editor-config",
1159
+ "plugins",
1160
+ "transformers",
1161
+ "placeholder",
1162
+ "disabled",
1163
+ "readonly",
1164
+ "history",
1165
+ "history-delay",
1166
+ "history-max-depth",
1167
+ "auto-size",
1168
+ "spellcheck",
1169
+ "aria-label",
1170
+ "class-names",
1171
+ "styles"
1172
+ ]
1173
+ },
1135
1174
  "sd-scrollbar": {
1136
1175
  "attributes": [
1137
1176
  "scroll",
@@ -1156,12 +1195,47 @@
1156
1195
  },
1157
1196
  "sd-select": {
1158
1197
  "attributes": [
1198
+ "fit-width",
1199
+ "max-wfull",
1159
1200
  "readonly"
1160
1201
  ]
1161
1202
  },
1162
1203
  "sd-selectable-card": {
1163
1204
  "attributes": []
1164
1205
  },
1206
+ "sd-sender-header": {
1207
+ "attributes": [
1208
+ "open",
1209
+ "force-render",
1210
+ "title",
1211
+ "closable"
1212
+ ]
1213
+ },
1214
+ "sd-sender-switch": {
1215
+ "attributes": [
1216
+ "model-value",
1217
+ "default-value"
1218
+ ]
1219
+ },
1220
+ "sd-sender": {
1221
+ "attributes": [
1222
+ "model-value",
1223
+ "default-value",
1224
+ "loading",
1225
+ "readonly",
1226
+ "submit-type",
1227
+ "disabled",
1228
+ "slot-config",
1229
+ "allow-speech",
1230
+ "auto-size",
1231
+ "skill",
1232
+ "placeholder",
1233
+ "show-actions",
1234
+ "components",
1235
+ "class-names",
1236
+ "styles"
1237
+ ]
1238
+ },
1165
1239
  "sd-line": {
1166
1240
  "attributes": [
1167
1241
  "rows",
@@ -1473,6 +1547,8 @@
1473
1547
  "model-value",
1474
1548
  "default-value",
1475
1549
  "placeholder",
1550
+ "fit-width",
1551
+ "max-wfull",
1476
1552
  "disabled",
1477
1553
  "readonly",
1478
1554
  "error",
@@ -1503,6 +1579,8 @@
1503
1579
  "error",
1504
1580
  "format",
1505
1581
  "placeholder",
1582
+ "fit-width",
1583
+ "max-wfull",
1506
1584
  "size",
1507
1585
  "popup-container",
1508
1586
  "use12-hours",
@@ -1619,6 +1697,8 @@
1619
1697
  "allow-clear",
1620
1698
  "clearable",
1621
1699
  "placeholder",
1700
+ "fit-width",
1701
+ "max-wfull",
1622
1702
  "max-tag-count",
1623
1703
  "multiple",
1624
1704
  "default-value",