diff --git a/src/control/app-menu/app-menu.tsx b/src/control/app-menu/app-menu.tsx index 0dfc5017354ad12cea2ccc999961bae95c06b809..c341af05975739c77c0ee200803f94ceaf4483e0 100644 --- a/src/control/app-menu/app-menu.tsx +++ b/src/control/app-menu/app-menu.tsx @@ -14,7 +14,7 @@ export const AppMenuControl = defineComponent({ */ modelData: { type: Object as PropType, required: true }, /** - * @description 应用上下文 + * @description 应用上下文对象 */ context: { type: Object as PropType, required: true }, /** diff --git a/src/control/calendar/calendar.tsx b/src/control/calendar/calendar.tsx index f17d4dc9d0c7ee3b2a847ad2da70941dfbc0f515..bf903eebe8e5e0d0957bd2658e24fa2ce0ab5e47 100644 --- a/src/control/calendar/calendar.tsx +++ b/src/control/calendar/calendar.tsx @@ -24,7 +24,7 @@ export const CalendarControl = defineComponent({ */ modelData: { type: Object as PropType, required: true }, /** - * @description 应用上下文 + * @description 应用上下文对象 */ context: { type: Object as PropType, required: true }, /** @@ -41,7 +41,7 @@ export const CalendarControl = defineComponent({ */ mdctrlActiveMode: { type: Number, default: undefined }, /** - * @description 是否加载默认数据 + * @description 是否默认加载数据 * @default false */ loadDefault: { type: Boolean, default: false }, diff --git a/src/control/caption-bar/caption-bar.tsx b/src/control/caption-bar/caption-bar.tsx index d125d79a85a0926f8495c81f07f31df322d21337..c6ba546695318fe9fb44a2aec32d8d3560aec93c 100644 --- a/src/control/caption-bar/caption-bar.tsx +++ b/src/control/caption-bar/caption-bar.tsx @@ -15,7 +15,7 @@ export const CaptionBarControl = defineComponent({ required: true, }, /** - * @description 应用上下文 + * @description 应用上下文对象 */ context: { type: Object as PropType, required: true }, /** diff --git a/src/control/chart/chart.tsx b/src/control/chart/chart.tsx index 9a051498282b9aebd7189e5cca9b58f67e84d20f..2e764c4b2aef4e7b8599b7fa8fd8d40f0a436a41 100644 --- a/src/control/chart/chart.tsx +++ b/src/control/chart/chart.tsx @@ -19,7 +19,7 @@ const ChartControl = defineComponent({ */ modelData: { type: Object as PropType, required: true }, /** - * @description 应用上下文 + * @description 应用上下文对象 */ context: { type: Object as PropType, required: true }, /** @@ -36,7 +36,7 @@ const ChartControl = defineComponent({ */ mdctrlActiveMode: { type: Number, default: undefined }, /** - * @description 是否加载默认数据 + * @description 是否默认加载数据 * @default true */ loadDefault: { type: Boolean, default: true }, diff --git a/src/control/dashboard/dashboard.tsx b/src/control/dashboard/dashboard.tsx index a40a3f790d35980a018c1d57192dd00fc4bc30b9..81379ad6efa736175f3309dde32907ccdb6bb614 100644 --- a/src/control/dashboard/dashboard.tsx +++ b/src/control/dashboard/dashboard.tsx @@ -84,7 +84,7 @@ export const DashboardControl = defineComponent({ required: true, }, /** - * @description 应用上下文 + * @description 应用上下文对象 */ context: { type: Object as PropType, required: true }, /** diff --git a/src/control/data-view/data-view.tsx b/src/control/data-view/data-view.tsx index 04931fc8d706fee0d85ae738ae059a5e32906143..d3972593cd07fe7114a124f36c3c9fd47cbc8d18 100644 --- a/src/control/data-view/data-view.tsx +++ b/src/control/data-view/data-view.tsx @@ -20,7 +20,7 @@ export const DataViewControl = defineComponent({ */ modelData: { type: Object as PropType, required: true }, /** - * @description 应用上下文 + * @description 应用上下文对象 */ context: { type: Object as PropType, required: true }, /** @@ -38,7 +38,7 @@ export const DataViewControl = defineComponent({ */ singleSelect: { type: Boolean, default: true }, /** - * @description 是否加载默认数据 + * @description 是否默认加载数据 * @default true */ loadDefault: { type: Boolean, default: true }, diff --git a/src/control/drbar/drbar.tsx b/src/control/drbar/drbar.tsx index 9a635aee2de39d4ab4fdc3f0638b5e95c76fd680..5e1b79c31e985b4022dc19076442f3bec0f060e0 100644 --- a/src/control/drbar/drbar.tsx +++ b/src/control/drbar/drbar.tsx @@ -22,7 +22,7 @@ export const DRBarControl = defineComponent({ */ modelData: { type: Object as PropType, required: true }, /** - * @description 应用上下文 + * @description 应用上下文对象 */ context: { type: Object as PropType, required: true }, /** diff --git a/src/control/drtab/drtab.tsx b/src/control/drtab/drtab.tsx index 6bec1dc444d02656cd0d3193e8b84f0a5a5bb36d..956d8a255e6af2f68e0bba35a0f71c8b609cc96b 100644 --- a/src/control/drtab/drtab.tsx +++ b/src/control/drtab/drtab.tsx @@ -18,11 +18,11 @@ export const DRTabControl = defineComponent({ name: 'IBizDrTabControl', props: { /** - * @description 数据分页模型数据 + * @description 数据关系分页模型数据 */ modelData: { type: Object as PropType, required: true }, /** - * @description 应用上下文 + * @description 应用上下文对象 */ context: { type: Object as PropType, required: true }, /** diff --git a/src/control/form/edit-form/edit-form.tsx b/src/control/form/edit-form/edit-form.tsx index bfcee7bfb04555b8882831f08a0e6cac4296804d..08d0879accafbc5aa7f32cc59ecb1769b44bf31c 100644 --- a/src/control/form/edit-form/edit-form.tsx +++ b/src/control/form/edit-form/edit-form.tsx @@ -18,7 +18,7 @@ export const EditFormControl: ReturnType = required: true, }, /** - * @description 应用上下文 + * @description 应用上下文对象 */ context: { type: Object as PropType, required: true }, /** @@ -39,7 +39,7 @@ export const EditFormControl: ReturnType = */ data: { type: Object as PropType, required: false }, /** - * @description 是否默认加载 + * @description 是否默认加载数据 * @default true */ loadDefault: { type: Boolean, default: true }, diff --git a/src/control/form/search-form/search-form.tsx b/src/control/form/search-form/search-form.tsx index 05bee50499e0d88489fcd8993f18570bb812ae70..526ba86db90d908c201aa8f753b5b6754eb4d165 100644 --- a/src/control/form/search-form/search-form.tsx +++ b/src/control/form/search-form/search-form.tsx @@ -19,7 +19,7 @@ export const SearchFormControl = defineComponent({ */ provider: { type: Object as PropType }, /** - * @description 应用上下文 + * @description 应用上下文对象 */ context: { type: Object as PropType, required: true }, /** diff --git a/src/control/list/list/list.tsx b/src/control/list/list/list.tsx index 495614de9e69c85dfcd6b845bd0703368241af9d..92d8cea0e223d7ad1f4195d7dcb83edce6cd6b97 100644 --- a/src/control/list/list/list.tsx +++ b/src/control/list/list/list.tsx @@ -13,7 +13,7 @@ export const ListControl = defineComponent({ */ modelData: { type: Object as PropType, required: true }, /** - * @description 应用上下文 + * @description 应用上下文对象 */ context: { type: Object as PropType, required: true }, /** @@ -26,7 +26,7 @@ export const ListControl = defineComponent({ */ provider: { type: Object as PropType }, /** - * @description 数据激活模式,值为0:无激活,值为1:单击激活,值为2:双击激活 + * @description 部件激活模式,值为0:无激活,值为1:单击激活,值为2:双击激活 * @default 1 */ mdctrlActiveMode: { type: Number, default: 1 }, @@ -46,12 +46,12 @@ export const ListControl = defineComponent({ */ columnsCount: { type: Number, default: 5 }, /** - * @description 是否加载默认数据 + * @description 是否默认加载数据 * @default true */ loadDefault: { type: Boolean, default: true }, /** - * @description 列表模式,值为LIST:正常显示列表,值为SELECT:在显示的每一项上会绘制是否勾选的图标 + * @description 模式,值为LIST:列表模式呈现加载数据,值为SELECT:呈现数据时显示勾选图标 * @default LIST */ mode: { type: String, default: 'LIST' }, diff --git a/src/control/list/md-ctrl/md-ctrl.tsx b/src/control/list/md-ctrl/md-ctrl.tsx index c9cb5aa709f906e137a96406d7dfc97967a6aae6..d56f6f5a0ec8fb9255083f3bb3c0aed6c0199489 100644 --- a/src/control/list/md-ctrl/md-ctrl.tsx +++ b/src/control/list/md-ctrl/md-ctrl.tsx @@ -32,7 +32,7 @@ export const MDCtrlControl = defineComponent({ */ provider: { type: Object as PropType }, /** - * @description 部件行数据默认激活模式,值为0:不激活,值为1:单击激活,值为2:双击激活 + * @description 部件激活模式,值为0:无激活,值为1:单击激活,值为2:双击激活 * @default 1 */ mdctrlActiveMode: { type: Number, default: 1 }, diff --git a/src/control/pickup-view-panel/pickup-view-panel.tsx b/src/control/pickup-view-panel/pickup-view-panel.tsx index de42d67a843482d5c84cf3ece51beeb8127db6f2..4f4b57589c78777790280e5394e60863e29c3472 100644 --- a/src/control/pickup-view-panel/pickup-view-panel.tsx +++ b/src/control/pickup-view-panel/pickup-view-panel.tsx @@ -15,11 +15,11 @@ export const PickupViewPanelControl = defineComponent({ name: 'IBizPickupViewPanelControl', props: { /** - * 选择视图面板模型数据 + * @description 选择视图面板模型数据 */ modelData: { type: Object as PropType, required: true }, /** - * @description 应用上下文 + * @description 应用上下文对象 */ context: { type: Object as PropType, required: true }, /** diff --git a/src/control/search-bar/search-bar.tsx b/src/control/search-bar/search-bar.tsx index 338b62eb602051ed0bfe16d2c9d11f3c93affeb0..f96020e4690f0f18eb0b42f1b280df9349e77057 100644 --- a/src/control/search-bar/search-bar.tsx +++ b/src/control/search-bar/search-bar.tsx @@ -25,7 +25,7 @@ export const SearchBarControl = defineComponent({ */ provider: { type: Object as PropType }, /** - * @description 应用上下文 + * @description 应用上下文对象 */ context: { type: Object as PropType, required: true }, /** diff --git a/src/control/tab-exp-panel/tab-exp-panel.tsx b/src/control/tab-exp-panel/tab-exp-panel.tsx index ef02c339f524a217f8512d76ec1f1c96d5ff362e..0be4a4a6600a39080792258c18ac634ab9d5bcfb 100644 --- a/src/control/tab-exp-panel/tab-exp-panel.tsx +++ b/src/control/tab-exp-panel/tab-exp-panel.tsx @@ -14,11 +14,12 @@ export const TabExpPanelControl = defineComponent({ */ modelData: { type: Object as PropType, required: true }, /** - * @description 应用上下文 + * @description 应用上下文对象 */ context: { type: Object as PropType, required: true }, /** * @description 视图参数对象 + * @default {} */ params: { type: Object as PropType, default: () => ({}) }, /** diff --git a/src/control/toolbar/toolbar.tsx b/src/control/toolbar/toolbar.tsx index 729ba50e49395259b71fea1203766ca387ee0137..4a0d0917538b7ca51740cc6c4c2e40bf1614e8c0 100644 --- a/src/control/toolbar/toolbar.tsx +++ b/src/control/toolbar/toolbar.tsx @@ -66,7 +66,7 @@ export const ToolbarControl = defineComponent({ */ provider: { type: Object as PropType }, /** - * @description 应用上下文 + * @description 应用上下文对象 */ context: { type: Object as PropType, required: true }, /** diff --git a/src/control/tree-exp-bar/tree-exp-bar.tsx b/src/control/tree-exp-bar/tree-exp-bar.tsx index 029b5edc030c107223d102c4342e990e39908eda..0da05a09889a5d172c3a5a955dce7de0e49f6102 100644 --- a/src/control/tree-exp-bar/tree-exp-bar.tsx +++ b/src/control/tree-exp-bar/tree-exp-bar.tsx @@ -13,7 +13,7 @@ export const TreeExpBarControl = defineComponent({ */ modelData: { type: Object as PropType, required: true }, /** - * @description 应用上下文 + * @description 应用上下文对象 */ context: { type: Object as PropType, required: true }, /** @@ -30,11 +30,10 @@ export const TreeExpBarControl = defineComponent({ srfnav: { type: String, required: false }, /** * @description 是否不需要导航视图 - * @default false */ noNeedNavView: { type: Boolean, required: false }, /** - * @description 是否加载默认数据 + * @description 是否默认加载数据 * @default true */ loadDefault: { type: Boolean, default: true }, diff --git a/src/control/tree/tree.tsx b/src/control/tree/tree.tsx index d707d4e289bd3be50d97bce09d781c2ee75c41c5..73bd197be83c478b46a4dd82c873ab7e82e39f98 100644 --- a/src/control/tree/tree.tsx +++ b/src/control/tree/tree.tsx @@ -37,7 +37,7 @@ export const TreeControl = defineComponent({ */ modelData: { type: Object as PropType, required: true }, /** - * @description 应用上下文 + * @description 应用上下文对象 */ context: { type: Object as PropType, required: true }, /** diff --git a/src/control/wizard-panel/wizard-panel.tsx b/src/control/wizard-panel/wizard-panel.tsx index de73cb07bcffb56bdffad526aed576e3bd450d35..2dedd7ce84f48b556f05e689566b3b3c95a4ee45 100644 --- a/src/control/wizard-panel/wizard-panel.tsx +++ b/src/control/wizard-panel/wizard-panel.tsx @@ -19,11 +19,12 @@ export const WizardPanelControl = defineComponent({ required: true, }, /** - * @description 应用上下文 + * @description 应用上下文对象 */ context: { type: Object as PropType, required: true }, /** * @description 视图参数对象 + * @default {} */ params: { type: Object as PropType, default: () => ({}) }, /** diff --git a/src/editor/cascader/ibiz-cascader/ibiz-cascader.tsx b/src/editor/cascader/ibiz-cascader/ibiz-cascader.tsx index 25fd5012fb55467451417c1afc201425d2e49f9f..294776f63d6c149a55d3979f9ce63af66af5ebf3 100644 --- a/src/editor/cascader/ibiz-cascader/ibiz-cascader.tsx +++ b/src/editor/cascader/ibiz-cascader/ibiz-cascader.tsx @@ -12,9 +12,9 @@ import { IBizCommonRightIcon } from '../../common/right-icon/right-icon'; import { usePopstateListener } from '../../../util'; /** - * 级联选择器 + * 移动端级联选择器 * @primary - * @description 支持多级联动加载与异步数据动态渲染,用于选择具有级联关系的数据。支持的编辑器类型为:级联选择器。 + * @description 支持多级联动加载与异步数据动态渲染,用于选择具有级联关系的数据。支持编辑器类型包含:`移动端级联选择器`。 * @editorparams {name:editorStyle,title:编辑器样式,parameterType:string,defaultvalue:default,description:值为default时,加载下级数据时,从节点的value属性获取值,否则从节点的data属性里的value上获取值} * @editorparams {name:separator,title:分割符,parameterType:string,defaultvalue:'/',description:用于拼接选择的值} * @editorparams {name:triggerMode,title:change触发模式,parameterType:string,description:指定触发 'change' 事件的模式,例如 'blur' 或 'input' 等} diff --git a/src/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.tsx b/src/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.tsx index 9b2d2fc231765b250be3c897b4d10e50650bd5fb..7f9a3920d71cec13f4318a3899a9bad92b48c183 100644 --- a/src/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.tsx +++ b/src/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.tsx @@ -10,9 +10,9 @@ import './ibiz-checkbox-list.scss'; import { CheckBoxListEditorController } from '../checkbox-list-editor.controller'; /** - * 多选项列表框 + * 选项框列表 * @primary - * @description 实现轻量化多选列表框组件,支持选项勾选、数据绑定与状态反馈,满足高效的多项数据选取需求。支持的编辑器类型为:选项框列表。 + * @description 实现轻量化多选列表框组件,支持选项勾选、数据绑定与状态反馈,满足高效的多项数据选取需求。支持编辑器类型包含:`选项框列表`。 * @editorparams {name:triggerMode,parameterType:string,description:指定触发 'change' 事件的模式,例如 'blur' 或 'input' 等} * @ignoreprops autoFocus | overflowMode * @ignoreemits infoTextChange | enter diff --git a/src/editor/check-box/ibiz-checkbox/ibiz-checkbox.tsx b/src/editor/check-box/ibiz-checkbox/ibiz-checkbox.tsx index 8f8d6bebf90e28afdc9891f59f7b6fe40d15956e..b9abfba6a2c835f8c7050e801c0e45cb4a138d73 100644 --- a/src/editor/check-box/ibiz-checkbox/ibiz-checkbox.tsx +++ b/src/editor/check-box/ibiz-checkbox/ibiz-checkbox.tsx @@ -11,9 +11,9 @@ import './ibiz-checkbox.scss'; /** * 选项框 * @primary - * @description 采用轻量化状态切换组件,通过布尔值勾选控制属性状态,支持即时反馈与无障碍操作,适用于配置项开关或编辑器场景。支持的编辑器类型为:选项框。 - * @editorparam {name:selectValue,title:选中时抛出的值,parameterType:number,defaultValue:1,description:选中时抛出的值} - * @editorparam {name:nullValue,title:未选中时抛出的值,parameterType:number,defaultValue:0,description:未选中时抛出的值} + * @description 采用轻量化状态切换组件,通过布尔值勾选控制属性状态,支持即时反馈与无障碍操作,适用于配置项开关或编辑器场景。支持编辑器类型包含:`选项框`。 + * @editorparams {name:selectValue,title:选中时抛出的值,parameterType:number,defaultValue:1,description:选中时抛出的值} + * @editorparams {name:nullValue,title:未选中时抛出的值,parameterType:number,defaultValue:0,description:未选中时抛出的值} * @editorparams {name:triggerMode,parameterType:string,description:指定触发 'change' 事件的模式,例如 'blur' 或 'input' 等} * @ignoreprops autoFocus | overflowMode * @ignoreemits infoTextChange | enter diff --git a/src/editor/color-picker/ibiz-color-picker/ibiz-color-picker.tsx b/src/editor/color-picker/ibiz-color-picker/ibiz-color-picker.tsx index 9951ede7d54d3b981d5ad2fb8df23ab783967631..05f9685888ff79c8b7921ca778b75fdff437c6a7 100644 --- a/src/editor/color-picker/ibiz-color-picker/ibiz-color-picker.tsx +++ b/src/editor/color-picker/ibiz-color-picker/ibiz-color-picker.tsx @@ -8,9 +8,9 @@ import './ibiz-color-picker.scss'; import { ColorPickerEditorController } from '../color-picker-editor.controller'; /** - * 颜色选择器 + * 移动端颜色选择器 * @primary - * @description 轻量化的颜色选择器,支持色板选取、RGB 格式输入及实时预览,满足高效精准的色彩配置需求。支持的编辑器类型为:颜色选择器。 + * @description 轻量化的颜色选择器,支持色板选取、RGB 格式输入及实时预览,满足高效精准的色彩配置需求。支持编辑器类型包含:`移动端颜色选择器`。 * @editorparams {name:triggerMode,parameterType:string,description:指定触发 'change' 事件的模式,例如 'blur' 或 'input' 等} * @ignoreprops autoFocus | overflowMode * @ignoreemits infoTextChange | enter diff --git a/src/editor/data-picker/ibiz-mpicker/ibiz-mpicker.tsx b/src/editor/data-picker/ibiz-mpicker/ibiz-mpicker.tsx index 97b8407d0e73462bdf4d316bb959c180c3dd26ce..0e7881e1fde0095749b8222063bcb36d9fb39ad6 100644 --- a/src/editor/data-picker/ibiz-mpicker/ibiz-mpicker.tsx +++ b/src/editor/data-picker/ibiz-mpicker/ibiz-mpicker.tsx @@ -10,9 +10,9 @@ import { IBizDataMPicker } from '../../common/data-mpicker/ibiz-data-mpicker'; import { IBizCommonRightIcon } from '../../common/right-icon/right-icon'; /** - * 地址框选择器 + * 移动端多数据选择 * @primary - * @description 实现可扩展的数据选择器组件,支持模态化选择视图调用、支持多选操作、多维度数据筛选与选中结果回调处理,提供完整的数据选取交互闭环。支持的编辑器类型为:地址框。 + * @description 实现可扩展的数据选择器组件,支持模态化选择视图调用、支持多选操作、多维度数据筛选与选中结果回调处理,提供完整的数据选取交互闭环。支持编辑器类型包含:`移动端多数据选择`。 * @editorparams {name:triggerMode,parameterType:string,description:指定触发 'change' 事件的模式,例如 'blur' 或 'input' 等} * @ignoreprops autoFocus | overflowMode * @ignoreemits infoTextChange | enter diff --git a/src/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.tsx b/src/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.tsx index d4df57d00e51daa0fabdb0c80633d82ce7a8e1d7..ce39113072b4d77742038f183273c6cc51b2a075 100644 --- a/src/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.tsx +++ b/src/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.tsx @@ -10,9 +10,9 @@ import { clone } from 'ramda'; import { PickerEditorController } from '../picker-editor.controller'; /** - * 数据选择下拉视图 + * 移动端数据选择(下拉视图) * @primary - * @description 通过弹出一个模态来承载选择视图,可通过编辑参数multiple来决定是单选还是多选。支持的编辑器类型为:数据下拉选择视图。 + * @description 通过弹出一个模态来承载选择视图,可通过编辑参数multiple来决定是单选还是多选。支持编辑器类型包含:`移动端数据选择(下拉视图)`。 * @editorparams {name:multiple,title:多选,description:是否多选,parameterType:boolean,default:true} * @editorparams {name:triggerMode,parameterType:string,description:指定触发 'change' 事件的模式,例如 'blur' 或 'input' 等} * @ignoreprops autoFocus | overflowMode diff --git a/src/editor/data-picker/ibiz-picker/ibiz-picker.tsx b/src/editor/data-picker/ibiz-picker/ibiz-picker.tsx index 6481f18566d38930f21451269a18f366208f6246..c70829a5381d35caa8aa9a1bc8ec884427e213ff 100644 --- a/src/editor/data-picker/ibiz-picker/ibiz-picker.tsx +++ b/src/editor/data-picker/ibiz-picker/ibiz-picker.tsx @@ -10,9 +10,9 @@ import { PickerEditorController } from '../picker-editor.controller'; import { usePopstateListener } from '../../../util'; /** - * 数据选择器 + * 移动端数据选择 * @primary - * @description 实现轻量级单选数据选择器组件,支持视图层动态唤起、精准数据匹配及选中结果回调处理,提供高效的单数据点选取解决方案。支持的编辑器类型为:数据选择。 + * @description 实现轻量级单选数据选择器组件,支持视图层动态唤起、精准数据匹配及选中结果回调处理,提供高效的单数据点选取解决方案。支持编辑器类型包含:`移动端数据选择`。 * @editorparams {name:triggerMode,parameterType:string,description:指定触发 'change' 事件的模式,例如 'blur' 或 'input' 等} * @ignoreprops autoFocus | overflowMode * @ignoreemits infoTextChange | enter diff --git a/src/editor/date-picker/ibiz-date-picker/ibiz-date-picker.tsx b/src/editor/date-picker/ibiz-date-picker/ibiz-date-picker.tsx index 9680741fcf4cbe9fe9a4b5e3d7ac2999229cd18a..880a061583aa1cc11a2ad73b3b0e5b6c35368621 100644 --- a/src/editor/date-picker/ibiz-date-picker/ibiz-date-picker.tsx +++ b/src/editor/date-picker/ibiz-date-picker/ibiz-date-picker.tsx @@ -13,9 +13,9 @@ import { IBizCommonRightIcon } from '../../common/right-icon/right-icon'; import { usePopstateListener } from '../../../util'; /** - * 时间选择器 + * 移动端时间选择器 * @primary - * @description 轻量的时间选择器,默认时间格式为年月日-时分秒,可通过配置值格式化串来格式化日期。支持的编辑器类型为:时间选择器(年月日-时分秒),时间选择器,时间选择器(小时),时间选择器(分钟),时间选择器(无日期),时间选择器(无秒钟),时间选择器(无时间),时间选择器(无分钟) + * @description 轻量的时间选择器,默认时间格式为年月日-时分秒,可通过配置值格式化串来格式化日期。支持编辑器类型包含: `移动端时间选择器`、`移动端时间选择器(YYYY-MM-DD HH)`、`移动端时间选择器(YYYY-MM-DD HH:mm)`、`移动端时间选择器(HH:mm:ss)`、`移动端时间选择器(HH:mm)`、`移动端时间选择器(YYYY-MM-DD)`、`移动端时间选择器(YYYY-MM-DD HH:mm:ss)` * @editorparams {name:triggerMode,parameterType:string,description:指定触发 'change' 事件的模式,例如 'blur' 或 'input' 等} * @ignoreprops autoFocus | overflowMode * @ignoreemits infoTextChange | enter diff --git a/src/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.tsx b/src/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.tsx index 8abbd36d22ac0d135744197f2e1e13d01969ad6c..af9984ae25ab20aee93b68c512bac1017693f6db 100644 --- a/src/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.tsx +++ b/src/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.tsx @@ -13,9 +13,9 @@ import { usePopstateListener } from '../../../util'; import { IBizDateRangeCalendar } from '../../../common/date-range-picker/date-range-picker'; /** - * 时间范围选择器 + * 移动端时间范围选择器 * @primary - * @description 提供轻量的时间范围的选择组件,默认支持年月日的时间范围选择。支持的编辑器类型为:时间范围选择。 + * @description 提供轻量的时间范围的选择组件,默认支持年月日的时间范围选择。支持编辑器类型包含: `移动端时间范围选择器`、`移动端时间范围选择器(YYYY-MM-DD)`。 * @editorparams {name:SHOWMODE,parameterType:'DEFAULT' | 'CALENDAR',defaultValue:'DEFALUIT',description:显示模式,值为CALENDAR时,使用日历组件来选择日期范围,值为DEFAULT时,绘制两个时间选择器来绘制日期范围} * @editorparams {name:rangeSeparator,parameterType:string,defaultValue:'~',description:选择范围时的分隔符} * @editorparams {name:valueSeparator,parameterType:string,defaultValue:'',description:值分割符} diff --git a/src/editor/dropdown-list/ibiz-dropdown-list/ibiz-dropdown-list.tsx b/src/editor/dropdown-list/ibiz-dropdown-list/ibiz-dropdown-list.tsx index 1f71e5088a88362fe40d9bd59c13815e894b2a1c..9a0ed6581babcd47eeef45a537437cc66efa81d5 100644 --- a/src/editor/dropdown-list/ibiz-dropdown-list/ibiz-dropdown-list.tsx +++ b/src/editor/dropdown-list/ibiz-dropdown-list/ibiz-dropdown-list.tsx @@ -11,9 +11,9 @@ import { IBizDataMPicker } from '../../common/data-mpicker/ibiz-data-mpicker'; import { usePopstateListener } from '../../../util'; /** - * 下拉选择器-多选 + * 移动端下拉列表(多选) * @primary - * @description 用于在一维数组中进行多项数据选择。支持的编辑器类型为:下拉列表框(多选)。 + * @description 用于在一维数组中进行多项数据选择。支持编辑器类型包含:`移动端下拉列表(多选)`。 * @editorparams {name:triggerMode,parameterType:string,description:指定触发 'change' 事件的模式,例如 'blur' 或 'input' 等} * @ignoreprops autoFocus | overflowMode * @ignoreemits infoTextChange | enter diff --git a/src/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.tsx b/src/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.tsx index 1a5289619a2b9bc16a8d7774be6b41023f141817..c40c1576b64178ff054ea414e94270ee60e093de 100644 --- a/src/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.tsx +++ b/src/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.tsx @@ -10,9 +10,9 @@ import { IBizCommonRightIcon } from '../../common/right-icon/right-icon'; import { usePopstateListener } from '../../../util'; /** - * 下拉选择器 + * 移动端下拉列表(单选) * @primary - * @description 用于在一维数组中进行单项数据选择。支持的编辑器类型为:下拉列表框。 + * @description 用于在一维数组中进行单项数据选择。支持编辑器类型包含:`移动端下拉列表(单选)`。 * @editorparams {name:triggerMode,parameterType:string,description:指定触发 'change' 事件的模式,例如 'blur' 或 'input' 等} * @ignoreprops autoFocus | overflowMode * @ignoreemits infoTextChange | enter diff --git a/src/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.tsx b/src/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.tsx index 021c8a9135a21edc75d40b72449f9be9654d5a27..110fd60c9594a82db60ee757613cf32aa7b82347 100644 --- a/src/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.tsx +++ b/src/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.tsx @@ -10,9 +10,9 @@ import { DropDownListEditorController } from '../dropdown-list-editor.controller import { usePopstateListener } from '../../../util'; /** - * 表情选择器 + * 表情选择器(扩展) * @primary - * @description 通过弹出底部抽屉来绘制表情列表,进而支持对表情数据的搜索与选择。支持的编辑器类型为:下拉列表框(表情选择)。 + * @description 通过弹出底部抽屉来绘制表情列表,进而支持对表情数据的搜索与选择。 * @editorparams {name:triggerMode,parameterType:string,description:指定触发 'change' 事件的模式,例如 'blur' 或 'input' 等} * @ignoreprops autoFocus | overflowMode * @ignoreemits infoTextChange | enter diff --git a/src/editor/html/quill-editor/quill-editor.tsx b/src/editor/html/quill-editor/quill-editor.tsx index 390144b5100821c868dced499308935ea1401342..72582ac1bb1ae0571cedf2839bf49cee03fee9ee 100644 --- a/src/editor/html/quill-editor/quill-editor.tsx +++ b/src/editor/html/quill-editor/quill-editor.tsx @@ -15,9 +15,9 @@ import { HtmlEditorController } from '../html-editor.controller'; import './quill-editor.scss'; /** - * 富文本编辑器 + * 移动端HTML编辑框 * @primary - * @description 基于Quill深度定制可扩展的富文本编辑器,集成文件/图片上传、实时预览及样式配置功能,提供完整的富媒体编辑解决方案。支持的编辑器类型为:HTML编辑器。 + * @description 基于Quill深度定制可扩展的富文本编辑器,集成文件/图片上传、实时预览及样式配置功能,提供完整的富媒体编辑解决方案。支持编辑器类型包含:`移动端HTML编辑框`。 * @editorparams {name:uploadParams,parameterType:IData,defaultvalue:{},description:上传参数} * @editorparams {name:exportParams,parameterType:IData,defaultvalue:{},description:下载参数} * @editorparams {name:SHOWTOOLBAR,parameterType:boolean,defaultvalue:true,description:显示工具栏} diff --git a/src/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.tsx b/src/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.tsx index 2200f8037785ba7cde0ed8741a7ce6e6bd829e4b..0dd6efb2c813eff32a7ce803d41caa52978ad6e7 100644 --- a/src/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.tsx +++ b/src/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.tsx @@ -20,9 +20,9 @@ import { MarkDownEditorController } from '../markdown-editor.controller'; import './ibiz-markdown-editor.scss'; /** - * markdown编辑器 + * 移动端Markdown编辑框 * @primary - * @description 轻量化的颜色选择器,支持色板选取、RGB 格式输入及实时预览,满足高效精准的色彩配置需求。支持的编辑器类型为:markdown编辑器。 + * @description 用于Markdown文档编辑。支持编辑器类型包含:`移动端Markdown编辑框`。 * @editorparams {name:uploadparams,parameterType:IData,defaultvalue:{},description:上传参数} * @editorparams {name:exportparams,parameterType:IData,defaultvalue:{},description:下载参数} * @editorparams {name:triggerMode,parameterType:string,description:指定触发 'change' 事件的模式,例如 'blur' 或 'input' 等} diff --git a/src/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.tsx b/src/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.tsx index 7c35440bf6a8ad29793b4e327434f415a28a09f0..60d1e4f047ed49cd18e41a2bbd284adf04bab66f 100644 --- a/src/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.tsx +++ b/src/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.tsx @@ -10,9 +10,9 @@ import { toNumber } from 'lodash-es'; import { NumberRangeEditorController } from '../number-range-editor.controller'; /** - * 数值范围选择器 + * 移动端数值范围编辑框 * @primary - * @description 实现移动端优化的数值范围选择器组件,支持双滑块精准控制、边界限制与手势交互,提供流畅的区间值选取体验。支持的编辑器类型为:数值范围选择器。 + * @description 实现移动端优化的数值范围选择器组件,支持双滑块精准控制、边界限制与手势交互,提供流畅的区间值选取体验。支持编辑器类型包含:`移动端数值范围编辑框`。 * @editorparams {name:maxValue,parameterType:string,defaultvalue:Infinity,description:最大值} * @editorparams {name:minValue,parameterType:string,defaultvalue:-Infinity,description:最小值} * @editorparams {name:valueSeparator,parameterType:string,defaultvalue:'-',description:数值范围分隔符} diff --git a/src/editor/qrcode/ibiz-qrcode/ibiz-qrcode.tsx b/src/editor/qrcode/ibiz-qrcode/ibiz-qrcode.tsx index df77ce3c934f47d5b2cf2af717c677560201d743..f7a1f0d7d742c2937f858b06b58e6b81ee8d13d0 100644 --- a/src/editor/qrcode/ibiz-qrcode/ibiz-qrcode.tsx +++ b/src/editor/qrcode/ibiz-qrcode/ibiz-qrcode.tsx @@ -9,9 +9,9 @@ import { QrcodeEditorController } from '../qrcode-editor.controller'; import './ibiz-qrcode.scss'; /** - * 二维码组件 + * 移动端二维码阅读器 * @primary - * @description 支持将指定的值转换为二维码图片。支持的编辑器类型为:二维码编辑器。 + * @description 支持将指定的值转换为二维码图片。支持编辑器类型包含:`移动端二维码阅读器`。 * @ignoreprops autoFocus | overflowMode * @ignoreemits infoTextChange | enter | change | focus | blur */ diff --git a/src/editor/radio-button-list/ibiz-radio/ibiz-radio.tsx b/src/editor/radio-button-list/ibiz-radio/ibiz-radio.tsx index 45af7fc462f6863bc63ccc4145f0b15d0d63f72a..612d4c6d757f001b19aa56b806ac53e949a2eaec 100644 --- a/src/editor/radio-button-list/ibiz-radio/ibiz-radio.tsx +++ b/src/editor/radio-button-list/ibiz-radio/ibiz-radio.tsx @@ -9,9 +9,9 @@ import './ibiz-radio.scss'; import { RadioButtonListEditorController } from '../radio-button-list.controller'; /** - * 单选框列表 + * 移动端单选项列表 * @primary - * @description 实现轻量化单选框列表组件,支持数据驱动渲染、选项互斥选择与状态回调,适用于标准化单项数据选取场景。支持的编辑器类型为:单选框列表。 + * @description 实现轻量化单选框列表组件,支持数据驱动渲染、选项互斥选择与状态回调,适用于标准化单项数据选取场景。支持编辑器类型包含:`移动端单选项列表`。 * @editorparams {name:triggerMode,parameterType:string,description:指定触发 'change' 事件的模式,例如 'blur' 或 'input' 等} * @ignoreprops autoFocus | overflowMode * @ignoreemits infoTextChange | enter diff --git a/src/editor/rate/ibiz-rate/ibiz-rate.tsx b/src/editor/rate/ibiz-rate/ibiz-rate.tsx index c5d1ce79c5c2b9d18ab4a93e847e6ca9ffc252b8..fb56354cb9dc6acd203f5de9eded31c831b3c43e 100644 --- a/src/editor/rate/ibiz-rate/ibiz-rate.tsx +++ b/src/editor/rate/ibiz-rate/ibiz-rate.tsx @@ -10,9 +10,9 @@ import { RateEditorController } from '../rate-editor.controller'; import './ibiz-rate.scss'; /** - * 评分器 + * 移动端评分器 * @primary - * @description 用于给某些东西进行评分,通过图标的多少来表示评分。支持的编辑器类型为:评分器。 + * @description 用于给某些东西进行评分,通过图标的多少来表示评分。支持编辑器类型包含:`移动端评分器`。 * @editorprops {name:maxValue,parameterType:number,defaultvalue:5,description:设置允许的最大值} * @editorparams {name:triggerMode,parameterType:string,description:指定触发 'change' 事件的模式,例如 'blur' 或 'input' 等} * @ignoreprops autoFocus | overflowMode diff --git a/src/editor/raw/ibiz-raw/ibiz-raw.tsx b/src/editor/raw/ibiz-raw/ibiz-raw.tsx index c1adfaae3e3a12c19ae758f2dfc6e36c23ed08fb..0bd188b96d682b52dcccc7a71f39367b2627dd00 100644 --- a/src/editor/raw/ibiz-raw/ibiz-raw.tsx +++ b/src/editor/raw/ibiz-raw/ibiz-raw.tsx @@ -10,10 +10,10 @@ import './ibiz-raw.scss'; /** * 直接内容 * @primary - * @description 用于直接显示某个值或图片的编辑器,支持通过freemarker表达式动态获取值。支持的编辑器类型为:直接内容。 - * @editorprops {name:contenttype,parameterType:string,defaultvalue:TEXT,description:内容类型} - * @editorprops {name:template,parameterType:string,description:freeMarker模版字符串} - * @editorprops {name:TEMPLATE,parameterType:string,description:freeMarker模版字符串} + * @description 用于直接显示某个值或图片的编辑器,支持通过freemarker表达式动态获取值。支持编辑器类型包含:`直接内容`。 + * @editorparams {name:contenttype,parameterType:string,defaultvalue:TEXT,description:内容类型} + * @editorparams {name:template,parameterType:string,description:freeMarker模版字符串} + * @editorparams {name:TEMPLATE,parameterType:string,description:freeMarker模版字符串} * @editorparams {name:triggerMode,parameterType:string,description:指定触发 'change' 事件的模式,例如 'blur' 或 'input' 等} * @ignoreprops autoFocus | overflowMode * @ignoreemits infoTextChange | enter diff --git a/src/editor/slider/ibiz-slider/ibiz-slider.tsx b/src/editor/slider/ibiz-slider/ibiz-slider.tsx index fbf3d559d3432de8d77f86e17efdeea701c0dd24..9ab0ac68c2fe098a6d03ba963e44844e0726e641 100644 --- a/src/editor/slider/ibiz-slider/ibiz-slider.tsx +++ b/src/editor/slider/ibiz-slider/ibiz-slider.tsx @@ -10,9 +10,9 @@ import { SliderEditorController } from '../slider-editor.controller'; import './ibiz-slider.scss'; /** - * 滑动条 + * 移动端滑动输入条 * @primary - * @description 通过拖动滑块来改变值。支持的编辑器参数为:滑动条编辑器。 + * @description 通过拖动滑块来改变值。支持编辑器类型包含:`移动端滑动输入条`。 * @editorparams {name:stepValue,parameterType:number,defaultvalue:1,description:步长} * @editorparams {name:maxValue,parameterType:number,defaultvalue:100,description:最大值} * @editorparams {name:minValue,parameterType:number,defaultvalue:0,description:最小值} diff --git a/src/editor/span/span-link/span-link.tsx b/src/editor/span/span-link/span-link.tsx index fa53070d02bc7c54992190ec4281a2e37ae83005..4811d3baa7ea68825c3f9993f419ba0e7968a560 100644 --- a/src/editor/span/span-link/span-link.tsx +++ b/src/editor/span/span-link/span-link.tsx @@ -9,7 +9,7 @@ import './span-link.scss'; import { SpanEditorController } from '../span-editor.controller'; /** - * 标签链接 + * 标签(数据链接) * * @description 直接呈现文本内容,可配置数据链接视图用于视图跳转。支持编辑器类型包含:`标签(数据链接)` * @primary diff --git a/src/editor/span/span/span.tsx b/src/editor/span/span/span.tsx index aa74ba47189c0186e0b9a50e1cd98867acb3a5a2..a33995a7dcd795fffcae7558c98eefb238ecf7a7 100644 --- a/src/editor/span/span/span.tsx +++ b/src/editor/span/span/span.tsx @@ -26,7 +26,7 @@ function isValidDateFormat(dateStr: string, format: string): boolean { * 标签 * @primary * @description 直接呈现文本内容。支持编辑器类型包含:`标签` - * @editorparams {name:REVERSECOLOR,parameterType:boolean,defaultvalue:'',description:是否反转颜色,即代码表项的color是否用于代码表项的背景色} + * @editorparams {name:REVERSECOLOR,parameterType:boolean,description:是否反转颜色,即代码表项的color是否用于代码表项的背景色} * @editorparams {name:SHOWMODE,parameterType:'DEFAULT' | 'ICON' | 'TEXT',defaultvalue:'DEFAULT',description:显示模式,即代码表项的显示情况,值为DEFAULT:显示图标和文本,值为ICON:只显示图标,值为TEXT:只显示文本} * @ignoreprops autoFocus | overflowMode * @ignoreemits infoTextChange | enter | change | blur | focus diff --git a/src/editor/stepper/ibiz-stepper/ibiz-stepper.tsx b/src/editor/stepper/ibiz-stepper/ibiz-stepper.tsx index 889734766ce892be285a97ea97ab1d01b4a172df..186b8e07278f105126d605af3fb514568c539ecd 100644 --- a/src/editor/stepper/ibiz-stepper/ibiz-stepper.tsx +++ b/src/editor/stepper/ibiz-stepper/ibiz-stepper.tsx @@ -9,9 +9,9 @@ import { StepperEditorController } from '../stepper-editor.controller'; import './ibiz-stepper.scss'; /** - * 步进器 + * 移动端步进器 * - * @description 用于仅允许输入标准的数字值的场景。支持编辑器类型包含:`步进器` + * @description 用于仅允许输入标准的数字值的场景。支持编辑器类型包含:`移动端步进器` * @primary * @editorparams {name:stepValue,parameterType:number,defaultvalue:1,description:设置递增递减的步进控制} * @editorparams {name:precision,parameterType:number,defaultvalue:0,description:设置数值精度} diff --git a/src/editor/switch/ibiz-switch/ibiz-switch.tsx b/src/editor/switch/ibiz-switch/ibiz-switch.tsx index 8a787eb286ea4ef0e358df0c4e09c98a4f5c3edc..1609169d41de871804095fd999d318ff81525db4 100644 --- a/src/editor/switch/ibiz-switch/ibiz-switch.tsx +++ b/src/editor/switch/ibiz-switch/ibiz-switch.tsx @@ -9,9 +9,9 @@ import './ibiz-switch.scss'; import { SwitchEditorController } from '../switch-editor.controller'; /** - * 开关 + * 移动端开关部件 * - * @description 表示两种相互对立的状态间的切换,多用于触发「开/关」。支持编辑器类型包含:`开关部件` + * @description 表示两种相互对立的状态间的切换,多用于触发「开/关」。支持编辑器类型包含:`移动端开关部件` * @primary * @ignoreprops overflowMode * @ignoreemits blur | focus | enter | infoTextChange diff --git a/src/editor/text-box/ibiz-input-number/ibiz-input-number.tsx b/src/editor/text-box/ibiz-input-number/ibiz-input-number.tsx index 2c8a8a58f3af7f070eacb852e20362a0a7dc0021..555d4bd314f854897b399079555cca53a778ce52 100644 --- a/src/editor/text-box/ibiz-input-number/ibiz-input-number.tsx +++ b/src/editor/text-box/ibiz-input-number/ibiz-input-number.tsx @@ -9,9 +9,9 @@ import { floor } from 'lodash-es'; import { TextBoxEditorController } from '../text-box-editor.controller'; /** - * 数值框 + * 移动端数值框 * - * @description 用于仅允许输入标准的数字值的场景。支持编辑器类型包含:`数值框` + * @description 用于仅允许输入标准的数字值的场景。支持编辑器类型包含:`移动端数值框` * @primary * @editorparams {name:precision,parameterType:number,description:设置数值精度} * @ignoreprops overflowMode diff --git a/src/editor/text-box/input/input.tsx b/src/editor/text-box/input/input.tsx index b61cccbbb2c2785612f3a315dae672fb61162e72..1e960c52ed791af1c74876685314a4920f0b5f34 100644 --- a/src/editor/text-box/input/input.tsx +++ b/src/editor/text-box/input/input.tsx @@ -10,9 +10,9 @@ import './input.scss'; import { TextBoxEditorController } from '../text-box-editor.controller'; /** - * 文本框 + * 移动端文本框 * - * @description 用于数据录入,通过鼠标或键盘输入字符。支持编辑器类型包含:`文本框`、`多行输入框`、`密码框` + * @description 用于数据录入,通过键盘输入字符。支持编辑器类型包含:`移动端文本框`、`移动端多行文本`、`移动端密码框` * @primary * @ignoreprops overflowMode * @ignoreemits infoTextChange diff --git a/src/editor/upload/ibiz-file-upload/ibiz-file-upload.tsx b/src/editor/upload/ibiz-file-upload/ibiz-file-upload.tsx index 78daea159d35f574ae32caada5030cabd7a3d414..d2f1e402557b41b41f7ebeb4f75565807b4adc20 100644 --- a/src/editor/upload/ibiz-file-upload/ibiz-file-upload.tsx +++ b/src/editor/upload/ibiz-file-upload/ibiz-file-upload.tsx @@ -9,9 +9,9 @@ import { useVanUpload } from '../use/use-van-upload'; import { UploadEditorController } from '../upload-editor.controller'; /** - * 文件上传组件 + * 移动端文件控件 * @primary - * @description 用于对文件进行上传,可限制上传文件类型与数量,并对已上传的文件进行回显。支持编辑器类型包含:文件控件(单项),文件控件。 + * @description 用于对文件进行上传,可限制上传文件类型与数量,并对已上传的文件进行回显。支持编辑器类型包含:`移动端文件控件(单项)`、`移动端文件控件(多项)` * @editorparams {name:multiple,parameterType:boolean,description:是否支持多选文件} * @editorparams {name:accept,parameterType:string,description:允许上传的文件类型} * @editorparams {name:uploadParams,parameterType:IData,description:上传参数} diff --git a/src/editor/upload/ibiz-image-cropping/ibiz-image-cropping.tsx b/src/editor/upload/ibiz-image-cropping/ibiz-image-cropping.tsx index d78feecb52f88e56006c59435315ba4a09ed6345..e403e4252a175b748575908ef278256410d618b9 100644 --- a/src/editor/upload/ibiz-image-cropping/ibiz-image-cropping.tsx +++ b/src/editor/upload/ibiz-image-cropping/ibiz-image-cropping.tsx @@ -11,9 +11,9 @@ import { useVanUpload } from '../use/use-van-upload'; import { UploadEditorController } from '../upload-editor.controller'; /** - * 图片裁剪上传 + * 图片裁剪上传(扩展) * @primary - * @description 用于对指定的图片进行裁剪,并根据裁剪内容生成新的图片后将其进行上传。支持编辑器类型包含:图片控件(单项)。 + * @description 用于对指定的图片进行裁剪,并根据裁剪内容生成新的图片后将其进行上传。 * @editorparams {name:multiple,parameterType:boolean,description:是否支持多选文件} * @editorparams {name:accept,parameterType:string,description:允许上传的文件类型} * @editorparams {name:STOPPROPAGATION,parameterType:boolean,description:是否阻止默认点击} diff --git a/src/editor/upload/ibiz-image-select/ibiz-image-select.tsx b/src/editor/upload/ibiz-image-select/ibiz-image-select.tsx index d6e5d4cbda72803f814388729797280eb9d6d5bd..80e01d067f62b66a87098c59603d9dae3b39862b 100644 --- a/src/editor/upload/ibiz-image-select/ibiz-image-select.tsx +++ b/src/editor/upload/ibiz-image-select/ibiz-image-select.tsx @@ -11,9 +11,9 @@ import { UploadEditorController } from '../upload-editor.controller'; import { useVanUpload } from '../use/use-van-upload'; /** - * 图片选择 + * 移动端图片控件(单项、直接内容) * @primary - * @description 用于选择图片并可以进行预览。支持编辑器类型包含:图片控件,图片控件(单项)。 + * @description 用于选择图片并可以进行预览。支持编辑器类型包含:`移动端图片控件(单项、直接内容)`。 * @editorparams {name:STOPPROPAGATION,parameterType:boolean,description:是否阻止默认点击} * @editorparams {name:uploadParams,parameterType:IData,description:上传参数} * @editorparams {name:exportParams,parameterType:IData,description:下载参数} diff --git a/src/editor/upload/ibiz-image-upload/ibiz-image-upload.tsx b/src/editor/upload/ibiz-image-upload/ibiz-image-upload.tsx index 150bc7a3ae28d3ae059bfb0b34204c8c1b14831f..6df3916dbabec553f343b391793956474a5dc5f5 100644 --- a/src/editor/upload/ibiz-image-upload/ibiz-image-upload.tsx +++ b/src/editor/upload/ibiz-image-upload/ibiz-image-upload.tsx @@ -11,9 +11,9 @@ import { useVanUpload } from '../use/use-van-upload'; import { UploadEditorController } from '../upload-editor.controller'; /** - * 图片上传 + * 移动端图片控件 * @primary - * @description 用于对指定的图片文件类型进行上传。支持编辑器类型包含:图片控件,图片控件(单项)。 + * @description 用于对指定的图片文件类型进行上传。支持编辑器类型包含:`移动端图片控件(单项)`、`移动端图片控件(多项)`。 * @editorparams {name:multiple,parameterType:boolean,description:是否支持多选文件} * @editorparams {name:accept,parameterType:string,description:允许上传的文件类型} * @editorparams {name:STOPPROPAGATION,parameterType:boolean,description:是否阻止默认点击} diff --git a/src/panel-component/async-action/mob-async-action.tsx b/src/panel-component/async-action/mob-async-action.tsx index 30097b39110cda0939064eaeeb3ff5c676d10cbf..2676fa03ba4dfcde71e52d0537520413f78d952b 100644 --- a/src/panel-component/async-action/mob-async-action.tsx +++ b/src/panel-component/async-action/mob-async-action.tsx @@ -6,7 +6,7 @@ import { AsyncActionTab } from './async-action-tab/async-action-tab'; import './mob-async-action.scss'; /** - * 移动端后台作业组件 + * 后台作业组件 * @primary * @description 用于在一些需要后台异步操作(如上传导入文件)的场景下,对异步操作过程和结果进行通知。 */ diff --git a/src/panel-component/wf-step-trace/wf-step-trace.tsx b/src/panel-component/wf-step-trace/wf-step-trace.tsx index 4168c563df41e946b35ab8344177e3ff397efe44..43dd6d7284189df87c53c9dc9fdcb8e9d5927742 100644 --- a/src/panel-component/wf-step-trace/wf-step-trace.tsx +++ b/src/panel-component/wf-step-trace/wf-step-trace.tsx @@ -11,6 +11,9 @@ import './wf-step-trace.scss'; export const WFStepTrace = defineComponent({ name: 'IBizWFStepTrace', props: { + /** + * @description 流程跟踪组件控制器 + */ controller: { type: WFStepTraceController, required: true,