@progress/kendo-vue-upload 3.3.4 → 3.3.5-dev.202206141337

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 (78) hide show
  1. package/dist/cdn/js/kendo-vue-upload.js +1 -1
  2. package/dist/es/ExternalDropZone.d.ts +2 -2
  3. package/dist/es/ExternalDropZone.js +4 -4
  4. package/dist/es/Upload.d.ts +2 -2
  5. package/dist/es/Upload.js +4 -4
  6. package/dist/es/UploadActionButtons.d.ts +2 -2
  7. package/dist/es/UploadActionButtons.js +4 -4
  8. package/dist/es/UploadAddButton.d.ts +2 -2
  9. package/dist/es/UploadAddButton.js +4 -4
  10. package/dist/es/UploadDropZone.d.ts +2 -2
  11. package/dist/es/UploadDropZone.js +4 -4
  12. package/dist/es/UploadInput.d.ts +2 -2
  13. package/dist/es/UploadInput.js +4 -4
  14. package/dist/es/UploadList.d.ts +2 -2
  15. package/dist/es/UploadList.js +4 -4
  16. package/dist/es/UploadListActionButton.d.ts +2 -2
  17. package/dist/es/UploadListActionButton.js +4 -4
  18. package/dist/es/UploadListGroup.d.ts +2 -2
  19. package/dist/es/UploadListGroup.js +4 -4
  20. package/dist/es/UploadListMultiItem.d.ts +2 -2
  21. package/dist/es/UploadListMultiItem.js +4 -4
  22. package/dist/es/UploadListSingleItem.d.ts +2 -2
  23. package/dist/es/UploadListSingleItem.js +4 -4
  24. package/dist/es/UploadNavigation.d.ts +2 -2
  25. package/dist/es/UploadNavigation.js +4 -4
  26. package/dist/es/UploadStatus.d.ts +2 -2
  27. package/dist/es/UploadStatus.js +4 -4
  28. package/dist/es/UploadUI.d.ts +2 -2
  29. package/dist/es/UploadUI.js +4 -4
  30. package/dist/es/additionalTypes.ts +11 -0
  31. package/dist/es/package-metadata.js +1 -1
  32. package/dist/es/utils/connectionUtils.d.ts +3 -0
  33. package/dist/es/utils/connectionUtils.js +3 -0
  34. package/dist/es/utils/stateUtils.d.ts +3 -0
  35. package/dist/es/utils/stateUtils.js +3 -0
  36. package/dist/es/utils/utils.d.ts +3 -0
  37. package/dist/es/utils/utils.js +3 -0
  38. package/dist/es/utils/validationUtils.d.ts +3 -0
  39. package/dist/es/utils/validationUtils.js +3 -0
  40. package/dist/npm/ExternalDropZone.d.ts +2 -2
  41. package/dist/npm/ExternalDropZone.js +4 -4
  42. package/dist/npm/Upload.d.ts +2 -2
  43. package/dist/npm/Upload.js +4 -4
  44. package/dist/npm/UploadActionButtons.d.ts +2 -2
  45. package/dist/npm/UploadActionButtons.js +4 -4
  46. package/dist/npm/UploadAddButton.d.ts +2 -2
  47. package/dist/npm/UploadAddButton.js +4 -4
  48. package/dist/npm/UploadDropZone.d.ts +2 -2
  49. package/dist/npm/UploadDropZone.js +4 -4
  50. package/dist/npm/UploadInput.d.ts +2 -2
  51. package/dist/npm/UploadInput.js +4 -4
  52. package/dist/npm/UploadList.d.ts +2 -2
  53. package/dist/npm/UploadList.js +4 -4
  54. package/dist/npm/UploadListActionButton.d.ts +2 -2
  55. package/dist/npm/UploadListActionButton.js +4 -4
  56. package/dist/npm/UploadListGroup.d.ts +2 -2
  57. package/dist/npm/UploadListGroup.js +4 -4
  58. package/dist/npm/UploadListMultiItem.d.ts +2 -2
  59. package/dist/npm/UploadListMultiItem.js +4 -4
  60. package/dist/npm/UploadListSingleItem.d.ts +2 -2
  61. package/dist/npm/UploadListSingleItem.js +4 -4
  62. package/dist/npm/UploadNavigation.d.ts +2 -2
  63. package/dist/npm/UploadNavigation.js +4 -4
  64. package/dist/npm/UploadStatus.d.ts +2 -2
  65. package/dist/npm/UploadStatus.js +4 -4
  66. package/dist/npm/UploadUI.d.ts +2 -2
  67. package/dist/npm/UploadUI.js +4 -4
  68. package/dist/npm/additionalTypes.ts +11 -0
  69. package/dist/npm/package-metadata.js +1 -1
  70. package/dist/npm/utils/connectionUtils.d.ts +3 -0
  71. package/dist/npm/utils/connectionUtils.js +3 -0
  72. package/dist/npm/utils/stateUtils.d.ts +3 -0
  73. package/dist/npm/utils/stateUtils.js +3 -0
  74. package/dist/npm/utils/utils.d.ts +3 -0
  75. package/dist/npm/utils/utils.js +3 -0
  76. package/dist/npm/utils/validationUtils.d.ts +3 -0
  77. package/dist/npm/utils/validationUtils.js +3 -0
  78. package/package.json +4 -4
