@progress/kendo-vue-dropdowns 3.3.4 → 3.3.6-dev.202206170937

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 (66) hide show
  1. package/dist/cdn/js/kendo-vue-dropdowns.js +1 -1
  2. package/dist/es/AutoComplete/AutoComplete.d.ts +4 -1
  3. package/dist/es/AutoComplete/AutoComplete.js +9 -1
  4. package/dist/es/AutoComplete/AutoCompleteProps.d.ts +0 -5
  5. package/dist/es/ComboBox/ComboBox.d.ts +4 -1
  6. package/dist/es/ComboBox/ComboBox.js +18 -2
  7. package/dist/es/ComboBox/ComboBoxProps.d.ts +8 -1
  8. package/dist/es/DropDownList/DropDownList.d.ts +4 -1
  9. package/dist/es/DropDownList/DropDownList.js +19 -3
  10. package/dist/es/DropDownList/DropDownListProps.d.ts +23 -17
  11. package/dist/es/MultiSelect/MultiSelect.d.ts +4 -1
  12. package/dist/es/MultiSelect/MultiSelect.js +29 -2
  13. package/dist/es/MultiSelect/MultiSelectProps.d.ts +8 -1
  14. package/dist/es/MultiSelect/TagList.d.ts +4 -1
  15. package/dist/es/MultiSelect/TagList.js +5 -1
  16. package/dist/es/additionalTypes.ts +11 -0
  17. package/dist/es/common/ClearButton.d.ts +4 -1
  18. package/dist/es/common/ClearButton.js +5 -1
  19. package/dist/es/common/DropDownBase.js +1 -1
  20. package/dist/es/common/List.d.ts +4 -1
  21. package/dist/es/common/List.js +5 -1
  22. package/dist/es/common/ListContainer.d.ts +4 -1
  23. package/dist/es/common/ListContainer.js +5 -1
  24. package/dist/es/common/ListDefaultItem.d.ts +4 -1
  25. package/dist/es/common/ListDefaultItem.js +5 -1
  26. package/dist/es/common/ListFilter.d.ts +4 -1
  27. package/dist/es/common/ListFilter.js +5 -1
  28. package/dist/es/common/ListItem.d.ts +4 -1
  29. package/dist/es/common/ListItem.js +5 -1
  30. package/dist/es/common/SearchBar.d.ts +4 -1
  31. package/dist/es/common/SearchBar.js +5 -1
  32. package/dist/es/common/settings.d.ts +1 -1
  33. package/dist/es/package-metadata.js +1 -1
  34. package/dist/npm/AutoComplete/AutoComplete.d.ts +4 -1
  35. package/dist/npm/AutoComplete/AutoComplete.js +9 -1
  36. package/dist/npm/AutoComplete/AutoCompleteProps.d.ts +0 -5
  37. package/dist/npm/ComboBox/ComboBox.d.ts +4 -1
  38. package/dist/npm/ComboBox/ComboBox.js +18 -2
  39. package/dist/npm/ComboBox/ComboBoxProps.d.ts +8 -1
  40. package/dist/npm/DropDownList/DropDownList.d.ts +4 -1
  41. package/dist/npm/DropDownList/DropDownList.js +19 -3
  42. package/dist/npm/DropDownList/DropDownListProps.d.ts +23 -17
  43. package/dist/npm/MultiSelect/MultiSelect.d.ts +4 -1
  44. package/dist/npm/MultiSelect/MultiSelect.js +29 -2
  45. package/dist/npm/MultiSelect/MultiSelectProps.d.ts +8 -1
  46. package/dist/npm/MultiSelect/TagList.d.ts +4 -1
  47. package/dist/npm/MultiSelect/TagList.js +5 -1
  48. package/dist/npm/additionalTypes.ts +11 -0
  49. package/dist/npm/common/ClearButton.d.ts +4 -1
  50. package/dist/npm/common/ClearButton.js +5 -1
  51. package/dist/npm/common/DropDownBase.js +1 -1
  52. package/dist/npm/common/List.d.ts +4 -1
  53. package/dist/npm/common/List.js +5 -1
  54. package/dist/npm/common/ListContainer.d.ts +4 -1
  55. package/dist/npm/common/ListContainer.js +5 -1
  56. package/dist/npm/common/ListDefaultItem.d.ts +4 -1
  57. package/dist/npm/common/ListDefaultItem.js +5 -1
  58. package/dist/npm/common/ListFilter.d.ts +4 -1
  59. package/dist/npm/common/ListFilter.js +5 -1
  60. package/dist/npm/common/ListItem.d.ts +4 -1
  61. package/dist/npm/common/ListItem.js +5 -1
  62. package/dist/npm/common/SearchBar.d.ts +4 -1
  63. package/dist/npm/common/SearchBar.js +5 -1
  64. package/dist/npm/common/settings.d.ts +1 -1
  65. package/dist/npm/package-metadata.js +1 -1
  66. package/package.json +5 -5
