kts-component-invoice-operate 3.2.15 → 3.2.16
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.
package/dist/index.esm.js
CHANGED
|
@@ -13130,8 +13130,8 @@ var RULES = {
|
|
|
13130
13130
|
max: 100,
|
|
13131
13131
|
message: "".concat(label, "\u5185\u5BB9\u8D85\u957F")
|
|
13132
13132
|
}, {
|
|
13133
|
-
pattern: /^([0-9a-zA-Z
|
|
13134
|
-
message: "".concat(label, "\u4EC5\u80FD\u6570\u5B57\u3001\u5B57\u6BCD\u3001
|
|
13133
|
+
pattern: /^([0-9a-zA-Z-\s])*$/g,
|
|
13134
|
+
message: "".concat(label, "\u4EC5\u80FD\u6570\u5B57\u3001\u5B57\u6BCD\u3001-\u3001\u7A7A\u683C")
|
|
13135
13135
|
}];
|
|
13136
13136
|
}
|
|
13137
13137
|
};
|
package/dist/index.js
CHANGED
|
@@ -13140,8 +13140,8 @@ var RULES = {
|
|
|
13140
13140
|
max: 100,
|
|
13141
13141
|
message: "".concat(label, "\u5185\u5BB9\u8D85\u957F")
|
|
13142
13142
|
}, {
|
|
13143
|
-
pattern: /^([0-9a-zA-Z
|
|
13144
|
-
message: "".concat(label, "\u4EC5\u80FD\u6570\u5B57\u3001\u5B57\u6BCD\u3001
|
|
13143
|
+
pattern: /^([0-9a-zA-Z-\s])*$/g,
|
|
13144
|
+
message: "".concat(label, "\u4EC5\u80FD\u6570\u5B57\u3001\u5B57\u6BCD\u3001-\u3001\u7A7A\u683C")
|
|
13145
13145
|
}];
|
|
13146
13146
|
}
|
|
13147
13147
|
};
|
package/package.json
CHANGED