@@ -113,9 +113,9 @@ export interface ExternalDropZoneAll extends ExternalDropZoneMethods, ExternalDr
113
113
  /**
114
114
  * @hidden
115
115
  */
116
+ declare let ExternalDropZoneVue2: ComponentOptions<Vue2type, DefaultData<ExternalDropZoneData>, DefaultMethods<ExternalDropZoneAll>, ExternalDropZoneComputed, RecordPropsDefinition<ExternalDropZoneProps>>;
116
117
  /**
117
- * Represents the default `ExternalDropZone` component.
118
+ * @hidden
118
119
  */
119
- declare let ExternalDropZoneVue2: ComponentOptions<Vue2type, DefaultData<ExternalDropZoneData>, DefaultMethods<ExternalDropZoneAll>, ExternalDropZoneComputed, RecordPropsDefinition<ExternalDropZoneProps>>;
120
120
  declare const ExternalDropZone: DefineComponent<ExternalDropZoneProps, any, ExternalDropZoneData, ExternalDropZoneComputed, ExternalDropZoneMethods, {}, {}, {}, string, ExternalDropZoneProps, ExternalDropZoneProps, {}>;
121
121
  export { ExternalDropZone, ExternalDropZoneVue2 };
@@ -17,10 +17,6 @@ var TIME_TO_CHECK_DRAG = 100;
17
17
  * @hidden
18
18
  */
19
19
 
20
- /**
21
- * Represents the default `ExternalDropZone` component.
22
- */
23
-
24
20
  var ExternalDropZoneVue2 = {
25
21
  name: 'KendoVueExternalDropZone',
26
22
  props: {
@@ -168,5 +164,9 @@ var ExternalDropZoneVue2 = {
168
164
  })]);
169
165
  }
170
166
  };
167
+ /**
168
+ * @hidden
169
+ */
170
+
171
171
  var ExternalDropZone = ExternalDropZoneVue2;
172
172
  export { ExternalDropZone, ExternalDropZoneVue2 };
@@ -42,9 +42,9 @@ export interface UploadAll extends UploadMethods, UploadState, UploadData, Uploa
42
42
  /**
43
43
  * @hidden
44
44
  */
45
+ declare let UploadVue2: ComponentOptions<Vue2type, DefaultData<UploadData>, DefaultMethods<UploadAll>, UploadComputed, RecordPropsDefinition<UploadProps>>;
45
46
  /**
46
- * Represents the default `Upload` component.
47
+ * @hidden
47
48
  */
48
- declare let UploadVue2: ComponentOptions<Vue2type, DefaultData<UploadData>, DefaultMethods<UploadAll>, UploadComputed, RecordPropsDefinition<UploadProps>>;
49
49
  declare const Upload: DefineComponent<UploadProps, any, UploadData, UploadComputed, UploadMethods, {}, {}, {}, string, UploadProps, UploadProps, {}>;
50
50
  export { Upload, UploadVue2 };
package/dist/es/Upload.js CHANGED
@@ -32,10 +32,6 @@ import { packageMetadata } from './package-metadata';
32
32
  * @hidden
33
33
  */
34
34
 
35
- /**
36
- * Represents the default `Upload` component.
37
- */
38
-
39
35
  var UploadVue2 = {
40
36
  name: 'KendoVueUpload',
41
37
  props: {
@@ -782,5 +778,9 @@ var UploadVue2 = {
782
778
  );
783
779
  }
784
780
  };
781
+ /**
782
+ * @hidden
783
+ */
784
+
785
785
  var Upload = UploadVue2;
786
786
  export { Upload, UploadVue2 };
@@ -51,9 +51,9 @@ export interface UploadActionButtonsAll extends UploadActionButtonsMethods, Uplo
51
51
  /**
52
52
  * @hidden
53
53
  */
54
+ declare let UploadActionButtonsVue2: ComponentOptions<Vue2type, DefaultData<UploadActionButtonsData>, DefaultMethods<UploadActionButtonsAll>, UploadActionButtonsComputed, RecordPropsDefinition<UploadActionButtonsProps>>;
54
55
  /**
55
- * Represents the default `UploadActionButtons` component.
56
+ * @hidden
56
57
  */
