Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

clay-dropdown

Package Overview
Dependencies
Maintainers
15
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clay-dropdown - npm Package Compare versions

Comparing version 2.23.2 to 2.23.3

2

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [2.23.2](https://github.com/liferay/clay/tree/master/packages/clay-dropdown/compare/v2.23.1...v2.23.2) (2021-12-16)
## [2.23.2](https://github.com/liferay/clay/compare/v2.23.1...v2.23.2) (2021-12-16)

@@ -9,0 +9,0 @@ **Note:** Version bump only for package clay-dropdown

@@ -118,7 +118,7 @@ 'use strict';

} else {
var msg_2516__soy2517 = '';
var msg_2476__soy2477 = '';
/** @desc */
var MSG_EXTERNAL_6305962755687847469 = goog.getMsg('actions');
msg_2516__soy2517 += MSG_EXTERNAL_6305962755687847469;
param54 += msg_2516__soy2517;
msg_2476__soy2477 += MSG_EXTERNAL_6305962755687847469;
param54 += msg_2476__soy2477;
}

@@ -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_2519__soy2520 = '';
var msg_2479__soy2480 = '';
/** @desc */
var MSG_EXTERNAL_7011425206383801543 = goog.getMsg('more');
msg_2519__soy2520 += MSG_EXTERNAL_7011425206383801543;
msg_2479__soy2480 += 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_2519__soy2520;
textMore__soy125 += msg_2479__soy2480;
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_2522__soy2523 = '';
var msg_2482__soy2483 = '';
/** @desc */
var MSG_EXTERNAL_7387635272539030076 = goog.getMsg('new');
msg_2522__soy2523 += MSG_EXTERNAL_7387635272539030076;
param176 += msg_2522__soy2523;
msg_2482__soy2483 += MSG_EXTERNAL_7387635272539030076;
param176 += msg_2482__soy2483;
}

@@ -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_2525__soy2526 = '';
var msg_2485__soy2486 = '';
/** @desc */
var MSG_EXTERNAL_7283410932409447729 = goog.getMsg('search-for');
msg_2525__soy2526 += MSG_EXTERNAL_7283410932409447729;
msg_2485__soy2486 += MSG_EXTERNAL_7283410932409447729;
var _searchPlaceholder__soy415 = '';
_searchPlaceholder__soy415 += msg_2525__soy2526;
_searchPlaceholder__soy415 += msg_2485__soy2486;
var content__soy423 = function content__soy423() {

@@ -293,0 +293,0 @@ incrementalDom.elementOpenStart('div');

{
"name": "clay-dropdown",
"version": "2.23.2",
"version": "2.23.3",
"description": "Clay Dropdown Component",

@@ -31,7 +31,7 @@ "license": "BSD-3-Clause",

"dependencies": {
"clay-button": "^2.23.2",
"clay-button": "^2.23.3",
"clay-checkbox": "^2.23.2",
"clay-component": "^2.23.2",
"clay-icon": "^2.23.2",
"clay-link": "^2.23.2",
"clay-link": "^2.23.3",
"clay-portal": "^2.23.2",

@@ -63,3 +63,4 @@ "clay-radio": "^2.23.2",

"extends browserslist-config-clay"
]
],
"gitHead": "7b909992f288a54c443004c7b34df8e87172ab1f"
}

@@ -99,7 +99,7 @@ /* jshint ignore:start */

} else {
var msg_2516__soy2517 = '';
var msg_2476__soy2477 = '';
/** @desc */
var MSG_EXTERNAL_6305962755687847469 = goog.getMsg('actions');
msg_2516__soy2517 += MSG_EXTERNAL_6305962755687847469;
param54 += msg_2516__soy2517;
msg_2476__soy2477 += MSG_EXTERNAL_6305962755687847469;
param54 += msg_2476__soy2477;
}

@@ -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_2519__soy2520 = '';
var msg_2479__soy2480 = '';
/** @desc */
var MSG_EXTERNAL_7011425206383801543 = goog.getMsg('more');
msg_2519__soy2520 += MSG_EXTERNAL_7011425206383801543;
msg_2479__soy2480 += 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_2519__soy2520;
textMore__soy125 += msg_2479__soy2480;
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_2522__soy2523 = '';
var msg_2482__soy2483 = '';
/** @desc */
var MSG_EXTERNAL_7387635272539030076 = goog.getMsg('new');
msg_2522__soy2523 += MSG_EXTERNAL_7387635272539030076;
param176 += msg_2522__soy2523;
msg_2482__soy2483 += MSG_EXTERNAL_7387635272539030076;
param176 += msg_2482__soy2483;
}

@@ -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_2525__soy2526 = '';
var msg_2485__soy2486 = '';
/** @desc */
var MSG_EXTERNAL_7283410932409447729 = goog.getMsg('search-for');
msg_2525__soy2526 += MSG_EXTERNAL_7283410932409447729;
msg_2485__soy2486 += MSG_EXTERNAL_7283410932409447729;
var _searchPlaceholder__soy415 = '';
_searchPlaceholder__soy415 += msg_2525__soy2526;
_searchPlaceholder__soy415 += msg_2485__soy2486;
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc