Regression / regression (push) Canceled after 0s
安全:CHANGELOG.md 是仓库内部变更流水(含服务器目录、镜像回滚标签、内网网段、
部署时序、AI 工作流用语),此前被 build-site.ps1 / precompute.mjs / build-mobile.mjs
原样注入站点,而站点是公网可下载的静态文件 —— 抓一次 /site/m/changelog.html
即可拿到内网地址段与服务器目录布局。
- 新增 tools/lib/redact-publish.mjs(零依赖,构建期过滤,不改 CHANGELOG.md,
内部可追溯性完整保留)
- 接入 precompute.mjs(PC data.json/changelog.json)与 build-mobile.mjs
(移动端更新日志页);build-site.ps1 不碰(ASCII-only 铁律)
- 只处理 changelog 字段:components[].sources 是规范实现源码,逐字保真
(详情页代码区主动高亮注释,剥注释会破坏该功能)
- 实测消除:/opt/aurora-admin.prev-*、kole-ui-showcase:pre-*、docker compose、
192.168.5.7、16 位产物指纹、1531/1531、并发会话/本会话/派子 agent
- settings.html 演示占位 IP 192.168.5.0/24(= 真实网段)改为 RFC 5737 的 192.0.2.0/24
品牌:Kole Cup 饮料杯标记定稿(几何 K → 圆角杯盖 + 杯身负空间 K,无吸管),
brand-mark.json 升 schemaVersion 3(paths 支持 { d, evenodd }),
verify:brand 增至 25 条(新增 B9b:负空间必须带 fill-rule)。
验证:发布集 2465 文件全量扫描 0 泄露;PC 回归 100%(1464/1464) ·
移动端 100%(807/807);门禁品牌 25 / 隔离 31 / 移动文档 12 / 示例 9 / 版本 40 / i18n 17 全绿;
已按 AGENTS §九 发布公网,2461/2461 逐字节一致,五项验收全过。
已知未处理(既有缺口,ROADMAP S7-P28 已记录):data.mobile.json 的
meta.generated 为墙上时钟,会让 CI 的「生成物可复现」断言在重跑构建后永远非空;
该 CI 流水线本身亦从未通过(无 runner)。
1723 lines
85 KiB
HTML
1723 lines
85 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<script>
|
||
(function () {
|
||
var m = 'auto';
|
||
try { var v = localStorage.getItem('kole-mode'); if (v === 'light' || v === 'dark' || v === 'auto') m = v; } catch (e) {}
|
||
var dark = m === 'dark' || (m === 'auto' && window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches);
|
||
document.documentElement.classList.toggle('kole-dark', !!dark);
|
||
document.documentElement.style.colorScheme = dark ? 'dark' : 'light';
|
||
})();
|
||
</script>
|
||
<link rel="icon" href="../../assets/kole-mark.svg">
|
||
<meta name="theme-color" content="#FFFFFF" media="(prefers-color-scheme: light)">
|
||
<meta name="theme-color" content="#1C1F26" media="(prefers-color-scheme: dark)">
|
||
<title>输入框 Input — Kole UI Mobile</title>
|
||
<meta name="description" content="输入框 Input:移动端组件(6 端实现:CSS / H5 原生 / React / Vue 2 / Vue 3 / uni-app)。与 PC 端物理隔离:类名 kole-m-、令牌 --kole-m-。规格来源:移动端规格 27 · 输入框 Input。">
|
||
<link rel="stylesheet" href="../../../.design_library/kole-ui-mobile/colors_and_type.css">
|
||
<link rel="stylesheet" href="../style.css">
|
||
</head>
|
||
<body>
|
||
<header class="m-top">
|
||
<div class="m-top-inner">
|
||
<a class="m-logo" href="../index.html">
|
||
<span class="m-logo-mark" data-brand-mark="mono" aria-hidden="true"></span>
|
||
<span class="m-logo-text">Kole UI<em>移动端</em></span>
|
||
</a>
|
||
<div class="m-ver-picker" id="m-ver-picker">
|
||
<button id="m-ver-trigger" class="m-ver-trigger" type="button" data-single="1" aria-haspopup="listbox" aria-expanded="false" aria-label="选择版本" title="文档版本(清单来自部署根的 versions.json)">
|
||
<span id="m-ver">v1.0.0</span>
|
||
<svg class="m-ver-caret" width="11" height="11" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="m6 9 6 6 6-6"/></svg>
|
||
</button>
|
||
<div id="m-ver-menu" class="m-ver-menu hidden" role="listbox" aria-label="文档版本">
|
||
<div class="m-ver-menu-head" id="m-ver-head">文档版本</div>
|
||
</div>
|
||
</div>
|
||
<nav class="m-nav"> <a href="../index.html" class="active" aria-current="page">组件总览</a>
|
||
<a href="../guide.html">快速开始</a>
|
||
<a href="../design.html">设计规范</a>
|
||
<a href="../faq.html">常见问题</a>
|
||
<a href="../changelog.html">更新日志</a></nav>
|
||
<div class="m-mode">
|
||
<button id="m-mode-trigger" class="m-mode-trigger" type="button" aria-haspopup="listbox" aria-expanded="false" aria-label="主题模式" title="主题模式">
|
||
<svg class="m-mode-icon" id="m-icon-moon" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></svg>
|
||
<svg class="m-mode-icon" id="m-icon-sun" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" style="display:none"><circle cx="12" cy="12" r="4"/><path d="M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41"/></svg>
|
||
<svg class="m-mode-icon" id="m-icon-auto" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" style="display:none"><rect x="3" y="4" width="18" height="13" rx="2"/><path d="M8 21h8M12 17v4"/></svg>
|
||
<span id="m-mode-cur">自动模式</span>
|
||
<svg class="m-mode-caret" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="m6 9 6 6 6-6"/></svg>
|
||
</button>
|
||
<div id="m-mode-menu" class="m-menu hidden" role="listbox" aria-label="主题模式">
|
||
<div class="m-menu-head">主题模式</div>
|
||
<button class="m-menu-opt" type="button" role="option" data-mode="light" aria-selected="false"><span data-mode-label="light">日间模式</span></button>
|
||
<button class="m-menu-opt" type="button" role="option" data-mode="dark" aria-selected="false"><span data-mode-label="dark">夜间模式</span></button>
|
||
<button class="m-menu-opt" type="button" role="option" data-mode="auto" aria-selected="true"><span data-mode-label="auto">自动模式</span></button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</header>
|
||
|
||
<div class="m-body">
|
||
<details class="m-side" open>
|
||
<summary><span>移动端导航</span><span class="cur">输入框</span></summary>
|
||
<nav>
|
||
<div class="m-side-section"><span>平台</span></div>
|
||
<a class="m-side-link m-side-platform" href="../../index.html"><span class="sp-top"><span class="sp-name">PC 端组件</span></span><span class="sp-sub">103 个中后台组件 · 5 端</span></a>
|
||
<a class="m-side-link m-side-platform" href="../index.html"><span class="sp-top"><span class="sp-name">移动端组件</span><span class="sp-badge">当前</span></span><span class="sp-sub">47 个组件 · 6 端 · 含 uni-app</span></a>
|
||
<div class="m-side-section"><span>开发指南</span></div>
|
||
<a class="m-side-link" href="../index.html">组件总览</a>
|
||
<a class="m-side-link" href="../guide.html">快速开始</a>
|
||
<a class="m-side-link" href="../design.html">设计规范</a>
|
||
<a class="m-side-link" href="../faq.html">常见问题</a>
|
||
<a class="m-side-link" href="../changelog.html">更新日志</a>
|
||
<a class="m-side-link" href="../platform.html">平台与端<em>移动端</em></a>
|
||
<a class="m-side-link" href="../../../tests/mobile/index.html" target="_blank">测试与回归<em>移动端</em></a>
|
||
<div class="m-side-section"><span>组件</span><span class="cnt">47</span></div>
|
||
<div class="m-side-group"><span>通用</span><span class="cnt">5</span></div>
|
||
<a class="m-side-link" href="mobile-button.html">按钮<em>Button</em></a>
|
||
<a class="m-side-link" href="mobile-divider.html">分割线<em>Divider</em></a>
|
||
<a class="m-side-link" href="mobile-icon.html">图标<em>Icon</em></a>
|
||
<a class="m-side-link" href="mobile-layout.html">布局<em>Layout</em></a>
|
||
<a class="m-side-link" href="mobile-link.html">链接<em>Link</em></a>
|
||
<div class="m-side-group"><span>导航</span><span class="cnt">6</span></div>
|
||
<a class="m-side-link" href="navbar.html">顶部导航栏<em>NavBar</em></a>
|
||
<a class="m-side-link" href="tabbar.html">底部标签栏<em>TabBar</em></a>
|
||
<a class="m-side-link" href="mobile-grid.html">宫格<em>Grid</em></a>
|
||
<a class="m-side-link" href="mobile-steps.html">步骤条<em>Steps</em></a>
|
||
<a class="m-side-link" href="mobile-segmented.html">分段器<em>Segmented</em></a>
|
||
<a class="m-side-link" href="mobile-sticky.html">吸顶容器<em>Sticky</em></a>
|
||
<div class="m-side-group"><span>数据录入</span><span class="cnt">16</span></div>
|
||
<a class="m-side-link" href="mobile-numberkeyboard.html">数字键盘<em>NumberKeyboard</em></a>
|
||
<a class="m-side-link" href="mobile-datepicker.html">日期选择器<em>DatePicker</em></a>
|
||
<a class="m-side-link is-active" href="mobile-input.html" aria-current="page">输入框<em>Input</em></a>
|
||
<a class="m-side-link" href="mobile-search.html">搜索框<em>Search</em></a>
|
||
<a class="m-side-link" href="mobile-stepper.html">步进器<em>Stepper</em></a>
|
||
<a class="m-side-link" href="mobile-switch.html">开关<em>Switch</em></a>
|
||
<a class="m-side-link" href="mobile-textarea.html">多行文本框<em>Textarea</em></a>
|
||
<a class="m-side-link" href="mobile-checkbox.html">多选框<em>Checkbox</em></a>
|
||
<a class="m-side-link" href="mobile-form.html">表单<em>Form</em></a>
|
||
<a class="m-side-link" href="mobile-radio.html">单选框<em>Radio</em></a>
|
||
<a class="m-side-link" href="mobile-rate.html">评分<em>Rate</em></a>
|
||
<a class="m-side-link" href="mobile-slider.html">滑动选择器<em>Slider</em></a>
|
||
<a class="m-side-link" href="mobile-cascader.html">级联选择器<em>Cascader</em></a>
|
||
<a class="m-side-link" href="mobile-colorpicker.html">颜色选择器<em>ColorPicker</em></a>
|
||
<a class="m-side-link" href="mobile-picker.html">选择器<em>Picker</em></a>
|
||
<a class="m-side-link" href="mobile-upload.html">上传<em>Upload</em></a>
|
||
<div class="m-side-group"><span>数据展示</span><span class="cnt">8</span></div>
|
||
<a class="m-side-link" href="cell.html">单元格<em>Cell</em></a>
|
||
<a class="m-side-link" href="mobile-badge.html">徽标<em>Badge</em></a>
|
||
<a class="m-side-link" href="mobile-tag.html">标签<em>Tag</em></a>
|
||
<a class="m-side-link" href="mobile-avatar.html">头像<em>Avatar</em></a>
|
||
<a class="m-side-link" href="mobile-list.html">列表<em>List</em></a>
|
||
<a class="m-side-link" href="mobile-collapse.html">折叠面板<em>Collapse</em></a>
|
||
<a class="m-side-link" href="mobile-table.html">表格<em>Table</em></a>
|
||
<a class="m-side-link" href="mobile-typography.html">排版<em>Typography</em></a>
|
||
<div class="m-side-group"><span>反馈</span><span class="cnt">12</span></div>
|
||
<a class="m-side-link" href="actionsheet.html">动作面板<em>ActionSheet</em></a>
|
||
<a class="m-side-link" href="pullrefresh.html">下拉刷新<em>PullRefresh</em></a>
|
||
<a class="m-side-link" href="swipecell.html">滑动单元格<em>SwipeCell</em></a>
|
||
<a class="m-side-link" href="mobile-popup.html">弹出层<em>Popup</em></a>
|
||
<a class="m-side-link" href="mobile-toast.html">轻提示<em>Toast</em></a>
|
||
<a class="m-side-link" href="mobile-dialog.html">对话框<em>Dialog</em></a>
|
||
<a class="m-side-link" href="mobile-noticebar.html">通知栏<em>NoticeBar</em></a>
|
||
<a class="m-side-link" href="mobile-loading.html">加载<em>Loading</em></a>
|
||
<a class="m-side-link" href="mobile-progress.html">进度条<em>Progress</em></a>
|
||
<a class="m-side-link" href="mobile-message.html">消息通知<em>Message</em></a>
|
||
<a class="m-side-link" href="mobile-overlay.html">遮罩层<em>Overlay</em></a>
|
||
<a class="m-side-link" href="mobile-popover.html">弹出气泡<em>Popover</em></a>
|
||
</nav>
|
||
</details>
|
||
<main class="m-main">
|
||
<section class="m-hero">
|
||
<h1>输入框<span class="en" style="font-family: var(--kole-font-family-num); font-size: 14px; color: var(--kole-color-text-secondary); margin-left: 8px;">Input</span></h1>
|
||
<p>在一行内收集单行文本(姓名、手机号、金额、验证码等)</p>
|
||
<p style="margin-top: 8px;" class="m-chips">
|
||
<span class="m-chip m">数据录入</span>
|
||
<span class="m-chip">规格 27 · 输入框 Input</span>
|
||
<span class="m-chip">6 端实现</span>
|
||
<span class="m-chip">触摸优先</span>
|
||
</p>
|
||
<div class="m-code" style="margin-top: var(--kole-space-12);">
|
||
<div class="m-code-head"><span>引入(H5 原生;其余 5 端见「快速开始」)</span><button class="m-copy" type="button" data-copy="code-import">复制</button></div>
|
||
<pre id="code-import"><code><!-- ① 令牌:PC 令牌 + 移动端 --kole-m-* 合成单文件,引一次 -->
|
||
<link rel="stylesheet" href="kole-ui/mobile/tokens.css">
|
||
|
||
<!-- ② 本组件样式(全量则用 kole-ui/mobile/components/index.css) -->
|
||
<link rel="stylesheet" href="kole-ui/mobile/components/mobile-input.css">
|
||
|
||
<!-- ③ 结构照抄下方任一演示块(类名与 6 端实现一致) --></code></pre>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="m-block">
|
||
<h2 id="demo">演示</h2>
|
||
<p class="m-sub">每个演示都是真实渲染:预览帧加载 <code>frameworks-mobile/Input.html?demo=<id></code>(只显示该演示块),代码是该演示块在演示页里的原文,可复制。全部演示同屏可看 <a href="../../../frameworks-mobile/Input.html" target="_blank">演示页 ↗</a>。</p>
|
||
<h3 class="m-demo-group">01 组件类型</h3>
|
||
<div class="m-demo" id="demo-basic">
|
||
<div class="m-demo-head"><span class="m-demo-title">基础用法</span><span class="m-chip">size=default</span></div>
|
||
<p class="m-demo-desc">默认高度 44px、字号 16px:iOS 聚焦时不会自动放大页面。</p>
|
||
<div class="m-demo-stage"><iframe src="../../../frameworks-mobile/Input.html?demo=basic" title="输入框 Input · 基础用法" loading="lazy"></iframe></div>
|
||
<details class="m-details"><summary>查看代码(演示页原文 · 12 行)</summary>
|
||
<div class="m-code"><div class="m-code-head"><span>frameworks-mobile/Input.html · basic</span><button class="m-copy" type="button" data-copy="code-demo-1">复制</button></div>
|
||
<pre id="code-demo-1"><code><section class="demo-block" data-demo="basic">
|
||
<p class="demo-label">基础用法(默认高度 44px,字号 16px:iOS 聚焦不会放大页面;点行内任意位置即聚焦)</p>
|
||
<div class="demo-box">
|
||
<div class="kole-m-field" data-assert="input-basic">
|
||
<div class="kole-m-input">
|
||
<label class="kole-m-input__hit">
|
||
<input class="kole-m-input__control" type="text" placeholder="请输入客户名称" aria-label="客户名称">
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section></code></pre></div>
|
||
</details>
|
||
</div>
|
||
<div class="m-demo" id="demo-prefix">
|
||
<div class="m-demo-head"><span class="m-demo-title">带前缀</span><span class="m-chip">prefix</span></div>
|
||
<p class="m-demo-desc">单位写在框内,避免占位符里重复出现(前缀对读屏隐藏,语义由 label 承担)。</p>
|
||
<div class="m-demo-stage"><iframe src="../../../frameworks-mobile/Input.html?demo=prefix" title="输入框 Input · 带前缀" loading="lazy"></iframe></div>
|
||
<details class="m-details"><summary>查看代码(演示页原文 · 13 行)</summary>
|
||
<div class="m-code"><div class="m-code-head"><span>frameworks-mobile/Input.html · prefix</span><button class="m-copy" type="button" data-copy="code-demo-2">复制</button></div>
|
||
<pre id="code-demo-2"><code><section class="demo-block" data-demo="prefix">
|
||
<p class="demo-label">带前缀(单位写在框内,避免占位符里重复出现)</p>
|
||
<div class="demo-box">
|
||
<div class="kole-m-field" data-assert="input-prefix">
|
||
<div class="kole-m-input">
|
||
<label class="kole-m-input__hit">
|
||
<span class="kole-m-input__prefix" aria-hidden="true">¥</span>
|
||
<input class="kole-m-input__control" type="text" inputmode="decimal" value="1280.00" aria-label="金额">
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section></code></pre></div>
|
||
</details>
|
||
</div>
|
||
<div class="m-demo" id="demo-clearable">
|
||
<div class="m-demo-head"><span class="m-demo-title">可清除</span><span class="m-chip">clearable=true</span></div>
|
||
<p class="m-demo-desc">有值时右侧出现清除按钮;点它清空并把焦点交还输入框。</p>
|
||
<div class="m-demo-stage"><iframe src="../../../frameworks-mobile/Input.html?demo=clearable" title="输入框 Input · 可清除" loading="lazy"></iframe></div>
|
||
<details class="m-details"><summary>查看代码(演示页原文 · 14 行)</summary>
|
||
<div class="m-code"><div class="m-code-head"><span>frameworks-mobile/Input.html · clearable</span><button class="m-copy" type="button" data-copy="code-demo-3">复制</button></div>
|
||
<pre id="code-demo-3"><code><section class="demo-block" data-demo="clearable">
|
||
<p class="demo-label">可清除(有值时右侧出现清除按钮,点它清空并收回按钮;清除按钮在 label 外,不会连带聚焦)</p>
|
||
<div class="demo-box">
|
||
<div class="kole-m-field" data-assert="input-clearable">
|
||
<div class="kole-m-input is-filled" id="in-clearable">
|
||
<label class="kole-m-input__hit">
|
||
<input class="kole-m-input__control" type="text" value="20260920-001" aria-label="订单编号" id="in-clearable-field">
|
||
</label>
|
||
<button class="kole-m-input__clear" type="button" aria-label="清除" id="in-clearable-btn"
|
||
data-behavior="click-toggles-class:#in-clearable|is-filled">✕</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section></code></pre></div>
|
||
</details>
|
||
</div>
|
||
<div class="m-demo" id="demo-size">
|
||
<div class="m-demo-head"><span class="m-demo-title">尺寸两档</span><span class="m-chip">size=default|large</span></div>
|
||
<p class="m-demo-desc">default 44px 用于表单内多字段;large 52px 用于一行一字段。</p>
|
||
<div class="m-demo-stage"><iframe src="../../../frameworks-mobile/Input.html?demo=size" title="输入框 Input · 尺寸两档" loading="lazy"></iframe></div>
|
||
<details class="m-details"><summary>查看代码(演示页原文 · 21 行)</summary>
|
||
<div class="m-code"><div class="m-code-head"><span>frameworks-mobile/Input.html · size</span><button class="m-copy" type="button" data-copy="code-demo-4">复制</button></div>
|
||
<pre id="code-demo-4"><code><section class="demo-block" data-demo="size">
|
||
<p class="demo-label">尺寸两档(size=default 44px / size=large 52px;后者适合一行一字段)</p>
|
||
<div class="demo-box">
|
||
<div class="demo-stack" data-assert="input-size">
|
||
<div class="kole-m-field">
|
||
<div class="kole-m-input">
|
||
<label class="kole-m-input__hit">
|
||
<input class="kole-m-input__control" type="text" placeholder="default(44px)" aria-label="默认尺寸">
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="kole-m-field">
|
||
<div class="kole-m-input kole-m-input--large">
|
||
<label class="kole-m-input__hit">
|
||
<input class="kole-m-input__control" type="text" placeholder="large(52px)" aria-label="大尺寸">
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section></code></pre></div>
|
||
</details>
|
||
</div>
|
||
<h3 class="m-demo-group">02 组件状态</h3>
|
||
<div class="m-demo" id="demo-error">
|
||
<div class="m-demo-head"><span class="m-demo-title">错误态</span><span class="m-chip">状态 error</span></div>
|
||
<p class="m-demo-desc">is-error 边框变错误色,aria-invalid 置位,错误说明在框外下方。</p>
|
||
<div class="m-demo-stage"><iframe src="../../../frameworks-mobile/Input.html?demo=error" title="输入框 Input · 错误态" loading="lazy"></iframe></div>
|
||
<details class="m-details"><summary>查看代码(演示页原文 · 14 行)</summary>
|
||
<div class="m-code"><div class="m-code-head"><span>frameworks-mobile/Input.html · error</span><button class="m-copy" type="button" data-copy="code-demo-5">复制</button></div>
|
||
<pre id="code-demo-5"><code><section class="demo-block" data-demo="error">
|
||
<p class="demo-label">错误态(is-error + aria-invalid:错误说明在框外下方,不挤占输入区)</p>
|
||
<div class="demo-box">
|
||
<div class="kole-m-field" data-assert="input-error">
|
||
<div class="kole-m-input is-error">
|
||
<label class="kole-m-input__hit">
|
||
<input class="kole-m-input__control" type="text" value="138" aria-label="手机号"
|
||
aria-invalid="true" aria-describedby="in-error-msg">
|
||
</label>
|
||
</div>
|
||
<span class="kole-m-input__error" id="in-error-msg" role="alert">请输入 11 位手机号</span>
|
||
</div>
|
||
</div>
|
||
</section></code></pre></div>
|
||
</details>
|
||
</div>
|
||
<div class="m-demo" id="demo-disabled">
|
||
<div class="m-demo-head"><span class="m-demo-title">禁用</span><span class="m-chip">disabled=true</span></div>
|
||
<p class="m-demo-desc">整框置灰、输入区不可聚焦,读屏会跳过。</p>
|
||
<div class="m-demo-stage"><iframe src="../../../frameworks-mobile/Input.html?demo=disabled" title="输入框 Input · 禁用" loading="lazy"></iframe></div>
|
||
<details class="m-details"><summary>查看代码(演示页原文 · 12 行)</summary>
|
||
<div class="m-code"><div class="m-code-head"><span>frameworks-mobile/Input.html · disabled</span><button class="m-copy" type="button" data-copy="code-demo-6">复制</button></div>
|
||
<pre id="code-demo-6"><code><section class="demo-block" data-demo="disabled">
|
||
<p class="demo-label">禁用(整框置灰,输入区不可聚焦:读屏会跳过)</p>
|
||
<div class="demo-box">
|
||
<div class="kole-m-field" data-assert="input-disabled">
|
||
<div class="kole-m-input is-disabled">
|
||
<label class="kole-m-input__hit">
|
||
<input class="kole-m-input__control" type="text" value="杭州仓(只读)" aria-label="仓库" disabled>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section></code></pre></div>
|
||
</details>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="m-block">
|
||
<h2 id="api">API</h2>
|
||
<p class="m-sub">props / events / slots 为 6 端实现的公共接口(说明文字取自规格对应小节)。字段名与各端源码逐名核对:node tools/verify-mobile-docs.mjs</p>
|
||
<h3 class="m-h3">Props</h3>
|
||
<table class="m-table">
|
||
<thead><tr><th>名称</th><th>类型</th><th>默认值</th><th>说明</th><th>必传</th></tr></thead>
|
||
<tbody>
|
||
<tr><td><code>value</code></td><td><code>string</code></td><td><code>''</code></td><td>受控值;有值时右侧才出现清除按钮(规格 §27.5)</td><td>N</td></tr>
|
||
<tr><td><code>size</code></td><td><code>'default' | 'large'</code></td><td><code>'default'</code></td><td>变体 size:default 高 44px,large 高 52px(规格 §27.3)</td><td>N</td></tr>
|
||
<tr><td><code>placeholder</code></td><td><code>string</code></td><td><code>''</code></td><td>占位文字;它不算标签,标签由 label 给出(规格 §27.6)</td><td>N</td></tr>
|
||
<tr><td><code>prefix</code></td><td><code>string</code></td><td><code>''</code></td><td>可选前缀,放单位或符号(规格 §27.2 prefix)</td><td>N</td></tr>
|
||
<tr><td><code>clearable</code></td><td><code>boolean</code></td><td><code>false</code></td><td>变体 clearable:有值时显示清除按钮(规格 §27.3)</td><td>N</td></tr>
|
||
<tr><td><code>disabled</code></td><td><code>boolean</code></td><td><code>false</code></td><td>状态 disabled:置灰且不可聚焦(规格 §27.4)</td><td>N</td></tr>
|
||
<tr><td><code>error</code></td><td><code>string</code></td><td><code>''</code></td><td>状态 error:错误文案,非空时写 aria-invalid 并在框外下方显示(规格 §27.6)</td><td>N</td></tr>
|
||
<tr><td><code>label</code></td><td><code>string</code></td><td><code>'输入框'</code></td><td>无障碍名称,落到 aria-label(规格 §27.6)</td><td>N</td></tr>
|
||
</tbody>
|
||
</table>
|
||
<p class="m-note">「必传」按严格定义:实现里**没有默认值**时才为 Y(本门禁逐条核对 props 与各端源码的默认值,防止契约与实现脱节)。</p>
|
||
<h3 class="m-h3">事件</h3>
|
||
<table class="m-table">
|
||
<thead><tr><th>名称</th><th>参数</th><th>说明</th></tr></thead>
|
||
<tbody>
|
||
<tr><td><code>input</code></td><td><code>(value)</code></td><td>输入时触发,回传当前值(规格 §27.5)</td></tr>
|
||
<tr><td><code>confirm</code></td><td><code>(value)</code></td><td>键盘「完成」键触发(规格 §27.5)</td></tr>
|
||
<tr><td><code>clear</code></td><td><code>—</code></td><td>点击清除按钮触发,值由宿主置空(规格 §27.5)</td></tr>
|
||
</tbody>
|
||
</table>
|
||
<h3 class="m-h3">插槽</h3>
|
||
<table class="m-table">
|
||
<thead><tr><th>名称</th><th>说明</th></tr></thead>
|
||
<tbody>
|
||
<tr><td><code>default</code></td><td>框内右侧自定义内容(后缀:单位、显示密码等,规格 §27.2 suffix)</td></tr>
|
||
</tbody>
|
||
</table>
|
||
<h3 class="m-h3">CSS 变量</h3>
|
||
<p class="m-sub">组件级变量(在组件样式表里定义)。业务侧可在自己的作用域内覆盖,不必改组件源码。</p>
|
||
<table class="m-table">
|
||
<thead><tr><th>名称</th><th>默认值</th><th>说明</th></tr></thead>
|
||
<tbody>
|
||
<tr><td><code>--kole-m-input-height</code></td><td><code>var(--kole-m-touch-target)</code></td><td>默认高度(≥ 44px 触控最小边长)</td></tr>
|
||
<tr><td><code>--kole-m-input-duration</code></td><td><code>150ms</code></td><td>边框与聚焦外发光的过渡时长</td></tr>
|
||
</tbody>
|
||
</table>
|
||
</section>
|
||
|
||
<section class="m-block">
|
||
<h2 id="usage">何时使用</h2>
|
||
<ul>
|
||
<li>在一行内收集单行文本(姓名、手机号、金额、验证码等)</li>
|
||
<li>移动端输入框整行占满、高度不小于 44px,字号不小于 16px,否则 iOS 聚焦时会自动放大页面</li>
|
||
<li>清除动作必须在框内完成,因为触屏没有悬停的鼠标可以移开</li>
|
||
<li>键盘「完成」键触发 confirm 事件,值随 input 事件实时回传</li>
|
||
<li>错误说明放在框外下方,不挤占输入区</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<section class="m-block">
|
||
<h2 id="interaction">交互与触控</h2>
|
||
<ul>
|
||
<li>输入框高度不小于 44px;整行可点(把 .kole-m-input 放在 label 里,点行即聚焦)</li>
|
||
<li>清除按钮视觉是 16px 图标,热区外扩到 44px 最小触控边长</li>
|
||
<li>聚焦反馈是边框色 + 2px 外发光,150ms 过渡;不改变布局(不撑开高度)</li>
|
||
<li>有值时清除按钮才出现;清除后焦点留在输入框</li>
|
||
<li>键盘「完成」键触发 confirm 事件,值随 input 事件实时回传</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<section class="m-block">
|
||
<h2 id="a11y">无障碍</h2>
|
||
<ul>
|
||
<li>输入框用原生 input,名称由 aria-label 给出(占位文字不算标签)</li>
|
||
<li>错误态用 aria-invalid="true",错误文案用 aria-describedby 关联</li>
|
||
<li>清除按钮是原生 button 且带 aria-label="清除"</li>
|
||
<li>禁用态用原生 disabled,读屏会跳过</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<section class="m-block">
|
||
<h2 id="related">相似组件</h2>
|
||
<p class="m-sub">从「该用哪一个」的角度区分;PC 端的对应实现见 <a href="../../index.html">PC 文档站</a>。</p>
|
||
<table class="m-table">
|
||
<thead><tr><th>组件</th><th>何时用它而不是本组件</th></tr></thead>
|
||
<tbody>
|
||
<tr><td><a href="mobile-search.html">搜索框</a><em style="font-family: var(--kole-font-family-num); font-style: normal; font-size: 11px; color: var(--kole-color-text-placeholder); margin-left: 6px;">Search</em></td><td>输入的目的是搜索时用搜索框(自带搜索图标与清除);普通文本收集用输入框</td></tr>
|
||
<tr><td><a href="mobile-textarea.html">多行文本框</a><em style="font-family: var(--kole-font-family-num); font-style: normal; font-size: 11px; color: var(--kole-color-text-placeholder); margin-left: 6px;">Textarea</em></td><td>内容可能超过一行时用多行文本框;单行文本用输入框</td></tr>
|
||
<tr><td><a href="mobile-numberkeyboard.html">数字键盘</a><em style="font-family: var(--kole-font-family-num); font-style: normal; font-size: 11px; color: var(--kole-color-text-placeholder); margin-left: 6px;">NumberKeyboard</em></td><td>金额/验证码等需要自定义键盘时,输入框配套数字键盘;键盘只回传按键,写入仍由宿主完成</td></tr>
|
||
</tbody>
|
||
</table>
|
||
</section>
|
||
|
||
<section class="m-block">
|
||
<h2 id="gaps">规格未定 / 禁止发明</h2>
|
||
<table class="m-table">
|
||
<thead><tr><th>类别</th><th>条目</th></tr></thead>
|
||
<tbody>
|
||
<tr><td><span class="m-chip">禁止发明</span></td><td>输入内容的正则与业务校验(合法性判断在宿主)</td></tr>
|
||
<tr><td><span class="m-chip">禁止发明</span></td><td>inputmode 之外的自定义软键盘行为(键盘类型由宿主按场景指定)</td></tr>
|
||
<tr><td><span class="m-chip">禁止发明</span></td><td>自动填充与验证码自动读取的策略</td></tr>
|
||
<tr><td><span class="m-chip">规格未定</span></td><td>密码是否需要内置「显示/隐藏」开关</td></tr>
|
||
<tr><td><span class="m-chip">规格未定</span></td><td>数字输入的千分位格式化时机</td></tr>
|
||
<tr><td><span class="m-chip">规格未定</span></td><td>前缀里是否允许放图片/图标</td></tr>
|
||
</tbody>
|
||
</table>
|
||
</section>
|
||
|
||
<section class="m-block">
|
||
<h2 id="anatomy">结构(anatomy)</h2>
|
||
<table class="m-table">
|
||
<thead><tr><th>字段</th><th>说明</th></tr></thead>
|
||
<tbody>
|
||
<tr><td><code>field</code></td><td>字段容器,包裹输入框与下方错误提示(错误提示在框外,不挤占输入区)</td></tr>
|
||
<tr><td><code>control</code></td><td>原生 input,占满剩余宽度,字号 16px</td></tr>
|
||
<tr><td><code>prefix</code></td><td>可选前缀,放单位或符号(如「¥」)</td></tr>
|
||
<tr><td><code>clear</code></td><td>可选清除按钮,有值且 clearable=true 时出现在右侧</td></tr>
|
||
<tr><td><code>suffix</code></td><td>可选后缀,由默认插槽给出的自定义内容(单位、显示密码等)</td></tr>
|
||
<tr><td><code>errorText</code></td><td>字段下方的错误提示文字</td></tr>
|
||
</tbody>
|
||
</table>
|
||
</section>
|
||
|
||
<section class="m-block">
|
||
<h2 id="variants">变体维度与类名映射</h2>
|
||
<p class="m-sub">类名映射由构建脚本从契约 <code>variantClasses</code> 生成,并被 <code>verify:mobile-docs</code> 逐条对照组件 CSS 校验(类/变量必须真实存在)。</p>
|
||
<table class="m-table">
|
||
<thead><tr><th>维度</th><th>取值</th><th>对应类名 / 变量</th></tr></thead>
|
||
<tbody>
|
||
<tr><td><code>size</code></td><td>default / large</td><td><div><b>default</b> <span class="m-none">(由数据驱动,无专属类)</span></div><div><b>large</b> <span class="m-cls">.kole-m-input--large</span></div></td></tr>
|
||
<tr><td><code>clearable</code></td><td>false / true</td><td><div><b>false</b> <span class="m-none">(由数据驱动,无专属类)</span></div><div><b>true</b> <span class="m-cls">.kole-m-input__clear</span></div></td></tr>
|
||
</tbody>
|
||
</table>
|
||
</section>
|
||
|
||
<section class="m-block">
|
||
<h2 id="rep-variants">代表变体</h2>
|
||
<table class="m-table">
|
||
<thead><tr><th>变体</th><th>标签</th></tr></thead>
|
||
<tbody>
|
||
<tr><td><code>size=default · clearable=false</code></td><td>默认输入框(44px,一行一字段)</td></tr>
|
||
<tr><td><code>size=large · clearable=false</code></td><td>大尺寸(52px,单字段成组)</td></tr>
|
||
<tr><td><code>size=default · clearable=true</code></td><td>可清除(有值时出现清除按钮)</td></tr>
|
||
</tbody>
|
||
</table>
|
||
</section>
|
||
|
||
<section class="m-block">
|
||
<h2 id="tokens">用到的令牌</h2>
|
||
<p class="m-sub">构建时从本组件样式表扫描得出。蓝色为移动端自有令牌,绿色为继承的 PC 令牌(改一处两端生效)。</p>
|
||
<div class="m-chips">
|
||
<span class="m-chip m" title="正文 / 列表项">--kole-m-font-size-body</span>
|
||
<span class="m-chip m" title="次级说明">--kole-m-font-size-label</span>
|
||
<span class="m-chip m" title="可点区域最小边长">--kole-m-touch-target</span>
|
||
<span class="m-chip inherit" title="分割线/边框">--kole-color-border</span>
|
||
<span class="m-chip inherit" title="品牌主色:主按钮、选中态、链接">--kole-color-brand</span>
|
||
<span class="m-chip inherit" title="卡片背景">--kole-color-card-bg</span>
|
||
<span class="m-chip inherit" title="禁用背景(按钮禁用态)">--kole-color-disabled-bg</span>
|
||
<span class="m-chip inherit" title="错误色 · 5.57:1(原 #F5222D 仅 4.08:1)">--kole-color-error</span>
|
||
<span class="m-chip inherit" title="输入框聚焦外发光">--kole-color-focus-ring</span>
|
||
<span class="m-chip inherit" title="正文文字 · 14.0:1">--kole-color-text-body</span>
|
||
<span class="m-chip inherit" title="禁用态文字 · WCAG 1.4.3 对禁用控件豁免(规范定义于组件1/2.txt)">--kole-color-text-disabled</span>
|
||
<span class="m-chip inherit" title="占位文字 · 4.54:1(原 #BFBFBF 仅 1.84:1)">--kole-color-text-placeholder</span>
|
||
<span class="m-chip inherit" title="次要文字 · 5.10:1(原 #8C8C8C 仅 3.36:1)">--kole-color-text-secondary</span>
|
||
<span class="m-chip inherit" title="">--kole-ease-standard</span>
|
||
<span class="m-chip inherit" title="按钮、输入框、选择器">--kole-radius-base</span>
|
||
<span class="m-chip inherit" title="">--kole-space-12</span>
|
||
<span class="m-chip inherit" title="">--kole-space-8</span>
|
||
<span class="m-chip" title="组件级变量(可在业务侧覆盖)">--kole-m-input-duration</span>
|
||
<span class="m-chip" title="组件级变量(可在业务侧覆盖)">--kole-m-input-height</span>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="m-block">
|
||
<h2 id="sources">6 端源码</h2>
|
||
<p class="m-sub">同一组件的六份实现(生产环境的类名与结构一致,差异只在技术栈写法与单位)。点开查看,右侧可复制。</p>
|
||
<details class="m-details">
|
||
<summary>frameworks-mobile/Input.css · 纯样式(CSS) · 130 行</summary>
|
||
<div class="m-code">
|
||
<div class="m-code-head"><span>frameworks-mobile/Input.css</span><button class="m-copy" type="button" data-copy="code-157">复制</button></div>
|
||
<pre id="code-157"><code>/* Kole UI Mobile · Input 样式 — 对齐移动端规格 §27
|
||
输入框:高度不小于 44px(--kole-m-touch-target),字号 16px(iOS 聚焦不自动放大);
|
||
有值且 clearable 时右侧出现清除按钮(视觉 16px、热区补到 44px);
|
||
错误态 is-error 与 aria-invalid 双写,错误文案在框外下方。 */
|
||
|
||
.kole-m-field {
|
||
box-sizing: border-box;
|
||
width: 100%;
|
||
}
|
||
|
||
.kole-m-input {
|
||
/* 组件级变量:业务侧可在容器上覆盖(如做紧凑表单) */
|
||
--kole-m-input-height: var(--kole-m-touch-target); /* 默认高度(≥ 44px 触控最小边长) */
|
||
--kole-m-input-duration: 150ms; /* 边框与聚焦外发光的过渡时长 */
|
||
box-sizing: border-box;
|
||
display: flex;
|
||
align-items: center;
|
||
gap: var(--kole-space-8);
|
||
width: 100%;
|
||
min-height: var(--kole-m-input-height);
|
||
padding: 0 var(--kole-space-12);
|
||
border: 1px solid var(--kole-color-border);
|
||
border-radius: var(--kole-radius-base);
|
||
background: var(--kole-color-card-bg);
|
||
color: var(--kole-color-text-body);
|
||
font-family: inherit;
|
||
font-size: var(--kole-m-font-size-body);
|
||
transition: border-color var(--kole-m-input-duration) var(--kole-ease-standard),
|
||
box-shadow var(--kole-m-input-duration) var(--kole-ease-standard);
|
||
}
|
||
|
||
/* 变体 size=large:一行只放一个字段时用(高度 52px) */
|
||
.kole-m-input--large { --kole-m-input-height: 52px; }
|
||
|
||
/* 状态 focus:聚焦反馈只改边框与外发光,不改高度(避免页面跳动) */
|
||
.kole-m-input:focus-within {
|
||
border-color: var(--kole-color-brand);
|
||
box-shadow: 0 0 0 2px var(--kole-color-focus-ring);
|
||
}
|
||
|
||
/* 状态 error:边框变错误色;聚焦时保留错误色,不再叠品牌色 */
|
||
.kole-m-input.is-error { border-color: var(--kole-color-error); }
|
||
.kole-m-input.is-error:focus-within { border-color: var(--kole-color-error); }
|
||
|
||
/* 状态 disabled:整框置灰,输入区不可聚焦 */
|
||
.kole-m-input.is-disabled {
|
||
background: var(--kole-color-disabled-bg);
|
||
color: var(--kole-color-text-disabled);
|
||
cursor: not-allowed;
|
||
}
|
||
|
||
/* 整行热区:把「前缀 + 输入区」包在 label 里,点左侧任意位置即聚焦;
|
||
label 里**不能**放 labelable 元素(button 就是),所以清除按钮必须在 label 外 ——
|
||
否则点击清除会同时激活 label,既触发两次语义又是不合法嵌套。 */
|
||
.kole-m-input__hit {
|
||
flex: 1 1 auto;
|
||
min-width: 0;
|
||
display: flex;
|
||
align-items: center;
|
||
gap: var(--kole-space-8);
|
||
cursor: text;
|
||
}
|
||
|
||
.kole-m-input__prefix,
|
||
.kole-m-input__suffix {
|
||
flex: 0 0 auto;
|
||
display: inline-flex;
|
||
align-items: center;
|
||
color: var(--kole-color-text-secondary);
|
||
font-size: var(--kole-m-font-size-label);
|
||
}
|
||
|
||
.kole-m-input__control {
|
||
flex: 1 1 auto;
|
||
min-width: 0;
|
||
height: var(--kole-m-input-height);
|
||
padding: 0;
|
||
border: 0;
|
||
outline: none;
|
||
background: transparent;
|
||
color: inherit;
|
||
font-family: inherit;
|
||
font-size: var(--kole-m-font-size-body);
|
||
line-height: 1.4;
|
||
}
|
||
|
||
.kole-m-input__control::placeholder { color: var(--kole-color-text-placeholder); }
|
||
|
||
.kole-m-input__control:disabled { cursor: not-allowed; color: var(--kole-color-text-disabled); }
|
||
|
||
/* 禁用态:整行不再是文本光标 */
|
||
.kole-m-input.is-disabled .kole-m-input__hit { cursor: not-allowed; }
|
||
|
||
/* 状态 is-filled:有值时清除按钮才出现(无值时不占位) */
|
||
.kole-m-input__clear {
|
||
flex: 0 0 auto;
|
||
display: none;
|
||
align-items: center;
|
||
justify-content: center;
|
||
box-sizing: border-box;
|
||
width: var(--kole-m-touch-target);
|
||
height: var(--kole-m-touch-target);
|
||
margin-right: calc(var(--kole-space-12) * -1);
|
||
padding: 0;
|
||
border: 0;
|
||
background: none;
|
||
color: var(--kole-color-text-placeholder);
|
||
font-size: var(--kole-m-font-size-label);
|
||
line-height: 1;
|
||
cursor: pointer;
|
||
touch-action: manipulation;
|
||
}
|
||
|
||
.kole-m-input.is-filled .kole-m-input__clear { display: inline-flex; }
|
||
|
||
.kole-m-input__clear:active { color: var(--kole-color-text-secondary); }
|
||
|
||
.kole-m-input__clear:focus-visible {
|
||
outline: 2px solid var(--kole-color-focus-ring);
|
||
outline-offset: -2px;
|
||
}
|
||
|
||
.kole-m-input__error {
|
||
display: block;
|
||
margin-top: var(--kole-space-8);
|
||
font-size: var(--kole-m-font-size-label);
|
||
line-height: 1.4;
|
||
color: var(--kole-color-error);
|
||
}
|
||
</code></pre>
|
||
</div>
|
||
</details>
|
||
<details class="m-details">
|
||
<summary>frameworks-mobile/Input.html · H5 原生(无框架) · 165 行</summary>
|
||
<div class="m-code">
|
||
<div class="m-code-head"><span>frameworks-mobile/Input.html</span><button class="m-copy" type="button" data-copy="code-158">复制</button></div>
|
||
<pre id="code-158"><code><!DOCTYPE html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
||
<title>Kole UI Mobile · Input(H5)</title>
|
||
<link rel="stylesheet" href="../.design_library/kole-ui-mobile/colors_and_type.css">
|
||
<link rel="stylesheet" href="Input.css">
|
||
<style>
|
||
body { margin: 0; background: var(--kole-color-page-bg); font-family: var(--kole-font-family); color: var(--kole-color-text-body); }
|
||
.demo { max-width: 375px; margin: 0 auto; padding: var(--kole-m-gutter) 0; }
|
||
.demo-label { margin: 0; padding: var(--kole-space-12) var(--kole-m-gutter) var(--kole-space-8);
|
||
font-size: var(--kole-m-font-size-label); color: var(--kole-color-text-secondary); }
|
||
.demo-box { padding: var(--kole-m-gutter); background: var(--kole-color-card-bg); border-block: 1px solid var(--kole-color-border); }
|
||
.demo-stack { display: flex; flex-direction: column; gap: var(--kole-space-16); }
|
||
.demo-block[hidden] { display: none; }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="demo">
|
||
<section class="demo-block" data-demo="basic">
|
||
<p class="demo-label">基础用法(默认高度 44px,字号 16px:iOS 聚焦不会放大页面;点行内任意位置即聚焦)</p>
|
||
<div class="demo-box">
|
||
<div class="kole-m-field" data-assert="input-basic">
|
||
<div class="kole-m-input">
|
||
<label class="kole-m-input__hit">
|
||
<input class="kole-m-input__control" type="text" placeholder="请输入客户名称" aria-label="客户名称">
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="demo-block" data-demo="prefix">
|
||
<p class="demo-label">带前缀(单位写在框内,避免占位符里重复出现)</p>
|
||
<div class="demo-box">
|
||
<div class="kole-m-field" data-assert="input-prefix">
|
||
<div class="kole-m-input">
|
||
<label class="kole-m-input__hit">
|
||
<span class="kole-m-input__prefix" aria-hidden="true">¥</span>
|
||
<input class="kole-m-input__control" type="text" inputmode="decimal" value="1280.00" aria-label="金额">
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="demo-block" data-demo="clearable">
|
||
<p class="demo-label">可清除(有值时右侧出现清除按钮,点它清空并收回按钮;清除按钮在 label 外,不会连带聚焦)</p>
|
||
<div class="demo-box">
|
||
<div class="kole-m-field" data-assert="input-clearable">
|
||
<div class="kole-m-input is-filled" id="in-clearable">
|
||
<label class="kole-m-input__hit">
|
||
<input class="kole-m-input__control" type="text" value="20260920-001" aria-label="订单编号" id="in-clearable-field">
|
||
</label>
|
||
<button class="kole-m-input__clear" type="button" aria-label="清除" id="in-clearable-btn"
|
||
data-behavior="click-toggles-class:#in-clearable|is-filled">✕</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="demo-block" data-demo="size">
|
||
<p class="demo-label">尺寸两档(size=default 44px / size=large 52px;后者适合一行一字段)</p>
|
||
<div class="demo-box">
|
||
<div class="demo-stack" data-assert="input-size">
|
||
<div class="kole-m-field">
|
||
<div class="kole-m-input">
|
||
<label class="kole-m-input__hit">
|
||
<input class="kole-m-input__control" type="text" placeholder="default(44px)" aria-label="默认尺寸">
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="kole-m-field">
|
||
<div class="kole-m-input kole-m-input--large">
|
||
<label class="kole-m-input__hit">
|
||
<input class="kole-m-input__control" type="text" placeholder="large(52px)" aria-label="大尺寸">
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="demo-block" data-demo="error">
|
||
<p class="demo-label">错误态(is-error + aria-invalid:错误说明在框外下方,不挤占输入区)</p>
|
||
<div class="demo-box">
|
||
<div class="kole-m-field" data-assert="input-error">
|
||
<div class="kole-m-input is-error">
|
||
<label class="kole-m-input__hit">
|
||
<input class="kole-m-input__control" type="text" value="138" aria-label="手机号"
|
||
aria-invalid="true" aria-describedby="in-error-msg">
|
||
</label>
|
||
</div>
|
||
<span class="kole-m-input__error" id="in-error-msg" role="alert">请输入 11 位手机号</span>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="demo-block" data-demo="disabled">
|
||
<p class="demo-label">禁用(整框置灰,输入区不可聚焦:读屏会跳过)</p>
|
||
<div class="demo-box">
|
||
<div class="kole-m-field" data-assert="input-disabled">
|
||
<div class="kole-m-input is-disabled">
|
||
<label class="kole-m-input__hit">
|
||
<input class="kole-m-input__control" type="text" value="杭州仓(只读)" aria-label="仓库" disabled>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</div>
|
||
<script>
|
||
/* 演示页脚本:真实的值 ↔ 状态联动。
|
||
- 输入时:有值 → 根加 is-filled(清除按钮出现);无值 → 去掉
|
||
- 点清除:清空输入框、去掉 is-filled,并把焦点交还输入框
|
||
真实业务里这份状态由宿主管理(受控 value + input 事件),此处是最小可运行实现。 */
|
||
(function () {
|
||
Array.prototype.forEach.call(document.querySelectorAll('.kole-m-input'), function (root) {
|
||
var control = root.querySelector('.kole-m-input__control');
|
||
if (!control) return;
|
||
function sync() {
|
||
root.classList.toggle('is-filled', String(control.value || '').length > 0);
|
||
}
|
||
control.addEventListener('input', sync);
|
||
sync();
|
||
});
|
||
|
||
var clearBtn = document.getElementById('in-clearable-btn');
|
||
if (clearBtn) {
|
||
clearBtn.addEventListener('click', function () {
|
||
var root = document.getElementById('in-clearable');
|
||
var control = document.getElementById('in-clearable-field');
|
||
if (control) {
|
||
control.value = '';
|
||
control.focus();
|
||
}
|
||
if (root) root.classList.remove('is-filled');
|
||
});
|
||
}
|
||
})();
|
||
</script>
|
||
<script>
|
||
/* ?demo=<id> → 只显示该演示块(文档站按块预览用;无参数时全部显示,测试与回归走无参数路径) */
|
||
(function () {
|
||
var id = new URLSearchParams(location.search).get('demo');
|
||
if (!id) return;
|
||
var blocks = Array.prototype.slice.call(document.querySelectorAll('.demo-block'));
|
||
var hit = false;
|
||
blocks.forEach(function (b) {
|
||
var on = b.getAttribute('data-demo') === id;
|
||
if (on) hit = true;
|
||
b.hidden = !on;
|
||
});
|
||
if (!hit) { blocks.forEach(function (b) { b.hidden = false; }); return; }
|
||
document.body.classList.add('demo-single');
|
||
blocks.forEach(function (b) {
|
||
var label = b.querySelector('.demo-label');
|
||
if (label && !b.hidden) label.hidden = true;
|
||
});
|
||
})();
|
||
</script>
|
||
</body>
|
||
</html>
|
||
</code></pre>
|
||
</div>
|
||
</details>
|
||
<details class="m-details">
|
||
<summary>frameworks-mobile/Input.jsx · React · 86 行</summary>
|
||
<div class="m-code">
|
||
<div class="m-code-head"><span>frameworks-mobile/Input.jsx</span><button class="m-copy" type="button" data-copy="code-159">复制</button></div>
|
||
<pre id="code-159"><code>import React from 'react';
|
||
import './Input.css';
|
||
|
||
/* 输入框(移动端)— 规格 §27
|
||
结构:field(容器)> input(框)> prefix / control / clear + error(框外提示)。
|
||
控件是原生 input:键盘、输入法、autofill 都用系统能力,组件不自造输入法。
|
||
有值且 clearable 时才出现清除按钮;错误态同时写 is-error 与 aria-invalid,
|
||
错误文案用 aria-describedby 关联(规格 §27.6)。 */
|
||
|
||
export default function Input({
|
||
value = '',
|
||
size = 'default',
|
||
placeholder = '',
|
||
prefix = '',
|
||
clearable = false,
|
||
disabled = false,
|
||
error = '',
|
||
label = '输入框',
|
||
onInput,
|
||
onConfirm,
|
||
onClear,
|
||
children = null,
|
||
}) {
|
||
const filled = String(value || '').length > 0;
|
||
|
||
const fieldCls =
|
||
'kole-m-input' +
|
||
(size === 'large' ? ' kole-m-input--large' : '') +
|
||
(filled ? ' is-filled' : '') +
|
||
(error ? ' is-error' : '') +
|
||
(disabled ? ' is-disabled' : '');
|
||
|
||
const errorId = 'kole-m-input-error';
|
||
|
||
return (
|
||
<div className="kole-m-field">
|
||
<div className={fieldCls}>
|
||
{/* 整行热区是 label;清除按钮是 labelable 元素(button),必须在 label 外 */}
|
||
<label className="kole-m-input__hit">
|
||
{prefix ? (
|
||
<span className="kole-m-input__prefix" aria-hidden="true">
|
||
{prefix}
|
||
</span>
|
||
) : null}
|
||
<input
|
||
className="kole-m-input__control"
|
||
type="text"
|
||
value={value}
|
||
placeholder={placeholder}
|
||
disabled={disabled}
|
||
aria-label={label}
|
||
aria-invalid={error ? 'true' : undefined}
|
||
aria-describedby={error ? errorId : undefined}
|
||
onChange={(e) => {
|
||
if (disabled) return;
|
||
if (onInput) onInput(e.target.value);
|
||
}}
|
||
onKeyDown={(e) => {
|
||
if (disabled) return;
|
||
if (e.key === 'Enter' && onConfirm) onConfirm(value);
|
||
}}
|
||
/>
|
||
</label>
|
||
{clearable && filled && !disabled ? (
|
||
<button
|
||
className="kole-m-input__clear"
|
||
type="button"
|
||
aria-label="清除"
|
||
onClick={() => {
|
||
if (onClear) onClear();
|
||
}}
|
||
>
|
||
✕
|
||
</button>
|
||
) : null}
|
||
{children ? <span className="kole-m-input__suffix">{children}</span> : null}
|
||
</div>
|
||
{error ? (
|
||
<span className="kole-m-input__error" id={errorId} role="alert">
|
||
{error}
|
||
</span>
|
||
) : null}
|
||
</div>
|
||
);
|
||
}
|
||
</code></pre>
|
||
</div>
|
||
</details>
|
||
<details class="m-details">
|
||
<summary>frameworks-mobile/Input.vue2.vue · Vue 2 · 84 行</summary>
|
||
<div class="m-code">
|
||
<div class="m-code-head"><span>frameworks-mobile/Input.vue2.vue</span><button class="m-copy" type="button" data-copy="code-160">复制</button></div>
|
||
<pre id="code-160"><code><template>
|
||
<div class="kole-m-field">
|
||
<div class="kole-m-input" :class="fieldClass">
|
||
<!-- 整行热区是 label;清除按钮是 labelable 元素(button),必须在 label 外 -->
|
||
<label class="kole-m-input__hit">
|
||
<span v-if="prefix" class="kole-m-input__prefix" aria-hidden="true">{{ prefix }}</span>
|
||
<input
|
||
class="kole-m-input__control"
|
||
type="text"
|
||
:value="value"
|
||
:placeholder="placeholder"
|
||
:disabled="disabled"
|
||
:aria-label="label"
|
||
:aria-invalid="error ? 'true' : null"
|
||
:aria-describedby="error ? errorId : null"
|
||
@input="onInput"
|
||
@keydown.enter="$emit('confirm', value)"
|
||
/>
|
||
</label>
|
||
<button
|
||
v-if="clearable && filled && !disabled"
|
||
class="kole-m-input__clear"
|
||
type="button"
|
||
aria-label="清除"
|
||
@click="$emit('clear')"
|
||
>
|
||
✕
|
||
</button>
|
||
<span v-if="$slots.default" class="kole-m-input__suffix"><slot></slot></span>
|
||
</div>
|
||
<span v-if="error" class="kole-m-input__error" :id="errorId" role="alert">{{ error }}</span>
|
||
</div>
|
||
</template>
|
||
|
||
<script>
|
||
/* 输入框(移动端)— 规格 §27
|
||
结构:field(容器)> input(框)> prefix / control / clear + error(框外提示)。
|
||
控件是原生 input:键盘、输入法、autofill 都用系统能力,组件不自造输入法。
|
||
有值且 clearable 时才出现清除按钮;错误态同时写 is-error 与 aria-invalid,
|
||
错误文案用 aria-describedby 关联(规格 §27.6)。 */
|
||
|
||
/* 错误提示元素 id 的自增种子:同页多实例不撞号(不依赖内部实例字段) */
|
||
var errorSeed = 0;
|
||
|
||
export default {
|
||
name: 'KoleMInput',
|
||
props: {
|
||
value: { type: String, default: '' },
|
||
size: { type: String, default: 'default' },
|
||
placeholder: { type: String, default: '' },
|
||
prefix: { type: String, default: '' },
|
||
clearable: { type: Boolean, default: false },
|
||
disabled: { type: Boolean, default: false },
|
||
error: { type: String, default: '' },
|
||
label: { type: String, default: '输入框' }
|
||
},
|
||
data: function () {
|
||
errorSeed += 1;
|
||
return { errorId: 'kole-m-input-error-' + errorSeed };
|
||
},
|
||
computed: {
|
||
filled: function () {
|
||
return String(this.value || '').length > 0;
|
||
},
|
||
fieldClass: function () {
|
||
return [
|
||
this.size === 'large' ? 'kole-m-input--large' : '',
|
||
this.filled ? 'is-filled' : '',
|
||
this.error ? 'is-error' : '',
|
||
this.disabled ? 'is-disabled' : ''
|
||
].filter(Boolean);
|
||
}
|
||
},
|
||
methods: {
|
||
onInput: function (e) {
|
||
if (this.disabled) return;
|
||
this.$emit('input', e.target.value);
|
||
}
|
||
}
|
||
};
|
||
</script>
|
||
|
||
<style src="./Input.css"></style>
|
||
</code></pre>
|
||
</div>
|
||
</details>
|
||
<details class="m-details">
|
||
<summary>frameworks-mobile/Input.vue3.vue · Vue 3 · 74 行</summary>
|
||
<div class="m-code">
|
||
<div class="m-code-head"><span>frameworks-mobile/Input.vue3.vue</span><button class="m-copy" type="button" data-copy="code-161">复制</button></div>
|
||
<pre id="code-161"><code><template>
|
||
<div class="kole-m-field">
|
||
<div class="kole-m-input" :class="fieldClass">
|
||
<!-- 整行热区是 label;清除按钮是 labelable 元素(button),必须在 label 外 -->
|
||
<label class="kole-m-input__hit">
|
||
<span v-if="prefix" class="kole-m-input__prefix" aria-hidden="true">{{ prefix }}</span>
|
||
<input
|
||
class="kole-m-input__control"
|
||
type="text"
|
||
:value="value"
|
||
:placeholder="placeholder"
|
||
:disabled="disabled"
|
||
:aria-label="label"
|
||
:aria-invalid="error ? 'true' : null"
|
||
:aria-describedby="error ? errorId : null"
|
||
@input="onInput"
|
||
@keydown.enter="emit('confirm', value)"
|
||
/>
|
||
</label>
|
||
<button
|
||
v-if="clearable && filled && !disabled"
|
||
class="kole-m-input__clear"
|
||
type="button"
|
||
aria-label="清除"
|
||
@click="emit('clear')"
|
||
>
|
||
✕
|
||
</button>
|
||
<span v-if="$slots.default" class="kole-m-input__suffix"><slot></slot></span>
|
||
</div>
|
||
<span v-if="error" class="kole-m-input__error" :id="errorId" role="alert">{{ error }}</span>
|
||
</div>
|
||
</template>
|
||
|
||
<script setup>
|
||
/* 输入框(移动端)— 规格 §27
|
||
结构:field(容器)> input(框)> prefix / control / clear + error(框外提示)。
|
||
控件是原生 input:键盘、输入法、autofill 都用系统能力,组件不自造输入法。
|
||
有值且 clearable 时才出现清除按钮;错误态同时写 is-error 与 aria-invalid,
|
||
错误文案用 aria-describedby 关联(规格 §27.6)。 */
|
||
import { computed, getCurrentInstance } from 'vue';
|
||
|
||
const props = defineProps({
|
||
value: { type: String, default: '' },
|
||
size: { type: String, default: 'default' },
|
||
placeholder: { type: String, default: '' },
|
||
prefix: { type: String, default: '' },
|
||
clearable: { type: Boolean, default: false },
|
||
disabled: { type: Boolean, default: false },
|
||
error: { type: String, default: '' },
|
||
label: { type: String, default: '输入框' }
|
||
});
|
||
const emit = defineEmits(['input', 'confirm', 'clear']);
|
||
|
||
/* 错误提示元素 id:取当前实例 uid,保证同页多实例不撞号 */
|
||
const errorId = 'kole-m-input-error-' + getCurrentInstance().uid;
|
||
|
||
const filled = computed(() => String(props.value || '').length > 0);
|
||
|
||
const fieldClass = computed(() => [
|
||
props.size === 'large' ? 'kole-m-input--large' : '',
|
||
filled.value ? 'is-filled' : '',
|
||
props.error ? 'is-error' : '',
|
||
props.disabled ? 'is-disabled' : ''
|
||
].filter(Boolean));
|
||
|
||
function onInput(e) {
|
||
if (props.disabled) return;
|
||
emit('input', e.target.value);
|
||
}
|
||
</script>
|
||
|
||
<style src="./Input.css"></style>
|
||
</code></pre>
|
||
</div>
|
||
</details>
|
||
<details class="m-details">
|
||
<summary>frameworks-mobile/Input.uniapp.vue · uni-app(跨端:小程序 / App / H5) · 157 行</summary>
|
||
<div class="m-code">
|
||
<div class="m-code-head"><span>frameworks-mobile/Input.uniapp.vue</span><button class="m-copy" type="button" data-copy="code-162">复制</button></div>
|
||
<pre id="code-162"><code><template>
|
||
<view class="kole-m-field">
|
||
<view class="kole-m-input" :class="fieldClass">
|
||
<text v-if="prefix" class="kole-m-input__prefix">{{ prefix }}</text>
|
||
<input
|
||
class="kole-m-input__control"
|
||
type="text"
|
||
:value="value"
|
||
:placeholder="placeholder"
|
||
:disabled="disabled"
|
||
:aria-label="label"
|
||
:aria-invalid="error ? 'true' : 'false'"
|
||
placeholder-class="kole-m-input__placeholder"
|
||
@input="onInput"
|
||
@confirm="onConfirm"
|
||
/>
|
||
<view
|
||
v-if="clearable && filled && !disabled"
|
||
class="kole-m-input__clear"
|
||
role="button"
|
||
aria-label="清除"
|
||
@tap="clear"
|
||
>
|
||
<text>✕</text>
|
||
</view>
|
||
<slot></slot>
|
||
</view>
|
||
<text v-if="error" class="kole-m-input__error">{{ error }}</text>
|
||
</view>
|
||
</template>
|
||
|
||
<script setup>
|
||
/* uni-app 端 · 输入框(移动端)— 规格 §27
|
||
跨端差异:
|
||
① <input> 是 uni 基础组件,事件对象是 { detail: { value } },**没有 DOM 的 event.target**
|
||
(这是本批次最容易踩的坑,照 frameworks-uniapp-pc/Input.uniapp.vue 的形态写);
|
||
② 清除按钮用 view + role="button"(小程序没有可聚焦的原生 button 语义),点击用 @tap;
|
||
③ 键盘「完成」键是 @confirm,不是 keydown.enter。
|
||
尺寸用 rpx:88rpx = 375pt 下的 44px 触控最小边长,故默认高 88rpx、large 104rpx。 */
|
||
import { computed } from 'vue';
|
||
|
||
const props = defineProps({
|
||
value: { type: String, default: '' },
|
||
size: { type: String, default: 'default' },
|
||
placeholder: { type: String, default: '' },
|
||
prefix: { type: String, default: '' },
|
||
clearable: { type: Boolean, default: false },
|
||
disabled: { type: Boolean, default: false },
|
||
error: { type: String, default: '' },
|
||
label: { type: String, default: '输入框' }
|
||
});
|
||
const emit = defineEmits(['input', 'confirm', 'clear']);
|
||
|
||
const filled = computed(() => String(props.value || '').length > 0);
|
||
|
||
const fieldClass = computed(() => [
|
||
props.size === 'large' ? 'kole-m-input--large' : '',
|
||
filled.value ? 'is-filled' : '',
|
||
props.error ? 'is-error' : '',
|
||
props.disabled ? 'is-disabled' : ''
|
||
].filter(Boolean));
|
||
|
||
/* uni 的 <input> 事件对象为 { detail: { value } },无 DOM event.target */
|
||
function onInput(e) {
|
||
if (props.disabled) return;
|
||
emit('input', e && e.detail ? e.detail.value : '');
|
||
}
|
||
|
||
function onConfirm(e) {
|
||
if (props.disabled) return;
|
||
emit('confirm', e && e.detail ? e.detail.value : props.value);
|
||
}
|
||
|
||
function clear() {
|
||
if (props.disabled) return;
|
||
emit('clear');
|
||
}
|
||
</script>
|
||
|
||
<style>
|
||
.kole-m-field {
|
||
box-sizing: border-box;
|
||
width: 100%;
|
||
}
|
||
|
||
.kole-m-input {
|
||
--kole-m-input-height: 88rpx; /* 默认高度(88rpx = 44px,触控最小边长) */
|
||
--kole-m-touch-target: 88rpx;
|
||
--kole-m-font-size-body: 32rpx;
|
||
--kole-m-font-size-label: 28rpx;
|
||
--kole-m-gutter: 32rpx;
|
||
box-sizing: border-box;
|
||
display: flex;
|
||
align-items: center;
|
||
width: 100%;
|
||
min-height: var(--kole-m-input-height);
|
||
padding: 0 24rpx;
|
||
border: 1rpx solid var(--kole-color-border);
|
||
border-radius: 8rpx;
|
||
background-color: var(--kole-color-card-bg);
|
||
color: var(--kole-color-text-body);
|
||
font-size: var(--kole-m-font-size-body);
|
||
}
|
||
|
||
/* 变体 size=large */
|
||
.kole-m-input--large { --kole-m-input-height: 104rpx; }
|
||
|
||
/* 状态 focus:聚焦反馈只改边框,不改高度 */
|
||
.kole-m-input:focus-within { border-color: var(--kole-color-brand); }
|
||
|
||
/* 状态 error */
|
||
.kole-m-input.is-error { border-color: var(--kole-color-error); }
|
||
|
||
/* 状态 disabled */
|
||
.kole-m-input.is-disabled {
|
||
background-color: var(--kole-color-disabled-bg);
|
||
color: var(--kole-color-text-disabled);
|
||
}
|
||
|
||
.kole-m-input__prefix {
|
||
flex-shrink: 0;
|
||
padding-right: 12rpx;
|
||
color: var(--kole-color-text-secondary);
|
||
font-size: var(--kole-m-font-size-label);
|
||
}
|
||
|
||
.kole-m-input__control {
|
||
flex: 1;
|
||
min-width: 0;
|
||
height: var(--kole-m-input-height);
|
||
font-size: var(--kole-m-font-size-body);
|
||
color: inherit;
|
||
}
|
||
|
||
.kole-m-input__placeholder { color: var(--kole-color-text-placeholder); }
|
||
|
||
/* 清除按钮:视觉小、热区 88rpx */
|
||
.kole-m-input__clear {
|
||
flex-shrink: 0;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 88rpx;
|
||
height: 88rpx;
|
||
margin-right: -24rpx;
|
||
color: var(--kole-color-text-placeholder);
|
||
font-size: var(--kole-m-font-size-label);
|
||
}
|
||
|
||
.kole-m-input__error {
|
||
display: block;
|
||
margin-top: 12rpx;
|
||
font-size: var(--kole-m-font-size-label);
|
||
color: var(--kole-color-error);
|
||
}
|
||
</style>
|
||
</code></pre>
|
||
</div>
|
||
</details>
|
||
</section>
|
||
|
||
<section class="m-block">
|
||
<h2 id="tests">测试与回归</h2>
|
||
<p class="m-sub">断言在真实的 375×640 设备帧里跑(引擎与 PC 侧共用 <code>tests/_runtime.js</code>,触控行为动词来自移动端 <code>tests/mobile/_behaviors.js</code>)。</p>
|
||
<p>
|
||
<span class="m-status pass">断言 17 条 · 全部通过</span>
|
||
<span class="m-status">报告 2026-09-22 23:01:05</span>
|
||
</p>
|
||
<div class="m-code">
|
||
<div class="m-code-head"><span>复现命令</span><button class="m-copy" type="button" data-copy="code-test">复制</button></div>
|
||
<pre id="code-test"><code>node site/dev-server.js &
|
||
REG_BASE=http://127.0.0.1:3311 node tools/run-mobile-regression.mjs # 全量 5 个组件
|
||
npm run verify:mobile-docs # 本页内容完整性 + API 与源码一致性</code></pre>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="m-block">
|
||
<h2 id="contract">设计契约</h2>
|
||
<details class="m-details">
|
||
<summary>components/mobile-input.json(点击展开原始 JSON)</summary>
|
||
<div class="m-code"><pre><code>{
|
||
"schemaVersion": 1,
|
||
"sourceKind": "authored-spec",
|
||
"provenance": "authored-in-repo",
|
||
"specFile": "spec/移动端规格.md",
|
||
"specSection": "27 · 输入框 Input",
|
||
"confidence": "high",
|
||
"slug": "mobile-input",
|
||
"name": "输入框 Input",
|
||
"semanticTypeCandidates": [
|
||
"input",
|
||
"text-field",
|
||
"form-control"
|
||
],
|
||
"variantDimensions": [
|
||
{
|
||
"name": "size",
|
||
"values": [
|
||
"default",
|
||
"large"
|
||
]
|
||
},
|
||
{
|
||
"name": "clearable",
|
||
"values": [
|
||
"false",
|
||
"true"
|
||
]
|
||
}
|
||
],
|
||
"representativeVariants": [
|
||
{
|
||
"size": "default",
|
||
"clearable": "false",
|
||
"label": "默认输入框(44px,一行一字段)"
|
||
},
|
||
{
|
||
"size": "large",
|
||
"clearable": "false",
|
||
"label": "大尺寸(52px,单字段成组)"
|
||
},
|
||
{
|
||
"size": "default",
|
||
"clearable": "true",
|
||
"label": "可清除(有值时出现清除按钮)"
|
||
}
|
||
],
|
||
"anatomy": {
|
||
"field": "字段容器,包裹输入框与下方错误提示(错误提示在框外,不挤占输入区)",
|
||
"control": "原生 input,占满剩余宽度,字号 16px",
|
||
"prefix": "可选前缀,放单位或符号(如「¥」)",
|
||
"clear": "可选清除按钮,有值且 clearable=true 时出现在右侧",
|
||
"suffix": "可选后缀,由默认插槽给出的自定义内容(单位、显示密码等)",
|
||
"errorText": "字段下方的错误提示文字"
|
||
},
|
||
"structurePatterns": {
|
||
"size": "default(高度 44px)/ large(高度 52px)",
|
||
"clearable": "false(无清除按钮)/ true(有值时右侧出现清除按钮)"
|
||
},
|
||
"usageHints": [
|
||
"在一行内收集单行文本(姓名、手机号、金额、验证码等)",
|
||
"移动端输入框整行占满、高度不小于 44px,字号不小于 16px,否则 iOS 聚焦时会自动放大页面",
|
||
"清除动作必须在框内完成,因为触屏没有悬停的鼠标可以移开",
|
||
"键盘「完成」键触发 confirm 事件,值随 input 事件实时回传",
|
||
"错误说明放在框外下方,不挤占输入区"
|
||
],
|
||
"doNotInvent": [
|
||
"输入内容的正则与业务校验(合法性判断在宿主)",
|
||
"inputmode 之外的自定义软键盘行为(键盘类型由宿主按场景指定)",
|
||
"自动填充与验证码自动读取的策略"
|
||
],
|
||
"unknowns": [
|
||
"密码是否需要内置「显示/隐藏」开关",
|
||
"数字输入的千分位格式化时机",
|
||
"前缀里是否允许放图片/图标"
|
||
],
|
||
"interaction": [
|
||
"输入框高度不小于 44px;整行可点(把 .kole-m-input 放在 label 里,点行即聚焦)",
|
||
"清除按钮视觉是 16px 图标,热区外扩到 44px 最小触控边长",
|
||
"聚焦反馈是边框色 + 2px 外发光,150ms 过渡;不改变布局(不撑开高度)",
|
||
"有值时清除按钮才出现;清除后焦点留在输入框",
|
||
"键盘「完成」键触发 confirm 事件,值随 input 事件实时回传"
|
||
],
|
||
"accessibility": [
|
||
"输入框用原生 input,名称由 aria-label 给出(占位文字不算标签)",
|
||
"错误态用 aria-invalid=\"true\",错误文案用 aria-describedby 关联",
|
||
"清除按钮是原生 button 且带 aria-label=\"清除\"",
|
||
"禁用态用原生 disabled,读屏会跳过"
|
||
],
|
||
"api": {
|
||
"source": "implementation",
|
||
"note": "props / events / slots 为 6 端实现的公共接口(说明文字取自规格对应小节)。字段名与各端源码逐名核对:node tools/verify-mobile-docs.mjs",
|
||
"requiredNote": "「必传」按严格定义:实现里**没有默认值**时才为 Y(本门禁逐条核对 props 与各端源码的默认值,防止契约与实现脱节)。",
|
||
"props": [
|
||
{
|
||
"name": "value",
|
||
"type": "string",
|
||
"default": "''",
|
||
"desc": "受控值;有值时右侧才出现清除按钮(规格 §27.5)",
|
||
"required": false
|
||
},
|
||
{
|
||
"name": "size",
|
||
"type": "'default' | 'large'",
|
||
"default": "'default'",
|
||
"desc": "变体 size:default 高 44px,large 高 52px(规格 §27.3)",
|
||
"required": false
|
||
},
|
||
{
|
||
"name": "placeholder",
|
||
"type": "string",
|
||
"default": "''",
|
||
"desc": "占位文字;它不算标签,标签由 label 给出(规格 §27.6)",
|
||
"required": false
|
||
},
|
||
{
|
||
"name": "prefix",
|
||
"type": "string",
|
||
"default": "''",
|
||
"desc": "可选前缀,放单位或符号(规格 §27.2 prefix)",
|
||
"required": false
|
||
},
|
||
{
|
||
"name": "clearable",
|
||
"type": "boolean",
|
||
"default": "false",
|
||
"desc": "变体 clearable:有值时显示清除按钮(规格 §27.3)",
|
||
"required": false
|
||
},
|
||
{
|
||
"name": "disabled",
|
||
"type": "boolean",
|
||
"default": "false",
|
||
"desc": "状态 disabled:置灰且不可聚焦(规格 §27.4)",
|
||
"required": false
|
||
},
|
||
{
|
||
"name": "error",
|
||
"type": "string",
|
||
"default": "''",
|
||
"desc": "状态 error:错误文案,非空时写 aria-invalid 并在框外下方显示(规格 §27.6)",
|
||
"required": false
|
||
},
|
||
{
|
||
"name": "label",
|
||
"type": "string",
|
||
"default": "'输入框'",
|
||
"desc": "无障碍名称,落到 aria-label(规格 §27.6)",
|
||
"required": false
|
||
}
|
||
],
|
||
"events": [
|
||
{
|
||
"name": "input",
|
||
"params": "(value)",
|
||
"desc": "输入时触发,回传当前值(规格 §27.5)"
|
||
},
|
||
{
|
||
"name": "confirm",
|
||
"params": "(value)",
|
||
"desc": "键盘「完成」键触发(规格 §27.5)"
|
||
},
|
||
{
|
||
"name": "clear",
|
||
"params": "—",
|
||
"desc": "点击清除按钮触发,值由宿主置空(规格 §27.5)"
|
||
}
|
||
],
|
||
"slots": [
|
||
{
|
||
"name": "default",
|
||
"desc": "框内右侧自定义内容(后缀:单位、显示密码等,规格 §27.2 suffix)"
|
||
}
|
||
]
|
||
},
|
||
"variantClasses": {
|
||
"size": {
|
||
"default": [],
|
||
"large": [
|
||
".kole-m-input--large"
|
||
]
|
||
},
|
||
"clearable": {
|
||
"false": [],
|
||
"true": [
|
||
".kole-m-input__clear"
|
||
]
|
||
}
|
||
},
|
||
"demos": [
|
||
{
|
||
"id": "basic",
|
||
"group": "01 组件类型",
|
||
"title": "基础用法",
|
||
"desc": "默认高度 44px、字号 16px:iOS 聚焦时不会自动放大页面。",
|
||
"variant": "size=default"
|
||
},
|
||
{
|
||
"id": "prefix",
|
||
"group": "01 组件类型",
|
||
"title": "带前缀",
|
||
"desc": "单位写在框内,避免占位符里重复出现(前缀对读屏隐藏,语义由 label 承担)。",
|
||
"variant": "prefix"
|
||
},
|
||
{
|
||
"id": "clearable",
|
||
"group": "01 组件类型",
|
||
"title": "可清除",
|
||
"desc": "有值时右侧出现清除按钮;点它清空并把焦点交还输入框。",
|
||
"variant": "clearable=true"
|
||
},
|
||
{
|
||
"id": "size",
|
||
"group": "01 组件类型",
|
||
"title": "尺寸两档",
|
||
"desc": "default 44px 用于表单内多字段;large 52px 用于一行一字段。",
|
||
"variant": "size=default|large"
|
||
},
|
||
{
|
||
"id": "error",
|
||
"group": "02 组件状态",
|
||
"title": "错误态",
|
||
"desc": "is-error 边框变错误色,aria-invalid 置位,错误说明在框外下方。",
|
||
"variant": "状态 error"
|
||
},
|
||
{
|
||
"id": "disabled",
|
||
"group": "02 组件状态",
|
||
"title": "禁用",
|
||
"desc": "整框置灰、输入区不可聚焦,读屏会跳过。",
|
||
"variant": "disabled=true"
|
||
}
|
||
],
|
||
"related": [
|
||
{
|
||
"slug": "mobile-search",
|
||
"why": "输入的目的是搜索时用搜索框(自带搜索图标与清除);普通文本收集用输入框"
|
||
},
|
||
{
|
||
"slug": "mobile-textarea",
|
||
"why": "内容可能超过一行时用多行文本框;单行文本用输入框"
|
||
},
|
||
{
|
||
"slug": "mobile-numberkeyboard",
|
||
"why": "金额/验证码等需要自定义键盘时,输入框配套数字键盘;键盘只回传按键,写入仍由宿主完成"
|
||
}
|
||
]
|
||
}</code></pre></div>
|
||
</details>
|
||
</section>
|
||
|
||
<footer class="m-foot">
|
||
<p>生成物:本页由 <code>node tools/build-mobile.mjs</code> 从契约 <code>components/mobile-input.json</code> 与 6 端源码生成,请勿手改。</p>
|
||
<p>规格原文:<code>.design_library/kole-ui-mobile/spec/移动端规格.md</code> · 隔离门禁:<code>node tools/verify-mobile-isolation.mjs</code></p>
|
||
</footer>
|
||
</main>
|
||
</div>
|
||
<script>
|
||
(function () {
|
||
/* 左栏:≤1000px 默认收起(手机上不让导航占满一屏),跨断点时同步一次;不监听 resize,
|
||
免得跟用户手动的展开/收起抢状态。桌面不设 open 之外的动作。 */
|
||
var side = document.querySelector('details.m-side');
|
||
if (side && window.matchMedia) {
|
||
var mq = window.matchMedia('(max-width: 1000px)');
|
||
var sync = function () { if (mq.matches) side.removeAttribute('open'); else side.setAttribute('open', ''); };
|
||
sync();
|
||
if (mq.addEventListener) mq.addEventListener('change', sync);
|
||
else if (mq.addListener) mq.addListener(sync);
|
||
}
|
||
/* 单演示预览帧按内容高度自适应(同源可读 contentDocument;上限 360px、下限 140px)。
|
||
固定高度会在内容少的演示上留一大片空白(实测 SwipeCell 单个演示只用 ~120px)。 */
|
||
function fitDemoFrames() {
|
||
var frames = document.querySelectorAll('.m-demo-stage iframe');
|
||
Array.prototype.forEach.call(frames, function (f) {
|
||
var fit = function () {
|
||
try {
|
||
var d = f.contentDocument;
|
||
if (!d || !d.body) return;
|
||
/* 只量 body.scrollHeight:documentElement.scrollHeight 等于**帧视口高度**(html 撑满视口),
|
||
拿它做 max 会形成「帧高→视口高→量到的高度」反馈环,永远收敛在初始值(实测锁在 308px)。 */
|
||
var h = d.body.scrollHeight;
|
||
if (!h) h = d.documentElement ? d.documentElement.scrollHeight : 0;
|
||
if (!h) return;
|
||
f.style.height = Math.min(360, Math.max(140, h + 8)) + 'px';
|
||
} catch (e) { /* 跨源或未就绪:保持 CSS 兜底高度 */ }
|
||
};
|
||
f.addEventListener('load', function () { fit(); setTimeout(fit, 300); });
|
||
fit();
|
||
});
|
||
}
|
||
fitDemoFrames();
|
||
window.addEventListener('load', fitDemoFrames);
|
||
/* 主题模式(三态):与 PC 完全同一约定 —— localStorage[kole-mode] ∈ light|dark|auto,
|
||
auto 跟随系统,反色靠 html.kole-dark(令牌文件里已写好该组,两端共用一份令牌)。
|
||
用户在 PC 站选夜间,进移动端站也是夜间。 */
|
||
var MODE_KEY = 'kole-mode';
|
||
var MODE_LABEL = { light: '日间模式', dark: '夜间模式', auto: '自动模式' };
|
||
function readMode() {
|
||
try { var v = localStorage.getItem(MODE_KEY); if (v === 'light' || v === 'dark' || v === 'auto') return v; } catch (e) {}
|
||
return 'auto';
|
||
}
|
||
function systemDark() {
|
||
return !!(window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches);
|
||
}
|
||
function applyMode(mode) {
|
||
var dark = mode === 'dark' || (mode === 'auto' && systemDark());
|
||
document.documentElement.classList.toggle('kole-dark', dark);
|
||
document.documentElement.style.colorScheme = dark ? 'dark' : 'light';
|
||
var cur = document.getElementById('m-mode-cur');
|
||
if (cur) cur.textContent = MODE_LABEL[mode] || MODE_LABEL.auto;
|
||
Array.prototype.forEach.call(document.querySelectorAll('.m-menu-opt'), function (o) {
|
||
o.setAttribute('aria-selected', o.getAttribute('data-mode') === mode ? 'true' : 'false');
|
||
});
|
||
/* 三态图标与 PC 同口径:显式选择时按时态给图标(日间=月亮 / 夜间=太阳),
|
||
自动模式下恒为「跟随系统」的显示器图标(此时两个显式图标都不显示)。 */
|
||
var moon = document.getElementById('m-icon-moon');
|
||
var sun = document.getElementById('m-icon-sun');
|
||
var auto = document.getElementById('m-icon-auto');
|
||
if (moon) moon.style.display = (mode === 'light') ? '' : 'none';
|
||
if (sun) sun.style.display = (mode === 'dark') ? '' : 'none';
|
||
if (auto) auto.style.display = (mode === 'auto') ? '' : 'none';
|
||
}
|
||
function bindModeMenu() {
|
||
var trigger = document.getElementById('m-mode-trigger');
|
||
var menu = document.getElementById('m-mode-menu');
|
||
if (!trigger || !menu) return;
|
||
var close = function (refocus) {
|
||
menu.classList.add('hidden'); trigger.setAttribute('aria-expanded', 'false');
|
||
if (refocus) trigger.focus();
|
||
};
|
||
trigger.addEventListener('click', function () {
|
||
var open = menu.classList.toggle('hidden');
|
||
trigger.setAttribute('aria-expanded', open ? 'false' : 'true');
|
||
});
|
||
trigger.addEventListener('keydown', function (e) {
|
||
if (e.key === 'Escape') close(true);
|
||
});
|
||
Array.prototype.forEach.call(menu.querySelectorAll('.m-menu-opt'), function (opt) {
|
||
opt.addEventListener('click', function () {
|
||
var mode = opt.getAttribute('data-mode');
|
||
try { localStorage.setItem(MODE_KEY, mode); } catch (e) {}
|
||
applyMode(mode);
|
||
close(true);
|
||
});
|
||
});
|
||
document.addEventListener('click', function (e) {
|
||
if (!menu.classList.contains('hidden') && !menu.contains(e.target) && !trigger.contains(e.target)) close(false);
|
||
});
|
||
document.addEventListener('keydown', function (e) {
|
||
if (e.key === 'Escape' && !menu.classList.contains('hidden')) close(true);
|
||
});
|
||
/* 自动模式下跟随系统切换 */
|
||
if (window.matchMedia) {
|
||
var mq = window.matchMedia('(prefers-color-scheme: dark)');
|
||
var onChange = function () { if (readMode() === 'auto') applyMode('auto'); };
|
||
if (mq.addEventListener) mq.addEventListener('change', onChange);
|
||
else if (mq.addListener) mq.addListener(onChange);
|
||
}
|
||
applyMode(readMode());
|
||
}
|
||
bindModeMenu();
|
||
/* 版本下拉:与 PC 顶栏同一实现口径 —— 清单从部署根取(<prefix>/versions.json 与
|
||
<prefix>/site/versions.json 两份按序尝试,取有可用条目的那份),拿不到就退回不可点的
|
||
纯角标(data-single="1"),不留一个点不开的下拉。
|
||
清单不许把用户带去外站:path 只允许 ".."(站点根自身)或 x.y.z 快照目录名。 */
|
||
var VERSION_KEY_PATH = '..';
|
||
function isValidVersionPath(p) {
|
||
if (typeof p !== 'string' || !p.length || p.indexOf('\\') >= 0 || p.indexOf('//') >= 0) return false;
|
||
if (p === VERSION_KEY_PATH) return true;
|
||
return /^\d+\.\d+\.\d+$/.test(p);
|
||
}
|
||
/* 清单里的 path 相对部署根,".." = /site/、x.y.z = /x.y.z/site/。
|
||
当前页可能不在部署根下(快照页),故先还原部署根绝对路径再算回相对当前页。 */
|
||
function versionHref(absSite) {
|
||
var i = location.pathname.indexOf('/site/');
|
||
var prefix = i >= 0 ? location.pathname.slice(0, i) : '';
|
||
if (!prefix || absSite.indexOf(prefix + '/') !== 0) return absSite;
|
||
var rest = absSite.slice(prefix.length + 1);
|
||
var up = '';
|
||
var segs = prefix.slice(1).split('/');
|
||
for (var k = 0; k < segs.length; k++) up += "../";
|
||
return up + rest;
|
||
}
|
||
function buildVersionList(doc) {
|
||
var raw = doc && doc.versions;
|
||
if (!raw || !raw.length) return [];
|
||
var i = location.pathname.indexOf('/site/');
|
||
var prefix = i >= 0 ? location.pathname.slice(0, i) : '';
|
||
var list = [];
|
||
for (var k = 0; k < raw.length; k++) {
|
||
var v = raw[k] || {};
|
||
var ver = v.version ? String(v.version) : '';
|
||
var path = v.path ? String(v.path) : '';
|
||
if (!ver || !isValidVersionPath(path)) continue;
|
||
var absSite = (path === VERSION_KEY_PATH ? '' : '/' + path) + '/site/';
|
||
list.push({ version: ver, date: v.date ? String(v.date) : '', latest: !!v.latest, href: versionHref(absSite), absSite: absSite, current: false });
|
||
}
|
||
if (list.length) {
|
||
/* 当前版本 = 绝对路径上命中的最长前缀(最具体的那个)——与 PC 的判定一致,
|
||
快照页与根站点都能算对。 */
|
||
var here = location.pathname;
|
||
var best = -1;
|
||
for (var j = 0; j < list.length; j++) {
|
||
if (here.indexOf(list[j].absSite) === 0 && list[j].absSite.length > best) best = list[j].absSite.length;
|
||
}
|
||
for (var m = 0; m < list.length; m++) list[m].current = best >= 0 && list[m].absSite.length === best;
|
||
if (best < 0 && list[0]) list[0].current = true;
|
||
}
|
||
return list;
|
||
}
|
||
function bindVersionMenu() {
|
||
var trigger = document.getElementById('m-ver-trigger');
|
||
var menu = document.getElementById('m-ver-menu');
|
||
var chip = document.getElementById('m-ver');
|
||
if (!trigger || !menu) return;
|
||
var close = function (refocus) {
|
||
menu.classList.add('hidden'); trigger.setAttribute('aria-expanded', 'false');
|
||
if (refocus) trigger.focus();
|
||
};
|
||
var interactive = false;
|
||
var render = function (list) {
|
||
interactive = !!(list && list.length);
|
||
/* 只有清单拿不到才退回纯角标;只要有一版就是下拉(里面至少能看清当前是哪个版本) */
|
||
trigger.setAttribute('data-single', interactive ? '0' : '1');
|
||
if (!interactive) { menu.classList.add("hidden"); return; }
|
||
var cur = null;
|
||
for (var k = 0; k < list.length; k++) if (list[k].current) cur = list[k];
|
||
if (chip) chip.textContent = 'v' + ((cur && cur.version) || VERSION);
|
||
/* 重建选项(幂等:重复调用不会叠加) */
|
||
Array.prototype.slice.call(menu.querySelectorAll('.m-ver-opt')).forEach(function (n) { n.remove(); });
|
||
list.forEach(function (it) {
|
||
var opt = document.createElement('button');
|
||
opt.type = 'button'; opt.className = 'm-ver-opt'; opt.setAttribute('role', 'option');
|
||
opt.setAttribute('data-version', it.version);
|
||
opt.setAttribute('aria-selected', it.current ? 'true' : 'false');
|
||
var tag = it.current ? '当前浏览' : (it.latest ? '最新版' : (it.date || ''));
|
||
opt.innerHTML = '<span class="m-ver-opt-num">v' + it.version + '</span><span class="m-ver-opt-tag">' + tag + '</span>';
|
||
if (it.href) opt.setAttribute('data-href', it.href);
|
||
opt.addEventListener("click", function () {
|
||
if (!it.current && it.href) location.href = it.href;
|
||
else close(true);
|
||
});
|
||
menu.appendChild(opt);
|
||
});
|
||
};
|
||
trigger.addEventListener('click', function () {
|
||
if (!interactive) return;
|
||
if (menu.classList.contains('hidden')) { menu.classList.remove('hidden'); trigger.setAttribute('aria-expanded', 'true'); }
|
||
else close(false);
|
||
});
|
||
trigger.addEventListener('keydown', function (e) {
|
||
if (!interactive) return;
|
||
if (e.key === 'ArrowDown' || e.key === 'ArrowUp') { e.preventDefault(); menu.classList.remove('hidden'); trigger.setAttribute('aria-expanded', 'true'); }
|
||
else if (e.key === 'Escape') close(true);
|
||
});
|
||
document.addEventListener('click', function (e) {
|
||
if (!menu.classList.contains('hidden') && !menu.contains(e.target) && !trigger.contains(e.target)) close(false);
|
||
});
|
||
document.addEventListener('keydown', function (e) {
|
||
if (e.key === 'Escape' && !menu.classList.contains('hidden')) close(true);
|
||
});
|
||
/* 两份清单按序尝试(不并行:快照页那份必然 404,并行会把 404 记进控制台,
|
||
而站点门禁的「零控制台错误」是硬断言)。 */
|
||
if (!window.fetch || location.protocol === 'file:') return;
|
||
var i = location.pathname.indexOf('/site/');
|
||
if (i < 0) return;
|
||
var prefix = location.pathname.slice(0, i);
|
||
var urls = [prefix + '/versions.json', prefix + '/site/versions.json'];
|
||
var attempt = function (idx) {
|
||
if (idx >= urls.length) return;
|
||
fetch(urls[idx], { cache: 'no-store' })
|
||
.then(function (r) { if (!r.ok) throw new Error('HTTP ' + r.status); return r.json(); })
|
||
.then(function (doc) { var list = buildVersionList(doc); if (list.length) render(list); else attempt(idx + 1); })
|
||
.catch(function () { attempt(idx + 1); });
|
||
};
|
||
attempt(0);
|
||
}
|
||
bindVersionMenu();
|
||
function done(btn) {
|
||
var old = btn.textContent; btn.textContent = '已复制'; btn.classList.add('is-done');
|
||
setTimeout(function () { btn.textContent = old; btn.classList.remove('is-done'); }, 1200);
|
||
}
|
||
document.addEventListener('click', function (e) {
|
||
var btn = e.target && e.target.closest ? e.target.closest('.m-copy') : null;
|
||
if (!btn) return;
|
||
var src = document.getElementById(btn.getAttribute('data-copy') || '');
|
||
var text = src ? (src.innerText || src.textContent || '') : '';
|
||
if (navigator.clipboard && navigator.clipboard.writeText) {
|
||
navigator.clipboard.writeText(text).then(function () { done(btn); }, function () { fallback(btn, text); });
|
||
} else { fallback(btn, text); }
|
||
});
|
||
function fallback(btn, text) {
|
||
try {
|
||
var ta = document.createElement('textarea'); ta.value = text; ta.setAttribute('readonly', '');
|
||
ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta);
|
||
ta.select(); document.execCommand("copy"); document.body.removeChild(ta); done(btn);
|
||
} catch (err) { btn.textContent = '复制失败'; }
|
||
}
|
||
})();
|
||
</script>
|
||
</body>
|
||
</html>
|