kz-ui-base 1.0.171 → 1.0.172

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.
@@ -227,6 +227,7 @@ export default {
227
227
  printService.print({
228
228
  type: 'print',
229
229
  templateId: this.tableSelection[0].id,
230
+ count: item?.printCopiesQty ?? 1,
230
231
  entity: item
231
232
  })
232
233
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kz-ui-base",
3
- "version": "1.0.171",
3
+ "version": "1.0.172",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {