@byteluck-fe/model-driven-controls 2.9.0-alpha.22 → 2.9.0-alpha.24

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.
@@ -214,7 +214,7 @@ var NumberControlPropertyRuntimeRules = /*#__PURE__*/ function(BaseControlProper
214
214
  * @public
215
215
  * */ _define_property(_assert_this_initialized(_this), "isShowUnit", void 0);
216
216
  /**
217
- * 单位位置 left right
217
+ * 单位位置 left right align-right
218
218
  * @defaultValue 'right'
219
219
  * @public
220
220
  * */ _define_property(_assert_this_initialized(_this), "unitPosition", void 0);
@@ -64,11 +64,11 @@ declare class NumberProperty extends BaseControlProperty {
64
64
  * */
65
65
  isShowUnit: boolean;
66
66
  /**
67
- * 单位位置 left right
67
+ * 单位位置 left right align-right
68
68
  * @defaultValue 'right'
69
69
  * @public
70
70
  * */
71
- unitPosition: 'left' | 'right';
71
+ unitPosition: 'left' | 'right' | 'align-right';
72
72
  /**
73
73
  * 自定义单位
74
74
  * @defaultValue ''
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "2.9.0-alpha.22",
3
+ "version": "2.9.0-alpha.24",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -26,10 +26,10 @@
26
26
  "postpublish": "node ../../scripts/postpublish.js"
27
27
  },
28
28
  "dependencies": {
29
- "@byteluck-fe/model-driven-core": "2.9.0-alpha.22",
30
- "@byteluck-fe/model-driven-settings": "2.9.0-alpha.22",
31
- "@byteluck-fe/model-driven-shared": "2.9.0-alpha.22",
29
+ "@byteluck-fe/model-driven-core": "2.9.0-alpha.24",
30
+ "@byteluck-fe/model-driven-settings": "2.9.0-alpha.24",
31
+ "@byteluck-fe/model-driven-shared": "2.9.0-alpha.24",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "dd5c2cb952a47b45dd5dee23a3c16001f7466de2"
34
+ "gitHead": "66f9c31856c005e5d479e6af5bb68e4011e42abd"
35
35
  }