Comparing version 3.8.129 to 3.8.130
@@ -21,2 +21,3 @@ import * as React from 'react'; | ||
fieldMap: Map<string, string>; | ||
Query: any; | ||
constructor(props: any); | ||
@@ -23,0 +24,0 @@ state: { |
@@ -87,2 +87,3 @@ "use strict"; | ||
_this.fieldMap = new Map(); | ||
_this.Query = null; | ||
_this.state = { | ||
@@ -212,2 +213,3 @@ loading: false, | ||
this.setState({ loading: true }); | ||
this.Query = Query; | ||
return [4 /*yield*/, utils_1.Ajax.POST(this.api, Query)]; | ||
@@ -214,0 +216,0 @@ case 1: |
@@ -478,2 +478,5 @@ "use strict"; | ||
var name = null; | ||
if (!_.isArray(obj)) { | ||
obj = [obj]; | ||
} | ||
if (obj.length) { | ||
@@ -480,0 +483,0 @@ code = obj.map(function (item) { return item.code; }).join(','); |
@@ -57,4 +57,4 @@ import * as React from "react"; | ||
calGridXY(x: number, y: number): { | ||
GridX: number; /**子元素的宽高 */ | ||
GridY: number; | ||
GridX: number; | ||
GridY: number; /**子元素的宽高 */ | ||
}; | ||
@@ -61,0 +61,0 @@ /**给予一个grid的位置,算出元素具体的在容器中位置在哪里,单位是px */ |
@@ -71,2 +71,5 @@ export declare type SystemConfApi = { | ||
}; | ||
UFORM?: { | ||
TEXT_VALUE_RULE?: boolean; | ||
}; | ||
} | ||
@@ -73,0 +76,0 @@ declare global { |
{ | ||
"name": "vap", | ||
"version": "3.8.129", | ||
"version": "3.8.130", | ||
"description": "vap - framework for webapps, support micro-service(base on vap-base) and single-web-application(base on vap-base)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -64,3 +64,3 @@ "use strict"; | ||
*/ | ||
default_1.phone = /^((13[0-9])|(14[5,7])|(15[0-3,5-9])|(17[0,3,5-8])|(18[0-9])|166|198|199|191|193|198|195|(147))\d{8}$/; | ||
default_1.phone = /^((13[0-9])|(14[1,4-9])|(15[0-3,5-9])|(16[0,2,5-9])|(17[0-9])|(18[0-9])|(19[0-3,5-9]))\d{8}$/; | ||
/** | ||
@@ -67,0 +67,0 @@ * 固定电话号码 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1902805
545
44797