57
- declare let UploadActionButtonsVue2: ComponentOptions<Vue2type, DefaultData<UploadActionButtonsData>, DefaultMethods<UploadActionButtonsAll>, UploadActionButtonsComputed, RecordPropsDefinition<UploadActionButtonsProps>>;
58
58
  declare const UploadActionButtons: DefineComponent<UploadActionButtonsProps, any, UploadActionButtonsData, UploadActionButtonsComputed, UploadActionButtonsMethods, {}, {}, {}, string, UploadActionButtonsProps, UploadActionButtonsProps, {}>;
59
59
  export { UploadActionButtons, UploadActionButtonsVue2 };
@@ -12,10 +12,6 @@ import { messages, clearSelectedFiles, uploadSelectedFiles } from './messages';
12
12
  * @hidden
13
13
  */
14
14
 
15
- /**
16
- * Represents the default `UploadActionButtons` component.
17
- */
18
-
19
15
  var UploadActionButtonsVue2 = {
20
16
  name: 'KendoVueUploadActionButtons',
21
17
  props: {
@@ -160,5 +156,9 @@ var UploadActionButtonsVue2 = {
160
156
  } : [localizationService.toLanguageString(uploadSelectedFiles, messages[uploadSelectedFiles])])]);
161
157
  }
162
158
  };
159
+ /**
160
+ * @hidden
161
+ */
162
+
163
163
  var UploadActionButtons = UploadActionButtonsVue2;
164
164
  export { UploadActionButtons, UploadActionButtonsVue2 };
@@ -59,9 +59,9 @@ export interface UploadAddButtonAll extends UploadAddButtonMethods, UploadAddBut
59
59
  /**
60
60
  * @hidden
61
61
  */
62
+ declare let UploadAddButtonVue2: ComponentOptions<Vue2type, DefaultData<UploadAddButtonData>, DefaultMethods<UploadAddButtonAll>, UploadAddButtonComputed, RecordPropsDefinition<UploadAddButtonProps>>;
62
63
  /**
63
- * Represents the default `UploadAddButton` component.
64
+ * @hidden
64
65
  */
65
- declare let UploadAddButtonVue2: ComponentOptions<Vue2type, DefaultData<UploadAddButtonData>, DefaultMethods<UploadAddButtonAll>, UploadAddButtonComputed, RecordPropsDefinition<UploadAddButtonProps>>;
66
66
  declare const UploadAddButton: DefineComponent<UploadAddButtonProps, any, UploadAddButtonData, UploadAddButtonComputed, UploadAddButtonMethods, {}, {}, {}, string, UploadAddButtonProps, UploadAddButtonProps, {}>;
67
67
  export { UploadAddButton, UploadAddButtonVue2 };
@@ -12,10 +12,6 @@ import { UploadInput } from './UploadInput';
12
12
  * @hidden
13
13
  */
14
14
 
15
- /**
16
- * Represents the default `UploadAddButton` component.
17
- */
18
-
19
15
  var UploadAddButtonVue2 = {
20
16
  name: 'KendoVueUploadAddButton',
21
17
  props: {
@@ -162,5 +158,9 @@ var UploadAddButtonVue2 = {
162
158
  }), h("span", [selectMessage])]);
163
159
  }
164
160
  };
161
+ /**
162
+ * @hidden
163
+ */
164
+
165
165
  var UploadAddButton = UploadAddButtonVue2;
166
166
  export { UploadAddButton, UploadAddButtonVue2 };
@@ -53,9 +53,9 @@ export interface UploadDropZoneAll extends UploadDropZoneMethods, UploadDropZone
53
53
  /**
54
54
  * @hidden
55
55
  */
56
+ declare let UploadDropZoneVue2: ComponentOptions<Vue2type, DefaultData<UploadDropZoneData>, DefaultMethods<UploadDropZoneAll>, UploadDropZoneComputed, RecordPropsDefinition<UploadDropZoneProps>>;
56
57
  /**
57
- * Represents the default `UploadDropZone` component.
58
+ * @hidden
58
59
  */
59
- declare let UploadDropZoneVue2: ComponentOptions<Vue2type, DefaultData<UploadDropZoneData>, DefaultMethods<UploadDropZoneAll>, UploadDropZoneComputed, RecordPropsDefinition<UploadDropZoneProps>>;
60
60
  declare const UploadDropZone: DefineComponent<UploadDropZoneProps, any, UploadDropZoneData, UploadDropZoneComputed, UploadDropZoneMethods, {}, {}, {}, string, UploadDropZoneProps, UploadDropZoneProps, {}>;
61
61
  export { UploadDropZone, UploadDropZoneVue2 };
@@ -19,10 +19,6 @@ var TIME_TO_CHECK_DRAG = 100;
19
19
  * @hidden