@@ -22,7 +22,7 @@ var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
22
22
 
23
23
  var messages_1 = require("../messages");
24
24
  /**
25
- * Represents the default `List` component.
25
+ * @hidden
26
26
  */
27
27
 
28
28
 
@@ -183,5 +183,9 @@ var ListVue2 = {
183
183
  }
184
184
  };
185
185
  exports.ListVue2 = ListVue2;
186
+ /**
187
+ * @hidden
188
+ */
189
+
186
190
  var List = ListVue2;
187
191
  exports.List = List;
@@ -30,8 +30,11 @@ export interface ListContainerMethods extends Vue2type {
30
30
  onClose: (e: any) => void;
31
31
  }
32
32
  /**
33
- * Represents the default `ListContainer` component.
33
+ * @hidden
34
34
  */
35
35
  declare let ListContainerVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<ListContainerMethods>, {}, RecordPropsDefinition<ListContainerProps>>;
36
+ /**
37
+ * @hidden
38
+ */
36
39
  declare const ListContainer: DefineComponent<ListContainerProps, any, {}, {}, ListContainerMethods, {}, {}, {}, string, ListContainerProps, ListContainerProps, {}>;
37
40
  export { ListContainer, ListContainerVue2 };
@@ -14,7 +14,7 @@ var kendo_vue_popup_1 = require("@progress/kendo-vue-popup");
14
14
 
15
15
  var kendo_vue_common_1 = require("@progress/kendo-vue-common");
16
16
  /**
17
- * Represents the default `ListContainer` component.
17
+ * @hidden
18
18
  */
19
19
 
20
20
 
@@ -133,5 +133,9 @@ var ListContainerVue2 = {
133
133
  }
134
134
  };
135
135
  exports.ListContainerVue2 = ListContainerVue2;
136
+ /**
137
+ * @hidden
138
+ */
139
+
136
140
  var ListContainer = ListContainerVue2;
137
141
  exports.ListContainer = ListContainer;
@@ -19,8 +19,11 @@ export interface ListDefaultItemMethods extends Vue2type {
19
19
  onClick: (e: any) => void;
20
20
  }
21
21
  /**
22
- * Represents the default `ListDefaultItem` component.
22
+ * @hidden
23
23
  */
24
24
  declare let ListDefaultItemVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<ListDefaultItemMethods>, {}, RecordPropsDefinition<DefaultItemProps>>;
25
+ /**
26
+ * @hidden
27
+ */
25
28
  declare const ListDefaultItem: DefineComponent<DefaultItemProps, any, {}, {}, ListDefaultItemMethods, {}, {}, {}, string, DefaultItemProps, DefaultItemProps, {}>;
26
29
  export { ListDefaultItem, ListDefaultItemVue2 };
@@ -14,7 +14,7 @@ var kendo_vue_common_1 = require("@progress/kendo-vue-common");
14
14
 
15
15
  var utils_1 = require("./utils");
16
16
  /**
17
- * Represents the default `ListDefaultItem` component.
17
+ * @hidden
18
18
  */
19
19
 
20
20
 
@@ -64,5 +64,9 @@ var ListDefaultItemVue2 = {
64
64
  }
65
65
  };
66
66
  exports.ListDefaultItemVue2 = ListDefaultItemVue2;
67
+ /**
68
+ * @hidden
69
+ */
70
+
67
71
  var ListDefaultItem = ListDefaultItemVue2;
68
72
  exports.ListDefaultItem = ListDefaultItem;
@@ -36,8 +36,11 @@ export interface ListFilterState {
36
36
  export interface ListFilterAll extends ListFilterState, ListFilterMethods {
37
37
  }
38
38
  /**
39
- * Represents the default `ListFilter` component.
39
+ * @hidden
40
40
  */
41
41
  declare let ListFilterVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<ListFilterMethods>, {}, RecordPropsDefinition<ListFilterProps>>;
42
+ /**
43
+ * @hidden
44
+ */
42
45
  declare const ListFilter: DefineComponent<ListFilterProps, any, {}, {}, ListFilterMethods, {}, {}, {}, string, ListFilterProps, ListFilterProps, {}>;
43
46
  export { ListFilter, ListFilterVue2 };
@@ -16,7 +16,7 @@ var kendo_vue_common_1 = require("@progress/kendo-vue-common");
16
16
  var sizeMap = kendo_vue_common_1.kendoThemeMaps.sizeMap,
17
17
  roundedMap = kendo_vue_common_1.kendoThemeMaps.roundedMap;
18
18
  /**
19
- * Represents the default `ListFilter` component.
19
+ * @hidden
20
20
  */
21
21
 
22
22
  var ListFilterVue2 = {
@@ -117,5 +117,9 @@ var ListFilterVue2 = {
117
117
  }
118
118
  };
119
119
  exports.ListFilterVue2 = ListFilterVue2;
120
+ /**
121
+ * @hidden
122
+ */
123
+
120
124
  var ListFilter = ListFilterVue2;
121
125
  exports.ListFilter = ListFilter;
@@ -61,8 +61,11 @@ export interface ListItemAll extends Vue2type, ListItemMethods, ListItemComputed
61
61
  itemClass: object;
62
62
  }
