@syncfusion/ej2-angular-dropdowns 32.2.6 → 32.2.7

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.
@@ -76,7 +76,19 @@ export declare class DropDownTreeComponent extends DropDownTree implements IComp
76
76
  * @asptype string
77
77
  */
78
78
  itemTemplate: any;
79
+ /**
80
+ * Specifies the template that renders a customized pop-up list content when there is no data available
81
+ * to be displayed within the pop-up.
82
+ * @default 'No Records Found'
83
+ * @asptype string
84
+ */
79
85
  noRecordsTemplate: any;
86
+ /**
87
+ * Specifies the template that renders to the popup list content of the
88
+ * Dropdown Tree component when the data fetch request from the remote server fails.
89
+ * @default 'The Request Failed'
90
+ * @asptype string
91
+ */
80
92
  actionFailureTemplate: any;
81
93
  private skipFromEvent;
82
94
  constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
@@ -91,5 +103,5 @@ export declare class DropDownTreeComponent extends DropDownTree implements IComp
91
103
  registerEvents: (eventList: string[]) => void;
92
104
  addTwoWay: (propList: string[]) => void;
93
105
  static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeComponent, never>;
94
- static ɵcmp: i0.ɵɵComponentDeclaration<DropDownTreeComponent, "ejs-dropdowntree", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowFiltering": "allowFiltering"; "allowMultiSelection": "allowMultiSelection"; "changeOnBlur": "changeOnBlur"; "cssClass": "cssClass"; "customTemplate": "customTemplate"; "delimiterChar": "delimiterChar"; "destroyPopupOnHide": "destroyPopupOnHide"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "itemTemplate": "itemTemplate"; "locale": "locale"; "mode": "mode"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "readonly": "readonly"; "selectAllText": "selectAllText"; "showCheckBox": "showCheckBox"; "showClearButton": "showClearButton"; "showDropDownIcon": "showDropDownIcon"; "showSelectAll": "showSelectAll"; "sortOrder": "sortOrder"; "text": "text"; "treeSettings": "treeSettings"; "unSelectAllText": "unSelectAllText"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "wrapText": "wrapText"; "zIndex": "zIndex"; }, { "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "keyPress": "keyPress"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "valueTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
106
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropDownTreeComponent, "ejs-dropdowntree", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowFiltering": "allowFiltering"; "allowMultiSelection": "allowMultiSelection"; "changeOnBlur": "changeOnBlur"; "cssClass": "cssClass"; "customTemplate": "customTemplate"; "delimiterChar": "delimiterChar"; "destroyPopupOnHide": "destroyPopupOnHide"; "disableHtmlEncode": "disableHtmlEncode"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "itemTemplate": "itemTemplate"; "locale": "locale"; "mode": "mode"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "readonly": "readonly"; "selectAllText": "selectAllText"; "showCheckBox": "showCheckBox"; "showClearButton": "showClearButton"; "showDropDownIcon": "showDropDownIcon"; "showSelectAll": "showSelectAll"; "sortOrder": "sortOrder"; "text": "text"; "treeSettings": "treeSettings"; "unSelectAllText": "unSelectAllText"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "wrapText": "wrapText"; "zIndex": "zIndex"; }, { "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "keyPress": "keyPress"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "valueTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
95
107
  }
@@ -47,6 +47,13 @@ export declare class ListBoxComponent extends ListBox implements IComponentBase
47
47
  * @deprecated
48
48
  */
49
49
  itemTemplate: any;
50
+ /**
51
+ * Accepts the template design and assigns it to popup list of component
52
+ * when no data is available on the component.
53
+ * @default 'No records found'
54
+ * @asptype string
55
+ * @deprecated
56
+ */
50
57
  noRecordsTemplate: any;
51
58
  focus: any;
52
59
  blur: any;
@@ -46,6 +46,10 @@ export declare class MentionComponent extends Mention implements IComponentBase
46
46
  * @asptype string
47
47
  */
48
48
  spinnerTemplate: any;
49
+ /**
50
+ * Specifies the template for no matched item which is displayed when there are no items to display in the suggestion list.
51
+ * @default 'No records found'
52
+ */
49
53
  noRecordsTemplate: any;
50
54
  constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
51
55
  ngOnInit(): void;
@@ -90,7 +90,19 @@ export declare class MultiSelectComponent extends MultiSelect implements ICompon
90
90
  * @asptype string
91
91
  */
92
92
  groupTemplate: any;
93
+ /**
94
+ * Accepts the template design and assigns it to popup list of MultiSelect component
95
+ * when no data is available on the component.
96
+ * @default 'No records found'
97
+ * @asptype string
98
+ */
93
99
  noRecordsTemplate: any;
100
+ /**
101
+ * Accepts the template and assigns it to the popup list content of the MultiSelect component
102
+ * when the data fetch request from the remote server fails.
103
+ * @default 'Request failed'
104
+ * @asptype string
105
+ */
94
106
  actionFailureTemplate: any;
95
107
  private skipFromEvent;
96
108
  constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);