@progress/kendo-vue-inputs 9.0.1-develop.1 → 9.1.0-develop.2

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.
@@ -0,0 +1,27 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ import { SVGIcon } from '@progress/kendo-vue-common';
9
+ /**
10
+ * Describes the icon separator for the OTPInput.
11
+ */
12
+ export interface OTPSeparatorIcon {
13
+ /**
14
+ * Sets the type of icon to display as a separator.
15
+ *
16
+ * The available options are:
17
+ * - `'svgIcon'` — an SVG icon from `@progress/kendo-svg-icons`
18
+ * - `'iconClass'` — a CSS class-based icon
19
+ * - `'icon'` — a Kendo font icon name (e.g., `'home'`)
20
+ */
21
+ type: 'svgIcon' | 'iconClass' | 'icon';
22
+ /**
23
+ * The icon to display. Provide a CSS class string for `'iconClass'`,
24
+ * a Kendo icon name string for `'icon'`, or an `SVGIcon` object for `'svgIcon'`.
25
+ */
26
+ value: string | SVGIcon;
27
+ }
@@ -5,4 +5,4 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-inputs",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1780380909,version:"9.0.1-develop.1",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"};exports.packageMetadata=e;
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-inputs",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1782906731,version:"9.1.0-develop.2",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"};exports.packageMetadata=e;
@@ -10,8 +10,8 @@ const e = {
10
10
  productName: "Kendo UI for Vue",
11
11
  productCode: "KENDOUIVUE",
12
12
  productCodes: ["KENDOUIVUE"],
13
- publishDate: 1780380909,
14
- version: "9.0.1-develop.1",
13
+ publishDate: 1782906731,
14
+ version: "9.1.0-develop.2",
15
15
  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"
16
16
  };
17
17
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-inputs",
3
- "version": "9.0.1-develop.1",
3
+ "version": "9.1.0-develop.2",
4
4
  "description": "TODO",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -26,13 +26,13 @@
26
26
  "peerDependencies": {
27
27
  "@progress/kendo-drawing": "^1.21.1",
28
28
  "@progress/kendo-licensing": "^1.7.2",
29
- "@progress/kendo-vue-animation": "9.0.1-develop.1",
30
- "@progress/kendo-vue-buttons": "9.0.1-develop.1",
31
- "@progress/kendo-vue-common": "9.0.1-develop.1",
32
- "@progress/kendo-vue-dialogs": "9.0.1-develop.1",
33
- "@progress/kendo-vue-intl": "9.0.1-develop.1",
34
- "@progress/kendo-vue-labels": "9.0.1-develop.1",
35
- "@progress/kendo-vue-popup": "9.0.1-develop.1",
29
+ "@progress/kendo-vue-animation": "9.1.0-develop.2",
30
+ "@progress/kendo-vue-buttons": "9.1.0-develop.2",
31
+ "@progress/kendo-vue-common": "9.1.0-develop.2",
32
+ "@progress/kendo-vue-dialogs": "9.1.0-develop.2",
33
+ "@progress/kendo-vue-intl": "9.1.0-develop.2",
34
+ "@progress/kendo-vue-labels": "9.1.0-develop.2",
35
+ "@progress/kendo-vue-popup": "9.1.0-develop.2",
36
36
  "@progress/kendo-svg-icons": "^4.9.0 || ^5.0.0",
37
37
  "vue": "^3.0.2"
38
38
  },
@@ -55,7 +55,7 @@
55
55
  "package": {
56
56
  "productName": "Kendo UI for Vue",
57
57
  "productCode": "KENDOUIVUE",
58
- "publishDate": 1780380909,
58
+ "publishDate": 1782906731,
59
59
  "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"
60
60
  }
61
61
  },