@ng-nest/ui 15.0.17 → 15.0.18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-nest/ui",
3
- "version": "15.0.17",
3
+ "version": "15.0.18",
4
4
  "homepage": "https://www.ngnest.com",
5
5
  "author": "ng-nest",
6
6
  "ng-update": {
@@ -234,6 +234,21 @@ export declare class XTableProperty extends XPaginationProperty implements XTabl
234
234
  * @en_US Customized expansion content
235
235
  */
236
236
  expandTpl?: XTemplate;
237
+ /**
238
+ * @zh_CN 显示数据为空的提示
239
+ * @en_US Display a prompt with empty data
240
+ */
241
+ showEmpty?: XBoolean;
242
+ /**
243
+ * @zh_CN 数据为空的提示图片地址或自定义模板
244
+ * @en_US Picture address or custom template
245
+ */
246
+ emptyImg?: XTemplate;
247
+ /**
248
+ * @zh_CN 数据为空的提示内容或自定义模板
249
+ * @en_US Content or custom template
250
+ */
251
+ emptyContent?: XTemplate;
237
252
  /**
238
253
  * @zh_CN 列头拖动开始事件,返回拖动的列
239
254
  * @en_US Column Header Drag End Event
@@ -265,7 +280,7 @@ export declare class XTableProperty extends XPaginationProperty implements XTabl
265
280
  */
266
281
  columnDragWidthEnded: EventEmitter<XTableDragWidthEvent>;
267
282
  static ɵfac: i0.ɵɵFactoryDeclaration<XTableProperty, never>;
268
- static ɵcmp: i0.ɵɵComponentDeclaration<XTableProperty, "ng-component", never, { "data": "data"; "columns": "columns"; "rowHeight": "rowHeight"; "loading": "loading"; "bordered": "bordered"; "showHeader": "showHeader"; "headerPosition": "headerPosition"; "activatedRow": "activatedRow"; "headColumnTpl": "headColumnTpl"; "bodyColumnTpl": "bodyColumnTpl"; "bodyTdTpl": "bodyTdTpl"; "rowClass": "rowClass"; "headSearchTpl": "headSearchTpl"; "allowSelectRow": "allowSelectRow"; "allowCheckRow": "allowCheckRow"; "virtualScroll": "virtualScroll"; "bodyHeight": "bodyHeight"; "itemSize": "itemSize"; "minBufferPx": "minBufferPx"; "maxBufferPx": "maxBufferPx"; "adaptionHeight": "adaptionHeight"; "docPercent": "docPercent"; "checkedRow": "checkedRow"; "manual": "manual"; "scroll": "scroll"; "header": "header"; "footer": "footer"; "cellConfig": "cellConfig"; "rowSize": "rowSize"; "paginationPosition": "paginationPosition"; "hiddenWrapBorder": "hiddenWrapBorder"; "hiddenPaginationBorder": "hiddenPaginationBorder"; "showPagination": "showPagination"; "treeTable": "treeTable"; "expandedAll": "expandedAll"; "expandedLevel": "expandedLevel"; "expanded": "expanded"; "expandTpl": "expandTpl"; }, { "activatedRowChange": "activatedRowChange"; "sortChange": "sortChange"; "headCheckboxChange": "headCheckboxChange"; "bodyCheckboxChange": "bodyCheckboxChange"; "manualChange": "manualChange"; "columnDragStarted": "columnDragStarted"; "columnDragEnded": "columnDragEnded"; "columnDropListDropped": "columnDropListDropped"; "columnDragWidthStarted": "columnDragWidthStarted"; "columnDragWidthMoved": "columnDragWidthMoved"; "columnDragWidthEnded": "columnDragWidthEnded"; }, never, never, false, never>;
283
+ static ɵcmp: i0.ɵɵComponentDeclaration<XTableProperty, "ng-component", never, { "data": "data"; "columns": "columns"; "rowHeight": "rowHeight"; "loading": "loading"; "bordered": "bordered"; "showHeader": "showHeader"; "headerPosition": "headerPosition"; "activatedRow": "activatedRow"; "headColumnTpl": "headColumnTpl"; "bodyColumnTpl": "bodyColumnTpl"; "bodyTdTpl": "bodyTdTpl"; "rowClass": "rowClass"; "headSearchTpl": "headSearchTpl"; "allowSelectRow": "allowSelectRow"; "allowCheckRow": "allowCheckRow"; "virtualScroll": "virtualScroll"; "bodyHeight": "bodyHeight"; "itemSize": "itemSize"; "minBufferPx": "minBufferPx"; "maxBufferPx": "maxBufferPx"; "adaptionHeight": "adaptionHeight"; "docPercent": "docPercent"; "checkedRow": "checkedRow"; "manual": "manual"; "scroll": "scroll"; "header": "header"; "footer": "footer"; "cellConfig": "cellConfig"; "rowSize": "rowSize"; "paginationPosition": "paginationPosition"; "hiddenWrapBorder": "hiddenWrapBorder"; "hiddenPaginationBorder": "hiddenPaginationBorder"; "showPagination": "showPagination"; "treeTable": "treeTable"; "expandedAll": "expandedAll"; "expandedLevel": "expandedLevel"; "expanded": "expanded"; "expandTpl": "expandTpl"; "showEmpty": "showEmpty"; "emptyImg": "emptyImg"; "emptyContent": "emptyContent"; }, { "activatedRowChange": "activatedRowChange"; "sortChange": "sortChange"; "headCheckboxChange": "headCheckboxChange"; "bodyCheckboxChange": "bodyCheckboxChange"; "manualChange": "manualChange"; "columnDragStarted": "columnDragStarted"; "columnDragEnded": "columnDragEnded"; "columnDropListDropped": "columnDropListDropped"; "columnDragWidthStarted": "columnDragWidthStarted"; "columnDragWidthMoved": "columnDragWidthMoved"; "columnDragWidthEnded": "columnDragWidthEnded"; }, never, never, false, never>;
269
284
  }
270
285
  /**
271
286
  * Table Option