20
20
  */
21
21
 
22
- /**
23
- * Represents the default `UploadDropZone` component.
24
- */
25
-
26
22
  var UploadDropZoneVue2 = {
27
23
  name: 'KendoVueUploadDropZone',
28
24
  props: {
@@ -283,5 +279,9 @@ var UploadDropZoneVue2 = {
283
279
  }, [dropFilesMessage])]);
284
280
  }
285
281
  };
282
+ /**
283
+ * @hidden
284
+ */
285
+
286
286
  var UploadDropZone = UploadDropZoneVue2;
287
287
  export { UploadDropZone, UploadDropZoneVue2 };
@@ -48,9 +48,9 @@ export interface UploadInputAll extends UploadInputMethods, UploadInputState, Up
48
48
  /**
49
49
  * @hidden
50
50
  */
51
+ declare let UploadInputVue2: ComponentOptions<Vue2type, DefaultData<UploadInputData>, DefaultMethods<UploadInputAll>, UploadInputComputed, RecordPropsDefinition<UploadInputProps>>;
51
52
  /**
52
- * Represents the default `UploadInput` component.
53
+ * @hidden
53
54
  */
54
- declare let UploadInputVue2: ComponentOptions<Vue2type, DefaultData<UploadInputData>, DefaultMethods<UploadInputAll>, UploadInputComputed, RecordPropsDefinition<UploadInputProps>>;
55
55
  declare const UploadInput: DefineComponent<UploadInputProps, any, UploadInputData, UploadInputComputed, UploadInputMethods, {}, {}, {}, string, UploadInputProps, UploadInputProps, {}>;
56
56
  export { UploadInput, UploadInputVue2 };
@@ -9,10 +9,6 @@ var SAFARI_REGEX = /(webkit)[ \/]([\w.]+)/i;
9
9
  * @hidden
10
10
  */
11
11
 
12
- /**
13
- * Represents the default `UploadInput` component.
14
- */
15
-
16
12
  var UploadInputVue2 = {
17
13
  name: 'KendoVueUploadInput',
18
14
  props: {
@@ -114,5 +110,9 @@ var UploadInputVue2 = {
114
110
  });
115
111
  }
116
112
  };
113
+ /**
114
+ * @hidden
115
+ */
116
+
117
117
  var UploadInput = UploadInputVue2;
118
118
  export { UploadInput, UploadInputVue2 };
@@ -50,9 +50,9 @@ export interface UploadListAll extends UploadListMethods, UploadListState, Uploa
50
50
  /**
51
51
  * @hidden
52
52
  */
53
+ declare let UploadListVue2: ComponentOptions<Vue2type, DefaultData<UploadListData>, DefaultMethods<UploadListAll>, UploadListComputed, RecordPropsDefinition<UploadListProps>>;
53
54
  /**
54
- * Represents the default `UploadList` component.
55
+ * @hidden
55
56
  */
56
- declare let UploadListVue2: ComponentOptions<Vue2type, DefaultData<UploadListData>, DefaultMethods<UploadListAll>, UploadListComputed, RecordPropsDefinition<UploadListProps>>;
57
57
  declare const UploadList: DefineComponent<UploadListProps, any, UploadListData, UploadListComputed, UploadListMethods, {}, {}, {}, string, UploadListProps, UploadListProps, {}>;
58
58
  export { UploadList, UploadListVue2 };
@@ -9,10 +9,6 @@ import { UploadListGroup } from './UploadListGroup';
9
9
  * @hidden
10
10
  */
11
11
 
12
- /**
13
- * Represents the default `UploadList` component.
14
- */
15
-
16
12
  var UploadListVue2 = {
17
13
  name: 'KendoVueUploadList',
18
14
  props: {
@@ -98,5 +94,9 @@ var UploadListVue2 = {
98
94
  }, this)]);
99
95
  }
100
96
  };
97
+ /**
98
+ * @hidden
99
+ */
100
+
101
101
  var UploadList = UploadListVue2;
102
102
  export { UploadList, UploadListVue2 };
@@ -48,9 +48,9 @@ export interface UploadListActionButtonAll extends UploadListActionButtonMethods
48
48
  /**
49
49
  * @hidden
50
50
  */
51
+ declare let UploadListActionButtonVue2: ComponentOptions<Vue2type, DefaultData<UploadListActionButtonData>, DefaultMethods<UploadListActionButtonAll>, UploadListActionButtonComputed, RecordPropsDefinition<UploadListActionButtonProps>>;
51
52
  /**
52
- * Represents the default `UploadListActionButton` component.
53
+ * @hidden
53
54
  */
