@progress/kendo-vue-common 8.0.3-develop.2 → 8.0.3-develop.4
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.
- package/Draggable.d.ts +74 -0
- package/FormComponent.d.ts +91 -0
- package/browser-support.service.d.ts +14 -0
- package/canUseDOM.d.ts +12 -0
- package/classNames.d.ts +11 -0
- package/clone.d.ts +27 -0
- package/constants/main.d.ts +15 -0
- package/defaultSlots.d.ts +11 -0
- package/dist/cdn/js/kendo-vue-common.js +1 -1
- package/focus.d.ts +27 -0
- package/getActiveElement.d.ts +15 -0
- package/getTabIndex.d.ts +11 -0
- package/getter.d.ts +11 -0
- package/guid.d.ts +12 -0
- package/hasRelativeStackingContext.d.ts +9 -0
- package/icons/BaseIconProps.d.ts +84 -0
- package/icons/FontIcon.d.ts +94 -0
- package/icons/Icon.d.ts +97 -0
- package/icons/SvgIcon.d.ts +158 -0
- package/icons/constants.d.ts +20 -0
- package/icons/getIconName.d.ts +12 -0
- package/icons/models/flip.d.ts +18 -0
- package/icons/models/size.d.ts +22 -0
- package/icons/models/theme-color.d.ts +28 -0
- package/index.d.mts +39 -3324
- package/index.d.ts +39 -3324
- package/index.js +1 -1
- package/index.mjs +74 -74
- package/isObject.d.ts +11 -0
- package/isRtl.d.ts +15 -0
- package/keys.d.ts +28 -0
- package/listeners.d.ts +15 -0
- package/navigation.d.ts +53 -0
- package/noop.d.ts +12 -0
- package/package.json +1 -1
- package/providers/AdaptiveModeProvider.d.ts +63 -0
- package/refs.d.ts +15 -0
- package/rowHeightService.d.ts +31 -0
- package/scrollbarWidth.d.ts +15 -0
- package/setter.d.ts +11 -0
- package/templateRendering.d.ts +26 -0
- package/theme.d.ts +14 -0
- package/treeDataOperations.d.ts +50 -0
- package/unstyled/animations.d.ts +116 -0
- package/unstyled/buttons.d.ts +219 -0
- package/unstyled/common.d.ts +17 -0
- package/unstyled/dateinputs.d.ts +469 -0
- package/unstyled/dateinputs.mjs +1 -1
- package/unstyled/dropdowns.d.ts +338 -0
- package/unstyled/dropdowns.mjs +3 -3
- package/unstyled/form.d.ts +74 -0
- package/unstyled/grid.d.ts +12 -0
- package/unstyled/icons.d.ts +102 -0
- package/unstyled/inputs.d.ts +228 -0
- package/unstyled/interfaces/common.d.ts +111 -0
- package/unstyled/json-classes.d.ts +378 -0
- package/unstyled/labels.d.ts +111 -0
- package/unstyled/labels.mjs +1 -1
- package/unstyled/main.d.ts +26 -0
- package/unstyled/popup.d.ts +51 -0
- package/validate-package.d.ts +21 -0
- 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"),
|
|
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 {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import { uCalendar as
|
|
46
|
-
import {
|
|
47
|
-
import { uError as
|
|
48
|
-
import { uForm as
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
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
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
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
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
112
|
-
|
|
113
|
-
|
|
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
|
-
|
|
118
|
-
|
|
119
|
-
|
|
117
|
+
io as icon,
|
|
118
|
+
po as inputPrefix,
|
|
119
|
+
mo as inputs,
|
|
120
120
|
B as isObject,
|
|
121
121
|
X as isRtl,
|
|
122
|
-
|
|
122
|
+
no as jsonTheme,
|
|
123
123
|
ie as kendoThemeMaps,
|
|
124
|
-
|
|
124
|
+
so as labels,
|
|
125
125
|
D as lastFocusableChild,
|
|
126
126
|
fe as mapTree,
|
|
127
127
|
xe as mapTreeItem,
|
|
128
|
-
|
|
128
|
+
fo as maskedPrefix,
|
|
129
129
|
R as noop,
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
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
|
-
|
|
142
|
-
|
|
141
|
+
Do as sizeMap,
|
|
142
|
+
Io as states,
|
|
143
143
|
U as templateDefinition,
|
|
144
144
|
V as templateRendering,
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
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): {};
|
package/navigation.d.ts
ADDED
|
@@ -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
|
@@ -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;
|