FunctionMobileCheckListPicker({
value,
defaultValue,
onChange,
options = [],
placeholder = '请选择',
disabled,
multiple,
class
src/components/mobileCheckListPicker/index.tsx:42
FunctionMobileColorPicker({
value,
onChange,
presets,
fallback,
ariaLabel,
title,
presetLabel,
debounceMs = 280,
disa
src/components/mobileColorPicker/index.tsx:18
FunctionMobileDatePicker({
value,
defaultValue,
onChange,
placeholder = '请选择',
disabled,
className,
style,
title,
pi
src/components/mobileDatePicker/index.tsx:39
FunctionMobileRangeDatePicker({
value,
endIsPresent = false,
presentLabel = '至今',
onChange,
placeholder = ['开始', '结束'],
disable
src/components/mobileDatePicker/index.tsx:118
FunctionModifyDiffBubble({
content,
diffs,
visibleCount,
resolved,
appliedIds,
cancelledIds,
onApplyOne,
onCancelOne,
src/views/edit/components/panel/components/aiModify/modifyDiffBubble.tsx:136
FunctionModulePanelTitleEdit({
resetKey,
title,
fallbackTitle,
maxLength = 40,
disabled = false,
panelItemId,
onCommit,
}: M
src/views/edit/components/panel/components/modulePanelTitleEdit.tsx:18
FunctionResponsiveRangeDatePicker({
startDate,
endDate,
onChange,
placeholder,
disabled,
style,
className,
format = 'YYYY-MM',
src/components/responsiveDatePicker/index.tsx:74
FunctionResumeColorPanel({
value,
fallback,
presets,
presetLabel,
onChange,
onChangeComplete,
}: ResumeColorPanelProps)
src/components/colorPickerPanel/index.tsx:23
FunctionRichTextEditor({
instanceKey,
html,
onHtmlChange,
placeholder,
onAiPolishClick,
maxPlainLength = RICH_TEXT_MAX_P
src/components/richTextEditor/index.tsx:217
FunctionSafeText({
text,
selectable,
className,
style,
children,
dataItemId,
}: {
text?: string;
selectable: b
src/modules/shared/safeText.tsx:3
FunctionSectionHeaderType10({
title,
color,
fontSizeCss,
fontSizeNum,
sectionOrdinal,
}: {
title: string;
color: string;
src/modules/header/sectionHeaderType10.tsx:4
FunctionSectionModuleShell({
moduleId,
activeModuleId,
headerConfig,
moduleType,
globalStyle,
showHeader = true,
sectionOr
src/modules/layout/sectionModuleShell.tsx:20
FunctionSelectableRichDescription({
html,
fontSize,
lineHeight,
className = 'text-black',
selectable = true,
dataItemId,
}: Selecta
src/components/selectableRichDescription/index.tsx:14
FunctionSortableModuleList({
modules,
onReorder,
onDelete,
dragSortAria,
deleteAria,
pinnedAria,
}: {
modules: ModuleRow[]
src/views/edit/components/header/moduleManage.tsx:182