fantasy-ngzorro 1.2.17 → 1.2.19
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 +16 -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-form-lines/hd-form-lines.component.js +4 -1
- 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-form-lines/hd-form-lines.component.js +4 -1
- 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 +16 -4
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +16 -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
package/fesm5/fantasy-ngzorro.js
CHANGED
|
@@ -805,15 +805,15 @@ var statusToColor = {
|
|
|
805
805
|
// 黄色
|
|
806
806
|
'#FAB13B': ['partshipped', 'committed', 'partValid', 'confirm'],
|
|
807
807
|
// 灰色
|
|
808
|
-
'#9FA4A2': ['initial', 'uncommitted', 'OFF_LINE'],
|
|
808
|
+
'#9FA4A2': ['initial', 'uncommitted', 'OFF_LINE', 'UN_PRINTED'],
|
|
809
809
|
// 红色
|
|
810
810
|
'#F5222D': ['delete', 'deleted', 'aborted', 'rejected'],
|
|
811
811
|
// 蓝色
|
|
812
812
|
'#3B77E3': ['audited', 'adjusted', 'invoiced', 'audit', 'submitted'],
|
|
813
813
|
// 绿色
|
|
814
|
-
'#12A34F': ['shipped', 'received', 'checked', 'using', 'reverse', 'valid', 'approved', 'ON_LINE', 'finished', 'opened'],
|
|
814
|
+
'#12A34F': ['shipped', 'received', 'checked', 'using', 'reverse', 'valid', 'approved', 'ON_LINE', 'finished', 'opened', 'PRINTED'],
|
|
815
815
|
// 橙色
|
|
816
|
-
'#F05B24': ['picking', 'partialReceived', 'partDelete', 'tender']
|
|
816
|
+
'#F05B24': ['picking', 'partialReceived', 'partDelete', 'tender', 'MODIFIED_AFTER_PRINTED']
|
|
817
817
|
};
|
|
818
818
|
var HdStatusService = /** @class */ (function () {
|
|
819
819
|
function HdStatusService() {
|
|
@@ -1633,10 +1633,13 @@ var HdFormLinesComponent = /** @class */ (function () {
|
|
|
1633
1633
|
* @return {?}
|
|
1634
1634
|
*/
|
|
1635
1635
|
function (changes) {
|
|
1636
|
+
console.log('changes', changes);
|
|
1636
1637
|
if (changes['formLinesData'] && JSON.stringify(changes['formLinesData'].currentValue) !== JSON.stringify(changes['formLinesData'].previousValue)) {
|
|
1637
1638
|
if (this.storeFormLinesData && this.storeFormLinesData.length === 0) {
|
|
1639
|
+
console.log('1');
|
|
1638
1640
|
this.storeFormLinesData = this.formLinesData;
|
|
1639
1641
|
}
|
|
1642
|
+
console.log('2');
|
|
1640
1643
|
this.init();
|
|
1641
1644
|
}
|
|
1642
1645
|
if (changes['totalOption'] && JSON.stringify(changes['totalOption'].currentValue) !== JSON.stringify(changes['totalOption'].previousValue)) {
|
|
@@ -5217,6 +5220,15 @@ var HdFormService = /** @class */ (function () {
|
|
|
5217
5220
|
return HdFormService;
|
|
5218
5221
|
}());
|
|
5219
5222
|
|
|
5223
|
+
/**
|
|
5224
|
+
* @fileoverview added by tsickle
|
|
5225
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5226
|
+
*/
|
|
5227
|
+
/** @type {?} */
|
|
5228
|
+
var StaticConst = {
|
|
5229
|
+
MaxPageSize: 99999999
|
|
5230
|
+
};
|
|
5231
|
+
|
|
5220
5232
|
/**
|
|
5221
5233
|
* @fileoverview added by tsickle
|
|
5222
5234
|
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
@@ -5360,5 +5372,5 @@ var Utils = {
|
|
|
5360
5372
|
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5361
5373
|
*/
|
|
5362
5374
|
|
|
5363
|
-
export { ButtonSize, ButtonType, ColWidth, ColorOption, ExplainOption, FantasyNgzorroModule, Filter, FilterListType, FormItem, FormLine, FormLineType, FormListType, HdButtonService, HdCurrentTableComponent, HdDetailFormService, HdFilterService, HdFormLinesService, HdFormService, HdLogComponent, HdLogService, HdOption, HdTableColumn, HdTableTotalOption, InputNumber, OperateBtn, Page, SelectOption, SelectOptionTableColumn, SelectOptionTableColumnIcon, TableCacheOption, TableColumn, TableTotalOption, TotalOption, TreeGrid, Utils, ValidatorKey, 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 };
|
|
5375
|
+
export { ButtonSize, ButtonType, ColWidth, ColorOption, ExplainOption, FantasyNgzorroModule, Filter, FilterListType, FormItem, FormLine, FormLineType, FormListType, HdButtonService, HdCurrentTableComponent, HdDetailFormService, HdFilterService, HdFormLinesService, HdFormService, HdLogComponent, HdLogService, HdOption, HdTableColumn, HdTableTotalOption, InputNumber, OperateBtn, Page, SelectOption, SelectOptionTableColumn, SelectOptionTableColumnIcon, StaticConst, TableCacheOption, TableColumn, TableTotalOption, TotalOption, TreeGrid, Utils, ValidatorKey, 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 };
|
|
5364
5376
|
//# sourceMappingURL=fantasy-ngzorro.js.map
|