@byteluck-fe/model-driven-controls 7.0.0-props.49 → 7.0.0-props.50

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.
@@ -29,12 +29,19 @@ interface AddressPropertyInterface extends BaseControlPropertyInterface {
29
29
  * @public
30
30
  */
31
31
  addressType: string[];
32
+ /**
33
+ * 国家范围
34
+ * @defaultValue false
35
+ * @public
36
+ */
37
+ countryScope: Array<string>;
32
38
  }
33
39
  declare class AddressProperty extends BaseControlProperty implements AddressPropertyInterface {
34
40
  static readonly RuntimeRules: typeof AddressControlPropertyRuntimeRules;
35
41
  defaultValueType: 'default' | 'current';
36
42
  defaultValue: AddressValue;
37
43
  addressType: string[];
44
+ countryScope: Array<string>;
38
45
  constructor(props?: Partial<AddressProperty>);
39
46
  }
40
47
  export default AddressProperty;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "7.0.0-props.49",
3
+ "version": "7.0.0-props.50",
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.49",
30
- "@byteluck-fe/model-driven-settings": "7.0.0-props.49",
29
+ "@byteluck-fe/model-driven-core": "7.0.0-props.50",
30
+ "@byteluck-fe/model-driven-settings": "7.0.0-props.50",
31
31
  "@byteluck-fe/model-driven-shared": "7.0.0-props.49",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "8d7009655226d4c798afaf168c94ba0ac87b18e8"
34
+ "gitHead": "d8845ef902338bceaf20b6f6bfcf964fb69762e3"
35
35
  }