@byteluck-fe/model-driven-controls 7.0.0-props.70 → 7.0.0-props.71

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.
@@ -48,7 +48,7 @@ interface DividerPropertyInterface extends PropertyInterface {
48
48
  */
49
49
  isCaptionItalic: boolean;
50
50
  /**
51
- * 标题字重;取值:normal:常规;bold:粗体;lighter:更细;bolder:更粗;
51
+ * 标题字重;取值:normal:常规;bold:粗体;lighter:更细;
52
52
  * @defaultValue 'normal'
53
53
  * @public
54
54
  */
@@ -54,7 +54,7 @@ interface TextPropertyInterface extends PropertyInterface {
54
54
  */
55
55
  isCaptionItalic: boolean;
56
56
  /**
57
- * 标题字重;取值:normal:常规;bold:粗体;lighter:更细;bolder:更粗;
57
+ * 标题字重;取值:normal:常规;bold:粗体;lighter:更细;
58
58
  * @defaultValue 'normal'
59
59
  * @public
60
60
  */
@@ -154,11 +154,7 @@ export declare enum FONT_WEIGHT {
154
154
  /**
155
155
  * 更细
156
156
  */
157
- LIGHTER = "lighter",
158
- /**
159
- * 更粗
160
- */
161
- BOLDER = "bolder"
157
+ LIGHTER = "lighter"
162
158
  }
163
159
  export declare class UndersignedPerson {
164
160
  /**
@@ -34,7 +34,7 @@ interface BlankContainerPropertyInterface extends LayoutControlPropertyInterface
34
34
  */
35
35
  isCaptionItalic: boolean;
36
36
  /**
37
- * 标题字重;取值:normal:常规;bold:粗体;lighter:更细;bolder:更粗;
37
+ * 标题字重;取值:normal:常规;bold:粗体;lighter:更细;
38
38
  * @defaultValue 'normal'
39
39
  * @public
40
40
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "7.0.0-props.70",
3
+ "version": "7.0.0-props.71",
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": "7.0.0-props.69",
30
- "@byteluck-fe/model-driven-settings": "7.0.0-props.69",
29
+ "@byteluck-fe/model-driven-core": "7.0.0-props.71",
30
+ "@byteluck-fe/model-driven-settings": "7.0.0-props.71",
31
31
  "@byteluck-fe/model-driven-shared": "7.0.0-props.64",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "202ca275ef4217672d1393e61b8288e2e6106129"
34
+ "gitHead": "103cde0d9eaba8aa656005b625cc2f5bbae97766"
35
35
  }