@progress/kendo-react-dropdowns 13.3.0-develop.9 → 13.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/AutoComplete/AutoComplete.d.ts +274 -0
- package/AutoComplete/AutoComplete.js +1 -1
- package/AutoComplete/AutoComplete.mjs +67 -69
- package/AutoComplete/AutoCompleteProps.d.ts +509 -0
- package/ComboBox/ComboBox.d.ts +279 -0
- package/ComboBox/ComboBox.js +1 -1
- package/ComboBox/ComboBox.mjs +281 -297
- package/ComboBox/ComboBoxProps.d.ts +632 -0
- package/DropDownList/DropDownList.d.ts +41 -0
- package/DropDownList/DropDownList.js +1 -1
- package/DropDownList/DropDownList.mjs +78 -83
- package/DropDownList/DropDownListProps.d.ts +594 -0
- package/DropDownList/models/index.d.ts +54 -0
- package/DropDownTree/DropDownTree.d.ts +76 -0
- package/DropDownTree/DropDownTree.js +1 -1
- package/DropDownTree/DropDownTree.mjs +6 -8
- package/DropDownTree/DropDownTreeProps.d.ts +506 -0
- package/DropDownTree/ListNoData.d.ts +13 -0
- package/DropDownTree/useDropdownWidth.d.ts +13 -0
- package/MultiColumnComboBox/MultiColumnComboBox.d.ts +299 -0
- package/MultiColumnComboBox/MultiColumnComboBox.js +1 -1
- package/MultiColumnComboBox/MultiColumnComboBox.mjs +45 -48
- package/MultiSelect/MultiSelect.d.ts +281 -0
- package/MultiSelect/MultiSelect.js +1 -1
- package/MultiSelect/MultiSelect.mjs +13 -15
- package/MultiSelect/MultiSelectProps.d.ts +592 -0
- package/MultiSelect/TagList.d.ts +45 -0
- package/MultiSelectTree/MultiSelectTree.d.ts +87 -0
- package/MultiSelectTree/MultiSelectTree.js +1 -1
- package/MultiSelectTree/MultiSelectTree.mjs +7 -7
- package/MultiSelectTree/MultiSelectTreeProps.d.ts +554 -0
- package/MultiSelectTree/utils.d.ts +24 -0
- package/common/AdaptiveMode.d.ts +22 -0
- package/common/ClearButton.d.ts +19 -0
- package/common/DropDownBase.d.ts +186 -0
- package/common/DropDownBase.js +1 -1
- package/common/DropDownBase.mjs +1 -1
- package/common/GroupStickyHeader.d.ts +26 -0
- package/common/GroupStickyHeader.js +1 -1
- package/common/GroupStickyHeader.mjs +6 -6
- package/common/List.d.ts +54 -0
- package/common/List.js +1 -1
- package/common/List.mjs +129 -77
- package/common/ListContainer.d.ts +24 -0
- package/common/ListDefaultItem.d.ts +22 -0
- package/common/ListFilter.d.ts +29 -0
- package/common/ListFilter.js +1 -1
- package/common/ListFilter.mjs +12 -12
- package/common/ListGroupItem.d.ts +54 -0
- package/common/ListGroupItem.js +1 -1
- package/common/ListGroupItem.mjs +21 -13
- package/common/ListItem.d.ts +87 -0
- package/common/ListItem.js +1 -1
- package/common/ListItem.mjs +62 -21
- package/common/ListItemIcon.d.ts +26 -0
- package/common/ListItemIcon.js +8 -0
- package/common/ListItemIcon.mjs +21 -0
- package/common/MultiColumnList.d.ts +13 -0
- package/common/Navigation.d.ts +20 -0
- package/common/SearchBar.d.ts +55 -0
- package/common/VirtualScrollStatic.d.ts +44 -0
- package/common/events.d.ts +82 -0
- package/common/filterDescriptor.d.ts +48 -0
- package/common/settings.d.ts +112 -0
- package/common/utils.d.ts +82 -0
- package/common/utils.js +1 -1
- package/common/utils.mjs +50 -47
- package/common/withCustomComponent.d.ts +12 -0
- package/dist/cdn/js/kendo-react-dropdowns.js +1 -1
- package/index.d.mts +28 -5545
- package/index.d.ts +28 -5545
- package/messages/index.d.ts +52 -0
- package/package-metadata.d.ts +12 -0
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +10 -16
- package/package.json +10 -10
|
@@ -13,14 +13,14 @@ import L from "../common/List.mjs";
|
|
|
13
13
|
import S from "../common/DropDownBase.mjs";
|
|
14
14
|
import z from "../common/GroupStickyHeader.mjs";
|
|
15
15
|
import { getFilteredData as b, getItemValue as y, areSame as w, isPresent as H, getFocusedItem as M, itemIndexStartsWith as A } from "../common/utils.mjs";
|
|
16
|
-
import {
|
|
16
|
+
import { withIdHOC as K, createPropsContext as q, withPropsContext as W, withAdaptiveModeContext as G, classNames as k, kendoThemeMaps as U, Keys as m, canUseDOM as D, IconWrap as $ } from "@progress/kendo-react-common";
|
|
17
17
|
import { FloatingLabel as j } from "@progress/kendo-react-labels";
|
|
18
18
|
import J from "../common/ClearButton.mjs";
|
|
19
19
|
import { AdaptiveMode as Q } from "../common/AdaptiveMode.mjs";
|
|
20
20
|
import E from "../common/withCustomComponent.mjs";
|
|
21
21
|
import { ActionSheetContent as X } from "@progress/kendo-react-layout";
|
|
22
22
|
import Y from "../common/ListFilter.mjs";
|
|
23
|
-
const Z = "Please enter a valid value!", { sizeMap: O, roundedMap: ee } =
|
|
23
|
+
const Z = "Please enter a valid value!", { sizeMap: O, roundedMap: ee } = U, I = class I extends g.Component {
|
|
24
24
|
constructor() {
|
|
25
25
|
super(...arguments), this.state = {}, this.base = new S(this), this._element = null, this._suggested = "", this._input = null, this._adaptiveInput = null, this._skipFocusEvent = !1, this._isScrolling = !1, this.itemHeight = 0, this.focus = () => {
|
|
26
26
|
this._input && this._input.focus();
|
|
@@ -72,10 +72,10 @@ const Z = "Please enter a valid value!", { sizeMap: O, roundedMap: ee } = $, I =
|
|
|
72
72
|
"div",
|
|
73
73
|
{
|
|
74
74
|
className: k("k-list", {
|
|
75
|
-
[`k-list-${this.mobileMode ? "lg" : O[s] || s}`]: s
|
|
75
|
+
[`k-list-${this.mobileMode ? "lg" : O[s] || s}`]: this.mobileMode || s
|
|
76
76
|
})
|
|
77
77
|
},
|
|
78
|
-
!a && n && d.length !== 0 && /* @__PURE__ */ g.createElement(z, { group: n,
|
|
78
|
+
!a && n && d.length !== 0 && /* @__PURE__ */ g.createElement(z, { group: n, render: o }),
|
|
79
79
|
this.renderList()
|
|
80
80
|
), t && /* @__PURE__ */ g.createElement("div", { className: "k-list-footer" }, t));
|
|
81
81
|
}, this.onScroll = (e) => {
|
|
@@ -97,14 +97,14 @@ const Z = "Please enter a valid value!", { sizeMap: O, roundedMap: ee } = $, I =
|
|
|
97
97
|
}, this.onChangeHandler = (e) => {
|
|
98
98
|
const s = this.base.initState(), o = this.mobileMode ? e.target.element : e.currentTarget, i = o.value, a = o.selectionEnd === i.length;
|
|
99
99
|
s.syntheticEvent = e;
|
|
100
|
-
const d = this._suggested, n = this.value, r = n && n.substring(0, n.length - d.length),
|
|
100
|
+
const d = this._suggested, n = this.value, r = n && n.substring(0, n.length - d.length), p = r && r === i, l = r && r.length > i.length, { suggest: v } = this.props, h = this.props.opened !== void 0 ? this.props.opened : this.state.opened;
|
|
101
101
|
if (v !== void 0 && v !== !1) {
|
|
102
|
-
|
|
102
|
+
p || l || !a ? this._suggested = "" : this.suggestValue(i);
|
|
103
103
|
const u = i + this._suggested, f = { userInput: i, value: this._suggested };
|
|
104
104
|
this.triggerOnChange(u, s, { suggestion: f });
|
|
105
105
|
} else
|
|
106
106
|
this._suggested = "", this.triggerOnChange(i, s);
|
|
107
|
-
(!
|
|
107
|
+
(!h && i || h && !i) && this.togglePopup(s), s.data.focusedItem = void 0, this.applyState(s), this.setState({ group: void 0 });
|
|
108
108
|
}, this.clearButtonClick = (e) => {
|
|
109
109
|
const s = this.base.initState(), o = this.props.opened !== void 0 ? this.props.opened : this.state.opened;
|
|
110
110
|
s.syntheticEvent = e;
|
|
@@ -113,10 +113,10 @@ const Z = "Please enter a valid value!", { sizeMap: O, roundedMap: ee } = $, I =
|
|
|
113
113
|
}, this.onInputKeyDown = (e) => {
|
|
114
114
|
const { skipDisabledItems: t, groupField: s, textField: o } = this.props, i = b(this.props);
|
|
115
115
|
this._isScrolling && (this._isScrolling = !1);
|
|
116
|
-
const a = this.focusedIndex(), d = i[a], n = e.keyCode, r = e.altKey,
|
|
117
|
-
|
|
116
|
+
const a = this.focusedIndex(), d = i[a], n = e.keyCode, r = e.altKey, p = this.props.opened !== void 0 ? this.props.opened : this.state.opened, l = this.base.initState();
|
|
117
|
+
l.syntheticEvent = e;
|
|
118
118
|
const v = () => {
|
|
119
|
-
|
|
119
|
+
p && e.preventDefault();
|
|
120
120
|
};
|
|
121
121
|
if (r && n === m.down)
|
|
122
122
|
this.setState({
|
|
@@ -126,59 +126,58 @@ const Z = "Please enter a valid value!", { sizeMap: O, roundedMap: ee } = $, I =
|
|
|
126
126
|
this.setState({
|
|
127
127
|
opened: !1
|
|
128
128
|
});
|
|
129
|
-
else if (
|
|
129
|
+
else if (p && n === m.pageUp)
|
|
130
130
|
v(), this.base.scrollPopupByPageSize(-1);
|
|
131
|
-
else if (
|
|
131
|
+
else if (p && n === m.pageDown)
|
|
132
132
|
v(), this.base.scrollPopupByPageSize(1);
|
|
133
|
-
else if (
|
|
134
|
-
v(), t === !1 && d && d.disabled ? (
|
|
135
|
-
else if (!
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
} else if (n === m.up || n === m.down) {
|
|
133
|
+
else if (p && (n === m.enter || n === m.esc))
|
|
134
|
+
v(), t === !1 && d && d.disabled ? (p && this.togglePopup(l), this.applyState(l)) : this.applyInputValue(e.currentTarget.value, l, e.keyCode);
|
|
135
|
+
else if (!p && n === m.esc)
|
|
136
|
+
this._suggested = "", this.triggerOnChange("", l), this.state.focusedItem !== void 0 && (l.data.focusedItem = void 0), this.applyState(l);
|
|
137
|
+
else if (n === m.up || n === m.down) {
|
|
139
138
|
if (s !== "" && o)
|
|
140
|
-
if (!this.props.skipDisabledItems &&
|
|
141
|
-
this.onNavigate(
|
|
139
|
+
if (!this.props.skipDisabledItems && p)
|
|
140
|
+
this.onNavigate(l, n);
|
|
142
141
|
else {
|
|
143
|
-
let
|
|
142
|
+
let h = 0;
|
|
144
143
|
if (n === m.down || n === m.right) {
|
|
145
144
|
const u = i.slice(a + 1).find((f) => !f.disabled && f[o]);
|
|
146
|
-
|
|
145
|
+
h = u && i.findIndex((f) => f[o] === u[o]);
|
|
147
146
|
} else if (n === m.up || n === m.left) {
|
|
148
147
|
let u;
|
|
149
148
|
if (a === -1)
|
|
150
|
-
u = i,
|
|
149
|
+
u = i, h = i.findIndex((f) => !f.disabled && f[o]);
|
|
151
150
|
else {
|
|
152
151
|
u = i.slice(0, a);
|
|
153
152
|
let f = u.pop();
|
|
154
153
|
for (; f && f.disabled; )
|
|
155
154
|
f = u.pop();
|
|
156
|
-
|
|
155
|
+
h = f && i.findIndex((C) => C[o] === f[o]);
|
|
157
156
|
}
|
|
158
157
|
}
|
|
159
|
-
if (
|
|
160
|
-
const u =
|
|
161
|
-
this.onNavigate(
|
|
162
|
-
} else
|
|
158
|
+
if (h !== void 0) {
|
|
159
|
+
const u = h - a;
|
|
160
|
+
this.onNavigate(l, n, u);
|
|
161
|
+
} else h === void 0 && i.findIndex((u) => u[o]) === i.length - 1 && this.onNavigate(l, n);
|
|
163
162
|
}
|
|
164
|
-
else if (!this.props.skipDisabledItems &&
|
|
165
|
-
this.onNavigate(
|
|
163
|
+
else if (!this.props.skipDisabledItems && p)
|
|
164
|
+
this.onNavigate(l, n);
|
|
166
165
|
else {
|
|
167
|
-
let
|
|
166
|
+
let h = null;
|
|
168
167
|
if (n === m.down || n === m.right)
|
|
169
|
-
|
|
168
|
+
h = i.slice(a + 1).find((u) => !u.disabled);
|
|
170
169
|
else if (n === m.up || n === m.left) {
|
|
171
170
|
const u = i.slice(0, a);
|
|
172
|
-
for (
|
|
173
|
-
|
|
171
|
+
for (h = u.pop(); h && h.disabled; )
|
|
172
|
+
h = u.pop();
|
|
174
173
|
}
|
|
175
|
-
if (
|
|
176
|
-
const u =
|
|
177
|
-
this.onNavigate(
|
|
174
|
+
if (h) {
|
|
175
|
+
const u = h.id - a - 1;
|
|
176
|
+
this.onNavigate(l, n, u);
|
|
178
177
|
} else
|
|
179
|
-
this.onNavigate(
|
|
178
|
+
this.onNavigate(l, n);
|
|
180
179
|
}
|
|
181
|
-
this.applyState(
|
|
180
|
+
this.applyState(l), v();
|
|
182
181
|
}
|
|
183
182
|
}, this.handleFocus = (e) => {
|
|
184
183
|
this._skipFocusEvent || this.base.handleFocus(e);
|
|
@@ -255,13 +254,13 @@ const Z = "Please enter a valid value!", { sizeMap: O, roundedMap: ee } = $, I =
|
|
|
255
254
|
* @hidden
|
|
256
255
|
*/
|
|
257
256
|
componentDidUpdate(e, t) {
|
|
258
|
-
var
|
|
259
|
-
const { groupField: s = "" } = this.props, o = b(this.props), { data: i = [] } = e, a = this.focusedIndex(), d = o[a], n = i !== o, r = d !== void 0 && t.focusedItem !== d,
|
|
257
|
+
var h;
|
|
258
|
+
const { groupField: s = "" } = this.props, o = b(this.props), { data: i = [] } = e, a = this.focusedIndex(), d = o[a], n = i !== o, r = d !== void 0 && t.focusedItem !== d, p = this.props.opened !== void 0 ? this.props.opened : this.state.opened, l = e.opened !== void 0 ? e.opened : t.opened, v = !l && p;
|
|
260
259
|
if (s === "")
|
|
261
|
-
(
|
|
260
|
+
(p && (r || n) || v) && this.base.scrollToItem(a);
|
|
262
261
|
else if (!this._isScrolling) {
|
|
263
|
-
const u = (
|
|
264
|
-
v && (o && o.length !== 0 && this.base.resetGroupStickyHeader(o[0][s], this), this.base.scrollToItem(u)),
|
|
262
|
+
const u = (h = this.base.getGroupedDataModernMode(o, s)) == null ? void 0 : h.indexOf(d);
|
|
263
|
+
v && (o && o.length !== 0 && this.base.resetGroupStickyHeader(o[0][s], this), this.base.scrollToItem(u)), p && l && r && this.base.scrollToItem(u);
|
|
265
264
|
}
|
|
266
265
|
this.setValidity();
|
|
267
266
|
}
|
|
@@ -282,7 +281,7 @@ const Z = "Please enter a valid value!", { sizeMap: O, roundedMap: ee } = $, I =
|
|
|
282
281
|
* @hidden
|
|
283
282
|
*/
|
|
284
283
|
render() {
|
|
285
|
-
const { dir: e, disabled: t, label: s, className: o, style: i, loading: a, suggest: d, size: n, rounded: r, fillMode:
|
|
284
|
+
const { dir: e, disabled: t, label: s, className: o, style: i, loading: a, suggest: d, size: n, rounded: r, fillMode: p } = this.props, l = !this.validityStyles || this.validity.valid, v = this.base, h = this.value, u = this.props.clearButton !== !1 && !a && !!h, f = this.props.id || this._inputId, C = this.state.focused;
|
|
286
285
|
typeof d == "string" && (this._suggested = d);
|
|
287
286
|
const [P, B] = E(this.props.prefix || g.Fragment), [T, V] = E(this.props.suffix || g.Fragment), F = /* @__PURE__ */ g.createElement(g.Fragment, null, /* @__PURE__ */ g.createElement(
|
|
288
287
|
"span",
|
|
@@ -290,8 +289,8 @@ const Z = "Please enter a valid value!", { sizeMap: O, roundedMap: ee } = $, I =
|
|
|
290
289
|
className: k("k-autocomplete k-input", o, {
|
|
291
290
|
[`k-input-${O[n] || n}`]: n,
|
|
292
291
|
[`k-rounded-${ee[r] || r}`]: r,
|
|
293
|
-
[`k-input-${
|
|
294
|
-
"k-invalid": !
|
|
292
|
+
[`k-input-${p}`]: p,
|
|
293
|
+
"k-invalid": !l,
|
|
295
294
|
"k-focus": C && !t,
|
|
296
295
|
"k-loading": a,
|
|
297
296
|
"k-required": this.required,
|
|
@@ -307,8 +306,8 @@ const Z = "Please enter a valid value!", { sizeMap: O, roundedMap: ee } = $, I =
|
|
|
307
306
|
onClick: this.handleWrapperClick
|
|
308
307
|
},
|
|
309
308
|
this.props.prefix && /* @__PURE__ */ g.createElement(P, { ...B }),
|
|
310
|
-
this.renderSearchBar(
|
|
311
|
-
a && /* @__PURE__ */ g.createElement(
|
|
309
|
+
this.renderSearchBar(h || "", f),
|
|
310
|
+
a && /* @__PURE__ */ g.createElement($, { className: "k-input-loading-icon", name: "loading" }),
|
|
312
311
|
u && !a && /* @__PURE__ */ g.createElement(J, { onClick: this.clearButtonClick, key: "clearbutton" }),
|
|
313
312
|
this.props.suffix && /* @__PURE__ */ g.createElement(T, { ...V }),
|
|
314
313
|
!this.mobileMode && this.renderListContainer()
|
|
@@ -318,8 +317,8 @@ const Z = "Please enter a valid value!", { sizeMap: O, roundedMap: ee } = $, I =
|
|
|
318
317
|
{
|
|
319
318
|
label: s,
|
|
320
319
|
editorId: f,
|
|
321
|
-
editorValue:
|
|
322
|
-
editorValid:
|
|
320
|
+
editorValue: h,
|
|
321
|
+
editorValid: l,
|
|
323
322
|
editorDisabled: t,
|
|
324
323
|
style: { width: i ? i.width : void 0 },
|
|
325
324
|
children: F
|
|
@@ -330,7 +329,7 @@ const Z = "Please enter a valid value!", { sizeMap: O, roundedMap: ee } = $, I =
|
|
|
330
329
|
* @hidden
|
|
331
330
|
*/
|
|
332
331
|
onNavigate(e, t, s) {
|
|
333
|
-
const o = this.value, { textField: i, focusedItemIndex: a } = this.props, d = b(this.props), n = this.state.focusedItem !== void 0 ? d.findIndex((
|
|
332
|
+
const o = this.value, { textField: i, focusedItemIndex: a } = this.props, d = b(this.props), n = this.state.focusedItem !== void 0 ? d.findIndex((p) => w(p, this.state.focusedItem, i)) : a ? a(d, o, i) : d.indexOf(M(d, o, i)), r = this.base.navigation.navigate({
|
|
334
333
|
keyCode: t,
|
|
335
334
|
current: n,
|
|
336
335
|
max: d.length - 1,
|
|
@@ -351,7 +350,7 @@ const Z = "Please enter a valid value!", { sizeMap: O, roundedMap: ee } = $, I =
|
|
|
351
350
|
o && this.togglePopup(t), this.applyState(t);
|
|
352
351
|
}
|
|
353
352
|
renderSearchBar(e, t) {
|
|
354
|
-
const s = this.base, { placeholder: o, tabIndex: i, disabled: a, readonly: d, inputAttributes: n } = this.props, { focused: r } = this.state,
|
|
353
|
+
const s = this.base, { placeholder: o, tabIndex: i, disabled: a, readonly: d, inputAttributes: n } = this.props, { focused: r } = this.state, p = this.props.opened !== void 0 ? this.props.opened : this.state.opened;
|
|
355
354
|
return /* @__PURE__ */ g.createElement(
|
|
356
355
|
N,
|
|
357
356
|
{
|
|
@@ -363,8 +362,8 @@ const Z = "Please enter a valid value!", { sizeMap: O, roundedMap: ee } = $, I =
|
|
|
363
362
|
suggestedText: this._suggested,
|
|
364
363
|
focused: r,
|
|
365
364
|
name: this.props.name,
|
|
366
|
-
ref: (
|
|
367
|
-
this._input =
|
|
365
|
+
ref: (l) => {
|
|
366
|
+
this._input = l && l.input;
|
|
368
367
|
},
|
|
369
368
|
onKeyDown: this.onInputKeyDown,
|
|
370
369
|
onChange: this.onChangeHandler,
|
|
@@ -372,7 +371,7 @@ const Z = "Please enter a valid value!", { sizeMap: O, roundedMap: ee } = $, I =
|
|
|
372
371
|
onBlur: this.handleBlur,
|
|
373
372
|
disabled: a,
|
|
374
373
|
readOnly: d,
|
|
375
|
-
expanded:
|
|
374
|
+
expanded: p,
|
|
376
375
|
owns: s.listBoxId,
|
|
377
376
|
activedescendant: "option-" + s.guid + "-" + this.focusedIndex(),
|
|
378
377
|
role: "combobox",
|
|
@@ -418,9 +417,8 @@ const Z = "Please enter a valid value!", { sizeMap: O, roundedMap: ee } = $, I =
|
|
|
418
417
|
highlightSelected: !1,
|
|
419
418
|
optionsGuid: e.guid,
|
|
420
419
|
groupField: this.props.groupField,
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
e.list = l;
|
|
420
|
+
listRef: (p) => {
|
|
421
|
+
e.list = p;
|
|
424
422
|
},
|
|
425
423
|
wrapperStyle: this.mobileMode ? {} : { maxHeight: t.height },
|
|
426
424
|
wrapperCssClass: "k-list-content",
|
|
@@ -428,7 +426,7 @@ const Z = "Please enter a valid value!", { sizeMap: O, roundedMap: ee } = $, I =
|
|
|
428
426
|
itemRender: i,
|
|
429
427
|
groupHeaderItemRender: a,
|
|
430
428
|
noDataRender: o,
|
|
431
|
-
onMouseDown: (
|
|
429
|
+
onMouseDown: (p) => p.preventDefault(),
|
|
432
430
|
onScroll: this.onScroll
|
|
433
431
|
}
|
|
434
432
|
);
|
|
@@ -467,9 +465,9 @@ const Z = "Please enter a valid value!", { sizeMap: O, roundedMap: ee } = $, I =
|
|
|
467
465
|
};
|
|
468
466
|
I.displayName = "AutoComplete", I.propTypes = {
|
|
469
467
|
...S.basicPropTypes,
|
|
470
|
-
size: c.oneOf([
|
|
471
|
-
rounded: c.oneOf([
|
|
472
|
-
fillMode: c.oneOf([
|
|
468
|
+
size: c.oneOf(["small", "medium", "large"]),
|
|
469
|
+
rounded: c.oneOf(["small", "medium", "large", "full"]),
|
|
470
|
+
fillMode: c.oneOf(["solid", "flat", "outline"]),
|
|
473
471
|
groupField: c.string,
|
|
474
472
|
suggest: c.oneOfType([c.bool, c.string]),
|
|
475
473
|
placeholder: c.string,
|
|
@@ -492,18 +490,18 @@ I.displayName = "AutoComplete", I.propTypes = {
|
|
|
492
490
|
inputAttributes: c.object
|
|
493
491
|
}, I.defaultProps = {
|
|
494
492
|
...S.defaultProps,
|
|
495
|
-
size:
|
|
496
|
-
rounded:
|
|
497
|
-
fillMode:
|
|
493
|
+
size: void 0,
|
|
494
|
+
rounded: void 0,
|
|
495
|
+
fillMode: void 0,
|
|
498
496
|
skipDisabledItems: !0,
|
|
499
497
|
prefix: void 0,
|
|
500
498
|
suffix: void 0
|
|
501
499
|
};
|
|
502
500
|
let _ = I;
|
|
503
|
-
const te = q(), se =
|
|
504
|
-
|
|
501
|
+
const te = q(), se = K(
|
|
502
|
+
W(
|
|
505
503
|
te,
|
|
506
|
-
|
|
504
|
+
G(_)
|
|
507
505
|
)
|
|
508
506
|
);
|
|
509
507
|
se.displayName = "KendoReactAutoComplete";
|