@progress/kendo-react-common 8.3.0-develop.6 → 8.3.0-develop.7

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.
@@ -12,21 +12,31 @@ const e = {
12
12
  rtl: "rtl",
13
13
  rounded: "rounded",
14
14
  value: "value",
15
+ state: "state",
15
16
  filter: "filter",
16
17
  virtual: "virtual",
18
+ infinite: "infinite",
17
19
  clear: "clear",
20
+ reset: "reset",
18
21
  nodata: "nodata"
19
- }, v = {
22
+ }, o = {
20
23
  center: "center",
21
24
  hbox: "hbox",
25
+ vstack: "vstack",
22
26
  overflow: "overflow"
23
27
  }, t = {
24
28
  actionsheet: "actionsheet",
29
+ calendar: "calendar",
30
+ buttongroup: "buttongroup",
31
+ dateinput: "dateinput",
32
+ datetime: "datetime",
33
+ datetimepicker: "datetimepicker",
25
34
  dropdownlist: "dropdownlist",
26
35
  maskedtextbox: "maskedtextbox",
27
36
  menu: "menu",
28
- searchbox: "searchbox"
29
- }, a = {
37
+ searchbox: "searchbox",
38
+ timepicker: "timepicker"
39
+ }, l = {
30
40
  xsmall: "xs",
31
41
  small: "sm",
32
42
  medium: "md",
@@ -34,13 +44,13 @@ const e = {
34
44
  xlarge: "xl",
35
45
  xxlarge: "xxl",
36
46
  xxxlarge: "xxxl"
37
- }, l = {
47
+ }, s = {
38
48
  solid: "solid",
39
49
  outline: "outline",
40
50
  flat: "flat",
41
51
  link: "link",
42
52
  clear: "clear"
43
- }, s = {
53
+ }, c = {
44
54
  base: "base",
45
55
  primary: "primary",
46
56
  secondary: "secondary",
@@ -58,13 +68,13 @@ const e = {
58
68
  medium: "md",
59
69
  large: "lg",
60
70
  full: "full"
61
- }, c = {
71
+ }, p = {
62
72
  vertical: "vertical",
63
73
  horizontal: "horizontal"
64
- }, p = {
74
+ }, m = {
65
75
  height: "height",
66
76
  width: "width"
67
- }, x = {
77
+ }, u = {
68
78
  default: "cursor-default"
69
79
  }, f = {
70
80
  up: "up",
@@ -72,26 +82,36 @@ const e = {
72
82
  left: "left",
73
83
  right: "right",
74
84
  start: "start",
85
+ mid: "mid",
75
86
  end: "end"
76
- }, o = {
87
+ }, r = {
77
88
  actions: "actions",
78
89
  container: "container",
79
90
  content: "content",
80
91
  group: "group",
81
92
  row: "row",
93
+ nav: "nav",
82
94
  wrap: "wrap",
95
+ wrapper: "wrapper",
83
96
  list: "list",
97
+ placeholder: "placeholder",
84
98
  popup: "popup",
85
99
  item: "item",
100
+ part: "part",
86
101
  picker: "picker",
102
+ separator: "separator",
103
+ spacer: "spacer",
104
+ tab: "tab",
87
105
  titlebar: "titlebar",
88
- optionlabel: "optionlabel"
89
- }, r = {
106
+ optionlabel: "optionlabel",
107
+ view: "view"
108
+ }, a = {
90
109
  table: "table",
91
110
  text: "text",
92
111
  button: "button",
93
112
  tbody: "tbody",
94
113
  thead: "thead",
114
+ tr: "tr",
95
115
  th: "th",
96
116
  td: "td",
97
117
  header: "header",
@@ -100,11 +120,20 @@ const e = {
100
120
  title: "title",
101
121
  link: "link",
102
122
  label: "label",
103
- ul: "ul"
104
- }, u = {
123
+ ul: "ul",
124
+ caption: "caption"
125
+ }, h = {
126
+ increase: "increase",
127
+ decrease: "decrease",
128
+ cancel: "cancel",
129
+ accept: "accept",
130
+ split: "split"
131
+ }, x = {
132
+ active: "active",
105
133
  adaptive: "adaptive",
106
134
  first: "first",
107
135
  focus: "focus",
136
+ pending: "pending",
108
137
  last: "last",
109
138
  draggable: "draggable",
110
139
  filterable: "filterable",
@@ -112,14 +141,17 @@ const e = {
112
141
  selected: "selected",
113
142
  disabled: "disabled",
114
143
  hidden: "hidden",
144
+ highlight: "highlight",
115
145
  invalid: "invalid",
116
146
  loading: "loading",
117
147
  required: "required",
118
148
  checked: "checked",
119
149
  empty: "empty",
150
+ scrollable: "scrollable",
120
151
  sorted: "sorted",
121
152
  sort: "sort",
122
153
  sticky: "sticky",
154
+ stretched: "stretched",
123
155
  order: "order",
124
156
  alt: "alt",
125
157
  edit: "edit",
@@ -129,7 +161,7 @@ const e = {
129
161
  vertical: "vertical",
130
162
  fullscreen: "fullscreen",
131
163
  bottom: "bottom"
132
- }, h = {
164
+ }, g = {
133
165
  prefix: "animation",
134
166
  child: "child",
135
167
  relative: "relative",
@@ -162,26 +194,50 @@ const e = {
162
194
  }, i = {
163
195
  input: "input",
164
196
  inner: "inner",
197
+ spin: "spin",
198
+ spinner: "spinner",
165
199
  maskedtextbox: "maskedtextbox",
166
200
  radio: "radio",
167
201
  textbox: "textbox",
168
202
  prefix: "prefix",
169
203
  suffix: "suffix"
170
- }, m = {
204
+ }, b = {
205
+ week: "week",
206
+ weekdays: "weekdays",
207
+ weekend: "weekend",
208
+ month: "month",
209
+ year: "year",
210
+ decade: "decade",
211
+ century: "century",
212
+ number: "number",
213
+ navigation: "navigation",
214
+ marker: "marker",
215
+ now: "now",
216
+ range: "range",
217
+ today: "today",
218
+ other: "other",
219
+ date: "date",
220
+ time: "time",
221
+ selector: "selector",
222
+ timeselector: "timeselector"
223
+ }, v = {
171
224
  prefix: "icon",
172
225
  svg: "svg",
173
226
  i: "i",
174
227
  color: "color",
175
228
  flipH: "flip-h",
176
229
  flipV: "flip-v"
177
- }, b = {
230
+ }, w = {
178
231
  label: "label",
179
232
  text: "text",
180
233
  floatingLabel: "floating-label",
181
234
  container: "container",
182
235
  hint: "form-hint",
183
236
  error: "form-error"
184
- }, g = {
237
+ }, k = {
238
+ form: "form",
239
+ field: "field"
240
+ }, y = {
185
241
  prefix: "popup"
186
242
  }, n = {
187
243
  prefix: "grid",
@@ -197,54 +253,63 @@ const e = {
197
253
  detail: "detail",
198
254
  noRecords: "norecords",
199
255
  pager: "pager"
200
- }, w = `${e.prefix}-${i.input}`, k = `${e.prefix}-${t.maskedtextbox}`, $ = `${e.prefix}-${i.radio}`, y = `${e.prefix}-${r.button}`, z = `${e.prefix}-${t.menu}`, P = `${e.prefix}-${o.picker}`, M = `${e.prefix}-${t.dropdownlist}`, L = `${e.prefix}-${n.prefix}`, R = {
256
+ }, $ = `${e.prefix}-${i.input}`, z = `${e.prefix}-${t.calendar}`, P = `${e.prefix}-${t.maskedtextbox}`, M = `${e.prefix}-${i.radio}`, I = `${e.prefix}-${a.button}`, L = `${e.prefix}-${t.menu}`, R = `${e.prefix}-${r.picker}`, D = `${e.prefix}-${t.dropdownlist}`, H = `${e.prefix}-${n.prefix}`, U = {
201
257
  base: e,
202
- animation: h,
203
- sizeMap: a,
258
+ actions: h,
259
+ animation: g,
260
+ sizeMap: l,
261
+ components: t,
262
+ cssUtils: o,
204
263
  directionMap: f,
205
- fillModeMap: l,
206
- themeColorMap: s,
264
+ fillModeMap: s,
265
+ themeColorMap: c,
207
266
  roundedMap: d,
208
- orientationMap: c,
209
- elements: r,
210
- states: u,
211
- dimensions: p,
212
- containers: o,
213
- cursor: x,
267
+ orientationMap: p,
268
+ elements: a,
269
+ states: x,
270
+ dimensions: m,
271
+ containers: r,
272
+ cursor: u,
214
273
  inputs: i,
215
- labels: b,
216
- popup: g,
217
- icon: m,
274
+ dateInputs: b,
275
+ labels: w,
276
+ forms: k,
277
+ popup: y,
278
+ icon: v,
218
279
  grid: n
219
280
  };
220
281
  export {
221
- h as animationStyles,
282
+ h as actions,
283
+ g as animationStyles,
222
284
  e as base,
223
- y as buttonPrefix,
285
+ I as buttonPrefix,
286
+ z as calendarPrefix,
224
287
  t as components,
225
- o as containers,
226
- v as cssUtils,
227
- x as cursor,
228
- z as ddbPrefix,
229
- p as dimensions,
288
+ r as containers,
289
+ o as cssUtils,
290
+ u as cursor,
291
+ b as dateInputs,
292
+ L as ddbPrefix,
293
+ m as dimensions,
230
294
  f as directionMap,
231
- M as dropDownListPrefix,
232
- r as elements,
233
- l as fillModeMap,
295
+ D as dropDownListPrefix,
296
+ a as elements,
297
+ s as fillModeMap,
298
+ k as forms,
234
299
  n as grid,
235
- L as gridPrefix,
236
- m as icon,
237
- w as inputPrefix,
300
+ H as gridPrefix,
301
+ v as icon,
302
+ $ as inputPrefix,
238
303
  i as inputs,
239
- R as jsonTheme,
240
- b as labels,
241
- k as maskedPrefix,
242
- c as orientationMap,
243
- P as pickerPrefix,
244
- g as popup,
245
- $ as radioPrefix,
304
+ U as jsonTheme,
305
+ w as labels,
306
+ P as maskedPrefix,
307
+ p as orientationMap,
308
+ R as pickerPrefix,
309
+ y as popup,
310
+ M as radioPrefix,
246
311
  d as roundedMap,
247
- a as sizeMap,
248
- u as states,
249
- s as themeColorMap
312
+ l as sizeMap,
313
+ x as states,
314
+ c as themeColorMap
250
315
  };