更新版本
This commit is contained in:
3
types/UI/JsPlugin/InputAutoSize.d.ts
vendored
3
types/UI/JsPlugin/InputAutoSize.d.ts
vendored
@@ -1,7 +1,8 @@
|
||||
/**
|
||||
* 自适应input的输入框大小,请设置好样式,并加入到dom节点后在调用该函数,如果样式更新,请重新注册.
|
||||
* @param element input元素
|
||||
* @param [options]
|
||||
* @param [options] 配置项
|
||||
* @property [options.minWidth] 设置最小宽度
|
||||
* @returns
|
||||
*/
|
||||
export declare function AutoReSize(element: HTMLInputElement, options?: {
|
||||
|
@@ -1 +1 @@
|
||||
{"version":3,"file":"InputAutoSize.d.ts","sourceRoot":"","sources":["../../../../src/UI/JsPlugin/InputAutoSize.ts"],"names":[],"mappings":"AA+BA;;;;;GAKG;AACH,wBAAgB,UAAU,CAAC,OAAO,EAAE,gBAAgB,EAAE,OAAO,CAAC,EAAE;IAAE,QAAQ,EAAE,MAAM,CAAC;CAAE;;;EAqEpF"}
|
||||
{"version":3,"file":"InputAutoSize.d.ts","sourceRoot":"","sources":["../../../../src/UI/JsPlugin/InputAutoSize.ts"],"names":[],"mappings":"AA+BA;;;;;;GAMG;AACH,wBAAgB,UAAU,CAAC,OAAO,EAAE,gBAAgB,EAAE,OAAO,CAAC,EAAE;IAAE,QAAQ,EAAE,MAAM,CAAC;CAAE;;;EAqEpF"}
|
Reference in New Issue
Block a user