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.
- package/bundles/fantasy-ngzorro.umd.js +39 -34
- package/bundles/fantasy-ngzorro.umd.js.map +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js.map +1 -1
- package/esm2015/fantasy-ngzorro.js +2 -2
- package/esm2015/hd-table/hd-table.component.js +1 -1
- package/esm2015/hd-table/hd-table.service.js +17 -17
- package/esm2015/index.js +2 -2
- package/esm2015/public-api.js +2 -1
- package/esm5/fantasy-ngzorro.js +2 -2
- package/esm5/hd-table/hd-table.component.js +1 -1
- package/esm5/hd-table/hd-table.service.js +23 -23
- package/esm5/index.js +2 -2
- package/esm5/public-api.js +2 -1
- package/fantasy-ngzorro.metadata.json +1 -1
- package/fesm2015/fantasy-ngzorro.js +27 -27
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +33 -33
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/hd-table/hd-table.component.d.ts +4 -4
- package/hd-table/hd-table.service.d.ts +2 -2
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -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
|
-
|
|
3305
|
-
function
|
|
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
|
|
3315
|
+
return HdTableColumn;
|
|
3316
3316
|
}());
|
|
3317
3317
|
if (false) {
|
|
3318
3318
|
/** @type {?} */
|
|
3319
|
-
|
|
3319
|
+
HdTableColumn.prototype.title;
|
|
3320
3320
|
/** @type {?} */
|
|
3321
|
-
|
|
3321
|
+
HdTableColumn.prototype.name;
|
|
3322
3322
|
/** @type {?} */
|
|
3323
|
-
|
|
3323
|
+
HdTableColumn.prototype.render;
|
|
3324
3324
|
/** @type {?} */
|
|
3325
|
-
|
|
3325
|
+
HdTableColumn.prototype.width;
|
|
3326
3326
|
/** @type {?} */
|
|
3327
|
-
|
|
3327
|
+
HdTableColumn.prototype.color;
|
|
3328
3328
|
/** @type {?} */
|
|
3329
|
-
|
|
3329
|
+
HdTableColumn.prototype.align;
|
|
3330
3330
|
/** @type {?} */
|
|
3331
|
-
|
|
3331
|
+
HdTableColumn.prototype.click;
|
|
3332
3332
|
/** @type {?} */
|
|
3333
|
-
|
|
3333
|
+
HdTableColumn.prototype.fixed;
|
|
3334
3334
|
/** @type {?} */
|
|
3335
|
-
|
|
3335
|
+
HdTableColumn.prototype.fixedWidth;
|
|
3336
3336
|
/** @type {?} */
|
|
3337
|
-
|
|
3337
|
+
HdTableColumn.prototype.btnList;
|
|
3338
3338
|
/** @type {?} */
|
|
3339
|
-
|
|
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
|
|
3358
|
-
function
|
|
3357
|
+
var HdTableTotalOption = /** @class */ (function () {
|
|
3358
|
+
function HdTableTotalOption() {
|
|
3359
3359
|
}
|
|
3360
|
-
return
|
|
3360
|
+
return HdTableTotalOption;
|
|
3361
3361
|
}());
|
|
3362
3362
|
if (false) {
|
|
3363
3363
|
/** @type {?} */
|
|
3364
|
-
|
|
3364
|
+
HdTableTotalOption.prototype.columnNumber;
|
|
3365
3365
|
/** @type {?} */
|
|
3366
|
-
|
|
3366
|
+
HdTableTotalOption.prototype.insertIndex;
|
|
3367
3367
|
/** @type {?} */
|
|
3368
|
-
|
|
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
|
|
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
|
|
4495
|
+
TableColumn.prototype.label;
|
|
4496
4496
|
/** @type {?} */
|
|
4497
|
-
TableColumn
|
|
4497
|
+
TableColumn.prototype.name;
|
|
4498
4498
|
/** @type {?} */
|
|
4499
|
-
TableColumn
|
|
4499
|
+
TableColumn.prototype.value;
|
|
4500
4500
|
/** @type {?} */
|
|
4501
|
-
TableColumn
|
|
4501
|
+
TableColumn.prototype.selectList;
|
|
4502
4502
|
/** @type {?} */
|
|
4503
|
-
TableColumn
|
|
4503
|
+
TableColumn.prototype.show;
|
|
4504
4504
|
}
|
|
4505
4505
|
//
|
|
4506
4506
|
var
|
|
4507
4507
|
//
|
|
4508
|
-
TableTotalOption
|
|
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
|
|
4515
|
+
TableTotalOption.prototype.columnNumber;
|
|
4516
4516
|
/** @type {?} */
|
|
4517
|
-
TableTotalOption
|
|
4517
|
+
TableTotalOption.prototype.insertIndex;
|
|
4518
4518
|
/** @type {?} */
|
|
4519
|
-
TableTotalOption
|
|
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.
|
|
5031
|
-
exports.
|
|
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;
|