@kengic/vue 0.5.2 → 0.5.3

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.
@@ -1,3 +1,3 @@
1
- export declare const FORM_ID__SAVE_GRID_CONFIG = "kg-table-save-grid-config";
1
+ export declare const FORM_ID__GRID_CONFIG = "kg-table-save-grid-config";
2
2
  declare const _default: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3
3
  export default _default;
@@ -94,7 +94,7 @@ export declare const enum KG_BTN_COLOR {
94
94
  WARN = "WARN"
95
95
  }
96
96
  /** 按钮显示类型. */
97
- export declare const enum KG_BTN_DISPLAY_TYPE {
97
+ export declare const enum KG_BUTTON_DISPLAY_TYPE {
98
98
  /** 按钮依次排列在一横排. */
99
99
  DEFAULT = "DEFAULT",
100
100
  /** 显示为下拉的菜单列表. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "rimraf dist && vue-tsc && vite build --mode development",