From 8e3f3890e93d097df4be744648b9ac404d20a558 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 23 四月 2026 17:58:50 +0800
Subject: [PATCH] 2026.4.23
---
miniprogram_npm/tdesign-miniprogram/search/type.d.ts | 18 ++++++++++++++----
1 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/miniprogram_npm/tdesign-miniprogram/search/type.d.ts b/miniprogram_npm/tdesign-miniprogram/search/type.d.ts
index 95cab19..7b589d0 100644
--- a/miniprogram_npm/tdesign-miniprogram/search/type.d.ts
+++ b/miniprogram_npm/tdesign-miniprogram/search/type.d.ts
@@ -15,6 +15,10 @@
type: BooleanConstructor;
value?: boolean;
};
+ clearTrigger?: {
+ type: StringConstructor;
+ value?: 'always' | 'focus';
+ };
clearable?: {
type: BooleanConstructor;
value?: boolean;
@@ -30,6 +34,11 @@
cursor: {
type: NumberConstructor;
value?: number;
+ required?: boolean;
+ };
+ cursorColor?: {
+ type: StringConstructor;
+ value?: string;
};
cursorSpacing?: {
type: NumberConstructor;
@@ -70,6 +79,11 @@
placeholderStyle: {
type: StringConstructor;
value?: string;
+ required?: boolean;
+ };
+ readonly?: {
+ type: BooleanConstructor;
+ value?: boolean;
};
resultList?: {
type: ArrayConstructor;
@@ -86,10 +100,6 @@
shape?: {
type: StringConstructor;
value?: 'square' | 'round';
- };
- style?: {
- type: StringConstructor;
- value?: string;
};
type?: {
type: StringConstructor;
--
Gitblit v1.9.3