From 1f9e43b7bbb848c7ee2aaa89ffece17002b2c915 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 16 一月 2026 17:31:08 +0800
Subject: [PATCH] 2026.1.16
---
miniprogram_npm/tdesign-miniprogram/search/type.d.ts | 14 ++++++++++----
1 files changed, 10 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..c7f2370 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,7 @@
cursor: {
type: NumberConstructor;
value?: number;
+ required?: boolean;
};
cursorSpacing?: {
type: NumberConstructor;
@@ -70,6 +75,11 @@
placeholderStyle: {
type: StringConstructor;
value?: string;
+ required?: boolean;
+ };
+ readonly?: {
+ type: BooleanConstructor;
+ value?: boolean;
};
resultList?: {
type: ArrayConstructor;
@@ -86,10 +96,6 @@
shape?: {
type: StringConstructor;
value?: 'square' | 'round';
- };
- style?: {
- type: StringConstructor;
- value?: string;
};
type?: {
type: StringConstructor;
--
Gitblit v1.9.3