Prechádzať zdrojové kódy

[demo]Update api documents.

dufu1991 1 rok pred
rodič
commit
e483a03c76
36 zmenil súbory, kde vykonal 464 pridanie a 464 odobranie
  1. 11 11
      doc/components/actionSheet/api.md
  2. 11 11
      doc/components/actionSheet/api_en.md
  3. 18 18
      doc/components/asyncPicker/api.md
  4. 18 18
      doc/components/asyncPicker/api_en.md
  5. 20 20
      doc/components/bottomSheet/api.md
  6. 20 20
      doc/components/bottomSheet/api_en.md
  7. 22 22
      doc/components/button/api.md
  8. 22 22
      doc/components/button/api_en.md
  9. 28 28
      doc/components/calendar/api.md
  10. 28 28
      doc/components/calendar/api_en.md
  11. 23 23
      doc/components/checkbox/api.md
  12. 23 23
      doc/components/checkbox/api_en.md
  13. 6 6
      doc/components/grids/api.md
  14. 6 6
      doc/components/grids/api_en.md
  15. 3 3
      doc/components/icon/api.md
  16. 3 3
      doc/components/icon/api_en.md
  17. 17 17
      doc/components/input/api.md
  18. 17 17
      doc/components/input/api_en.md
  19. 3 3
      doc/components/mask/api.md
  20. 3 3
      doc/components/mask/api_en.md
  21. 13 13
      doc/components/navBar/api.md
  22. 13 13
      doc/components/navBar/api_en.md
  23. 18 18
      doc/components/numKeyboard/api.md
  24. 18 18
      doc/components/numKeyboard/api_en.md
  25. 15 15
      doc/components/pagination/api.md
  26. 15 15
      doc/components/pagination/api_en.md
  27. 3 3
      doc/components/placeholder/api.md
  28. 3 3
      doc/components/placeholder/api_en.md
  29. 6 6
      doc/components/popup/api.md
  30. 6 6
      doc/components/popup/api_en.md
  31. 11 11
      doc/components/steps/api.md
  32. 11 11
      doc/components/steps/api_en.md
  33. 5 5
      doc/components/tabBar/api.md
  34. 5 5
      doc/components/tabBar/api_en.md
  35. 10 10
      doc/components/tabs/api.md
  36. 10 10
      doc/components/tabs/api_en.md

+ 11 - 11
doc/components/actionSheet/api.md

@@ -1,16 +1,16 @@
 ## ActionSheet Props
 
