@kengic/vue 0.7.4 → 0.7.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,8 @@ declare const _default: {
9
9
  KgFormItem: {
10
10
  mustGT: string;
11
11
  mustGTE: string;
12
+ mustLT: string;
13
+ mustLTE: string;
12
14
  };
13
15
  KgSearch: {
14
16
  title: string;
@@ -9,6 +9,8 @@ declare const _default: {
9
9
  KgFormItem: {
10
10
  mustGT: string;
11
11
  mustGTE: string;
12
+ mustLT: string;
13
+ mustLTE: string;
12
14
  };
13
15
  KgSearch: {
14
16
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "rimraf dist && vue-tsc && vite build --mode development",