lkt-vue-kernel 1.2.24 → 1.2.25

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -167,9 +167,9 @@ interface ModalConfig extends LktObject {
167
167
  hiddenFooter?: boolean;
168
168
  beforeClose?: ValidBeforeCloseModal;
169
169
  item?: LktObject;
170
- confirmButton?: Partial<ButtonConfig>;
171
- cancelButton?: Partial<ButtonConfig>;
172
- headerActionsButton?: Partial<ButtonConfig>;
170
+ confirmButton?: Partial<ButtonConfig> | false;
171
+ cancelButton?: Partial<ButtonConfig> | false;
172
+ headerActionsButton?: Partial<ButtonConfig> | false;
173
173
  }
174
174
 
175
175
  type ValidAnchorTo = RouteConfig | string | ((data: LktObject) => RouteConfig | string);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lkt-vue-kernel",
3
- "version": "1.2.24",
3
+ "version": "1.2.25",
4
4
  "description": "LKT Vue Kernel",
5
5
  "keywords": [
6
6
  "lkt",