المكوّنات · بحث بمدخلات متعدّدة
بحث بمدخلات متعدّدة
كتابة أو مسح رمز أو موقع — ثلاثة مداخل لنتيجة واحدة
7 تصاميم من هذه العائلة
<div class="ap apsc"><div class="ph">
<div class="sb"><span class="tm num"></span>
<span class="r" aria-hidden="true"><span>▲</span><span>◗</span><span class="bt num"></span></span></div>
<div class="hdr">
<div class="fld"><span aria-hidden="true">🔍</span>
<input type="search" aria-label="ابحث عن مطعم أو طبق" placeholder="مطعم أو طبق…">
<button class="sc tap" aria-label="امسح رمز الطاولة">⛶</button>
<button class="lo tap" aria-label="استخدم موقعي">◎</button></div>
<div class="mode" role="status" aria-live="polite"></div>
</div>
<div class="body"><ul class="rs"></ul>
<p class="empty" hidden data-ar="لا نتيجة" data-en="No results">لا نتيجة</p></div>
<div class="safe"></div>
</div></div>
/* pt-scoped */
/* appsrch-scan — تطبيق مطاعم */
.apsc{width:100%;height:100%;display:flex;align-items:center;
justify-content:center;padding:6px;font-size:10px;color:var(--pt-text-secondary);
overflow:hidden}
.apsc .ph{position:relative;width:198px;height:100%;max-height:224px;display:flex;
flex-direction:column;overflow:hidden;background:var(--pt-bg-base);
border:1px solid var(--pt-border-default);border-radius:20px;
box-shadow:var(--pt-shadow-3)}
/* شريط الحالة — ليس تزيينًا: يثبت أعلى الشاشة فلا يبدأ المحتوى عند الحافّة */
.apsc .sb{flex:none;display:flex;align-items:center;justify-content:space-between;
padding:5px 12px 2px;font-size:7px;color:var(--pt-text-muted);
font-variant-numeric:tabular-nums}
.apsc .sb .r{display:flex;gap:3px}
.apsc .scr{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}
.apsc .body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;
-webkit-overflow-scrolling:touch}
.apsc .body::-webkit-scrollbar{width:0}
/* المنطقة الآمنة السفلية — شريط الإيماءات يأكل ما تحته */
.apsc .safe{flex:none;height:9px;display:grid;place-items:center}
.apsc .safe::after{content:'';width:52px;height:3px;border-radius:99px;
background:var(--pt-border-strong)}
.apsc h6{margin:0;font-size:10px;color:var(--pt-text-primary);font-weight:600;line-height:1.4}
.apsc p{margin:0;font-size:8px;color:var(--pt-text-muted);line-height:1.65}
.apsc .num{font-variant-numeric:tabular-nums}
.apsc button{font:inherit;cursor:pointer;
transition:background var(--pt-motion-duration-fast) var(--pt-motion-easing-standard),
color var(--pt-motion-duration-fast) var(--pt-motion-easing-standard),
transform var(--pt-motion-duration-fast) var(--pt-motion-easing-standard)}
.apsc button:focus-visible, .apsc a:focus-visible, .apsc input:focus-visible{
outline:2px solid var(--pt-focus-ring);outline-offset:-1px}
/* هدف اللمس: 44 بكسلًا على الشاشات اللمسية، ومساحة نقر ممتدّة على غيرها */
@media(pointer:coarse){.apsc .tap{min-width:44px;min-height:44px}
}
.apsc .tap{position:relative}
.apsc .tap::before{content:'';position:absolute;inset:-6px}
@media(prefers-reduced-motion:reduce){.apsc *{transition:none!important;animation:none!important}
}
.apsc .hdr{flex:none;padding:3px 11px 6px}
.apsc .fld{display:flex;align-items:center;gap:5px;padding:6px 10px;border-radius:14px;
background:var(--pt-bg-inset);border:1px solid var(--pt-border-default);
color:var(--pt-text-muted);font-size:9px}
.apsc .fld:focus-within{border-color:var(--pt-accent)}
.apsc .fld input{flex:1;min-width:0;border:0;background:transparent;font:inherit;
font-size:9.5px;color:var(--pt-text-primary);outline:none}
.apsc .fld button{width:20px;height:20px;border:0;border-radius:6px;background:transparent;
color:var(--pt-text-muted);font-size:11px;display:grid;place-items:center}
.apsc .fld button:hover, .apsc .fld button[aria-pressed=true]{background:var(--pt-surface);
color:var(--pt-accent)}
.apsc .mode{min-height:11px;font-size:7.5px;color:var(--pt-accent);padding:4px 3px 0}
.apsc .body{padding:4px 11px 8px}
.apsc .rs{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}
.apsc .rs li{display:flex;align-items:center;gap:7px;padding:6px 7px;border-radius:14px;
background:var(--pt-surface);border:1px solid var(--pt-border-subtle)}
.apsc .rs .e{font-size:15px}
.apsc .rs .t{font-size:8.5px;color:var(--pt-text-primary)}
.apsc .rs .m{font-size:7px;color:var(--pt-text-muted)}
.apsc .rs .d{font-size:7.5px;color:var(--pt-accent);font-weight:700;
font-variant-numeric:tabular-nums}
.apsc .empty{text-align:center;padding:16px 0}
/* يعمل داخل إطار معزول — لا يعتمد على شيء خارجه */
/* pt-remount — يعاد التركيب عند تبديل اللغة */
(function () {
var host = document.querySelector('.apsc');
if (!host) return;
var snapshot = host.innerHTML;
var timers = [];
var ac = null;
/* الجسم كما كتبه المولِّد. يستقبل بدائل مظلَّلة لـ root وdocument
والمؤقّتات، فينظّف نفسه دون أن يعرف أنه قابل لإعادة التركيب. */
function run(root, document, setTimeout, setInterval) {
var ar = document.documentElement.lang !== 'en';
var n = function (v, d) { return Number(v).toLocaleString('en-US', {
minimumFractionDigits: d || 0, maximumFractionDigits: d || 0 }); };
var money = function (usd, d) {
return ar ? n(usd * 3.75, d) + ' ر.س' : '$' + n(usd, d);
};
var set = function (sel, txt) {
var el = root.querySelector(sel); if (el) el.textContent = txt; return el;
};
/* الساعة بأرقام لاتينية دائمًا — قرار موحّد في المشروع كلّه */
(function clock() {
var t = root.querySelector('.tm');
if (!t) return;
function tick() {
var d = new Date();
t.textContent = String(d.getHours()).padStart(2, '0') + ':' +
String(d.getMinutes()).padStart(2, '0');
setTimeout(tick, 20000);
}
tick();
})();
var bt = root.querySelector('.bt');
if (bt) bt.textContent = '84%';
/* اهتزاز خفيف حيث يوجد — تأكيد لمسيّ لا يعتمد عليه شيء */
var buzz = function (ms) { try { if (navigator.vibrate) navigator.vibrate(ms || 8); } catch (e) {} };
var PLACES = [
{ e: '🥙', t: 'بيت الشاورما', m: 'شامي · 4.6 ★', d: 0.6 },
{ e: '🍕', t: 'فرن الحطب', m: 'إيطالي · 4.4 ★', d: 1.4 },
{ e: '🍚', t: 'مندي الديرة', m: 'شعبي · 4.8 ★', d: 2.2 },
{ e: '🥗', t: 'مطبخ السلطة', m: 'صحّي · 4.3 ★', d: 0.9 },
{ e: '☕', t: 'كافيه الرصيف', m: 'قهوة · 4.7 ★', d: 0.3 }
];
var input = root.querySelector('input'), rs = root.querySelector('.rs');
var mode = root.querySelector('.mode'), empty = root.querySelector('.empty');
var sc = root.querySelector('.sc'), lo = root.querySelector('.lo');
function norm(s) {
return String(s).replace(/[\u064B-\u0652\u0640]/g, '')
.replace(/[\u0622\u0623\u0625]/g, '\u0627').replace(/\u0629/g, '\u0647')
.replace(/\u0649/g, '\u064A').toLowerCase().trim();
}
var order = PLACES.slice();
function draw() {
var q = norm(input.value), shown = 0;
rs.innerHTML = order.map(function (p) {
var ok = !q || norm(p.t + ' ' + p.m).indexOf(q) !== -1;
if (ok) shown++;
return '<li' + (ok ? '' : ' hidden') + '><span class="e">' + p.e + '</span>' +
'<span style="flex:1;min-width:0"><span class="t">' + p.t + '</span><br>' +
'<span class="m">' + p.m + '</span></span><span class="d">' +
p.d.toFixed(1) + (ar ? ' كم' : ' km') + '</span></li>';
}).join('');
empty.hidden = shown > 0;
}
input.addEventListener('input', function () { mode.textContent = ''; draw(); });
/* لكل مدخل بديل اسم مسموع ومكافئ نصّي: كاميرا أو موقع بأيقونة وحدها
مدخل لا يصله كثيرون. */
sc.addEventListener('click', function () {
buzz();
mode.textContent = ar ? 'قُرئ رمز الطاولة 12 — عرض قائمة المطعم'
: 'Table code 12 scanned — showing its menu';
input.value = 'بيت الشاورما'; draw();
});
lo.addEventListener('click', function () {
buzz();
order = PLACES.slice().sort(function (a, b) { return a.d - b.d; });
mode.textContent = ar ? 'رُتّبت حسب قربها منك' : 'Sorted by distance from you';
input.value = ''; draw();
});
draw();
}
function mount() {
ac = new AbortController();
var real = window.document;
/* وسيط يمرّر كل شيء إلى المستند الحقيقي، ويعلّق كل مستمع بإشارة
تُقطع عند إعادة التركيب — فلا يبقى مستمع من نسخة ماتت. */
var doc = new Proxy(real, {
get: function (t, k) {
if (k === 'addEventListener') {
return function (type, fn, opts) {
var o = (opts && typeof opts === 'object') ? Object.assign({}, opts)
: { capture: !!opts };
o.signal = ac.signal;
return t.addEventListener(type, fn, o);
};
}
var v = t[k];
return typeof v === 'function' ? v.bind(t) : v;
}
});
function track(fn) {
return function (f, ms) { var id = fn(f, ms); timers.push(id); return id; };
}
run(host, doc, track(window.setTimeout.bind(window)),
track(window.setInterval.bind(window)));
}
function unmount() {
if (ac) ac.abort();
// المعرّفان يتشاركان فضاءً واحدًا في المتصفّح، فالإلغاء المزدوج آمن
timers.forEach(function (id) { window.clearTimeout(id); window.clearInterval(id); });
timers = [];
host.innerHTML = snapshot;
}
mount();
addEventListener('pt-lang', function () { unmount(); mount(); });
})();
# Search with Multiple Inputs
**Role:** You are an Arabic-first UI designer and front-end engineer. Read the whole
specification before writing a single line, then follow it literally. If two requirements
conflict, favour usability over visual effect.
**Goal:** Search with Multiple Inputs — Type, scan a code, or use location — three ways into one result
**Why this component matters:** Give every alternate input its own accessible name and a text equivalent: a camera or GPS entry point that only exists as an icon is unreachable for many users.
**Direction:** Genuine RTL — not a mirrored Latin layout. Use logical properties
(`margin-inline-start`, `padding-inline`, `inset-inline-start`, `text-align: start`),
never physical ones (`margin-left`, `left`). The layout must flip with `dir` on its own,
with no duplicated rules.
**Typography:** Cairo for Arabic, IBM Plex Sans for Latin. Arabic line-height must be
`0.18` higher than the Latin equivalent — dots, hamzas and maddas need more vertical room.
Arabic font-size runs `1.06×` the Latin size at the same optical weight.
**Numerals:** Western digits in both languages (`1,234.50`). Only the currency changes:
`ر.س` **after** the number in Arabic, `$` **before** it in English. Jordanian dinar
uses **three** decimal places, not two.
**Colors:** Dark mode — background `#0D142B` · surfaces `#211F54` · borders `#545C91` · text `#918FC2`.
Accent `#ADA9E8` must never exceed 8% of the screen area.
**Language:** Bilingual — every string carries both Arabic and English, and the layout
flips with `dir` automatically.
**States:** `default` · `hover` · `focus` · `active` · `disabled` · `loading` · `error`.
Do not design the resting state alone.
**Accessibility:** Contrast ratio at least `4.5:1`, complete keyboard navigation,
visible focus rings, and honour `prefers-reduced-motion`.
**Output:** Clean HTML and CSS in two separate files. No frameworks, no libraries,
no external dependencies.