@rmwc/select
Advanced tools
Comparing version 6.1.3 to 6.1.4
@@ -111,3 +111,3 @@ "use strict"; | ||
}, | ||
removeAttributeAtIndex: function (index, attributeName) { var _a; return (_a = menu.current) === null || _a === void 0 ? void 0 : _a.items()[index].removeAttribute(attributeName); }, | ||
removeAttributeAtIndex: function (index, attributeName) { var _a, _b; return (_b = (_a = menu.current) === null || _a === void 0 ? void 0 : _a.items()[index]) === null || _b === void 0 ? void 0 : _b.removeAttribute(attributeName); }, | ||
focusMenuItemAtIndex: function () { | ||
@@ -114,0 +114,0 @@ var _a; |
@@ -108,3 +108,3 @@ import { __assign, __read, __rest, __spread } from "tslib"; | ||
}, | ||
removeAttributeAtIndex: function (index, attributeName) { var _a; return (_a = menu.current) === null || _a === void 0 ? void 0 : _a.items()[index].removeAttribute(attributeName); }, | ||
removeAttributeAtIndex: function (index, attributeName) { var _a, _b; return (_b = (_a = menu.current) === null || _a === void 0 ? void 0 : _a.items()[index]) === null || _b === void 0 ? void 0 : _b.removeAttribute(attributeName); }, | ||
focusMenuItemAtIndex: function () { | ||
@@ -111,0 +111,0 @@ var _a; |
{ | ||
"name": "@rmwc/select", | ||
"version": "6.1.3", | ||
"version": "6.1.4", | ||
"description": "RMWC Select component", | ||
@@ -40,13 +40,13 @@ "main": "dist/index.js", | ||
"@material/select": "^5.1.0", | ||
"@rmwc/base": "^6.0.14", | ||
"@rmwc/floating-label": "^6.1.2", | ||
"@rmwc/icon": "^6.1.3", | ||
"@rmwc/line-ripple": "^6.0.14", | ||
"@rmwc/list": "^6.1.3", | ||
"@rmwc/menu": "^6.1.3", | ||
"@rmwc/notched-outline": "^6.0.14", | ||
"@rmwc/ripple": "^6.1.3", | ||
"@rmwc/base": "^6.1.4", | ||
"@rmwc/floating-label": "^6.1.4", | ||
"@rmwc/icon": "^6.1.4", | ||
"@rmwc/line-ripple": "^6.1.4", | ||
"@rmwc/list": "^6.1.4", | ||
"@rmwc/menu": "^6.1.4", | ||
"@rmwc/notched-outline": "^6.1.4", | ||
"@rmwc/ripple": "^6.1.4", | ||
"@rmwc/types": "^6.0.5" | ||
}, | ||
"gitHead": "0c517b3609c3f39d11b663fbe9871eec6d0033bf" | ||
"gitHead": "c33a09f349373930ac817c89f21b3246f9e332c2" | ||
} |
104885
Updated@rmwc/base@^6.1.4
Updated@rmwc/floating-label@^6.1.4
Updated@rmwc/icon@^6.1.4
Updated@rmwc/line-ripple@^6.1.4
Updated@rmwc/list@^6.1.4
Updated@rmwc/menu@^6.1.4
Updated@rmwc/notched-outline@^6.1.4
Updated@rmwc/ripple@^6.1.4