54
- declare let UploadListActionButtonVue2: ComponentOptions<Vue2type, DefaultData<UploadListActionButtonData>, DefaultMethods<UploadListActionButtonAll>, UploadListActionButtonComputed, RecordPropsDefinition<UploadListActionButtonProps>>;
55
55
  declare const UploadListActionButton: DefineComponent<UploadListActionButtonProps, any, UploadListActionButtonData, UploadListActionButtonComputed, UploadListActionButtonMethods, {}, {}, {}, string, UploadListActionButtonProps, UploadListActionButtonProps, {}>;
56
56
  export { UploadListActionButton, UploadListActionButtonVue2 };
@@ -12,10 +12,6 @@ import { messages, cancel, retry, remove } from './messages';
12
12
  * @hidden
13
13
  */
14
14
 
15
- /**
16
- * Represents the default `UploadListActionButton` component.
17
- */
18
-
19
15
  var UploadListActionButtonVue2 = {
20
16
  name: 'KendoVueUploadListActionButton',
21
17
  props: {
@@ -171,5 +167,9 @@ var UploadListActionButtonVue2 = {
171
167
  })]) : undefined]);
172
168
  }
173
169
  };
170
+ /**
171
+ * @hidden
172
+ */
173
+
174
174
  var UploadListActionButton = UploadListActionButtonVue2;
175
175
  export { UploadListActionButton, UploadListActionButtonVue2 };
@@ -48,9 +48,9 @@ export interface UploadListGroupAll extends UploadListGroupMethods, UploadListGr
48
48
  /**
49
49
  * @hidden
50
50
  */
51
+ declare let UploadListGroupVue2: ComponentOptions<Vue2type, DefaultData<UploadListGroupData>, DefaultMethods<UploadListGroupAll>, UploadListGroupComputed, RecordPropsDefinition<UploadListGroupProps>>;
51
52
  /**
52
- * Represents the default `UploadListGroup` component.
53
+ * @hidden
53
54
  */
54
- declare let UploadListGroupVue2: ComponentOptions<Vue2type, DefaultData<UploadListGroupData>, DefaultMethods<UploadListGroupAll>, UploadListGroupComputed, RecordPropsDefinition<UploadListGroupProps>>;
55
55
  declare const UploadListGroup: DefineComponent<UploadListGroupProps, any, UploadListGroupData, UploadListGroupComputed, UploadListGroupMethods, {}, {}, {}, string, UploadListGroupProps, UploadListGroupProps, {}>;
56
56
  export { UploadListGroup, UploadListGroupVue2 };
@@ -12,10 +12,6 @@ import utils from './utils/utils';
12
12
  * @hidden
13
13
  */
14
14
 
15
- /**
16
- * Represents the default `UploadListGroup` component.
17
- */
18
-
19
15
  var UploadListGroupVue2 = {
20
16
  name: 'KendoVueUploadListGroup',
21
17
  props: {
@@ -149,5 +145,9 @@ var UploadListGroupVue2 = {
149
145
  }, [itemComponent]);
150
146
  }
151
147
  };
148
+ /**
149
+ * @hidden
150
+ */
151
+
152
152
  var UploadListGroup = UploadListGroupVue2;
153
153
  export { UploadListGroup, UploadListGroupVue2 };
@@ -36,9 +36,9 @@ export interface UploadListMultiItemAll extends UploadListMultiItemMethods, Uplo
36
36
  /**
37
37
  * @hidden
38
38
  */
39
+ declare let UploadListMultiItemVue2: ComponentOptions<Vue2type, DefaultData<UploadListMultiItemData>, DefaultMethods<UploadListMultiItemAll>, UploadListMultiItemComputed, RecordPropsDefinition<UploadListItemProps>>;
39
40
  /**
40
- * Represents the default `UploadListMultiItem` component.
41
+ * @hidden
41
42
  */
42
- declare let UploadListMultiItemVue2: ComponentOptions<Vue2type, DefaultData<UploadListMultiItemData>, DefaultMethods<UploadListMultiItemAll>, UploadListMultiItemComputed, RecordPropsDefinition<UploadListItemProps>>;
43
43
  declare const UploadListMultiItem: DefineComponent<UploadListItemProps, any, UploadListMultiItemData, UploadListMultiItemComputed, UploadListMultiItemMethods, {}, {}, {}, string, UploadListItemProps, UploadListItemProps, {}>;
44
44
  export { UploadListMultiItem, UploadListMultiItemVue2 };
@@ -13,10 +13,6 @@ import { UploadListActionButton } from './UploadListActionButton';
13
13
  * @hidden
14
14
  */
15
15
 
16
- /**
17
- * Represents the default `UploadListMultiItem` component.
18
- */
19
-
20
16
  var UploadListMultiItemVue2 = {
21
17
  name: 'KendoVueUploadListMultiItem',
22
18
  props: {
@@ -167,5 +163,9 @@ var UploadListMultiItemVue2 = {
167
163
  })]);
