@progress/kendo-react-common 9.3.1-develop.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.
@@ -78,9 +78,9 @@ const e = {
78
78
  }, m = {
79
79
  height: "height",
80
80
  width: "width"
81
- }, u = {
81
+ }, h = {
82
82
  default: "cursor-default"
83
- }, f = {
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
- }, h = {
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
- }, $ = `${e.prefix}-${i.input}`, z = `${e.prefix}-${t.calendar}`, P = `${e.prefix}-${t.maskedtextbox}`, M = `${e.prefix}-${i.radio}`, L = `${e.prefix}-${a.button}`, I = `${e.prefix}-${t.menu}`, R = `${e.prefix}-${r.picker}`, D = `${e.prefix}-${t.dropdownlist}`, H = `${e.prefix}-${t.combobox}`, U = `${e.prefix}-${o.prefix}`, V = {
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: h,
272
+ actions: f,
265
273
  animation: b,
266
274
  sizeMap: l,
267
275
  components: t,
268
276
  cssUtils: n,
269
- directionMap: f,
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: u,
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
- h as actions,
296
+ f as actions,
289
297
  b as animationStyles,
290
298
  e as base,
291
299
  L as buttonPrefix,
292
- z as calendarPrefix,
293
- H as comboBoxPrefix,
300
+ P as calendarPrefix,
301
+ U as comboBoxPrefix,
294
302
  t as components,
295
303
  r as containers,
296
304
  n as cssUtils,
297
- u as cursor,
305
+ h as cursor,
298
306
  g as dateInputs,
299
307
  I as ddbPrefix,
300
308
  m as dimensions,
301
- f as directionMap,
302
- D as dropDownListPrefix,
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
- U as gridPrefix,
315
+ V as gridPrefix,
316
+ $ as gridRowReorder,
308
317
  v as icon,
309
- $ as inputPrefix,
318
+ z as inputPrefix,
310
319
  i as inputs,
311
- V as jsonTheme,
320
+ q as jsonTheme,
312
321
  w as labels,
313
- P as maskedPrefix,
322
+ M as maskedPrefix,
314
323
  p as orientationMap,
315
- R as pickerPrefix,
324
+ D as pickerPrefix,
316
325
  y as popup,
317
- M as radioPrefix,
326
+ R as radioPrefix,
318
327
  d as roundedMap,
319
328
  l as sizeMap,
320
329
  x as states,