@progress/kendo-vue-grid 2.7.3 → 3.0.0-dev.202201141128
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/dist/cdn/js/kendo-vue-grid.js +1 -1
- package/dist/es/Grid.d.ts +5 -6
- package/dist/es/Grid.js +3 -3
- package/dist/es/GridNav.d.ts +5 -6
- package/dist/es/GridNav.js +4 -3
- package/dist/es/GridNoRecords.d.ts +4 -5
- package/dist/es/GridNoRecords.js +3 -3
- package/dist/es/GridToolbar.d.ts +4 -45
- package/dist/es/GridToolbar.js +3 -43
- package/dist/es/additionalTypes.ts +7 -1
- package/dist/es/cells/GridCell.d.ts +5 -6
- package/dist/es/cells/GridCell.js +3 -3
- package/dist/es/cells/GridDetailCell.d.ts +5 -6
- package/dist/es/cells/GridDetailCell.js +3 -3
- package/dist/es/cells/GridDetailHierarchyCell.d.ts +5 -6
- package/dist/es/cells/GridDetailHierarchyCell.js +3 -3
- package/dist/es/cells/GridEditCell.d.ts +5 -6
- package/dist/es/cells/GridEditCell.js +8 -6
- package/dist/es/cells/GridFilterCell.d.ts +5 -6
- package/dist/es/cells/GridFilterCell.js +20 -19
- package/dist/es/cells/GridGroupCell.d.ts +5 -6
- package/dist/es/cells/GridGroupCell.js +3 -3
- package/dist/es/cells/GridHierarchyCell.d.ts +5 -6
- package/dist/es/cells/GridHierarchyCell.js +3 -3
- package/dist/es/cells/GridSelectionCell.d.ts +5 -6
- package/dist/es/cells/GridSelectionCell.js +4 -4
- package/dist/es/columnMenu/ColumnMenu.d.ts +5 -6
- package/dist/es/columnMenu/ColumnMenu.js +7 -5
- package/dist/es/columnMenu/ColumnMenuContent.d.ts +5 -6
- package/dist/es/columnMenu/ColumnMenuContent.js +3 -3
- package/dist/es/columnMenu/GridColumnMenuCheckboxFilter.d.ts +5 -6
- package/dist/es/columnMenu/GridColumnMenuCheckboxFilter.js +54 -25
- package/dist/es/columnMenu/GridColumnMenuFilter.d.ts +5 -6
- package/dist/es/columnMenu/GridColumnMenuFilter.js +50 -31
- package/dist/es/columnMenu/GridColumnMenuFilterCell.d.ts +5 -6
- package/dist/es/columnMenu/GridColumnMenuFilterCell.js +8 -6
- package/dist/es/columnMenu/GridColumnMenuFilterUI.d.ts +5 -6
- package/dist/es/columnMenu/GridColumnMenuFilterUI.js +3 -3
- package/dist/es/columnMenu/GridColumnMenuItem.d.ts +5 -6
- package/dist/es/columnMenu/GridColumnMenuItem.js +3 -3
- package/dist/es/columnMenu/GridColumnMenuItemContent.d.ts +5 -6
- package/dist/es/columnMenu/GridColumnMenuItemContent.js +3 -3
- package/dist/es/columnMenu/GridColumnMenuItemGroup.d.ts +4 -5
- package/dist/es/columnMenu/GridColumnMenuItemGroup.js +3 -3
- package/dist/es/columnMenu/GridColumnMenuSort.d.ts +5 -6
- package/dist/es/columnMenu/GridColumnMenuSort.js +3 -3
- package/dist/es/drag/ColumnDraggable.d.ts +5 -6
- package/dist/es/drag/ColumnDraggable.js +3 -3
- package/dist/es/drag/ColumnResizer.d.ts +5 -6
- package/dist/es/drag/ColumnResizer.js +3 -3
- package/dist/es/drag/DragClue.d.ts +5 -6
- package/dist/es/drag/DragClue.js +3 -3
- package/dist/es/drag/DropClue.d.ts +5 -6
- package/dist/es/drag/DropClue.js +3 -3
- package/dist/es/drag/GroupingIndicator.d.ts +5 -6
- package/dist/es/drag/GroupingIndicator.js +29 -25
- package/dist/es/footer/Footer.d.ts +5 -6
- package/dist/es/footer/Footer.js +3 -3
- package/dist/es/footer/FooterRow.d.ts +5 -6
- package/dist/es/footer/FooterRow.js +3 -3
- package/dist/es/header/FilterRow.d.ts +5 -6
- package/dist/es/header/FilterRow.js +3 -3
- package/dist/es/header/GridHeaderCell.d.ts +5 -6
- package/dist/es/header/GridHeaderCell.js +3 -3
- package/dist/es/header/GridHeaderSelectionCell.d.ts +5 -6
- package/dist/es/header/GridHeaderSelectionCell.js +4 -4
- package/dist/es/header/GroupPanel.d.ts +5 -6
- package/dist/es/header/GroupPanel.js +3 -3
- package/dist/es/header/Header.d.ts +6 -8
- package/dist/es/header/Header.js +3 -3
- package/dist/es/header/HeaderRow.d.ts +6 -8
- package/dist/es/header/HeaderRow.js +3 -3
- package/dist/es/interfaces/GridColumnProps.d.ts +4 -5
- package/dist/es/interfaces/GridNoRecordsProps.d.ts +1 -2
- package/dist/es/interfaces/GridProps.d.ts +4 -5
- package/dist/es/interfaces/GridToolbarProps.d.ts +1 -2
- package/dist/es/main.d.ts +22 -22
- package/dist/es/main.js +22 -22
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/rows/GridDetailRow.d.ts +8 -9
- package/dist/es/rows/GridDetailRow.js +3 -3
- package/dist/es/rows/GridRow.d.ts +5 -6
- package/dist/es/rows/GridRow.js +3 -3
- package/dist/npm/Grid.d.ts +5 -6
- package/dist/npm/Grid.js +5 -5
- package/dist/npm/GridNav.d.ts +5 -6
- package/dist/npm/GridNav.js +6 -5
- package/dist/npm/GridNoRecords.d.ts +4 -5
- package/dist/npm/GridNoRecords.js +5 -5
- package/dist/npm/GridToolbar.d.ts +4 -45
- package/dist/npm/GridToolbar.js +5 -45
- package/dist/npm/additionalTypes.ts +7 -1
- package/dist/npm/cells/GridCell.d.ts +5 -6
- package/dist/npm/cells/GridCell.js +5 -5
- package/dist/npm/cells/GridDetailCell.d.ts +5 -6
- package/dist/npm/cells/GridDetailCell.js +5 -5
- package/dist/npm/cells/GridDetailHierarchyCell.d.ts +5 -6
- package/dist/npm/cells/GridDetailHierarchyCell.js +5 -5
- package/dist/npm/cells/GridEditCell.d.ts +5 -6
- package/dist/npm/cells/GridEditCell.js +10 -8
- package/dist/npm/cells/GridFilterCell.d.ts +5 -6
- package/dist/npm/cells/GridFilterCell.js +23 -21
- package/dist/npm/cells/GridGroupCell.d.ts +5 -6
- package/dist/npm/cells/GridGroupCell.js +5 -5
- package/dist/npm/cells/GridHierarchyCell.d.ts +5 -6
- package/dist/npm/cells/GridHierarchyCell.js +5 -5
- package/dist/npm/cells/GridSelectionCell.d.ts +5 -6
- package/dist/npm/cells/GridSelectionCell.js +6 -6
- package/dist/npm/columnMenu/ColumnMenu.d.ts +5 -6
- package/dist/npm/columnMenu/ColumnMenu.js +9 -7
- package/dist/npm/columnMenu/ColumnMenuContent.d.ts +5 -6
- package/dist/npm/columnMenu/ColumnMenuContent.js +5 -5
- package/dist/npm/columnMenu/GridColumnMenuCheckboxFilter.d.ts +5 -6
- package/dist/npm/columnMenu/GridColumnMenuCheckboxFilter.js +57 -27
- package/dist/npm/columnMenu/GridColumnMenuFilter.d.ts +5 -6
- package/dist/npm/columnMenu/GridColumnMenuFilter.js +53 -33
- package/dist/npm/columnMenu/GridColumnMenuFilterCell.d.ts +5 -6
- package/dist/npm/columnMenu/GridColumnMenuFilterCell.js +10 -8
- package/dist/npm/columnMenu/GridColumnMenuFilterUI.d.ts +5 -6
- package/dist/npm/columnMenu/GridColumnMenuFilterUI.js +5 -5
- package/dist/npm/columnMenu/GridColumnMenuItem.d.ts +5 -6
- package/dist/npm/columnMenu/GridColumnMenuItem.js +5 -5
- package/dist/npm/columnMenu/GridColumnMenuItemContent.d.ts +5 -6
- package/dist/npm/columnMenu/GridColumnMenuItemContent.js +5 -5
- package/dist/npm/columnMenu/GridColumnMenuItemGroup.d.ts +4 -5
- package/dist/npm/columnMenu/GridColumnMenuItemGroup.js +5 -5
- package/dist/npm/columnMenu/GridColumnMenuSort.d.ts +5 -6
- package/dist/npm/columnMenu/GridColumnMenuSort.js +5 -5
- package/dist/npm/drag/ColumnDraggable.d.ts +5 -6
- package/dist/npm/drag/ColumnDraggable.js +5 -5
- package/dist/npm/drag/ColumnResizer.d.ts +5 -6
- package/dist/npm/drag/ColumnResizer.js +5 -5
- package/dist/npm/drag/DragClue.d.ts +5 -6
- package/dist/npm/drag/DragClue.js +5 -5
- package/dist/npm/drag/DropClue.d.ts +5 -6
- package/dist/npm/drag/DropClue.js +5 -5
- package/dist/npm/drag/GroupingIndicator.d.ts +5 -6
- package/dist/npm/drag/GroupingIndicator.js +31 -27
- package/dist/npm/footer/Footer.d.ts +5 -6
- package/dist/npm/footer/Footer.js +5 -5
- package/dist/npm/footer/FooterRow.d.ts +5 -6
- package/dist/npm/footer/FooterRow.js +5 -5
- package/dist/npm/header/FilterRow.d.ts +5 -6
- package/dist/npm/header/FilterRow.js +5 -5
- package/dist/npm/header/GridHeaderCell.d.ts +5 -6
- package/dist/npm/header/GridHeaderCell.js +5 -5
- package/dist/npm/header/GridHeaderSelectionCell.d.ts +5 -6
- package/dist/npm/header/GridHeaderSelectionCell.js +6 -6
- package/dist/npm/header/GroupPanel.d.ts +5 -6
- package/dist/npm/header/GroupPanel.js +5 -5
- package/dist/npm/header/Header.d.ts +6 -8
- package/dist/npm/header/Header.js +5 -5
- package/dist/npm/header/HeaderRow.d.ts +6 -8
- package/dist/npm/header/HeaderRow.js +5 -5
- package/dist/npm/interfaces/GridColumnProps.d.ts +4 -5
- package/dist/npm/interfaces/GridNoRecordsProps.d.ts +1 -2
- package/dist/npm/interfaces/GridProps.d.ts +4 -5
- package/dist/npm/interfaces/GridToolbarProps.d.ts +1 -2
- package/dist/npm/main.d.ts +22 -22
- package/dist/npm/main.js +22 -22
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/rows/GridDetailRow.d.ts +8 -9
- package/dist/npm/rows/GridDetailRow.js +5 -5
- package/dist/npm/rows/GridRow.d.ts +5 -6
- package/dist/npm/rows/GridRow.js +5 -5
- package/package.json +13 -13
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { DefineComponent } from '../additionalTypes';
|
|
2
|
-
import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
|
|
1
|
+
import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
|
|
3
2
|
declare type DefaultData<V> = object | ((this: V) => {});
|
|
4
3
|
declare type DefaultMethods<V> = {
|
|
5
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
@@ -8,7 +7,7 @@ import { GridColumnMenuFilterUIProps } from '../interfaces/GridColumnMenuFilterU
|
|
|
8
7
|
/**
|
|
9
8
|
* @hidden
|
|
10
9
|
*/
|
|
11
|
-
export interface GridColumnMenuFilterUIMethods extends
|
|
10
|
+
export interface GridColumnMenuFilterUIMethods extends Vue2type {
|
|
12
11
|
triggerClick: () => void;
|
|
13
12
|
handleFocus: (e: any) => void;
|
|
14
13
|
changeHandler: (e: any, filterIndex: number) => void;
|
|
@@ -17,6 +16,6 @@ export interface GridColumnMenuFilterUIMethods extends Vue {
|
|
|
17
16
|
/**
|
|
18
17
|
* Represents the default `GridColumnMenuFilterUI` component.
|
|
19
18
|
*/
|
|
20
|
-
declare let
|
|
21
|
-
declare const
|
|
22
|
-
export { GridColumnMenuFilterUI,
|
|
19
|
+
declare let GridColumnMenuFilterUIVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<GridColumnMenuFilterUIMethods>, {}, RecordPropsDefinition<GridColumnMenuFilterUIProps>>;
|
|
20
|
+
declare const GridColumnMenuFilterUI: DefineComponent<GridColumnMenuFilterUIProps, any, {}, {}, GridColumnMenuFilterUIMethods, {}, {}, {}, string, GridColumnMenuFilterUIProps, GridColumnMenuFilterUIProps, {}>;
|
|
21
|
+
export { GridColumnMenuFilterUI, GridColumnMenuFilterUIVue2 };
|
|
@@ -9,7 +9,7 @@ import { getTemplate } from '@progress/kendo-vue-common';
|
|
|
9
9
|
* Represents the default `GridColumnMenuFilterUI` component.
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var GridColumnMenuFilterUIVue2 = {
|
|
13
13
|
props: {
|
|
14
14
|
firstFilterProps: Object,
|
|
15
15
|
secondFilterProps: Object,
|
|
@@ -144,5 +144,5 @@ var GridColumnMenuFilterUI = {
|
|
|
144
144
|
});
|
|
145
145
|
}
|
|
146
146
|
};
|
|
147
|
-
var
|
|
148
|
-
export { GridColumnMenuFilterUI,
|
|
147
|
+
var GridColumnMenuFilterUI = GridColumnMenuFilterUIVue2;
|
|
148
|
+
export { GridColumnMenuFilterUI, GridColumnMenuFilterUIVue2 };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { DefineComponent } from '../additionalTypes';
|
|
2
|
-
import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
|
|
1
|
+
import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
|
|
3
2
|
declare type DefaultData<V> = object | ((this: V) => {});
|
|
4
3
|
declare type DefaultMethods<V> = {
|
|
5
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
@@ -28,13 +27,13 @@ export interface GridColumnMenuItemProps {
|
|
|
28
27
|
/**
|
|
29
28
|
* @hidden
|
|
30
29
|
*/
|
|
31
|
-
export interface GridColumnMenuItemMethods extends
|
|
30
|
+
export interface GridColumnMenuItemMethods extends Vue2type {
|
|
32
31
|
onClick: () => void;
|
|
33
32
|
onKeyDown: () => void;
|
|
34
33
|
}
|
|
35
34
|
/**
|
|
36
35
|
* Represents the default `GridColumnMenuItem` component.
|
|
37
36
|
*/
|
|
38
|
-
declare let
|
|
39
|
-
declare const
|
|
40
|
-
export { GridColumnMenuItem,
|
|
37
|
+
declare let GridColumnMenuItemVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<GridColumnMenuItemMethods>, {}, RecordPropsDefinition<GridColumnMenuItemProps>>;
|
|
38
|
+
declare const GridColumnMenuItem: DefineComponent<GridColumnMenuItemProps, any, {}, {}, GridColumnMenuItemMethods, {}, {}, {}, string, GridColumnMenuItemProps, GridColumnMenuItemProps, {}>;
|
|
39
|
+
export { GridColumnMenuItem, GridColumnMenuItemVue2 };
|
|
@@ -7,7 +7,7 @@ import { Keys } from '@progress/kendo-vue-common';
|
|
|
7
7
|
* Represents the default `GridColumnMenuItem` component.
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var GridColumnMenuItemVue2 = {
|
|
11
11
|
props: {
|
|
12
12
|
title: String,
|
|
13
13
|
iconClass: String,
|
|
@@ -54,5 +54,5 @@ var GridColumnMenuItem = {
|
|
|
54
54
|
}), title]);
|
|
55
55
|
}
|
|
56
56
|
};
|
|
57
|
-
var
|
|
58
|
-
export { GridColumnMenuItem,
|
|
57
|
+
var GridColumnMenuItem = GridColumnMenuItemVue2;
|
|
58
|
+
export { GridColumnMenuItem, GridColumnMenuItemVue2 };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { DefineComponent } from '../additionalTypes';
|
|
2
|
-
import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
|
|
1
|
+
import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
|
|
3
2
|
declare type DefaultData<V> = object | ((this: V) => {});
|
|
4
3
|
declare type DefaultMethods<V> = {
|
|
5
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
@@ -16,7 +15,7 @@ export interface GridColumnMenuItemContentProps {
|
|
|
16
15
|
/**
|
|
17
16
|
* @hidden
|
|
18
17
|
*/
|
|
19
|
-
export interface GridColumnMenuItemContentMethods extends
|
|
18
|
+
export interface GridColumnMenuItemContentMethods extends Vue2type {
|
|
20
19
|
triggerClick: () => void;
|
|
21
20
|
triggerEdit: (dataItem: any) => void;
|
|
22
21
|
triggerAdd: (dataItem: any) => void;
|
|
@@ -27,6 +26,6 @@ export interface GridColumnMenuItemContentMethods extends Vue {
|
|
|
27
26
|
/**
|
|
28
27
|
* Represents the default `GridColumnMenuItemContent` component.
|
|
29
28
|
*/
|
|
30
|
-
declare let
|
|
31
|
-
declare const
|
|
32
|
-
export { GridColumnMenuItemContent,
|
|
29
|
+
declare let GridColumnMenuItemContentVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<GridColumnMenuItemContentMethods>, {}, RecordPropsDefinition<GridColumnMenuItemContentProps>>;
|
|
30
|
+
declare const GridColumnMenuItemContent: DefineComponent<GridColumnMenuItemContentProps, any, {}, {}, GridColumnMenuItemContentMethods, {}, {}, {}, string, GridColumnMenuItemContentProps, GridColumnMenuItemContentProps, {}>;
|
|
31
|
+
export { GridColumnMenuItemContent, GridColumnMenuItemContentVue2 };
|
|
@@ -8,7 +8,7 @@ import { Reveal } from '@progress/kendo-vue-animation';
|
|
|
8
8
|
* Represents the default `GridColumnMenuItemContent` component.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var GridColumnMenuItemContentVue2 = {
|
|
12
12
|
props: {
|
|
13
13
|
show: Boolean
|
|
14
14
|
},
|
|
@@ -42,5 +42,5 @@ var GridColumnMenuItemContent = {
|
|
|
42
42
|
} : [_this.$props.show ? defaultSlot : null])]);
|
|
43
43
|
}
|
|
44
44
|
};
|
|
45
|
-
var
|
|
46
|
-
export { GridColumnMenuItemContent,
|
|
45
|
+
var GridColumnMenuItemContent = GridColumnMenuItemContentVue2;
|
|
46
|
+
export { GridColumnMenuItemContent, GridColumnMenuItemContentVue2 };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { DefineComponent } from '../additionalTypes';
|
|
2
|
-
import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
|
|
1
|
+
import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
|
|
3
2
|
declare type DefaultData<V> = object | ((this: V) => {});
|
|
4
3
|
declare type DefaultMethods<V> = {
|
|
5
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
@@ -12,6 +11,6 @@ export interface GridColumnMenuItemGroupProps {
|
|
|
12
11
|
/**
|
|
13
12
|
* The GridColumnMenuItemGroup that will be used inside the Grid ColumnMenu.
|
|
14
13
|
*/
|
|
15
|
-
declare let
|
|
16
|
-
declare const
|
|
17
|
-
export { GridColumnMenuItemGroup,
|
|
14
|
+
declare let GridColumnMenuItemGroupVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<GridColumnMenuItemGroupProps>>;
|
|
15
|
+
declare const GridColumnMenuItemGroup: DefineComponent<GridColumnMenuItemGroupProps, any, {}, {}, {}, {}, {}, {}, string, GridColumnMenuItemGroupProps, GridColumnMenuItemGroupProps, {}>;
|
|
16
|
+
export { GridColumnMenuItemGroup, GridColumnMenuItemGroupVue2 };
|
|
@@ -7,7 +7,7 @@ import { getDefaultSlots } from '@progress/kendo-vue-common';
|
|
|
7
7
|
* The GridColumnMenuItemGroup that will be used inside the Grid ColumnMenu.
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var GridColumnMenuItemGroupVue2 = {
|
|
11
11
|
// @ts-ignore
|
|
12
12
|
setup: !gh ? undefined : function () {
|
|
13
13
|
var v3 = !!gh;
|
|
@@ -24,5 +24,5 @@ var GridColumnMenuItemGroup = {
|
|
|
24
24
|
}, [defaultSlot]);
|
|
25
25
|
}
|
|
26
26
|
};
|
|
27
|
-
var
|
|
28
|
-
export { GridColumnMenuItemGroup,
|
|
27
|
+
var GridColumnMenuItemGroup = GridColumnMenuItemGroupVue2;
|
|
28
|
+
export { GridColumnMenuItemGroup, GridColumnMenuItemGroupVue2 };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { DefineComponent } from '../additionalTypes';
|
|
2
|
-
import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
|
|
1
|
+
import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
|
|
3
2
|
declare type DefaultData<V> = object | ((this: V) => {});
|
|
4
3
|
declare type DefaultMethods<V> = {
|
|
5
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
@@ -138,7 +137,7 @@ export interface GridColumnMenuSortProps extends GridColumnMenuSortBaseProps {
|
|
|
138
137
|
/**
|
|
139
138
|
* @hidden
|
|
140
139
|
*/
|
|
141
|
-
export interface GridColumnMenuSortMethods extends
|
|
140
|
+
export interface GridColumnMenuSortMethods extends Vue2type {
|
|
142
141
|
onAscClick: (e: any) => void;
|
|
143
142
|
onDescClick: (e: any) => void;
|
|
144
143
|
onSort: (e: any, selectedDir: 'asc' | 'desc') => void;
|
|
@@ -146,6 +145,6 @@ export interface GridColumnMenuSortMethods extends Vue {
|
|
|
146
145
|
/**
|
|
147
146
|
* Represents the default `GridColumnMenuSort` component.
|
|
148
147
|
*/
|
|
149
|
-
declare let
|
|
150
|
-
declare const
|
|
151
|
-
export { GridColumnMenuSort,
|
|
148
|
+
declare let GridColumnMenuSortVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<GridColumnMenuSortMethods>, {}, RecordPropsDefinition<GridColumnMenuSortProps>>;
|
|
149
|
+
declare const GridColumnMenuSort: DefineComponent<GridColumnMenuSortProps, any, {}, {}, GridColumnMenuSortMethods, {}, {}, {}, string, GridColumnMenuSortProps, GridColumnMenuSortProps, {}>;
|
|
150
|
+
export { GridColumnMenuSort, GridColumnMenuSortVue2 };
|
|
@@ -97,7 +97,7 @@ export var sortGroupByField = function sortGroupByField(field, sort) {
|
|
|
97
97
|
* Represents the default `GridColumnMenuSort` component.
|
|
98
98
|
*/
|
|
99
99
|
|
|
100
|
-
var
|
|
100
|
+
var GridColumnMenuSortVue2 = {
|
|
101
101
|
props: {
|
|
102
102
|
sortable: [Boolean, Object],
|
|
103
103
|
sort: {
|
|
@@ -236,5 +236,5 @@ var GridColumnMenuSort = {
|
|
|
236
236
|
);
|
|
237
237
|
}
|
|
238
238
|
};
|
|
239
|
-
var
|
|
240
|
-
export { GridColumnMenuSort,
|
|
239
|
+
var GridColumnMenuSort = GridColumnMenuSortVue2;
|
|
240
|
+
export { GridColumnMenuSort, GridColumnMenuSortVue2 };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { DefineComponent } from '../additionalTypes';
|
|
2
|
-
import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
|
|
1
|
+
import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
|
|
3
2
|
declare type DefaultData<V> = object | ((this: V) => {});
|
|
4
3
|
declare type DefaultMethods<V> = {
|
|
5
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
@@ -16,7 +15,7 @@ export interface ColumnDraggableProps {
|
|
|
16
15
|
/**
|
|
17
16
|
* @hidden
|
|
18
17
|
*/
|
|
19
|
-
export interface ColumnDraggableMethods extends
|
|
18
|
+
export interface ColumnDraggableMethods extends Vue2type {
|
|
20
19
|
onPress: (event: any) => void;
|
|
21
20
|
onDrag: (event: any) => void;
|
|
22
21
|
onRelease: (event: any) => void;
|
|
@@ -36,6 +35,6 @@ export interface ColumnDraggableAll extends ColumnDraggableMethods, ColumnDragga
|
|
|
36
35
|
/**
|
|
37
36
|
* Represents the default `ColumnDraggable` component.
|
|
38
37
|
*/
|
|
39
|
-
declare let
|
|
40
|
-
declare const
|
|
41
|
-
export { ColumnDraggable,
|
|
38
|
+
declare let ColumnDraggableVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<ColumnDraggableAll>, {}, RecordPropsDefinition<ColumnDraggableProps>>;
|
|
39
|
+
declare const ColumnDraggable: DefineComponent<ColumnDraggableProps, any, {}, {}, ColumnDraggableMethods, {}, {}, {}, string, ColumnDraggableProps, ColumnDraggableProps, {}>;
|
|
40
|
+
export { ColumnDraggable, ColumnDraggableVue2 };
|
|
@@ -7,7 +7,7 @@ import { getDefaultSlots, Draggable } from '@progress/kendo-vue-common';
|
|
|
7
7
|
* Represents the default `ColumnDraggable` component.
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var ColumnDraggableVue2 = {
|
|
11
11
|
mounted: function mounted() {
|
|
12
12
|
if (this.$el) {
|
|
13
13
|
this.draggable = this.$refs.draggable;
|
|
@@ -64,5 +64,5 @@ var ColumnDraggable = {
|
|
|
64
64
|
);
|
|
65
65
|
}
|
|
66
66
|
};
|
|
67
|
-
var
|
|
68
|
-
export { ColumnDraggable,
|
|
67
|
+
var ColumnDraggable = ColumnDraggableVue2;
|
|
68
|
+
export { ColumnDraggable, ColumnDraggableVue2 };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { DefineComponent } from '../additionalTypes';
|
|
2
|
-
import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
|
|
1
|
+
import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
|
|
3
2
|
declare type DefaultData<V> = object | ((this: V) => {});
|
|
4
3
|
declare type DefaultMethods<V> = {
|
|
5
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
@@ -14,7 +13,7 @@ export interface ColumnResizerProps {
|
|
|
14
13
|
/**
|
|
15
14
|
* @hidden
|
|
16
15
|
*/
|
|
17
|
-
export interface ColumnResizerMethods extends
|
|
16
|
+
export interface ColumnResizerMethods extends Vue2type {
|
|
18
17
|
drag: (event: any) => void;
|
|
19
18
|
release: (event: any) => void;
|
|
20
19
|
}
|
|
@@ -33,6 +32,6 @@ export interface ColumnResizerAll extends ColumnResizerMethods, ColumnResizerSta
|
|
|
33
32
|
/**
|
|
34
33
|
* Represents the default `ColumnResizer` component.
|
|
35
34
|
*/
|
|
36
|
-
declare let
|
|
37
|
-
declare const
|
|
38
|
-
export { ColumnResizer,
|
|
35
|
+
declare let ColumnResizerVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<ColumnResizerAll>, {}, RecordPropsDefinition<ColumnResizerProps>>;
|
|
36
|
+
declare const ColumnResizer: DefineComponent<ColumnResizerProps, any, {}, {}, ColumnResizerMethods, {}, {}, {}, string, ColumnResizerProps, ColumnResizerProps, {}>;
|
|
37
|
+
export { ColumnResizer, ColumnResizerVue2 };
|
|
@@ -7,7 +7,7 @@ import { Draggable } from '@progress/kendo-vue-common';
|
|
|
7
7
|
* Represents the default `ColumnResizer` component.
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var ColumnResizerVue2 = {
|
|
11
11
|
mounted: function mounted() {
|
|
12
12
|
if (this.$el) {
|
|
13
13
|
this.draggable = this.$refs.draggable;
|
|
@@ -80,5 +80,5 @@ var ColumnResizer = {
|
|
|
80
80
|
);
|
|
81
81
|
}
|
|
82
82
|
};
|
|
83
|
-
var
|
|
84
|
-
export { ColumnResizer,
|
|
83
|
+
var ColumnResizer = ColumnResizerVue2;
|
|
84
|
+
export { ColumnResizer, ColumnResizerVue2 };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { DefineComponent } from '../additionalTypes';
|
|
2
|
-
import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
|
|
1
|
+
import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
|
|
3
2
|
declare type DefaultData<V> = object | ((this: V) => DragClueData);
|
|
4
3
|
declare type DefaultMethods<V> = {
|
|
5
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
@@ -7,7 +6,7 @@ declare type DefaultMethods<V> = {
|
|
|
7
6
|
/**
|
|
8
7
|
* @hidden
|
|
9
8
|
*/
|
|
10
|
-
export interface DragClueData extends
|
|
9
|
+
export interface DragClueData extends Vue2type {
|
|
11
10
|
ref?: string;
|
|
12
11
|
visible?: boolean;
|
|
13
12
|
top?: number;
|
|
@@ -18,6 +17,6 @@ export interface DragClueData extends Vue {
|
|
|
18
17
|
/**
|
|
19
18
|
* Represents the default `DragClue` component.
|
|
20
19
|
*/
|
|
21
|
-
declare let
|
|
22
|
-
declare const
|
|
23
|
-
export { DragClue,
|
|
20
|
+
declare let DragClueVue2: ComponentOptions<Vue2type, DefaultData<DragClueData>, DefaultMethods<{}>, {}, RecordPropsDefinition<{}>>;
|
|
21
|
+
declare const DragClue: DefineComponent<{}, any, DragClueData, {}, {}, {}, {}, {}, string, {}, {}, {}>;
|
|
22
|
+
export { DragClue, DragClueVue2 };
|
package/dist/es/drag/DragClue.js
CHANGED
|
@@ -6,7 +6,7 @@ var gh = allVue.h;
|
|
|
6
6
|
* Represents the default `DragClue` component.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var DragClueVue2 = {
|
|
10
10
|
data: function data() {
|
|
11
11
|
return {
|
|
12
12
|
visible: false,
|
|
@@ -43,5 +43,5 @@ var DragClue = {
|
|
|
43
43
|
})]), this.innerText]);
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
|
-
var
|
|
47
|
-
export { DragClue,
|
|
46
|
+
var DragClue = DragClueVue2;
|
|
47
|
+
export { DragClue, DragClueVue2 };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { DefineComponent } from '../additionalTypes';
|
|
2
|
-
import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
|
|
1
|
+
import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
|
|
3
2
|
declare type DefaultData<V> = object | ((this: V) => DropClueData);
|
|
4
3
|
declare type DefaultMethods<V> = {
|
|
5
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
@@ -7,7 +6,7 @@ declare type DefaultMethods<V> = {
|
|
|
7
6
|
/**
|
|
8
7
|
* @hidden
|
|
9
8
|
*/
|
|
10
|
-
export interface DropClueData extends
|
|
9
|
+
export interface DropClueData extends Vue2type {
|
|
11
10
|
ref?: string;
|
|
12
11
|
visible?: boolean;
|
|
13
12
|
top?: number;
|
|
@@ -17,6 +16,6 @@ export interface DropClueData extends Vue {
|
|
|
17
16
|
/**
|
|
18
17
|
* Represents the default `DropClue` component.
|
|
19
18
|
*/
|
|
20
|
-
declare let
|
|
21
|
-
declare const
|
|
22
|
-
export { DropClue,
|
|
19
|
+
declare let DropClueVue2: ComponentOptions<Vue2type, DefaultData<DropClueData>, DefaultMethods<{}>, {}, RecordPropsDefinition<{}>>;
|
|
20
|
+
declare const DropClue: DefineComponent<{}, any, DropClueData, {}, {}, {}, {}, {}, string, {}, {}, {}>;
|
|
21
|
+
export { DropClue, DropClueVue2 };
|
package/dist/es/drag/DropClue.js
CHANGED
|
@@ -6,7 +6,7 @@ var gh = allVue.h;
|
|
|
6
6
|
* Represents the default `DropClue` component.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var DropClueVue2 = {
|
|
10
10
|
data: function data() {
|
|
11
11
|
return {
|
|
12
12
|
height: 0,
|
|
@@ -37,5 +37,5 @@ var DropClue = {
|
|
|
37
37
|
});
|
|
38
38
|
}
|
|
39
39
|
};
|
|
40
|
-
var
|
|
41
|
-
export { DropClue,
|
|
40
|
+
var DropClue = DropClueVue2;
|
|
41
|
+
export { DropClue, DropClueVue2 };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { DefineComponent } from '../additionalTypes';
|
|
2
|
-
import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
|
|
1
|
+
import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
|
|
3
2
|
declare type DefaultData<V> = object | ((this: V) => {});
|
|
4
3
|
declare type DefaultMethods<V> = {
|
|
5
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
@@ -20,7 +19,7 @@ export interface GroupingIndicatorProps {
|
|
|
20
19
|
/**
|
|
21
20
|
* @hidden
|
|
22
21
|
*/
|
|
23
|
-
export interface GroupingIndicatorMethods extends
|
|
22
|
+
export interface GroupingIndicatorMethods extends Vue2type {
|
|
24
23
|
press: (event: any) => void;
|
|
25
24
|
drag: (event: any) => void;
|
|
26
25
|
release: (event: any) => void;
|
|
@@ -44,6 +43,6 @@ export interface GroupingIndicatorAll extends GroupingIndicatorMethods, Grouping
|
|
|
44
43
|
/**
|
|
45
44
|
* Represents the default `GroupingIndicator` component.
|
|
46
45
|
*/
|
|
47
|
-
declare let
|
|
48
|
-
declare const
|
|
49
|
-
export { GroupingIndicator,
|
|
46
|
+
declare let GroupingIndicatorVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<GroupingIndicatorAll>, {}, RecordPropsDefinition<GroupingIndicatorProps>>;
|
|
47
|
+
declare const GroupingIndicator: DefineComponent<GroupingIndicatorProps, any, {}, {}, GroupingIndicatorMethods, {}, {}, {}, string, GroupingIndicatorProps, GroupingIndicatorProps, {}>;
|
|
48
|
+
export { GroupingIndicator, GroupingIndicatorVue2 };
|
|
@@ -8,7 +8,7 @@ import { Draggable } from '@progress/kendo-vue-common';
|
|
|
8
8
|
* Represents the default `GroupingIndicator` component.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var GroupingIndicatorVue2 = {
|
|
12
12
|
props: {
|
|
13
13
|
title: String,
|
|
14
14
|
dir: String // 'asc' | 'desc';
|
|
@@ -81,23 +81,25 @@ var GroupingIndicator = {
|
|
|
81
81
|
_this.indicatorContainerRef = el;
|
|
82
82
|
} : 'indicatorContainer'
|
|
83
83
|
}, [h("div", {
|
|
84
|
-
"class": "k-
|
|
85
|
-
}, [h("
|
|
86
|
-
"class":
|
|
87
|
-
|
|
84
|
+
"class": "k-chip k-chip-md k-rounded-md k-chip-solid k-chip-solid-base"
|
|
85
|
+
}, [h("span", {
|
|
86
|
+
"class": 'k-chip-icon k-icon k-i-sort-' + _this2.$props.dir + '-sm'
|
|
87
|
+
}), h("span", {
|
|
88
|
+
"class": "k-chip-content",
|
|
89
|
+
tabIndex: -1,
|
|
88
90
|
attrs: _this2.v3 ? undefined : {
|
|
89
|
-
href: "#",
|
|
90
91
|
tabIndex: -1
|
|
91
92
|
},
|
|
92
|
-
tabIndex: -1,
|
|
93
93
|
onClick: _this2.sortChange,
|
|
94
94
|
on: _this2.v3 ? undefined : {
|
|
95
95
|
"click": _this2.sortChange
|
|
96
96
|
}
|
|
97
97
|
}, [h("span", {
|
|
98
|
-
"class":
|
|
99
|
-
}
|
|
100
|
-
"class": "k-
|
|
98
|
+
"class": "k-chip-text"
|
|
99
|
+
}, [_this2.$props.title])]), h("span", {
|
|
100
|
+
"class": "k-chip-actions"
|
|
101
|
+
}, [h("span", {
|
|
102
|
+
"class": "k-chip-action",
|
|
101
103
|
tabIndex: -1,
|
|
102
104
|
attrs: _this2.v3 ? undefined : {
|
|
103
105
|
tabIndex: -1
|
|
@@ -107,31 +109,33 @@ var GroupingIndicator = {
|
|
|
107
109
|
"click": _this2.groupRemove
|
|
108
110
|
}
|
|
109
111
|
}, [h("span", {
|
|
110
|
-
"class": "k-icon k-i-
|
|
111
|
-
})])])])];
|
|
112
|
+
"class": "k-icon k-i-x"
|
|
113
|
+
})])])])])];
|
|
112
114
|
} : [h("div", {
|
|
113
115
|
"class": "k-indicator-container",
|
|
114
116
|
ref: _this2.v3 ? function (el) {
|
|
115
117
|
_this.indicatorContainerRef = el;
|
|
116
118
|
} : 'indicatorContainer'
|
|
117
119
|
}, [h("div", {
|
|
118
|
-
"class": "k-
|
|
119
|
-
}, [h("
|
|
120
|
-
"class":
|
|
121
|
-
|
|
120
|
+
"class": "k-chip k-chip-md k-rounded-md k-chip-solid k-chip-solid-base"
|
|
121
|
+
}, [h("span", {
|
|
122
|
+
"class": 'k-chip-icon k-icon k-i-sort-' + _this2.$props.dir + '-sm'
|
|
123
|
+
}), h("span", {
|
|
124
|
+
"class": "k-chip-content",
|
|
125
|
+
tabIndex: -1,
|
|
122
126
|
attrs: _this2.v3 ? undefined : {
|
|
123
|
-
href: "#",
|
|
124
127
|
tabIndex: -1
|
|
125
128
|
},
|
|
126
|
-
tabIndex: -1,
|
|
127
129
|
onClick: _this2.sortChange,
|
|
128
130
|
on: _this2.v3 ? undefined : {
|
|
129
131
|
"click": _this2.sortChange
|
|
130
132
|
}
|
|
131
133
|
}, [h("span", {
|
|
132
|
-
"class":
|
|
133
|
-
}
|
|
134
|
-
"class": "k-
|
|
134
|
+
"class": "k-chip-text"
|
|
135
|
+
}, [_this2.$props.title])]), h("span", {
|
|
136
|
+
"class": "k-chip-actions"
|
|
137
|
+
}, [h("span", {
|
|
138
|
+
"class": "k-chip-action",
|
|
135
139
|
tabIndex: -1,
|
|
136
140
|
attrs: _this2.v3 ? undefined : {
|
|
137
141
|
tabIndex: -1
|
|
@@ -141,10 +145,10 @@ var GroupingIndicator = {
|
|
|
141
145
|
"click": _this2.groupRemove
|
|
142
146
|
}
|
|
143
147
|
}, [h("span", {
|
|
144
|
-
"class": "k-icon k-i-
|
|
145
|
-
})])])])])
|
|
148
|
+
"class": "k-icon k-i-x"
|
|
149
|
+
})])])])])])
|
|
146
150
|
);
|
|
147
151
|
}
|
|
148
152
|
};
|
|
149
|
-
var
|
|
150
|
-
export { GroupingIndicator,
|
|
153
|
+
var GroupingIndicator = GroupingIndicatorVue2;
|
|
154
|
+
export { GroupingIndicator, GroupingIndicatorVue2 };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { DefineComponent } from '../additionalTypes';
|
|
2
|
-
import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
|
|
1
|
+
import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
|
|
3
2
|
declare type DefaultData<V> = object | ((this: V) => FooterData);
|
|
4
3
|
declare type DefaultMethods<V> = {
|
|
5
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
@@ -40,8 +39,8 @@ export interface FooterMethods {
|
|
|
40
39
|
/**
|
|
41
40
|
* @hidden
|
|
42
41
|
*/
|
|
43
|
-
export interface FooterAllMethods extends
|
|
42
|
+
export interface FooterAllMethods extends Vue2type, FooterMethods, FooterData, FooterComputed, FooterState {
|
|
44
43
|
}
|
|
45
|
-
declare let
|
|
46
|
-
declare const
|
|
47
|
-
export { Footer,
|
|
44
|
+
declare let FooterVue2: ComponentOptions<FooterAllMethods, DefaultData<FooterData>, DefaultMethods<FooterAllMethods>, FooterComputed, RecordPropsDefinition<FooterProps>>;
|
|
45
|
+
declare const Footer: DefineComponent<FooterProps, any, FooterData, FooterComputed, FooterMethods, {}, {}, {}, string, FooterProps, FooterProps, {}>;
|
|
46
|
+
export { Footer, FooterVue2 };
|
package/dist/es/footer/Footer.js
CHANGED
|
@@ -5,7 +5,7 @@ var gh = allVue.h;
|
|
|
5
5
|
var ref = allVue.ref;
|
|
6
6
|
import { BrowserSupportService } from '../utils/browser-support.service';
|
|
7
7
|
import { isRtl } from '../utils';
|
|
8
|
-
var
|
|
8
|
+
var FooterVue2 = {
|
|
9
9
|
name: 'Footer',
|
|
10
10
|
props: {
|
|
11
11
|
staticHeaders: Boolean,
|
|
@@ -95,5 +95,5 @@ var Footer = {
|
|
|
95
95
|
}, [this.$props.cols]), h("tfoot", [this.$props.row])])])]);
|
|
96
96
|
}
|
|
97
97
|
};
|
|
98
|
-
var
|
|
99
|
-
export { Footer,
|
|
98
|
+
var Footer = FooterVue2;
|
|
99
|
+
export { Footer, FooterVue2 };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { RecordPropsDefinition, ComponentOptions } from '
|
|
2
|
-
import { DefineComponent } from '../additionalTypes';
|
|
1
|
+
import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
|
|
3
2
|
declare type DefaultMethods<V> = {
|
|
4
3
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
5
4
|
};
|
|
@@ -18,8 +17,8 @@ export interface FooterRowMethods {
|
|
|
18
17
|
/**
|
|
19
18
|
* @hidden
|
|
20
19
|
*/
|
|
21
|
-
export interface FooterRowAllMethods extends
|
|
20
|
+
export interface FooterRowAllMethods extends Vue2type, FooterRowMethods {
|
|
22
21
|
}
|
|
23
|
-
declare let
|
|
24
|
-
declare const
|
|
25
|
-
export { FooterRow,
|
|
22
|
+
declare let FooterRowVue2: ComponentOptions<FooterRowAllMethods, {}, DefaultMethods<FooterRowAllMethods>, {}, RecordPropsDefinition<FooterRowProps>>;
|
|
23
|
+
declare const FooterRow: DefineComponent<FooterRowProps, any, {}, {}, FooterRowMethods, {}, {}, {}, string, FooterRowProps, FooterRowProps, {}>;
|
|
24
|
+
export { FooterRow, FooterRowVue2 };
|
|
@@ -4,7 +4,7 @@ var allVue = Vue;
|
|
|
4
4
|
var gh = allVue.h;
|
|
5
5
|
import { getTemplate } from '@progress/kendo-vue-common';
|
|
6
6
|
import { footerColumns } from './../utils';
|
|
7
|
-
var
|
|
7
|
+
var FooterRowVue2 = {
|
|
8
8
|
name: 'FooterRow',
|
|
9
9
|
props: {
|
|
10
10
|
isRtl: Boolean,
|
|
@@ -62,5 +62,5 @@ var FooterRow = {
|
|
|
62
62
|
return h("tr", [footerColumns(this.$props.columns).map(renderCell, this)]);
|
|
63
63
|
}
|
|
64
64
|
};
|
|
65
|
-
var
|
|
66
|
-
export { FooterRow,
|
|
65
|
+
var FooterRow = FooterRowVue2;
|
|
66
|
+
export { FooterRow, FooterRowVue2 };
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { CompositeFilterDescriptor, SortDescriptor } from '@progress/kendo-data-query';
|
|
2
|
-
import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
|
|
3
2
|
declare type DefaultData<V> = object | ((this: V) => {});
|
|
4
3
|
declare type DefaultMethods<V> = {
|
|
5
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
6
5
|
};
|
|
7
6
|
import { ExtendedColumnProps } from '../interfaces/ExtendedColumnProps';
|
|
8
|
-
import { DefineComponent } from '../additionalTypes';
|
|
7
|
+
import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
|
|
9
8
|
import { GridFilterOperators } from '../interfaces/GridFilterOperators';
|
|
10
9
|
/**
|
|
11
10
|
* @hidden
|
|
@@ -22,13 +21,13 @@ export interface FilterRowProps {
|
|
|
22
21
|
/**
|
|
23
22
|
* @hidden
|
|
24
23
|
*/
|
|
25
|
-
export interface FilterRowMethods extends
|
|
24
|
+
export interface FilterRowMethods extends Vue2type {
|
|
26
25
|
headerCellClassName: (field?: string, locked?: boolean) => string;
|
|
27
26
|
setFilter: (value: string | number, operator: string | Function, field: string | undefined, e: any) => void;
|
|
28
27
|
}
|
|
29
28
|
/**
|
|
30
29
|
* Represents the default `FilterRow` component.
|
|
31
30
|
*/
|
|
32
|
-
declare let
|
|
33
|
-
declare const
|
|
34
|
-
export { FilterRow,
|
|
31
|
+
declare let FilterRowVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<FilterRowMethods>, {}, RecordPropsDefinition<FilterRowProps>>;
|
|
32
|
+
declare const FilterRow: DefineComponent<FilterRowProps, any, {}, {}, FilterRowMethods, {}, {}, {}, string, FilterRowProps, FilterRowProps, {}>;
|
|
33
|
+
export { FilterRow, FilterRowVue2 };
|