@progress/kendo-vue-layout 2.7.3 → 2.8.0-dev.202201111325
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-layout.js +1 -1
- package/dist/es/additionalTypes.ts +7 -1
- package/dist/es/card/Avatar.d.ts +5 -6
- package/dist/es/card/Avatar.js +31 -17
- package/dist/es/card/Card.d.ts +5 -6
- package/dist/es/card/Card.js +3 -3
- package/dist/es/card/CardActions.d.ts +5 -6
- package/dist/es/card/CardActions.js +3 -3
- package/dist/es/card/CardBody.d.ts +5 -6
- package/dist/es/card/CardBody.js +3 -3
- package/dist/es/card/CardFooter.d.ts +5 -6
- package/dist/es/card/CardFooter.js +3 -3
- package/dist/es/card/CardHeader.d.ts +5 -6
- package/dist/es/card/CardHeader.js +3 -3
- package/dist/es/card/CardImage.d.ts +5 -6
- package/dist/es/card/CardImage.js +3 -3
- package/dist/es/card/CardSubtitle.d.ts +5 -6
- package/dist/es/card/CardSubtitle.js +3 -3
- package/dist/es/card/CardTitle.d.ts +5 -6
- package/dist/es/card/CardTitle.js +3 -3
- package/dist/es/card/interfaces/AvatarProps.d.ts +34 -17
- package/dist/es/card/interfaces/Enums.d.ts +0 -22
- package/dist/es/card/interfaces/Enums.js +0 -31
- package/dist/es/drawer/Drawer.d.ts +5 -6
- package/dist/es/drawer/Drawer.js +3 -3
- package/dist/es/drawer/DrawerContent.d.ts +5 -6
- package/dist/es/drawer/DrawerContent.js +3 -3
- package/dist/es/drawer/DrawerItem.d.ts +5 -6
- package/dist/es/drawer/DrawerItem.js +3 -3
- package/dist/es/drawer/DrawerNavigation.d.ts +5 -6
- package/dist/es/drawer/DrawerNavigation.js +3 -3
- package/dist/es/menu/components/Menu.d.ts +5 -6
- package/dist/es/menu/components/Menu.js +3 -3
- package/dist/es/menu/components/MenuItemArrow.d.ts +5 -6
- package/dist/es/menu/components/MenuItemArrow.js +3 -3
- package/dist/es/menu/components/MenuItemInternal.d.ts +5 -6
- package/dist/es/menu/components/MenuItemInternal.js +3 -3
- package/dist/es/menu/components/MenuItemInternalsList.d.ts +5 -6
- package/dist/es/menu/components/MenuItemInternalsList.js +3 -3
- package/dist/es/menu/components/MenuItemLink.d.ts +5 -6
- package/dist/es/menu/components/MenuItemLink.js +3 -3
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/stepper/Step.d.ts +5 -6
- package/dist/es/stepper/Step.js +3 -3
- package/dist/es/stepper/Stepper.d.ts +5 -6
- package/dist/es/stepper/Stepper.js +3 -3
- package/dist/es/tabstrip/TabStrip.d.ts +5 -6
- package/dist/es/tabstrip/TabStrip.js +3 -3
- package/dist/es/tabstrip/TabStripContent.d.ts +5 -6
- package/dist/es/tabstrip/TabStripContent.js +3 -3
- package/dist/es/tabstrip/TabStripNavigation.d.ts +5 -6
- package/dist/es/tabstrip/TabStripNavigation.js +3 -3
- package/dist/es/tabstrip/TabStripNavigationItem.d.ts +5 -6
- package/dist/es/tabstrip/TabStripNavigationItem.js +3 -3
- package/dist/es/tabstrip/TabStripTab.d.ts +6 -8
- package/dist/es/tabstrip/TabStripTab.js +3 -3
- package/dist/npm/additionalTypes.ts +7 -1
- package/dist/npm/card/Avatar.d.ts +5 -6
- package/dist/npm/card/Avatar.js +31 -17
- package/dist/npm/card/Card.d.ts +5 -6
- package/dist/npm/card/Card.js +5 -5
- package/dist/npm/card/CardActions.d.ts +5 -6
- package/dist/npm/card/CardActions.js +5 -5
- package/dist/npm/card/CardBody.d.ts +5 -6
- package/dist/npm/card/CardBody.js +5 -5
- package/dist/npm/card/CardFooter.d.ts +5 -6
- package/dist/npm/card/CardFooter.js +5 -5
- package/dist/npm/card/CardHeader.d.ts +5 -6
- package/dist/npm/card/CardHeader.js +5 -5
- package/dist/npm/card/CardImage.d.ts +5 -6
- package/dist/npm/card/CardImage.js +5 -5
- package/dist/npm/card/CardSubtitle.d.ts +5 -6
- package/dist/npm/card/CardSubtitle.js +5 -5
- package/dist/npm/card/CardTitle.d.ts +5 -6
- package/dist/npm/card/CardTitle.js +5 -5
- package/dist/npm/card/interfaces/AvatarProps.d.ts +34 -17
- package/dist/npm/card/interfaces/Enums.d.ts +0 -22
- package/dist/npm/card/interfaces/Enums.js +1 -32
- package/dist/npm/drawer/Drawer.d.ts +5 -6
- package/dist/npm/drawer/Drawer.js +5 -5
- package/dist/npm/drawer/DrawerContent.d.ts +5 -6
- package/dist/npm/drawer/DrawerContent.js +5 -5
- package/dist/npm/drawer/DrawerItem.d.ts +5 -6
- package/dist/npm/drawer/DrawerItem.js +5 -5
- package/dist/npm/drawer/DrawerNavigation.d.ts +5 -6
- package/dist/npm/drawer/DrawerNavigation.js +5 -5
- package/dist/npm/menu/components/Menu.d.ts +5 -6
- package/dist/npm/menu/components/Menu.js +5 -5
- package/dist/npm/menu/components/MenuItemArrow.d.ts +5 -6
- package/dist/npm/menu/components/MenuItemArrow.js +5 -5
- package/dist/npm/menu/components/MenuItemInternal.d.ts +5 -6
- package/dist/npm/menu/components/MenuItemInternal.js +5 -5
- package/dist/npm/menu/components/MenuItemInternalsList.d.ts +5 -6
- package/dist/npm/menu/components/MenuItemInternalsList.js +5 -5
- package/dist/npm/menu/components/MenuItemLink.d.ts +5 -6
- package/dist/npm/menu/components/MenuItemLink.js +5 -5
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/stepper/Step.d.ts +5 -6
- package/dist/npm/stepper/Step.js +5 -5
- package/dist/npm/stepper/Stepper.d.ts +5 -6
- package/dist/npm/stepper/Stepper.js +5 -5
- package/dist/npm/tabstrip/TabStrip.d.ts +5 -6
- package/dist/npm/tabstrip/TabStrip.js +5 -5
- package/dist/npm/tabstrip/TabStripContent.d.ts +5 -6
- package/dist/npm/tabstrip/TabStripContent.js +5 -5
- package/dist/npm/tabstrip/TabStripNavigation.d.ts +5 -6
- package/dist/npm/tabstrip/TabStripNavigation.js +5 -5
- package/dist/npm/tabstrip/TabStripNavigationItem.d.ts +5 -6
- package/dist/npm/tabstrip/TabStripNavigationItem.js +5 -5
- package/dist/npm/tabstrip/TabStripTab.d.ts +6 -8
- package/dist/npm/tabstrip/TabStripTab.js +5 -5
- package/package.json +10 -10
|
@@ -9,7 +9,7 @@ import { guid, getDefaultSlots, templateRendering, getListeners } from '@progres
|
|
|
9
9
|
* Represents the default `TabStripTab` component.
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var TabStripTabVue2 = {
|
|
13
13
|
name: 'KendoTabStripTab',
|
|
14
14
|
props: {
|
|
15
15
|
disabled: Boolean,
|
|
@@ -62,5 +62,5 @@ var TabStripTab = {
|
|
|
62
62
|
return h("div", [getDefaultSlots(this)]);
|
|
63
63
|
}
|
|
64
64
|
};
|
|
65
|
-
var
|
|
66
|
-
export { TabStripTab,
|
|
65
|
+
var TabStripTab = TabStripTabVue2;
|
|
66
|
+
export { TabStripTab, TabStripTabVue2 };
|
|
@@ -1,3 +1,9 @@
|
|
|
1
1
|
// @ts-ignore
|
|
2
2
|
import { DefineComponent } from 'vue';
|
|
3
|
-
|
|
3
|
+
// @ts-ignore
|
|
4
|
+
import * as Vue from 'vue';
|
|
5
|
+
// @ts-ignore
|
|
6
|
+
type Vue2type = Vue.default;
|
|
7
|
+
// @ts-ignore
|
|
8
|
+
import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
|
|
9
|
+
export { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type };
|
|
@@ -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;
|
|
@@ -31,11 +30,11 @@ export interface AvatarComputed {
|
|
|
31
30
|
/**
|
|
32
31
|
* @hidden
|
|
33
32
|
*/
|
|
34
|
-
export interface AvatarAll extends AvatarMethods, AvatarState, AvatarData, AvatarComputed,
|
|
33
|
+
export interface AvatarAll extends AvatarMethods, AvatarState, AvatarData, AvatarComputed, Vue2type {
|
|
35
34
|
}
|
|
36
35
|
/**
|
|
37
36
|
* Represents the default `Avatar` component.
|
|
38
37
|
*/
|
|
39
|
-
declare const
|
|
40
|
-
declare let
|
|
41
|
-
export { Avatar,
|
|
38
|
+
declare const AvatarVue2: ComponentOptions<Vue2type, DefaultData<AvatarData>, DefaultMethods<AvatarAll>, AvatarComputed, RecordPropsDefinition<AvatarProps>>;
|
|
39
|
+
declare let Avatar: DefineComponent<AvatarProps, any, AvatarData, AvatarComputed, AvatarMethods, {}, {}, {}, string, AvatarProps, AvatarProps, {}>;
|
|
40
|
+
export { Avatar, AvatarVue2 };
|
package/dist/npm/card/Avatar.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.AvatarVue2 = exports.Avatar = void 0; // @ts-ignore
|
|
7
7
|
|
|
8
8
|
var Vue = require("vue");
|
|
9
9
|
|
|
@@ -20,40 +20,41 @@ var kendo_vue_common_1 = require("@progress/kendo-vue-common");
|
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
var
|
|
23
|
+
var AvatarVue2 = {
|
|
24
24
|
name: 'KendoAvatar',
|
|
25
25
|
props: {
|
|
26
|
-
|
|
26
|
+
type: {
|
|
27
27
|
type: String,
|
|
28
|
-
default: Enums_1.
|
|
28
|
+
default: Enums_1.avatarType.TEXT,
|
|
29
29
|
validator: function validator(value) {
|
|
30
|
-
return ['
|
|
30
|
+
return ['text', 'image', 'icon'].includes(value);
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
|
|
33
|
+
border: Boolean,
|
|
34
|
+
rounded: {
|
|
34
35
|
type: String,
|
|
35
|
-
default:
|
|
36
|
+
default: 'medium',
|
|
36
37
|
validator: function validator(value) {
|
|
37
|
-
return ['
|
|
38
|
+
return ['small', 'medium', 'large', 'full'].includes(value);
|
|
38
39
|
}
|
|
39
40
|
},
|
|
40
|
-
|
|
41
|
+
fillMode: {
|
|
41
42
|
type: String,
|
|
42
|
-
default:
|
|
43
|
+
default: 'solid',
|
|
43
44
|
validator: function validator(value) {
|
|
44
45
|
return ['solid', 'outline'].includes(value);
|
|
45
46
|
}
|
|
46
47
|
},
|
|
47
48
|
size: {
|
|
48
49
|
type: String,
|
|
49
|
-
default:
|
|
50
|
+
default: 'medium',
|
|
50
51
|
validator: function validator(value) {
|
|
51
52
|
return ['small', 'medium', 'large'].includes(value);
|
|
52
53
|
}
|
|
53
54
|
},
|
|
54
55
|
themeColor: {
|
|
55
56
|
type: String,
|
|
56
|
-
default:
|
|
57
|
+
default: 'primary',
|
|
57
58
|
validator: function validator(value) {
|
|
58
59
|
return ['primary', 'secondary', 'tertiary', 'info', 'success', 'warning', 'error', 'dark', 'light', 'inverse', 'inherit'].includes(value);
|
|
59
60
|
}
|
|
@@ -73,9 +74,22 @@ var Avatar = {
|
|
|
73
74
|
wrapperClass: function wrapperClass() {
|
|
74
75
|
var _a;
|
|
75
76
|
|
|
77
|
+
var _b = this.$props,
|
|
78
|
+
border = _b.border,
|
|
79
|
+
type = _b.type,
|
|
80
|
+
size = _b.size,
|
|
81
|
+
rounded = _b.rounded,
|
|
82
|
+
fillMode = _b.fillMode,
|
|
83
|
+
themeColor = _b.themeColor;
|
|
76
84
|
return _a = {
|
|
85
|
+
'k-avatar-bordered': border,
|
|
77
86
|
'k-avatar': true
|
|
78
|
-
}, _a["k-avatar-" +
|
|
87
|
+
}, _a["k-avatar-" + type] = type, _a["k-avatar-" + (kendo_vue_common_1.kendoThemeMaps.sizeMap[size] || size)] = size, _a["k-rounded-" + (kendo_vue_common_1.kendoThemeMaps.roundedMap[rounded] || rounded)] = rounded, _a["k-avatar-" + fillMode] = fillMode, _a["k-avatar-" + fillMode + "-" + themeColor] = Boolean(fillMode && themeColor), _a;
|
|
88
|
+
},
|
|
89
|
+
innerClass: function innerClass() {
|
|
90
|
+
var _a;
|
|
91
|
+
|
|
92
|
+
return _a = {}, _a["k-avatar-" + this.$props.type] = this.$props.type, _a;
|
|
79
93
|
}
|
|
80
94
|
},
|
|
81
95
|
render: function render(createElement) {
|
|
@@ -84,10 +98,10 @@ var Avatar = {
|
|
|
84
98
|
return h("div", {
|
|
85
99
|
"class": this.wrapperClass
|
|
86
100
|
}, [h("span", {
|
|
87
|
-
"class":
|
|
101
|
+
"class": this.innerClass
|
|
88
102
|
}, [defaultSlots])]);
|
|
89
103
|
}
|
|
90
104
|
};
|
|
91
|
-
exports.
|
|
92
|
-
var
|
|
93
|
-
exports.
|
|
105
|
+
exports.AvatarVue2 = AvatarVue2;
|
|
106
|
+
var Avatar = AvatarVue2;
|
|
107
|
+
exports.Avatar = Avatar;
|
package/dist/npm/card/Card.d.ts
CHANGED
|
@@ -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;
|
|
@@ -31,11 +30,11 @@ export interface CardComputed {
|
|
|
31
30
|
/**
|
|
32
31
|
* @hidden
|
|
33
32
|
*/
|
|
34
|
-
export interface CardAll extends CardMethods, CardState, CardData, CardComputed,
|
|
33
|
+
export interface CardAll extends CardMethods, CardState, CardData, CardComputed, Vue2type {
|
|
35
34
|
}
|
|
36
35
|
/**
|
|
37
36
|
* Represents the default `Card` component.
|
|
38
37
|
*/
|
|
39
|
-
declare const
|
|
40
|
-
declare let
|
|
41
|
-
export { Card,
|
|
38
|
+
declare const CardVue2: ComponentOptions<Vue2type, DefaultData<CardData>, DefaultMethods<CardAll>, CardComputed, RecordPropsDefinition<CardProps>>;
|
|
39
|
+
declare let Card: DefineComponent<CardProps, any, CardData, CardComputed, CardMethods, {}, {}, {}, string, CardProps, CardProps, {}>;
|
|
40
|
+
export { Card, CardVue2 };
|
package/dist/npm/card/Card.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.CardVue2 = exports.Card = void 0; // @ts-ignore
|
|
7
7
|
|
|
8
8
|
var Vue = require("vue");
|
|
9
9
|
|
|
@@ -22,7 +22,7 @@ var kendo_vue_common_1 = require("@progress/kendo-vue-common");
|
|
|
22
22
|
*/
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
var
|
|
25
|
+
var CardVue2 = {
|
|
26
26
|
name: 'KendoCard',
|
|
27
27
|
props: {
|
|
28
28
|
dir: String,
|
|
@@ -73,6 +73,6 @@ var Card = {
|
|
|
73
73
|
}, [defaultSlots]);
|
|
74
74
|
}
|
|
75
75
|
};
|
|
76
|
-
exports.
|
|
77
|
-
var
|
|
78
|
-
exports.
|
|
76
|
+
exports.CardVue2 = CardVue2;
|
|
77
|
+
var Card = CardVue2;
|
|
78
|
+
exports.Card = Card;
|
|
@@ -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;
|
|
@@ -31,11 +30,11 @@ export interface CardActionsComputed {
|
|
|
31
30
|
/**
|
|
32
31
|
* @hidden
|
|
33
32
|
*/
|
|
34
|
-
export interface CardActionsAll extends CardActionsMethods, CardActionsState, CardActionsData, CardActionsComputed,
|
|
33
|
+
export interface CardActionsAll extends CardActionsMethods, CardActionsState, CardActionsData, CardActionsComputed, Vue2type {
|
|
35
34
|
}
|
|
36
35
|
/**
|
|
37
36
|
* Represents the default `CardActions` component.
|
|
38
37
|
*/
|
|
39
|
-
declare const
|
|
40
|
-
declare let
|
|
41
|
-
export { CardActions,
|
|
38
|
+
declare const CardActionsVue2: ComponentOptions<Vue2type, DefaultData<CardActionsData>, DefaultMethods<CardActionsAll>, CardActionsComputed, RecordPropsDefinition<CardActionsProps>>;
|
|
39
|
+
declare let CardActions: DefineComponent<CardActionsProps, any, CardActionsData, CardActionsComputed, CardActionsMethods, {}, {}, {}, string, CardActionsProps, CardActionsProps, {}>;
|
|
40
|
+
export { CardActions, CardActionsVue2 };
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.CardActionsVue2 = exports.CardActions = void 0; // @ts-ignore
|
|
7
7
|
|
|
8
8
|
var Vue = require("vue");
|
|
9
9
|
|
|
@@ -18,7 +18,7 @@ var Enums_1 = require("./interfaces/Enums");
|
|
|
18
18
|
*/
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
var
|
|
21
|
+
var CardActionsVue2 = {
|
|
22
22
|
name: 'KendoCardActions',
|
|
23
23
|
props: {
|
|
24
24
|
layout: {
|
|
@@ -60,6 +60,6 @@ var CardActions = {
|
|
|
60
60
|
}, [defaultSlots]);
|
|
61
61
|
}
|
|
62
62
|
};
|
|
63
|
-
exports.
|
|
64
|
-
var
|
|
65
|
-
exports.
|
|
63
|
+
exports.CardActionsVue2 = CardActionsVue2;
|
|
64
|
+
var CardActions = CardActionsVue2;
|
|
65
|
+
exports.CardActions = CardActions;
|
|
@@ -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;
|
|
@@ -31,11 +30,11 @@ export interface CardBodyComputed {
|
|
|
31
30
|
/**
|
|
32
31
|
* @hidden
|
|
33
32
|
*/
|
|
34
|
-
export interface CardBodyAll extends CardBodyMethods, CardBodyState, CardBodyData, CardBodyComputed,
|
|
33
|
+
export interface CardBodyAll extends CardBodyMethods, CardBodyState, CardBodyData, CardBodyComputed, Vue2type {
|
|
35
34
|
}
|
|
36
35
|
/**
|
|
37
36
|
* Represents the default `CardBody` component.
|
|
38
37
|
*/
|
|
39
|
-
declare const
|
|
40
|
-
declare const
|
|
41
|
-
export { CardBody,
|
|
38
|
+
declare const CardBodyVue2: ComponentOptions<Vue2type, DefaultData<CardBodyData>, DefaultMethods<CardBodyAll>, CardBodyComputed, RecordPropsDefinition<CardBodyProps>>;
|
|
39
|
+
declare const CardBody: DefineComponent<CardBodyProps, any, CardBodyData, CardBodyComputed, CardBodyMethods, {}, {}, {}, string, CardBodyProps, CardBodyProps, {}>;
|
|
40
|
+
export { CardBody, CardBodyVue2 };
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.CardBodyVue2 = exports.CardBody = void 0; // @ts-ignore
|
|
7
7
|
|
|
8
8
|
var Vue = require("vue");
|
|
9
9
|
|
|
@@ -16,7 +16,7 @@ var kendo_vue_common_1 = require("@progress/kendo-vue-common");
|
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var CardBodyVue2 = {
|
|
20
20
|
name: 'KendoCardBody',
|
|
21
21
|
// @ts-ignore
|
|
22
22
|
setup: !gh ? undefined : function () {
|
|
@@ -33,6 +33,6 @@ var CardBody = {
|
|
|
33
33
|
}, [defaultSlots]);
|
|
34
34
|
}
|
|
35
35
|
};
|
|
36
|
-
exports.
|
|
37
|
-
var
|
|
38
|
-
exports.
|
|
36
|
+
exports.CardBodyVue2 = CardBodyVue2;
|
|
37
|
+
var CardBody = CardBodyVue2;
|
|
38
|
+
exports.CardBody = CardBody;
|
|
@@ -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;
|
|
@@ -31,11 +30,11 @@ export interface CardFooterComputed {
|
|
|
31
30
|
/**
|
|
32
31
|
* @hidden
|
|
33
32
|
*/
|
|
34
|
-
export interface CardFooterAll extends CardFooterMethods, CardFooterState, CardFooterData, CardFooterComputed,
|
|
33
|
+
export interface CardFooterAll extends CardFooterMethods, CardFooterState, CardFooterData, CardFooterComputed, Vue2type {
|
|
35
34
|
}
|
|
36
35
|
/**
|
|
37
36
|
* Represents the default `CardFooter` component.
|
|
38
37
|
*/
|
|
39
|
-
declare const
|
|
40
|
-
declare const
|
|
41
|
-
export { CardFooter,
|
|
38
|
+
declare const CardFooterVue2: ComponentOptions<Vue2type, DefaultData<CardFooterData>, DefaultMethods<CardFooterAll>, CardFooterComputed, RecordPropsDefinition<CardFooterProps>>;
|
|
39
|
+
declare const CardFooter: DefineComponent<CardFooterProps, any, CardFooterData, CardFooterComputed, CardFooterMethods, {}, {}, {}, string, CardFooterProps, CardFooterProps, {}>;
|
|
40
|
+
export { CardFooter, CardFooterVue2 };
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.CardFooterVue2 = exports.CardFooter = void 0; // @ts-ignore
|
|
7
7
|
|
|
8
8
|
var Vue = require("vue");
|
|
9
9
|
|
|
@@ -16,7 +16,7 @@ var kendo_vue_common_1 = require("@progress/kendo-vue-common");
|
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var CardFooterVue2 = {
|
|
20
20
|
name: 'KendoCardFooter',
|
|
21
21
|
// @ts-ignore
|
|
22
22
|
setup: !gh ? undefined : function () {
|
|
@@ -33,6 +33,6 @@ var CardFooter = {
|
|
|
33
33
|
}, [defaultSlots]);
|
|
34
34
|
}
|
|
35
35
|
};
|
|
36
|
-
exports.
|
|
37
|
-
var
|
|
38
|
-
exports.
|
|
36
|
+
exports.CardFooterVue2 = CardFooterVue2;
|
|
37
|
+
var CardFooter = CardFooterVue2;
|
|
38
|
+
exports.CardFooter = CardFooter;
|
|
@@ -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;
|
|
@@ -31,11 +30,11 @@ export interface CardHeaderComputed {
|
|
|
31
30
|
/**
|
|
32
31
|
* @hidden
|
|
33
32
|
*/
|
|
34
|
-
export interface CardHeaderAll extends CardHeaderMethods, CardHeaderState, CardHeaderData, CardHeaderComputed,
|
|
33
|
+
export interface CardHeaderAll extends CardHeaderMethods, CardHeaderState, CardHeaderData, CardHeaderComputed, Vue2type {
|
|
35
34
|
}
|
|
36
35
|
/**
|
|
37
36
|
* Represents the default `CardHeader` component.
|
|
38
37
|
*/
|
|
39
|
-
declare const
|
|
40
|
-
declare const
|
|
41
|
-
export { CardHeader,
|
|
38
|
+
declare const CardHeaderVue2: ComponentOptions<Vue2type, DefaultData<CardHeaderData>, DefaultMethods<CardHeaderAll>, CardHeaderComputed, RecordPropsDefinition<CardHeaderProps>>;
|
|
39
|
+
declare const CardHeader: DefineComponent<CardHeaderProps, any, CardHeaderData, CardHeaderComputed, CardHeaderMethods, {}, {}, {}, string, CardHeaderProps, CardHeaderProps, {}>;
|
|
40
|
+
export { CardHeader, CardHeaderVue2 };
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.CardHeaderVue2 = exports.CardHeader = void 0; // @ts-ignore
|
|
7
7
|
|
|
8
8
|
var Vue = require("vue");
|
|
9
9
|
|
|
@@ -16,7 +16,7 @@ var kendo_vue_common_1 = require("@progress/kendo-vue-common");
|
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var CardHeaderVue2 = {
|
|
20
20
|
name: 'KendoCardHeader',
|
|
21
21
|
// @ts-ignore
|
|
22
22
|
setup: !gh ? undefined : function () {
|
|
@@ -33,6 +33,6 @@ var CardHeader = {
|
|
|
33
33
|
}, [defaultSlots]);
|
|
34
34
|
}
|
|
35
35
|
};
|
|
36
|
-
exports.
|
|
37
|
-
var
|
|
38
|
-
exports.
|
|
36
|
+
exports.CardHeaderVue2 = CardHeaderVue2;
|
|
37
|
+
var CardHeader = CardHeaderVue2;
|
|
38
|
+
exports.CardHeader = CardHeader;
|
|
@@ -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;
|
|
@@ -31,11 +30,11 @@ export interface CardImageComputed {
|
|
|
31
30
|
/**
|
|
32
31
|
* @hidden
|
|
33
32
|
*/
|
|
34
|
-
export interface CardImageAll extends CardImageMethods, CardImageState, CardImageData, CardImageComputed,
|
|
33
|
+
export interface CardImageAll extends CardImageMethods, CardImageState, CardImageData, CardImageComputed, Vue2type {
|
|
35
34
|
}
|
|
36
35
|
/**
|
|
37
36
|
* Represents the default `CardImage` component.
|
|
38
37
|
*/
|
|
39
|
-
declare const
|
|
40
|
-
declare const
|
|
41
|
-
export { CardImage,
|
|
38
|
+
declare const CardImageVue2: ComponentOptions<Vue2type, DefaultData<CardImageData>, DefaultMethods<CardImageAll>, CardImageComputed, RecordPropsDefinition<CardImageProps>>;
|
|
39
|
+
declare const CardImage: DefineComponent<CardImageProps, any, CardImageData, CardImageComputed, CardImageMethods, {}, {}, {}, string, CardImageProps, CardImageProps, {}>;
|
|
40
|
+
export { CardImage, CardImageVue2 };
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.CardImageVue2 = exports.CardImage = void 0; // @ts-ignore
|
|
7
7
|
|
|
8
8
|
var Vue = require("vue");
|
|
9
9
|
|
|
@@ -16,7 +16,7 @@ var kendo_vue_common_1 = require("@progress/kendo-vue-common");
|
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var CardImageVue2 = {
|
|
20
20
|
name: 'KendoCardImage',
|
|
21
21
|
props: {
|
|
22
22
|
src: String
|
|
@@ -40,6 +40,6 @@ var CardImage = {
|
|
|
40
40
|
});
|
|
41
41
|
}
|
|
42
42
|
};
|
|
43
|
-
exports.
|
|
44
|
-
var
|
|
45
|
-
exports.
|
|
43
|
+
exports.CardImageVue2 = CardImageVue2;
|
|
44
|
+
var CardImage = CardImageVue2;
|
|
45
|
+
exports.CardImage = CardImage;
|
|
@@ -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;
|
|
@@ -31,11 +30,11 @@ export interface CardSubtitleComputed {
|
|
|
31
30
|
/**
|
|
32
31
|
* @hidden
|
|
33
32
|
*/
|
|
34
|
-
export interface CardSubtitleAll extends CardSubtitleMethods, CardSubtitleState, CardSubtitleData, CardSubtitleComputed,
|
|
33
|
+
export interface CardSubtitleAll extends CardSubtitleMethods, CardSubtitleState, CardSubtitleData, CardSubtitleComputed, Vue2type {
|
|
35
34
|
}
|
|
36
35
|
/**
|
|
37
36
|
* Represents the default `CardSubtitle` component.
|
|
38
37
|
*/
|
|
39
|
-
declare const
|
|
40
|
-
declare const
|
|
41
|
-
export { CardSubtitle,
|
|
38
|
+
declare const CardSubtitleVue2: ComponentOptions<Vue2type, DefaultData<CardSubtitleData>, DefaultMethods<CardSubtitleAll>, CardSubtitleComputed, RecordPropsDefinition<CardSubtitleProps>>;
|
|
39
|
+
declare const CardSubtitle: DefineComponent<CardSubtitleProps, any, CardSubtitleData, CardSubtitleComputed, CardSubtitleMethods, {}, {}, {}, string, CardSubtitleProps, CardSubtitleProps, {}>;
|
|
40
|
+
export { CardSubtitle, CardSubtitleVue2 };
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.CardSubtitleVue2 = exports.CardSubtitle = void 0; // @ts-ignore
|
|
7
7
|
|
|
8
8
|
var Vue = require("vue");
|
|
9
9
|
|
|
@@ -16,7 +16,7 @@ var kendo_vue_common_1 = require("@progress/kendo-vue-common");
|
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var CardSubtitleVue2 = {
|
|
20
20
|
name: 'KendoCardSubtitle',
|
|
21
21
|
// @ts-ignore
|
|
22
22
|
setup: !gh ? undefined : function () {
|
|
@@ -33,6 +33,6 @@ var CardSubtitle = {
|
|
|
33
33
|
}, [defaultSlots]);
|
|
34
34
|
}
|
|
35
35
|
};
|
|
36
|
-
exports.
|
|
37
|
-
var
|
|
38
|
-
exports.
|
|
36
|
+
exports.CardSubtitleVue2 = CardSubtitleVue2;
|
|
37
|
+
var CardSubtitle = CardSubtitleVue2;
|
|
38
|
+
exports.CardSubtitle = CardSubtitle;
|
|
@@ -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;
|
|
@@ -31,11 +30,11 @@ export interface CardTitleComputed {
|
|
|
31
30
|
/**
|
|
32
31
|
* @hidden
|
|
33
32
|
*/
|
|
34
|
-
export interface CardTitleAll extends CardTitleMethods, CardTitleState, CardTitleData, CardTitleComputed,
|
|
33
|
+
export interface CardTitleAll extends CardTitleMethods, CardTitleState, CardTitleData, CardTitleComputed, Vue2type {
|
|
35
34
|
}
|
|
36
35
|
/**
|
|
37
36
|
* Represents the default `CardTitle` component.
|
|
38
37
|
*/
|
|
39
|
-
declare const
|
|
40
|
-
declare const
|
|
41
|
-
export { CardTitle,
|
|
38
|
+
declare const CardTitleVue2: ComponentOptions<Vue2type, DefaultData<CardTitleData>, DefaultMethods<CardTitleAll>, CardTitleComputed, RecordPropsDefinition<CardTitleProps>>;
|
|
39
|
+
declare const CardTitle: DefineComponent<CardTitleProps, any, CardTitleData, CardTitleComputed, CardTitleMethods, {}, {}, {}, string, CardTitleProps, CardTitleProps, {}>;
|
|
40
|
+
export { CardTitle, CardTitleVue2 };
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.CardTitleVue2 = exports.CardTitle = void 0; // @ts-ignore
|
|
7
7
|
|
|
8
8
|
var Vue = require("vue");
|
|
9
9
|
|
|
@@ -16,7 +16,7 @@ var kendo_vue_common_1 = require("@progress/kendo-vue-common");
|
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var CardTitleVue2 = {
|
|
20
20
|
name: 'KendoCardTitle',
|
|
21
21
|
// @ts-ignore
|
|
22
22
|
setup: !gh ? undefined : function () {
|
|
@@ -33,6 +33,6 @@ var CardTitle = {
|
|
|
33
33
|
}, [defaultSlots]);
|
|
34
34
|
}
|
|
35
35
|
};
|
|
36
|
-
exports.
|
|
37
|
-
var
|
|
38
|
-
exports.
|
|
36
|
+
exports.CardTitleVue2 = CardTitleVue2;
|
|
37
|
+
var CardTitle = CardTitleVue2;
|
|
38
|
+
exports.CardTitle = CardTitle;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { avatarShape,
|
|
1
|
+
import { avatarShape, avatarType } from './Enums';
|
|
2
2
|
export interface AvatarProps {
|
|
3
3
|
/**
|
|
4
4
|
* Specifies the appearance fill style of the Avatar.
|
|
@@ -8,7 +8,7 @@ export interface AvatarProps {
|
|
|
8
8
|
* * `outline`
|
|
9
9
|
*
|
|
10
10
|
*/
|
|
11
|
-
|
|
11
|
+
fillMode?: null | 'solid' | 'outline' | string;
|
|
12
12
|
/**
|
|
13
13
|
* Set the shape of the Avatar.
|
|
14
14
|
*
|
|
@@ -27,11 +27,25 @@ export interface AvatarProps {
|
|
|
27
27
|
* * `large`
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
|
-
size?:
|
|
30
|
+
size?: null | 'small' | 'medium' | 'large' | string;
|
|
31
31
|
/**
|
|
32
32
|
* Sets a border to the Avatar.
|
|
33
33
|
*/
|
|
34
34
|
border?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Configures the `roundness` of the Button.
|
|
37
|
+
*
|
|
38
|
+
* The available options are:
|
|
39
|
+
* - small
|
|
40
|
+
* - medium
|
|
41
|
+
* - large
|
|
42
|
+
* - circle
|
|
43
|
+
* - full
|
|
44
|
+
* - null—Does not set a rounded `className`.
|
|
45
|
+
*
|
|
46
|
+
* @default `medium`
|
|
47
|
+
*/
|
|
48
|
+
rounded?: null | 'small' | 'medium' | 'large' | 'circle' | string;
|
|
35
49
|
/**
|
|
36
50
|
* Set the type of the Avatar.
|
|
37
51
|
*
|
|
@@ -42,20 +56,23 @@ export interface AvatarProps {
|
|
|
42
56
|
*/
|
|
43
57
|
type?: avatarType | string;
|
|
44
58
|
/**
|
|
45
|
-
*
|
|
59
|
+
* Configures the `themeColor` of the Button.
|
|
46
60
|
*
|
|
47
|
-
* The
|
|
48
|
-
*
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
*
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
*
|
|
61
|
+
* The available options are:
|
|
62
|
+
* - base
|
|
63
|
+
* - primary
|
|
64
|
+
* - secondary
|
|
65
|
+
* - tertiary
|
|
66
|
+
* - info
|
|
67
|
+
* - success
|
|
68
|
+
* - error
|
|
69
|
+
* - warning
|
|
70
|
+
* - dark
|
|
71
|
+
* - light
|
|
72
|
+
* - inverse
|
|
73
|
+
* - null—Does not set a themeColor `className`.
|
|
74
|
+
*
|
|
75
|
+
* @default `base`
|
|
59
76
|
*/
|
|
60
|
-
themeColor?:
|
|
77
|
+
themeColor?: null | 'base' | 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'error' | 'warning' | 'dark' | 'light' | 'inverse' | string;
|
|
61
78
|
}
|