@progress/kendo-react-common 9.3.1 → 9.4.0-develop.1
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/dist/cdn/js/kendo-react-common.js +1 -1
- package/index.d.mts +13 -0
- package/index.d.ts +13 -0
- package/index.js +1 -1
- package/index.mjs +46 -45
- package/package.json +1 -1
- package/unstyled/grid.js +1 -1
- package/unstyled/grid.mjs +94 -69
- package/unstyled/json-classes.js +1 -1
- package/unstyled/json-classes.mjs +28 -19
|
@@ -78,9 +78,9 @@ const e = {
|
|
|
78
78
|
}, m = {
|
|
79
79
|
height: "height",
|
|
80
80
|
width: "width"
|
|
81
|
-
},
|
|
81
|
+
}, h = {
|
|
82
82
|
default: "cursor-default"
|
|
83
|
-
},
|
|
83
|
+
}, u = {
|
|
84
84
|
up: "up",
|
|
85
85
|
down: "down",
|
|
86
86
|
left: "left",
|
|
@@ -127,7 +127,7 @@ const e = {
|
|
|
127
127
|
label: "label",
|
|
128
128
|
ul: "ul",
|
|
129
129
|
caption: "caption"
|
|
130
|
-
},
|
|
130
|
+
}, f = {
|
|
131
131
|
increase: "increase",
|
|
132
132
|
decrease: "decrease",
|
|
133
133
|
cancel: "cancel",
|
|
@@ -259,14 +259,22 @@ const e = {
|
|
|
259
259
|
detail: "detail",
|
|
260
260
|
noRecords: "norecords",
|
|
261
261
|
pager: "pager"
|
|
262
|
-
}, $ =
|
|
262
|
+
}, $ = {
|
|
263
|
+
drop: "drop",
|
|
264
|
+
drag: "drag",
|
|
265
|
+
hint: "hint",
|
|
266
|
+
vertical: "v",
|
|
267
|
+
horizontal: "h",
|
|
268
|
+
clue: "clue",
|
|
269
|
+
reorder: "reorder"
|
|
270
|
+
}, z = `${e.prefix}-${i.input}`, P = `${e.prefix}-${t.calendar}`, M = `${e.prefix}-${t.maskedtextbox}`, R = `${e.prefix}-${i.radio}`, L = `${e.prefix}-${a.button}`, I = `${e.prefix}-${t.menu}`, D = `${e.prefix}-${r.picker}`, H = `${e.prefix}-${t.dropdownlist}`, U = `${e.prefix}-${t.combobox}`, V = `${e.prefix}-${o.prefix}`, q = {
|
|
263
271
|
base: e,
|
|
264
|
-
actions:
|
|
272
|
+
actions: f,
|
|
265
273
|
animation: b,
|
|
266
274
|
sizeMap: l,
|
|
267
275
|
components: t,
|
|
268
276
|
cssUtils: n,
|
|
269
|
-
directionMap:
|
|
277
|
+
directionMap: u,
|
|
270
278
|
fillModeMap: s,
|
|
271
279
|
themeColorMap: c,
|
|
272
280
|
roundedMap: d,
|
|
@@ -275,7 +283,7 @@ const e = {
|
|
|
275
283
|
states: x,
|
|
276
284
|
dimensions: m,
|
|
277
285
|
containers: r,
|
|
278
|
-
cursor:
|
|
286
|
+
cursor: h,
|
|
279
287
|
inputs: i,
|
|
280
288
|
dateInputs: g,
|
|
281
289
|
labels: w,
|
|
@@ -285,36 +293,37 @@ const e = {
|
|
|
285
293
|
grid: o
|
|
286
294
|
};
|
|
287
295
|
export {
|
|
288
|
-
|
|
296
|
+
f as actions,
|
|
289
297
|
b as animationStyles,
|
|
290
298
|
e as base,
|
|
291
299
|
L as buttonPrefix,
|
|
292
|
-
|
|
293
|
-
|
|
300
|
+
P as calendarPrefix,
|
|
301
|
+
U as comboBoxPrefix,
|
|
294
302
|
t as components,
|
|
295
303
|
r as containers,
|
|
296
304
|
n as cssUtils,
|
|
297
|
-
|
|
305
|
+
h as cursor,
|
|
298
306
|
g as dateInputs,
|
|
299
307
|
I as ddbPrefix,
|
|
300
308
|
m as dimensions,
|
|
301
|
-
|
|
302
|
-
|
|
309
|
+
u as directionMap,
|
|
310
|
+
H as dropDownListPrefix,
|
|
303
311
|
a as elements,
|
|
304
312
|
s as fillModeMap,
|
|
305
313
|
k as forms,
|
|
306
314
|
o as grid,
|
|
307
|
-
|
|
315
|
+
V as gridPrefix,
|
|
316
|
+
$ as gridRowReorder,
|
|
308
317
|
v as icon,
|
|
309
|
-
|
|
318
|
+
z as inputPrefix,
|
|
310
319
|
i as inputs,
|
|
311
|
-
|
|
320
|
+
q as jsonTheme,
|
|
312
321
|
w as labels,
|
|
313
|
-
|
|
322
|
+
M as maskedPrefix,
|
|
314
323
|
p as orientationMap,
|
|
315
|
-
|
|
324
|
+
D as pickerPrefix,
|
|
316
325
|
y as popup,
|
|
317
|
-
|
|
326
|
+
R as radioPrefix,
|
|
318
327
|
d as roundedMap,
|
|
319
328
|
l as sizeMap,
|
|
320
329
|
x as states,
|