clay-dropdown
Advanced tools
Comparing version 2.22.4 to 2.23.1
@@ -6,2 +6,21 @@ # Change Log | ||
## [2.23.1](https://github.com/liferay/clay/tree/master/packages/clay-dropdown/compare/v2.23.0...v2.23.1) (2021-12-14) | ||
**Note:** Version bump only for package clay-dropdown | ||
# [2.23.0](https://github.com/liferay/clay/tree/master/packages/clay-dropdown/compare/v2.22.4...v2.23.0) (2021-12-13) | ||
### Bug Fixes | ||
* Regenerate snapshots and updates tests files ([8aa4aac](https://github.com/liferay/clay/tree/master/packages/clay-dropdown/commit/8aa4aac)) | ||
## [2.22.3](https://github.com/liferay/clay/tree/master/packages/clay-dropdown/compare/v2.22.2...v2.22.3) (2021-02-18) | ||
@@ -8,0 +27,0 @@ |
@@ -118,7 +118,7 @@ 'use strict'; | ||
} else { | ||
var msg_2476__soy2477 = ''; | ||
var msg_2516__soy2517 = ''; | ||
/** @desc */ | ||
var MSG_EXTERNAL_6305962755687847469 = goog.getMsg('actions'); | ||
msg_2476__soy2477 += MSG_EXTERNAL_6305962755687847469; | ||
param54 += msg_2476__soy2477; | ||
msg_2516__soy2517 += MSG_EXTERNAL_6305962755687847469; | ||
param54 += msg_2516__soy2517; | ||
} | ||
@@ -125,0 +125,0 @@ $templateAlias2({ button: button, caption: caption, disabled: disabled, elementClasses: dropdownElementClasses__soy21, events: { buttonClicked: _handleButtonClick, itemClicked: _handleItemClick, toggle: toggle }, expanded: expanded, helpText: helpText, id: id, items: items, itemsIconAlignment: itemsIconAlignment, label: trigger__soy30, preferredAlign: preferredAlign, ref: 'dropdown', spritemap: spritemap, triggerAriaLabel: triggerAriaLabel, triggerClasses: triggerClasses, triggerTitle: param54 }, null, opt_ijData); |
@@ -120,6 +120,6 @@ 'use strict'; | ||
var viewMoreURL = soy.asserts.assertType(opt_data.viewMoreURL == null || goog.isString(opt_data.viewMoreURL) || opt_data.viewMoreURL instanceof goog.soy.data.SanitizedContent, 'viewMoreURL', opt_data.viewMoreURL, '!goog.soy.data.SanitizedContent|null|string|undefined'); | ||
var msg_2479__soy2480 = ''; | ||
var msg_2519__soy2520 = ''; | ||
/** @desc */ | ||
var MSG_EXTERNAL_7011425206383801543 = goog.getMsg('more'); | ||
msg_2479__soy2480 += MSG_EXTERNAL_7011425206383801543; | ||
msg_2519__soy2520 += MSG_EXTERNAL_7011425206383801543; | ||
var secondaryItemsFirstGroup__soy93 = secondaryItems != null ? secondaryItems[0] != null ? secondaryItems[0] : null : null; | ||
@@ -142,3 +142,3 @@ var secondaryItemsSecondGroup__soy95 = secondaryItems != null ? secondaryItems[1] != null ? secondaryItems[1] : null : null; | ||
var textMore__soy125 = ''; | ||
textMore__soy125 += msg_2479__soy2480; | ||
textMore__soy125 += msg_2519__soy2520; | ||
var showMoreButton__soy133 = showingItems__soy115 < totalItems__soy105 ? viewMoreURL != null ? { buttonStyle: 'secondary', href: viewMoreURL, label: textMore__soy125 } : { label: textMore__soy125, style: 'secondary' } : null; | ||
@@ -174,7 +174,7 @@ var trigger__soy135 = function trigger__soy135() { | ||
} else { | ||
var msg_2482__soy2483 = ''; | ||
var msg_2522__soy2523 = ''; | ||
/** @desc */ | ||
var MSG_EXTERNAL_7387635272539030076 = goog.getMsg('new'); | ||
msg_2482__soy2483 += MSG_EXTERNAL_7387635272539030076; | ||
param176 += msg_2482__soy2483; | ||
msg_2522__soy2523 += MSG_EXTERNAL_7387635272539030076; | ||
param176 += msg_2522__soy2523; | ||
} | ||
@@ -181,0 +181,0 @@ $templateAlias2({ button: showMoreButton__soy133, caption: param144, disabled: disabled, elementClasses: elementClasses, events: { buttonClicked: _handleButtonClick, itemClicked: _handleItemClick, toggle: toggle }, expanded: expanded, helpText: showMoreButton__soy133 ? helpText : null, id: id, items: items__soy123, itemsIconAlignment: itemsIconAlignment, label: trigger__soy135, preferredAlign: preferredAlign, ref: 'dropdown', spritemap: spritemap, style: 'primary', triggerAriaLabel: triggerAriaLabel, triggerClasses: triggerClasses, triggerTitle: param176 }, null, opt_ijData); |
@@ -285,8 +285,8 @@ 'use strict'; | ||
var useSearchableWithForm = soy.asserts.assertType(opt_data.useSearchableWithForm == null || goog.isBoolean(opt_data.useSearchableWithForm) || opt_data.useSearchableWithForm === 1 || opt_data.useSearchableWithForm === 0, 'useSearchableWithForm', opt_data.useSearchableWithForm, 'boolean|null|undefined'); | ||
var msg_2485__soy2486 = ''; | ||
var msg_2525__soy2526 = ''; | ||
/** @desc */ | ||
var MSG_EXTERNAL_7283410932409447729 = goog.getMsg('search-for'); | ||
msg_2485__soy2486 += MSG_EXTERNAL_7283410932409447729; | ||
msg_2525__soy2526 += MSG_EXTERNAL_7283410932409447729; | ||
var _searchPlaceholder__soy415 = ''; | ||
_searchPlaceholder__soy415 += msg_2485__soy2486; | ||
_searchPlaceholder__soy415 += msg_2525__soy2526; | ||
var content__soy423 = function content__soy423() { | ||
@@ -293,0 +293,0 @@ incrementalDom.elementOpenStart('div'); |
{ | ||
"name": "clay-dropdown", | ||
"version": "2.22.4", | ||
"version": "2.23.1", | ||
"description": "Clay Dropdown Component", | ||
@@ -31,9 +31,9 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"clay-button": "^2.22.4", | ||
"clay-checkbox": "^2.22.4", | ||
"clay-component": "^2.22.4", | ||
"clay-icon": "^2.22.4", | ||
"clay-link": "^2.22.4", | ||
"clay-portal": "^2.22.4", | ||
"clay-radio": "^2.22.4", | ||
"clay-button": "^2.23.0", | ||
"clay-checkbox": "^2.23.0", | ||
"clay-component": "^2.23.0", | ||
"clay-icon": "^2.23.0", | ||
"clay-link": "^2.23.1", | ||
"clay-portal": "^2.23.0", | ||
"clay-radio": "^2.23.0", | ||
"metal": "^2.16.0", | ||
@@ -55,3 +55,3 @@ "metal-component": "^2.16.0", | ||
"browserslist-config-clay": "^2.16.2", | ||
"clay-css": "^2.22.4", | ||
"clay-css": "^2.23.0", | ||
"metal-dom": "^2.13.2", | ||
@@ -58,0 +58,0 @@ "metal-tools-soy": "^4.3.2", |
@@ -99,7 +99,7 @@ /* jshint ignore:start */ | ||
} else { | ||
var msg_2476__soy2477 = ''; | ||
var msg_2516__soy2517 = ''; | ||
/** @desc */ | ||
var MSG_EXTERNAL_6305962755687847469 = goog.getMsg('actions'); | ||
msg_2476__soy2477 += MSG_EXTERNAL_6305962755687847469; | ||
param54 += msg_2476__soy2477; | ||
msg_2516__soy2517 += MSG_EXTERNAL_6305962755687847469; | ||
param54 += msg_2516__soy2517; | ||
} | ||
@@ -106,0 +106,0 @@ $templateAlias2({button: button, caption: caption, disabled: disabled, elementClasses: dropdownElementClasses__soy21, events: {buttonClicked: _handleButtonClick, itemClicked: _handleItemClick, toggle: toggle}, expanded: expanded, helpText: helpText, id: id, items: items, itemsIconAlignment: itemsIconAlignment, label: trigger__soy30, preferredAlign: preferredAlign, ref: 'dropdown', spritemap: spritemap, triggerAriaLabel: triggerAriaLabel, triggerClasses: triggerClasses, triggerTitle: param54}, null, opt_ijData); |
@@ -101,6 +101,6 @@ /* jshint ignore:start */ | ||
var viewMoreURL = soy.asserts.assertType(opt_data.viewMoreURL == null || (goog.isString(opt_data.viewMoreURL) || opt_data.viewMoreURL instanceof goog.soy.data.SanitizedContent), 'viewMoreURL', opt_data.viewMoreURL, '!goog.soy.data.SanitizedContent|null|string|undefined'); | ||
var msg_2479__soy2480 = ''; | ||
var msg_2519__soy2520 = ''; | ||
/** @desc */ | ||
var MSG_EXTERNAL_7011425206383801543 = goog.getMsg('more'); | ||
msg_2479__soy2480 += MSG_EXTERNAL_7011425206383801543; | ||
msg_2519__soy2520 += MSG_EXTERNAL_7011425206383801543; | ||
var secondaryItemsFirstGroup__soy93 = (secondaryItems != null) ? ((secondaryItems[0] != null) ? secondaryItems[0] : null) : null; | ||
@@ -123,3 +123,3 @@ var secondaryItemsSecondGroup__soy95 = (secondaryItems != null) ? ((secondaryItems[1] != null) ? secondaryItems[1] : null) : null; | ||
var textMore__soy125 = ''; | ||
textMore__soy125 += msg_2479__soy2480; | ||
textMore__soy125 += msg_2519__soy2520; | ||
var showMoreButton__soy133 = showingItems__soy115 < totalItems__soy105 ? ((viewMoreURL != null) ? {buttonStyle: 'secondary', href: viewMoreURL, label: textMore__soy125} : {label: textMore__soy125, style: 'secondary'}) : null; | ||
@@ -153,7 +153,7 @@ var trigger__soy135 = function() { | ||
} else { | ||
var msg_2482__soy2483 = ''; | ||
var msg_2522__soy2523 = ''; | ||
/** @desc */ | ||
var MSG_EXTERNAL_7387635272539030076 = goog.getMsg('new'); | ||
msg_2482__soy2483 += MSG_EXTERNAL_7387635272539030076; | ||
param176 += msg_2482__soy2483; | ||
msg_2522__soy2523 += MSG_EXTERNAL_7387635272539030076; | ||
param176 += msg_2522__soy2523; | ||
} | ||
@@ -160,0 +160,0 @@ $templateAlias2({button: showMoreButton__soy133, caption: param144, disabled: disabled, elementClasses: elementClasses, events: {buttonClicked: _handleButtonClick, itemClicked: _handleItemClick, toggle: toggle}, expanded: expanded, helpText: showMoreButton__soy133 ? helpText : null, id: id, items: items__soy123, itemsIconAlignment: itemsIconAlignment, label: trigger__soy135, preferredAlign: preferredAlign, ref: 'dropdown', spritemap: spritemap, style: 'primary', triggerAriaLabel: triggerAriaLabel, triggerClasses: triggerClasses, triggerTitle: param176}, null, opt_ijData); |
@@ -268,8 +268,8 @@ /* jshint ignore:start */ | ||
var useSearchableWithForm = soy.asserts.assertType(opt_data.useSearchableWithForm == null || (goog.isBoolean(opt_data.useSearchableWithForm) || opt_data.useSearchableWithForm === 1 || opt_data.useSearchableWithForm === 0), 'useSearchableWithForm', opt_data.useSearchableWithForm, 'boolean|null|undefined'); | ||
var msg_2485__soy2486 = ''; | ||
var msg_2525__soy2526 = ''; | ||
/** @desc */ | ||
var MSG_EXTERNAL_7283410932409447729 = goog.getMsg('search-for'); | ||
msg_2485__soy2486 += MSG_EXTERNAL_7283410932409447729; | ||
msg_2525__soy2526 += MSG_EXTERNAL_7283410932409447729; | ||
var _searchPlaceholder__soy415 = ''; | ||
_searchPlaceholder__soy415 += msg_2485__soy2486; | ||
_searchPlaceholder__soy415 += msg_2525__soy2526; | ||
var content__soy423 = function() { | ||
@@ -276,0 +276,0 @@ incrementalDom.elementOpenStart('div'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
970995
Updatedclay-button@^2.23.0
Updatedclay-checkbox@^2.23.0
Updatedclay-component@^2.23.0
Updatedclay-icon@^2.23.0
Updatedclay-link@^2.23.1
Updatedclay-portal@^2.23.0
Updatedclay-radio@^2.23.0