@progress/kendo-vue-common 8.0.3-develop.1 → 8.0.3-develop.3

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 (62) hide show
  1. package/Draggable.d.ts +74 -0
  2. package/FormComponent.d.ts +91 -0
  3. package/browser-support.service.d.ts +14 -0
  4. package/canUseDOM.d.ts +12 -0
  5. package/classNames.d.ts +11 -0
  6. package/clone.d.ts +27 -0
  7. package/constants/main.d.ts +15 -0
  8. package/defaultSlots.d.ts +11 -0
  9. package/dist/cdn/js/kendo-vue-common.js +1 -1
  10. package/focus.d.ts +27 -0
  11. package/getActiveElement.d.ts +15 -0
  12. package/getTabIndex.d.ts +11 -0
  13. package/getter.d.ts +11 -0
  14. package/guid.d.ts +12 -0
  15. package/hasRelativeStackingContext.d.ts +9 -0
  16. package/icons/BaseIconProps.d.ts +84 -0
  17. package/icons/FontIcon.d.ts +94 -0
  18. package/icons/Icon.d.ts +97 -0
  19. package/icons/SvgIcon.d.ts +158 -0
  20. package/icons/constants.d.ts +20 -0
  21. package/icons/getIconName.d.ts +12 -0
  22. package/icons/models/flip.d.ts +18 -0
  23. package/icons/models/size.d.ts +22 -0
  24. package/icons/models/theme-color.d.ts +28 -0
  25. package/index.d.mts +39 -3324
  26. package/index.d.ts +39 -3324
  27. package/index.js +1 -1
  28. package/index.mjs +74 -74
  29. package/isObject.d.ts +11 -0
  30. package/isRtl.d.ts +15 -0
  31. package/keys.d.ts +28 -0
  32. package/listeners.d.ts +15 -0
  33. package/navigation.d.ts +53 -0
  34. package/noop.d.ts +12 -0
  35. package/package.json +1 -1
  36. package/providers/AdaptiveModeProvider.d.ts +63 -0
  37. package/refs.d.ts +15 -0
  38. package/rowHeightService.d.ts +31 -0
  39. package/scrollbarWidth.d.ts +15 -0
  40. package/setter.d.ts +11 -0
  41. package/templateRendering.d.ts +26 -0
  42. package/theme.d.ts +14 -0
  43. package/treeDataOperations.d.ts +50 -0
  44. package/unstyled/animations.d.ts +116 -0
  45. package/unstyled/buttons.d.ts +219 -0
  46. package/unstyled/common.d.ts +17 -0
  47. package/unstyled/dateinputs.d.ts +469 -0
  48. package/unstyled/dateinputs.mjs +1 -1
  49. package/unstyled/dropdowns.d.ts +338 -0
  50. package/unstyled/dropdowns.mjs +3 -3
  51. package/unstyled/form.d.ts +74 -0
  52. package/unstyled/grid.d.ts +12 -0
  53. package/unstyled/icons.d.ts +102 -0
  54. package/unstyled/inputs.d.ts +228 -0
  55. package/unstyled/interfaces/common.d.ts +111 -0
  56. package/unstyled/json-classes.d.ts +378 -0
  57. package/unstyled/labels.d.ts +111 -0
  58. package/unstyled/labels.mjs +1 -1
  59. package/unstyled/main.d.ts +26 -0
  60. package/unstyled/popup.d.ts +51 -0
  61. package/validate-package.d.ts +21 -0
  62. package/watermark/WatermarkOverlay.d.ts +69 -0