168
164
  }
169
165
  };
166
+ /**
167
+ * @hidden
168
+ */
169
+
170
170
  var UploadListMultiItem = UploadListMultiItemVue2;
171
171
  export { UploadListMultiItem, UploadListMultiItemVue2 };
@@ -36,9 +36,9 @@ export interface UploadListSingleItemAll extends UploadListSingleItemMethods, Up
36
36
  /**
37
37
  * @hidden
38
38
  */
39
+ declare let UploadListSingleItemVue2: ComponentOptions<Vue2type, DefaultData<UploadListSingleItemData>, DefaultMethods<UploadListSingleItemAll>, UploadListSingleItemComputed, RecordPropsDefinition<UploadListItemProps>>;
39
40
  /**
40
- * Represents the default `UploadListSingleItem` component.
41
+ * @hidden
41
42
  */
42
- declare let UploadListSingleItemVue2: ComponentOptions<Vue2type, DefaultData<UploadListSingleItemData>, DefaultMethods<UploadListSingleItemAll>, UploadListSingleItemComputed, RecordPropsDefinition<UploadListItemProps>>;
43
43
  declare const UploadListSingleItem: DefineComponent<UploadListItemProps, any, UploadListSingleItemData, UploadListSingleItemComputed, UploadListSingleItemMethods, {}, {}, {}, string, UploadListItemProps, UploadListItemProps, {}>;
44
44
  export { UploadListSingleItem, UploadListSingleItemVue2 };
@@ -13,10 +13,6 @@ import { UploadListActionButton } from './UploadListActionButton';
13
13
  * @hidden
14
14
  */
15
15
 
16
- /**
17
- * Represents the default `UploadListSingleItem` component.
18
- */
19
-
20
16
  var UploadListSingleItemVue2 = {
21
17
  name: 'KendoVueUploadListSingleItem',
22
18
  props: {
@@ -223,5 +219,9 @@ var UploadListSingleItemVue2 = {
223
219
  })]);
224
220
  }
225
221
  };
222
+ /**
223
+ * @hidden
224
+ */
225
+
226
226
  var UploadListSingleItem = UploadListSingleItemVue2;
227
227
  export { UploadListSingleItem, UploadListSingleItemVue2 };
@@ -38,9 +38,9 @@ export interface UploadNavigationAll extends UploadNavigationMethods, UploadNavi
38
38
  /**
39
39
  * @hidden
40
40
  */
41
+ declare let UploadNavigationVue2: ComponentOptions<Vue2type, DefaultData<UploadNavigationData>, DefaultMethods<UploadNavigationAll>, UploadNavigationComputed, RecordPropsDefinition<UploadUIProps>>;
41
42
  /**
42
- * Represents the default `UploadNavigation` component.
43
+ * @hidden
43
44
  */
44
- declare let UploadNavigationVue2: ComponentOptions<Vue2type, DefaultData<UploadNavigationData>, DefaultMethods<UploadNavigationAll>, UploadNavigationComputed, RecordPropsDefinition<UploadUIProps>>;
45
45
  declare const UploadNavigation: DefineComponent<UploadUIProps, any, UploadNavigationData, UploadNavigationComputed, UploadNavigationMethods, {}, {}, {}, string, UploadUIProps, UploadUIProps, {}>;
46
46
  export { UploadNavigation, UploadNavigationVue2 };
@@ -19,10 +19,6 @@ var DEFAULT_INDEX = -1;
19
19
  * @hidden
20
20
  */
21
21
 
22
- /**
23
- * Represents the default `UploadNavigation` component.
24
- */
25
-
26
22
  var UploadNavigationVue2 = {
27
23
  name: 'KendoVueUploadNavigation',
28
24
  props: {
@@ -343,5 +339,9 @@ var UploadNavigationVue2 = {
343
339
  );
344
340
  }
345
341
  };
342
+ /**
343
+ * @hidden
344
+ */
345
+
346
346
  var UploadNavigation = UploadNavigationVue2;
347
347
  export { UploadNavigation, UploadNavigationVue2 };
@@ -45,9 +45,9 @@ export interface UploadStatusAll extends UploadStatusMethods, UploadStatusState,
45
45
  /**
46
46
  * @hidden
47
47
  */
48
+ declare let UploadStatusVue2: ComponentOptions<Vue2type, DefaultData<UploadStatusData>, DefaultMethods<UploadStatusAll>, UploadStatusComputed, RecordPropsDefinition<UploadStatusProps>>;
48
49
  /**
49
- * Represents the default `UploadStatus` component.
50
+ * @hidden
50
51
  */
