@ray-js/components 1.3.11 → 1.3.13-beta-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -50,6 +50,14 @@ export interface InputProps extends BaseProps {
50
50
  * @default done
51
51
  */
52
52
  confirmType?: 'send' | 'search' | 'next' | 'go' | 'done';
53
+ /**
54
+ * @description 输入框内容左侧内容缩进,仅在涂鸦小程序有效
55
+ */
56
+ indentStart?: string | number;
57
+ /**
58
+ * @description 输入框内容右侧内容缩进,仅在涂鸦小程序有效
59
+ */
60
+ indentEnd?: string | number;
53
61
  /**
54
62
  * @description.en Input events
55
63
  * @description.zh 输入事件
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/components",
3
- "version": "1.3.11",
3
+ "version": "1.3.13-beta-2",
4
4
  "description": "Ray basic components",
5
5
  "keywords": [
6
6
  "ray"
@@ -26,8 +26,8 @@
26
26
  "dependencies": {
27
27
  "@ray-core/macro": "^0.3.5",
28
28
  "@ray-core/wechat": "^0.3.5",
29
- "@ray-js/adapter": "^1.3.11",
30
- "@ray-js/framework-shared": "^1.3.11",
29
+ "@ray-js/adapter": "^1.3.13-beta-2",
30
+ "@ray-js/framework-shared": "^1.3.13-beta-2",
31
31
  "ahooks": "^3.7.1",
32
32
  "clsx": "^1.1.1",
33
33
  "core-js": "^3.19.1",
@@ -37,7 +37,7 @@
37
37
  "style-to-object": "^0.3.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@ray-js/cli": "^1.3.11"
40
+ "@ray-js/cli": "^1.3.13-beta-2"
41
41
  },
42
42
  "maintainers": [
43
43
  {
@@ -45,6 +45,6 @@
45
45
  "email": "tuyafe@tuya.com"
46
46
  }
47
47
  ],
48
- "gitHead": "14cb935df10f020e714b44bb41d4899646db751c",
48
+ "gitHead": "2fc1bf7c2b227b3f9474d08b7d0ce24b926673fb",
49
49
  "repository": {}
50
50
  }