package/index.js CHANGED
@@ -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 I=require("./classNames.js"),q=require("./guid.js"),P=require("./keys.js"),x=require("./canUseDOM.js"),p=require("./refs.js"),o=require("./focus.js"),S=require("./Draggable.js"),r=require("./clone.js"),h=require("./isObject.js"),v=require("./noop.js"),M=require("./getter.js"),T=require("./setter.js"),g=require("./listeners.js"),u=require("./templateRendering.js"),E=require("./getTabIndex.js"),A=require("./defaultSlots.js"),m=require("./isRtl.js"),c=require("./validate-package.js"),R=require("./providers/AdaptiveModeProvider.js"),l=require("./constants/main.js"),B=require("./theme.js"),i=require("./treeDataOperations.js"),C=require("./browser-support.service.js"),D=require("./scrollbarWidth.js"),L=require("./hasRelativeStackingContext.js"),k=require("./icons/Icon.js"),w=require("./icons/FontIcon.js"),F=require("./icons/SvgIcon.js"),O=require("./icons/getIconName.js"),b=require("./navigation.js"),f=require("./getActiveElement.js"),N=require("./watermark/WatermarkOverlay.js"),_=require("./rowHeightService.js"),y=require("./unstyled/animations.js"),U=require("./unstyled/icons.js"),d=require("./unstyled/buttons.js"),s=require("./unstyled/dropdowns.js"),n=require("./unstyled/dateinputs.js"),t=require("./unstyled/inputs.js"),a=require("./unstyled/labels.js"),G=require("./unstyled/form.js"),V=require("./unstyled/popup.js"),j=require("./unstyled/grid.js"),e=require("./unstyled/json-classes.js");exports.classNames=I.classNames;exports.guid=q.guid;exports.Keys=P.Keys;exports.canUseDOM=x.canUseDOM;exports.getRef=p.getRef;exports.setRef=p.setRef;exports.firstFocusableChild=o.firstFocusableChild;exports.focusContainer=o.focusContainer;exports.focusFirstFocusableChild=o.focusFirstFocusableChild;exports.focusLastFocusableChild=o.focusLastFocusableChild;exports.lastFocusableChild=o.lastFocusableChild;exports.Draggable=S.Draggable;exports.clone=r.clone;exports.cloneArray=r.cloneArray;exports.cloneDate=r.cloneDate;exports.cloneObject=r.cloneObject;exports.cloneValue=r.cloneValue;exports.isObject=h.isObject;exports.noop=v.noop;exports.getter=M.getter;exports.setter=T.setter;exports.getListeners=g.getListeners;exports.hasListener=g.hasListener;exports.getTemplate=u.getTemplate;exports.templateDefinition=u.templateDefinition;exports.templateRendering=u.templateRendering;exports.getTabIndex=E.getTabIndex;exports.getDefaultSlots=A.getDefaultSlots;exports.getDir=m.getDir;exports.isRtl=m.isRtl;exports.getLicenseMessage=c.getLicenseMessage;exports.shouldShowValidationUI=c.shouldShowValidationUI;exports.validatePackage=c.validatePackage;exports.AdaptiveModeProvider=R.AdaptiveModeProvider;exports.ADAPTIVE_MEDIUM_BREAKPOINT=l.ADAPTIVE_MEDIUM_BREAKPOINT;exports.ADAPTIVE_SMALL_BREAKPOINT=l.ADAPTIVE_SMALL_BREAKPOINT;exports.FIELD_REGEX=l.FIELD_REGEX;exports.kendoThemeMaps=B.kendoThemeMaps;exports.extendDataItem=i.extendDataItem;exports.getItemPath=i.getItemPath;exports.getNestedValue=i.getNestedValue;exports.mapTree=i.mapTree;exports.mapTreeItem=i.mapTreeItem;exports.BrowserSupportService=C.BrowserSupportService;exports.getScrollbarWidth=D.getScrollbarWidth;exports.setScrollbarWidth=D.setScrollbarWidth;exports.hasRelativeStackingContext=L.hasRelativeStackingContext;exports.Icon=k.Icon;exports.FontIcon=w.FontIcon;exports.SvgIcon=F.SvgIcon;exports.getIconName=O.getIconName;exports.FOCUSABLE_ELEMENTS=b.FOCUSABLE_ELEMENTS;exports.Navigation=b.Navigation;exports.getActiveElement=f.getActiveElement;exports.getInnerActiveElement=f.getInnerActiveElement;exports.WatermarkOverlay=N.WatermarkOverlay;exports.RowHeightService=_.RowHeightService;exports.uAnimation=y.uAnimation;exports.uSvgIcon=U.uSvgIcon;exports.uButton=d.uButton;exports.uButtonGroup=d.uButtonGroup;exports.uDropDownButton=d.uDropDownButton;exports.uComboBox=s.uComboBox;exports.uDropDownList=s.uDropDownList;exports.uDropDownsActionSheet=s.uDropDownsActionSheet;exports.uDropDownsBase=s.uDropDownsBase;exports.uCalendar=n.uCalendar;exports.uDateInput=n.uDateInput;exports.uDateTimePicker=n.uDateTimePicker;exports.uTime=n.uTime;exports.uTimePicker=n.uTimePicker;exports.radioButtonClasses=t.radioButtonClasses;exports.radioGroupClasses=t.radioGroupClasses;exports.uInput=t.uInput;exports.uMaskedTextBox=t.uMaskedTextBox;exports.uRadioButton=t.uRadioButton;exports.uRadioGroup=t.uRadioGroup;exports.uTextBox=t.uTextBox;exports.uError=a.uError;exports.uFloatingLabel=a.uFloatingLabel;exports.uHint=a.uHint;exports.uLabel=a.uLabel;exports.uForm=G.uForm;exports.uPopup=V.uPopup;exports.uGrid=j.uGrid;exports.actions=e.actions;exports.animationStyles=e.animationStyles;exports.base=e.base;exports.buttonPrefix=e.buttonPrefix;exports.calendarPrefix=e.calendarPrefix;exports.comboBoxPrefix=e.comboBoxPrefix;exports.components=e.components;exports.containers=e.containers;exports.cssUtils=e.cssUtils;exports.cursor=e.cursor;exports.dateInputs=e.dateInputs;exports.ddbPrefix=e.ddbPrefix;exports.dimensions=e.dimensions;exports.directionMap=e.directionMap;exports.dropDownListPrefix=e.dropDownListPrefix;exports.elements=e.elements;exports.fillModeMap=e.fillModeMap;exports.forms=e.forms;exports.grid=e.grid;exports.gridPrefix=e.gridPrefix;exports.gridRowReorder=e.gridRowReorder;exports.icon=e.icon;exports.inputPrefix=e.inputPrefix;exports.inputs=e.inputs;exports.jsonTheme=e.jsonTheme;exports.labels=e.labels;exports.maskedPrefix=e.maskedPrefix;exports.orientationMap=e.orientationMap;exports.pickerPrefix=e.pickerPrefix;exports.popup=e.popup;exports.radioPrefix=e.radioPrefix;exports.roundedMap=e.roundedMap;exports.sizeMap=e.sizeMap;exports.states=e.states;exports.themeColorMap=e.themeColorMap;
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const I=require("./classNames.js"),q=require("./guid.js"),P=require("./keys.js"),x=require("./canUseDOM.js"),p=require("./refs.js"),o=require("./focus.js"),S=require("./Draggable.js"),r=require("./clone.js"),h=require("./isObject.js"),v=require("./noop.js"),M=require("./getter.js"),T=require("./setter.js"),g=require("./listeners.js"),u=require("./templateRendering.js"),E=require("./getTabIndex.js"),A=require("./defaultSlots.js"),m=require("./isRtl.js"),c=require("./validate-package.js"),R=require("./providers/AdaptiveModeProvider.js"),l=require("./constants/main.js"),B=require("./theme.js"),i=require("./treeDataOperations.js"),C=require("./browser-support.service.js"),D=require("./scrollbarWidth.js"),L=require("./hasRelativeStackingContext.js"),k=require("./icons/Icon.js"),w=require("./icons/FontIcon.js"),F=require("./icons/SvgIcon.js"),O=require("./icons/getIconName.js"),b=require("./navigation.js"),f=require("./getActiveElement.js"),N=require("./watermark/WatermarkOverlay.js"),_=require("./rowHeightService.js"),e=require("./unstyled/json-classes.js"),t=require("./unstyled/inputs.js"),y=require("./unstyled/animations.js"),d=require("./unstyled/buttons.js"),n=require("./unstyled/dateinputs.js"),s=require("./unstyled/dropdowns.js"),a=require("./unstyled/labels.js"),U=require("./unstyled/form.js"),G=require("./unstyled/grid.js"),V=require("./unstyled/popup.js"),j=require("./unstyled/icons.js");exports.classNames=I.classNames;exports.guid=q.guid;exports.Keys=P.Keys;exports.canUseDOM=x.canUseDOM;exports.getRef=p.getRef;exports.setRef=p.setRef;exports.firstFocusableChild=o.firstFocusableChild;exports.focusContainer=o.focusContainer;exports.focusFirstFocusableChild=o.focusFirstFocusableChild;exports.focusLastFocusableChild=o.focusLastFocusableChild;exports.lastFocusableChild=o.lastFocusableChild;exports.Draggable=S.Draggable;exports.clone=r.clone;exports.cloneArray=r.cloneArray;exports.cloneDate=r.cloneDate;exports.cloneObject=r.cloneObject;exports.cloneValue=r.cloneValue;exports.isObject=h.isObject;exports.noop=v.noop;exports.getter=M.getter;exports.setter=T.setter;exports.getListeners=g.getListeners;exports.hasListener=g.hasListener;exports.getTemplate=u.getTemplate;exports.templateDefinition=u.templateDefinition;exports.templateRendering=u.templateRendering;exports.getTabIndex=E.getTabIndex;exports.getDefaultSlots=A.getDefaultSlots;exports.getDir=m.getDir;exports.isRtl=m.isRtl;exports.getLicenseMessage=c.getLicenseMessage;exports.shouldShowValidationUI=c.shouldShowValidationUI;exports.validatePackage=c.validatePackage;exports.AdaptiveModeProvider=R.AdaptiveModeProvider;exports.ADAPTIVE_MEDIUM_BREAKPOINT=l.ADAPTIVE_MEDIUM_BREAKPOINT;exports.ADAPTIVE_SMALL_BREAKPOINT=l.ADAPTIVE_SMALL_BREAKPOINT;exports.FIELD_REGEX=l.FIELD_REGEX;exports.kendoThemeMaps=B.kendoThemeMaps;exports.extendDataItem=i.extendDataItem;exports.getItemPath=i.getItemPath;exports.getNestedValue=i.getNestedValue;exports.mapTree=i.mapTree;exports.mapTreeItem=i.mapTreeItem;exports.BrowserSupportService=C.BrowserSupportService;exports.getScrollbarWidth=D.getScrollbarWidth;exports.setScrollbarWidth=D.setScrollbarWidth;exports.hasRelativeStackingContext=L.hasRelativeStackingContext;exports.Icon=k.Icon;exports.FontIcon=w.FontIcon;exports.SvgIcon=F.SvgIcon;exports.getIconName=O.getIconName;exports.FOCUSABLE_ELEMENTS=b.FOCUSABLE_ELEMENTS;exports.Navigation=b.Navigation;exports.getActiveElement=f.getActiveElement;exports.getInnerActiveElement=f.getInnerActiveElement;exports.WatermarkOverlay=N.WatermarkOverlay;exports.RowHeightService=_.RowHeightService;exports.actions=e.actions;exports.animationStyles=e.animationStyles;exports.base=e.base;exports.buttonPrefix=e.buttonPrefix;exports.calendarPrefix=e.calendarPrefix;exports.comboBoxPrefix=e.comboBoxPrefix;exports.components=e.components;exports.containers=e.containers;exports.cssUtils=e.cssUtils;exports.cursor=e.cursor;exports.dateInputs=e.dateInputs;exports.ddbPrefix=e.ddbPrefix;exports.dimensions=e.dimensions;exports.directionMap=e.directionMap;exports.dropDownListPrefix=e.dropDownListPrefix;exports.elements=e.elements;exports.fillModeMap=e.fillModeMap;exports.forms=e.forms;exports.grid=e.grid;exports.gridPrefix=e.gridPrefix;exports.gridRowReorder=e.gridRowReorder;exports.icon=e.icon;exports.inputPrefix=e.inputPrefix;exports.inputs=e.inputs;exports.jsonTheme=e.jsonTheme;exports.labels=e.labels;exports.maskedPrefix=e.maskedPrefix;exports.orientationMap=e.orientationMap;exports.pickerPrefix=e.pickerPrefix;exports.popup=e.popup;exports.radioPrefix=e.radioPrefix;exports.roundedMap=e.roundedMap;exports.sizeMap=e.sizeMap;exports.states=e.states;exports.themeColorMap=e.themeColorMap;exports.radioButtonClasses=t.radioButtonClasses;exports.radioGroupClasses=t.radioGroupClasses;exports.uInput=t.uInput;exports.uMaskedTextBox=t.uMaskedTextBox;exports.uRadioButton=t.uRadioButton;exports.uRadioGroup=t.uRadioGroup;exports.uTextBox=t.uTextBox;exports.uAnimation=y.uAnimation;exports.uButton=d.uButton;exports.uButtonGroup=d.uButtonGroup;exports.uDropDownButton=d.uDropDownButton;exports.uCalendar=n.uCalendar;exports.uDateInput=n.uDateInput;exports.uDateTimePicker=n.uDateTimePicker;exports.uTime=n.uTime;exports.uTimePicker=n.uTimePicker;exports.uComboBox=s.uComboBox;exports.uDropDownList=s.uDropDownList;exports.uDropDownsActionSheet=s.uDropDownsActionSheet;exports.uDropDownsBase=s.uDropDownsBase;exports.uError=a.uError;exports.uFloatingLabel=a.uFloatingLabel;exports.uHint=a.uHint;exports.uLabel=a.uLabel;exports.uForm=U.uForm;exports.uGrid=G.uGrid;exports.uPopup=V.uPopup;exports.uSvgIcon=j.uSvgIcon;
package/index.mjs CHANGED
@@ -38,17 +38,17 @@ import { FOCUSABLE_ELEMENTS as Le, Navigation as Re } from "./navigation.mjs";
38
38
  import { getActiveElement as Ce, getInnerActiveElement as Fe } from "./getActiveElement.mjs";
