openatc-components 0.4.99 → 0.5.1

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.
@@ -2,6 +2,7 @@
2
2
  <div>
3
3
  <BoardCard
4
4
  :patternId="patternId"
5
+ :stage="stage"
5
6
  :contrloType="contrloType"
6
7
  :patternType="patternType"
7
8
  :stagesChange="stagesChange"
@@ -506,6 +507,9 @@ export default {
506
507
  type: Boolean,
507
508
  default: true
508
509
  },
510
+ stage: {
511
+ type: Array
512
+ },
509
513
  isBorder: {
510
514
  type: Boolean,
511
515
  default: false