ngx-wapp-components 3.2.26-alpha.2 → 3.2.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-wapp-components",
3
- "version": "3.2.26-alpha.2",
3
+ "version": "3.2.26",
4
4
  "description": "This is a Wapping reusable component library published by Wapping.",
5
5
  "keywords": [
6
6
  "code",
@@ -60,4 +60,4 @@
60
60
  }
61
61
  },
62
62
  "type": "module"
63
- }
63
+ }
@@ -3937,7 +3937,6 @@ declare class WMaterialServiceViewComponent implements OnInit, OnChanges {
3937
3937
  isNoImage: boolean;
3938
3938
  onHoverImageTooltip: string;
3939
3939
  firstParticipation: boolean;
3940
- isDraw: boolean;
3941
3940
  hasParticipations: boolean;
3942
3941
  disabledParticipationsModal: boolean;
3943
3942
  ref: DynamicDialogRef<WImageCropperComponent> | null;