51
- declare let UploadStatusVue2: ComponentOptions<Vue2type, DefaultData<UploadStatusData>, DefaultMethods<UploadStatusAll>, UploadStatusComputed, RecordPropsDefinition<UploadStatusProps>>;
52
52
  declare const UploadStatus: DefineComponent<UploadStatusProps, any, UploadStatusData, UploadStatusComputed, UploadStatusMethods, {}, {}, {}, string, UploadStatusProps, UploadStatusProps, {}>;
53
53
  export { UploadStatus, UploadStatusVue2 };
@@ -11,10 +11,6 @@ import { messages, headerStatusUploading, headerStatusUploaded } from './message
11
11
  * @hidden
12
12
  */
13
13
 
14
- /**
15
- * Represents the default `UploadStatus` component.
16
- */
17
-
18
14
  var UploadStatusVue2 = {
19
15
  props: {
20
16
  isUploading: Boolean,
@@ -58,5 +54,9 @@ var UploadStatusVue2 = {
58
54
  }), statusText]);
59
55
  }
60
56
  };
57
+ /**
58
+ * @hidden
59
+ */
60
+
61
61
  var UploadStatus = UploadStatusVue2;
62
62
  export { UploadStatus, UploadStatusVue2 };
@@ -73,9 +73,9 @@ export interface UploadUIAll extends UploadUIMethods, UploadUIState, UploadUIDat
73
73
  /**
74
74
  * @hidden
75
75
  */
76
+ declare let UploadUIVue2: ComponentOptions<Vue2type, DefaultData<UploadUIData>, DefaultMethods<UploadUIAll>, UploadUIComputed, RecordPropsDefinition<UploadUIProps>>;
76
77
  /**
77
- * Represents the default `UploadUI` component.
78
+ * @hidden
78
79
  */
79
- declare let UploadUIVue2: ComponentOptions<Vue2type, DefaultData<UploadUIData>, DefaultMethods<UploadUIAll>, UploadUIComputed, RecordPropsDefinition<UploadUIProps>>;
80
80
  declare const UploadUI: DefineComponent<UploadUIProps, any, UploadUIData, UploadUIComputed, UploadUIMethods, {}, {}, {}, string, UploadUIProps, UploadUIProps, {}>;
81
81
  export { UploadUI, UploadUIVue2 };
@@ -12,10 +12,6 @@ var ADD_BUTTON_NAV_INDEX = -1;
12
12
  * @hidden
13
13
  */
14
14
 
15
- /**
16
- * Represents the default `UploadUI` component.
17
- */
18
-
19
15
  var UploadUIVue2 = {
20
16
  name: 'KendoVueUploadUI',
21
17
  props: {
@@ -262,5 +258,9 @@ var UploadUIVue2 = {
262
258
  }) : undefined]);
263
259
  }
264
260
  };
261
+ /**
262
+ * @hidden
263
+ */
264
+
265
265
  var UploadUI = UploadUIVue2;
266
266
  export { UploadUI, UploadUIVue2 };
@@ -2,9 +2,20 @@
2
2
  import { DefineComponent } from 'vue';
3
3
  // @ts-ignore
4
4
  import * as Vue from 'vue';
5
+
6
+ /**
7
+ * @hidden
8
+ */
5
9
  // @ts-ignore
6
10
  type Vue2type = Vue.default;
11
+
12
+ /**
13
+ * @hidden
14
+ */
7
15
  // @ts-ignore
8
16
  import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
17
+ /**
18
+ * @hidden
19
+ */
9
20
  // @ts-ignore
10
21
  export { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type };
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-upload',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1654589472,
8
+ publishDate: 1655213713,
9
9
  version: '',
10
10
  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'
11
11
  };
@@ -11,4 +11,7 @@ declare const _default: {
11
11
  cloneRequestHeaders: (headers: UploadHttpHeaders) => UploadHttpHeaders;
12
12
  convertAxiosResponse: (event: AxiosResponse<any, any>) => UploadResponse;
13
13
  };
14
+ /**
15
+ * @hidden
16
+ */
14
17
  export default _default;
@@ -65,6 +65,9 @@ var convertAxiosResponse = function (event) {
65
65
  var data = event.data, config = event.config, others = __rest(event, ["data", "config"]);
66
66
  return __assign({ response: data }, others);
67
67
  };
68
+ /**
69
+ * @hidden
70
+ */
68
71
  export default {
69
72
  populateClientFormData: populateClientFormData,
70
73
  populateUploadFormData: populateUploadFormData,
@@ -20,4 +20,7 @@ declare const _default: {
20
20
  flatFileGroup: (fileGroup: GroupedFiles) => UploadFileInfo[];
21
21
  groupForEach: (fileGroup: GroupedFiles, callBack: (currentFiles: UploadFileInfo[], uid: string) => void) => void;
22
22
  };
23
+ /**
24
+ * @hidden
25
+ */
23
26
  export default _default;
@@ -68,6 +68,9 @@ var groupForEach = function (fileGroup, callBack) {
68
68
  callBack(fileGroup[uidKey], uidKey);
69
69
  });
70
70
  };
71
+ /**
72
+ * @hidden
73
+ */
71
74
  export default {
72
75
  copyState: copyState,
73
76
  addMany: addMany,
@@ -11,4 +11,7 @@ declare const _default: {
11
11
  assignGuidToFiles: Function;
12
12
  getFileStatus: (currentFiles: GroupedFiles | UploadFileInfo[]) => boolean[];
13
13
  };
14
+ /**
15
+ * @hidden
16
+ */
14
17
  export default _default;
@@ -112,6 +112,9 @@ var getFileStatus = function (currentFiles) {
112
112
  }
113
113
  return [isUploading, isUploaded, isUploadFailed, isUploadValidationFailed];
114
114
  };
115
+ /**
116
+ * @hidden
117
+ */
115
118
  export default {
116
119
  fileHasValidationErrors: fileHasValidationErrors,
117
120
  filesHaveValidationErrors: filesHaveValidationErrors,
@@ -1,4 +1,7 @@
1
1
  declare const _default: {
2
2
  validateFiles: Function;
3
3
  };
4
+ /**
5
+ * @hidden
6
+ */
4
7
  export default _default;
@@ -42,6 +42,9 @@ var validateFiles = function (files, restrictionInfo) {
42
42
  validateFileSize(files[i], minFileSize, maxFileSize);
43
43
  }
44
44
  };
45
+ /**
46
+ * @hidden
47
+ */
45
48
  export default {
46
49
  validateFiles: validateFiles
47
50
  };
@@ -113,9 +113,9 @@ export interface ExternalDropZoneAll extends ExternalDropZoneMethods, ExternalDr
113
113
  /**
114
114
  * @hidden
115
115
  */
116
+ declare let ExternalDropZoneVue2: ComponentOptions<Vue2type, DefaultData<ExternalDropZoneData>, DefaultMethods<ExternalDropZoneAll>, ExternalDropZoneComputed, RecordPropsDefinition<ExternalDropZoneProps>>;
116
117
  /**
117
- * Represents the default `ExternalDropZone` component.
118
+ * @hidden
118
119
  */
119
- declare let ExternalDropZoneVue2: ComponentOptions<Vue2type, DefaultData<ExternalDropZoneData>, DefaultMethods<ExternalDropZoneAll>, ExternalDropZoneComputed, RecordPropsDefinition<ExternalDropZoneProps>>;
120
120
  declare const ExternalDropZone: DefineComponent<ExternalDropZoneProps, any, ExternalDropZoneData, ExternalDropZoneComputed, ExternalDropZoneMethods, {}, {}, {}, string, ExternalDropZoneProps, ExternalDropZoneProps, {}>;
121
121
  export { ExternalDropZone, ExternalDropZoneVue2 };
@@ -29,10 +29,6 @@ var TIME_TO_CHECK_DRAG = 100;
29
29
  * @hidden
30
30
  */
31
31
 
32
- /**
33
- * Represents the default `ExternalDropZone` component.
34
- */
35
-
36
32
  var ExternalDropZoneVue2 = {
37
33
  name: 'KendoVueExternalDropZone',
38
34
  props: {
@@ -181,5 +177,9 @@ var ExternalDropZoneVue2 = {
181
177
  }
182
178
  };
183
179
  exports.ExternalDropZoneVue2 = ExternalDropZoneVue2;
180
+ /**
181
+ * @hidden
182
+ */
183
+
184
184
  var ExternalDropZone = ExternalDropZoneVue2;
185
185
  exports.ExternalDropZone = ExternalDropZone;
@@ -42,9 +42,9 @@ export interface UploadAll extends UploadMethods, UploadState, UploadData, Uploa
42
42
  /**
43
43
  * @hidden
44
44
  */
45
+ declare let UploadVue2: ComponentOptions<Vue2type, DefaultData<UploadData>, DefaultMethods<UploadAll>, UploadComputed, RecordPropsDefinition<UploadProps>>;
45
46
  /**
46
- * Represents the default `Upload` component.
47
+ * @hidden
47
48
  */
48
- declare let UploadVue2: ComponentOptions<Vue2type, DefaultData<UploadData>, DefaultMethods<UploadAll>, UploadComputed, RecordPropsDefinition<UploadProps>>;
49
49
  declare const Upload: DefineComponent<UploadProps, any, UploadData, UploadComputed, UploadMethods, {}, {}, {}, string, UploadProps, UploadProps, {}>;
50
50
  export { Upload, UploadVue2 };