openatc-components 0.0.28 → 0.0.31

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.
@@ -63,6 +63,8 @@
63
63
  :controlData="controlData"
64
64
  :phaseList="phaseList"
65
65
  :overlap="overlap"
66
+ :patternSelect="patternSelect"
67
+ :planPattern="planPattern"
66
68
  :allPatternList="allPatternList"
67
69
  @closePhaseBack="closePhaseBack"
68
70
  @closePhaseControl="closePhaseControl"
@@ -151,6 +153,9 @@ export default {
151
153
  patternSelect: {
152
154
  type: Array
153
155
  },
156
+ planPattern: {
157
+ type: Array
158
+ },
154
159
  allPatternList: {
155
160
  type: Array
156
161
  },