@kengic/vue 0.0.2-beta.64 → 0.0.2-beta.66

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.
@@ -44,3 +44,22 @@ export declare const enum KG_CONTROL_TYPES_ENUM {
44
44
  }
45
45
  /** 所有模块. */
46
46
  export declare const KG_APPS: Array<KG_APPS_ENUM>;
47
+ /** 按钮类型. */
48
+ export declare const enum KG_BUTTON_TYPES_ENUM {
49
+ /** 创建. */
50
+ CREATE = "Create",
51
+ /** 创建. */
52
+ UPDATE = "Update",
53
+ /** 复制. */
54
+ COPY = "Copy",
55
+ /** 删除. */
56
+ DELETE = "Delete",
57
+ /** 查询. */
58
+ SEARCH = "Search",
59
+ /** 清空查询条件. */
60
+ CLEAR = "Clear",
61
+ /** 刷新. */
62
+ REFRESH = "Refresh",
63
+ /** 其他. */
64
+ OTHER = "Other"
65
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.0.2-beta.64",
3
+ "version": "0.0.2-beta.66",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "rimraf dist && vue-tsc && vite build --mode development",