fantasy-ngzorro 1.1.2 → 1.1.4

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.
@@ -3299,10 +3299,10 @@
3299
3299
  * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3300
3300
  */
3301
3301
  // 表格行
3302
- var
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() {
@@ -3354,18 +3354,18 @@
3354
3354
  /** @type {?} */
3355
3355
  OperateBtn.prototype.permission;
3356
3356
  }
3357
- var TableTotalOption = /** @class */ (function () {
3358
- function TableTotalOption() {
3357
+ var HdTableTotalOption = /** @class */ (function () {
3358
+ function HdTableTotalOption() {
3359
3359
  }
3360
- return TableTotalOption;
3360
+ return HdTableTotalOption;
3361
3361
  }());
3362
3362
  if (false) {
3363
3363
  /** @type {?} */
3364
- TableTotalOption.prototype.columnNumber;
3364
+ HdTableTotalOption.prototype.columnNumber;
3365
3365
  /** @type {?} */
3366
- TableTotalOption.prototype.insertIndex;
3366
+ HdTableTotalOption.prototype.insertIndex;
3367
3367
  /** @type {?} */
3368
- TableTotalOption.prototype.insertName;
3368
+ HdTableTotalOption.prototype.insertName;
3369
3369
  }
3370
3370
  var TableCacheOption = /** @class */ (function () {
3371
3371
  function TableCacheOption() {
@@ -3381,7 +3381,7 @@
3381
3381
  TableCacheOption.prototype.cols;
3382
3382
  }
3383
3383
  // 设置列 树组件对象
3384
- var
3384
+ var
3385
3385
  // 设置列 树组件对象
3386
3386
  TreeGrid = /** @class */ (function () {
3387
3387
  function TreeGrid() {
@@ -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,31 +4492,31 @@
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
4507
4507
  //
4508
- TableTotalOption$1 = /** @class */ (function () {
4508
+ TableTotalOption = /** @class */ (function () {
4509
4509
  function TableTotalOption() {
4510
4510
  }
4511
4511
  return TableTotalOption;
4512
4512
  }());
4513
4513
  if (false) {
4514
4514
  /** @type {?} */
4515
- TableTotalOption$1.prototype.columnNumber;
4515
+ TableTotalOption.prototype.columnNumber;
4516
4516
  /** @type {?} */
4517
- TableTotalOption$1.prototype.insertIndex;
4517
+ TableTotalOption.prototype.insertIndex;
4518
4518
  /** @type {?} */
4519
- TableTotalOption$1.prototype.insertName;
4519
+ TableTotalOption.prototype.insertName;
4520
4520
  }
4521
4521
 
4522
4522
  /**
@@ -5024,12 +5024,17 @@
5024
5024
  exports.HdLogComponent = HdLogComponent;
5025
5025
  exports.HdLogService = HdLogService;
5026
5026
  exports.HdOption = HdOption;
5027
+ exports.HdTableColumn = HdTableColumn;
5028
+ exports.HdTableTotalOption = HdTableTotalOption;
5027
5029
  exports.InputNumber = InputNumber;
5030
+ exports.OperateBtn = OperateBtn;
5028
5031
  exports.Page = Page;
5029
5032
  exports.SelectOption = SelectOption;
5030
- exports.TableColumn = TableColumn$1;
5031
- exports.TableTotalOption = TableTotalOption$1;
5033
+ exports.TableCacheOption = TableCacheOption;
5034
+ exports.TableColumn = TableColumn;
5035
+ exports.TableTotalOption = TableTotalOption;
5032
5036
  exports.TotalOption = TotalOption;
5037
+ exports.TreeGrid = TreeGrid;
5033
5038
  exports.Utils = Utils;
5034
5039
  exports.ɵa = HdComponentModule;
5035
5040
  exports.ɵb = HdButtonModule;