bfg-common 1.3.293 → 1.3.294

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.
@@ -363,7 +363,6 @@ export default class Wizard {
363
363
  return { ...st, status: UI_E_WIZARD_STATUS.SELECTED }
364
364
 
365
365
  // TODO Было сделано на скорую руку
366
- console.log(st.status, 3333333, st.id > stepId);
367
366
  if (st.id > stepId && st.status === UI_E_WIZARD_STATUS.SELECTED)
368
367
  return { ...st, status: UI_E_WIZARD_STATUS.COMPLETED }
369
368
 
@@ -523,9 +523,7 @@ const validateSendData = async (
523
523
  if (data) {
524
524
  stepHasError = true
525
525
  selectedNavItem.value = data[0]
526
- console.log(data[1], 1111);
527
526
  data[1] !== null && wizard.selectStepHard(data[1])
528
- // data[1] !== null && (stepPosition.value = data[1])
529
527
  }
530
528
 
531
529
  return {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.293",
4
+ "version": "1.3.294",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",