@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.
Files changed (112) hide show
  1. package/dist/cdn/js/kendo-vue-layout.js +1 -1
  2. package/dist/es/additionalTypes.ts +7 -1
  3. package/dist/es/card/Avatar.d.ts +5 -6
  4. package/dist/es/card/Avatar.js +31 -17
  5. package/dist/es/card/Card.d.ts +5 -6
  6. package/dist/es/card/Card.js +3 -3
  7. package/dist/es/card/CardActions.d.ts +5 -6
  8. package/dist/es/card/CardActions.js +3 -3
  9. package/dist/es/card/CardBody.d.ts +5 -6
  10. package/dist/es/card/CardBody.js +3 -3
  11. package/dist/es/card/CardFooter.d.ts +5 -6
  12. package/dist/es/card/CardFooter.js +3 -3
  13. package/dist/es/card/CardHeader.d.ts +5 -6
  14. package/dist/es/card/CardHeader.js +3 -3
  15. package/dist/es/card/CardImage.d.ts +5 -6
  16. package/dist/es/card/CardImage.js +3 -3
  17. package/dist/es/card/CardSubtitle.d.ts +5 -6
  18. package/dist/es/card/CardSubtitle.js +3 -3
  19. package/dist/es/card/CardTitle.d.ts +5 -6
  20. package/dist/es/card/CardTitle.js +3 -3
  21. package/dist/es/card/interfaces/AvatarProps.d.ts +34 -17
  22. package/dist/es/card/interfaces/Enums.d.ts +0 -22
  23. package/dist/es/card/interfaces/Enums.js +0 -31
  24. package/dist/es/drawer/Drawer.d.ts +5 -6
  25. package/dist/es/drawer/Drawer.js +3 -3
  26. package/dist/es/drawer/DrawerContent.d.ts +5 -6
  27. package/dist/es/drawer/DrawerContent.js +3 -3
  28. package/dist/es/drawer/DrawerItem.d.ts +5 -6
  29. package/dist/es/drawer/DrawerItem.js +3 -3
  30. package/dist/es/drawer/DrawerNavigation.d.ts +5 -6
  31. package/dist/es/drawer/DrawerNavigation.js +3 -3
  32. package/dist/es/menu/components/Menu.d.ts +5 -6
  33. package/dist/es/menu/components/Menu.js +3 -3
  34. package/dist/es/menu/components/MenuItemArrow.d.ts +5 -6
  35. package/dist/es/menu/components/MenuItemArrow.js +3 -3
  36. package/dist/es/menu/components/MenuItemInternal.d.ts +5 -6
  37. package/dist/es/menu/components/MenuItemInternal.js +3 -3
  38. package/dist/es/menu/components/MenuItemInternalsList.d.ts +5 -6
  39. package/dist/es/menu/components/MenuItemInternalsList.js +3 -3
  40. package/dist/es/menu/components/MenuItemLink.d.ts +5 -6
  41. package/dist/es/menu/components/MenuItemLink.js +3 -3
  42. package/dist/es/package-metadata.js +1 -1
  43. package/dist/es/stepper/Step.d.ts +5 -6
  44. package/dist/es/stepper/Step.js +3 -3
  45. package/dist/es/stepper/Stepper.d.ts +5 -6
  46. package/dist/es/stepper/Stepper.js +3 -3
  47. package/dist/es/tabstrip/TabStrip.d.ts +5 -6
  48. package/dist/es/tabstrip/TabStrip.js +3 -3
  49. package/dist/es/tabstrip/TabStripContent.d.ts +5 -6
  50. package/dist/es/tabstrip/TabStripContent.js +3 -3
  51. package/dist/es/tabstrip/TabStripNavigation.d.ts +5 -6
  52. package/dist/es/tabstrip/TabStripNavigation.js +3 -3
  53. package/dist/es/tabstrip/TabStripNavigationItem.d.ts +5 -6
  54. package/dist/es/tabstrip/TabStripNavigationItem.js +3 -3
  55. package/dist/es/tabstrip/TabStripTab.d.ts +6 -8
  56. package/dist/es/tabstrip/TabStripTab.js +3 -3
  57. package/dist/npm/additionalTypes.ts +7 -1
  58. package/dist/npm/card/Avatar.d.ts +5 -6
  59. package/dist/npm/card/Avatar.js +31 -17
  60. package/dist/npm/card/Card.d.ts +5 -6
  61. package/dist/npm/card/Card.js +5 -5
  62. package/dist/npm/card/CardActions.d.ts +5 -6
  63. package/dist/npm/card/CardActions.js +5 -5
  64. package/dist/npm/card/CardBody.d.ts +5 -6
  65. package/dist/npm/card/CardBody.js +5 -5
  66. package/dist/npm/card/CardFooter.d.ts +5 -6
  67. package/dist/npm/card/CardFooter.js +5 -5
  68. package/dist/npm/card/CardHeader.d.ts +5 -6
  69. package/dist/npm/card/CardHeader.js +5 -5
  70. package/dist/npm/card/CardImage.d.ts +5 -6
  71. package/dist/npm/card/CardImage.js +5 -5
  72. package/dist/npm/card/CardSubtitle.d.ts +5 -6
  73. package/dist/npm/card/CardSubtitle.js +5 -5
  74. package/dist/npm/card/CardTitle.d.ts +5 -6
  75. package/dist/npm/card/CardTitle.js +5 -5
  76. package/dist/npm/card/interfaces/AvatarProps.d.ts +34 -17
  77. package/dist/npm/card/interfaces/Enums.d.ts +0 -22
  78. package/dist/npm/card/interfaces/Enums.js +1 -32
  79. package/dist/npm/drawer/Drawer.d.ts +5 -6
  80. package/dist/npm/drawer/Drawer.js +5 -5
  81. package/dist/npm/drawer/DrawerContent.d.ts +5 -6
  82. package/dist/npm/drawer/DrawerContent.js +5 -5
  83. package/dist/npm/drawer/DrawerItem.d.ts +5 -6
  84. package/dist/npm/drawer/DrawerItem.js +5 -5
  85. package/dist/npm/drawer/DrawerNavigation.d.ts +5 -6
  86. package/dist/npm/drawer/DrawerNavigation.js +5 -5
  87. package/dist/npm/menu/components/Menu.d.ts +5 -6
  88. package/dist/npm/menu/components/Menu.js +5 -5
  89. package/dist/npm/menu/components/MenuItemArrow.d.ts +5 -6
  90. package/dist/npm/menu/components/MenuItemArrow.js +5 -5
  91. package/dist/npm/menu/components/MenuItemInternal.d.ts +5 -6
  92. package/dist/npm/menu/components/MenuItemInternal.js +5 -5
  93. package/dist/npm/menu/components/MenuItemInternalsList.d.ts +5 -6
  94. package/dist/npm/menu/components/MenuItemInternalsList.js +5 -5
  95. package/dist/npm/menu/components/MenuItemLink.d.ts +5 -6
  96. package/dist/npm/menu/components/MenuItemLink.js +5 -5
  97. package/dist/npm/package-metadata.js +1 -1
  98. package/dist/npm/stepper/Step.d.ts +5 -6
  99. package/dist/npm/stepper/Step.js +5 -5
  100. package/dist/npm/stepper/Stepper.d.ts +5 -6
  101. package/dist/npm/stepper/Stepper.js +5 -5
  102. package/dist/npm/tabstrip/TabStrip.d.ts +5 -6
  103. package/dist/npm/tabstrip/TabStrip.js +5 -5
  104. package/dist/npm/tabstrip/TabStripContent.d.ts +5 -6
  105. package/dist/npm/tabstrip/TabStripContent.js +5 -5
  106. package/dist/npm/tabstrip/TabStripNavigation.d.ts +5 -6
  107. package/dist/npm/tabstrip/TabStripNavigation.js +5 -5
  108. package/dist/npm/tabstrip/TabStripNavigationItem.d.ts +5 -6
  109. package/dist/npm/tabstrip/TabStripNavigationItem.js +5 -5
  110. package/dist/npm/tabstrip/TabStripTab.d.ts +6 -8
  111. package/dist/npm/tabstrip/TabStripTab.js +5 -5
  112. 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 TabStripTab = {
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 TabStripTabVue3 = TabStripTab;
66
- export { TabStripTab, TabStripTabVue3 };
65
+ var TabStripTab = TabStripTabVue2;
66
+ export { TabStripTab, TabStripTabVue2 };
@@ -1,3 +1,9 @@
1
1
  // @ts-ignore
2
2
  import { DefineComponent } from 'vue';
3
- export { DefineComponent };
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, Vue {
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 Avatar: ComponentOptions<Vue, DefaultData<AvatarData>, DefaultMethods<AvatarAll>, AvatarComputed, RecordPropsDefinition<AvatarProps>>;
40
- declare let AvatarVue3: DefineComponent<AvatarProps, any, AvatarData, AvatarComputed, AvatarMethods, {}, {}, {}, string, AvatarProps, AvatarProps, {}>;
41
- export { Avatar, AvatarVue3 };
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 };
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.AvatarVue3 = exports.Avatar = void 0; // @ts-ignore
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 Avatar = {
23
+ var AvatarVue2 = {
24
24
  name: 'KendoAvatar',
25
25
  props: {
26
- shape: {
26
+ type: {
27
27
  type: String,
28
- default: Enums_1.avatarShape.SQUARE,
28
+ default: Enums_1.avatarType.TEXT,
29
29
  validator: function validator(value) {
30
- return ['circle', 'square', 'rounded', 'rectangle'].includes(value);
30
+ return ['text', 'image', 'icon'].includes(value);
31
31
  }
32
32
  },
33
- type: {
33
+ border: Boolean,
34
+ rounded: {
34
35
  type: String,
35
- default: Enums_1.avatarType.TEXT,
36
+ default: 'medium',
36
37
  validator: function validator(value) {
37
- return ['text', 'image', 'icon'].includes(value);
38
+ return ['small', 'medium', 'large', 'full'].includes(value);
38
39
  }
39
40
  },
40
- fill: {
41
+ fillMode: {
41
42
  type: String,
42
- default: Enums_1.avatarFill.SOLID,
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: Enums_1.avatarSize.MEDIUM,
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: Enums_1.avatarThemeColor.PRIMARY,
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-" + this.$props.fill] = true, _a["k-avatar-" + this.$props.shape] = true, _a["k-avatar-" + this.$props.themeColor] = true, _a['k-avatar-bordered'] = this.$props.border, _a['k-avatar-sm'] = this.$props.size === 'small', _a['k-avatar-md'] = this.$props.size === 'medium', _a['k-avatar-lg'] = this.$props.size === 'large', _a;
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": "k-avatar-" + this.$props.type
101
+ "class": this.innerClass
88
102
  }, [defaultSlots])]);
89
103
  }
90
104
  };
91
- exports.Avatar = Avatar;
92
- var AvatarVue3 = Avatar;
93
- exports.AvatarVue3 = AvatarVue3;
105
+ exports.AvatarVue2 = AvatarVue2;
106
+ var Avatar = AvatarVue2;
107
+ exports.Avatar = Avatar;
@@ -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, Vue {
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 Card: ComponentOptions<Vue, DefaultData<CardData>, DefaultMethods<CardAll>, CardComputed, RecordPropsDefinition<CardProps>>;
40
- declare let CardVue3: DefineComponent<CardProps, any, CardData, CardComputed, CardMethods, {}, {}, {}, string, CardProps, CardProps, {}>;
41
- export { Card, CardVue3 };
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 };
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.CardVue3 = exports.Card = void 0; // @ts-ignore
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 Card = {
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.Card = Card;
77
- var CardVue3 = Card;
78
- exports.CardVue3 = CardVue3;
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, Vue {
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 CardActions: ComponentOptions<Vue, DefaultData<CardActionsData>, DefaultMethods<CardActionsAll>, CardActionsComputed, RecordPropsDefinition<CardActionsProps>>;
40
- declare let CardActionsVue3: DefineComponent<CardActionsProps, any, CardActionsData, CardActionsComputed, CardActionsMethods, {}, {}, {}, string, CardActionsProps, CardActionsProps, {}>;
41
- export { CardActions, CardActionsVue3 };
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.CardActionsVue3 = exports.CardActions = void 0; // @ts-ignore
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 CardActions = {
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.CardActions = CardActions;
64
- var CardActionsVue3 = CardActions;
65
- exports.CardActionsVue3 = CardActionsVue3;
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, Vue {
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 CardBody: ComponentOptions<Vue, DefaultData<CardBodyData>, DefaultMethods<CardBodyAll>, CardBodyComputed, RecordPropsDefinition<CardBodyProps>>;
40
- declare const CardBodyVue3: DefineComponent<CardBodyProps, any, CardBodyData, CardBodyComputed, CardBodyMethods, {}, {}, {}, string, CardBodyProps, CardBodyProps, {}>;
41
- export { CardBody, CardBodyVue3 };
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.CardBodyVue3 = exports.CardBody = void 0; // @ts-ignore
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 CardBody = {
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.CardBody = CardBody;
37
- var CardBodyVue3 = CardBody;
38
- exports.CardBodyVue3 = CardBodyVue3;
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, Vue {
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 CardFooter: ComponentOptions<Vue, DefaultData<CardFooterData>, DefaultMethods<CardFooterAll>, CardFooterComputed, RecordPropsDefinition<CardFooterProps>>;
40
- declare const CardFooterVue3: DefineComponent<CardFooterProps, any, CardFooterData, CardFooterComputed, CardFooterMethods, {}, {}, {}, string, CardFooterProps, CardFooterProps, {}>;
41
- export { CardFooter, CardFooterVue3 };
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.CardFooterVue3 = exports.CardFooter = void 0; // @ts-ignore
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 CardFooter = {
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.CardFooter = CardFooter;
37
- var CardFooterVue3 = CardFooter;
38
- exports.CardFooterVue3 = CardFooterVue3;
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, Vue {
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 CardHeader: ComponentOptions<Vue, DefaultData<CardHeaderData>, DefaultMethods<CardHeaderAll>, CardHeaderComputed, RecordPropsDefinition<CardHeaderProps>>;
40
- declare const CardHeaderVue3: DefineComponent<CardHeaderProps, any, CardHeaderData, CardHeaderComputed, CardHeaderMethods, {}, {}, {}, string, CardHeaderProps, CardHeaderProps, {}>;
41
- export { CardHeader, CardHeaderVue3 };
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.CardHeaderVue3 = exports.CardHeader = void 0; // @ts-ignore
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 CardHeader = {
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.CardHeader = CardHeader;
37
- var CardHeaderVue3 = CardHeader;
38
- exports.CardHeaderVue3 = CardHeaderVue3;
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, Vue {
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 CardImage: ComponentOptions<Vue, DefaultData<CardImageData>, DefaultMethods<CardImageAll>, CardImageComputed, RecordPropsDefinition<CardImageProps>>;
40
- declare const CardImageVue3: DefineComponent<CardImageProps, any, CardImageData, CardImageComputed, CardImageMethods, {}, {}, {}, string, CardImageProps, CardImageProps, {}>;
41
- export { CardImage, CardImageVue3 };
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.CardImageVue3 = exports.CardImage = void 0; // @ts-ignore
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 CardImage = {
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.CardImage = CardImage;
44
- var CardImageVue3 = CardImage;
45
- exports.CardImageVue3 = CardImageVue3;
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, Vue {
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 CardSubtitle: ComponentOptions<Vue, DefaultData<CardSubtitleData>, DefaultMethods<CardSubtitleAll>, CardSubtitleComputed, RecordPropsDefinition<CardSubtitleProps>>;
40
- declare const CardSubtitleVue3: DefineComponent<CardSubtitleProps, any, CardSubtitleData, CardSubtitleComputed, CardSubtitleMethods, {}, {}, {}, string, CardSubtitleProps, CardSubtitleProps, {}>;
41
- export { CardSubtitle, CardSubtitleVue3 };
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.CardSubtitleVue3 = exports.CardSubtitle = void 0; // @ts-ignore
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 CardSubtitle = {
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.CardSubtitle = CardSubtitle;
37
- var CardSubtitleVue3 = CardSubtitle;
38
- exports.CardSubtitleVue3 = CardSubtitleVue3;
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, Vue {
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 CardTitle: ComponentOptions<Vue, DefaultData<CardTitleData>, DefaultMethods<CardTitleAll>, CardTitleComputed, RecordPropsDefinition<CardTitleProps>>;
40
- declare const CardTitleVue3: DefineComponent<CardTitleProps, any, CardTitleData, CardTitleComputed, CardTitleMethods, {}, {}, {}, string, CardTitleProps, CardTitleProps, {}>;
41
- export { CardTitle, CardTitleVue3 };
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.CardTitleVue3 = exports.CardTitle = void 0; // @ts-ignore
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 CardTitle = {
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.CardTitle = CardTitle;
37
- var CardTitleVue3 = CardTitle;
38
- exports.CardTitleVue3 = CardTitleVue3;
36
+ exports.CardTitleVue2 = CardTitleVue2;
37
+ var CardTitle = CardTitleVue2;
38
+ exports.CardTitle = CardTitle;
@@ -1,4 +1,4 @@
1
- import { avatarShape, avatarSize, avatarType, avatarFill, avatarThemeColor } from './Enums';
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
- fill?: avatarFill | string;
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?: avatarSize | string;
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&mdash;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
- * Specifies the theme color of the Avatar.
59
+ * Configures the `themeColor` of the Button.
46
60
  *
47
- * The possible values are:
48
- * * `primary` (Default)&mdash;Applies coloring based on primary theme color.
49
- * * `secondary`&mdash;Applies coloring based on secondary theme color.
50
- * * `tertiary`&mdash; Applies coloring based on tertiary theme color.
51
- * * `info`&mdash;Applies coloring based on info theme color.
52
- * * `success`&mdash; Applies coloring based on success theme color.
53
- * * `warning`&mdash; Applies coloring based on warning theme color.
54
- * * `error`&mdash; Applies coloring based on error theme color.
55
- * * `dark`&mdash; Applies coloring based on dark theme color.
56
- * * `light`&mdash; Applies coloring based on light theme color.
57
- * * `inverse`&mdash; Applies coloring based on inverse theme color.
58
- * * `inherit`&mdash; Applies inherited coloring value.
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&mdash;Does not set a themeColor `className`.
74
+ *
75
+ * @default `base`
59
76
  */
60
- themeColor?: avatarThemeColor | string;
77
+ themeColor?: null | 'base' | 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'error' | 'warning' | 'dark' | 'light' | 'inverse' | string;
61
78
  }