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.
@@ -700,15 +700,15 @@ const statusToColor = {
700
700
  // 黄色
701
701
  '#FAB13B': ['partshipped', 'committed', 'partValid', 'confirm'],
702
702
  // 灰色
703
- '#9FA4A2': ['initial', 'uncommitted', 'OFF_LINE'],
703
+ '#9FA4A2': ['initial', 'uncommitted', 'OFF_LINE', 'UN_PRINTED'],
704
704
  // 红色
705
705
  '#F5222D': ['delete', 'deleted', 'aborted', 'rejected'],
706
706
  // 蓝色
707
707
  '#3B77E3': ['audited', 'adjusted', 'invoiced', 'audit', 'submitted'],
708
708
  // 绿色
709
- '#12A34F': ['shipped', 'received', 'checked', 'using', 'reverse', 'valid', 'approved', 'ON_LINE', 'finished', 'opened'],
709
+ '#12A34F': ['shipped', 'received', 'checked', 'using', 'reverse', 'valid', 'approved', 'ON_LINE', 'finished', 'opened', 'PRINTED'],
710
710
  // 橙色
711
- '#F05B24': ['picking', 'partialReceived', 'partDelete', 'tender']
711
+ '#F05B24': ['picking', 'partialReceived', 'partDelete', 'tender', 'MODIFIED_AFTER_PRINTED']
712
712
  };
713
713
  class HdStatusService {
714
714
  constructor() { }
@@ -4524,6 +4524,15 @@ HdFormService.decorators = [
4524
4524
  HdFormService.ctorParameters = () => [];
4525
4525
  /** @nocollapse */ HdFormService.ngInjectableDef = ɵɵdefineInjectable({ factory: function HdFormService_Factory() { return new HdFormService(); }, token: HdFormService, providedIn: "root" });
4526
4526
 
4527
+ /**
4528
+ * @fileoverview added by tsickle
4529
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4530
+ */
4531
+ /** @type {?} */
4532
+ const StaticConst = {
4533
+ MaxPageSize: 99999999
4534
+ };
4535
+
4527
4536
  /**
4528
4537
  * @fileoverview added by tsickle
4529
4538
  * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
@@ -4667,5 +4676,5 @@ const Utils = {
4667
4676
  * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4668
4677
  */
4669
4678
 
4670
- 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 };
4679
+ 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 };
4671
4680
  //# sourceMappingURL=fantasy-ngzorro.js.map