ywana-core8 0.0.784 → 0.0.785

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/index.umd.js CHANGED
@@ -5284,6 +5284,8 @@
5284
5284
  var id = props.id,
5285
5285
  _props$label = props.label,
5286
5286
  label = _props$label === void 0 ? "Change Password" : _props$label,
5287
+ _props$lang = props.lang,
5288
+ lang = _props$lang === void 0 ? "ES" : _props$lang,
5287
5289
  _props$labelPosition = props.labelPosition,
5288
5290
  labelPosition = _props$labelPosition === void 0 ? "left" : _props$labelPosition,
5289
5291
  className = props.className,
@@ -5301,6 +5303,7 @@
5301
5303
 
5302
5304
  var openDialog = function openDialog() {
5303
5305
  site.openDialog( /*#__PURE__*/React__default["default"].createElement(ChangePasswordDialog, {
5306
+ lang: lang,
5304
5307
  label: label,
5305
5308
  onOK: onOK,
5306
5309
  onClose: onClose
@@ -5317,6 +5320,7 @@
5317
5320
  readOnly: true
5318
5321
  }), /*#__PURE__*/React__default["default"].createElement(Icon, {
5319
5322
  icon: "edit",
5323
+ clickable: true,
5320
5324
  action: openDialog,
5321
5325
  size: "small"
5322
5326
  }));