@progress/kendo-react-dropdowns 5.0.2-dev.202201241503 → 5.1.0-dev.202201260820
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-dropdowns.js +1 -1
- package/dist/es/ComboBox/ComboBox.js +1 -1
- package/dist/es/DropDownList/DropDownList.js +1 -1
- package/dist/es/DropDownTree/DropDownTree.js +1 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/npm/ComboBox/ComboBox.js +1 -1
- package/dist/npm/DropDownList/DropDownList.js +1 -1
- package/dist/npm/DropDownTree/DropDownTree.js +1 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/systemjs/kendo-react-dropdowns.js +1 -1
- package/package.json +12 -12
|
@@ -385,7 +385,7 @@ var ComboBoxWithoutContext = /** @class */ (function (_super) {
|
|
|
385
385
|
this.renderSearchBar(inputText || '', id),
|
|
386
386
|
renderClearButton && !loading && React.createElement(ClearButton, { onClick: this.clearButtonClick, key: "clearbutton" }),
|
|
387
387
|
loading && React.createElement("span", { className: "k-icon k-i-loading", key: "loading" }),
|
|
388
|
-
React.createElement("button", { type: "button", className: classNames('k-input-button k-button k-icon-button', (_b = {},
|
|
388
|
+
React.createElement("button", { tabIndex: -1, type: "button", className: classNames('k-input-button k-button k-icon-button', (_b = {},
|
|
389
389
|
_b["k-button-" + (sizeMap[size] || size)] = size,
|
|
390
390
|
_b["k-button-" + fillMode] = fillMode,
|
|
391
391
|
_b["k-button-" + fillMode + "-base"] = fillMode,
|
|
@@ -528,7 +528,7 @@ var DropDownListWithoutContext = /** @class */ (function (_super) {
|
|
|
528
528
|
: __assign({}, style, { width: undefined }), dir: dir, onMouseDown: opened ? preventDefaultNonInputs : undefined, onFocus: this.handleFocus, onBlur: this.handleBlur, tabIndex: getTabIndex(tabIndex, disabled), accessKey: this.props.accessKey, onKeyDown: this.handleKeyDown, onKeyPress: this.handleKeyPress, onClick: disabled ? undefined : this.handleWrapperClick, role: 'listbox', "aria-disabled": disabled || undefined, "aria-haspopup": true, "aria-expanded": opened || false, "aria-owns": this.base.listBoxId, "aria-activedescendant": opened ? ('option-' + this.base.guid + '-' + (selectedIndex + (virtual ? virtual.skip : 0))) : undefined, "aria-label": this.props.label, "aria-labelledby": this.props.ariaLabelledBy, "aria-describedby": this.props.ariaDescribedBy, id: this.props.id, title: this.props.title },
|
|
529
529
|
valueElement,
|
|
530
530
|
loading && React.createElement("span", { className: "k-icon k-i-loading", key: "loading" }),
|
|
531
|
-
React.createElement("button", { type: "button", className: classNames('k-input-button k-button k-icon-button', (_b = {},
|
|
531
|
+
React.createElement("button", { tabIndex: -1, type: "button", className: classNames('k-input-button k-button k-icon-button', (_b = {},
|
|
532
532
|
_b["k-button-" + (sizeMap[size] || size)] = size,
|
|
533
533
|
_b["k-button-" + fillMode] = fillMode,
|
|
534
534
|
_b["k-button-" + fillMode + "-base"] = fillMode,
|
|
@@ -344,7 +344,7 @@ export var DropDownTree = React.forwardRef(function (directProps, ref) {
|
|
|
344
344
|
props.loading && React.createElement("span", { className: "k-icon k-i-loading" }),
|
|
345
345
|
hasValue && !disabled && (React.createElement("span", { onClick: onClear, className: "k-clear-value", title: localization.toLanguageString(clear, messages[clear]), role: "button", tabIndex: -1, onMouseDown: function (e) { return e.preventDefault(); } },
|
|
346
346
|
React.createElement("span", { className: "k-icon k-i-x" }))),
|
|
347
|
-
React.createElement("button", { type: "button", "aria-label": "select", className: classNames('k-input-button k-button k-icon-button', (_b = {},
|
|
347
|
+
React.createElement("button", { tabIndex: -1, type: "button", "aria-label": "select", className: classNames('k-input-button k-button k-icon-button', (_b = {},
|
|
348
348
|
_b["k-button-" + (sizeMap[size] || size)] = size,
|
|
349
349
|
_b["k-button-" + fillMode] = fillMode,
|
|
350
350
|
_b["k-button-" + fillMode + "-base"] = fillMode,
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-react-dropdowns',
|
|
6
6
|
productName: 'KendoReact',
|
|
7
7
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1643183961,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
11
11
|
};
|
|
@@ -387,7 +387,7 @@ var ComboBoxWithoutContext = /** @class */ (function (_super) {
|
|
|
387
387
|
this.renderSearchBar(inputText || '', id),
|
|
388
388
|
renderClearButton && !loading && React.createElement(ClearButton_1.default, { onClick: this.clearButtonClick, key: "clearbutton" }),
|
|
389
389
|
loading && React.createElement("span", { className: "k-icon k-i-loading", key: "loading" }),
|
|
390
|
-
React.createElement("button", { type: "button", className: kendo_react_common_1.classNames('k-input-button k-button k-icon-button', (_b = {},
|
|
390
|
+
React.createElement("button", { tabIndex: -1, type: "button", className: kendo_react_common_1.classNames('k-input-button k-button k-icon-button', (_b = {},
|
|
391
391
|
_b["k-button-" + (sizeMap[size] || size)] = size,
|
|
392
392
|
_b["k-button-" + fillMode] = fillMode,
|
|
393
393
|
_b["k-button-" + fillMode + "-base"] = fillMode,
|
|
@@ -530,7 +530,7 @@ var DropDownListWithoutContext = /** @class */ (function (_super) {
|
|
|
530
530
|
: __assign({}, style, { width: undefined }), dir: dir, onMouseDown: opened ? utils_1.preventDefaultNonInputs : undefined, onFocus: this.handleFocus, onBlur: this.handleBlur, tabIndex: kendo_react_common_1.getTabIndex(tabIndex, disabled), accessKey: this.props.accessKey, onKeyDown: this.handleKeyDown, onKeyPress: this.handleKeyPress, onClick: disabled ? undefined : this.handleWrapperClick, role: 'listbox', "aria-disabled": disabled || undefined, "aria-haspopup": true, "aria-expanded": opened || false, "aria-owns": this.base.listBoxId, "aria-activedescendant": opened ? ('option-' + this.base.guid + '-' + (selectedIndex + (virtual ? virtual.skip : 0))) : undefined, "aria-label": this.props.label, "aria-labelledby": this.props.ariaLabelledBy, "aria-describedby": this.props.ariaDescribedBy, id: this.props.id, title: this.props.title },
|
|
531
531
|
valueElement,
|
|
532
532
|
loading && React.createElement("span", { className: "k-icon k-i-loading", key: "loading" }),
|
|
533
|
-
React.createElement("button", { type: "button", className: kendo_react_common_1.classNames('k-input-button k-button k-icon-button', (_b = {},
|
|
533
|
+
React.createElement("button", { tabIndex: -1, type: "button", className: kendo_react_common_1.classNames('k-input-button k-button k-icon-button', (_b = {},
|
|
534
534
|
_b["k-button-" + (sizeMap[size] || size)] = size,
|
|
535
535
|
_b["k-button-" + fillMode] = fillMode,
|
|
536
536
|
_b["k-button-" + fillMode + "-base"] = fillMode,
|
|
@@ -346,7 +346,7 @@ exports.DropDownTree = React.forwardRef(function (directProps, ref) {
|
|
|
346
346
|
props.loading && React.createElement("span", { className: "k-icon k-i-loading" }),
|
|
347
347
|
hasValue && !disabled && (React.createElement("span", { onClick: onClear, className: "k-clear-value", title: localization.toLanguageString(messages_1.clear, messages_1.messages[messages_1.clear]), role: "button", tabIndex: -1, onMouseDown: function (e) { return e.preventDefault(); } },
|
|
348
348
|
React.createElement("span", { className: "k-icon k-i-x" }))),
|
|
349
|
-
React.createElement("button", { type: "button", "aria-label": "select", className: kendo_react_common_1.classNames('k-input-button k-button k-icon-button', (_b = {},
|
|
349
|
+
React.createElement("button", { tabIndex: -1, type: "button", "aria-label": "select", className: kendo_react_common_1.classNames('k-input-button k-button k-icon-button', (_b = {},
|
|
350
350
|
_b["k-button-" + (sizeMap[size] || size)] = size,
|
|
351
351
|
_b["k-button-" + fillMode] = fillMode,
|
|
352
352
|
_b["k-button-" + fillMode + "-base"] = fillMode,
|
|
@@ -7,7 +7,7 @@ exports.packageMetadata = {
|
|
|
7
7
|
name: '@progress/kendo-react-dropdowns',
|
|
8
8
|
productName: 'KendoReact',
|
|
9
9
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
10
|
-
publishDate:
|
|
10
|
+
publishDate: 1643183961,
|
|
11
11
|
version: '',
|
|
12
12
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
13
13
|
};
|