@syncfusion/ej2-vue-dropdowns 20.3.60 → 20.4.38

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.
@@ -1132,7 +1132,7 @@ var __decorate$5 = (undefined && undefined.__decorate) || function (decorators,
1132
1132
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1133
1133
  };
1134
1134
  // {{VueImport}}
1135
- var properties$5 = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowFiltering', 'allowMultiSelection', 'changeOnBlur', 'cssClass', 'customTemplate', 'delimiterChar', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'mode', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'readonly', 'selectAllText', 'showCheckBox', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'treeSettings', 'unSelectAllText', 'value', 'width', 'wrapText', 'zIndex', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'keyPress', 'open', 'select'];
1135
+ var properties$5 = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowFiltering', 'allowMultiSelection', 'changeOnBlur', 'cssClass', 'customTemplate', 'delimiterChar', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'mode', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'readonly', 'selectAllText', 'showCheckBox', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'treeSettings', 'unSelectAllText', 'value', 'width', 'wrapText', 'zIndex', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'keyPress', 'open', 'select'];
1136
1136
  var modelProps$5 = ['value'];
1137
1137
  var testProp$5 = getProps({ props: properties$5 });
1138
1138
  var props$5 = testProp$5[0];
@@ -1350,7 +1350,7 @@ for (var _i$6 = 0, modelProps_1$6 = modelProps$6; _i$6 < modelProps_1$6.length;
1350
1350
  /**
1351
1351
  * The Mention contains a list of predefined values from which the user can choose
1352
1352
  * ```html
1353
- * <ejs-mention :dataSource='data'></ejs-dropdownlist>
1353
+ * <ejs-mention :dataSource='data'></ejs-mention>
1354
1354
  * ```
1355
1355
  */
1356
1356
  var MentionComponent = /** @__PURE__ @class */ (function (_super) {
@@ -1443,12 +1443,6 @@ var MentionComponent = /** @__PURE__ @class */ (function (_super) {
1443
1443
  MentionComponent.prototype.hidePopup = function (e) {
1444
1444
  return this.ej2Instances.hidePopup(e);
1445
1445
  };
1446
- MentionComponent.prototype.hideSpinner = function () {
1447
- return this.ej2Instances.hideSpinner();
1448
- };
1449
- MentionComponent.prototype.renderTemplates = function (callBack) {
1450
- return this.ej2Instances.renderTemplates(callBack);
1451
- };
1452
1446
  MentionComponent.prototype.search = function (text, positionX, positionY) {
1453
1447
  return this.ej2Instances.search(text, positionX, positionY);
1454
1448
  };