39
39
  import { WatermarkOverlay as we } from "./watermark/WatermarkOverlay.mjs";
40
40
  import { RowHeightService as Oe } from "./rowHeightService.mjs";
41
- import { uAnimation as Ge } from "./unstyled/animations.mjs";
42
- import { uSvgIcon as Ve } from "./unstyled/icons.mjs";
43
- import { uButton as je, uButtonGroup as Ke, uDropDownButton as We } from "./unstyled/buttons.mjs";
44
- import { uComboBox as ze, uDropDownList as Xe, uDropDownsActionSheet as qe, uDropDownsBase as Je } from "./unstyled/dropdowns.mjs";
45
- import { uCalendar as Ye, uDateInput as Ze, uDateTimePicker as $e, uTime as eo, uTimePicker as oo } from "./unstyled/dateinputs.mjs";
46
- import { radioButtonClasses as to, radioGroupClasses as ao, uInput as io, uMaskedTextBox as po, uRadioButton as mo, uRadioGroup as no, uTextBox as so } from "./unstyled/inputs.mjs";
47
- import { uError as xo, uFloatingLabel as uo, uHint as lo, uLabel as co } from "./unstyled/labels.mjs";
48
- import { uForm as Do } from "./unstyled/form.mjs";
49
- import { uPopup as Po } from "./unstyled/popup.mjs";
50
- import { uGrid as ho } from "./unstyled/grid.mjs";
51
- import { actions as To, animationStyles as Eo, base as So, buttonPrefix as Ao, calendarPrefix as Bo, comboBoxPrefix as Lo, components as Ro, containers as vo, cssUtils as Co, cursor as Fo, dateInputs as ko, ddbPrefix as wo, dimensions as No, directionMap as Oo, dropDownListPrefix as _o, elements as Go, fillModeMap as Uo, forms as Vo, grid as yo, gridPrefix as jo, gridRowReorder as Ko, icon as Wo, inputPrefix as Ho, inputs as zo, jsonTheme as Xo, labels as qo, maskedPrefix as Jo, orientationMap as Qo, pickerPrefix as Yo, popup as Zo, radioPrefix as $o, roundedMap as er, sizeMap as or, states as rr, themeColorMap as tr } from "./unstyled/json-classes.mjs";
41
+ import { actions as Ge, animationStyles as Ue, base as Ve, buttonPrefix as ye, calendarPrefix as je, comboBoxPrefix as Ke, components as We, containers as He, cssUtils as ze, cursor as Xe, dateInputs as qe, ddbPrefix as Je, dimensions as Qe, directionMap as Ye, dropDownListPrefix as Ze, elements as $e, fillModeMap as eo, forms as oo, grid as ro, gridPrefix as to, gridRowReorder as ao, icon as io, inputPrefix as po, inputs as mo, jsonTheme as no, labels as so, maskedPrefix as fo, orientationMap as xo, pickerPrefix as uo, popup as lo, radioPrefix as co, roundedMap as go, sizeMap as Do, states as Io, themeColorMap as Po } from "./unstyled/json-classes.mjs";
42
+ import { radioButtonClasses as ho, radioGroupClasses as Mo, uInput as To, uMaskedTextBox as Eo, uRadioButton as So, uRadioGroup as Ao, uTextBox as Bo } from "./unstyled/inputs.mjs";
43
+ import { uAnimation as Ro } from "./unstyled/animations.mjs";
44
+ import { uButton as Co, uButtonGroup as Fo, uDropDownButton as ko } from "./unstyled/buttons.mjs";
45
+ import { uCalendar as No, uDateInput as Oo, uDateTimePicker as _o, uTime as Go, uTimePicker as Uo } from "./unstyled/dateinputs.mjs";
46
+ import { uComboBox as yo, uDropDownList as jo, uDropDownsActionSheet as Ko, uDropDownsBase as Wo } from "./unstyled/dropdowns.mjs";
47
+ import { uError as zo, uFloatingLabel as Xo, uHint as qo, uLabel as Jo } from "./unstyled/labels.mjs";
48
+ import { uForm as Yo } from "./unstyled/form.mjs";
49
+ import { uGrid as $o } from "./unstyled/grid.mjs";
50
+ import { uPopup as or } from "./unstyled/popup.mjs";
51
+ import { uSvgIcon as tr } from "./unstyled/icons.mjs";
52
52
  export {
53
53
  oe as ADAPTIVE_MEDIUM_BREAKPOINT,
54
54
  re as ADAPTIVE_SMALL_BREAKPOINT,
@@ -64,11 +64,11 @@ export {
64
64
  Oe as RowHeightService,
65
65
  Ee as SvgIcon,
66
66
  we as WatermarkOverlay,
67
- To as actions,
68
- Eo as animationStyles,
69
- So as base,
70
- Ao as buttonPrefix,
71
- Bo as calendarPrefix,
67
+ Ge as actions,
68
+ Ue as animationStyles,
69
+ Ve as base,
70
+ ye as buttonPrefix,
71
+ je as calendarPrefix,
72
72
  n as canUseDOM,
73
73
  r as classNames,
74
74
  h as clone,
@@ -76,24 +76,24 @@ export {
76
76
  T as cloneDate,
77
77
  E as cloneObject,
78
78
  S as cloneValue,
79
- Lo as comboBoxPrefix,
80
- Ro as components,
81
- vo as containers,
82
- Co as cssUtils,
83
- Fo as cursor,
84
- ko as dateInputs,
85
- wo as ddbPrefix,
86
- No as dimensions,
87
- Oo as directionMap,
88
- _o as dropDownListPrefix,
89
- Go as elements,
79
+ Ke as comboBoxPrefix,
80
+ We as components,
81
+ He as containers,
82
+ ze as cssUtils,
83
+ Xe as cursor,
84
+ qe as dateInputs,
85
+ Je as ddbPrefix,
86
+ Qe as dimensions,
87
+ Ye as directionMap,
88
+ Ze as dropDownListPrefix,
89
+ $e as elements,
90
90
  me as extendDataItem,
91
- Uo as fillModeMap,
91
+ eo as fillModeMap,
92
92
  l as firstFocusableChild,
93
93
  c as focusContainer,
94
94
  d as focusFirstFocusableChild,
95
95
  g as focusLastFocusableChild,
96
- Vo as forms,
96
+ oo as forms,
97
97
  Ce as getActiveElement,
98
98
  W as getDefaultSlots,
99
99
  z as getDir,
@@ -108,66 +108,66 @@ export {
108
108
  j as getTabIndex,
109
109
  G as getTemplate,
110
110
  C as getter,
111
- yo as grid,
112
- jo as gridPrefix,
113
- Ko as gridRowReorder,
111
+ ro as grid,
112
+ to as gridPrefix,
113
+ ao as gridRowReorder,
114
114
  a as guid,
115
115
  O as hasListener,
116
116
  Ie as hasRelativeStackingContext,
117
- Wo as icon,
118
- Ho as inputPrefix,
119
- zo as inputs,
117
+ io as icon,
118
+ po as inputPrefix,
119
+ mo as inputs,
120
120
  B as isObject,
121
121
  X as isRtl,
122
- Xo as jsonTheme,
122
+ no as jsonTheme,
123
123
  ie as kendoThemeMaps,
124
- qo as labels,
124
+ so as labels,
125
125
  D as lastFocusableChild,
126
126
  fe as mapTree,
127
127
  xe as mapTreeItem,
128
- Jo as maskedPrefix,
128
+ fo as maskedPrefix,
129
129
  R as noop,
130
- Qo as orientationMap,
131
- Yo as pickerPrefix,
132
- Zo as popup,
133
- to as radioButtonClasses,
134
- ao as radioGroupClasses,
135
- $o as radioPrefix,
136
- er as roundedMap,
130
+ xo as orientationMap,
131
+ uo as pickerPrefix,
132
+ lo as popup,
133
+ ho as radioButtonClasses,
134
+ Mo as radioGroupClasses,
135
+ co as radioPrefix,
136
+ go as roundedMap,
137
137
  x as setRef,
138
138
  ge as setScrollbarWidth,
139
139
  k as setter,
140
140
  Q as shouldShowValidationUI,
141
- or as sizeMap,
142
- rr as states,
141
+ Do as sizeMap,
142
+ Io as states,
143
143
  U as templateDefinition,
144
144
  V as templateRendering,
145
- tr as themeColorMap,
146
- Ge as uAnimation,
147
- je as uButton,
148
- Ke as uButtonGroup,
149
- Ye as uCalendar,
150
- ze as uComboBox,
151
- Ze as uDateInput,
152
- $e as uDateTimePicker,
153
- We as uDropDownButton,
154
- Xe as uDropDownList,
155
- qe as uDropDownsActionSheet,
156
- Je as uDropDownsBase,
157
- xo as uError,
158
- uo as uFloatingLabel,
159
- Do as uForm,
160
- ho as uGrid,
161
- lo as uHint,
162
- io as uInput,
163
- co as uLabel,
164
- po as uMaskedTextBox,
165
- Po as uPopup,
166
- mo as uRadioButton,
167
- no as uRadioGroup,
168
- Ve as uSvgIcon,
169
- so as uTextBox,
170
- eo as uTime,
171
- oo as uTimePicker,
145
+ Po as themeColorMap,
146
+ Ro as uAnimation,
147
+ Co as uButton,
148
+ Fo as uButtonGroup,
149
+ No as uCalendar,
150
+ yo as uComboBox,
151
+ Oo as uDateInput,
152
+ _o as uDateTimePicker,
153
+ ko as uDropDownButton,
154
+ jo as uDropDownList,
155
+ Ko as uDropDownsActionSheet,
156
+ Wo as uDropDownsBase,
157
+ zo as uError,
158
+ Xo as uFloatingLabel,
159
+ Yo as uForm,
160
+ $o as uGrid,
161
+ qo as uHint,
162
+ To as uInput,
163
+ Jo as uLabel,
164
+ Eo as uMaskedTextBox,
165
+ or as uPopup,
166
+ So as uRadioButton,
167
+ Ao as uRadioGroup,
168
+ tr as uSvgIcon,
169
+ Bo as uTextBox,
170
+ Go as uTime,
171
+ Uo as uTimePicker,
172
172
  Y as validatePackage
173
173
  };
package/isObject.d.ts ADDED
@@ -0,0 +1,11 @@
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
+ /**
9
+ * @hidden
10
+ */
11
+ export declare const isObject: (value: any) => boolean;
package/isRtl.d.ts ADDED
@@ -0,0 +1,15 @@
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
+ /**
9
+ * @hidden
10
+ */
11
+ export declare function isRtl(element: Element | null): boolean;
12
+ /**
13
+ * @hidden
14
+ */
15
+ export declare function getDir(element: Element | null, initialDir: string): string;
package/keys.d.ts ADDED
@@ -0,0 +1,28 @@
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
+ /**
9
+ * @hidden
10
+ */
11
+ declare const Keys: {
12
+ backspace: number;
13
+ tab: number;
14
+ enter: number;
15
+ shift: number;
16
+ esc: number;
17
+ space: number;
18
+ pageUp: number;
19
+ pageDown: number;
20
+ end: number;
21
+ home: number;
22
+ left: number;
23
+ up: number;
24
+ right: number;
25
+ down: number;
26
+ delete: number;
27
+ };
28
+ export { Keys };
package/listeners.d.ts ADDED
@@ -0,0 +1,15 @@
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
+ /**
9
+ * @hidden
10
+ */
11
+ export declare function hasListener(this: any, eventName: string): boolean;
12
+ /**
13
+ * @hidden
14
+ */
15
+ export declare function getListeners(this: any): {};
@@ -0,0 +1,53 @@
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
+ /**
9
+ * @hidden
10
+ */
11
+ export declare const FOCUSABLE_ELEMENTS: string[];
12
+ /**
13
+ * @hidden
14
+ */
15
+ export declare class Navigation {
16
+ selectors: string[];
17
+ mouseEvents: {
18
+ [type: string]: (target: HTMLElement, nav: Navigation, ev: any) => void;
19
+ };
20
+ keyboardEvents: {
21
+ [type: string]: {
22
+ [key: string]: (target: HTMLElement, nav: Navigation, ev: any) => void;
23
+ };
24
+ };
25
+ tabIndex: number;
26
+ root: any;
27
+ rovingTabIndex?: boolean;
28
+ constructor(options: {
29
+ tabIndex: number;
30
+ root: any;
31
+ selectors: string[];
32
+ rovingTabIndex?: boolean;
33
+ mouseEvents?: {
34
+ [type: string]: (target: HTMLElement, nav: Navigation, ev: any) => void;
35
+ };
36
+ keyboardEvents?: {
37
+ [type: string]: {
38
+ [key: string]: (target: HTMLElement, nav: Navigation, ev: any) => void;
39
+ };
40
+ };
41
+ });
42
+ get elements(): HTMLElement[];
43
+ get first(): HTMLElement | null;
44
+ get last(): HTMLElement | null;
45
+ get current(): HTMLElement | null;
46
+ focusNext(target: HTMLElement): void;
47
+ focusPrevious(target: HTMLElement): void;
48
+ triggerKeyboardEvent(ev: any): void;
49
+ triggerMouseEvent(ev: any): void;
50
+ focusElement(element: HTMLElement | null, previous: HTMLElement | null): void;
51
+ update: () => void;
52
+ private focusNextIndex;
53
+ }
package/noop.d.ts ADDED
@@ -0,0 +1,12 @@
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
+ /**
9
+ * @hidden
10
+ */
11
+ declare const noop: () => void;
12
+ export { noop };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-common",
3
- "version": "8.0.3-develop.1",
3
+ "version": "8.0.3-develop.3",
4
4
  "description": "Kendo UI for Vue Common Utilities package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -0,0 +1,63 @@
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 { PropType } from 'vue';
9
+ /**
10
+ * Represents the `AdaptiveModeContextType` interface.
11
+ */
12
+ export interface AdaptiveModeProviderType {
13
+ /**
14
+ * Sets the small breakpoint for the adaptive rendering.
15
+ *
16
+ * @default 500
17
+ */
18
+ small: number;
19
+ /**
20
+ * Sets the medium breakpoint for the adaptive rendering.
21
+ *
22
+ * @default 786
23
+ */
24
+ medium: number;
25
+ }
26
+ /**
27
+ * Represents a Vue Provider Component that enables further configuration of the adaptive mode breakpoints.
28
+ * Used for global configuration across components that implement adaptive rendering.
29
+ * For more information and demos, refer to:
30
+ * * [ComboBox Adaptive Rendering article]({% slug adaptive_rendering_combobox %})
31
+ * * [DropDownList Adaptive Rendering article]({% slug adaptive_rendering_dropdownlist %})
32
+ * * [DropDownTree Adaptive Rendering article]({% slug adaptive_rendering_dropdowntree %})
33
+ * * [MultiSelect Adaptive Rendering article]({% slug adaptive_rendering_multiselect %})
34
+ * * [MultiSelectTree Adaptive Rendering article]({% slug adaptive_rendering_multiselecttree %})
35
+ *
36
+ */
37
+ export declare const AdaptiveModeProvider: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
38
+ small: {
39
+ type: PropType<number>;
40
+ default: number;
41
+ };
42
+ medium: {
43
+ type: PropType<number>;
44
+ default: number;
45
+ };
46
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
47
+ small: {
48
+ type: PropType<number>;
49
+ default: number;
50
+ };
51
+ medium: {
52
+ type: PropType<number>;
53
+ default: number;
54
+ };
55
+ }>> & Readonly<{}>, {
56
+ small: number;
57
+ medium: number;
58
+ }, {}, {}, {}, string, () => {
59
+ adaptiveModeBreakpoints: {
60
+ small: any;
61
+ medium: any;
62
+ };
63
+ }, true, {}, any>;
package/refs.d.ts ADDED
@@ -0,0 +1,15 @@
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
+ /**
9
+ * @hidden
10
+ */
11
+ export declare function getRef(comp: any, refName: string): any;
12
+ /**
13
+ * @hidden
14
+ */
15
+ export declare function setRef(comp: any, refName: string): any;
@@ -0,0 +1,31 @@
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
+ /**
9
+ * @hidden
10
+ */
11
+ export interface DataItemWrapper {
12
+ dataItem: any;
13
+ rowType: any;
14
+ level: number;
15
+ expanded: boolean;
16
+ dataIndex: number;
17
+ }
18
+ /**
19
+ * @hidden
20
+ */
21
+ export declare class RowHeightService {
22
+ private readonly total;
23
+ private offsets;
24
+ private heights;
25
+ constructor(total: number, rowHeight: number);
26
+ height(rowIndex: number): number;
27
+ index(position: number): number;
28
+ offset(rowIndex: number): number;
29
+ totalHeight(): number;
30
+ update(startIndex: number, rowHeights: Array<number>): void;
31
+ }
@@ -0,0 +1,15 @@
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
+ /**
9
+ * @hidden
10
+ */
11
+ export declare const getScrollbarWidth: () => number | false;
12
+ /**
13
+ * @hidden
14
+ */
15
+ export declare const setScrollbarWidth: () => boolean;
package/setter.d.ts ADDED
@@ -0,0 +1,11 @@
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
+ /**
9
+ * @hidden
10
+ */
11
+ export declare function setter(field: string): any;
@@ -0,0 +1,26 @@
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
+ /**
9
+ * @hidden
10
+ */
11
+ export declare const templateDefinition: {
12
+ type: (ObjectConstructor | BooleanConstructor | StringConstructor | FunctionConstructor)[];
13
+ default: () => any;
14
+ };
15
+ /**
16
+ * @hidden
17
+ */
18
+ export declare function templateRendering(this: any, template: any, listeners: any): any;
19
+ /**
20
+ * @hidden
21
+ */
22
+ export declare function getTemplate(this: any, { h: h, template: template, defaultRendering: defaultRendering, defaultSlots: defaultSlots, additionalProps: additionalProps, additionalListeners: additionalListeners, swapDefaultSlots: swapDefaultSlots }: any): any;
23
+ /**
24
+ * @hidden
25
+ */
26
+ export declare function transformListeners(listeners: any): any;
package/theme.d.ts ADDED
@@ -0,0 +1,14 @@
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
+ /** @hidden */
9
+ export interface KendoThemeMaps {
10
+ sizeMap: Record<Exclude<any, null>, string>;
11
+ roundedMap: Record<Exclude<any, null>, string>;
12
+ }
13
+ /** @hidden */
14
+ export declare const kendoThemeMaps: KendoThemeMaps;
@@ -0,0 +1,50 @@
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
+ /**
9
+ * Creates a new array with the results of calling the provided callback function
10
+ * on every element in the provided data tree.
11
+ *
12
+ * @param {any[]} tree - The data tree.
13
+ * @param {string} subItemsField - The field which points to the subitems collection of each data item.
14
+ * @param {(value: any) => any} callback - The callback function.
15
+ * @returns {any[]} - The new data tree.
16
+ */
17
+ export declare const mapTree: (tree: any[], subItemsField: string, callback: (value: any) => any) => any[];
18
+ /**
19
+ * Creates a new array with the results of calling the provided callback function
20
+ * on the element which match the `level` in the provided data tree.
21
+ *
22
+ * @param {any[]} tree - The data tree.
23
+ * @param {number[]} level - An array of indexes of each parent and current item in the data tree.
24
+ * @param {string} subItemsField - The field which points to the subitems collection of each data item.
25
+ * @param {(value: any) => any} callback - The callback function.
26
+ * @returns {any[]} - The new data tree.
27
+ */
28
+ export declare const mapTreeItem: (tree: any[], level: number[], subItemsField: string, callback: (value: any) => any) => void;
29
+ /**
30
+ * Similar to the `Object.assign` function. Additionally, creates a new array for the subitems.
31
+ *
32
+ * @param {object} item - The source data item.
33
+ * @param {string} subItemsField - The field which points to the subitems collection of each data item.
34
+ * @param {object} propsToExtend - The props with which the source data item will be extended.
35
+ * @returns {object} - The target data item.
36
+ */
37
+ export declare const extendDataItem: (item: any, subItemsField: string, propsToExtend?: any) => any;
38
+ /**
39
+ * Returns the data item path in the tree based on the level parameter.
40
+ *
41
+ * @param {any[]} tree - The data tree.
42
+ * @param {number[]} level - The level of the target tree item.
43
+ * @param {string} subItemsField - The field which points to the subitems collection of each data item.
44
+ * @returns {any[]} - The path of the data item.
45
+ */
46
+ export declare const getItemPath: (tree: any[], level: number[], subItemsField?: string) => any[];
47
+ /**
48
+ * @hidden
49
+ */
50
+ export declare function getNestedValue(fieldName: string, dataItem: any): any;