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.
- package/bundles/fantasy-ngzorro.umd.js +21 -21
- package/bundles/fantasy-ngzorro.umd.js.map +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js.map +1 -1
- package/esm2015/hd-table/hd-table.component.js +1 -1
- package/esm2015/hd-table/hd-table.service.js +13 -13
- package/esm5/hd-table/hd-table.component.js +1 -1
- package/esm5/hd-table/hd-table.service.js +16 -16
- package/fesm2015/fantasy-ngzorro.js +19 -19
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +21 -21
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/hd-table/hd-table.component.d.ts +3 -3
- package/hd-table/hd-table.service.d.ts +1 -1
- package/package.json +1 -1
package/fesm5/fantasy-ngzorro.js
CHANGED
|
@@ -3095,8 +3095,8 @@ var ColWidth = {
|
|
|
3095
3095
|
// 表格行
|
|
3096
3096
|
var
|
|
3097
3097
|
// 表格行
|
|
3098
|
-
|
|
3099
|
-
function
|
|
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
|
|
3109
|
+
return HdTableColumn;
|
|
3110
3110
|
}());
|
|
3111
3111
|
if (false) {
|
|
3112
3112
|
/** @type {?} */
|
|
3113
|
-
|
|
3113
|
+
HdTableColumn.prototype.title;
|
|
3114
3114
|
/** @type {?} */
|
|
3115
|
-
|
|
3115
|
+
HdTableColumn.prototype.name;
|
|
3116
3116
|
/** @type {?} */
|
|
3117
|
-
|
|
3117
|
+
HdTableColumn.prototype.render;
|
|
3118
3118
|
/** @type {?} */
|
|
3119
|
-
|
|
3119
|
+
HdTableColumn.prototype.width;
|
|
3120
3120
|
/** @type {?} */
|
|
3121
|
-
|
|
3121
|
+
HdTableColumn.prototype.color;
|
|
3122
3122
|
/** @type {?} */
|
|
3123
|
-
|
|
3123
|
+
HdTableColumn.prototype.align;
|
|
3124
3124
|
/** @type {?} */
|
|
3125
|
-
|
|
3125
|
+
HdTableColumn.prototype.click;
|
|
3126
3126
|
/** @type {?} */
|
|
3127
|
-
|
|
3127
|
+
HdTableColumn.prototype.fixed;
|
|
3128
3128
|
/** @type {?} */
|
|
3129
|
-
|
|
3129
|
+
HdTableColumn.prototype.fixedWidth;
|
|
3130
3130
|
/** @type {?} */
|
|
3131
|
-
|
|
3131
|
+
HdTableColumn.prototype.btnList;
|
|
3132
3132
|
/** @type {?} */
|
|
3133
|
-
|
|
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
|
|
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
|
|
4289
|
+
TableColumn.prototype.label;
|
|
4290
4290
|
/** @type {?} */
|
|
4291
|
-
TableColumn
|
|
4291
|
+
TableColumn.prototype.name;
|
|
4292
4292
|
/** @type {?} */
|
|
4293
|
-
TableColumn
|
|
4293
|
+
TableColumn.prototype.value;
|
|
4294
4294
|
/** @type {?} */
|
|
4295
|
-
TableColumn
|
|
4295
|
+
TableColumn.prototype.selectList;
|
|
4296
4296
|
/** @type {?} */
|
|
4297
|
-
TableColumn
|
|
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
|
|
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
|