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.
@@ -3095,8 +3095,8 @@ var ColWidth = {
3095
3095
  // 表格行
3096
3096
  var
3097
3097
  // 表格行
3098
- TableColumn = /** @class */ (function () {
3099
- function TableColumn() {
3098
+ HdTableColumn = /** @class */ (function () {
3099
+ function HdTableColumn() {
3100
3100
  // 列名
3101
3101
  this.name = null; // 字段名
3102
3102
  // 颜色
@@ -3106,31 +3106,31 @@ TableColumn = /** @class */ (function () {
3106
3106
  this.btnList = [];
3107
3107
  this.isShow = true;
3108
3108
  }
3109
- return TableColumn;
3109
+ return HdTableColumn;
3110
3110
  }());
3111
3111
  if (false) {
3112
3112
  /** @type {?} */
3113
- TableColumn.prototype.title;
3113
+ HdTableColumn.prototype.title;
3114
3114
  /** @type {?} */
3115
- TableColumn.prototype.name;
3115
+ HdTableColumn.prototype.name;
3116
3116
  /** @type {?} */
3117
- TableColumn.prototype.render;
3117
+ HdTableColumn.prototype.render;
3118
3118
  /** @type {?} */
3119
- TableColumn.prototype.width;
3119
+ HdTableColumn.prototype.width;
3120
3120
  /** @type {?} */
3121
- TableColumn.prototype.color;
3121
+ HdTableColumn.prototype.color;
3122
3122
  /** @type {?} */
3123
- TableColumn.prototype.align;
3123
+ HdTableColumn.prototype.align;
3124
3124
  /** @type {?} */
3125
- TableColumn.prototype.click;
3125
+ HdTableColumn.prototype.click;
3126
3126
  /** @type {?} */
3127
- TableColumn.prototype.fixed;
3127
+ HdTableColumn.prototype.fixed;
3128
3128
  /** @type {?} */
3129
- TableColumn.prototype.fixedWidth;
3129
+ HdTableColumn.prototype.fixedWidth;
3130
3130
  /** @type {?} */
3131
- TableColumn.prototype.btnList;
3131
+ HdTableColumn.prototype.btnList;
3132
3132
  /** @type {?} */
3133
- TableColumn.prototype.isShow;
3133
+ HdTableColumn.prototype.isShow;
3134
3134
  }
3135
3135
  var OperateBtn = /** @class */ (function () {
3136
3136
  function OperateBtn() {
@@ -4277,7 +4277,7 @@ var FantasyNgzorroModule = /** @class */ (function () {
4277
4277
  // 表格行
4278
4278
  var
4279
4279
  // 表格行
4280
- TableColumn$1 = /** @class */ (function () {
4280
+ TableColumn = /** @class */ (function () {
4281
4281
  function TableColumn() {
4282
4282
  // 字段名称
4283
4283
  this.value = null; // 值 不传默认为null
@@ -4286,15 +4286,15 @@ TableColumn$1 = /** @class */ (function () {
4286
4286
  }());
4287
4287
  if (false) {
4288
4288
  /** @type {?} */
4289
- TableColumn$1.prototype.label;
4289
+ TableColumn.prototype.label;
4290
4290
  /** @type {?} */
4291
- TableColumn$1.prototype.name;
4291
+ TableColumn.prototype.name;
4292
4292
  /** @type {?} */
4293
- TableColumn$1.prototype.value;
4293
+ TableColumn.prototype.value;
4294
4294
  /** @type {?} */
4295
- TableColumn$1.prototype.selectList;
4295
+ TableColumn.prototype.selectList;
4296
4296
  /** @type {?} */
4297
- TableColumn$1.prototype.show;
4297
+ TableColumn.prototype.show;
4298
4298
  }
4299
4299
  //
4300
4300
  var
@@ -4812,5 +4812,5 @@ var Utils = {
4812
4812
  * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4813
4813
  */
4814
4814
 
4815
- export { ButtonSize, ButtonType, ColWidth, ColorOption, ExplainOption, FantasyNgzorroModule, Filter, FilterListType, FormItem, FormLine, FormLineType, FormListType, HdButtonService, HdCurrentTableComponent, HdDetailFormService, HdFilterService, HdFormLinesService, HdFormService, HdLogComponent, HdLogService, HdOption, InputNumber, Page, SelectOption, TableColumn$1 as TableColumn, TableTotalOption$1 as TableTotalOption, TotalOption, Utils, HdComponentModule as ɵa, HdButtonModule as ɵb, HdTipComponent as ɵba, HdPopconfirmModule as ɵbb, HdPopconfirmComponent as ɵbc, HdLogModule as ɵbd, HdButtonComponent as ɵc, HdButtonGroupModule as ɵd, HdButtonGroupComponent as ɵe, HdDetailFormModule as ɵf, HdDetailFormComponent as ɵg, HdDetailLinesModule as ɵh, HdDetailLinesComponent as ɵi, HdDetailTipModule as ɵj, HdDetailTipComponent as ɵk, HdFilterModule as ɵl, HdFilterComponent as ɵm, HdFormModule as ɵn, HdFormComponent as ɵo, HdFormLinesModule as ɵp, HdSpaceModule as ɵq, HdSpaceComponent as ɵr, HdFormLinesComponent as ɵs, HdStatusModule as ɵt, HdStatusComponent as ɵu, HdCurrentTableModule as ɵv, HdTableModule as ɵw, HdTableComponent as ɵx, CommonSessionService as ɵy, HdTipModule as ɵz };
4815
+ export { ButtonSize, ButtonType, ColWidth, ColorOption, ExplainOption, FantasyNgzorroModule, Filter, FilterListType, FormItem, FormLine, FormLineType, FormListType, HdButtonService, HdCurrentTableComponent, HdDetailFormService, HdFilterService, HdFormLinesService, HdFormService, HdLogComponent, HdLogService, HdOption, InputNumber, Page, SelectOption, TableColumn, TableTotalOption$1 as TableTotalOption, TotalOption, Utils, HdComponentModule as ɵa, HdButtonModule as ɵb, HdTipComponent as ɵba, HdPopconfirmModule as ɵbb, HdPopconfirmComponent as ɵbc, HdLogModule as ɵbd, HdButtonComponent as ɵc, HdButtonGroupModule as ɵd, HdButtonGroupComponent as ɵe, HdDetailFormModule as ɵf, HdDetailFormComponent as ɵg, HdDetailLinesModule as ɵh, HdDetailLinesComponent as ɵi, HdDetailTipModule as ɵj, HdDetailTipComponent as ɵk, HdFilterModule as ɵl, HdFilterComponent as ɵm, HdFormModule as ɵn, HdFormComponent as ɵo, HdFormLinesModule as ɵp, HdSpaceModule as ɵq, HdSpaceComponent as ɵr, HdFormLinesComponent as ɵs, HdStatusModule as ɵt, HdStatusComponent as ɵu, HdCurrentTableModule as ɵv, HdTableModule as ɵw, HdTableComponent as ɵx, CommonSessionService as ɵy, HdTipModule as ɵz };
4816
4816
  //# sourceMappingURL=fantasy-ngzorro.js.map