63
63
  /**
64
- * Represents the default `ListItem` component.
64
+ * @hidden
65
65
  */
66
66
  declare let ListItemVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<ListItemAll>, ListItemComputed, RecordPropsDefinition<ListItemProps>>;
67
+ /**
68
+ * @hidden
69
+ */
67
70
  declare const ListItem: DefineComponent<ListItemProps, any, {}, {}, ListItemMethods, {}, {}, {}, string, ListItemProps, ListItemProps, {}>;
68
71
  export { ListItem, ListItemVue2 };
@@ -30,7 +30,7 @@ var kendo_vue_common_1 = require("@progress/kendo-vue-common");
30
30
 
31
31
  var utils_1 = require("./utils");
32
32
  /**
33
- * Represents the default `ListItem` component.
33
+ * @hidden
34
34
  */
35
35
 
36
36
 
@@ -107,5 +107,9 @@ var ListItemVue2 = {
107
107
  }
108
108
  };
109
109
  exports.ListItemVue2 = ListItemVue2;
110
+ /**
111
+ * @hidden
112
+ */
113
+
110
114
  var ListItem = ListItemVue2;
111
115
  exports.ListItem = ListItem;
@@ -55,8 +55,11 @@ export interface SearchBarData {
55
55
  export interface SearchBarAll extends SearchBarMethods, SearchBarData {
56
56
  }
57
57
  /**
58
- * Represents the default `SearchBar` component.
58
+ * @hidden
59
59
  */
60
60
  declare let SearchBarVue2: ComponentOptions<Vue2type, DefaultData<SearchBarData>, DefaultMethods<SearchBarAll>, {}, RecordPropsDefinition<SearchBarProps>>;
61
+ /**
62
+ * @hidden
63
+ */
61
64
  declare const SearchBar: DefineComponent<SearchBarProps, any, SearchBarData, {}, SearchBarMethods, {}, {}, {}, string, SearchBarProps, SearchBarProps, {}>;
62
65
  export { SearchBar, SearchBarVue2 };
@@ -13,7 +13,7 @@ var ref = allVue.ref;
13
13
 
14
14
  var kendo_vue_common_1 = require("@progress/kendo-vue-common");
15
15
  /**
16
- * Represents the default `SearchBar` component.
16
+ * @hidden
17
17
  */
18
18
 
19
19
 
@@ -180,5 +180,9 @@ var SearchBarVue2 = {
180
180
  }
181
181
  };
182
182
  exports.SearchBarVue2 = SearchBarVue2;
183
+ /**
184
+ * @hidden
185
+ */
186
+
183
187
  var SearchBar = SearchBarVue2;
184
188
  exports.SearchBar = SearchBar;
@@ -55,7 +55,7 @@ import { FilterDescriptor } from './filterDescriptor';
55
55
  * @hidden
56
56
  */
57
57
  export interface EventData {
58
- type: string;
58
+ type?: string;
59
59
  filter?: FilterDescriptor;
60
60
  page?: Page;
61
61
  suggestion?: Suggestion;
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-dropdowns',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1654589023,
11
+ publishDate: 1655458005,
12
12
  version: '',
13
13
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
14
14
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-dropdowns",
3
3
  "description": "Kendo UI for Vue Dropdowns package",
4
- "version": "3.3.4",
4
+ "version": "3.3.6-dev.202206170937",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -43,14 +43,14 @@
43
43
  "vue": "^2.6.12 || ^3.0.2"
44
44
  },
45
45
  "dependencies": {
46
- "@progress/kendo-vue-buttons": "3.3.4",
47
- "@progress/kendo-vue-common": "3.3.4",
48
- "@progress/kendo-vue-popup": "3.3.4"
46
+ "@progress/kendo-vue-buttons": "3.3.6-dev.202206170937",
47
+ "@progress/kendo-vue-common": "3.3.6-dev.202206170937",
48
+ "@progress/kendo-vue-popup": "3.3.6-dev.202206170937"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@progress/kendo-data-query": "^1.5.4",
52
52
  "@progress/kendo-licensing": "^1.1.0",
53
- "@progress/kendo-vue-intl": "3.3.4"
53
+ "@progress/kendo-vue-intl": "3.3.6-dev.202206170937"
54
54
  },
55
55
  "author": "Progress",
56
56
  "license": "SEE LICENSE IN LICENSE.md",