-| 名称           | 类型                        | 默认值                            | 必传 | 说明                                                                         |
-| -------------- | --------------------------- | --------------------------------- | ---- | ---------------------------------------------------------------------------- |
-| visible        | `boolean`                   | `false`                           | N    | 是否显示。                                                                   |
-| title          | `string`                    | `''`                              | N    | 标题。                                                                       |
-| titleAlign     | `'left'\|'center'\|'right'` | `'center'`                        | N    | 标题对齐方式。                                                               |
-| actions        | `Action[]`                  | `[]`                              | N    | 菜单选项,Action Props 组成的数组。                                          |
-| popup          | `Popup`                     | `{}`                              | N    | 弹出层参数 [Popup Props](https://stdf.design/#/components?nav=popup&tab=1)。 |
-| showCancel     | `boolean`                   | `false`                           | N    | 是否显示取消选项。                                                           |
-| cancelText     | `string`                    | 当前语言的 actionSheet.cancelText | N    | 取消选项文本。                                                               |
-| actionClosable | `boolean`                   | `true`                            | N    | 点击选项是否关闭。                                                           |
-| align          | `'left'\|'center'\|'right'` | `'center'`                        | N    | 对齐方式。                                                                   |
+| 名称           | 类型                                                        | 默认值                            | 必传 | 说明                                |
+| -------------- | ----------------------------------------------------------- | --------------------------------- | ---- | ----------------------------------- |
+| visible        | `boolean`                                                   | `false`                           | N    | 是否显示。                          |
+| title          | `string`                                                    | `''`                              | N    | 标题。                              |
+| titleAlign     | `'left'\|'center'\|'right'`                                 | `'center'`                        | N    | 标题对齐方式。                      |
+| actions        | `Action[]`                                                  | `[]`                              | N    | 菜单选项,Action Props 组成的数组。 |
+| popup          | [`Popup`](https://stdf.design/#/components?nav=popup&tab=1) | `{}`                              | N    | 弹出层参数。                        |
+| showCancel     | `boolean`                                                   | `false`                           | N    | 是否显示取消选项。                  |
+| cancelText     | `string`                                                    | 当前语言的 actionSheet.cancelText | N    | 取消选项文本。                      |
+| actionClosable | `boolean`                                                   | `true`                            | N    | 点击选项是否关闭。                  |
+| align          | `'left'\|'center'\|'right'`                                 | `'center'`                        | N    | 对齐方式。                          |
 
 ## ActionSheet Events
 

+ 11 - 11
doc/components/actionSheet/api_en.md

@@ -1,16 +1,16 @@
 ## ActionSheet Props
 
-| Name           | Type                        | Default                                 | Required | Description                                                                             |
-| -------------- | --------------------------- | --------------------------------------- | -------- | --------------------------------------------------------------------------------------- |
-| visible        | `boolean`                   | `false`                                 | N        | Whether to show the action sheet.                                                       |
-| title          | `string`                    | `''`                                    | N        | Title text.                                                                             |
-| titleAlign     | `'left'\|'center'\|'right'` | `'center'`                              | N        | Title alignment.                                                                        |
-| actions        | `Action[]`                  | `[]`                                    | N        | Menu options array composed of Action Props.                                            |
-| popup          | `Popup`                     | `{}`                                    | N        | Popup layer parameters [Popup Props](https://stdf.design/#/components?nav=popup&tab=1). |
-| showCancel     | `boolean`                   | `false`                                 | N        | Whether to show cancel button.                                                          |
-| cancelText     | `string`                    | Current language actionSheet.cancelText | N        | Cancel button text.                                                                     |
-| actionClosable | `boolean`                   | `true`                                  | N        | Whether to close when clicking an option.                                               |
-| align          | `'left'\|'center'\|'right'` | `'center'`                              | N        | Content alignment.                                                                      |
+| Name           | Type                                                        | Default                                 | Required | Description                                  |
+| -------------- | ----------------------------------------------------------- | --------------------------------------- | -------- | -------------------------------------------- |
+| visible        | `boolean`                                                   | `false`                                 | N        | Whether to show the action sheet.            |
+| title          | `string`                                                    | `''`                                    | N        | Title text.                                  |
+| titleAlign     | `'left'\|'center'\|'right'`                                 | `'center'`                              | N        | Title alignment.                             |
+| actions        | `Action[]`                                                  | `[]`                                    | N        | Menu options array composed of Action Props. |
+| popup          | [`Popup`](https://stdf.design/#/components?nav=popup&tab=1) | `{}`                                    | N        | Popup layer parameters.                      |
+| showCancel     | `boolean`                                                   | `false`                                 | N        | Whether to show cancel button.               |
+| cancelText     | `string`                                                    | Current language actionSheet.cancelText | N        | Cancel button text.                          |
+| actionClosable | `boolean`                                                   | `true`                                  | N        | Whether to close when clicking an option.    |
+| align          | `'left'\|'center'\|'right'`                                 | `'center'`                              | N        | Content alignment.                           |
 
 ## ActionSheet Events
 

+ 18 - 18
doc/components/asyncPicker/api.md

@@ -1,23 +1,23 @@
 ## AsyncPicker Props
 
-| 名称         | 类型                        | 默认值                            | 必传 | 说明                                                                                          |
-| ------------ | --------------------------- | --------------------------------- | ---- | --------------------------------------------------------------------------------------------- |
-| visible      | `boolean`                   | `false`                           | N    | 是否显示。                                                                                    |
-| data         | `array`                     | `[]`                              | Y    | 列数据,具体使用请参考示例。                                                                  |
-| lastLevel    | `boolean`                   | `false`                           | N    | 是否是最后一级。                                                                              |
-| firstLevel   | `boolean`                   | `false`                           | N    | 是否是第一级。                                                                                |
-| showRow      | `3\|5\|7`                   | `5`                               | N    | 列显示行数。                                                                                  |
-| labelKey     | `string`                    | `'label'`                         | N    | 自定义 label 的 key。                                                                         |
-| align        | `'left'\|'center'\|'right'` | `'center'`                        | N    | 对齐方式。                                                                                    |
-| cancelText   | `string`                    | 当前语言的 picker.defaultCancel   | N    | 取消选项文本。                                                                                |
-| confirmText  | `string`                    | 当前语言的 picker.defaultConfirm  | N    | 确定选项文本。                                                                                |
-| title        | `string`                    | 当前语言的 picker.defaultTitle    | N    | 中间标题文本。                                                                                |
-| nextText     | `string`                    | 当前语言的 picker.defaultNext     | N    | 下一级文本。                                                                                  |
-| prevText     | `string`                    | 当前语言的 picker.defaultPrev     | N    | 上一级文本。                                                                                  |
-| showSelected | `boolean`                   | `false`                           | N    | 是否显示已选项。                                                                              |
-| selectedText | `string`                    | 当前语言的 picker.defaultSelected | N    | 已选文本。                                                                                    |
-| popup        | `Popup`                     | `{}`                              | N    | 弹出层参数 [Popup Props](https://stdf.design/#/components?nav=popup&tab=1)                  |
-| loading      | `Loading`                   | `{}`                              | N    | 加载数据时 Loading 参数 [Loading Props](https://stdf.design/#/components?nav=loading&tab=1)。 |
+| 名称         | 类型                                                            | 默认值                            | 必传 | 说明                         |
+| ------------ | --------------------------------------------------------------- | --------------------------------- | ---- | ---------------------------- |
+| visible      | `boolean`                                                       | `false`                           | N    | 是否显示。                   |
+| data         | `array`                                                         | `[]`                              | Y    | 列数据,具体使用请参考示例。 |
+| lastLevel    | `boolean`                                                       | `false`                           | N    | 是否是最后一级。             |
+| firstLevel   | `boolean`                                                       | `false`                           | N    | 是否是第一级。               |
+| showRow      | `3\|5\|7`                                                       | `5`                               | N    | 列显示行数。                 |
+| labelKey     | `string`                                                        | `'label'`                         | N    | 自定义 label 的 key。        |
+| align        | `'left'\|'center'\|'right'`                                     | `'center'`                        | N    | 对齐方式。                   |
+| cancelText   | `string`                                                        | 当前语言的 picker.defaultCancel   | N    | 取消选项文本。               |
+| confirmText  | `string`                                                        | 当前语言的 picker.defaultConfirm  | N    | 确定选项文本。               |
+| title        | `string`                                                        | 当前语言的 picker.defaultTitle    | N    | 中间标题文本。               |
+| nextText     | `string`                                                        | 当前语言的 picker.defaultNext     | N    | 下一级文本。                 |
+| prevText     | `string`                                                        | 当前语言的 picker.defaultPrev     | N    | 上一级文本。                 |
+| showSelected | `boolean`                                                       | `false`                           | N    | 是否显示已选项。             |
+| selectedText | `string`                                                        | 当前语言的 picker.defaultSelected | N    | 已选文本。                   |
+| popup        | [`Popup`](https://stdf.design/#/components?nav=popup&tab=1)     | `{}`                              | N    | 弹出层参数。                 |
+| loading      | [`Loading`](https://stdf.design/#/components?nav=loading&tab=1) | `{}`                              | N    | 加载数据时 Loading 参数。    |
 
 ## AsyncPicker Events
 

+ 18 - 18
doc/components/asyncPicker/api_en.md

@@ -1,23 +1,23 @@
 ## AsyncPicker Props
 
-| Name         | Type                            | Default                                 | Required | Description                                                                             |
-| ------------ | ------------------------------- | --------------------------------------- | -------- | --------------------------------------------------------------------------------------- |
-| visible      | `boolean`                       | `false`                                 | N        | Whether to show the picker.                                                             |
-| data         | `array`                         | `[]`                                    | Y        | Column data. Please refer to examples for specific usage.                               |
-| lastLevel    | `boolean`                       | `false`                                 | N        | Whether it is the last level.                                                           |
-| firstLevel   | `boolean`                       | `false`                                 | N        | Whether it is the first level.                                                          |
-| showRow      | `3\|5\|7`                       | `5`                                     | N        | Number of rows to display in the column.                                                |
-| labelKey     | `string`                        | `'label'`                               | N        | Custom key for label.                                                                   |
-| align        | `'left' \| 'center' \| 'right'` | `'center'`                              | N        | Text alignment.                                                                         |
-| cancelText   | `string`                        | Current language picker.defaultCancel   | N        | Cancel button text.                                                                     |
-| confirmText  | `string`                        | Current language picker.defaultConfirm  | N        | Confirm button text.                                                                    |
-| title        | `string`                        | Current language picker.defaultTitle    | N        | Title text.                                                                             |
-| nextText     | `string`                        | Current language picker.defaultNext     | N        | Next level text.                                                                        |
-| prevText     | `string`                        | Current language picker.defaultPrev     | N        | Previous level text.                                                                    |
-| showSelected | `boolean`                       | `false`                                 | N        | Whether to show selected items.                                                         |
-| selectedText | `string`                        | Current language picker.defaultSelected | N        | Selected text.                                                                          |
-| popup        | `Popup`                         | `{}`                                    | N        | Popup parameters [Popup Props](https://stdf.design/#/components?nav=popup&tab=1).       |
-| loading      | `Loading`                       | `{}`                                    | N        | Loading parameters [Loading Props](https://stdf.design/#/components?nav=loading&tab=1). |
+| Name         | Type                                                            | Default                                 | Required | Description                                               |
+| ------------ | --------------------------------------------------------------- | --------------------------------------- | -------- | --------------------------------------------------------- |
+| visible      | `boolean`                                                       | `false`                                 | N        | Whether to show the picker.                               |
+| data         | `array`                                                         | `[]`                                    | Y        | Column data. Please refer to examples for specific usage. |
+| lastLevel    | `boolean`                                                       | `false`                                 | N        | Whether it is the last level.                             |
+| firstLevel   | `boolean`                                                       | `false`                                 | N        | Whether it is the first level.                            |
+| showRow      | `3\|5\|7`                                                       | `5`                                     | N        | Number of rows to display in the column.                  |
+| labelKey     | `string`                                                        | `'label'`                               | N        | Custom key for label.                                     |
+| align        | `'left' \| 'center' \| 'right'`                                 | `'center'`                              | N        | Text alignment.                                           |
+| cancelText   | `string`                                                        | Current language picker.defaultCancel   | N        | Cancel button text.                                       |
+| confirmText  | `string`                                                        | Current language picker.defaultConfirm  | N        | Confirm button text.                                      |
+| title        | `string`                                                        | Current language picker.defaultTitle    | N        | Title text.                                               |
+| nextText     | `string`                                                        | Current language picker.defaultNext     | N        | Next level text.                                          |
+| prevText     | `string`                                                        | Current language picker.defaultPrev     | N        | Previous level text.                                      |
+| showSelected | `boolean`                                                       | `false`                                 | N        | Whether to show selected items.                           |
+| selectedText | `string`                                                        | Current language picker.defaultSelected | N        | Selected text.                                            |
+| popup        | [`Popup`](https://stdf.design/#/components?nav=popup&tab=1)     | `{}`                                    | N        | Popup parameters.                                         |
+| loading      | [`Loading`](https://stdf.design/#/components?nav=loading&tab=1) | `{}`                                    | N        | Loading parameters when loading data.                     |
 
 ## AsyncPicker Events
 

+ 20 - 20
doc/components/bottomSheet/api.md

@@ -1,22 +1,22 @@
 ## BottomSheet Props
 
-| 名称            | 类型                                  | 默认值                       | 必传 | 说明                                                                       |
-| --------------- | ------------------------------------- | ---------------------------- | ---- | -------------------------------------------------------------------------- |
-| visible         | `boolean`                             | `false`                      | N    | 是否显示。                                                                 |
-| title           | `string`                              | 当前语言的 bottomSheet.title | N    | 标题。                                                                     |
-| titleAlign      | `'left'\|'center'\|'right'`           | `'left'`                     | N    | 标题对齐方式。                                                             |
-| showBackIcon    | `boolean`                             | `false`                      | N    | 是否显示返回图标。                                                         |
-| closeContent    | `'downIcon'\|'closeIcon'\|''\|string` | `'downIcon'`                 | N    | 关闭区域内容。                                                             |
-| showDivider     | `boolean`                             | `true`                       | N    | 是否显示分割线。                                                           |
-| duration        | `number`                              | `450`                        | N    | 过渡动画出现时间,单位:ms。                                               |
-| outDuration     | `number`                              | `240`                        | N    | 过渡动画退出时间,单位:ms。                                               |
-| mask            | `Mask`                                | `{}`                         | N    | 遮罩层参数 [Mask Props](https://stdf.design/#/components?nav=mask&tab=1)。 |
-| maskClosable    | `boolean`                             | `false`                      | N    | 点击遮罩层是否关闭。                                                       |
-| zIndex          | `number`                              | `600`                        | N    | z-index。                                                                  |
-| stayHeightList  | `number[]`                            | `[10, 50, 90]`               | N    | 固定高度列表。                                                             |
-| stayHeightIndex | `number`                              | `1`                          | N    | 初始固定高度索引。                                                         |
-| closeHeight     | `number`                              | `0`                          | N    | 滑动结束时位置低于此高度自动关闭。                                         |
-| radius          | `'none'\|'base'\|'full'`              | `'full'`                     | N    | 圆角风格。                                                                 |
+| 名称            | 类型                                                      | 默认值                       | 必传 | 说明                               |
+| --------------- | --------------------------------------------------------- | ---------------------------- | ---- | ---------------------------------- |
+| visible         | `boolean`                                                 | `false`                      | N    | 是否显示。                         |
+| title           | `string`                                                  | 当前语言的 bottomSheet.title | N    | 标题。                             |
+| titleAlign      | `'left'\|'center'\|'right'`                               | `'left'`                     | N    | 标题对齐方式。                     |
+| showBackIcon    | `boolean`                                                 | `false`                      | N    | 是否显示返回图标。                 |
+| closeContent    | `'downIcon'\|'closeIcon'\|''\|string`                     | `'downIcon'`                 | N    | 关闭区域内容。                     |
+| showDivider     | `boolean`                                                 | `true`                       | N    | 是否显示分割线。                   |
+| duration        | `number`                                                  | `450`                        | N    | 过渡动画出现时间,单位:ms。       |
+| outDuration     | `number`                                                  | `240`                        | N    | 过渡动画退出时间,单位:ms。       |
+| mask            | [`Mask`](https://stdf.design/#/components?nav=mask&tab=1) | `{}`                         | N    | 遮罩层参数。                       |
+| maskClosable    | `boolean`                                                 | `false`                      | N    | 点击遮罩层是否关闭。               |
+| zIndex          | `number`                                                  | `600`                        | N    | z-index。                          |
+| stayHeightList  | `number[]`                                                | `[10, 50, 90]`               | N    | 固定高度列表。                     |
+| stayHeightIndex | `number`                                                  | `1`                          | N    | 初始固定高度索引。                 |
+| closeHeight     | `number`                                                  | `0`                          | N    | 滑动结束时位置低于此高度自动关闭。 |
+| radius          | `'none'\|'base'\|'full'`                                  | `'full'`                     | N    | 圆角风格。                         |
 
 ## BottomSheet Events
 
@@ -29,6 +29,6 @@
 
 ## BottomSheet Snippets
 
-| 名称     | 类型      | 参数 | 说明   |
-| -------- | --------- | ---- | ------ |
-| children | `Snippet` | -    | 内容。 |
+| 名称     | 类型                                                                | 参数 | 说明   |
+| -------- | ------------------------------------------------------------------- | ---- | ------ |
+| children | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | 内容。 |

+ 20 - 20
doc/components/bottomSheet/api_en.md

@@ -1,22 +1,22 @@
 ## BottomSheet Props
 
-| Name            | Type                                  | Default                        | Required | Description                                                                    |
-| --------------- | ------------------------------------- | ------------------------------ | -------- | ------------------------------------------------------------------------------ |
-| visible         | `boolean`                             | `false`                        | N        | Whether to display.                                                            |
-| title           | `string`                              | Current lang bottomSheet.title | N        | Title.                                                                         |
-| titleAlign      | `'left'\|'center'\|'right'`           | `'left'`                       | N        | Title alignment.                                                               |
-| showBackIcon    | `boolean`                             | `false`                        | N        | Whether to show back icon.                                                     |
-| closeContent    | `'downIcon'\|'closeIcon'\|''\|string` | `'downIcon'`                   | N        | Close area content.                                                            |
-| showDivider     | `boolean`                             | `true`                         | N        | Whether to show divider.                                                       |
-| duration        | `number`                              | `450`                          | N        | Transition animation appear time, unit: ms.                                    |
-| outDuration     | `number`                              | `240`                          | N        | Transition animation exit time, unit: ms.                                      |
-| mask            | `Mask`                                | `{}`                           | N        | Mask parameters [Mask Props](https://stdf.design/#/components?nav=mask&tab=1). |
-| maskClosable    | `boolean`                             | `false`                        | N        | Whether to close when clicking mask.                                           |
-| zIndex          | `number`                              | `600`                          | N        | z-index.                                                                       |
-| stayHeightList  | `number[]`                            | `[10, 50, 90]`                 | N        | Fixed height list.                                                             |
-| stayHeightIndex | `number`                              | `1`                            | N        | Initial fixed height index.                                                    |
-| closeHeight     | `number`                              | `0`                            | N        | Auto close when position is lower than this height after sliding ends.         |
-| radius          | `'none'\|'base'\|'full'`              | `'full'`                       | N        | Border radius style.                                                           |
+| Name            | Type                                                      | Default                        | Required | Description                                                            |
+| --------------- | --------------------------------------------------------- | ------------------------------ | -------- | ---------------------------------------------------------------------- |
+| visible         | `boolean`                                                 | `false`                        | N        | Whether to display.                                                    |
+| title           | `string`                                                  | Current lang bottomSheet.title | N        | Title.                                                                 |
+| titleAlign      | `'left'\|'center'\|'right'`                               | `'left'`                       | N        | Title alignment.                                                       |
+| showBackIcon    | `boolean`                                                 | `false`                        | N        | Whether to show back icon.                                             |
+| closeContent    | `'downIcon'\|'closeIcon'\|''\|string`                     | `'downIcon'`                   | N        | Close area content.                                                    |
+| showDivider     | `boolean`                                                 | `true`                         | N        | Whether to show divider.                                               |
+| duration        | `number`                                                  | `450`                          | N        | Transition animation appear time, unit: ms.                            |
+| outDuration     | `number`                                                  | `240`                          | N        | Transition animation exit time, unit: ms.                              |
+| mask            | [`Mask`](https://stdf.design/#/components?nav=mask&tab=1) | `{}`                           | N        | Mask parameters.                                                       |
+| maskClosable    | `boolean`                                                 | `false`                        | N        | Whether to close when clicking mask.                                   |
+| zIndex          | `number`                                                  | `600`                          | N        | z-index.                                                               |
+| stayHeightList  | `number[]`                                                | `[10, 50, 90]`                 | N        | Fixed height list.                                                     |
+| stayHeightIndex | `number`                                                  | `1`                            | N        | Initial fixed height index.                                            |
+| closeHeight     | `number`                                                  | `0`                            | N        | Auto close when position is lower than this height after sliding ends. |
+| radius          | `'none'\|'base'\|'full'`                                  | `'full'`                       | N        | Border radius style.                                                   |
 
 ## BottomSheet Events
 
@@ -29,6 +29,6 @@
 
 ## BottomSheet Snippets
 
-| Name     | Type      | Parameters | Description          |
-| -------- | --------- | ---------- | -------------------- |
-| children | `Snippet` | -          | BottomSheet content. |
+| Name     | Type                                                                | Parameters | Description          |
+| -------- | ------------------------------------------------------------------- | ---------- | -------------------- |
+| children | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | BottomSheet content. |

+ 22 - 22
doc/components/button/api.md

@@ -1,24 +1,24 @@
 ## Button Props
 
-| 名称            | 类型                                                                          | 默认值    | 必传 | 说明                                                                           |
-| --------------- | ----------------------------------------------------------------------------- | --------- | ---- | ------------------------------------------------------------------------------ |
-| fill            | `'base'\|'line'\|'lineLight'\|'lineTheme'\|'text'\|'textTheme'\|'colorLight'` | `'base'`  | N    | 填充模式。                                                                     |
-| state           | `'theme'\|'success'\|'warning'\|'error'\|'info'`                              | `'theme'` | N    | 状态色,theme 表示跟随主题色。                                                 |
-| radius          | `'none'\|'base'\|'xl'\|'2xl'\|'full'`                                         | `'base'`  | N    | 圆角风格。                                                                     |
-| size            | `'full'\|'big'\|'md'\|'sm'\|'auto'`                                           | `'big'`   | N    | 尺寸。                                                                         |
-| line            | `'solid'\|'dashed'\|'dotted'`                                                 | `'solid'` | N    | 边框风格。                                                                     |
-| heightOut       | `'0'\|'1'\|'2'\|'3'\|'4'`                                                     | `'2'`     | N    | 按钮外部高度。                                                                 |
-| heightIn        | `'0'\|'1'\|'2'\|'3'\|'4'`                                                     | `'3'`     | N    | 按钮高度。                                                                     |
-| injClass        | `string`                                                                      | `''`      | N    | 注入 CSS 名称。                                                                |
-| love            | `boolean`                                                                     | `false`   | N    | 是否开启关爱版。                                                               |
-| group           | `boolean`                                                                     | `false`   | N    | 是否使用按钮组。                                                               |
-| disabled        | `boolean`                                                                     | `false`   | N    | 是否禁用。                                                                     |
-| customSize      | `boolean`                                                                     | `false`   | N    | 是否自定义大小。                                                               |
-| customWidth     | `number`                                                                      | `0`       | N    | 自定义宽度。                                                                   |
-| customHeight    | `number`                                                                      | `0`       | N    | 自定义高度。                                                                   |
-| icon            | `Icon\|null`                                                                  | `null`    | N    | 图标参数 [Icon Props](https://stdf.design/#/components?nav=icon&tab=1)。       |
-| loading         | `Loading\|null`                                                               | `null`    | N    | 加载参数 [Loading Props](https://stdf.design/#/components?nav=loading&tab=1)。 |
-| disabledLoading | `boolean`                                                                     | `false`   | N    | 加载时是否禁用。                                                               |
+| 名称            | 类型                                                                          | 默认值    | 必传 | 说明                           |
+| --------------- | ----------------------------------------------------------------------------- | --------- | ---- | ------------------------------ |
+| fill            | `'base'\|'line'\|'lineLight'\|'lineTheme'\|'text'\|'textTheme'\|'colorLight'` | `'base'`  | N    | 填充模式。                     |
+| state           | `'theme'\|'success'\|'warning'\|'error'\|'info'`                              | `'theme'` | N    | 状态色,theme 表示跟随主题色。 |
+| radius          | `'none'\|'base'\|'xl'\|'2xl'\|'full'`                                         | `'base'`  | N    | 圆角风格。                     |
+| size            | `'full'\|'big'\|'md'\|'sm'\|'auto'`                                           | `'big'`   | N    | 尺寸。                         |
+| line            | `'solid'\|'dashed'\|'dotted'`                                                 | `'solid'` | N    | 边框风格。                     |
+| heightOut       | `'0'\|'1'\|'2'\|'3'\|'4'`                                                     | `'2'`     | N    | 按钮外部高度。                 |
+| heightIn        | `'0'\|'1'\|'2'\|'3'\|'4'`                                                     | `'3'`     | N    | 按钮高度。                     |
+| injClass        | `string`                                                                      | `''`      | N    | 注入 CSS 名称。                |
+| love            | `boolean`                                                                     | `false`   | N    | 是否开启关爱版。               |
+| group           | `boolean`                                                                     | `false`   | N    | 是否使用按钮组。               |
+| disabled        | `boolean`                                                                     | `false`   | N    | 是否禁用。                     |
+| customSize      | `boolean`                                                                     | `false`   | N    | 是否自定义大小。               |
+| customWidth     | `number`                                                                      | `0`       | N    | 自定义宽度。                   |
+| customHeight    | `number`                                                                      | `0`       | N    | 自定义高度。                   |
+| icon            | [`Icon`](https://stdf.design/#/components?nav=icon&tab=1)\|`null`             | `null`    | N    | 图标参数                     |
+| loading         | [`Loading`](https://stdf.design/#/components?nav=loading&tab=1)\|`null`       | `null`    | N    | 加载参数                     |
+| disabledLoading | `boolean`                                                                     | `false`   | N    | 加载时是否禁用。               |
 
 ## Button Events
 
@@ -28,6 +28,6 @@
 
 ## Button Snippets
 
-| 名称     | 类型      | 参数 | 说明       |
-| -------- | --------- | ---- | ---------- |
-| children | `Snippet` | -    | 按钮内容。 |
+| 名称     | 类型                                                                | 参数 | 说明       |
+| -------- | ------------------------------------------------------------------- | ---- | ---------- |
+| children | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | 按钮内容。 |

+ 22 - 22
doc/components/button/api_en.md

@@ -1,24 +1,24 @@
 ## Button Props
 
-| Name            | Type                                                                          | Default   | Required | Description                                                                        |
-| --------------- | ----------------------------------------------------------------------------- | --------- | -------- | ---------------------------------------------------------------------------------- |
-| fill            | `'base'\|'line'\|'lineLight'\|'lineTheme'\|'text'\|'textTheme'\|'colorLight'` | `'base'`  | N        | Fill mode.                                                                         |
-| state           | `'theme'\|'success'\|'warning'\|'error'\|'info'`                              | `'theme'` | N        | Status color, theme means following theme color.                                   |
-| radius          | `'none'\|'base'\|'xl'\|'2xl'\|'full'`                                         | `'base'`  | N        | Border radius style.                                                               |
-| size            | `'full'\|'big'\|'md'\|'sm'\|'auto'`                                           | `'big'`   | N        | Size.                                                                              |
-| line            | `'solid'\|'dashed'\|'dotted'`                                                 | `'solid'` | N        | Border style.                                                                      |
-| heightOut       | `'0'\|'1'\|'2'\|'3'\|'4'`                                                     | `'2'`     | N        | Button outer height.                                                               |
-| heightIn        | `'0'\|'1'\|'2'\|'3'\|'4'`                                                     | `'3'`     | N        | Button height.                                                                     |
-| injClass        | `string`                                                                      | `''`      | N        | Inject CSS class name.                                                             |
-| love            | `boolean`                                                                     | `false`   | N        | Whether to enable care version.                                                    |
-| group           | `boolean`                                                                     | `false`   | N        | Whether to use button group.                                                       |
-| disabled        | `boolean`                                                                     | `false`   | N        | Whether to disable.                                                                |
-| customSize      | `boolean`                                                                     | `false`   | N        | Whether to use custom size.                                                        |
-| customWidth     | `number`                                                                      | `0`       | N        | Custom width.                                                                      |
-| customHeight    | `number`                                                                      | `0`       | N        | Custom height.                                                                     |
-| icon            | `Icon\|null`                                                                  | `null`    | N        | Icon props [Icon Props](https://stdf.design/#/components?nav=icon&tab=1).          |
-| loading         | `Loading\|null`                                                               | `null`    | N        | Loading props [Loading Props](https://stdf.design/#/components?nav=loading&tab=1). |
-| disabledLoading | `boolean`                                                                     | `false`   | N        | Whether to disable when loading.                                                   |
+| Name            | Type                                                                          | Default   | Required | Description                                      |
+| --------------- | ----------------------------------------------------------------------------- | --------- | -------- | ------------------------------------------------ |
+| fill            | `'base'\|'line'\|'lineLight'\|'lineTheme'\|'text'\|'textTheme'\|'colorLight'` | `'base'`  | N        | Fill mode.                                       |
+| state           | `'theme'\|'success'\|'warning'\|'error'\|'info'`                              | `'theme'` | N        | Status color, theme means following theme color. |
+| radius          | `'none'\|'base'\|'xl'\|'2xl'\|'full'`                                         | `'base'`  | N        | Border radius style.                             |
+| size            | `'full'\|'big'\|'md'\|'sm'\|'auto'`                                           | `'big'`   | N        | Size.                                            |
+| line            | `'solid'\|'dashed'\|'dotted'`                                                 | `'solid'` | N        | Border style.                                    |
+| heightOut       | `'0'\|'1'\|'2'\|'3'\|'4'`                                                     | `'2'`     | N        | Button outer height.                             |
+| heightIn        | `'0'\|'1'\|'2'\|'3'\|'4'`                                                     | `'3'`     | N        | Button height.                                   |
+| injClass        | `string`                                                                      | `''`      | N        | Inject CSS class name.                           |
+| love            | `boolean`                                                                     | `false`   | N        | Whether to enable care version.                  |
+| group           | `boolean`                                                                     | `false`   | N        | Whether to use button group.                     |
+| disabled        | `boolean`                                                                     | `false`   | N        | Whether to disable.                              |
+| customSize      | `boolean`                                                                     | `false`   | N        | Whether to use custom size.                      |
+| customWidth     | `number`                                                                      | `0`       | N        | Custom width.                                    |
+| customHeight    | `number`                                                                      | `0`       | N        | Custom height.                                   |
+| icon            | [`Icon`](https://stdf.design/#/components?nav=icon&tab=1)\|`null`             | `null`    | N        | Icon props.                                      |
+| loading         | [`Loading`](https://stdf.design/#/components?nav=loading&tab=1)\|`null`       | `null`    | N        | Loading props.                                   |
+| disabledLoading | `boolean`                                                                     | `false`   | N        | Whether to disable when loading.                 |
 
 ## Button Events
 
@@ -28,6 +28,6 @@
 
 ## Button Snippets
 
-| Name     | Type      | Parameters | Description     |
-| -------- | --------- | ---------- | --------------- |
-| children | `Snippet` | -          | Button content. |
+| Name     | Type                                                                | Parameters | Description     |
+| -------- | ------------------------------------------------------------------- | ---------- | --------------- |
+| children | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Button content. |

+ 28 - 28
doc/components/calendar/api.md

@@ -1,33 +1,33 @@
 ## Calendar Props
 
-| 名称            | 类型                                              | 默认值                               | 必传 | 说明                                                                             |
-| --------------- | ------------------------------------------------- | ------------------------------------ | ---- | -------------------------------------------------------------------------------- |
-| visible         | `boolean`                                         | `false`                              | N    | 是否显示。                                                                       |
-| startMonth      | `string`                                          | 当前月份前第 6 个月                  | N    | 开始月份,格式为 YYYYMM。                                                        |
-| endMonth        | `string`                                          | 当前月份后第 6 个月                  | N    | 结束月份,格式为 YYYYMM。                                                        |
-| initMonth       | `string`                                          | 当前月份                             | N    | 初始化时显示月份,格式为 YYYYMM。                                                |
-| mode            | `'single'\|'multiple'\|'range'`                   | `'single'`                           | N    | 选择模式。                                                                       |
-| startSunday     | `boolean`                                         | `false`                              | N    | 是否从周日开始。                                                                 |
-| weekendRed      | `boolean`                                         | `false`                              | N    | 是否周末红色。                                                                   |
-| monthCard       | `boolean`                                         | `true`                               | N    | 月数据是否使用卡片样式。                                                         |
-| monthMark       | `boolean`                                         | `false`                              | N    | 是否显示月份水印。                                                               |
-| monthMarkSize   | `'3xl'\|'4xl'\|'5xl'\|'6xl'\|'7xl'\|'8xl'\|'9xl'` | `'7xl'`                              | N    | 月份水印文字大小。                                                               |
-| height          | `number`                                          | `50`                                 | N    | 显示高度占页面高度百分比。                                                       |
-| infoDates       | `InfoDate[]`                                      | `[]`                                 | N    | 需要显示信息的日期。                                                             |
-| disabledDates   | `string[]`                                        | `[]`                                 | N    | 不可选的日期。                                                                   |
-| radius          | `'none'\|'base'\|'xl'\|'2xl'`                     | `'xl'`                               | N    | 选定日期的圆角风格。                                                             |
-| showSelectedDay | `boolean`                                         | `true`                               | N    | 多选和范围选择时确定按钮是否显示已选天数。                                       |
-| confirmText     | `string`                                          | 当前语言的 calendarLang.confirmText  | N    | 确定按钮文案。                                                                   |
-| selectedText    | `string`                                          | 当前语言的 calendarLang.selectedText | N    | showSelectedDay 为 true 时确定按钮部分文案。                                     |
-| dayText         | `string`                                          | 当前语言的 calendarLang.dayText      | N    | showSelectedDay 为 true 时确定按钮部分文案。                                     |
-| quickSelects    | `('week'\|'month'\|'quarter'\|number)[]`          | `[]`                                 | N    | 快捷选择配置参数。                                                               |
-| includeToday    | `boolean`                                         | `false`                              | N    | 快速选择天数时是否包含今天。                                                     |
-| highlightToday  | `boolean`                                         | `true`                               | N    | 是否高亮今天。                                                                   |
-| useAnimation    | `boolean`                                         | `true`                               | N    | 自动滚动到指定月份时是否使用动画。                                               |
-| outFormat       | `string`                                          | `'YMD'`                              | N    | 返回日期数据格式。                                                               |
-| popup           | `Popup`                                           | `{}`                                 | N    | 弹出层参数 [Popup Props](https://stdf.design/#/components?nav=popup&tab=1)。     |
-| button          | `Button`                                          | `{}`                                 | N    | 确定按钮参数 [Button Props](https://stdf.design/#/components?nav=button&tab=1)。 |
-| clear           | `boolean`                                         | `true`                               | N    | 关闭时是否清空已选日期。                                                         |
+| 名称            | 类型                                                          | 默认值                               | 必传 | 说明                                         |
+| --------------- | ------------------------------------------------------------- | ------------------------------------ | ---- | -------------------------------------------- |
+| visible         | `boolean`                                                     | `false`                              | N    | 是否显示。                                   |
+| startMonth      | `string`                                                      | 当前月份前第 6 个月                  | N    | 开始月份,格式为 YYYYMM。                    |
+| endMonth        | `string`                                                      | 当前月份后第 6 个月                  | N    | 结束月份,格式为 YYYYMM。                    |
+| initMonth       | `string`                                                      | 当前月份                             | N    | 初始化时显示月份,格式为 YYYYMM。            |
+| mode            | `'single'\|'multiple'\|'range'`                               | `'single'`                           | N    | 选择模式。                                   |
+| startSunday     | `boolean`                                                     | `false`                              | N    | 是否从周日开始。                             |
+| weekendRed      | `boolean`                                                     | `false`                              | N    | 是否周末红色。                               |
+| monthCard       | `boolean`                                                     | `true`                               | N    | 月数据是否使用卡片样式。                     |
+| monthMark       | `boolean`                                                     | `false`                              | N    | 是否显示月份水印。                           |
+| monthMarkSize   | `'3xl'\|'4xl'\|'5xl'\|'6xl'\|'7xl'\|'8xl'\|'9xl'`             | `'7xl'`                              | N    | 月份水印文字大小。                           |
+| height          | `number`                                                      | `50`                                 | N    | 显示高度占页面高度百分比。                   |
+| infoDates       | `InfoDate[]`                                                  | `[]`                                 | N    | 需要显示信息的日期。                         |
+| disabledDates   | `string[]`                                                    | `[]`                                 | N    | 不可选的日期。                               |
+| radius          | `'none'\|'base'\|'xl'\|'2xl'`                                 | `'xl'`                               | N    | 选定日期的圆角风格。                         |
+| showSelectedDay | `boolean`                                                     | `true`                               | N    | 多选和范围选择时确定按钮是否显示已选天数。   |
+| confirmText     | `string`                                                      | 当前语言的 calendarLang.confirmText  | N    | 确定按钮文案。                               |
+| selectedText    | `string`                                                      | 当前语言的 calendarLang.selectedText | N    | showSelectedDay 为 true 时确定按钮部分文案。 |
+| dayText         | `string`                                                      | 当前语言的 calendarLang.dayText      | N    | showSelectedDay 为 true 时确定按钮部分文案。 |
+| quickSelects    | `('week'\|'month'\|'quarter'\|number)[]`                      | `[]`                                 | N    | 快捷选择配置参数。                           |
+| includeToday    | `boolean`                                                     | `false`                              | N    | 快速选择天数时是否包含今天。                 |
+| highlightToday  | `boolean`                                                     | `true`                               | N    | 是否高亮今天。                               |
+| useAnimation    | `boolean`                                                     | `true`                               | N    | 自动滚动到指定月份时是否使用动画。           |
+| outFormat       | `string`                                                      | `'YMD'`                              | N    | 返回日期数据格式。                           |
+| popup           | [`Popup`](https://stdf.design/#/components?nav=popup&tab=1)   | `{}`                                 | N    | 弹出层参数。                                 |
+| button          | [`Button`](https://stdf.design/#/components?nav=button&tab=1) | `{}`                                 | N    | 确定按钮参数。                               |
+| clear           | `boolean`                                                     | `true`                               | N    | 关闭时是否清空已选日期。                     |
 
 ## Calendar Events
 

+ 28 - 28
doc/components/calendar/api_en.md

@@ -1,33 +1,33 @@
 ## Calendar Props
 
-| Name            | Type                                              | Default                                    | Required | Description                                                                                  |
-| --------------- | ------------------------------------------------- | ------------------------------------------ | -------- | -------------------------------------------------------------------------------------------- |
-| visible         | `boolean`                                         | `false`                                    | N        | Whether to show the calendar.                                                                |
-| startMonth      | `string`                                          | 6 months before current month              | N        | Start month in YYYYMM format.                                                                |
-| endMonth        | `string`                                          | 6 months after current month               | N        | End month in YYYYMM format.                                                                  |
-| initMonth       | `string`                                          | Current month                              | N        | Initial display month in YYYYMM format.                                                      |
-| mode            | `'single'\|'multiple'\|'range'`                   | `'single'`                                 | N        | Selection mode.                                                                              |
-| startSunday     | `boolean`                                         | `false`                                    | N        | Whether week starts from Sunday.                                                             |
-| weekendRed      | `boolean`                                         | `false`                                    | N        | Whether weekend dates are in red.                                                            |
-| monthCard       | `boolean`                                         | `true`                                     | N        | Whether to use card style for month data.                                                    |
-| monthMark       | `boolean`                                         | `false`                                    | N        | Whether to show month watermark.                                                             |
-| monthMarkSize   | `'3xl'\|'4xl'\|'5xl'\|'6xl'\|'7xl'\|'8xl'\|'9xl'` | `'7xl'`                                    | N        | Month watermark text size.                                                                   |
-| height          | `number`                                          | `50`                                       | N        | Display height as percentage of page height.                                                 |
-| infoDates       | `InfoDate[]`                                      | `[]`                                       | N        | Dates that need to display information.                                                      |
-| disabledDates   | `string[]`                                        | `[]`                                       | N        | Disabled dates.                                                                              |
-| radius          | `'none'\|'base'\|'xl'\|'2xl'`                     | `'xl'`                                     | N        | Border radius style for selected dates.                                                      |
-| showSelectedDay | `boolean`                                         | `true`                                     | N        | Whether to show selected days count in confirm button for multiple/range mode.               |
-| confirmText     | `string`                                          | Current language calendarLang.confirmText  | N        | Confirm button text.                                                                         |
-| selectedText    | `string`                                          | Current language calendarLang.selectedText | N        | Part of confirm button text when showSelectedDay is true.                                    |
-| dayText         | `string`                                          | Current language calendarLang.dayText      | N        | Part of confirm button text when showSelectedDay is true.                                    |
-| quickSelects    | `('week'\|'month'\|'quarter'\|number)[]`          | `[]`                                       | N        | Quick selection configuration parameters.                                                    |
-| includeToday    | `boolean`                                         | `false`                                    | N        | Whether to include today when using quick select days.                                       |
-| highlightToday  | `boolean`                                         | `true`                                     | N        | Whether to highlight today.                                                                  |
-| useAnimation    | `boolean`                                         | `true`                                     | N        | Whether to use animation when auto-scrolling to specified month.                             |
-| outFormat       | `string`                                          | `'YMD'`                                    | N        | Output date format.                                                                          |
-| popup           | `Popup`                                           | `{}`                                       | N        | Popup parameters [Popup Props](https://stdf.design/#/components?nav=popup&tab=1).            |
-| button          | `Button`                                          | `{}`                                       | N        | Confirm button parameters [Button Props](https://stdf.design/#/components?nav=button&tab=1). |
-| clear           | `boolean`                                         | `true`                                     | N        | Whether to clear selected dates when closing.                                                |
+| Name            | Type                                                          | Default                                    | Required | Description                                                                    |
+| --------------- | ------------------------------------------------------------- | ------------------------------------------ | -------- | ------------------------------------------------------------------------------ |
+| visible         | `boolean`                                                     | `false`                                    | N        | Whether to show the calendar.                                                  |
+| startMonth      | `string`                                                      | 6 months before current month              | N        | Start month in YYYYMM format.                                                  |
+| endMonth        | `string`                                                      | 6 months after current month               | N        | End month in YYYYMM format.                                                    |
+| initMonth       | `string`                                                      | Current month                              | N        | Initial display month in YYYYMM format.                                        |
+| mode            | `'single'\|'multiple'\|'range'`                               | `'single'`                                 | N        | Selection mode.                                                                |
+| startSunday     | `boolean`                                                     | `false`                                    | N        | Whether week starts from Sunday.                                               |
+| weekendRed      | `boolean`                                                     | `false`                                    | N        | Whether weekend dates are in red.                                              |
+| monthCard       | `boolean`                                                     | `true`                                     | N        | Whether to use card style for month data.                                      |
+| monthMark       | `boolean`                                                     | `false`                                    | N        | Whether to show month watermark.                                               |
+| monthMarkSize   | `'3xl'\|'4xl'\|'5xl'\|'6xl'\|'7xl'\|'8xl'\|'9xl'`             | `'7xl'`                                    | N        | Month watermark text size.                                                     |
+| height          | `number`                                                      | `50`                                       | N        | Display height as percentage of page height.                                   |
+| infoDates       | `InfoDate[]`                                                  | `[]`                                       | N        | Dates that need to display information.                                        |
+| disabledDates   | `string[]`                                                    | `[]`                                       | N        | Disabled dates.                                                                |
+| radius          | `'none'\|'base'\|'xl'\|'2xl'`                                 | `'xl'`                                     | N        | Border radius style for selected dates.                                        |
+| showSelectedDay | `boolean`                                                     | `true`                                     | N        | Whether to show selected days count in confirm button for multiple/range mode. |
+| confirmText     | `string`                                                      | Current language calendarLang.confirmText  | N        | Confirm button text.                                                           |
+| selectedText    | `string`                                                      | Current language calendarLang.selectedText | N        | Part of confirm button text when showSelectedDay is true.                      |
+| dayText         | `string`                                                      | Current language calendarLang.dayText      | N        | Part of confirm button text when showSelectedDay is true.                      |
+| quickSelects    | `('week'\|'month'\|'quarter'\|number)[]`                      | `[]`                                       | N        | Quick selection configuration parameters.                                      |
+| includeToday    | `boolean`                                                     | `false`                                    | N        | Whether to include today when using quick select days.                         |
+| highlightToday  | `boolean`                                                     | `true`                                     | N        | Whether to highlight today.                                                    |
+| useAnimation    | `boolean`                                                     | `true`                                     | N        | Whether to use animation when auto-scrolling to specified month.               |
+| outFormat       | `string`                                                      | `'YMD'`                                    | N        | Output date format.                                                            |
+| popup           | [`Popup`](https://stdf.design/#/components?nav=popup&tab=1)   | `{}`                                       | N        | Popup parameters.                                                              |
+| button          | [`Button`](https://stdf.design/#/components?nav=button&tab=1) | `{}`                                       | N        | Confirm button parameters.                                                     |
+| clear           | `boolean`                                                     | `true`                                     | N        | Whether to clear selected dates when closing.                                  |
 
 ## Calendar Events
 

+ 23 - 23
doc/components/checkbox/api.md

@@ -1,13 +1,13 @@
 ## Checkbox Props
 
-| 名称         | 类型                    | 默认值      | 必传 | 说明                         |
-| ------------ | ----------------------- | ----------- | ---- | ---------------------------- |
-| data         | `CheckboxItem[]`        | `[]`        | Y    | 选项数据。                   |
-| layout       | `'h'\|'v'\|'inline'`    | `'v'`       | N    | 排列方式。                   |
-| checkeds     | `string[]`              | `[]`        | N    | 选中的选项标识符组成的数组。 |
-| textPosition | `'l'\|'r'\|'t'\|'b'`    | `'r'`       | N    | 选项文本区域位置。           |
-| icon         | `'default'\|null\|Icon` | `'default'` | N    | 未选中选项图标区域内容。     |
-| iconChecked  | `'default'\|null\|Icon` | `'default'` | N    | 选中选项图标区域内容。       |
+| 名称         | 类型                                                                         | 默认值      | 必传 | 说明                         |
+| ------------ | ---------------------------------------------------------------------------- | ----------- | ---- | ---------------------------- |
+| data         | `CheckboxItem[]`                                                             | `[]`        | Y    | 选项数据。                   |
+| layout       | `'h'\|'v'\|'inline'`                                                         | `'v'`       | N    | 排列方式。                   |
+| checkeds     | `string[]`                                                                   | `[]`        | N    | 选中的选项标识符组成的数组。 |
+| textPosition | `'l'\|'r'\|'t'\|'b'`                                                         | `'r'`       | N    | 选项文本区域位置。           |
+| icon         | `'default'\|null`\|[`Icon`](https://stdf.design/#/components?nav=icon&tab=1) | `'default'` | N    | 未选中选项图标区域内容。     |
+| iconChecked  | `'default'\|null`\|[`Icon`](https://stdf.design/#/components?nav=icon&tab=1) | `'default'` | N    | 选中选项图标区域内容。       |
 
 ## Checkbox Events
 
@@ -17,21 +17,21 @@
 
 ## Checkbox Snippets
 
-| 名称          | 类型                                | 参数              | 说明                     |
-| ------------- | ----------------------------------- | ----------------- | ------------------------ |
-| checkboxChild | `Snippet<[{ item: CheckboxItem }]>` | item - 选项数据。 | 当选项区域自定义时使用。 |
+| 名称          | 类型                                                                                          | 参数              | 说明                     |
+| ------------- | --------------------------------------------------------------------------------------------- | ----------------- | ------------------------ |
+| checkboxChild | [`Snippet<[{ item: CheckboxItem }]>`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | item - 选项数据。 | 当选项区域自定义时使用。 |
 
 ## CheckboxItem Props
 
-| 名称         | 类型                    | 默认值      | 必传 | 说明                     |
-| ------------ | ----------------------- | ----------- | ---- | ------------------------ |
-| name         | `string`                | `''`        | Y    | 标识符。                 |
-| label        | `string`                | `''`        | N    | 选项文本,主要用于显示。 |
-| layout       | `'h'\|'v'\|'inline'`    | `'v'`       | N    | 排列方式。               |
-| textPosition | `'l'\|'r'\|'t'\|'b'`    | `'r'`       | N    | 选项文本区域位置。       |
-| icon         | `'default'\|null\|Icon` | `'default'` | N    | 未选中选项图标区域内容。 |
-| iconChecked  | `'default'\|null\|Icon` | `'default'` | N    | 选中选项图标区域内容。   |
-| checked      | `boolean`               | `false`     | N    | 是否选中。               |
+| 名称         | 类型                                                                         | 默认值      | 必传 | 说明                     |
+| ------------ | ---------------------------------------------------------------------------- | ----------- | ---- | ------------------------ |
+| name         | `string`                                                                     | `''`        | Y    | 标识符。                 |
+| label        | `string`                                                                     | `''`        | N    | 选项文本,主要用于显示。 |
+| layout       | `'h'\|'v'\|'inline'`                                                         | `'v'`       | N    | 排列方式。               |
+| textPosition | `'l'\|'r'\|'t'\|'b'`                                                         | `'r'`       | N    | 选项文本区域位置。       |
+| icon         | `'default'\|null`\|[`Icon`](https://stdf.design/#/components?nav=icon&tab=1) | `'default'` | N    | 未选中选项图标区域内容。 |
+| iconChecked  | `'default'\|null`\|[`Icon`](https://stdf.design/#/components?nav=icon&tab=1) | `'default'` | N    | 选中选项图标区域内容。   |
+| checked      | `boolean`                                                                    | `false`     | N    | 是否选中。               |
 
 ## CheckboxItem Events
 
@@ -41,6 +41,6 @@
 
 ## CheckboxItem Snippets
 
-| 名称     | 类型      | 参数 | 说明               |
-| -------- | --------- | ---- | ------------------ |
-| children | `Snippet` | -    | 选项文本区域内容。 |
+| 名称     | 类型                                                                | 参数 | 说明               |
+| -------- | ------------------------------------------------------------------- | ---- | ------------------ |
+| children | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | 选项文本区域内容。 |

+ 23 - 23
doc/components/checkbox/api_en.md

@@ -1,13 +1,13 @@
 ## Checkbox Props
 
-| Name         | Type                    | Default     | Required | Description                            |
-| ------------ | ----------------------- | ----------- | -------- | -------------------------------------- |
-| data         | `CheckboxItem[]`        | `[]`        | Y        | Option data.                           |
-| layout       | `'h'\|'v'\|'inline'`    | `'v'`       | N        | Layout mode.                           |
-| checkeds     | `string[]`              | `[]`        | N        | Array of selected option identifiers.  |
-| textPosition | `'l'\|'r'\|'t'\|'b'`    | `'r'`       | N        | Position of option text area.          |
-| icon         | `'default'\|null\|Icon` | `'default'` | N        | Content of unchecked option icon area. |
-| iconChecked  | `'default'\|null\|Icon` | `'default'` | N        | Content of checked option icon area.   |
+| Name         | Type                                                                         | Default     | Required | Description                            |
+| ------------ | ---------------------------------------------------------------------------- | ----------- | -------- | -------------------------------------- |
+| data         | `CheckboxItem[]`                                                             | `[]`        | Y        | Option data.                           |
+| layout       | `'h'\|'v'\|'inline'`                                                         | `'v'`       | N        | Layout mode.                           |
+| checkeds     | `string[]`                                                                   | `[]`        | N        | Array of selected option identifiers.  |
+| textPosition | `'l'\|'r'\|'t'\|'b'`                                                         | `'r'`       | N        | Position of option text area.          |
+| icon         | `'default'\|null`\|[`Icon`](https://stdf.design/#/components?nav=icon&tab=1) | `'default'` | N        | Content of unchecked option icon area. |
+| iconChecked  | `'default'\|null`\|[`Icon`](https://stdf.design/#/components?nav=icon&tab=1) | `'default'` | N        | Content of checked option icon area.   |
 
 ## Checkbox Events
 
@@ -17,21 +17,21 @@
 
 ## Checkbox Snippets
 
-| Name          | Type                                | Parameters          | Description                        |
-| ------------- | ----------------------------------- | ------------------- | ---------------------------------- |
-| checkboxChild | `Snippet<[{ item: CheckboxItem }]>` | item - Option data. | Used when customizing option area. |
+| Name          | Type                                                                                          | Parameters          | Description                        |
+| ------------- | --------------------------------------------------------------------------------------------- | ------------------- | ---------------------------------- |
+| checkboxChild | [`Snippet<[{ item: CheckboxItem }]>`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | item - Option data. | Used when customizing option area. |
 
 ## CheckboxItem Props
 
-| Name         | Type                    | Default     | Required | Description                            |
-| ------------ | ----------------------- | ----------- | -------- | -------------------------------------- |
-| name         | `string`                | `''`        | Y        | Identifier.                            |
-| label        | `string`                | `''`        | N        | Option text, mainly for display.       |
-| layout       | `'h'\|'v'\|'inline'`    | `'v'`       | N        | Layout mode.                           |
-| textPosition | `'l'\|'r'\|'t'\|'b'`    | `'r'`       | N        | Position of option text area.          |
-| icon         | `'default'\|null\|Icon` | `'default'` | N        | Content of unchecked option icon area. |
-| iconChecked  | `'default'\|null\|Icon` | `'default'` | N        | Content of checked option icon area.   |
-| checked      | `boolean`               | `false`     | N        | Whether checked.                       |
+| Name         | Type                                                                         | Default     | Required | Description                            |
+| ------------ | ---------------------------------------------------------------------------- | ----------- | -------- | -------------------------------------- |
+| name         | `string`                                                                     | `''`        | Y        | Identifier.                            |
+| label        | `string`                                                                     | `''`        | N        | Option text, mainly for display.       |
+| layout       | `'h'\|'v'\|'inline'`                                                         | `'v'`       | N        | Layout mode.                           |
+| textPosition | `'l'\|'r'\|'t'\|'b'`                                                         | `'r'`       | N        | Position of option text area.          |
+| icon         | `'default'\|null`\|[`Icon`](https://stdf.design/#/components?nav=icon&tab=1) | `'default'` | N        | Content of unchecked option icon area. |
+| iconChecked  | `'default'\|null`\|[`Icon`](https://stdf.design/#/components?nav=icon&tab=1) | `'default'` | N        | Content of checked option icon area.   |
+| checked      | `boolean`                                                                    | `false`     | N        | Whether checked.                       |
 
 ## CheckboxItem Events
 
@@ -41,6 +41,6 @@
 
 ## CheckboxItem Snippets
 
-| Name     | Type      | Parameters | Description                  |
-| -------- | --------- | ---------- | ---------------------------- |
-| children | `Snippet` | -          | Content of option text area. |
+| Name     | Type                                                                | Parameters | Description                  |
+| -------- | ------------------------------------------------------------------- | ---------- | ---------------------------- |
+| children | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Content of option text area. |

+ 6 - 6
doc/components/grids/api.md

@@ -9,9 +9,9 @@
 
 ## Grids Snippets
 
-| 名称     | 类型      | 参数 | 说明         |
-| -------- | --------- | ---- | ------------ |
-| children | `Snippet` | -    | Grids 内容。 |
+| 名称     | 类型                                                                | 参数 | 说明         |
+| -------- | ------------------------------------------------------------------- | ---- | ------------ |
+| children | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | Grids 内容。 |
 
 ## Grid Props
 
@@ -22,6 +22,6 @@
 
 ## Grid Snippets
 
-| 名称     | 类型      | 参数 | 说明        |
-| -------- | --------- | ---- | ----------- |
-| children | `Snippet` | -    | Grid 内容。 |
+| 名称     | 类型                                                                | 参数 | 说明        |
+| -------- | ------------------------------------------------------------------- | ---- | ----------- |
+| children | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | Grid 内容。 |

+ 6 - 6
doc/components/grids/api_en.md

@@ -9,9 +9,9 @@
 
 ## Grids Snippets
 
-| Name     | Type      | Parameters | Description   |
-| -------- | --------- | ---------- | ------------- |
-| children | `Snippet` | -          | Grids content |
+| Name     | Type                                                                | Parameters | Description   |
+| -------- | ------------------------------------------------------------------- | ---------- | ------------- |
+| children | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Grids content |
 
 ## Grid Props
 
@@ -22,6 +22,6 @@
 
 ## Grid Snippets
 
-| Name     | Type      | Parameters | Description  |
-| -------- | --------- | ---------- | ------------ |
-| children | `Snippet` | -          | Grid content |
+| Name     | Type                                                                | Parameters | Description  |
+| -------- | ------------------------------------------------------------------- | ---------- | ------------ |
+| children | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Grid content |

+ 3 - 3
doc/components/icon/api.md

@@ -12,6 +12,6 @@
 
 ## Icon Snippets
 
-| 名称     | 类型      | 参数 | 说明                                      |
-| -------- | --------- | ---- | ----------------------------------------- |
-| children | `Snippet` | -    | 自定义内容,一般是 Icon 组件或 SVG 元素。 |
+| 名称     | 类型                                                                | 参数 | 说明                                      |
+| -------- | ------------------------------------------------------------------- | ---- | ----------------------------------------- |
+| children | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | 自定义内容,一般是 Icon 组件或 SVG 元素。 |

+ 3 - 3
doc/components/icon/api_en.md

@@ -12,6 +12,6 @@
 
 ## Icon Snippets
 
-| Name     | Type      | Parameters | Description                                            |
-| -------- | --------- | ---------- | ------------------------------------------------------ |
-| children | `Snippet` | -          | Custom content, usually Icon component or SVG element. |
+| Name     | Type                                                                | Parameters | Description                                            |
+| -------- | ------------------------------------------------------------------- | ---------- | ------------------------------------------------------ |
+| children | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Custom content, usually Icon component or SVG element. |

+ 17 - 17
doc/components/input/api.md

@@ -20,12 +20,12 @@
 | textareaMaxlength | `number`                                                                                                  | `200`     | N    | textarea 时最多可输入文本长度。 |
 | rows              | `number`                                                                                                  | `2`       | N    | textarea 时行数。               |
 | autosize          | `boolean`                                                                                                 | `false`   | N    | textarea 时是否自动调整高度。   |
-| label1            | `Icon\|null`                                                                                              | `null`    | N    | 标签 1 内容。                   |
+| label1            | [`Icon`](https://stdf.design/#/components?nav=icon&tab=1)\|`null`                                         | `null`    | N    | 标签 1 内容。                   |
 | label2            | `string\|null`                                                                                            | `null`    | N    | 标签 2 内容。                   |
-| label3            | `Icon\|null`                                                                                              | `null`    | N    | 标签 3 内容。                   |
-| label4            | `Icon\|null`                                                                                              | `null`    | N    | 标签 4 内容。                   |
+| label3            | [`Icon`](https://stdf.design/#/components?nav=icon&tab=1)\|`null`                                         | `null`    | N    | 标签 3 内容。                   |
+| label4            | [`Icon`](https://stdf.design/#/components?nav=icon&tab=1)\|`null`                                         | `null`    | N    | 标签 4 内容。                   |
 | label5            | `string\|null`                                                                                            | `null`    | N    | 标签 5 内容。                   |
-| label6            | `Icon\|null`                                                                                              | `null`    | N    | 标签 6 内容。                   |
+| label6            | [`Icon`](https://stdf.design/#/components?nav=icon&tab=1)\|`null`                                         | `null`    | N    | 标签 6 内容。                   |
 | tip               | `string\|null`                                                                                            | `null`    | N    | 提示信息内容。                  |
 | data1             | `string\|null`                                                                                            | `null`    | N    | 数据项 1 内容。                 |
 | data2             | `string\|null`                                                                                            | `null`    | N    | 数据项 2 内容。                 |
@@ -51,16 +51,16 @@
 
 ## Input Snippets
 
-| 名称        | 类型      | 参数 | 说明                |
-| ----------- | --------- | ---- | ------------------- |
-| titleChild  | `Snippet` | -    | 标题插槽内容。      |
-| data1Child  | `Snippet` | -    | 数据项 1 插槽内容。 |
-| data2Child  | `Snippet` | -    | 数据项 2 插槽内容。 |
-| data3Child  | `Snippet` | -    | 数据项 3 插槽内容。 |
-| label1Child | `Snippet` | -    | 标签 1 插槽内容。   |
-| label2Child | `Snippet` | -    | 标签 2 插槽内容。   |
-| label3Child | `Snippet` | -    | 标签 3 插槽内容。   |
-| label4Child | `Snippet` | -    | 标签 4 插槽内容。   |
-| label5Child | `Snippet` | -    | 标签 5 插槽内容。   |
-| label6Child | `Snippet` | -    | 标签 6 插槽内容。   |
-| tipChild    | `Snippet` | -    | 提示信息插槽内容。  |
+| 名称        | 类型                                                                | 参数 | 说明                |
+| ----------- | ------------------------------------------------------------------- | ---- | ------------------- |
+| titleChild  | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | 标题插槽内容。      |
+| data1Child  | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | 数据项 1 插槽内容。 |
+| data2Child  | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | 数据项 2 插槽内容。 |
+| data3Child  | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | 数据项 3 插槽内容。 |
+| label1Child | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | 标签 1 插槽内容。   |
+| label2Child | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | 标签 2 插槽内容。   |
+| label3Child | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | 标签 3 插槽内容。   |
+| label4Child | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | 标签 4 插槽内容。   |
+| label5Child | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | 标签 5 插槽内容。   |
+| label6Child | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | 标签 6 插槽内容。   |
+| tipChild    | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | 提示信息插槽内容。  |

+ 17 - 17
doc/components/input/api_en.md

@@ -20,12 +20,12 @@
 | textareaMaxlength | `number`                                                                                                  | `200`     | N        | Maximum text length for textarea. |
 | rows              | `number`                                                                                                  | `2`       | N        | Number of rows for textarea.      |
 | autosize          | `boolean`                                                                                                 | `false`   | N        | Auto adjust height for textarea.  |
-| label1            | `Icon\|null`                                                                                              | `null`    | N        | Label 1 content.                  |
+| label1            | [`Icon`](https://stdf.design/#/components?nav=icon&tab=1)\|`null`                                         | `null`    | N        | Label 1 content.                  |
 | label2            | `string\|null`                                                                                            | `null`    | N        | Label 2 content.                  |
-| label3            | `Icon\|null`                                                                                              | `null`    | N        | Label 3 content.                  |
-| label4            | `Icon\|null`                                                                                              | `null`    | N        | Label 4 content.                  |
+| label3            | [`Icon`](https://stdf.design/#/components?nav=icon&tab=1)\|`null`                                         | `null`    | N        | Label 3 content.                  |
+| label4            | [`Icon`](https://stdf.design/#/components?nav=icon&tab=1)\|`null`                                         | `null`    | N        | Label 4 content.                  |
 | label5            | `string\|null`                                                                                            | `null`    | N        | Label 5 content.                  |
-| label6            | `Icon\|null`                                                                                              | `null`    | N        | Label 6 content.                  |
+| label6            | [`Icon`](https://stdf.design/#/components?nav=icon&tab=1)\|`null`                                         | `null`    | N        | Label 6 content.                  |
 | tip               | `string\|null`                                                                                            | `null`    | N        | Tip message content.              |
 | data1             | `string\|null`                                                                                            | `null`    | N        | Data item 1 content.              |
 | data2             | `string\|null`                                                                                            | `null`    | N        | Data item 2 content.              |
@@ -51,16 +51,16 @@
 
 ## Input Snippets
 
-| Name        | Type      | Parameters | Description               |
-| ----------- | --------- | ---------- | ------------------------- |
-| titleChild  | `Snippet` | -          | Title slot content.       |
-| data1Child  | `Snippet` | -          | Data item 1 slot content. |
-| data2Child  | `Snippet` | -          | Data item 2 slot content. |
-| data3Child  | `Snippet` | -          | Data item 3 slot content. |
-| label1Child | `Snippet` | -          | Label 1 slot content.     |
-| label2Child | `Snippet` | -          | Label 2 slot content.     |
-| label3Child | `Snippet` | -          | Label 3 slot content.     |
-| label4Child | `Snippet` | -          | Label 4 slot content.     |
-| label5Child | `Snippet` | -          | Label 5 slot content.     |
-| label6Child | `Snippet` | -          | Label 6 slot content.     |
-| tipChild    | `Snippet` | -          | Tip message slot content. |
+| Name        | Type                                                                | Parameters | Description               |
+| ----------- | ------------------------------------------------------------------- | ---------- | ------------------------- |
+| titleChild  | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Title slot content.       |
+| data1Child  | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Data item 1 slot content. |
+| data2Child  | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Data item 2 slot content. |
+| data3Child  | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Data item 3 slot content. |
+| label1Child | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Label 1 slot content.     |
+| label2Child | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Label 2 slot content.     |
+| label3Child | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Label 3 slot content.     |
+| label4Child | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Label 4 slot content.     |
+| label5Child | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Label 5 slot content.     |
+| label6Child | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Label 6 slot content.     |
+| tipChild    | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Tip message slot content. |

+ 3 - 3
doc/components/mask/api.md

@@ -19,6 +19,6 @@
 
 ## Mask Snippets
 
-| 名称     | 类型      | 参数 | 说明       |
-| -------- | --------- | ---- | ---------- |
-| children | `Snippet` | -    | 遮罩内容。 |
+| 名称     | 类型                                                                | 参数 | 说明       |
+| -------- | ------------------------------------------------------------------- | ---- | ---------- |
+| children | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | 遮罩内容。 |

+ 3 - 3
doc/components/mask/api_en.md

@@ -19,6 +19,6 @@
 
 ## Mask Snippets
 
-| Name     | Type      | Parameters | Description   |
-| -------- | --------- | ---------- | ------------- |
-| children | `Snippet` | -          | Mask content. |
+| Name     | Type                                                                | Parameters | Description   |
+| -------- | ------------------------------------------------------------------- | ---------- | ------------- |
+| children | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Mask content. |

+ 13 - 13
doc/components/navBar/api.md

@@ -1,13 +1,13 @@
 ## NavBar Props
 
-| 名称     | 类型                 | 默认值                  | 必传 | 说明                                                                                                                     |
-| -------- | -------------------- | ----------------------- | ---- | ------------------------------------------------------------------------------------------------------------------------ |
-| title    | `string`             | 当前语言的 navBar.title | N    | 标题。                                                                                                                   |
-| left     | `'back'\|null\|Icon` | `'back'`                | N    | 左侧内容,`'back'` 返回图标,`null` 无内容,否则渲染图标 [Icon Props](https://stdf.design/#/components?nav=icon&tab=1)。 |
-| rights   | `Icon[]`             | `[]`                    | N    | 右侧内容,[Icon Props](https://stdf.design/#/components?nav=icon&tab=1) 组成的数组,建议不超过三个。                     |
-| line     | `boolean`            | `true`                  | N    | 是否显示底部分割线。                                                                                                     |
-| injClass | `string`             | `''`                    | N    | 注入 CSS 名称。                                                                                                          |
-| love     | `boolean`            | `false`                 | N    | 是否开启关爱版。                                                                                                         |
+| 名称     | 类型                                                                      | 默认值                  | 必传 | 说明                                                       |
+| -------- | ------------------------------------------------------------------------- | ----------------------- | ---- | ---------------------------------------------------------- |
+| title    | `string`                                                                  | 当前语言的 navBar.title | N    | 标题。                                                     |
+| left     | `'back'\|null`\|[`Icon`](https://stdf.design/#/components?nav=icon&tab=1) | `'back'`                | N    | 左侧内容,`'back'` 返回图标,`null` 无内容,否则渲染图标。 |
+| rights   | [`Icon[]`](https://stdf.design/#/components?nav=icon&tab=1)               | `[]`                    | N    | 右侧内容,Icon Props 组成的数组,建议不超过三个。          |
+| line     | `boolean`                                                                 | `true`                  | N    | 是否显示底部分割线。                                       |
+| injClass | `string`                                                                  | `''`                    | N    | 注入 CSS 名称。                                            |
+| love     | `boolean`                                                                 | `false`                 | N    | 是否开启关爱版。                                           |
 
 ## NavBar Events
 
@@ -18,8 +18,8 @@
 
 ## NavBar Snippets
 
-| 名称       | 类型      | 参数 | 说明                 |
-| ---------- | --------- | ---- | -------------------- |
-| titleChild | `Snippet` | -    | 传入时渲染标题区域。 |
-| leftChild  | `Snippet` | -    | 传入时渲染左侧区域。 |
-| rightChild | `Snippet` | -    | 传入时渲染右侧区域。 |
+| 名称       | 类型                                                                | 参数 | 说明                 |
+| ---------- | ------------------------------------------------------------------- | ---- | -------------------- |
+| titleChild | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | 传入时渲染标题区域。 |
+| leftChild  | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | 传入时渲染左侧区域。 |
+| rightChild | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | 传入时渲染右侧区域。 |

+ 13 - 13
doc/components/navBar/api_en.md

@@ -1,13 +1,13 @@
 ## NavBar Props
 
-| Name     | Type                 | Default                       | Required | Description                                                                                                                                   |
-| -------- | -------------------- | ----------------------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
-| title    | `string`             | Current language navBar.title | N        | Title text.                                                                                                                                   |
-| left     | `'back'\|null\|Icon` | `'back'`                      | N        | Left content, `'back'` for back icon, `null` for no content, otherwise renders [Icon Props](https://stdf.design/#/components?nav=icon&tab=1). |
-| rights   | `Icon[]`             | `[]`                          | N        | Right content array of [Icon Props](https://stdf.design/#/components?nav=icon&tab=1), recommend no more than 3 icons.                         |
-| line     | `boolean`            | `true`                        | N        | Whether to show bottom divider line.                                                                                                          |
-| injClass | `string`             | `''`                          | N        | Inject CSS class name.                                                                                                                        |
-| love     | `boolean`            | `false`                       | N        | Whether to enable care version.                                                                                                               |
+| Name     | Type                                                                      | Default                       | Required | Description                                                                         |
+| -------- | ------------------------------------------------------------------------- | ----------------------------- | -------- | ----------------------------------------------------------------------------------- |
+| title    | `string`                                                                  | Current language navBar.title | N        | Title text.                                                                         |
+| left     | `'back'\|null`\|[`Icon`](https://stdf.design/#/components?nav=icon&tab=1) | `'back'`                      | N        | Left content, `'back'` for back icon, `null` for no content, otherwise render icon. |
+| rights   | [`Icon[]`](https://stdf.design/#/components?nav=icon&tab=1)               | `[]`                          | N        | Right content array of Icon Props, recommend no more than 3 icons.                  |
+| line     | `boolean`                                                                 | `true`                        | N        | Whether to show bottom divider line.                                                |
+| injClass | `string`                                                                  | `''`                          | N        | Inject CSS class name.                                                              |
+| love     | `boolean`                                                                 | `false`                       | N        | Whether to enable care version.                                                     |
 
 ## NavBar Events
 
@@ -18,8 +18,8 @@
 
 ## NavBar Snippets
 
-| Name       | Type      | Parameters | Description                     |
-| ---------- | --------- | ---------- | ------------------------------- |
-| titleChild | `Snippet` | -          | Renders title area when passed. |
-| leftChild  | `Snippet` | -          | Renders left area when passed.  |
-| rightChild | `Snippet` | -          | Renders right area when passed. |
+| Name       | Type                                                                | Parameters | Description                     |
+| ---------- | ------------------------------------------------------------------- | ---------- | ------------------------------- |
+| titleChild | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Renders title area when passed. |
+| leftChild  | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Renders left area when passed.  |
+| rightChild | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Renders right area when passed. |

+ 18 - 18
doc/components/numKeyboard/api.md

@@ -1,23 +1,23 @@
 ## NumKeyboard Props
 
-| 名称         | 类型                                                                   | 默认值                 | 必传 | 说明                                                                         |
-| ------------ | ---------------------------------------------------------------------- | ---------------------- | ---- | ---------------------------------------------------------------------------- |
-| type         | `'button'`\|`'block'`                                                  | `'button'`             | N    | 键盘样式类型。                                                               |
-| visible      | `boolean`                                                              | `false`                | N    | 是否显示键盘。                                                               |
-| height       | `'8'`\|`'10'`\|`'12'`\|`'14'`\|`'16'`\|`'20'`                          | `'12'`                 | N    | 按键高度。                                                                   |
-| space        | `'0'`\|`'1'`\|`'2'`\|`'3'`\|`'4'`                                      | `'2'`                  | N    | 按键间距。                                                                   |
-| p            | `'0'`\|`'1'`\|`'2'`\|`'3'`\|`'4'`                                      | `'2'`                  | N    | 键盘内边距。                                                                 |
-| reverse      | `boolean`                                                              | `false`                | N    | 数字是否上下反向。                                                           |
-| done         | `boolean`                                                              | `true`                 | N    | 是否显示完成按钮。                                                           |
-| dot          | `boolean`                                                              | `true`                 | N    | 是否显示小数点。                                                             |
-| close        | `boolean`                                                              | `false`                | N    | 是否显示关闭按钮。                                                           |
-| doneText     | `string`                                                               | 当前语言的 common.done | N    | 完成按钮文案。                                                               |
-| doneDisabled | `boolean`                                                              | `false`                | N    | 完成按钮是否禁用。                                                           |
-| radius       | `'none'`\|`'base'`\|`'md'`\|`'lg'`\|`'xl'`\|`'2xl'`\|`'3xl'`\|`'full'` | `'base'`               | N    | 按键圆角。                                                                   |
-| panelClass   | `string`                                                               | `''`                   | N    | 键盘面板注入 Class。                                                         |
-| keyClass     | `string`                                                               | `''`                   | N    | 按键注入 Class。                                                             |
-| doneClass    | `string`                                                               | `''`                   | N    | 完成按键注入 Class。                                                         |
-| popup        | `Popup`                                                                | `{}`                   | N    | 弹出层参数 [Popup Props](https://stdf.design/#/components?nav=popup&tab=1)。 |
+| 名称         | 类型                                                                   | 默认值                 | 必传 | 说明                 |
+| ------------ | ---------------------------------------------------------------------- | ---------------------- | ---- | -------------------- |
+| type         | `'button'`\|`'block'`                                                  | `'button'`             | N    | 键盘样式类型。       |
+| visible      | `boolean`                                                              | `false`                | N    | 是否显示键盘。       |
+| height       | `'8'`\|`'10'`\|`'12'`\|`'14'`\|`'16'`\|`'20'`                          | `'12'`                 | N    | 按键高度。           |
+| space        | `'0'`\|`'1'`\|`'2'`\|`'3'`\|`'4'`                                      | `'2'`                  | N    | 按键间距。           |
+| p            | `'0'`\|`'1'`\|`'2'`\|`'3'`\|`'4'`                                      | `'2'`                  | N    | 键盘内边距。         |
+| reverse      | `boolean`                                                              | `false`                | N    | 数字是否上下反向。   |
+| done         | `boolean`                                                              | `true`                 | N    | 是否显示完成按钮。   |
+| dot          | `boolean`                                                              | `true`                 | N    | 是否显示小数点。     |
+| close        | `boolean`                                                              | `false`                | N    | 是否显示关闭按钮。   |
+| doneText     | `string`                                                               | 当前语言的 common.done | N    | 完成按钮文案。       |
+| doneDisabled | `boolean`                                                              | `false`                | N    | 完成按钮是否禁用。   |
+| radius       | `'none'`\|`'base'`\|`'md'`\|`'lg'`\|`'xl'`\|`'2xl'`\|`'3xl'`\|`'full'` | `'base'`               | N    | 按键圆角。           |
+| panelClass   | `string`                                                               | `''`                   | N    | 键盘面板注入 Class。 |
+| keyClass     | `string`                                                               | `''`                   | N    | 按键注入 Class。     |
+| doneClass    | `string`                                                               | `''`                   | N    | 完成按键注入 Class。 |
+| popup        | [`Popup`](https://stdf.design/#/components?nav=popup&tab=1)            | `{}`                   | N    | 弹出层参数。         |
 
 ## NumKeyboard Events
 

+ 18 - 18
doc/components/numKeyboard/api_en.md

@@ -1,23 +1,23 @@
 ## NumKeyboard Props
 
-| Name         | Type                                                                   | Default                        | Required | Description                                                                       |
-| ------------ | ---------------------------------------------------------------------- | ------------------------------ | -------- | --------------------------------------------------------------------------------- |
-| type         | `'button'`\|`'block'`                                                  | `'button'`                     | N        | Keyboard style type.                                                              |
-| visible      | `boolean`                                                              | `false`                        | N        | Whether to show keyboard.                                                         |
-| height       | `'8'`\|`'10'`\|`'12'`\|`'14'`\|`'16'`\|`'20'`                          | `'12'`                         | N        | Key height.                                                                       |
-| space        | `'0'`\|`'1'`\|`'2'`\|`'3'`\|`'4'`                                      | `'2'`                          | N        | Key spacing.                                                                      |
-| p            | `'0'`\|`'1'`\|`'2'`\|`'3'`\|`'4'`                                      | `'2'`                          | N        | Keyboard padding.                                                                 |
-| reverse      | `boolean`                                                              | `false`                        | N        | Whether to reverse number order.                                                  |
-| done         | `boolean`                                                              | `true`                         | N        | Whether to show done button.                                                      |
-| dot          | `boolean`                                                              | `true`                         | N        | Whether to show decimal point.                                                    |
-| close        | `boolean`                                                              | `false`                        | N        | Whether to show close button.                                                     |
-| doneText     | `string`                                                               | Current language's common.done | N        | Done button text.                                                                 |
-| doneDisabled | `boolean`                                                              | `false`                        | N        | Whether to disable done button.                                                   |
-| radius       | `'none'`\|`'base'`\|`'md'`\|`'lg'`\|`'xl'`\|`'2xl'`\|`'3xl'`\|`'full'` | `'base'`                       | N        | Key border radius.                                                                |
-| panelClass   | `string`                                                               | `''`                           | N        | Inject class for keyboard panel.                                                  |
-| keyClass     | `string`                                                               | `''`                           | N        | Inject class for keys.                                                            |
-| doneClass    | `string`                                                               | `''`                           | N        | Inject class for done button.                                                     |
-| popup        | `Popup`                                                                | `{}`                           | N        | Popup parameters [Popup Props](https://stdf.design/#/components?nav=popup&tab=1). |
+| Name         | Type                                                                   | Default                        | Required | Description                      |
+| ------------ | ---------------------------------------------------------------------- | ------------------------------ | -------- | -------------------------------- |
+| type         | `'button'`\|`'block'`                                                  | `'button'`                     | N        | Keyboard style type.             |
+| visible      | `boolean`                                                              | `false`                        | N        | Whether to show keyboard.        |
+| height       | `'8'`\|`'10'`\|`'12'`\|`'14'`\|`'16'`\|`'20'`                          | `'12'`                         | N        | Key height.                      |
+| space        | `'0'`\|`'1'`\|`'2'`\|`'3'`\|`'4'`                                      | `'2'`                          | N        | Key spacing.                     |
+| p            | `'0'`\|`'1'`\|`'2'`\|`'3'`\|`'4'`                                      | `'2'`                          | N        | Keyboard padding.                |
+| reverse      | `boolean`                                                              | `false`                        | N        | Whether to reverse number order. |
+| done         | `boolean`                                                              | `true`                         | N        | Whether to show done button.     |
+| dot          | `boolean`                                                              | `true`                         | N        | Whether to show decimal point.   |
+| close        | `boolean`                                                              | `false`                        | N        | Whether to show close button.    |
+| doneText     | `string`                                                               | Current language's common.done | N        | Done button text.                |
+| doneDisabled | `boolean`                                                              | `false`                        | N        | Whether to disable done button.  |
+| radius       | `'none'`\|`'base'`\|`'md'`\|`'lg'`\|`'xl'`\|`'2xl'`\|`'3xl'`\|`'full'` | `'base'`                       | N        | Key border radius.               |
+| panelClass   | `string`                                                               | `''`                           | N        | Inject class for keyboard panel. |
+| keyClass     | `string`                                                               | `''`                           | N        | Inject class for keys.           |
+| doneClass    | `string`                                                               | `''`                           | N        | Inject class for done button.    |
+| popup        | [`Popup`](https://stdf.design/#/components?nav=popup&tab=1)            | `{}`                           | N        | Popup parameters.                |
 
 ## NumKeyboard Events
 

+ 15 - 15
doc/components/pagination/api.md

@@ -1,20 +1,20 @@
 ## Pagination Props
 
-| 名称             | 类型                                                 | 默认值                                   | 必传 | 说明                 |
-| ---------------- | ---------------------------------------------------- | ---------------------------------------- | ---- | -------------------- |
-| total            | `number`                                             | `0`                                      | Y    | 总条数。             |
-| pageSize         | `number`                                             | `10`                                     | N    | 每页条数。           |
-| current          | `number`                                             | `1`                                      | N    | 当前页。             |
-| maxShowPage      | `5` \| `7` \| `9` \| `11`                            | `7`                                      | N    | 最大显示页码数。     |
-| radius           | `'none'`\|`'base'`\|`'md'`\|`'lg'`\|`'xl'`\|`'full'` | `'md'`                                   | N    | 圆角风格。           |
-| type             | `'border'`\|`'block'`\|`'bold'`                      | `'bold'`                                 | N    | 高亮页码类型。       |
-| pageCol          | `number`                                             | `3`                                      | N    | 省略页码列数。       |
-| showNextOmitPage | `boolean`                                            | `false`                                  | N    | 是否显示后省略页码。 |
-| showPreOmitPage  | `boolean`                                            | `false`                                  | N    | 是否显示前省略页码。 |
-| injClass         | `string`                                             | `''`                                     | N    | 注入 CSS 名称。。    |
-| noDataText       | `string`                                             | 当前语言的 common.noData                 | N    | 无数据显示文本。     |
-| onePageText      | `string`                                             | 当前语言的 pagination.defaultOnlyOnePage | N    | 仅一页显示文本。     |
-| continuous       | `boolean`                                            | `false`                                  | N    | 是否是连续模式。     |
+| 名称             | 类型                                       | 默认值                                   | 必传 | 说明                 |
+| ---------------- | ------------------------------------------ | ---------------------------------------- | ---- | -------------------- |
+| total            | `number`                                   | `0`                                      | Y    | 总条数。             |
+| pageSize         | `number`                                   | `10`                                     | N    | 每页条数。           |
+| current          | `number`                                   | `1`                                      | N    | 当前页。             |
+| maxShowPage      | `5\|7\|9\|11`                              | `7`                                      | N    | 最大显示页码数。     |
+| radius           | `'none'\|'base'\|'md'\|'lg'\|'xl'\|'full'` | `'md'`                                   | N    | 圆角风格。           |
+| type             | `'border'\|'block'\|'bold'`                | `'bold'`                                 | N    | 高亮页码类型。       |
+| pageCol          | `number`                                   | `3`                                      | N    | 省略页码列数。       |
+| showNextOmitPage | `boolean`                                  | `false`                                  | N    | 是否显示后省略页码。 |
+| showPreOmitPage  | `boolean`                                  | `false`                                  | N    | 是否显示前省略页码。 |
+| injClass         | `string`                                   | `''`                                     | N    | 注入 CSS 名称。。    |
+| noDataText       | `string`                                   | 当前语言的 common.noData                 | N    | 无数据显示文本。     |
+| onePageText      | `string`                                   | 当前语言的 pagination.defaultOnlyOnePage | N    | 仅一页显示文本。     |
+| continuous       | `boolean`                                  | `false`                                  | N    | 是否是连续模式。     |
 
 ## Pagination Events
 

+ 15 - 15
doc/components/pagination/api_en.md

@@ -1,20 +1,20 @@
 ## Pagination Props
 
-| Name             | Type                                                 | Default                                          | Required | Description                                  |
-| ---------------- | ---------------------------------------------------- | ------------------------------------------------ | -------- | -------------------------------------------- |
-| total            | `number`                                             | `0`                                              | Y        | Total number of items.                       |
-| pageSize         | `number`                                             | `10`                                             | N        | Number of items per page.                    |
-| current          | `number`                                             | `1`                                              | N        | Current page number.                         |
-| maxShowPage      | `5` \| `7` \| `9` \| `11`                            | `7`                                              | N        | Maximum number of page numbers to display.   |
-| radius           | `'none'`\|`'base'`\|`'md'`\|`'lg'`\|`'xl'`\|`'full'` | `'md'`                                           | N        | Border radius style.                         |
-| type             | `'border'`\|`'block'`\|`'bold'`                      | `'bold'`                                         | N        | Highlighted page number style.               |
-| pageCol          | `number`                                             | `3`                                              | N        | Number of columns for omitted page numbers.  |
-| showNextOmitPage | `boolean`                                            | `false`                                          | N        | Whether to show omitted page numbers after.  |
-| showPreOmitPage  | `boolean`                                            | `false`                                          | N        | Whether to show omitted page numbers before. |
-| injClass         | `string`                                             | `''`                                             | N        | Inject CSS class name.                       |
-| noDataText       | `string`                                             | Current language's common.noData                 | N        | Text to display when no data.                |
-| onePageText      | `string`                                             | Current language's pagination.defaultOnlyOnePage | N        | Text to display when only one page.          |
-| continuous       | `boolean`                                            | `false`                                          | N        | Whether to use continuous mode.              |
+| Name             | Type                                       | Default                                          | Required | Description                                  |
+| ---------------- | ------------------------------------------ | ------------------------------------------------ | -------- | -------------------------------------------- |
+| total            | `number`                                   | `0`                                              | Y        | Total number of items.                       |
+| pageSize         | `number`                                   | `10`                                             | N        | Number of items per page.                    |
+| current          | `number`                                   | `1`                                              | N        | Current page number.                         |
+| maxShowPage      | `5\|7\|9\|11`                              | `7`                                              | N        | Maximum number of page numbers to display.   |
+| radius           | `'none'\|'base'\|'md'\|'lg'\|'xl'\|'full'` | `'md'`                                           | N        | Border radius style.                         |
+| type             | `'border'\|'block'\|'bold'`                | `'bold'`                                         | N        | Highlighted page number style.               |
+| pageCol          | `number`                                   | `3`                                              | N        | Number of columns for omitted page numbers.  |
+| showNextOmitPage | `boolean`                                  | `false`                                          | N        | Whether to show omitted page numbers after.  |
+| showPreOmitPage  | `boolean`                                  | `false`                                          | N        | Whether to show omitted page numbers before. |
+| injClass         | `string`                                   | `''`                                             | N        | Inject CSS class name.                       |
+| noDataText       | `string`                                   | Current language's common.noData                 | N        | Text to display when no data.                |
+| onePageText      | `string`                                   | Current language's pagination.defaultOnlyOnePage | N        | Text to display when only one page.          |
+| continuous       | `boolean`                                  | `false`                                          | N        | Whether to use continuous mode.              |
 
 ## Pagination Events
 

+ 3 - 3
doc/components/placeholder/api.md

@@ -10,6 +10,6 @@
 
 ## Placeholder Snippets
 
-| 名称     | 类型      | 参数 | 说明               |
-| -------- | --------- | ---- | ------------------ |
-| children | `Snippet` | -    | Placeholder 内容。 |
+| 名称     | 类型                                                                | 参数 | 说明               |
+| -------- | ------------------------------------------------------------------- | ---- | ------------------ |
+| children | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | Placeholder 内容。 |

+ 3 - 3
doc/components/placeholder/api_en.md

@@ -10,6 +10,6 @@
 
 ## Placeholder Snippets
 
-| Name     | Type      | Parameters | Description          |
-| -------- | --------- | ---------- | -------------------- |
-| children | `Snippet` | -          | Placeholder content. |
+| Name     | Type                                                                | Parameters | Description          |
+| -------- | ------------------------------------------------------------------- | ---------- | -------------------- |
+| children | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Placeholder content. |

+ 6 - 6
doc/components/popup/api.md

@@ -7,11 +7,11 @@
 | position           | `'center'\|'top'\|'bottom'\|'left'\|'right'`                                       | `'bottom'`   | N    | 显示位置。                                                                                   |
 | duration           | `number`                                                                           | `450`        | N    | 出现动画过渡时间,单位:ms。                                                                 |
 | outDuration        | `number`                                                                           | `240`        | N    | 退出动画过渡时间,单位:ms。                                                                 |
-| easeType           | `SvelteEasing`                                                                     | `'cubicOut'` | N    | 出现动画,共 31 个值,参考 [svelte/easing](https://svelte.dev/docs#run-time-svelte-easing)。 |
-| easeOutType        | `SvelteEasing`                                                                     | `'cubicOut'` | N    | 退出动画,共 31 个值,参考 [svelte/easing](https://svelte.dev/docs#run-time-svelte-easing)。 |
+| easeType           | [`SvelteEasing`](https://svelte.dev/docs#run-time-svelte-easing)                   | `'cubicOut'` | N    | 出现动画,共 31 个值,参考 [svelte/easing](https://svelte.dev/docs#run-time-svelte-easing)。 |
+| easeOutType        | [`SvelteEasing`](https://svelte.dev/docs#run-time-svelte-easing)                   | `'cubicOut'` | N    | 退出动画,共 31 个值,参考 [svelte/easing](https://svelte.dev/docs#run-time-svelte-easing)。 |
 | px                 | `'0'\|'1'\|'2'\|'3'\|'4'\|'5'\|'6'\|'8'\|'10'\|'12'\|'16'\|'20'`                   | `'0'`        | N    | 左右间距。                                                                                   |
 | py                 | `'0'\|'1'\|'2'\|'3'\|'4'\|'5'\|'6'\|'8'\|'10'\|'12'\|'16'\|'24'\|'32'\|'48'\|'64'` | `'0'`        | N    | 上下间距。                                                                                   |
-| mask               | `Mask`                                                                             | `{}`         | N    | 遮罩层参数 [Mask Props](https://stdf.design/#/components?nav=mask&tab=1)。                   |
+| mask               | [`Mask`](https://stdf.design/#/components?nav=mask&tab=1)                          | `{}`         | N    | 遮罩层参数。                                                                                 |
 | maskClosable       | `boolean`                                                                          | `true`       | N    | 点击遮罩层是否关闭。                                                                         |
 | radiusPosition     | `'all'\|'top'\|'bottom'\|'left'\|'right'`                                          | `'top'`      | N    | 圆角位置。                                                                                   |
 | radius             | `'none'\|'base'\|'md'\|'lg'\|'xl'\|'2xl'\|'3xl'\|'full'`                           | `'none'`     | N    | 圆角大小。                                                                                   |
@@ -31,9 +31,9 @@
 
 ## Popup Snippets
 
-| 名称     | 类型      | 参数 | 说明         |
-| -------- | --------- | ---- | ------------ |
-| children | `Snippet` | -    | Popup 内容。 |
+| 名称     | 类型                                                                | 参数 | 说明         |
+| -------- | ------------------------------------------------------------------- | ---- | ------------ |
+| children | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | Popup 内容。 |
 
 ## SvelteEasing
 

+ 6 - 6
doc/components/popup/api_en.md

@@ -7,11 +7,11 @@
 | position           | `'center'\|'top'\|'bottom'\|'left'\|'right'`                                       | `'bottom'`   | N        | Display position.                                                                                               |
 | duration           | `number`                                                                           | `450`        | N        | Enter animation transition duration in ms.                                                                      |
 | outDuration        | `number`                                                                           | `240`        | N        | Exit animation transition duration in ms.                                                                       |
-| easeType           | `SvelteEasing`                                                                     | `'cubicOut'` | N        | Enter animation type, 31 values available, see [svelte/easing](https://svelte.dev/docs#run-time-svelte-easing). |
-| easeOutType        | `SvelteEasing`                                                                     | `'cubicOut'` | N        | Exit animation type, 31 values available, see [svelte/easing](https://svelte.dev/docs#run-time-svelte-easing).  |
+| easeType           | [`SvelteEasing`](https://svelte.dev/docs#run-time-svelte-easing)                   | `'cubicOut'` | N        | Enter animation type, 31 values available, see [svelte/easing](https://svelte.dev/docs#run-time-svelte-easing). |
+| easeOutType        | [`SvelteEasing`](https://svelte.dev/docs#run-time-svelte-easing)                   | `'cubicOut'` | N        | Exit animation type, 31 values available, see [svelte/easing](https://svelte.dev/docs#run-time-svelte-easing).  |
 | px                 | `'0'\|'1'\|'2'\|'3'\|'4'\|'5'\|'6'\|'8'\|'10'\|'12'\|'16'\|'20'`                   | `'0'`        | N        | Horizontal padding.                                                                                             |
 | py                 | `'0'\|'1'\|'2'\|'3'\|'4'\|'5'\|'6'\|'8'\|'10'\|'12'\|'16'\|'24'\|'32'\|'48'\|'64'` | `'0'`        | N        | Vertical padding.                                                                                               |
-| mask               | `Mask`                                                                             | `{}`         | N        | Mask layer parameters [Mask Props](https://stdf.design/#/components?nav=mask&tab=1).                            |
+| mask               | [`Mask`](https://stdf.design/#/components?nav=mask&tab=1)                          | `{}`         | N        | Mask layer parameters.                                                                                          |
 | maskClosable       | `boolean`                                                                          | `true`       | N        | Whether clicking mask layer closes popup.                                                                       |
 | radiusPosition     | `'all'\|'top'\|'bottom'\|'left'\|'right'`                                          | `'top'`      | N        | Border radius position.                                                                                         |
 | radius             | `'none'\|'base'\|'md'\|'lg'\|'xl'\|'2xl'\|'3xl'\|'full'`                           | `'none'`     | N        | Border radius size.                                                                                             |
@@ -31,9 +31,9 @@
 
 ## Popup Snippets
 
-| Name     | Type      | Parameters | Description    |
-| -------- | --------- | ---------- | -------------- |
-| children | `Snippet` | -          | Popup content. |
+| Name     | Type                                                                | Parameters | Description    |
+| -------- | ------------------------------------------------------------------- | ---------- | -------------- |
+| children | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | Popup content. |
 
 ## SvelteEasing
 

+ 11 - 11
doc/components/steps/api.md

@@ -1,12 +1,12 @@
 ## Steps Props
 
-| 名称      | 类型                              | 默认值   | 必传 | 说明                                        |
-| --------- | --------------------------------- | -------- | ---- | ------------------------------------------- |
-| steps     | `StepsItem[]`                     | `[]`     | Y    | step Props 或 finishStep Props 组成的数组。 |
-| current   | `number`                          | `1`      | N    | 当前进行的步骤序号。                        |
-| radius    | `'none'`/`'base'`/`'xl'`/`'full'` | `'base'` | N    | 圆角风格。                                  |
-| barBorder | `boolean`                         | `true`   | N    | 图标是否带边框。                            |
-| vertical  | `boolean`                         | `false`  | N    | 是否纵向布局。                              |
+| 名称      | 类型                           | 默认值   | 必传 | 说明                                        |
+| --------- | ------------------------------ | -------- | ---- | ------------------------------------------- |
+| steps     | `StepsItem[]`                  | `[]`     | Y    | step Props 或 finishStep Props 组成的数组。 |
+| current   | `number`                       | `1`      | N    | 当前进行的步骤序号。                        |
+| radius    | `'none'\|'base'\|'xl'\|'full'` | `'base'` | N    | 圆角风格。                                  |
+| barBorder | `boolean`                      | `true`   | N    | 图标是否带边框。                            |
+| vertical  | `boolean`                      | `false`  | N    | 是否纵向布局。                              |
 
 ## StepsItem Props
 
@@ -27,10 +27,10 @@
 
 ## StepsStepBarIcon Props
 
-| 名称    | 类型     | 默认值 | 必传 | 说明                                                                     |
-| ------- | -------- | ------ | ---- | ------------------------------------------------------------------------ |
-| type    | `'icon'` | `{}`   | Y    | 步骤区域内容为图标时使用。                                               |
-| content | `Icon`   | `-`    | Y    | 图标参数 [Icon Props](https://stdf.design/#/components?nav=icon&tab=1)。 |
+| 名称    | 类型                                                      | 默认值 | 必传 | 说明                       |
+| ------- | --------------------------------------------------------- | ------ | ---- | -------------------------- |
+| type    | `'icon'`                                                  | `{}`   | Y    | 步骤区域内容为图标时使用。 |
+| content | [`Icon`](https://stdf.design/#/components?nav=icon&tab=1) | `-`    | Y    | 图标参数                 |
 
 ## StepsStepBarImage Props
 

+ 11 - 11
doc/components/steps/api_en.md

@@ -1,12 +1,12 @@
 ## Steps Props
 
-| Name      | Type                              | Default  | Required | Description                                       |
-| --------- | --------------------------------- | -------- | -------- | ------------------------------------------------- |
-| steps     | `StepsItem[]`                     | `[]`     | Y        | Array composed of step Props or finishStep Props. |
-| current   | `number`                          | `1`      | N        | Current step number.                              |
-| radius    | `'none'`/`'base'`/`'xl'`/`'full'` | `'base'` | N        | Border radius style.                              |
-| barBorder | `boolean`                         | `true`   | N        | Whether the icon has a border.                    |
-| vertical  | `boolean`                         | `false`  | N        | Whether to use vertical layout.                   |
+| Name      | Type                           | Default  | Required | Description                                       |
+| --------- | ------------------------------ | -------- | -------- | ------------------------------------------------- |
+| steps     | `StepsItem[]`                  | `[]`     | Y        | Array composed of step Props or finishStep Props. |
+| current   | `number`                       | `1`      | N        | Current step number.                              |
+| radius    | `'none'\|'base'\|'xl'\|'full'` | `'base'` | N        | Border radius style.                              |
+| barBorder | `boolean`                      | `true`   | N        | Whether the icon has a border.                    |
+| vertical  | `boolean`                      | `false`  | N        | Whether to use vertical layout.                   |
 
 ## StepsItem Props
 
@@ -27,10 +27,10 @@
 
 ## StepsStepBarIcon Props
 
-| Name    | Type     | Default | Required | Description                                                                    |
-| ------- | -------- | ------- | -------- | ------------------------------------------------------------------------------ |
-| type    | `'icon'` | `{}`    | Y        | Used when step area content is an icon.                                        |
-| content | `Icon`   | `-`     | Y        | Icon parameters [Icon Props](https://stdf.design/#/components?nav=icon&tab=1). |
+| Name    | Type                                                      | Default | Required | Description                             |
+| ------- | --------------------------------------------------------- | ------- | -------- | --------------------------------------- |
+| type    | `'icon'`                                                  | `{}`    | Y        | Used when step area content is an icon. |
+| content | [`Icon`](https://stdf.design/#/components?nav=icon&tab=1) | `-`     | Y        | Icon parameters.                        |
 
 ## StepsStepBarImage Props
 

+ 5 - 5
doc/components/tabBar/api.md

@@ -14,11 +14,11 @@
 
 ## TabBarLabel Props
 
-| 名称       | 类型     | 默认值 | 必传 | 说明                                                                             |
-| ---------- | -------- | ------ | ---- | -------------------------------------------------------------------------------- |
-| text       | `string` | `''`   | N    | 选项卡文字。                                                                     |
-| icon       | `Icon`   | -      | N    | 选项卡图标 [Icon Props](https://stdf.design/#/components?nav=icon&tab=1)。       |
-| activeIcon | `Icon`   | -      | N    | 激活的选项卡图标 [Icon Props](https://stdf.design/#/components?nav=icon&tab=1)。 |
+| 名称       | 类型                                                      | 默认值 | 必传 | 说明               |
+| ---------- | --------------------------------------------------------- | ------ | ---- | ------------------ |
+| text       | `string`                                                  | `''`   | N    | 选项卡文字。       |
+| icon       | [`Icon`](https://stdf.design/#/components?nav=icon&tab=1) | -      | N    | 选项卡图标。       |
+| activeIcon | [`Icon`](https://stdf.design/#/components?nav=icon&tab=1) | -      | N    | 激活的选项卡图标。 |
 
 ## TabBar Events
 

+ 5 - 5
doc/components/tabBar/api_en.md

@@ -14,11 +14,11 @@
 
 ## TabBarLabel Props
 
-| Name       | Type     | Default | Required | Description                                                                    |
-| ---------- | -------- | ------- | -------- | ------------------------------------------------------------------------------ |
-| text       | `string` | `''`    | N        | Tab text.                                                                      |
-| icon       | `Icon`   | -       | N        | Tab icon [Icon Props](https://stdf.design/#/components?nav=icon&tab=1).        |
-| activeIcon | `Icon`   | -       | N        | Active tab icon [Icon Props](https://stdf.design/#/components?nav=icon&tab=1). |
+| Name       | Type                                                      | Default | Required | Description      |
+| ---------- | --------------------------------------------------------- | ------- | -------- | ---------------- |
+| text       | `string`                                                  | `''`    | N        | Tab text.        |
+| icon       | [`Icon`](https://stdf.design/#/components?nav=icon&tab=1) | -       | N        | Tab icon.        |
+| activeIcon | [`Icon`](https://stdf.design/#/components?nav=icon&tab=1) | -       | N        | Active tab icon. |
 
 ## TabBar Events
 

+ 10 - 10
doc/components/tabs/api.md

@@ -16,9 +16,9 @@
 
 ## Tabs Snippets
 
-| 名称     | 类型                            | 参数                        | 说明            |
-| -------- | ------------------------------- | --------------------------- | --------------- |
-| children | `Snippet<[{ active: number }]>` | active - 激活的选项卡索引值 | Tabs 主体内容。 |
+| 名称     | 类型                                                                                      | 参数                        | 说明            |
+| -------- | ----------------------------------------------------------------------------------------- | --------------------------- | --------------- |
+| children | [`Snippet<[{ active: number }]>`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | active - 激活的选项卡索引值 | Tabs 主体内容。 |
 
 ## Tab Props
 
@@ -48,10 +48,10 @@
 
 ## TabLabel Props
 
-| 名称 | 类型     | 默认值 | 必传 | 说明                                                                     |
-| ---- | -------- | ------ | ---- | ------------------------------------------------------------------------ |
-| text | `string` | `''`   | N    | 标签文本。                                                               |
-| icon | `Icon`   | `{}`   | N    | 标签图标 [Icon Props](https://stdf.design/#/components?nav=icon&tab=1)。 |
+| 名称 | 类型                                                      | 默认值 | 必传 | 说明       |
+| ---- | --------------------------------------------------------- | ------ | ---- | ---------- |
+| text | `string`                                                  | `''`   | N    | 标签文本。 |
+| icon | [`Icon`](https://stdf.design/#/components?nav=icon&tab=1) | `{}`   | N    | 标签图标。 |
 
 ## TabContent Props
 
@@ -61,6 +61,6 @@
 
 ## TabContent Snippets
 
-| 名称     | 类型      | 参数 | 说明              |
-| -------- | --------- | ---- | ----------------- |
-| children | `Snippet` | -    | TabContent 内容。 |
+| 名称     | 类型                                                                | 参数 | 说明              |
+| -------- | ------------------------------------------------------------------- | ---- | ----------------- |
+| children | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -    | TabContent 内容。 |

+ 10 - 10
doc/components/tabs/api_en.md

@@ -16,9 +16,9 @@
 
 ## Tabs Snippets
 
-| Name     | Type                            | Parameters                | Description        |
-| -------- | ------------------------------- | ------------------------- | ------------------ |
-| children | `Snippet<[{ active: number }]>` | active - Active tab index | Tabs main content. |
+| Name     | Type                                                                                      | Parameters                | Description        |
+| -------- | ----------------------------------------------------------------------------------------- | ------------------------- | ------------------ |
+| children | [`Snippet<[{ active: number }]>`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | active - Active tab index | Tabs main content. |
 
 ## Tab Props
 
@@ -48,10 +48,10 @@
 
 ## TabLabel Props
 
-| Name | Type     | Default | Required | Description                                                               |
-| ---- | -------- | ------- | -------- | ------------------------------------------------------------------------- |
-| text | `string` | `''`    | N        | Label text.                                                               |
-| icon | `Icon`   | `{}`    | N        | Label icon [Icon Props](https://stdf.design/#/components?nav=icon&tab=1). |
+| Name | Type                                                      | Default | Required | Description |
+| ---- | --------------------------------------------------------- | ------- | -------- | ----------- |
+| text | `string`                                                  | `''`    | N        | Label text. |
+| icon | [`Icon`](https://stdf.design/#/components?nav=icon&tab=1) | `{}`    | N        | Label icon. |
 
 ## TabContent Props
 
@@ -61,6 +61,6 @@
 
 ## TabContent Snippets
 
-| Name     | Type      | Parameters | Description         |
-| -------- | --------- | ---------- | ------------------- |
-| children | `Snippet` | -          | TabContent content. |
+| Name     | Type                                                                | Parameters | Description         |
+| -------- | ------------------------------------------------------------------- | ---------- | ------------------- |
+| children | [`Snippet`](https://svelte.dev/docs/svelte/snippet#Typing-snippets) | -          | TabContent content. |