diff --git a/packages/abc/auto-focus/index.en-US.md b/packages/abc/auto-focus/index.en-US.md index 6d63fa905..69e1f6b5d 100644 --- a/packages/abc/auto-focus/index.en-US.md +++ b/packages/abc/auto-focus/index.en-US.md @@ -10,7 +10,7 @@ Allows to focus HTML-element right after its appearance, By default, it will tak ## API -### [auto-focus]:standalone +### [auto-focus] | Property | Description | Type | Default | |----------|-------------|------|---------| diff --git a/packages/abc/auto-focus/index.zh-CN.md b/packages/abc/auto-focus/index.zh-CN.md index b9088c2d8..cf54a290b 100644 --- a/packages/abc/auto-focus/index.zh-CN.md +++ b/packages/abc/auto-focus/index.zh-CN.md @@ -10,7 +10,7 @@ module: import { AutoFocusModule } from '@delon/abc/auto-focus'; ## API -### [auto-focus]:standalone +### [auto-focus] | 成员 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/abc/avatar-list/index.en-US.md b/packages/abc/avatar-list/index.en-US.md index 9d0ad8920..e02f6bebc 100644 --- a/packages/abc/avatar-list/index.en-US.md +++ b/packages/abc/avatar-list/index.en-US.md @@ -11,7 +11,7 @@ A list of user's avatar for project or group member list frequently. If a large ## API -### avatar-list:standalone +### avatar-list | Property | Description | Type | Default | |----------|-------------|------|---------| @@ -19,7 +19,7 @@ A list of user's avatar for project or group member list frequently. If a large | `[maxLength]` | max items to show | `number` | - | | `[excessItemsStyle]` | the excess item style | `{ [key: string]: string }` | - | -### avatar-list-item:standalone +### avatar-list-item | Property | Description | Type | Default | |----------|-------------|------|---------| diff --git a/packages/abc/avatar-list/index.zh-CN.md b/packages/abc/avatar-list/index.zh-CN.md index b6b3db7cf..43c927cff 100644 --- a/packages/abc/avatar-list/index.zh-CN.md +++ b/packages/abc/avatar-list/index.zh-CN.md @@ -11,7 +11,7 @@ deprecated: 20.0.0 ## API -### avatar-list:standalone +### avatar-list | 成员 | 说明 | 类型 | 默认值 | |----|----|----|-----| @@ -19,7 +19,7 @@ deprecated: 20.0.0 | `[maxLength]` | 要显示的最大项目 | `number` | - | | `[excessItemsStyle]` | 多余的项目风格 | `{ [key: string]: string }` | - | -### avatar-list-item:standalone +### avatar-list-item | 成员 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/abc/cell/index.en-US.md b/packages/abc/cell/index.en-US.md index 4fcee04e3..6f56ef997 100644 --- a/packages/abc/cell/index.en-US.md +++ b/packages/abc/cell/index.en-US.md @@ -11,7 +11,7 @@ Cell formatting is supported for multiple data types, and supports widget mode. ## API -### cell:standalone +### cell | Property | Description | Type | Default | |----------|-------------|------|---------| diff --git a/packages/abc/cell/index.zh-CN.md b/packages/abc/cell/index.zh-CN.md index e6f0bb492..991947d16 100644 --- a/packages/abc/cell/index.zh-CN.md +++ b/packages/abc/cell/index.zh-CN.md @@ -11,7 +11,7 @@ module: import { CellModule } from '@delon/abc/cell'; ## API -### cell:standalone +### cell | 成员 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/abc/count-down/index.en-US.md b/packages/abc/count-down/index.en-US.md index 82a632d8a..ac032eac0 100644 --- a/packages/abc/count-down/index.en-US.md +++ b/packages/abc/count-down/index.en-US.md @@ -16,7 +16,7 @@ npm i -S ngx-countdown ## API -### count-down:standalone +### count-down | Property | Description | Type | Default | |----------|-------------|------|---------| diff --git a/packages/abc/count-down/index.zh-CN.md b/packages/abc/count-down/index.zh-CN.md index f8591796a..22c17507e 100644 --- a/packages/abc/count-down/index.zh-CN.md +++ b/packages/abc/count-down/index.zh-CN.md @@ -16,7 +16,7 @@ npm i -S ngx-countdown ## API -### count-down:standalone +### count-down | 成员 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/abc/date-picker/index.en-US.md b/packages/abc/date-picker/index.en-US.md index d82b1203c..5e6a15971 100644 --- a/packages/abc/date-picker/index.en-US.md +++ b/packages/abc/date-picker/index.en-US.md @@ -10,7 +10,7 @@ Based on the `nz-range-picker` further optimization, better service to start and ## API -### [extend]:standalone +### [extend] It needs to be used with [nz-range-picker](https://ng.ant.design/components/date-picker/zh#nz-range-picker), for example: diff --git a/packages/abc/date-picker/index.zh-CN.md b/packages/abc/date-picker/index.zh-CN.md index 05811a2cc..3d42507ee 100644 --- a/packages/abc/date-picker/index.zh-CN.md +++ b/packages/abc/date-picker/index.zh-CN.md @@ -10,7 +10,7 @@ module: import { DatePickerModule } from '@delon/abc/date-picker'; ## API -### [extend]:standalone +### [extend] 需要配合 [nz-range-picker](https://ng.ant.design/components/date-picker/zh#nz-range-picker) 一起使用,例如: diff --git a/packages/abc/down-file/index.en-US.md b/packages/abc/down-file/index.en-US.md index 06a500520..552f83d1b 100644 --- a/packages/abc/down-file/index.en-US.md +++ b/packages/abc/down-file/index.en-US.md @@ -10,7 +10,7 @@ A file download based on `blob`. ## API -### [down-file]:standalone +### [down-file] | Property | Description | Type | Default | |----------|-------------|------|---------| diff --git a/packages/abc/down-file/index.zh-CN.md b/packages/abc/down-file/index.zh-CN.md index bdea561b3..abbaed687 100644 --- a/packages/abc/down-file/index.zh-CN.md +++ b/packages/abc/down-file/index.zh-CN.md @@ -10,7 +10,7 @@ module: import { DownFileModule } from '@delon/abc/down-file'; ## API -### [down-file]:standalone +### [down-file] | 成员 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/abc/ellipsis/index.en-US.md b/packages/abc/ellipsis/index.en-US.md index 5cd23efbc..c65bd855a 100644 --- a/packages/abc/ellipsis/index.en-US.md +++ b/packages/abc/ellipsis/index.en-US.md @@ -10,7 +10,7 @@ When the text is too long, the Ellipsis automatically shortens it according to i ## API -### ellipsis:standalone +### ellipsis | Property | Description | Type | Default | |----------|-------------|------|---------| diff --git a/packages/abc/ellipsis/index.zh-CN.md b/packages/abc/ellipsis/index.zh-CN.md index 4b2ffaeb3..959ede577 100644 --- a/packages/abc/ellipsis/index.zh-CN.md +++ b/packages/abc/ellipsis/index.zh-CN.md @@ -10,7 +10,7 @@ module: import { EllipsisModule } from '@delon/abc/ellipsis'; ## API -### ellipsis:standalone +### ellipsis | 成员 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/abc/error-collect/index.en-US.md b/packages/abc/error-collect/index.en-US.md index 0826eaee1..3950bd0d7 100644 --- a/packages/abc/error-collect/index.en-US.md +++ b/packages/abc/error-collect/index.en-US.md @@ -10,7 +10,7 @@ A simple form exception messages collector that jump to element location via cli ## API -### error-collect:standalone +### error-collect | Property | Description | Type | Default | Global Config | |----------|-------------|------|---------|---------------| diff --git a/packages/abc/error-collect/index.zh-CN.md b/packages/abc/error-collect/index.zh-CN.md index 1f16c57bb..ebbc49231 100644 --- a/packages/abc/error-collect/index.zh-CN.md +++ b/packages/abc/error-collect/index.zh-CN.md @@ -10,7 +10,7 @@ module: import { ErrorCollectModule } from '@delon/abc/error-collect'; ## API -### error-collect:standalone +### error-collect | 成员 | 说明 | 类型 | 默认值 | 全局配置 | |----|----|----|-----|------| diff --git a/packages/abc/exception/index.en-US.md b/packages/abc/exception/index.en-US.md index 49bf44daa..4f11e8ccc 100644 --- a/packages/abc/exception/index.en-US.md +++ b/packages/abc/exception/index.en-US.md @@ -10,7 +10,7 @@ Exceptions page is used to provide feedback on specific abnormal state. Usually, ## API -### exception:standalone +### exception | Property | Description | Type | Default | Global Config | |----------|-------------|------|---------|---------------| diff --git a/packages/abc/exception/index.zh-CN.md b/packages/abc/exception/index.zh-CN.md index a9ab035fd..ca5ddb11b 100644 --- a/packages/abc/exception/index.zh-CN.md +++ b/packages/abc/exception/index.zh-CN.md @@ -10,7 +10,7 @@ module: import { ExceptionModule } from '@delon/abc/exception'; ## API -### exception:standalone +### exception | 成员 | 说明 | 类型 | 默认值 | 全局配置 | |----|----|----|-----|------| diff --git a/packages/abc/footer-toolbar/index.en-US.md b/packages/abc/footer-toolbar/index.en-US.md index c47ef6351..07ee94b9a 100644 --- a/packages/abc/footer-toolbar/index.en-US.md +++ b/packages/abc/footer-toolbar/index.en-US.md @@ -14,7 +14,7 @@ It is fixed at the bottom of the content area and does not move along with the s ## API -### footer-toolbar:standalone +### footer-toolbar | Property | Description | Type | Default | |----------|-------------|------|---------| diff --git a/packages/abc/footer-toolbar/index.zh-CN.md b/packages/abc/footer-toolbar/index.zh-CN.md index 94726c7c9..11408e8eb 100644 --- a/packages/abc/footer-toolbar/index.zh-CN.md +++ b/packages/abc/footer-toolbar/index.zh-CN.md @@ -14,7 +14,7 @@ module: import { FooterToolbarModule } from '@delon/abc/footer-toolbar'; ## API -### footer-toolbar:standalone +### footer-toolbar | 成员 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/abc/full-content/index.en-US.md b/packages/abc/full-content/index.en-US.md index 1b13fc9b4..d2593b3a3 100644 --- a/packages/abc/full-content/index.en-US.md +++ b/packages/abc/full-content/index.en-US.md @@ -10,7 +10,7 @@ Often used for tables with scroll bars, a simple [demo](https://ng-alain.surge.s ## API -### full-content:standalone +### full-content | Property | Description | Type | Default | |----------|-------------|------|---------| @@ -18,7 +18,7 @@ Often used for tables with scroll bars, a simple [demo](https://ng-alain.surge.s | `[hideTitle]` | Hide title when `fullscreen` is true | `boolean` | `true` | | `[padding]` | Padding of work area | `number` | `24` | -### [full-toggle]:standalone +### [full-toggle] Switch whether it is full screen. diff --git a/packages/abc/full-content/index.zh-CN.md b/packages/abc/full-content/index.zh-CN.md index b5e87b43f..34962e2a0 100644 --- a/packages/abc/full-content/index.zh-CN.md +++ b/packages/abc/full-content/index.zh-CN.md @@ -10,7 +10,7 @@ module: import { FullContentModule } from '@delon/abc/full-content'; ## API -### full-content:standalone +### full-content | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| @@ -18,7 +18,7 @@ module: import { FullContentModule } from '@delon/abc/full-content'; | `[hideTitle]` | 完整全屏时是否隐藏标题 | `boolean` | `true` | | `[padding]` | 工作区内边距 | `number` | `24` | -### [full-toggle]:standalone +### [full-toggle] 切换是否全屏。 diff --git a/packages/abc/global-footer/index.en-US.md b/packages/abc/global-footer/index.en-US.md index 2b62c541f..132a7dafa 100644 --- a/packages/abc/global-footer/index.en-US.md +++ b/packages/abc/global-footer/index.en-US.md @@ -10,14 +10,14 @@ The footer is part of the global navigation as a supplement to the top navigatio ## API -### global-footer:standalone +### global-footer | Property | Description | Type | Default | |----|----|----|-----| | `[links]` | Link data | `GlobalFooterLink` | - | | `[copyright]` | Copyright Information | `TemplateRef` | - | -### global-footer-item:standalone +### global-footer-item | Property | Description | Type | Default | |----|----|----|-----| diff --git a/packages/abc/global-footer/index.zh-CN.md b/packages/abc/global-footer/index.zh-CN.md index 6c7ad3a5b..02c14691b 100644 --- a/packages/abc/global-footer/index.zh-CN.md +++ b/packages/abc/global-footer/index.zh-CN.md @@ -10,14 +10,14 @@ module: import { GlobalFooterModule } from '@delon/abc/global-footer'; ## API -### global-footer:standalone +### global-footer | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| | `[links]` | 链接数据 | `GlobalFooterLink` | - | | `[copyright]` | 版权信息 | `TemplateRef` | - | -### global-footer-item:standalone +### global-footer-item | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/abc/hotkey/index.en-US.md b/packages/abc/hotkey/index.en-US.md index 6cb52abbd..227820af6 100644 --- a/packages/abc/hotkey/index.en-US.md +++ b/packages/abc/hotkey/index.en-US.md @@ -13,7 +13,7 @@ Based on the [@github/hotke](https://github.com/github/hotkey) hotkey library. ## API -### [hotkey]:standalone +### [hotkey] | Property | Description | Type | Default | |----------|-------------|------|---------| diff --git a/packages/abc/hotkey/index.zh-CN.md b/packages/abc/hotkey/index.zh-CN.md index 2fc532b53..640d3393e 100644 --- a/packages/abc/hotkey/index.zh-CN.md +++ b/packages/abc/hotkey/index.zh-CN.md @@ -13,7 +13,7 @@ module: import { HotkeyModule } from '@delon/abc/hotkey'; ## API -### [hotkey]:standalone +### [hotkey] | 成员 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/abc/media/index.en-US.md b/packages/abc/media/index.en-US.md index 4a2456fa9..d13bde962 100644 --- a/packages/abc/media/index.en-US.md +++ b/packages/abc/media/index.en-US.md @@ -39,7 +39,7 @@ const alainConfig: AlainConfig = { ## API -### [media]:standalone +### [media] | Property | Description | Type | Default | Global Config | |----------|-------------|------|---------|---------------| diff --git a/packages/abc/media/index.zh-CN.md b/packages/abc/media/index.zh-CN.md index 6f1158c56..c5b67035d 100644 --- a/packages/abc/media/index.zh-CN.md +++ b/packages/abc/media/index.zh-CN.md @@ -39,7 +39,7 @@ const alainConfig: AlainConfig = { ## API -### [media]:standalone +### [media] | 成员 | 说明 | 类型 | 默认值 | 全局配置 | |----|----|----|-----|------| diff --git a/packages/abc/notice-icon/index.en-US.md b/packages/abc/notice-icon/index.en-US.md index 947f85572..576c59ddf 100644 --- a/packages/abc/notice-icon/index.en-US.md +++ b/packages/abc/notice-icon/index.en-US.md @@ -10,7 +10,7 @@ Used on the navigation toolbar as a unified notification center for the entire p ## API -### notice-icon:standalone +### notice-icon | Property | Description | Type | Default | |----------|-------------|------|---------| diff --git a/packages/abc/notice-icon/index.zh-CN.md b/packages/abc/notice-icon/index.zh-CN.md index 08000d42b..ceebf65a9 100644 --- a/packages/abc/notice-icon/index.zh-CN.md +++ b/packages/abc/notice-icon/index.zh-CN.md @@ -10,7 +10,7 @@ module: import { NoticeIconModule } from '@delon/abc/notice-icon'; ## API -### notice-icon:standalone +### notice-icon | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/abc/observers/index.en-US.md b/packages/abc/observers/index.en-US.md index a7640509f..f4c40487a 100644 --- a/packages/abc/observers/index.en-US.md +++ b/packages/abc/observers/index.en-US.md @@ -9,7 +9,7 @@ The `ObserversModule` package provides convenience directives built on top of na ## API -### [observeSize]:standalone +### [observeSize] Watch the DOM size change. diff --git a/packages/abc/observers/index.zh-CN.md b/packages/abc/observers/index.zh-CN.md index 22d1df1c9..d1bc13cfe 100644 --- a/packages/abc/observers/index.zh-CN.md +++ b/packages/abc/observers/index.zh-CN.md @@ -10,7 +10,7 @@ module: import { ObserversModule } from '@delon/abc/observers'; ## API -### [observeSize]:standalone +### [observeSize] 观察DOM大小变化。 diff --git a/packages/abc/page-header/index.en-US.md b/packages/abc/page-header/index.en-US.md index 79eba83b0..84bfa62d3 100644 --- a/packages/abc/page-header/index.en-US.md +++ b/packages/abc/page-header/index.en-US.md @@ -10,7 +10,7 @@ The page header is used to declare the subject of the page and contains the most ## API -### page-header:standalone +### page-header | Property | Description | Type | Default | Global Config | |----------|-------------|------|---------|---------------| diff --git a/packages/abc/page-header/index.zh-CN.md b/packages/abc/page-header/index.zh-CN.md index 95bef90e6..47097d187 100644 --- a/packages/abc/page-header/index.zh-CN.md +++ b/packages/abc/page-header/index.zh-CN.md @@ -10,7 +10,7 @@ module: import { PageHeaderModule } from '@delon/abc/page-header'; ## API -### page-header:standalone +### page-header | 成员 | 说明 | 类型 | 默认值 | 全局配置 | |----|----|----|-----|------| diff --git a/packages/abc/pdf/index.en-US.md b/packages/abc/pdf/index.en-US.md index f7eb3aee1..bc82a4053 100644 --- a/packages/abc/pdf/index.en-US.md +++ b/packages/abc/pdf/index.en-US.md @@ -40,7 +40,7 @@ const alainConfig: AlainConfig = { ## API -### pdf:standalone +### pdf | Property | Description | Type | Default | Global Config | |----------|-------------|------|---------|---------------| diff --git a/packages/abc/pdf/index.zh-CN.md b/packages/abc/pdf/index.zh-CN.md index e3a16f30d..0c3e8cd16 100644 --- a/packages/abc/pdf/index.zh-CN.md +++ b/packages/abc/pdf/index.zh-CN.md @@ -40,7 +40,7 @@ const alainConfig: AlainConfig = { ## API -### pdf:standalone +### pdf | 成员 | 说明 | 类型 | 默认值 | 全局配置 | |----|----|----|-----|------| diff --git a/packages/abc/quick-menu/index.en-US.md b/packages/abc/quick-menu/index.en-US.md index 974487832..afe64a925 100644 --- a/packages/abc/quick-menu/index.en-US.md +++ b/packages/abc/quick-menu/index.en-US.md @@ -10,7 +10,7 @@ Quick menu for the implicit auxiliary list on the right. ## API -### quick-menu:standalone +### quick-menu | Property | Description | Type | Default | |----------|-------------|------|---------| diff --git a/packages/abc/quick-menu/index.zh-CN.md b/packages/abc/quick-menu/index.zh-CN.md index 5ea009301..9fbd9938f 100644 --- a/packages/abc/quick-menu/index.zh-CN.md +++ b/packages/abc/quick-menu/index.zh-CN.md @@ -10,7 +10,7 @@ module: import { QuickMenuModule } from '@delon/abc/quick-menu'; ## API -### quick-menu:standalone +### quick-menu | 成员 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/abc/result/index.en-US.md b/packages/abc/result/index.en-US.md index c1be9d007..e9d954fcf 100644 --- a/packages/abc/result/index.en-US.md +++ b/packages/abc/result/index.en-US.md @@ -13,7 +13,7 @@ Used to feedback the processing results of a series of tasks performed by the us ## API -### result:standalone +### result | Property | Description | Type | Default | |----------|-------------|------|---------| diff --git a/packages/abc/result/index.zh-CN.md b/packages/abc/result/index.zh-CN.md index acdf01f2a..38bb59609 100644 --- a/packages/abc/result/index.zh-CN.md +++ b/packages/abc/result/index.zh-CN.md @@ -13,7 +13,7 @@ deprecated: 20.0.0 ## API -### result:standalone +### result | 成员 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/abc/se/index.en-US.md b/packages/abc/se/index.en-US.md index d7f3571d2..b8069f880 100644 --- a/packages/abc/se/index.en-US.md +++ b/packages/abc/se/index.en-US.md @@ -33,7 +33,7 @@ Also, automatically processed all Angular built-in validation, such as `required ## API -### se-container:standalone +### se-container | Property | Description | Type | Default | Global Config | |----------|-------------|------|---------|---------------| @@ -50,7 +50,7 @@ Also, automatically processed all Angular built-in validation, such as `required | `[errors]` | Batch modify `se` error value | `SEErrorRefresh[]` | - | | | `[noColon]` | Whether to not display : after label text | `boolean` | `false` | - | -### se:standalone +### se | Property | Description | Type | Default | |----------|-------------|------|---------| @@ -69,7 +69,7 @@ Also, automatically processed all Angular built-in validation, such as `required | `[line]` | whether separation line style (Inherited from `se-container`) | `boolean` | - | | `[noColon]` | Whether to not display : after label text | `boolean` | `false` | - | -### se-title:standalone +### se-title Display title. diff --git a/packages/abc/se/index.zh-CN.md b/packages/abc/se/index.zh-CN.md index 41db4ae56..03869d95e 100644 --- a/packages/abc/se/index.zh-CN.md +++ b/packages/abc/se/index.zh-CN.md @@ -33,7 +33,7 @@ module: import { SEModule } from '@delon/abc/se'; ## API -### se-container:standalone +### se-container | 成员 | 说明 | 类型 | 默认值 | 全局配置 | |----|----|----|-----|------| @@ -50,7 +50,7 @@ module: import { SEModule } from '@delon/abc/se'; | `[errors]` | 批量修改 `se` 错误消息描述 | `SEErrorRefresh[]` | - | | | `[noColon]` | 默认是否不显示 label 后面的冒号 | `boolean` | `false` | - | -### se:standalone +### se | 成员 | 说明 | 类型 | 默认值 | |----|----|----|-----| @@ -69,7 +69,7 @@ module: import { SEModule } from '@delon/abc/se'; | `[line]` | 分隔线(继承于 `se-container`) | `boolean` | - | | `[noColon]` | 是否不显示 label 后面的冒号 | `boolean` | `false` | - | -### se-title:standalone +### se-title 用于展示标题,单独一行。 diff --git a/packages/abc/sg/index.en-US.md b/packages/abc/sg/index.en-US.md index 75fa3a851..92867794f 100644 --- a/packages/abc/sg/index.en-US.md +++ b/packages/abc/sg/index.en-US.md @@ -31,7 +31,7 @@ More friendly: ## API -### sg-container:standalone +### sg-container | Property | Description | Type | Default | Global Config | |----------|-------------|------|---------|---------------| @@ -39,7 +39,7 @@ More friendly: | `[sg-container]` | specify the maximum number of columns to display, the final columns number is determined by col setting combined with [Responsive Rules](/theme/responsive) | `'1','2','3','4','5','6'` | - | - | | `[col]` | specify the maximum number of columns to display, the final columns number is determined by col setting combined with [Responsive Rules](/theme/responsive) | `'1','2','3','4','5','6'` | `2` | ✅ | -### sg:standalone +### sg | Property | Description | Type | Default | |----------|-------------|------|---------| diff --git a/packages/abc/sg/index.zh-CN.md b/packages/abc/sg/index.zh-CN.md index 8bb8a89fd..9910425a6 100644 --- a/packages/abc/sg/index.zh-CN.md +++ b/packages/abc/sg/index.zh-CN.md @@ -31,7 +31,7 @@ module: import { SGModule } from '@delon/abc/sg'; ## API -### sg-container:standalone +### sg-container | 成员 | 说明 | 类型 | 默认值 | 全局配置 | |----|----|----|-----|------| @@ -39,7 +39,7 @@ module: import { SGModule } from '@delon/abc/sg'; | `[sg-container]` | 指定表单元素最多分几列展示,最终一行几列由 col 配置结合[响应式规则](/theme/responsive)决定, | `'1','2','3','4','5','6'` | - | - | | `[col]` | 指定表单元素最多分几列展示,最终一行几列由 col 配置结合[响应式规则](/theme/responsive)决定, | `'1','2','3','4','5','6'` | `2` | ✅ | -### sg:standalone +### sg | 成员 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/abc/sv/index.en-US.md b/packages/abc/sv/index.en-US.md index adec3c64f..c1669b066 100644 --- a/packages/abc/sv/index.en-US.md +++ b/packages/abc/sv/index.en-US.md @@ -11,7 +11,7 @@ Viewing grid system is a higher-order components based on the original [Grid Sys ## API -### sv-container:standalone +### sv-container | Property | Description | Type | Default | Global Config | |----------|-------------|------|---------|---------------| @@ -26,7 +26,7 @@ Viewing grid system is a higher-order components based on the original [Grid Sys | `[noColon]` | Whether to not display : after label text | `boolean` | `false` | - | | `[bordered]` | Whether to display the border | `boolean` | `false` | - | -### sv:standalone +### sv | Property | Description | Type | Default | |----------|-------------|------|---------| @@ -41,11 +41,11 @@ Viewing grid system is a higher-order components based on the original [Grid Sys | `[noColon]` | Whether to not display : after label text | `boolean` | `false` | - | | `[hideLabel]` | Whether to hide the current label | `boolean` | `false` | -### sv-title:standalone +### sv-title Display title. -### sv-value:standalone +### sv-value 值展示。 diff --git a/packages/abc/sv/index.zh-CN.md b/packages/abc/sv/index.zh-CN.md index c158a186b..e473604b7 100644 --- a/packages/abc/sv/index.zh-CN.md +++ b/packages/abc/sv/index.zh-CN.md @@ -11,7 +11,7 @@ module: import { SVModule } from '@delon/abc/sv'; ## API -### sv-container:standalone +### sv-container | 参数 | 说明 | 类型 | 默认值 | 全局配置 | |----|----|----|-----|------| @@ -26,7 +26,7 @@ module: import { SVModule } from '@delon/abc/sv'; | `[noColon]` | 默认是否不显示 label 后面的冒号 | `boolean` | `false` | - | | `[bordered]` | 是否展示边框 | `boolean` | `false` | - | -### sv:standalone +### sv | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| @@ -41,11 +41,11 @@ module: import { SVModule } from '@delon/abc/sv'; | `[noColon]` | 是否不显示 label 后面的冒号 | `boolean` | `false` | - | | `[hideLabel]` | 是否隐藏当前 `label` | `boolean` | `false` | -### sv-title:standalone +### sv-title 用于展示标题,单独一行。 -### sv-value:standalone +### sv-value 值展示。 diff --git a/packages/abc/tag-select/index.en-US.md b/packages/abc/tag-select/index.en-US.md index 255d9f7cd..d77e5cb9e 100644 --- a/packages/abc/tag-select/index.en-US.md +++ b/packages/abc/tag-select/index.en-US.md @@ -10,7 +10,7 @@ Increase the label expansion and retraction function. ## API -### tag-select:standalone +### tag-select | Property | Description | Type | Default | |----------|-------------|------|---------| diff --git a/packages/abc/tag-select/index.zh-CN.md b/packages/abc/tag-select/index.zh-CN.md index 02ce60c34..c55aa5fbb 100644 --- a/packages/abc/tag-select/index.zh-CN.md +++ b/packages/abc/tag-select/index.zh-CN.md @@ -10,7 +10,7 @@ module: import { TagSelectModule } from '@delon/abc/tag-select'; ## API -### tag-select:standalone +### tag-select | 成员 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/chart/bar/index.md b/packages/chart/bar/index.md index f4f8b550c..2a7e61a41 100644 --- a/packages/chart/bar/index.md +++ b/packages/chart/bar/index.md @@ -10,7 +10,7 @@ module: import { G2BarModule } from '@delon/chart/bar'; ## API -### g2-bar:standalone +### g2-bar | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/chart/card/index.md b/packages/chart/card/index.md index 0b6d3101a..f3ef61b2e 100644 --- a/packages/chart/card/index.md +++ b/packages/chart/card/index.md @@ -10,7 +10,7 @@ module: import { G2CardModule } from '@delon/chart/card'; ## API -### g2-card:standalone +### g2-card | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/chart/chart-echarts/index.md b/packages/chart/chart-echarts/index.md index f37235b6e..be07ce187 100644 --- a/packages/chart/chart-echarts/index.md +++ b/packages/chart/chart-echarts/index.md @@ -10,7 +10,7 @@ module: import { ChartEChartsModule } from '@delon/chart/chart-echarts'; ## API -### chart-echarts:standalone +### chart-echarts | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/chart/custom/index.en-US.md b/packages/chart/custom/index.en-US.md index d8d0e03ca..c90ca4ab4 100644 --- a/packages/chart/custom/index.en-US.md +++ b/packages/chart/custom/index.en-US.md @@ -39,7 +39,7 @@ If throw error `G2` not found, please refer to [Frequently Asked Questions](/cha ## API -### g2-custom:standalone +### g2-custom | Property | Description | Type | Default | |----------|-------------|------|---------| diff --git a/packages/chart/custom/index.zh-CN.md b/packages/chart/custom/index.zh-CN.md index 4b219b7d5..01999be29 100644 --- a/packages/chart/custom/index.zh-CN.md +++ b/packages/chart/custom/index.zh-CN.md @@ -39,7 +39,7 @@ export class DemoComponent { ## API -### g2-custom:standalone +### g2-custom | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/chart/gauge/index.md b/packages/chart/gauge/index.md index 8f4bb458d..c3e9a47df 100644 --- a/packages/chart/gauge/index.md +++ b/packages/chart/gauge/index.md @@ -10,7 +10,7 @@ module: import { G2GaugeModule } from '@delon/chart/gauge'; ## API -### g2-gauge:standalone +### g2-gauge | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/chart/mini-area/index.md b/packages/chart/mini-area/index.md index c580206be..9b4d6e91f 100644 --- a/packages/chart/mini-area/index.md +++ b/packages/chart/mini-area/index.md @@ -10,7 +10,7 @@ module: import { G2MiniAreaModule } from '@delon/chart/mini-area'; ## API -### g2-mini-area:standalone +### g2-mini-area | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/chart/mini-bar/index.md b/packages/chart/mini-bar/index.md index 3e42ccafc..753da8c9f 100644 --- a/packages/chart/mini-bar/index.md +++ b/packages/chart/mini-bar/index.md @@ -10,7 +10,7 @@ module: import { G2MiniBarModule } from '@delon/chart/mini-bar'; ## API -### g2-mini-bar:standalone +### g2-mini-bar | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/chart/mini-progress/index.md b/packages/chart/mini-progress/index.md index b587909dc..d6dfd07f0 100644 --- a/packages/chart/mini-progress/index.md +++ b/packages/chart/mini-progress/index.md @@ -10,7 +10,7 @@ module: import { G2MiniProgressModule } from '@delon/chart/mini-progress'; ## API -### g2-mini-progress:standalone +### g2-mini-progress | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/chart/number-info/index.en-US.md b/packages/chart/number-info/index.en-US.md index 94e360b96..4d59a2380 100644 --- a/packages/chart/number-info/index.en-US.md +++ b/packages/chart/number-info/index.en-US.md @@ -10,7 +10,7 @@ Often used in data cards for highlighting the business data. ## API -### number-info:standalone +### number-info | Property | Description | Type | Default | |----------|-------------|------|---------| diff --git a/packages/chart/number-info/index.zh-CN.md b/packages/chart/number-info/index.zh-CN.md index 92a90c26c..2d5ea6401 100644 --- a/packages/chart/number-info/index.zh-CN.md +++ b/packages/chart/number-info/index.zh-CN.md @@ -10,7 +10,7 @@ module: import { NumberInfoModule } from '@delon/chart/number-info'; ## API -### number-info:standalone +### number-info | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/chart/pie/index.md b/packages/chart/pie/index.md index 06c02dfff..55e188c37 100644 --- a/packages/chart/pie/index.md +++ b/packages/chart/pie/index.md @@ -10,7 +10,7 @@ module: import { G2PieModule } from '@delon/chart/pie'; ## API -### g2-pie:standalone +### g2-pie | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/chart/radar/index.md b/packages/chart/radar/index.md index 294e2e110..c20e61121 100644 --- a/packages/chart/radar/index.md +++ b/packages/chart/radar/index.md @@ -10,7 +10,7 @@ module: import { G2RadarModule } from '@delon/chart/radar'; ## API -### g2-radar:standalone +### g2-radar | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/chart/single-bar/index.md b/packages/chart/single-bar/index.md index e16c0689c..1dea1fcd1 100644 --- a/packages/chart/single-bar/index.md +++ b/packages/chart/single-bar/index.md @@ -10,7 +10,7 @@ module: import { G2SingleBarModule } from '@delon/chart/single-bar'; ## API -### g2-single-bar:standalone +### g2-single-bar | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/chart/tag-cloud/index.md b/packages/chart/tag-cloud/index.md index fe35c820d..f2c41f42c 100644 --- a/packages/chart/tag-cloud/index.md +++ b/packages/chart/tag-cloud/index.md @@ -10,7 +10,7 @@ module: import { G2TagCloudModule } from '@delon/chart/tag-cloud'; ## API -### g2-tag-cloud:standalone +### g2-tag-cloud | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/chart/timeline/index.md b/packages/chart/timeline/index.md index 203905614..e537ad25a 100644 --- a/packages/chart/timeline/index.md +++ b/packages/chart/timeline/index.md @@ -10,7 +10,7 @@ module: import { G2TimelineModule } from '@delon/chart/timeline'; ## API -### g2-timeline:standalone +### g2-timeline | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/chart/trend/index.md b/packages/chart/trend/index.md index dc129eed8..dbbbe435c 100644 --- a/packages/chart/trend/index.md +++ b/packages/chart/trend/index.md @@ -10,7 +10,7 @@ module: import { TrendModule } from '@delon/chart/trend'; ## API -### trend:standalone +### trend | 成员 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/packages/chart/water-wave/index.md b/packages/chart/water-wave/index.md index af9f34227..2500b34a3 100644 --- a/packages/chart/water-wave/index.md +++ b/packages/chart/water-wave/index.md @@ -12,7 +12,7 @@ module: import { G2WaterWaveModule } from '@delon/chart/water-wave'; ## API -### g2-water-wave:standalone +### g2-water-wave | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| diff --git a/scripts/site/utils/utils.ts b/scripts/site/utils/utils.ts index 6dffd7c6f..bf826cc5f 100755 --- a/scripts/site/utils/utils.ts +++ b/scripts/site/utils/utils.ts @@ -65,7 +65,7 @@ export function generateSluggedId(children: any): { id: genValidId(headingText).split(':')[0], text: headingText, directive: children.some((node: any) => JsonML.isElement(node)), - standalone: headingText.includes(':standalone'), + standalone: true, // headingText.includes(':standalone'), service: headingText.includes(':service'), class: headingText.includes(':class') };