@zeedhi/teknisa-components-vuetify 1.53.0 → 1.56.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeedhi/teknisa-components-vuetify",
3
- "version": "1.53.0",
3
+ "version": "1.56.0",
4
4
  "description": "Teknisa Components based on Vuetify",
5
5
  "author": "Zeedhi <zeedhi@teknisa.com>",
6
6
  "license": "ISC",
@@ -41,5 +41,5 @@
41
41
  "vue": "^2.6.12",
42
42
  "vuetify": "^2.4.0"
43
43
  },
44
- "gitHead": "302c68b7d95c3b2592a24c199320ae520f44b38b"
44
+ "gitHead": "844cc07beba23e52ff76eea732f2fdd3360fa012"
45
45
  }
@@ -1,5 +1,5 @@
1
1
  import { CrudButton } from '@zeedhi/teknisa-components-common';
2
- declare const ZdButton: import("vue").VueConstructor<import("vue-property-decorator").Vue>;
2
+ declare const ZdButton: import("vue").VueConstructor<import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never, any>>>;
3
3
  /**
4
4
  * TekCrudButton component
5
5
  */
@@ -2,7 +2,7 @@
2
2
  import { TekGrid as TekGridClass, TekGridColumn, ITekGridExportConfig, IDynamicFilterItem, ITekGridGroupHeader } from '@zeedhi/teknisa-components-common';
3
3
  import { IComponentRender, Select } from '@zeedhi/common';
4
4
  import { IDictionary, IEventParam } from '@zeedhi/core';
5
- declare const ZdGridEditable: import("vue").VueConstructor<import("vue-property-decorator").Vue>;
5
+ declare const ZdGridEditable: import("vue").VueConstructor<import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never, any>>>;
6
6
  /**
7
7
  * TekGrid component
8
8
  */
@@ -25,6 +25,7 @@ export default class TekGrid extends ZdGridEditable {
25
25
  exportActions: IComponentRender[];
26
26
  groupsOpened: boolean | string;
27
27
  showSummaryTotal: boolean | string;
28
+ mainGrid: boolean | string;
28
29
  toolbarSlot: IComponentRender[];
29
30
  instance: TekGridClass;
30
31
  instanceType: typeof TekGridClass;
@@ -1,5 +1,5 @@
1
1
  import { IterableCarousel, IIterableComponentRender } from '@zeedhi/teknisa-components-common';
2
- declare const ZdCarousel: import("vue").VueConstructor<import("vue-property-decorator").Vue>;
2
+ declare const ZdCarousel: import("vue").VueConstructor<import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never, any>>>;
3
3
  /**
4
4
  * TekIterableCarousel component
5
5
  */
@@ -2,7 +2,7 @@
2
2
  import { TekTreeGrid as TekTreeGridClass, TekGridColumn, ITekGridExportConfig, IDynamicFilterItem } from '@zeedhi/teknisa-components-common';
3
3
  import { IComponentRender, Select } from '@zeedhi/common';
4
4
  import { IDictionary, IEventParam } from '@zeedhi/core';
5
- declare const ZdTreeGridEditable: import("vue").VueConstructor<import("vue-property-decorator").Vue>;
5
+ declare const ZdTreeGridEditable: import("vue").VueConstructor<import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never, any>>>;
6
6
  /**
7
7
  * TekGrid component
8
8
  */
@@ -1,5 +1,5 @@
1
1
  import { TekUserInfoList as TekUserInfoListClass } from '@zeedhi/teknisa-components-common';
2
- declare const ZdList: import("vue").VueConstructor<import("vue-property-decorator").Vue>;
2
+ declare const ZdList: import("vue").VueConstructor<import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never, any>>>;
3
3
  export default class TekUserInfoList extends ZdList {
4
4
  instance: TekUserInfoListClass;
5
5
  instanceType: typeof TekUserInfoListClass;