fantasy-ngzorro 1.1.2 → 1.1.3

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.
@@ -3301,8 +3301,8 @@
3301
3301
  // 表格行
3302
3302
  var
3303
3303
  // 表格行
3304
- TableColumn = /** @class */ (function () {
3305
- function TableColumn() {
3304
+ HdTableColumn = /** @class */ (function () {
3305
+ function HdTableColumn() {
3306
3306
  // 列名
3307
3307
  this.name = null; // 字段名
3308
3308
  // 颜色
@@ -3312,31 +3312,31 @@
3312
3312
  this.btnList = [];
3313
3313
  this.isShow = true;
3314
3314
  }
3315
- return TableColumn;
3315
+ return HdTableColumn;
3316
3316
  }());
3317
3317
  if (false) {
3318
3318
  /** @type {?} */
3319
- TableColumn.prototype.title;
3319
+ HdTableColumn.prototype.title;
3320
3320
  /** @type {?} */
3321
- TableColumn.prototype.name;
3321
+ HdTableColumn.prototype.name;
3322
3322
  /** @type {?} */
3323
- TableColumn.prototype.render;
3323
+ HdTableColumn.prototype.render;
3324
3324
  /** @type {?} */
3325
- TableColumn.prototype.width;
3325
+ HdTableColumn.prototype.width;
3326
3326
  /** @type {?} */
3327
- TableColumn.prototype.color;
3327
+ HdTableColumn.prototype.color;
3328
3328
  /** @type {?} */
3329
- TableColumn.prototype.align;
3329
+ HdTableColumn.prototype.align;
3330
3330
  /** @type {?} */
3331
- TableColumn.prototype.click;
3331
+ HdTableColumn.prototype.click;
3332
3332
  /** @type {?} */
3333
- TableColumn.prototype.fixed;
3333
+ HdTableColumn.prototype.fixed;
3334
3334
  /** @type {?} */
3335
- TableColumn.prototype.fixedWidth;
3335
+ HdTableColumn.prototype.fixedWidth;
3336
3336
  /** @type {?} */
3337
- TableColumn.prototype.btnList;
3337
+ HdTableColumn.prototype.btnList;
3338
3338
  /** @type {?} */
3339
- TableColumn.prototype.isShow;
3339
+ HdTableColumn.prototype.isShow;
3340
3340
  }
3341
3341
  var OperateBtn = /** @class */ (function () {
3342
3342
  function OperateBtn() {
@@ -4483,7 +4483,7 @@
4483
4483
  // 表格行
4484
4484
  var
4485
4485
  // 表格行
4486
- TableColumn$1 = /** @class */ (function () {
4486
+ TableColumn = /** @class */ (function () {
4487
4487
  function TableColumn() {
4488
4488
  // 字段名称
4489
4489
  this.value = null; // 值 不传默认为null
@@ -4492,15 +4492,15 @@
4492
4492
  }());
4493
4493
  if (false) {
4494
4494
  /** @type {?} */
4495
- TableColumn$1.prototype.label;
4495
+ TableColumn.prototype.label;
4496
4496
  /** @type {?} */
4497
- TableColumn$1.prototype.name;
4497
+ TableColumn.prototype.name;
4498
4498
  /** @type {?} */
4499
- TableColumn$1.prototype.value;
4499
+ TableColumn.prototype.value;
4500
4500
  /** @type {?} */
4501
- TableColumn$1.prototype.selectList;
4501
+ TableColumn.prototype.selectList;
4502
4502
  /** @type {?} */
4503
- TableColumn$1.prototype.show;
4503
+ TableColumn.prototype.show;
4504
4504
  }
4505
4505
  //
4506
4506
  var
@@ -5027,7 +5027,7 @@
5027
5027
  exports.InputNumber = InputNumber;
5028
5028
  exports.Page = Page;
5029
5029
  exports.SelectOption = SelectOption;
5030
- exports.TableColumn = TableColumn$1;
5030
+ exports.TableColumn = TableColumn;
5031
5031
  exports.TableTotalOption = TableTotalOption$1;
5032
5032
  exports.TotalOption = TotalOption;
5033
5033
  exports.Utils = Utils;