fantasy-ngzorro 1.2.17 → 1.2.18
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 +13 -3
- 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-status/hd-status.service.js +4 -4
- package/esm2015/index.js +2 -2
- package/esm2015/model/staticConst.js +9 -0
- package/esm2015/public-api.js +2 -1
- package/esm5/fantasy-ngzorro.js +2 -2
- package/esm5/hd-status/hd-status.service.js +4 -4
- package/esm5/index.js +2 -2
- package/esm5/model/staticConst.js +9 -0
- package/esm5/public-api.js +2 -1
- package/fantasy-ngzorro.metadata.json +1 -1
- package/fesm2015/fantasy-ngzorro.js +13 -4
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +13 -4
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/model/staticConst.d.ts +3 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -1010,15 +1010,15 @@
|
|
|
1010
1010
|
// 黄色
|
|
1011
1011
|
'#FAB13B': ['partshipped', 'committed', 'partValid', 'confirm'],
|
|
1012
1012
|
// 灰色
|
|
1013
|
-
'#9FA4A2': ['initial', 'uncommitted', 'OFF_LINE'],
|
|
1013
|
+
'#9FA4A2': ['initial', 'uncommitted', 'OFF_LINE', 'UN_PRINTED'],
|
|
1014
1014
|
// 红色
|
|
1015
1015
|
'#F5222D': ['delete', 'deleted', 'aborted', 'rejected'],
|
|
1016
1016
|
// 蓝色
|
|
1017
1017
|
'#3B77E3': ['audited', 'adjusted', 'invoiced', 'audit', 'submitted'],
|
|
1018
1018
|
// 绿色
|
|
1019
|
-
'#12A34F': ['shipped', 'received', 'checked', 'using', 'reverse', 'valid', 'approved', 'ON_LINE', 'finished', 'opened'],
|
|
1019
|
+
'#12A34F': ['shipped', 'received', 'checked', 'using', 'reverse', 'valid', 'approved', 'ON_LINE', 'finished', 'opened', 'PRINTED'],
|
|
1020
1020
|
// 橙色
|
|
1021
|
-
'#F05B24': ['picking', 'partialReceived', 'partDelete', 'tender']
|
|
1021
|
+
'#F05B24': ['picking', 'partialReceived', 'partDelete', 'tender', 'MODIFIED_AFTER_PRINTED']
|
|
1022
1022
|
};
|
|
1023
1023
|
var HdStatusService = /** @class */ (function () {
|
|
1024
1024
|
function HdStatusService() {
|
|
@@ -5422,6 +5422,15 @@
|
|
|
5422
5422
|
return HdFormService;
|
|
5423
5423
|
}());
|
|
5424
5424
|
|
|
5425
|
+
/**
|
|
5426
|
+
* @fileoverview added by tsickle
|
|
5427
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5428
|
+
*/
|
|
5429
|
+
/** @type {?} */
|
|
5430
|
+
var StaticConst = {
|
|
5431
|
+
MaxPageSize: 99999999
|
|
5432
|
+
};
|
|
5433
|
+
|
|
5425
5434
|
/**
|
|
5426
5435
|
* @fileoverview added by tsickle
|
|
5427
5436
|
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
@@ -5579,6 +5588,7 @@
|
|
|
5579
5588
|
exports.SelectOption = SelectOption;
|
|
5580
5589
|
exports.SelectOptionTableColumn = SelectOptionTableColumn;
|
|
5581
5590
|
exports.SelectOptionTableColumnIcon = SelectOptionTableColumnIcon;
|
|
5591
|
+
exports.StaticConst = StaticConst;
|
|
5582
5592
|
exports.TableCacheOption = TableCacheOption;
|
|
5583
5593
|
exports.TableColumn = TableColumn;
|
|
5584
5594
|
exports.TableTotalOption = TableTotalOption;
|